#menubar
{
	height:70px;
	/*position:fixed;*/
	top:0px;
	left:0px;
	background-color:#50377a;
	/*background:url("../images/maintheme/ui-bg_gloss-wave_85_9fda58_500x100.png") 50% 50% repeat-x;*/
	
}

.mainbg {
    background-color: #FFFFFF;
    color: #333333;
    padding: 10px 0;
    border: solid 1px #cccccc;
}

.padding-Top {
    padding: 40px 0;
}
 .gridStyle {
    border: 1px solid rgb(212,212,212);
     
	height:500px;
    /*position:absolute;*/
    /*top:90px;
    bottom:0;
    left:0;
    right:0; 
    
    margin: 0 auto; */
 

}

#toolbar
{
background:url("../images/maintheme/ui-bg_gloss-wave_55_000000_500x100.png") 50% 50% repeat-x;

}
#toolbar label{
  color:white;
}



@media (min-width: 200px) {
	.img-logo
	{
	    margin-left:20px;
	  	width:100px;
	   height:50px;
	}
	.label-header
	{
	    margin-left:20px;
		font-size:xx-small;
		vertical-align: middle;
		text-align:center;
	}
}

@media (min-width: 320px) {
	.img-logo
	{
	    margin-left:20px;
	  	width:100px;
	   height:50px;
	}
	.label-header
	{
	    margin-left:20px;
		font-size:small;
		vertical-align: middle;
		text-align:center;
	}
}


@media (min-width: 800px) {
	.img-logo
	{
	    margin-left:20px;
	  	width:150px;
	   height:50px;
	}
	.label-header
	{
	    margin-left:50px;
		font-size:large;
		vertical-align: middle;
		text-align:center;
	}
}

@media (min-width: 1024px) {
	.img-logo
	{
	    margin-left:20px;
	  	width:150px;
	   height:50px;
	}
	.label-header
	{
	    margin-left:200px;
		font-size:xx-large;
		vertical-align: middle;
		text-align:center;
	}
}

.navbar{
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: #ebebeb;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
    background-color: #e7e7e7;
}

.navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }
 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #50377a;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #E87722 !important;
    border-color: #E87722;
    font-size: 20px;
}

#topicbar
{
	height:40px;
	color:white;
	font-weight:bold;
	background:url("scb-theme/images/ui-bg_gloss-wave_50_f9c845_500x100.png") 50% 50% repeat-x;
	/*text-align: center;*/
	vertical-align:middle;
	/*display: table;*/
}

.icon{
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.icon:hover{
  background-color: transparent;
  color: #FFA952;
  background-position: 0 -15px;
  border-color: transparent;
}
.icon:focus 
{
  background-color: #fff;
  color: #FFA952;
  background-position: 0 -15px;
  border-color: transparent;
}

.icon:active,
.icon.active {
  background-color: #fff;
}
.icon:disabled,
.icon[disabled] {
  background-color: #50377a;
  background-image: none;
}

.container-fluid{
    padding-left: 0px;
}

.pagination {
  margin: 10px 0;
}

.list > thead > tr > th,
.list > tbody > tr > th,
.list > tfoot > tr > th,
.list > thead > tr > td,
.list > tbody > tr > td,
.list > tfoot > tr > td {
  padding: 3px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.center{
    text-align: center;
}

.btn-modal{
    margin-bottom: 10px;
}

.panel-settopbottomzero {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.panelpaddingbottom {
    padding-bottom: 20px;
}

.panel{
    border-radius: 0;
    margin-bottom: 0px;
}

.panel-default{
    border-color: transparent;
}
.panel-default > .panel-heading {
    background-color: #e87722;
}
.panel-default > .control {
  color: #333;
  font-weight:bold; 
  background-color:transparent;
  border-color: transparent;
  border-bottom: 0;
}
.panel-primary {
    border-color: #e5e5e5 !important;
}

.panel-primary > .panel-heading {
    background-color: #fff !important;
    color: #183028;
    border-color: #e5e5e5;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #e87722 !important;
    background-color: transparent;
    background-color: #e7e7e7;
}
.table > thead > tr:first-child {
        padding: 10px 0px;
        color: #fff;
        font-weight: 100;
        text-align: center;
        border-left: 1px solid #fff;
        border-right: 1px solid #ebebeb;
        border-top: none;
        border-bottom: none;
        background: #e87722;
        line-height: 20px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #e5e5e5 !important;
    color: #183028 !important;
}

.table > thead > tr > td {
    background: #fff !important;
}
.table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #fff !important;
}
.table > tbody {
    background: #fff !important;
}


.panel-body {
    padding: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #fff;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    color: #183028;
}

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        padding: 7.5px 12px;
        font-size: 14px;
        color: #183028;
        vertical-align: middle;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        background-color: #ffffff !important;
        border: 1px solid #707070 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 100px #ffffff;
    }

        textarea:focus,
        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="datetime"]:focus,
        input[type="datetime-local"]:focus,
        input[type="date"]:focus,
        input[type="month"]:focus,
        input[type="time"]:focus,
        input[type="week"]:focus,
        input[type="number"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="search"]:focus,
        input[type="tel"]:focus,
        input[type="color"]:focus,
        .uneditable-input:focus {
            border-color: #0078D7;
            outline: 0;
            outline: thin dotted \9;
            /* IE6-9 */
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
    box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 100px #ffffff;
    border: 1px solid #0078D7;
}
    input::-webkit-input-placeholder {
        color: #183028;
    }



