body {
	overflow-x: hidden;
	font-family: 'Maven Pro', sans-serif; 
	background: #e6e6e6;
}

@font-face {
    font-family: 'MavenPro-Black';
    src: url('../fonts/MavenPro-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'MavenPro-Bold';
    src: url('../fonts/MavenPro-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'MavenPro-Medium';
    src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'MavenPro-Regular';
    src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
}
p {
	line-height: 1.75;
}
a {
	color: #fed136;
}
a:hover {
	color: #fec503;
}
.text-primary {
	color: #fed136 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Maven Pro', sans-serif;
}
section {
	padding: 100px 0;
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family:'Maven Pro', sans-serif;
}

@media (min-width: 768px) {
section {
	padding: 150px 0;
}
}
.btn {
	
	font-weight: 700;
}
.btn-xl {
	font-size: 18px;
	padding: 20px 40px;
}
.btn-primary {
	background-color: #fed136;
	border-color: #fed136;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #fec810 !important;
	border-color: #fec810 !important;
	color: white;
}
.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
 background: #fed136;
 text-shadow: none;
}
::selection {
	background: #fed136;
	text-shadow: none;
}
img::selection {
	background: transparent;
}
 img::-moz-selection {
 background: transparent;
}
#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color:#143f88;
	border: 0;
	
	font-family: 'Maven Pro', sans-serif;
}
#mainNav .navbar-brand {
	color: #fed136;
	font-family: 'Maven Pro', sans-serif; padding-left: 0; 
   
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 400;
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: white;
	font-family: 'Maven Pro', sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #fed136;
}

@media (min-width: 992px) {
#mainNav {
	/* padding-top: 25px;
    padding-bottom: 25px;*/
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;
	border: none;
	background-color: transparent;
}
#mainNav .navbar-brand {
	/* font-size: 1.75em;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#mainNav .navbar-nav .nav-item .nav-link {
	padding: 10px !important;
}
#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #212529;
}
#mainNav.navbar-shrink .navbar-brand {
	font-size: 1.25em;
	padding: 0;
}
}
header.masthead {
	/* text-align: center;*/
	color: white;
	background: url(../images/bg-headlines.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 113px; 
        min-height: 175px;
}
header.masthead .intro-text {
	padding-top: 20px;
	padding-bottom: 20px;
}
header.masthead .intro-text .intro-lead-in {
	font-size: 21px;
	line-height: 22px;
	margin-bottom: 25px;
	font-family: 'Maven Pro', sans-serif;
}
header.masthead .intro-text .intro-heading {
}
.intro-heading {
	background: #143f88;
	overflow: hidden
}

@media (min-width: 768px) {
header.masthead .intro-text {
/* padding-top: 300px;
    padding-bottom: 200px;*/
}
header.masthead .intro-text .intro-lead-in {
	font-size: 21px;
	font-style: normal;
	line-height: 40px;
	margin-bottom: 25px;
	font-family: 'Maven Pro', sans-serif;
}
header.masthead .intro-text .intro-heading {
	font-size: 14px;
	font-weight: 400;
	/* line-height: 75px;*/
	margin-bottom: 50px;
	font-family: 'Maven Pro', sans-serif
}
}
.service-heading {
	margin: 15px 0;
	text-transform: none;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	background: rgba(254, 209, 54, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-family: 'Maven Pro', sans-serif;
}
#portfolio * {
	z-index: 2;
}

@media (min-width: 767px) {
#portfolio .portfolio-item {
	margin: 0 0 30px;
}
}
.portfolio-modal {
	padding-right: 0px !important;
}
.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw;
}
.portfolio-modal .modal-content {
	/*padding: 100px 0;*/
	text-align: center;
}
.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Maven Pro', sans-serif;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
	cursor: pointer;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
}
.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
	/* Safari and Chrome */
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
	/* Safari and Chrome */
	z-index: 1052;
	width: 1px;
	height: 75px;
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #212529;
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef;
}
.timeline > li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
	display: table;
	content: ' ';
}
.timeline > li:after {
	clear: both;
}
.timeline > li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #fed136;
}
.timeline > li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li:last-child {
	margin-bottom: 0;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
}
.timeline .timeline-body > ul, .timeline .timeline-body > p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
.timeline:before {
	left: 50%;
}
.timeline > li {
	min-height: 100px;
	margin-bottom: 100px;
}
.timeline > li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline > li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.timeline > li .timeline-image h4 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 16px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}

@media (min-width: 992px) {
.timeline > li {
	min-height: 150px;
}
.timeline > li .timeline-panel {
	padding: 0 20px 20px;
}
.timeline > li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline > li .timeline-image h4 {
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	padding: 0 20px 20px;
}
}

