.itopplus-background {

}
.Contentmanager .caption {
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    color: #0d7310;
}
.Contentmanager .caption:hover{
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    color: #f8a312;
}
.img-container .img {
    border: solid 1px #ccc;
}
.img-container .img:hover{
    border: solid 1px #ccc;
    -webkit-filter: contrast(120%); /* Safari */
  filter: contrast(120%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}






.boderedlayoutClient {
    border-top: 0px dashed transparent; 
   border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}



.navbar-default {
    background: #0e6810;
    border-radius: 0
}

/*เพิ่มขนาดความยาวของเมนูย่อยในมือถือ*/
@media only screen and (min-width : 320px) {
.navbar-default.navbar-fixed .dropdown-menu {
    max-height: 1000px;
    overflow: scroll;
}
}

/*เมนูกึ่งกลาง*/
/* 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:center ;
}

}

/* 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:center ;
}

}

