/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 3.5rem tall */
@import "/Styles/fontawesome/css/fontawesome.min.css";
body {
    padding-top: 3.5rem;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    background-color: rgba(234, 234, 240, 0.8);
}

.iframecontainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
}

/*
 * Typography
 */
h2{
  font-size: 18px;
  font-weight: 700;
}
h3{
  font-size: 14px;
  font-weight: 600;
}
h4{
  font-size: 16px;
  font-weight: 700;
}
.form-control{
  border-radius: 0;
  font-size: 13px;
  padding: 0.55rem .75rem;
}
.part-label {
    border-radius: 0;
    font-size: 10px;
    padding: 0.45rem .65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    line-height: 1em; /* a */
    max-height: 2em; /* a x number of line to show (ex : 2 line) */
}
.form-control + .input-group-addon:not(:first-child){
  border-radius: 0;
  background: transparent;
  border-left: none;
}
.input-group .form-control:not(:last-child){
  border-right: none;
}
.dropdown-menu{
  border-radius: 0;
}
.bg-black{
  background-color: #2e3132;
}
.bg-grey{
  background-color: #393d3f !important;
}
.btn-grey .fa{
  vertical-align: middle;
}
.btn-info .fa{
  vertical-align: middle;
}
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
p{
  color: #818d92;
  line-height: 22px;
  font-size: 13px;
}
.grey-txt{
  color: #818d92;
}
.green-txt{
  color: #00853e;
}
.greyish-black-txt{
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
}
.bg-light-grey{
  background-color: #f3f3f3;
}
#yesorno{
  display: none;
}
.btn-info{
  background: #00a7e1;
  border:none;
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  min-width:165px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-lookup {
    background: #00a7e1;
    border: none;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    min-width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
/*keep the part lookup buttons right beside the part number textboxes, w/ no margin*/
.joined {
    display: grid;
    grid-template-columns: 1fr auto;
    float: left;
}
/*keep the part message label text under the part number textbox*/
.partDiv {    
    position: relative;    
    clear: both;    
}
.btn-info:hover{
  background: #212939;
  border-color: #212939;
}
.btn-light-grey{
  background-color: #f3f3f3;
}
.bg-light-blue td{
  color: #818d92;
}
.bg-light-grey th{
  color: #4a4f52;
}
.btn-grey{
  background: #93a0a5;
  border:none;
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff !important;
  border-radius: 0;
  min-width:165px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-white{
  background: #fff;
  border:1px solid #93a0a5;
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #93a0a5 !important;
  border-radius: 0;
  min-width:165px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-orange{
  background: #fe4e34;
  border:none;
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff !important;
  border-radius: 0;
  min-width:165px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-grey:hover{
  background: #00a7e1;
  border-color: #00a7e1;
}
.bg-light-blue{
  background-color: #e0f2f8;
}
.blue-link{
  color: #00a7e1;
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
}
.dropdown-menu a{
  font-size: 12px;
  
}
.txt-orange{
  color: #fe4e34;}

.attention-msg .txt-orange{
  font-size: 24px;
}
.dropdown-toggle::after {
  position: relative;
  top: 3px;
}
.dropdown-item.active, .dropdown-item:active {
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}
.nav-pills .nav-link.active{
  background-color: transparent;
  font-weight: bold;
  border-left: 4px solid #00853e;
}
.nav-pills .nav-item.active{
  color: #fff;
  border-left: 4px solid #00853e;
  font-weight: bold;
}
.sidebar .nav-item:hover {
  color: #fff;
  background-color: #4a4f52;
}
.nav-link :hover, .nav-link .active {
  font-weight: bold;
}
.sidebar .collapse .nav-link.active{
  font-weight: bold;
}
.navbar-toggler{
  border: none;
}
.form-group label{
  color: #818d92;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px 0;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
  color: #fff;
}

.sidebar .nav-link {
  border-radius: 0;
  color: #fff;
}
.sidebar .nav-pills .dropdown-menu a{
  color: #fff;
}

/*
 * Dashboard
 */

/* Placeholders */

.navbar {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #e1e1e1;
}
/*.scrolled-fixed-top{*/
  /*background: rgba(33,41,57,1) !important;*/
/*}*/
/*.scrolled-fixed-top .navbar-nav .nav-link{*/
  /*color: #fff !important;*/
/*}*/
.navbar-nav .nav-link{
  font-size: 14px;
  font-weight: 400;
  color: #4a4f52!important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-left:.9rem ;
  padding-right:.9rem ;
  position: relative;
}
.navbar-dark .navbar-nav .active > .nav-link:before{
  position: absolute;
  content: '';
 right: .9rem;
  height: 2px;
  left: .9rem;
  bottom: 0;
  background: #b5a373;
}
.navbar-dark .dropdown-toggle img{
  width:30px;
  height:30px;
  border-radius: 100%;
}
.navbar-dark .dropdown-menu{
  right:0;
  top:130%;
  left:auto;
}
.navbar .dropdown-menu a{
  color: #4a4f52;
}
.navbar-dark .navbar-brand{
  margin-right: 0;
}
.navbar-dark .dropdown-item:focus, .dropdown-item:hover{
  background-color: transparent;
  color: #00853f !important;
}
.head-phone{
  color: #b5a373 !important;
  font-size: 17px;
  font-weight: 600;
}
.nav-pills .dropdown-menu{
  background: transparent;
  border: none;
}
.navbar-dark .navbar-nav .dropdown-toggle:hover{
  color: #00853f !important;
  background: transparent;
  border: none;
}
/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.password-form .form-group label{
  font-size: 9px;
  letter-spacing: 1.1px;
  font-weight: 600;
}

.login-box .forgot-para{
  font-size: 12px;
  letter-spacing: 1px;
  color: #ccc;
}
.login-box .forgot-para a{
  color: #00a7e1;
}

/*view interactive*/
.interactive .saveto a .fa{
    font-size: 18px;
  vertical-align: middle;
}
.premiuim-table table tbody{
  border:1px solid #e1e1e1;
}

.premiuim-table table .b-right{
  border-right: 1px solid #e1e1e1;
}
.premiuim-table table .b-left{
  border-left: 1px solid #e1e1e1;
}
.premiuim-table .table-responsive {
    display: table;
    background-color:#fffc;
}
/*index*/
.main-section .bg-green-light{
  background-color: #4ecdc4;
  width:35px;
  height:16px;
  vertical-align: middle;
  margin-right: 9px;
}
.main-section .bg-green{
  background-color: #1a535c;
  width:35px;
  height:16px;
  vertical-align: middle;
  margin-right: 9px;
}
.sidebar .collapse.show {
  display: block;
}

.sidebar  .nav-pills .show > .nav-link{
  background-color: transparent;
}
.claiming h2{
  margin-bottom: 23px;
}
.canvasjs-chart-credit{
  display: none;
}
.loss-ratio{
  margin-top: 50px;
  margin-bottom: 50px;
}
.back-office table{
  border: 1px solid #e1e1e1;
  text-align: center;
  display: table;
}
.finance-table{
  margin-top: 60px;
}
.service-mgr table{
  border: 1px solid #e9ecef;
}
@media (max-width:991px){

}
@media (max-width:767px){
  .navbar-nav .nav-link{
    color: #fff !important;
  }
  .navbar-dark .navbar-collapse .dropdown-menu{
    background-color: transparent;
    border: none;
  }
  .navbar-dark .navbar-collapse  .dropdown-menu a{
    color: #fff;
  }
  .premiuim-table .table-responsive{
    display: block;
  }
  .dropdown-menu a{
    color: #fff;
    font-size: 12px;
  }
}
@media (max-width:575px){
  .password-form .btn-grey{
    margin-top: 20px;
  }
}
/*search-page*/
.search-page label{
  color: #393d3f;
  font-size: 14px;
  font-weight: 600;
}
.contact-page .greyish-black-txt{
  font-weight: 600;
}
.contact-page .fa{
  margin-bottom: 25px;
  display: block;
}

.contact-page .grey-txt{
  margin-top: 10px;
  display: block;
}
.contact-page .grey-txt:hover{
  color: #00853E;
}
.contact-page .mail .grey-txt{
  text-decoration: underline;
}
.inner-page .back{
  margin-top: 36px;
}
.inner-page .back a{
  color: #00a7e1;
  text-decoration: underline;
  font-size: 13px;
}
.inner-page .heading{
  margin-top: 28px;
  margin-bottom: 28px;
}
.inner-page table{
  border: 1px solid #e1e1e1;

}
.border-bottom{
  border-bottom: 1px solid #e1e1e1;
}
.contract-details .table td{
  color: #93a0a5;
}
.modal-content{
  border-radius: 0;
  padding:22px;
}
.modal-header{
  border-bottom: none;
}
.modal-body{
  padding: 0;
}
.modal-footer{
  border-top: none;
}
.modal-dialog{
  max-width: 753px;
  margin: 100px auto;
}
.page-link{
  border: none;
  color: #ccc;
  font-weight: 700;
  padding: 0 0.5rem;
}
.page-link:active{
  color: #4a4f52;
}
.page-link:focus, .page-link:hover{
  color: #4a4f52;
  background-color: transparent;
}
.page-item.active .page-link{
  color: #4a4f52;
  background-color: transparent;
  border: none;
}
.inner-page .heading .blue-link{
  text-decoration: none;
}
.input-group-addon:not(:last-child){
  background-color: transparent;
  border-radius: 0;
}
.attention-msg p{
  font-size: 16px;
}
@media(max-width: 768px){
  .modal-footer{
    padding: 0;
  }
}
.transmission-table table{
  border: 1px solid #e1e1e1;
}
.premiuim-table table{
  border: 1px solid #e1e1e1;
}
.red_txt{
  color: #fe4e34;
}
.datepicker{
  display: none;
}
.news .list-view a{
  font-size: 13px;
}
.sidebar .nav-pills .collapsing-link::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    float: right;
    color: #fff;
}
.sidebar .nav-pills .collapsing-link.collapsed::after {
  content: "\f105";
}
.news .list-view a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    color: #000;
}
.news .list-view a.collapsed::after {
  content: "\f0d8";
}
.news .list-view a:hover{
  color: #000;
  text-decoration: none;
}
.order-supplies table td .cancel-link{
  text-decoration: underline;
  font-size: 13px;
  color: #818d92;
}
.news .form-control:focus{
  color: #393d3f;
  background-color: #fff;
  border-color: #00853e;
  outline: 0;
  border: 2px solid #00853e;
  box-shadow: none;
}
.confirm-msg p{
  font-size: 24px;
}
.confirm-msg h3{
  font-size: 18px;
}
.confirm-msg .circle{
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  margin: 0 auto;
  width:79px;
  height:79px;
  padding:23px;
}
/* Unset the margin to resolve twin scrollbars*/
.row{
    margin:0px;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #FCFCFC;
}

.contractNumCol {
    min-width:165px;
}
.table-fs {
    font-size:.65rem;
}
/*fix ui.bootstrap adding .in instead of .show*/
.collapse.in {
    display: block;
}

[role=button] td{ 
    cursor:pointer;
}

/*blue icons for APPI contact page*/
.fa_custom {
    color: #0099CC
}

.ctlList, .ctlGroup, .ccFields {
	margin-bottom: 1rem;
	background-color: #FFFFFF;
	list-style: none;
}
.ctlList > li, .displayFields {
	vertical-align:middle;
	display: grid;
	grid-template-columns: 50% 50%;
}
.ctlGroup > li {
	vertical-align: middle;
	display: grid;
	grid-template-columns: 34% 2% 54%;
}
.ctlList .right, .displayFields .right, .ctlGroup .right {
	margin: .375rem .75rem;
	font-size: 0.81rem;
	line-height: 1.5;
	color: #495057;
}

.ctlList input.right, .displayFields input.right, .ctlGroup input.right {
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #CED4DA;
	border-radius: 0.25rem;
}
.ctlList .right[type=checkbox] {
	margin-top:0.75rem
}
.ctlGroup input[type=radio] {
	margin:0.75rem auto;
}
	.ctlList .left, .displayFields .left, .ctlGroup .left {
		margin: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		text-align: right;
		font-size: 0.81rem;
	}
.ctlBox, .ctlTable {
	width:100%;
	background-color: #FFFFFF;
	padding: 0.75rem;
	text-align:center;
}
.ctlTable {
	empty-cells: show;
	table-layout: fixed;
	font-size:0.65rem;
}
.ctlTable td {
	padding: 0.375rem 0.187rem;
}
.hiddenBox {
	display:none;
}
#contactBox {
	margin: 10px auto;
	background-color: #FFFFFF;
}

.pointer {
    cursor: pointer;
}

.tablesubset1 {
    background-color: #e5e5e5;
    padding: .1em !important;
}

.tablesubset2 {
    background-color: #f0f0f0;
}

/*override glyphicons in ui-bootstrap so we don't have to load yet another class*/
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:before {
    font-weight: 700;
}

.glyphicon-chevron-left:before {
    content: "\f053"
}

.glyphicon-chevron-right:before {
    content: "\f054"
}
/*end override glyphicons*/

/* Tooltip text */
.tooltip1 .tooltiptext {
    visibility: hidden;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    position: absolute;
    font-weight:bold;
    font-size:small;
    background-color: #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
    visibility: visible;
}

/* Styling for modal dialogs */
.fade-modal {
    opacity: 1;
    transition: opacity 1.0s linear;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
/* End of styling for modal dialogs */
