@font-face {
    font-family: JT;
    src: url(../font/DBHelvethaicaMonXv3.2.ttf);
}

body{
    padding-right: 0 !important ;
    margin : 0;
    padding: 0;
}

.container{
    font-family: JT;
}

.header{
    font-family: JT;
    height: 50px;
    background-color: #8D1812;
}
.header h2{
    font-family: JT;
    margin-top: 9px;
    margin-left: 5px;
    color: #FFFFFF;
}
.set-link{
    font-family: JT;
    text-align: right;
    margin-top: -0.3%;
    color: #FFFFFF;
}

.main-navivgation{
    font-family: JT;
    height: 18px;
    background-color: #DCDCDC;
}

.text-navivgation{
    font-family: JT;
    margin-left: 30px;
}

.link-navivgation{
    font-family: JT;
    margin-top: 10px;
    /*margin-left: 1px;*/
}

.main-menu{
    font-family: JT;
    font-weight: bold;
    font-size: 25px;
    color: black;
    line-height: 50px;
}

.menu-active{
    color: #8D1812;
}

.content{
    font-family: JT;
    font-size: 20px;
    margin-top: 15px;
    /*margin-left: 30px;*/
}

/*.table{
    font-family: JT;
    font-size: 25px;
}*/

.set-line {
    border-left: 2px solid #DCDCDC;
    height: auto;
}

a.main-menu:hover, a.main-menu:active {
color: #8D1812;
}

.count_bg {
    margin-top: 8px;
    /*background-size: 35px 35px;*/
    background-repeat: no-repeat;
    background-image: url(../image/bg_count.png)
}


.select2-selection--single{
    height: 36px !important;
    width: 100% !important;
    border-color: #D2D6D9 !important;
}

.select2-selection__placeholder{
    font-size: 15.5px;
    margin-left: 2.9%;
    color: #72777D !important;
    top: -5%!important;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 400px !important;
}

.select2-selection__rendered{
    font-size: 15.5px;
}

.select2-results__option{
    font-size: 15.5px !important;
}

.icon-calendar{
    background-image: url("../image/calendar.png") ;
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: 95%;
}