.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    border: 1px solid #ccc;
}

.ui-corner-all, 
.ui-corner-top, 
.ui-corner-bottom,
.ui-corner-left, 
.ui-corner-right, 
.ui-corner-tl,
.ui-corner-bl {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

p {
  margin: 0 0 0px;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
 }

.panel-default .login-head {
    background-color: #E87722 !important;
    border-color: #E87722;
}

.login-wrap {
    padding-top: 20px;
}

.btn {
    margin: 0 10px;
}
.btn-primary {
    background: #e87722 !important;
    padding: 10px 40px;
    border: 1px solid #E87722 !important;
}
    .btn-primary:hover {
        border: 1px solid #d16819 !important;
        background-color: #d16819 !important;
        border-radius: 4px;
    }
    .btn-primary:active {
        box-shadow: 0 0 6px 0 #e87722;
        background-color: #e87722;
        border: 1px solid #E87722;
    }
.btn-warning {
    background: #fff !important;
    padding: 10px 40px;
    border: 1px solid #E87722;
    color: #E87722;
}
    .btn-warning:hover {
        background: #fcebde !important;
        color: #E87722;
        border-radius: 4px;
        border: 1px solid #E87722;
    }
    .btn-warning:active {
        box-shadow: 0 0 6px 0 #E87722;
        border: solid 1px #E87722;
        background-color: #FFF;
    }

.btn-default {
    padding: 10px 30px;
}
.modal-header {
    background: #e5e5e5;
    color: #183028;
    /*-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

.modal-footer {
    border-top: none;
    padding: 0px;
    padding-bottom: 20px;
    text-align: center;
}

.modal-footer .btn {
    padding: 10px 30px;
}
.modal-header .close {
    margin-top: -2px;
    color: #183028;
    opacity: 1;
    border: 0px none;
}

i.glyphicon {
    margin-right: 10px;
}
a#lnkResetPassword,
a#lnkUnlockAccount {
    color: #707070 !important;
}



body {
    font-family: Noto Sans Thai, FWD Circular TT;
}

.titlePageLabel {
    height: 21px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #e87722;
    padding-left: 10px;
}

.modal-title {
    color: #183028;
    font-size: 18px;
    font-weight: 500;
}

.modal-dialog {
    width: 454px;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    min-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

#bottom-footer {
    margin-top: 0px;
    color: #707070 !important;
    border-top: 1px solid #cccccc;
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a {
    color: #183028;
    padding-right: 30px;
}

.carousel-indicators .active {
    background-color: #183028;
}

.carousel-indicators li {
    border: 1px solid #183028;
}


.navbar-nav > li > a {
    min-height: 54px;
}

.carousel-control {
    color: #183028;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #183028;
}

.navbar-nav .dropdown-menu > li > a:hover {
    background-color: #183028;
    color: #e87722;
}

/* Loading
----------------------------------------------------------
*/
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #cccccc;
    border-radius: 70%;
    border-top: 16px solid #E87722;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.overlay_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #f3f3f3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: .60;
    z-index: 999999;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* end Loading */