.itopplus-background {

}
/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:right ;
}
.navbar-default {
    background: #ec1a23;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;	
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:right ;
}
.navbar-default {
    background: #ec1a23;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
}
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #911821;
    font-family: THSarabunNew;
    font-size: 22px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 22px;
}

/*กรอบเมนูมือถือ*/
.navbar-default .navbar-toggle {
    border-color: transparent !important;
}


/*ฟอร์ม*/

.form-control, output {
   font-family: THSarabunNew;
   font-size: 16px!important;
}

.input-group-btn>.btn {
    position: relative;
    font-weight: 600;
}

.input-group .form-control {
      height: 31px;
}

.btn-default {
    font-weight: 600;
}

p.search_urlSearch {
       word-wrap: break-word;
}


/*เนื้อหาระบบ*/
.nav-template7 li {
    list-style: none;
    list-style-type: none;
    padding: 5px 0;
    margin-left: -2px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #f6f6f6;
    background-color: #ec1b24;
}

.nav-template7 li a {
    color: #fff;
    display: block;
    font-size: 20px !important;
    font-family: THSarabunNew;
}

.nav-template7 {
    margin-left: -2px;
}

.fa-plus{
  font-size: 14px 

}


/*ฟอร์มค้นหามือถือ*/
@media only screen and (max-width: 768px){
form.form-search:before, form.form-search .input-group:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    background-position: -48px 0;
    position: absolute;
    top: 2px;
    left: 5px;
    opacity: .5;
    z-index: 1;
}
}

