@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-BoldItalic.woff2') format('woff2'),
        url('../fonts/Flama-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-Italic.woff2') format('woff2'),
        url('../fonts/Flama-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama.woff2') format('woff2'),
        url('../fonts/Flama.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Globle */
body {font-family: 'Flama';background-color: #f5fcfe;}
h1 {font-size: 34px;line-height: 20px;color: #ffffff;margin-bottom: 15px;font-weight: bold;}
img {max-width: 100%;}


/* Header */
.header-main {display: flex;align-items: center;}
.logo-section {width: 318px;-webkit-box-shadow:2px 2px 4px #00000029;-moz-box-shadow: 2px 2px 4px #00000029;box-shadow: 2px 2px 4px #00000029;background: #ffffff;}
.header-blue-section {background-image: url('../../img/header-bg.png');background-repeat: no-repeat;background-size: cover;width: calc(100% - 318px);padding: 33px 30px;}
.header-blue-section-container{display: flex;justify-content: space-between;align-items: center;}
.header-icons {margin: 0;padding: 0;}
.header-icons li {display: inline-block;list-style: none;margin-right: 30px;}
.header-icons li:nth-last-child(1) {margin-right: 0;}
.header-small-text {font-size: 18px;line-height: 20px;color: #ffffff;}

/* Sidebar */
#body-row {margin-left:0;margin-right:0;}
#sidebar-container {height: 85vh;   padding: 0;position: fixed;overflow: auto;background: #ffffff;}
.sidebar-expanded {width: 318px;-webkit-box-shadow:2px 2px 4px #00000029;-moz-box-shadow: 2px 2px 4px #00000029;box-shadow: 2px 2px 4px #00000029;}
.sidebar-collapsed {width: 85px;-webkit-box-shadow:2px 2px 4px #00000029;-moz-box-shadow: 2px 2px 4px #00000029;box-shadow: 2px 2px 4px #00000029;}
#sidebar-container .list-group a {font-size: 20px;font-weight: normal;line-height: 2.9;letter-spacing: normal;padding: 5px 26px;}
.menu-icon-wrapp {width: 58px;}
.menu-after-icon {position: absolute;top: 25%;right: 26px;transform: translateY(-50%);width: 24px;height: 24px;}
.list-group-item:first-child {border-top-left-radius: 0;border-top-right-radius: 0;}
.toggle-icon-wrapp {justify-content: flex-end;}
.content-wrapp {display: flex;margin-top: 121px;}
.list-group-item.active {color: #ffffff !important;}
.menu-icon {vertical-align: sub;}
.sidebar-collapsed .menu-after-icon {display: none !important;}
.sidebar-submenu .list-group-item-action {font-size: 16px !important;line-height: 1.9 !important;}
.plus-icon {display: none;}
.list-group-item.collapsed .plus-icon{display: block;}
.list-group-item.collapsed .subtract-icon {display: none;}
.sidebar-submenu .submenu-dropdown {background-color: #ffffff !important;}
.sidebar-submenu .submenu-dropdown.collapsed {background-color: #142C73 !important;}
.sidebar-submenu .list-group-item {color: #ffffff !important;border: 1px solid rgba(255,255,255, 1);}
.sidebar-submenu .submenu-dropdown {color: #142C73 !important;}
.sidebar-submenu .submenu-dropdown.collapsed {color: #ffffff !important;}
.sidebar-inner-submenu a {padding-left: 60px !important;}
.sidebar-sub-inner-submenu a {padding-left: 100px !important;}
.sidebar-submenu .list-group-item-action {opacity: 0.7;}
.sidebar-submenu .submenu-dropdown {opacity: 1;}
.active-dropdown {display: block !important;}
.active-dropdown-main.list-group-item.collapsed .plus-icon,
.active-dropdown .list-group-item.collapsed .plus-icon {
    display: none;
}
.active-dropdown-main.list-group-item.collapsed .subtract-icon,
.active-dropdown .list-group-item.collapsed .subtract-icon{
    display: block;
}

.active-dropdown .submenu-dropdown.collapsed {background-color: #ffffff !important;color: #142C73 !important;}
.remove-dropdown {display: none !important;}
.icon-show {background: #ffffff !important;}
.icon-show .plus-icon {display: block;}
.icon-show .subtract-icon {display: none;}


/* Content */
.content-welcome-messgae {font-size: 34px;font-weight: bold;line-height: 0.59;letter-spacing: normal;}
.content-block {width: calc(100% - 318px);}
.content-block.full-width {width: calc(100% - 85px);}
.content-block.single-content {display: flex;align-items: center;height: 85vh;}
.content-block {margin-left: 318px;}
.content-block.full-width {margin-left: 85px;}
.form-field-wrapp {display: flex;align-items: center;}
.form-field-wrapp label {font-size: 14px;margin-right: 10px;}
.nice-select span {font-size: 18px;font-weight: normal;line-height: 1.11; color: #b1b1b1;}
.nice-select {border-radius: 55px;height: 30px;line-height: 30px;width: 180px;}
.gray-header {padding: 32px 20px;background-color: #f5fcfe;}
.cart-wrapp {display: flex;align-items: center;} 
.cart-heading {font-size: 20px;font-weight: bold;line-height: 0.91;}
.filter-row {padding: 15px 20px;}
.filter-lable {font-size: 20px;font-weight: bold;line-height: 1; color: #ffffff;display: flex;align-items: center;}
.filter-lable img {margin-left: 10px;margin-top: 5px;}
.filter-field-wrapp {padding: 37px 20px;}
.modal-block-wrapp {padding: 0 20px;}
.form-field-wrapp {margin-bottom: 15px;}
.flex-col {display: flex;align-items: center;}
.filter-wrapp {-webkit-box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.16);-moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);background-color: #ffffff;}
.submit-button {font-size: 18px;font-weight: bold;line-height: 1.8;color: #ffffff !important;padding: 10px 58px;-webkit-box-shadow:2px 2px 4px 0 rgba(102, 100, 100, 0.16);-moz-box-shadow: 2px 2px 4px 0 rgba(102, 100, 100, 0.16);box-shadow: 2px 2px 4px 0 rgba(102, 100, 100, 0.16);border-radius: 30px;text-decoration: none !important;}
.carrier-button {font-size: 18px;font-weight: bold;line-height: 1.8;color: #ffffff !important;padding: 10px 58px;-webkit-box-shadow:2px 2px 4px 0 rgba(102, 100, 100, 0.16);-moz-box-shadow: 2px 2px 4px 0 rgba(102, 100, 100, 0.16);box-shadow: 2px 2px 4px 0 rgba(102, 100, 100, 0.16);border-radius: 30px;text-decoration: none !important;}
.cart-wrapp img {margin-left: 5px;}
.modal-content {background-color: #ffffff;-webkit-box-shadow:3px 3px 0 0 rgba(0, 0, 0, 0.16);-moz-box-shadow:3px 3px 0 0 rgba(0, 0, 0, 0.16);box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);}
.modal-img {text-align: center;margin-bottom: 10px;}
.modal-code {font-size: 18px;font-weight: bold;text-align: center;}
.modal-gray-text {color: #b1b1b1;font-size: 12px;text-align: center;}
.modal-blue-block,
.modal-table-content {
    display: flex;align-items: center;justify-content: center;
}
.blue-block-text {font-size: 16px;color: #ffffff;width: 50%;text-align: center;}
.blue-block-gray-text {color: #b1b1b1;font-size: 16px;width: 50%;text-align: center;}
.modal-img-text {padding: 15px;}
.nice-select.open .list {width: 100%;}
.content-wrapp-main {padding: 0 20px;}
.table-heading-wrapp {font-size: 20px;line-height: 20px;font-weight: bold;padding: 25px 35px;border-bottom: 1px solid #142C73;margin-bottom: 30px;display: flex;align-items: center;justify-content: space-between;}
table {border-collapse: collapse;}
td {border: 1px solid #dddddd;padding: 8px;font-size: 13px;}
th {border: 1px solid #dddddd;text-align: center;padding: 8px;font-size: 13px;}
table th {color: #ffffff;}
.table-headings {display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
.table-heading-item {font-size: 14px;line-height: 22px;}
.purchase-order-details {display: flex; align-items: center;margin-bottom: 10px;}
.purchs-detail-label {width: 30%;}
.purchs-details {width: 70%;}
.table-headings.only-page {justify-content: flex-end;}
.customer-main-heading {font-size: 14px;line-height: 18px;padding: 18px 10px;color: #ffffff;}
.customer-info-title {font-size: 20px;line-height: 18px;font-weight: bold;margin: 0 0 35px 0;border-bottom: 1px solid #142c73;padding-bottom: 20px;padding-left: 85px;padding-top: 35px;}
.customer-info-content {display: flex; align-items: center;margin-bottom: 10px;}
.info-content {font-size: 16px;line-height: 18px;width: 50%;}
.customer-info-content-wrapp {padding-left: 85px;padding-bottom: 25px;}
.info-content-border {border: 1px solid;border-top: 0;border-bottom: 0;}
.info-content-border:nth-last-child(1) {border-bottom: 1px solid;}
.customer-info-wrapp {margin: 50px 0;}
input[type="text"],input[type="password"],input[type="select"],input[type="date"], textarea {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.11;
    color: #b1b1b1;
    border: 1px solid #dddddd;
    border-radius: 30px;
    width: 100%;
    height: 30px;
    outline: 0 !important;
    padding-left: 15px;
}

textarea {border-radius: 0;min-height: 50px;}
.text-area-main {align-items: flex-end;}
.error {display: block;font-size: 16px;line-height: 18px;margin-top: 10px;}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-checkbox input {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.custom-checkbox label {position: relative;cursor: pointer;margin-bottom: 0;}
.custom-checkbox label:before {content:'';-webkit-appearance: none;background-color: transparent;border: 2px solid #707070;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);padding: 7px;display: inline-block;position: relative;vertical-align: sub;cursor: pointer;margin-right: 5px;}
.custom-checkbox input:checked + label:after {content: '';display: block;position: absolute;top: 7px;left: 7px;width: 5px;height: 10px;border: solid #707070;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.simple-text {font-size: 14px;}
.radio-address {-webkit-box-shadow:2px 2px 4px #00000029;-moz-box-shadow:2px 2px 4px #00000029;box-shadow: 2px 2px 4px #00000029;border: 0.5px solid #707070;background: #ffffff;padding: 10px;width: 349px;}
.quantity-block {border: 1px solid #dddddd;padding: 0px 12px;border-radius: 30px;margin: 0px 5px;}
.table-item-img {margin-right: 10px;}
.form-button-row {display: flex;align-items: center;justify-content: center;margin: 30px 0;}
.form-button-row a {margin-right: 40px;}
.form-button-row a:nth-last-child(1) {margin-right: 0;}
.login-wrapp {display: flex;height: 100vh;overflow: hidden;}
.login-blue-section {width: 60%;padding: 90px;position: relative;}
.login-form-wrapp {width: 40%;padding: 90px;}
.login-blue-section p {color: #ffffff;margin-top: 20px;}
.login-blue-section img {position: absolute;bottom: 0;left: 0;}
::-webkit-input-placeholder {color: #999999;font-size: 18px;line-height: 23px;}
:-ms-input-placeholder { color: #999999;font-size: 18px;line-height: 23px;}
::placeholder {color: #999999;font-size: 18px;line-height: 23px;}
.login-input input {height: 50px; padding-left: 58px;} 
.login-input {position: relative;}
.login-filed-icon {position: absolute;top: 50%;left: 15px;transform: translateY(-50%);display: inline-block;z-index: 1;border-right: 2px solid #ddd;padding-right: 10px;width: 30px;}
.login-checkbox-wrapp {display: flex;align-items: center;justify-content: space-around;}
.login-bottom-text {font-size: 14px;color: #999999;line-height: 20px;}
.login-logo img {margin-bottom: 30px;width: 300px;}
.login-blue-section {background-image: url('../../img/login-scree-image.jpg');background-position: center;background-size: cover;background-repeat: no-repeat;}
.login-form-wrapp .carrier-button {font-size: 22px;font-weight: normal;}
.login-form-wrapp .custom-checkbox label:before {background-color: #142C73;}
.login-form-wrapp .custom-checkbox input:checked + label:after {border: solid #ffffff;border-width: 0 2px 2px 0;}
.login-logo img {width: 240px;}













@media (min-width: 768px) and (max-width: 1200px) {
    .login-checkbox-wrapp {flex-direction: row;flex-wrap: wrap;}
    .login-checkbox-item {margin-bottom: 10px;}
    .login-form-wrapp {padding: 50px;}
    .login-form-wrapp .carrier-button {font-size: 18px;}
}


@media (min-width: 1500px) {
    .login-bottom-text {width: 78%; margin:  0 auto;}
} 

@media(max-width: 1500px) {
    .form-field-wrapp label,
    .modal-code, {
        font-size: 14px;
    }
    .cart-heading {font-size: 15px;}
    #sidebar-container .list-group a {font-size: 16px;}
    .filter-lable {font-size: 18px;}
    .submit-button,
    .carrier-button {
        font-size: 16px;
    }
    td, th {font-size: 12px;}
    .sidebar-submenu .list-group-item-action {
        font-size: 14px !important;
    }
    .login-blue-section img {height: 372px;}
}

@media (max-width: 767px) {
    .header-main,
    .header-blue-section {
        flex-direction: column;
    }
    .logo-section {width: 100%;text-align: center;}
    .header-blue-section {width: 100%;}
    h1 {font-size: 22px;}
    .header-small-text {font-size: 16px;}
    .header-icons {margin-top: 10px;}
    .header-blue-section {padding: 20px 0;}
    .content-block {margin-left: 0;width: 100%;}
    .modal-block {margin-bottom: 30px;}
    .content-wrapp {margin-top: 0;}
    #sidebar-container {height: 100vh;background: #ffffff;display: block !important;top: 0;z-index: 2;}
    .form-field-wrapp label,
    .modal-code {
        font-size: 12px;
    }
    .cart-heading {font-size: 12px;}
    #sidebar-container .list-group a {font-size: 14px;}
    .filter-lable {font-size: 16px;}
    .submit-button,
    .carrier-button {
        font-size: 14px;
    }
    .sidebar-collapsed {width: 0;}
    .sidebar-collapsed #collapse-icon {position: fixed;background: #f8f9fa;padding: 5px 15px;left: 17px;top: 49px;border-radius: 10px;}
    .content-block.full-width {margin-left: 0;width: 90%;margin: 0 auto;}
    .content-welcome-messgae {text-align: center;line-height: 1.2;}
    .sidebar-collapsed #collapse-icon img {margin-top: -4px;}
    .radio-address {width: 100%;margin-top: 10px;}
    .form-button-row {flex-direction: column;}
    .form-button-row a {width: 100%;margin-bottom: 15px;margin-right: 0;display: block;text-align: center;}
    .table-heading-wrapp {padding: 25px 0;font-size: 16px;}
    .table-heading-wrapp span:nth-last-child(1) {text-align: right;}
    input[type="date"] {margin-bottom: 15px;}
    .content-wrapp-main {padding: 0;}
    .customer-info-content-wrapp,
    .customer-info-title {
        padding-left: 20px;
    }
    .customer-info-title {font-size: 18px;}
    .cart-wrapp {justify-content: space-around;}
    .login-blue-section {width: 100%;padding: 30px;}
    .login-form-wrapp {width: 100%;padding: 30px;}
    .login-wrapp {flex-direction: column;height: 100%;}
    .login-logo img {width: 200px;}
}

@media (min-width: 767px) {
    header {position: fixed;top: 0;width: 100%;z-index: 1;}
    .form-field-wrapp:nth-last-child(1) {margin-bottom: 0;}
}

@media(min-width: 767px) and (max-width: 1200px) {
    h1 {line-height: 50px;}
}

#sidebar-container .list-group a,
.content-welcome-messgae,
.cart-heading,
.table-heading-wrapp,
.blue-text,
.info-content{
    color: #142C73;
}

.green-text {
    color: #0F8012;
}

.form-field-wrapp label,
.modal-code {
    color: #000000;
}

.error,
.red-text {
    color: #FD371C;
}

.list-group-item.active,
.blue-bg,
.modal-blue-block,
table th,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
.sidebar-submenu .list-group-item {
    background-color: #142C73;
}

tr:nth-child(even) {
    background-color: #F4F4F4;
}


#footer{ position:fixed; bottom:0; left:0; min-height:20px; background-color:#efefef; width:100%; text-align:center; clear:both; z-index:0; visibility:visible; padding:5px;}
.btn{
	display:initial;
	display:ruby-base;
	float:unset;
}
.btn-info{
	display:inline;
}


* {margin:0px; padding:0px; border:0px; }

iframe1 {
	/* width:700px; */
	width:100%;
    height:615px;   
}
.docsearch {
	width:100%;
	background:#1d87c2;
	overflow:hidden;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:8px 0px;
	line-height:32px; }
.docsearch a {
    color: #FFF;
    text-decoration: none; }
.document {
	float:left;
	padding:0px 20px 0px 60px;
	background:url(../../images/ui/document-icon.png) 20px 3px no-repeat; }
.search {
	float:left;
	padding:0px 20px 0px 60px;
	background:url(../../images/ui/search-icon.png) 20px 6px no-repeat; }
.searchDocHistory {
	float:left;
	padding:0px 10px 0px 50px;
	background:url(../../images/ui/search-icon-sm.png) 20px 6px no-repeat; }
.groupMenu {
	float:left;
	padding:0px 10px 0px 50px;
	background:url(../../images/ui/images/refer2.gif) 20px 6px no-repeat; }
	
.content_wrap {
	width:auto;
	text-align:center;
	//overflow:hidden;
	padding:0px 0px 0px 0px;
	background:#fff;
}

.content_wrap nav {
	margin-top:0px;
	width:220px;
	float:left;
    height: 430px;
    overflow: auto;}

.content_wrap nav .topnav {
	width: 100%;
	padding:0;
	margin: 0;
	list-style: none;
}

.content_wrap nav .topnav li {
	border-bottom:1px solid #252424;}

.content_wrap nav .topnav li a {
	padding: 5px 5px 5px 24px;
	line-height:36px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	background-color:#142c73;
}
.content_wrap nav .topnav li a span {
	font-size:18px;
	font-weight:normal;
	margin-right:10px; }

.content_wrap nav .topnav li a:hover {
	background-color:#142c73;
	color:white;
}

.content_wrap nav .topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

.content_wrap nav .topnav ul li {
	margin: 0;
	padding: 0;
	overflow:hidden;
	border-bottom:1px solid #efefef;
}

.content_wrap nav .topnav ul li a {
	color:#878d95;
	font-size: 14px;
	font-weight: normal;
	outline:0;
	background:#fff url(../../images/ui/arrow.png) 23px 19px no-repeat;
}

.content_wrap nav .topnav ul li a:hover {
	background:#f5f3f3 url(../../images/ui/arrow.png) 23px 19px no-repeat;
	color:#675C7C;
}
.content_wrap nav .topnav ul ul li {
	background:#fff;
	padding:0px 10px;
	border-bottom:0px;
}
.content_wrap nav .topnav ul ul li a {
	color:#878d95;
	background:#fff;
	padding-left: 24px;
	border-top:1px solid #eae8e9;
}

.content_wrap nav .topnav ul ul li a:hover {
	background:#616974;
	color:#FFF;
}

.content_wrap nav .topnav span{
	float:right;
}

/* for content page */
.content {
	width:676px;
	margin:0px 0px;
	float:left; }
.contentlist {
	list-style:none;
	overflow:hidden;
	line-height:20px;
	font-size:12px;
	color:#000; }
.contentlist li {
	overflow:hidden;
	padding:3px 0;
    border-bottom: 1px solid #FFF;}
.contentlist .title {
	background:#FFF;
	font-weight:bold;
	font-size:14px; }
.contentlist .title img {
	float:left; }
.contentlist li ul li {
    line-height: 25px;
	padding:3px 2% 0px;
    border: 0px;}
.contentlist li ul li:nth-child(1) {
	width:6%;
	float:left;}
.contentlist li ul li:nth-child(2) {
	width:56%;
	float:left; }
.contentlist li ul li:nth-child(3) {
	width:26%;
	float:left; }

.contentlist2 {
	list-style:none;
	overflow:hidden;
	line-height:20px;
	font-size:12px;
	color:#000; }
.contentlist2 li {
	overflow:hidden;
	padding:3px 0;
    border-bottom: 1px solid #FFF;}
.contentlist2 .title {
	font-weight:bold;
    background:#FFF url(../../images/ui/File-Version-Arrow.png) right center no-repeat;
	font-size:12px;
    border: 0px;}
.contentlist2 .title img {
	float:left; }
.contentlist2 li ul li {
    line-height: 25px;
	padding:3px 1% 0px;
    border: 0px;}
.contentlist2 li ul li:nth-child(1) {
	width:5%;
	float:left;}
.contentlist2 li ul li:nth-child(2) {
	width:38%;
	float:left; }
.contentlist2 li ul li:nth-child(3) {
	width:13%;
	float:left; }
.contentlist2 li ul li:nth-child(4) {
	width:6%;
	float:left; }
.contentlist2 li ul li:nth-child(5) {
	width:10%;
	float:left; }
.contentlist2 li ul li:nth-child(6) {
	width:12%;
	float:left; }

.content_wrap .searchform {
	width:246px;
    height: 100%;
    background: #7c8ab3;
    padding: 12px;
	float:left;
    text-align: center;
    border-radius: 2px;}
.form {
    padding:8px 0px;
    width: 220px;
    background: #142c73;}
.searchform .txt_box {
    width: 200px;
    color: #656565;
    outline: 0px;
    padding: 0px 8px;
    font-size: 12px;
    margin-bottom: 8px;
    height: 35px;
    border: 5px solid #7c8ab3;
    border-radius: 8px; }
.searchform .select_box {
    width: 200px;
    color: #656565;
    outline: 0px;
    padding: 0px 8px;
    font-size: 12px;
    margin-bottom: 8px;
    height: 35px;
    border: 5px solid #7c8ab3;
    border-radius: 8px;}
.searchform h1 {
    padding: 6px 0px 6px 30px;
    margin: 20px 0px 10px;
    font-size: 14px;
    color: #ffec67;
    text-align: left;
    background:#005180 url(../../images/ui/search-icon-sm.png) 8px 5px no-repeat;}
.searchform h2 {
    padding: 6px 0px 6px 8px;
    margin: 10px 0px 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;}

.contentDivision{
	overflow-y:auto;
}

.tabset_tabs	{margin:0; padding:0; list-style-type:none; position:relative; z-index:2; white-space:nowrap; background:#142c73; }
.tabset_tabs li	{margin:0; padding:0; display:inline;}
.tabset_tabs a	{  background:#142c73; ! important; color:#FFF ! important; border:1px solid #99c; text-decoration:none; padding:4 0.6em; border-left-width:0; border-bottom:none }
.tabset_tabs a:hover	{ color:#FFF ! important; background-color:#142c73! important }
.tabset_tabs a.active	{ color:#FFF ! important; background-color:#142c73 ! important; border-color:#fff; border-width:2px; cursor:default; border-bottom:white; padding:4 0.6em; padding-bottom:1px }

.tabset_tabs li.firstchild a	{ border-left-width:1px solid #142c73}

.tabset_content	{ height:210; position:relative; z-index:1; display:none; overflow:auto; }
.tabset_label	{ display:none; }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}


.searchform .nice-select {
	left:10px;
}

.noBorder td{
	border:0px;
	text-align:left;
}


.noBorder tr:nth-child(2n){
	background-color:transparent;
}
.bootstrap-datetimepicker-widget td{
	border:0px;
}