@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../webfonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),  url('../webfonts/MyriadPro-Light.otf')  format('opentype'), url('../webfonts/MyriadPro-Light.woff') format('woff'), url('../webfonts/MyriadPro-Light.ttf')  format('truetype'), url('../webfonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadWebPro';
    src: url('../webfonts/MyriadWebPro.eot?#iefix') format('embedded-opentype'),  url('../webfonts/MyriadWebPro.woff') format('woff'), url('../webfonts/MyriadWebPro.ttf')  format('truetype'), url('../webfonts/MyriadWebPro.svg#MyriadWebPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadWebPro-Bold';
    src: url('../webfonts/MyriadWebPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../webfonts/MyriadWebPro-Bold.woff') format('woff'), url('../webfonts/MyriadWebPro-Bold.ttf')  format('truetype'), url('../webfonts/MyriadWebPro-Bold.svg#MyriadWebPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    min-height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
}
.fix-padding {padding: 0px !important;}
.fix-padding-bottom {padding-bottom: 0px !important;}
.fix-margin {margin: 0px !important;}
.fix-margin-top {margin-top: 0px !important;}
.mini-space-top {margin-top: 5px;}
.mini-space-bottom {margin-bottom: 5px;}
.mini-space-left {margin-left: 5px;}
.mini-space-right {margin-right: 5px;}
.little-space-top {margin-top: 10px;}
.little-space-bottom {margin-bottom: 10px;}
.little-space-left {margin-left: 10px;}
.little-space-right {margin-right: 10px;}
.big-space-top {margin-top: 20px;}
.big-space-bottom {margin-bottom: 20px;}
.big-space-left {margin-left: 20px;}
.big-space-right {margin-right: 20px;}
.xl-space-top {margin-top: 30px;}
.xl-space-bottom {margin-bottom: 30px;}
.xl-space-left {margin-left: 30px;}
.xl-space-right {margin-right: 30px;}
.xxl-space-top {margin-top: 40px;}
.xxl-space-bottom {margin-bottom: 40px;}
.xxl-space-left {margin-left: 40px;}
.xxl-space-right {margin-right: 40px;}
.top15 {
    margin-top: 15px;
}
.placeholder, input.placeholder {color: #999999;}
.bold {font-weight: bold !important;}
.alert {padding: 8px; font-size: 12px;}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}
.row-fluid div[class*="col-"] {
    padding: 0; 
}

.logout_ico {
	position: relative;
    top: -4px;
    left: -5px;
    width: 24px;
}

@media(min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height > div {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-flex-pack: center;
        align-self: center;
    }
}
.row-table {
    padding: 0;
    margin: 0;
    display: table;
}
.row-table .table-row {
    height: 100%;
    display: table-row;
    padding: 0;
    margin: 0;
}
.row-table .table-row .table-col {
    display: table-cell;
    padding: 0;
    margin: 0;
    float: none;
    vertical-align: middle;
}
@media(max-width: 991px) {
    .row-table,
    .row-table .table-row,
    .row-table .table-row .table-col {
        display: block;
    }
}
.inline {
	display: inline-block !important;
}
p {
    word-wrap: break-word;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
label {
	cursor: default;
}
.btn:focus, input:focus, textarea:focus, a, .select-standard, input[type=checkbox]:focus {
	outline: none !important;
}
.textarea-block {
	resize: none;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,
a:hover,
a:focus {
	color: #37383c;
	text-decoration: none;
}
a.fix {
	color: inherit;
	text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
.block {
    display: block;
}
.disabled,
.btn.disabled {
    background-color: #e8e8e8 !important;
    text-transform: uppercase;
}
.border-radius-fix {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.border-fix {
	border: 0px !important;
}
.full-height {
	min-height: 100%;
	margin: 0px;
}
ul.float li {
	padding: 0px !important;
	float: left;
}
input.large, select.large {
	height: 40px;
}
input.error, select.error, textarea.error {
	border-color: #B1393B;
}
ul.list-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.list-table > li {
	display: table-cell;
}
ul.list-table > li:first-child {
	width: 1px;	
	white-space: nowrap;
}
/*** Navbar Fix ***/
.navbar {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}
.navbar-brand, 
.navbar-nav > li > a {
    text-shadow: none;
}

/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width:480px){}
*/

/*** Custom ***/
body {
    font-family: 'MyriadWebPro';
    color: #181818;
    font-size: 16px;
    line-height: 26px;
    background-color: #fdfdfd;
}
a {
    color: #deb01a;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    color: #CAA018;
    text-decoration: underline;
}
a.fix-underline:hover {
    text-decoration: none!important;
}
button.btn {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
hr {
    border-color: #e8e8e8;
}
h1, h2, h3, h4 {
    margin: 0;
    margin-bottom: 25px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}

.main {
    max-width: 1600px;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
.wrap {
    max-width: 1600px;
    margin: auto;
    background-color: #fff;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/
}
.wrap.wrap-grey {
    background-color: #eaeaea;
}
.section {
    padding: 50px 0;
}
.section-sm {
    padding: 25px 0;
}
.divider {
    padding: 25px 0;
}
.color-inherit {
    color: #181818;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
}
.bg-container {
    position: relative;
}
.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bg-content > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.title {
    display: block;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
}
.title-lg {
    font-size: 45px;
    line-height: 55px;
}
.title-sm {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 15px;
}
.title-xs {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}
.title-light {
    font-family: 'MyriadPro-Light';
}
.title > span {
    font-family: 'MyriadWebPro';
    font-size: 50px;
}
.title-underline {
    position: relative;
}
.title-grey {
    color: #a0a0a0;
}
.title-underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    left: 0;
    right: 0;
    bottom: -8px;
}
@media(max-width: 991px) {
    .section {
        padding: 25px 0;
    }
}

/*** Navbar ***/
.navbar {
    border-bottom: solid 1px #D6D6D5;
    background-color: #fff;
    max-width: 1600px;
    margin: auto;
}
.navbar-center .navbar-brand,
.navbar-center .list-icons {
    min-width: 202px;
}
.navbar-center .list-icons {
    margin: 0;
    text-align: right;
}
.navbar-center .list-icons > li {
    padding: 0;
    padding-left: 10px;
}
.navbar-center .list-icons > li:first-child {
    padding-left: 0;
}
.navbar-center .list-icons > li > a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.navbar-center .list-icons > li > a > i{
    color: #fff;
    background-color: #deb01a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 23px;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-center .list-icons > li > button{
    color: #fff;
}

.navbar-center .list-icons > li > button > i{
    margin-right: .4em;
    color: #fff;
}

.navbar-center .list-icons > li > button > span{
    color: #fff;
}

.navbar-center .list-icons > li > a:hover i {
    background-color: #CAA018;
}
.navbar-center .list-icons > li > a:hover span.name {
    color: #CAA018;
}
.navbar-center .list-icons > li > a > span.name {
    position: relative;
    display: inline-block;
    top: -3px;
    margin-left: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-center .list-icons > li > a > span.badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #012f60;
}
.navbar-center .navbar-collapse {
    text-align: center;
}
.navbar-center .navbar-nav {
    float: none;
    display: inline-block;
}
.navbar .pre-header {
    padding: 8px 0;
    font-size: 15px;
}
.navbar .pre-header .list-inline {
    margin: 0;
}
.navbar .pre-header .list-inline > li {
    padding: 0;
    padding-left: 8px;
}
.navbar .pre-header .list-inline a > i {
    margin-right: 5px;
}
.navbar .navbar-brand {
    padding-top: 0;
}
.navbar .navbar-nav > li > a {
    color: #181818;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover {
    color: #deb01a;
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-brand {
        padding-left: 0;
        padding-top: 0;
    }
    .navbar-right {
        margin-right: -30px;
        margin-bottom: 8px;
    }
    .navbar-center .list-icons {
        margin-right: -15px;
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-toggle {
        border: none;
        background: transparent !important;
        padding: 9px 0px;
        margin-top: 3px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .navbar-toggle:hover {
        background: transparent !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 25px;
        height: 2px;
        background-color: #deb01a;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-brand > img {
        max-width: 150px;
    }
    .navbar-center .navbar-brand {
        padding-top: 7px;
    }
    .navbar-center .navbar-collapse {
        text-align: left;
    }
    .navbar-center .navbar-brand, 
    .navbar-center .list-icons {
        min-width: auto;
    }
    .navbar-center .list-icons {
        margin-left: 0;
        margin-right: 12px;
        margin-top: 3px;
    }
    .navbar-center .list-icons > li {
        padding-left: 8px;
    }
    .navbar-center .list-icons > li > a > i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 19px;
        line-height: 33px;
    }
    .navbar-center .list-icons > li > a > span.badge {
        top: -4px;
        right: -4px;
    }
}
@media(max-width: 767px) {
    .navbar-default .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-toggle {
        margin-right: 15px;
    }
}

/*** Buttons ***/
.btn{
    border: 0;
    font-size: 16px;
    padding: 10px 12px;
    text-transform: uppercase;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}
.btn:active,
.btn.active {
    box-shadow: none;
}
.btn-primary {
    color: #181818;
    background-color: #deb01a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #181818;
    background-color: #ECC547;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #181818;
    background-color: #ECC547;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #181818;
    background-color: #ECC547;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus{
    color: #181818;
    background-color: #deb01a;
}

.btn-primary {
    color: #181818;
    background-color: #deb01a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #181818;
    background-color: #ECC547;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #181818;
    background-color: #ECC547;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #181818;
    background-color: #ECC547;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus{
    color: #181818;
    background-color: #deb01a;
}

.btn-default {
    color: #656f78;
    background-color: #c8d3dd;
    text-transform: none;
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    color: #656f78;
    background-color: #D2DBE3;
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #656f78;
    background-color: #D2DBE3;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #656f78;
    background-color: #D2DBE3;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    color: #656f78;
    background-color: #D2DBE3;
}

/*** Misc ***/
.list-check {
    font-size: 18px;
    line-height: 28px;
    color: #5f5f5f;
}
.list-check > li > i {
    margin-right: 5px;
    color: #deb01a;
}
.availability {
    display: block;
}
.availability.AV {
    color: #4caf50;
}
.availability.NA {
    color: #CC2936;
}
.availability.LA {
    color: #FF6700;
}
.title-icon-container {
    margin-bottom: 25px;
}
.title-icon-container .round-icon {
    display: inline-block;
    color: #fff;
    background-color: #deb01a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 23px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.title-icon-container .title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    top: 3px;
}



/*** Card ***/
.card {
    position: relative;
    border: solid 1px #c1c1c1;
    border-radius: 8px;
    padding: 30px 15px;
    background-color: #fff;
}
.card .title-container {
    padding: 8px 15px;
    background-color: #eaeef2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card img.img-responsive {
    margin: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*** Form ***/
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c9c9c9;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #c9c9c9;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #c9c9c9;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #c9c9c9;
}
.form-control {
    height: 38px;
    padding-left: 20px;
    font-size: 16px;
    box-shadow: none;
    color: inherit;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ECC547;
}
label,
.form-inline label {
    font-weight: normal;
    color: #a0a0a0;
    font-size: 18px;
    line-height: 27px;
}
.form-group label > i {
    color: #deb01a;
    margin-left: 5px;
    font-size: 20px;
}
.quantity-wrapper {
    max-width: 100px;
    display: inline-block;
}
.quantity-wrapper .form-control {
    padding: 6px 12px;
    text-align: center;
    border-radius: 4px!important;
}
.quantity-wrapper .bootstrap-touchspin .input-group-btn-vertical i {
    top: -4px;
    left: 10px;
    font-size: 22px;
    font-weight: 900;
    color: #deb01a;
}
.quantity-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0;
}
.quantity-wrapper .bootstrap-touchspin .input-group-btn-vertical .btn {
    background: none;
}
.search-form .title-sm{
    color: #a0a0a0;
}
.search-form .btn{
    margin-top: 25px;
}

/*** Datepicker ***/
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
    color: inherit!important;
    border: 0!important;
    background-color: #deb01a!important;
    text-shadow: none!important;
}
.datepicker table tr td.active.active.focus, 
.datepicker table tr td.active.active:focus, 
.datepicker table tr td.active.active:hover, 
.datepicker table tr td.active.highlighted.active.focus, 
.datepicker table tr td.active.highlighted.active:focus, 
.datepicker table tr td.active.highlighted.active:hover, 
.datepicker table tr td.active.highlighted:active.focus, 
.datepicker table tr td.active.highlighted:active:focus, 
.datepicker table tr td.active.highlighted:active:hover, 
.datepicker table tr td.active:active.focus, 
.datepicker table tr td.active:active:focus, 
.datepicker table tr td.active:active:hover {
    color: inherit!important;
    border: 0!important;
    background-color: #deb01a!important;
    text-shadow: none!important;
}
.input-group.date .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-group.date .input-group-addon {
    background-color: transparent;
    border: 0;
    padding: 0px 12px;
    font-size: 24px;
    color: #deb01a;
    cursor: default;
}

/*** Select2 ***/
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection {
    outline: 0;
    box-shadow: none;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown {
    border-color: #ccc;
}
.select2-container--bootstrap ul.select2-results__options {
    padding: 0 8px;
}
.select2-container--bootstrap .select2-results__option {
    padding: 6px 4px;
}
.select2-container--bootstrap .select2-results__option {
    border-bottom: solid 1px #ccc;
}
.select2-container--bootstrap .select2-results__option:last-child {
    border: 0;
}
.select2-container--bootstrap .select2-results__option, 
.select2-container--bootstrap .select2-results__option[aria-selected] {
    color: #deb01a;
    background-color: transparent;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    color: #CAA018;;
    background-color: transparent;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #deb01a transparent transparent;
    border-width: 5px 5px 0;
    margin-left: -4px;
    margin-top: -2px;
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #deb01a;
    border-width: 0 5px 5px;
}

/*** Typehead ***/
.typeahead.dropdown-menu > li > a{
    padding: 5px 20px;
    color: #181818;
    background-image: none;
}
.typeahead.dropdown-menu > li > a:focus,
.typeahead.dropdown-menu > li > a:hover{
    color: #181818;
    background-color: #f5f5f5;
}
.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu>.active>a:focus,
.typeahead.dropdown-menu>.active>a:hover{
    color: #181818;
    background-color: #deb01a;
}

/*** Tables ***/
.table-container {
    margin-bottom: 50px;
}
.table-container .table {
    margin-bottom: 0;
}
.table-container th.small {
    width: 1px;
    white-space: nowrap;
    font-size: inherit;
} 
.table-container td.small {
    width: 1px;
    font-size: inherit;
}
.table-container .table-responsive thead {
    color: #fff;
    background-color: #94a8bc;
}
.table-container .table-responsive thead > tr > th {
    font-weight: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 0;
}
.table-container .table-responsive tbody > tr {
    border-top: solid 1px #94a8bc;
}
.table-container .table-responsive tbody > tr:first-child {
    border: 0;
}
.table-container .table-responsive tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    border: 0;
}
.table-container .table-responsive tbody > tr > td .img-responsive {
    margin: auto;
    border: solid 1px #b4b4b4;
    border-radius: 4px;
    min-width: 75px;
}
.table-container .table-responsive tbody > tr > td p {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    min-width: 180px;
    margin-bottom: 0;
    color: #8c8c8c;
}

.table-container .table-responsive tbody > tr > td .quantity-wrapper {
    max-width: 80px;
}
.table-container .table-responsive tbody > tr > td .btn-default,
.table-container .table-responsive tbody > tr > td .btn-primary {
    min-width: 150px;
}
.table tbody tr:hover {
    background-color: #c8d3dd;
}
.table .accordion-toggle i {
    padding-left: 15px;
    padding-right: 15px;
    color: #deb01a;
}
.table tr.accordion-toggle {
    cursor: pointer;
    border-top: 0 !important;
    background-color: #f4f6f8;
}
.table tbody tr.accordion-toggle:hover {
    background-color: #f4f6f8;
}
.table tr.hide td {
    background-color: #ecf0f3;
}
.table tr.accordion-toggle .fa-caret-up {
    display: none;
}
.table tr.active td {
    background-color: #c8d3dd !important;
}
.table tr.accordion-toggle.in .fa-caret-up {
    display: inline;
}
.table tr.accordion-toggle.in .fa-caret-down {
    display: none;
}
.table tr.accordion-toggle .text-left {
    text-align: left;
}
.table tr.accordion-toggle .text-right {
    text-align: right;
}
.table.collapse-container tbody > tr > td {
    background-color: #ecf0f3 !important;
}
.table.collapse-container.collapse.in {
    display: table;
}
.table thead.hide-tr tr {
    background-color: #EBF0F3;
    color: #EBF0F3;
}
.table thead.hide-tr tr span {
    height: 1px;
    display: block;
    overflow: hidden;
}
.table thead.hide-tr tr th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.table .quantity-wrapper .form-control {
    max-width: 74px;
    margin-right: 5px;
}
.table .availability {
    font-size: 14px;
    display: block;
    line-height: 16px;
}
@media(max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, 
    .table-responsive>.table>tbody>tr>th, 
    .table-responsive>.table>tfoot>tr>td, 
    .table-responsive>.table>tfoot>tr>th, 
    .table-responsive>.table>thead>tr>td, 
    .table-responsive>.table>thead>tr>th {
        white-space: inherit;
    }
}

/*** Tabs ***/
.tabs-container .nav-tabs > li {
    width: 33%;
}
.tabs-container .nav-tabs > li.active {
    width: 34%;
}
.tabs-container .nav-tabs > li > a {
    font-family: 'MyriadPro-Light';
    font-size: 24px;
    padding: 15px 25px;
    color: inherit;
    margin-right: 0;
    border: 1px solid #c1c1c1;
    border-bottom-color: #deb01a;
    background-color: #fff;
}
.tabs-container .nav-tabs > li:first-child > a {
    border-top-right-radius: 0;
    border-right-color: transparent; 
}
.tabs-container .nav-tabs > li:last-child > a {
    border-top-left-radius: 0;
    border-left-color: transparent;  
}
.tabs-container .nav-tabs > li.active > a, 
.tabs-container .nav-tabs > li.active > a:focus, 
.tabs-container .nav-tabs > li.active > a:hover {
    color: inherit;
    border-color: #deb01a;
    background-color: #deb01a;
}
.tabs-container .tab-content > .tab-pane {
    background-color: #fff;
    border: solid 1px #deb01a;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right: 15px;
    padding-left: 15px;
}

.search-container .search-content > .search-pane {
    background-color: #fff;
    border: solid 1px #deb01a;
    border-radius: 8px;
    padding-right: 15px;
    padding-left: 15px;
}

/*** Page Login / Homepage ***/
.page-login .col-left .section,
.page-homepage .col-left .section,
.page-research .col-left .section {
    padding-left: 50px;
    padding-right: 50px;
}
.page-login .bg-container,
.page-homepage .bg-container {
    min-height: 600px;
}
.page-login .bg-content .section,
.page-homepage .bg-content .section {
    height: 100%;
    min-height: 100%;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.8+50,1+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.page-login .bg-content .title,
.page-homepage .bg-content .title {
    position: relative;
    color: #5f5f5f;
}
.page-login .bg-content .title:after,
.page-homepage .bg-content .title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #deb01a;
    left: 0;
    right: 0;
    bottom: -8px;
}

.headerData {
	color: black;
	font-size: 13px;
    font-weight: bold;
	display: inline-block;
    padding-left: 15px;    
}

@media(max-width: 991px) {
    .page-login .col-left .section, 
    .page-homepage .col-left .section, 
    .page-research .col-left .section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-login .bg-content .section, 
    .page-homepage .bg-content .section {
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        float: none!important;
    }
    .page-login .bg-container, 
    .page-homepage .bg-container {
        min-height: 450px;
    }
}

/*** Page Item Detail ***/
.page-item-detail .card {
    padding: 0;
}
.page-item-detail .card .title-container .title-sm {
    margin: 0;
    margin-left: 5px;
    display: inline-block;
}
.page-item-detail .item-info .title-xs {
    color: #a0a0a0;
    margin-bottom: 0;
}
.page-item-detail .item-info .title-sm {
    margin-bottom: 0;
}
.page-item-detail .item-info hr {
    margin: 8px 0;
}
.page-item-detail .item-info p.note {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
.page-item-detail .item-info .form-inline {
    margin-top: 12px;
}
.page-item-detail .item-info .form-inline hr {
    margin: 12px 0;
}
.page-item-detail .item-info .form-inline label{
    margin-right: 15px;
}
.page-item-detail .item-info .form-inline .price {
    display: inline-block;
    min-width: 100px;
    text-align: center;
    padding-right: 20px;
}
.page-item-detail .item-info .form-inline .btn-primary{
    text-transform: none;
    min-width: 300px;
}

/*** Page User info ***/
.page-user-info .footer-info {
    margin-top: 25px;
}
.page-user-info .footer-info i {
    color: #deb01a;
    margin-right: 5px;
    font-size: 20px;
}
@media(min-width: 768px) {
    .page-user-info .card {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-user-info .footer-info {
        padding: 0 30px;
    }
}

/*** Page Order Archive ***/
.page-order-archive form button.btn{
    min-width: 300px;
}

/*** Footer ***/
.footer-container {
    margin: auto;
    max-width: 1600px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/
}
.footer-container .pre-footer {
    color: #808080;
    background-color: #d5d5d5;
    padding: 10px 0;
}
.footer-container .pre-footer a {
    color: #808080;
}
.footer-container .pre-footer .list-inline {
    margin: 0;
}
.footer-container .pre-footer .list-inline > li {
    position: relative;
    padding: 0;
    padding-right: 10px;
}
.footer-container .pre-footer .list-inline > li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #808080;
    right: 2px;
    top: 5px;
}
.footer-container .pre-footer .list-inline > li:last-child:after {
    content: none;
}
.footer-container .footer {
    /*background-color: #012f60;*/
    background-color: #000000;
    padding: 15px 0;
}
.footer-container .footer .item img {
    margin: auto;
}
#spare-search-detail:hover { cursor:pointer }
.spare-search-detail:hover { cursor:pointer }
#notice:hover { cursor:pointer }


.tooltip-inner {
background-color: #deb01a;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #deb01a !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #deb01a !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #deb01a !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #deb01a !important;
}


.form-control.input-help-block
{
    display: inline !important;
    width: 92%;
}

span.help-block
{
    display:inline;
    margin-left:5px;
}

.links-items label, .links-section label
{
    display: block;
}

label.error.fail-alert {
    color:red;
}

.usermessage
{
    min-height: 600px;
}

div.card > img.img-responsive
{
    max-width: 600px;
}

.bomDate-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bomDate-container .bomDateBtn {
    margin-top: 0px;
    flex: 1;
    margin-left:12px;
    padding:6px 12px;
}
.bomDate-container .bomDate {
    flex: 3;
}
.bomDate-container .bomDateIcon {
    flex: 1;
}
.bomDate-container .bekoSn {
    flex: 5;
}
.filterBom-container {
    padding-bottom:12px;
}