﻿body
{
    /*font-size: 12px;*/
    font-size: 12px;
    background-image: url("../../images/bg.jpg");
    background-size: contain;
    /*font-family:"PT Sans", Arial, Helvetica, sans-serif;*/
    /*font-family: Tahoma;*/
	/*font-family: 'WebFont', 'Kanit', tahoma, verdana, arial, sans-serif, "lucida grande";*/
	font-family: Leelawadee;
    /*overflow: hidden;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-stacked.nav-pills.nav li a:hover
{
    background-color: #EE4000;
    color: black;
}

.nav-stacked.nav-pills.nav li.active a
{
    background-color: #EE4000;
    color: black;
}

.nav-menu.nav li a:hover
{
    background-color: #EE4000;
    color: black;
}

.nav-menu.nav li.active a
{
    background-color: #EE4000;
    color: black;
}

.btn:hover
{
    background-color: #EE4000;
    color: black;
}

.btn
{
    background-color: #CD3700;
    color: #FFFFFF;
    /*width:10%;*/
    font-size: 12px;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}


/*#f9f9f9*/
/*.customTable
{
    margin-bottom: 0px;
}*/

.customTable thead
{
    background-image:-webkit-linear-gradient(top, #fafafa,#e1e1e1 );
    background-image: -moz-linear-gradient(top, #fafafa,#e1e1e1 );
    background-image: -ms-linear-gradient(top, #fafafa,#e1e1e1 );
    background-image: -o-linear-gradient(top, #fafafa,#e1e1e1 );
    background-image: linear-gradient(top, #fafafa,#e1e1e1 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fafafa’, endColorstr=’#e1e1e1′);
    color: #333;
}
.customTable tbody tr:nth-child(even)
{
    background: #fef0e7;
}

.customTable tbody tr:hover
{
    background: #fce0cf;
}

.customTable > tbody > tr > td
{
    border-top: none;
}

.customTable thead tr th
{
    text-align: center;
    vertical-align: middle;
    border: solid 1px #ddd;
}

.customTable tbody tr td
{
    border: solid 1px #ddd;
}

.customTable thead, .customTable tbody
{
    border: solid 2px #ccc;
}

.star
{
    color: red;
    font-size: 20px;
}

.require
{
    border-color: #f37021;
}

table thead
{
    background-color: #404040;
    color: #FFF;
}

.contentsHolder
{
    overflow-y: auto;
    overflow-x: auto;
}

fieldset
{
    margin: 30px 50px 50px 50px;
    padding: 0 10px 10px;
    /*border:1px solid silver;*/
    box-shadow: 0 0 10px #666;
}

legend
{
    margin: 0px 5px;
    padding: 20px;
    white-space: nowrap;
    background: transparent;
    font-weight: bold;
    font-size: 20px;
    /*width:12%;*/
    border-bottom: 0;
}

.form-inline .form-control
{
    display: inline-block;
}

.form-control:focus
{
    border-color: #f37021;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f37021;
}


/*menuTab CSS block */
.menuTab
{
    /*width: 30px;*/
    font-size: 14px;
    background-color: #404040;
    color: #fff;
    height: 30px;
    border: 0px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menuTab div
{
    /*height: 30px;*/
    display: inline-block;
}
.menuTab .dropdown-toggle
{
    color: white;
}

#logo .right
{
    height: 30px;
    padding-top:5px;
}

.menuTab .right .dropdown-menu
{
    left: auto;
    right: 0px;
}

.menuTab .left .dropdown, .menuTab .left .btn-group
{
    height: 30px;
    padding:5px 30px;
}

.menuTab .dropdown:hover
{
    background-color: #404040;
    
}

.menuTab .dropdown:hover .dropdown-toggle, .menuTab a.btn-group:hover 
{
    color: #CD3700 !important;
}

.menuTab .dropdown
{
    cursor: pointer;
    margin-left: 30px;
}

.menuTab .dropdown:hover:not(.notification) .dropdown-menu
{
    display: block;
    margin-top: 0;
}

ul.dropdown-menu
{
    border:2px;
    background-color: #404040;
    border-radius: 0px;
    margin: 0px;
}

ul.dropdown-menu li a
{
    color:#FFF;
	padding-top:10px; 
	padding-bottom:10px;
}
ul.dropdown-menu li a:hover
{
    color:#FFF;
    background-color: #404040;
	text-decoration: underline;
}

ul.dropdown-menu li.active a
{
	background-color: #404040;
	color: #FFF;
	text-decoration: underline;
}

ul.dropdown-menu li.active a:hover
{
	background-color: #404040;
	color: #FFF;
	text-decoration: underline;
}

ul.dropdown-menu li.active a:focus
{
	background-color: #404040;
	color: #FFF;
	text-decoration: underline;
}

.dropdown-menu li a:focus
{
	background-color: #404040;
	color: #FFF;
	text-decoration: underline;
}

	
/*end menuTab CSS block*/

/*set height 100%*/
html, body
{
    min-height: 100% !important;
    padding-bottom: 5px;
}
.container.master
{
    min-height: 100%;
}
.container-fluid.mainContent
{
    height: 100%;
    /*padding-bottom:155px;*/
    padding-left:0;
    padding-right:0;
}

.container-fluid.mainContent > table
{
    height: 100%;
    min-height:100% !important;
}
.contentsHolder
{
    /*max-height: 450px;*/
    /*top:80px;*/
    /*top:0px;
    right:0;
    left:0;
    bottom:60px;
    position: absolute;*/
    height: 100%;
    min-height: 100vh;
    /*overflow: hidden;*/
}
/*end set height 100%*/

.menuTab a:hover,.menuTab a:focus
{
	color:#FFF;
}

.menuTab a
{
	color:#FFF;
}

.nav.nav-tabs li a
{
    color :#555;
}

.btn:not(.btn-link):hover, .btn:not(.btn-link):focus, .btn:not(.btn-link):active
{
    background-color: #ee610d;
    border-color: #ee610d;
    color: black;
    outline-color: transparent;
}

.btn:not(.btn-link)
{
    background-color: #f37021 ;
    border-color: #f37021 ;
    color: #FFFFFF ;
    /*width:10%;*/
    font-size: 12px;
    outline-color: transparent;
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.btn.gray:not(.btn-link):hover, .btn.gray:not(.btn-link):focus, .btn.gray:not(.btn-link):active
{
    background-color: #727272;
    border-color: #727272;
    color: black;
    outline-color: transparent;
}

.btn.gray:not(.btn-link)
{
    background-color: #7E7E7B ;
    border-color: #7E7E7B ;
    color: #FFFFFF ;
    /*width:10%;*/
    font-size: 12px;
    outline-color: transparent;
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.open.btn-group .dropdown-toggle
{
    color: black;
}

.mainContent table .dropdown-menu
{
    background-color: #FFF;
}

.projectName
{
	color:white;
	margin-top:40px;
	margin-right:10px;
	font-family:'Segoe UI';
	font-size:16px;
	font-weight:bold;
}

.navbar-nav, .navbar-nav a
{
	font-size:16px !important;
	color:white;
}

#ListDetail, #ContainerListDetail
{
    overflow-x: auto;
    clear: both; 
}

#ListDetail, #ContainerListDetail:not(:empty)
{
    padding: 10px;
    border: 1px solid #f37021;
    /*border-radius: 5px;*/
}

/*.footerSmall
{
    background-color: #404040;
}
@media screen and (max-height: 767px) and (max-width: 767px)
{
    .footerLarge
    {
        display: none !important;
    }

    .contentsHolder
    {
        bottom: 0px !important;
    }

    .contentsHolder > .container-fluid
    {
        min-height: 100% !important;
    }
}

@media screen and (min-height: 768px) , screen and (min-width: 768px)
{
    .footerSmall
    {
        display: none !important; 
    }
}*/

.containImg
{
    /*border:1px solid red;*/
    height: 50vh;
    background-color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /*position: absolute;*/
}

.headPage
{
	border-bottom:2px solid #f37021;
	color:#f37021;
	padding-top:20px;
}

.headSearch
{
	
	/*border-style:dotted ;*/
	border-bottom:2px dotted black;
	color:black;
	padding-top:5px;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px;
}

span.export
{
    width:40px;
    height:40px; 
    display:inline-block;
    background-size:40px 40px;
    cursor:pointer;
}
span.export.excel
{
    background-image:url("../../images/btn_excel.png");
}
span.export.excel:hover
{
    background-image:url("../../images/btn_excel_hover.png");
}
span.export.pdf
{
    background-image:url("../../images/btn_pdf.png");
}
span.export.pdf:hover
{
    background-image:url("../../images/btn_pdf_hover.png");
}
.search
{
	padding:5px 5px 10px 5px;
}
.truckLate
{
    color: red !important;
}