@media (min-width: 1200px) {
.timeline > li {
	min-height: 170px;
}
.timeline > li .timeline-panel {
	padding: 0 20px 20px 100px;
}
.timeline > li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px;
}
.timeline > li .timeline-image h4 {
	margin-top: 40px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	padding: 0 100px 20px 20px;
}
}
.team-member {
	margin-bottom: 50px;
	text-align: center;
}
.team-member img {
	width: 225px;
	height: 225px;
	border: 7px solid #fff;
}
.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}
.team-member p {
	margin-top: 0;
}
section#contact {
	background-color: #212529;
	background-image: url("images/map-image.png");
	background-repeat: no-repeat;
	background-position: center;
}
section#contact .section-heading {
	color: #fff;
}
section#contact .form-group {
	margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px;
}
section#contact .form-group input.form-control {
	height: auto;
}
section#contact .form-group textarea.form-control {
	height: 248px;
}
section#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}
 section#contact ::-webkit-input-placeholder {
 font-weight: 700;
 color: #ced4da;
 font-family: 'Maven Pro', sans-serif;
}
 section#contact :-moz-placeholder {
 font-weight: 700;
 color: #ced4da;
  /* Firefox 18- */
  font-family: 'Maven Pro', sans-serif;
}
 section#contact ::-moz-placeholder {
 font-weight: 700;
 color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Maven Pro', sans-serif;
}
 section#contact :-ms-input-placeholder {
 font-weight: 700;
 color: #ced4da;
 font-family:'Maven Pro', sans-serif'Maven Pro', sans-serif;
}
footer {
	padding: 25px 0;
	text-align: center;
	background: #fff
}
footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Maven Pro', sans-serif;
	text-align: center
}
footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Maven Pro', sans-serif;
}
ul.social-buttons {
	margin-bottom: 0;
}
ul.social-buttons li a {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #212529;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	background-color: #fed136;
}


.panel-default>.panel-heading {
  color: #333;

  border-color: #f4f4f4;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
	
}

