@font-face{
	font-family:"Saysettha OT";
	src:url(SAYSETT0.eot);
	src: local("Saysettha OT"), url('SAYSETT0.TTF') format('truetype'); /*non IE */
}
html,
body
{
    height: 100%;
    font-family:"Saysettha OT",Helvetica,sans-serif !important;
    line-height: 1.5;
    color: #555;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:"Saysettha OT",Helvetica,sans-serif !important;
}
.ui-menu-item{
     font-family:"Saysettha OT",Helvetica,sans-serif !important;
}
#bg_search{
    background-color: #c3d9ff; 
    padding: 5px;
}
#form-control1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #0175be;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 29.5px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    border-radius: 5px;
    right:2%;
    display: none;
    text-indent: -9999px;
    background: url('/images/gototop.png') no-repeat;
    background-color:white;
}
.breadcrumb a
{
    color: #3c8dbc !important;
}
.breadcrumb > .active{
    color: #000 !important;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: ">>\00a0";
}
.filetree span.folder, .filetree span.file {
    padding: 1px 0 1px 16px;
    display: inline !important;
}
#bg_header_tb thead{
   background-color: #048CAD;
   color: #fff;
}
#title_news{
    color: #396685 !important;
    font-size: 20px !important;
}
#bg_news{
    background:#3a6988;padding: 6px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#footer{
    background:#cccccc !important;
    border-top: solid #2766ad;
    padding: 10px !important;
    font-size: 12px;
}
.wrap {
    min-height: 100%;
    height: auto;
     background-image: url("/images/bg.png");
     background-repeat: repeat-x;
    background-color: #2763ab;
    padding-top: 10px;
}

.container {
    background-color: #fff; 
/*    border-width: 1px;
    border-style: solid;
    border-color: #3c8dbc;*/
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*.grid-view td {
    white-space: nowrap;
}*/

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}
.navbar-default .navbar-nav > li > a {
    color: #396887 !important;
    font-size: 18px;
}
@media(min-width:768px) {
    #rowrap table{
    table-layout: fixed;
}
     #link{
        padding-left: 10px; padding-right: 10px;
        font-size: 16px;
        font-weight: bolder;
    }
     .topfixed { z-index:10; position: fixed; top: 10px; text-align: center; width: 80%;  display: none}
    .container{
        width: 1000px !important;
    }
    .container-fluid {
    padding-right:0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: -15px;
}
.navbar {
    border-radius: 1px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}

.table-responsive{
            overflow-x:hidden !important;
            overflow-y:hidden !important;
        }
}
@media(max-width:768px) {
     .topfixed { z-index:10; position: fixed; top: 10px; text-align: center; width: 100%;  display: none}
	.nav li > form {
	    padding: 3px;
	}
	#webname{
		font-size: 15px !important;
	}
        
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 0.6em 0.6em 0.6em !important;
    margin: 0 0 1.5em 0 !important;
   
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
         margin-bottom: 5px !important;
        border-bottom:none;
    }
    
.breadcumbs_title{
    border-top: 2px solid blue;
    background: rgba(34, 34, 34, 0.8) none repeat scroll 0 0;
    margin-bottom: 10px;
    color: white !important;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.breadcrumb {
    background: none !important;
    border-radius: 0px !important;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 15px;
    float:right;
    color: white !important;
}
.breadcrumb a{
    color:white;
}

.breadcrumb > .active {
    color: white;
}

#pd{
    padding-top: 28px !important;
}

table th, table td {
	word-break: break-all !important;
	padding: 5px;
}