.panel-default>.panel-heading a {
  display: block;
  padding:10px 15px; color: #484848; font-size: 16px; font-weight: normal; text-align: left; background: #eee; border-bottom: 1px solid #bcbcbc;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  text-align: left
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.panel-body{ background:#fff; padding: 7px 9px; position: relative}

h4{ margin:0; padding:0;}
.panel-default>.panel-heading a:hover{
	
	text-decoration: none;
}




.bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle:hover {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 13px;
    padding: 6px 25px 6px 12px;
    font-weight: 500;
    height: 34px;
    line-height: 1.42857143;
}

.bootstrap-select .dropdown-toggle:focus {
    border: 1px solid #347fb8;
    outline: none !important;
    outline: none;
}

.bootstrap-select .dropdown-toggle:after { right:7px ; position:absolute; top:13px;}

.btn-default:active, .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default {
    color: #666666;
    background-color: #ffffff;
    border-color: #ededed;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    padding: 5px 10px;
    white-space: inherit;
    word-break: break-all;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    left: 10px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-left: 15px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.glyphicon-ok {
    position: absolute;
    display: inline-block!important;
    left: 10px;
    margin-top: 5px;
    width: 11px;
    height: 11px;
    border: 1px solid #afafaf;
    font-size: 9px;
    color: #347fb8;
}

    .bootstrap-select.btn-group .dropdown-menu li a span.glyphicon-ok:before {
        display: none;
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
    display: block;
}

.portal_table a.viewall {
    color: #347fb8;
    text-decoration: underline;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected.active a span.check-mark {
    color: #fff;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] { border: 0!important;}

.bs-searchbox .form-control{ margin-bottom: 0;
    width: 100%;   border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;text-indent:0px;}
.bs-actionsbox .btn-block{width:100%;float: left;}
.bs-actionsbox .btn-group button {  width: 50%;    float: left;color: #333;
    background-color: #fff;
    border-color: #ccc;padding: 5px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;}

/*.open > .dropdown-menu { display: block;}*/

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    padding: 5px 10px;
    white-space: inherit;
    word-break: break-all;    font-size: 12px;    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333; display:block;text-indent: 0;
}

.glyphicon-ok:before {
    content: "\e013";
}



@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot');
  src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu.inner .no-results{font-size:14px;}


/**********************/


.top_heading {
    color: #2855a1;
    font-size: 18px;
    margin: 15px 14px 10px;
    float: left;
}


.btn.Create_Calibration {
    display: inline-block;
    float: right;
    background: #ffffff;
    color: #2654a1 !important;
    border: 1px solid #2754a1;
    border-radius: 3px;
    padding: 4px 7px;
    font-size: 14px;
    box-shadow: none;
        margin-top: 10px;
    margin-bottom: 5px;
    z-index: 9;
    position: relative;
}
.boxcontent.less_padd {
    background: #fff;
    padding-top:20px;
}

.pagination_dd {
    font-size: 14px;
    text-align: left !important;
    text-indent: 1px !important;
    margin-bottom: 15px;
}
ul.pagination li.active a {
    color: #fff;
}
.pagination.no-margin{float:right;}

.custom_modal .close,
.custom_modal .close:hover,
.modal_sub .close,
.modal_sub .close:hover { color: #fff; opacity: .9;}
label.control-label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.rdio.rdio-primary.red_radio.radio_custom.radeditCheckBox {
    float: left;
    margin-right: 25px;
}
.clearfix {
    width: 100%;
    clear: both;
}

.custom_modal label.control-label {
    font-size: 14px;
    font-weight: bold;
}
.custom_modal label{color:#000 !important;}

.link_view{height: auto;
    margin: 0;
    float: right;
    font-weight: normal;
    text-transform: capitalize;
    color: #143f88;
    text-decoration: underline;}

.custom_modal .filter_options span.filter-option.pull-left {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
}

.custom_modal .dropdown-menu.inner span.text {
    color: #000;
    font-weight: normal;
    line-height: 0;
    text-transform: none;
}

.custom_modal .link_view {
    font-weight: 100;
    text-transform: none;
}
.custom_modal .form-control{text-indent:0 !important; padding: 0 5px;}
.form-control.numbring_text_interval {
    width: 75px !important;
}
.days_label label {
    margin-left: 0px;
}

.form-control.numbring_text_day_ofMonth,
.form-control.numbring_text {
    width: 110px !important;
    font-size: 14px;
    padding: 0 8px !important;
    height: 28px;
    
}
.form-control.name_text {
    width: 110px !important;
    height: 28px !important;
}
control.numbring_text {
    width: 105px !important;
    font-size: 14px;
    height: 28px;
}
.form-control.hasDatepicker {
    height: 34px;
  
}
.form-control.hasDatepicker:before {
    display: inline-block;
    font: normal normal normal 11px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    content: "\f073";
    position: absolute;
    right: 4px;
    color: #acacac;
    top: 10px;
    font-size: 16px;
}
.primary_btn{background:#1f4e9d; border:1px solid #1f4e9d; color:#fff;}
.modal-dialog.modal_sub {
    top: 80px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 19px rgba(0,0,0,0.45);
}
.custom_modal h4.modal-title,
.modal_sub h4.modal-title {
    font-size: 17px;
}

#ui-datepicker-div {
    z-index: 999999!important;
}

.primary_btn,
.sec_btn{min-width:90px;}


 .cs_table{width:90%; margin:0 auto;}

 .cs_table select.custom-select.custom-select-sm.form-control.form-control-sm {
    background: #fff !important;
    padding: 0;
    text-indent: 8px;
}
 .cs_table input.form-control.form-control-sm {
    text-align: left;
    padding: 4px;
    right: 10px;
    position: relative;
    text-indent: 5px;
    background: #fff !important;
}
 .cs_table thead th {
    background: #e9865a;
    color: #fff;
}
  .cs_table .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e9865a;
    border-color: #e9865a;
}


.cs_table .col-md-5{max-width: 41.666667%;}
.cs_table .pagination{float:right}


.table.orangeheader > thead > tr > th {
        background: #e9865a none repeat scroll 0 0;
}

.tablegrp{    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d4d4d4;}

.form-inline .tablegrp .bootstrap-select.btn-group .form-control {
    padding: 3px 7px; 
}

.background .tablegrp input[type="text"].form-control {border:1px solid #e6e6e6!important;}
.background .tablegrp input[type="text"].form-control:focus{
    border: 1px solid #347fb8 !important;
    outline: none !important;
    outline: none;}
.tablemange{width:100%}

.tablemange .cs_table input.form-control.form-control-sm { max-width: 200px;}
.tablemange .cs_table select.custom-select.custom-select-sm.form-control.form-control-sm { max-width: 50px;}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.active a span.text{color:#ffffff;}

.count-number a{text-decoration:underline; color:#fed136;}
.count-number a:hover{color:#ffffff;text-decoration:none;}



.pop_background select {
    border: 1px solid #e6e6e6;
    padding: 10px;
    width: 100%;
    color: #666666;
    border-radius: 4px;
    text-indent: 0;
}
.pop_background .dataTables_length  label{display: block; text-align: left !important; text-transform: uppercase; color: #084181;}
.pop_background .dataTables_length  label select.custom-select.custom-select-sm.form-control.form-control-sm { max-width: 50px;}

.download_excel{cursor: pointer;
    position: absolute;
    right: 20px;
    background: green;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    top: 0;
    z-index: 9;}
.download_excel:hover,.download_pdf:hover{text-decoration: underline; color:#ffffff; }

.download_pdf {
    cursor: pointer;
    position: absolute;
    right: 180px;
    background: #cc453e;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    top: 0;
    z-index: 9;
}
.download_excel .fas, .download_pdf .fas{font-size:16px; margin-right:5px;}
.calibration_expand_table{    width: 100%;
    overflow: auto;
    float: left;}
.calibration_expand_table table{margin:0px!important;}
.calibration_expand_table thead > tr > th,.calibration_expand_table tbody > tr > td {
   /* white-space: nowrap;*/
    text-align:center;
        min-width: 100px;
    border-bottom: 0px;
}
.headcol{
   min-width:500px!important;
    /*display:block;*/
    text-align:left !important;
    max-width:500px!important;
}

 

.custom_tabbing .pagetab.nav-tabs .nav-item.show .nav-link, .custom_tabbing .pagetab.nav-tabs .nav-link.active {
    color: #214d98;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
}
.custom_tabbing .tab-content{padding: 10px 0px;
    display: block;
    width: 100%;
    float: left;}

.custom_tabbing .pagetab.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #666666;
    font-weight: bold;
}