
:root {
    --transition: .4s ease;
  }
.srh{
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 30px !important;
    font-size: 16px;
    background-color: white;
    background-image: url('/../images/search.png');
    background-position: 10px 6px; 
    background-repeat: no-repeat;
    padding: 0 20px 0 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.srh:focus {
    width: 100%;
}
.hoverop{
	opacity:0;
}
table tr:hover .hoverop{opacity:1;}
.loaderdiv{
	position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);z-index: 11110; margin0 auto; display:table;
}
.page_loader{ display:table-cell; vertical-align:middle;}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position:relative;
  border-bottom: 6px solid #3498db;
  margin:22% auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#frm-create{position:relative;}

/******** BADGE TEMPLATE SECTION ******/
.title-bar{background: #5a7d8e;color:#fff;border: 1px dotted;text-align:center;text-transform: uppercase;padding:15px;}

.orientation{
    /*height:75px;
    border-bottom: 1px solid #5a7d8e;*/
}
.portrait{width:50%;}
.landscape{width:100%;}
.portrait,
.landscape{
	position:relative;
	float:left;
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.badgeholder{/* position:absolute; */z-index:1;width:100%;}
.side-bar > div{
  padding:0;
}
.toolbar{
    background: rgba(90, 125, 142, 0.18);
    height:50px;
}
.clientlistbrd{border: 2px solid #005c90;margin:10px 0px; border-radius:10px}
.clienttopname{background-color:#005c90;color:#ffffff;font-size: 18px;font-weight:bold;padding:5px;text-align:center;border-radius:7px 7px 0px 0px;}
.clientvaluename{padding:5px;text-align:center;font-size: 18px;font-weight:bold;color:#005c90;}
.clientlistview a, .clientlistview a:focus, .clientlistview a:hover{color:#inherit !important; text-decoration:none !important;}
/*.side-bar >div.border-btm > div.ui-widget-content{
    float:none; 
    margin:unset;
    background: none;
    border:none;
    border-bottom: 1px dotted #5a7d8e;
	font-size:11px;
	min-width:120px;
}*/
.side-bar .drag-element div.col-md-4 {
    /*float:left; 
    margin:5px;
    height:80px;
    min-width:80px; */
    background: #fdfdfd;
    border:1px solid #9e9e9e;
    border-radius:5px;
    font-size:11px;
    text-align:center;
    line-height: 65px;
}
.side-bar h3.ui-accordion-header{
      margin-bottom: 10px;
}
.tempholder{text-align:center;/*position:relative;*/}
.tempholder .col-md-6{position:unset !important;}
.tempholder > div > h4,
.tempholder > div > h5{
    margin-top:10px !important;
}
#templateFront, #templateBack{ width: 53.9mm; height: 85.7mm; position:relative; margin: 10px;border: 1px dotted;margin:0 auto;}
#draggable, #draggable-nonvalid {font-weight: bold; padding: 0.5em; float: left; margin: 10px 10px 10px 0;z-index:99;}
.draggable, #draggable-nonvalid {padding: 0.5em; float: left; z-index:99;}
#templateFront .draggable, #templateBack .draggable{padding:0.5em 0 !important;}
#templateFront .photo, #templateFront .sign, #templateFront .logo, #templateBack .photo,#templateBack .sign, #templateBack .logo, #templateFront .barcodeTarget , #templateBack .barcodeTarget {padding: 0 .5em;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#templateFront .draggable, #templateBack .draggable{padding:0.5em 0 !important;}
	#templateFront .photo, #templateFront .sign, #templateFront .logo, #templateBack .photo,#templateBack .sign, #templateBack .logo, #templateFront .barcodeTarget , #templateBack .barcodeTarget {padding: 0 .5em;} 
}
/* Style the tab */
.side-bar{
  /*overflow-y: scroll;
  overflow: scroll;
  overflow-x : hidden;*/
  background: rgba(90, 125, 142, 0.18);
  height:720px;
}
.side-bar div.tab {
    overflow: hidden;
    border-bottom: 1px solid #5a7d8e;
}
.side-bar div#tab1 img.logo,
.side-bar div#tab1 img.sign,
.side-bar div#tab1 img.photo{
	width:50px;
	height:50px;
}
.side-bar hr{

}
.tempcanvas img.logo,
.tempcanvas img.sign,
.tempcanvas img.photo{
	width:100%;
	height:100%;
}
/* Style the buttons inside the tab */
.side-bar div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 6px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.side-bar div.tab button:hover {
    background-color: #ddd;
	border-top-right-radius: 15px;
}

/* Create an active/current tablink class */
.side-bar div.tab button.active {
    background-color: #5a7d8e;
	color:#fff;    
	border-top-right-radius: 15px;
}

/* Style the tab content */
.side-bar .tabcontent {
    display: none;
    /*padding: 6px 12px;
    border: 1px solid #ccc;*/
    border-top: none;
}

.bgselect{
    height: 25px;
    background: #efefef;
    border: 1px solid #ccc;
    padding-right: 2px;
    width: 100%;
    margin: 0;
} 
/**barcode section **/
.config .barcode2D {
	display: none;
}
.small{width:50px;}
.medium{width:70px;}
.large{width:100px;}
#gradx_show_code,.clr{display:none;}
/*****CSS OVERWRITE**/
.ui-accordion .ui-accordion-content{
    padding:unset;
}
.side-bar .ui-widget-content{
    border: unset;
    background: unset;
    font-size:11px;
    overflow: hidden
}
/****SORTABLE****/
#sortable { list-style-type: none; margin: 0; padding: 0;overflow-y: scroll;height: 220px;  }
#sortable > div { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 11PX; height: 28px; }
/*#sortable > div span { position: absolute; margin-left: -1.3em; }*/
/*****TOGGLE BUTTON******/
a.toggler {
    background: #5a7d8e;
    cursor: pointer;
    border: 2px solid #222222;
    border-right-width: 120px;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s ease;
    color:#fff;
    font-size: 18px;
}
a.toggler.off {
    background: #5a7d8e;
    border-right-width: 2px;
    border-left-width: 120px;
}
.well-xs{padding:5px;}
.companydtlsec .card-image{width:100px;height:100px;position:absolute;z-index:1;border-radius:50%;top:23%;left:37%;background-repeat:no-repeat;background-size:cover;background-position:center center;background-color: #b6eafc;box-shadow: 0px 2px 2px #01538d;}.companydtlsec .edit-setting{position:absolute;right:25px;top:10px;color:#f7f8f8;z-index:2}.companydtlsec .company-anchor{position:absolute;width:100%;height:100%;z-index:1}.companydtlsec .box-widget{border:none;position:relative}.companydtlsec .box{position:relative;border-radius:10px;background:#fff;margin-bottom:20px;width:100%;box-shadow:2px 4px 10px rgba(0,0,0,.1)}.companydtlsec .widget-user .widget-user-header{padding:20px;height:120px;border-top-right-radius:10px;border-top-left-radius:10px}.companydtlsec .widget-user .widget-user-username{margin-top:0;margin-bottom:5px;font-size:17px;font-weight:300;text-shadow:0 1px 1px rgba(0,0,0,.2);color: #ffffff;}.companydtlsec .box-footer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top:1px solid #f4f4f4;padding:35px 10px 10px 10px;background-color:#fff}.companydtlsec .description-text{text-transform: uppercase;margin:5px 0px !important;color: #3d3d3d;font-weight: 700;}.companydtlsec .border-right{border-right:1px solid #e6e6fa}.companydtlsec .description-block{display:block;margin:10px 0;text-align:center}.companydtlsec .description-header{margin:0;padding:0;font-weight:600;font-size:13px;color: #01538d;}.companydtlsec .bg-dark{/*background-color: #5596BD !important;*/background-color: #01538d !important;}.companydtlsec .positionrelative{position:relative;} .companydtlsec .arrowfont{font-size:30px; color:#005C90;}.companydtlsec .edit-setting a, .companydtlsec .edit-setting a:focus, .companydtlsec .edit-setting a:hover{color:#f7f8f8 !important; text-decoration:none !important; margin-right:10px;}.companydtlsec .description-block a, .companydtlsec .description-block a:hover, .companydtlsec .description-block a:focus{color: #757575 !important; text-decoration:none !important; font-weight:inherit !important;}.boxeachsec{transition: 1s;}.boxeachsec:hover{transform: scale(1.1);z-index: 2;}
.companyboxsview{border-radius: 15px;background: #ffffff;width: 100%;padding:10px;box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);margin-bottom:20px;}.dflexview{display: flex;width: 100%;}.companylogobg{background-size: cover;height: 60px !important;width: 60px !important;border-radius: 10px;background-color: #f5fcff;background-repeat: no-repeat;background-position: center center;box-shadow: 0px 0px 2px #bababa;background-size: 90%;}.editdelbtn{text-align: center;padding-top: 4px;}.flexgrow1{flex-grow: 1!important;margin-left: 10px;}.companynamehead{min-height: 38px;font-size: 17px;display: flex;align-items: center;font-weight: bold;text-align: center;color: #005c90;}.articlfollowbox{text-align: center;display: flex;justify-content: space-around!important;border-radius: 7px;padding: 6px;border: 2px solid #f2f2f2;}.artimainhd, .artimainhd a, .artimainhd a:hover, .artimainhd a:focus{margin-bottom: 3px;color: #01538d;font-size: 11px;font-weight: bold;text-decoration:none;}.articlevaluesec{margin: 0px;color: #757575;font-weight: 700;font-size: 11px;}.arrowboxsec{display: flex;align-items: center;justify-content: center;}.border-right{border-right: 1px solid #e6e6fa;}
.customerdblistsec .topnavbarlsec, .customerdblistsec .leftmenulsec{display: none;}.customerdblistsec .pagelayoutmarlzero, .customerdblistsec .pagefootermarlzero{margin-left: 0px;}.customerdblistsec .card {box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);margin-bottom: 25px;}.customerdblistsec .overflow-hidden {overflow: hidden!important;}.bg-primary.bg-soft {background-color: rgba(137,150,213,.25)!important;}.profile-user-wid {margin-top: -25px;}.avatar-md {height: 7.5rem;width: 7.5rem;}.rounded-circle {border-radius: 50%!important;}.p-3 {padding: 2rem!important;}.pt-0 {padding-top: 0!important;}.pt-2 {padding-top: 1rem!important;}.pt-4 {padding-top: 1.5rem!important;}.img-fluid, .img-thumbnail {height: auto;max-width: 100%;}.align-self-end {align-self: flex-end!important;}.mr-2{margin-right: 1rem;}.mb-2{margin-bottom:1rem;}.customerdblistsec .dataTables_filter label, .datatablesfilterview .dataTables_filter label{display: flex;align-items: center;}.tableheadsec .table>tfoot>tr>th, .tableheadsec .table>thead>tr>th{font-weight: 700;color: #ffffff;background: rgba(0,92,144,1);}.badgecardp-3{padding: 2rem !important;}
/****CREATE EMPLOYEEBADGE PAGE****/

/**************TIMEKEEPING RESPONSIVE CSS*************/
@media only screen and (max-width: 667px) {
    .employeerecordshowdiv .btn-lg{
		padding: 5px 4px;
		font-size: 15px;
		line-height: 1.3333333;
		border-radius: 4px;
		margin-bottom:5px;
	}
}
.ui-datepicker{
	z-index: 9999999!important;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
.timeline>li{width: 100%;}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 1px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 5px 0;
    padding-left: 15px;
}
ul.timeline > li button{
    padding: 0;
    margin-left: 10px;
    margin-top: -10px;
    padding: 0px 5px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #005c90;
    left: 0px;
    width: 14px;
    height: 14px;
    z-index: 400;
}
.site-color{color: #005c90;}

.customAccordion .panel-default 
{
    border-color: transparent;
}
.customAccordion .panel-default > .panel-heading
{
	background-color: #005c90;
    padding:10px 10px 10px 40px;
    color: #f3f4f5;
}
.customAccordion.panel-group .title
{
    cursor: pointer;
}
.customAccordion.panel-group .title span
{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
    font-weight: bold;
    text-transform: uppercase;
}
.customAccordion .panel-heading .title:before{
    border-radius: 4px;
    font-family: Material-Design-Iconic-Font;
    content: '\f2fc';
    font-size: 25px;
    line-height: 30px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -3px;
    font-weight: 100;
    background: #ffffff; color: #424242;
}
.customAccordion .panel-heading .title.collapsed:before {
    content:'\f2f9'; background: #005c90; color: #ffffff;
}
.customAccordion.panel-group .panel-heading+.panel-collapse .panel-body {
   
}
.customAccordion.panel-group .panel-heading+.panel-collapse{ background-color: #ffffff; border: 1px solid #f3f4f5; border-radius: 0px 0px 4px 4px;}
.customAccordion .panel-heading .title:after {
    content: ' ';
    background: #005c90;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #f3f4f5;
    left: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.customAccordion .panel-body, .customAccordion.panel-group .panel-collapse .panel-body{ padding: 15px;}
.customAccordion .panel-heading .title.collapsed:after { border: 4px solid #ffffff; background: #005c90;opacity: 0.15;}
.customAccordion.panel-group .panel-collapse .panel-footer{border-top: 1px solid #f3f4f5;padding: 15px;background: #fbfbfb;}

.table.customTable>thead>tr>th{ background: transparent; color:#424242; font-weight: 600;}

.mb-10{ margin-bottom: 10px !important;}
fieldset.scheduler-border {
    border: 1px solid #e0e0e0 !important;
    padding: 6px !important;
    margin: 0 0 10px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
            width: 100%;
            border-radius: 3px;
}
legend.scheduler-border {
        font-size: 14px !important;
        text-align: left !important;
        font-weight: bold;
        width:auto;
        padding:0 10px;
        margin-bottom: 0px;
        border-bottom:none;
    }

.twoColumnFieldFieldset .row{ margin-left: -6px; margin-right: -6px;}
.twoColumnFieldFieldset .input-group{ padding-left: 6px; padding-right: 6px; float: left;}
.twoColumnFieldFieldset .input-group input{ padding-left: 2px; padding-right: 2px;}
.twoColumnFieldFieldset .input-group .formleftsidediv{ min-width: auto;}
.twoColumnField input{ width: 50% !important;}
.inline-radio-gap-10 .radio-inline+.radio-inline{ margin-left: 10px;}
.rowTitle {min-height: auto;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #005c90;
    margin-bottom: 5px;
}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.cstTab .nav-tabs{ margin-top: 10px;}
.cstTab .nav-tabs>li>a{padding: 5px 10px;color: #005c90;font-weight: bold;}
.cstTab .nav-tabs>li.active>a, .cstTab .nav-tabs>li.active>a:focus, .cstTab .nav-tabs>li.active>a:hover {
    background-color: #005c90;
    border-bottom-color: #005c90; font-weight: normal;color: #fff;
}
.cstTab .badge{color: #005c90;background-color: #f3f4f5;margin-left: 10px;}
.cstTab .badge.pending{color: #ffffff;background-color: #dc3545;}
.cstTab .badge i{ margin-right: 0px;}
.mr-0{ margin-right: 0px !important;}
.tableCellThumbnail{
    width: 100%;
    max-width: 65px;
    height: 50px;
    margin: 0px 2px;
    border-radius: 6px;
    object-fit: cover;
    padding: 2px;
    border: 1px solid #ddd;
}
.tableCellListingRow{ display:flex; align-items: center;    margin-right: -10px;
    margin-left: -10px;}
.tableCellListingRow .col{ padding-left: 10px; padding-right: 10px;}
.tableCellListingRow select{
    padding-right: 30px;
    background: #005C90;
    color:#fff;
}

.tableCellListingRow select option{ color: #333333 !important; background: #ffffff !important;}
table.border-less td{ border: none !important;}
table.cstpopupSelectTable td{ padding: 5px !important;}
table.cstpopupSelectTable tr:hover{ background:#e0e0e0 !important;}
table.cstpopupSelectTable tr:hover td{ font-weight: bold; cursor: pointer;}
table.cstpopupSelectTable thead th:first-child{ border-radius: 4px 0px 0px 0px;}
table.cstpopupSelectTable thead th:last-child{ border-radius: 0px 4px 0px 0px;}
table.cstpopupSelectTable tbody tr:last-child td:first-child{ border-radius: 0px 0px 0px 4px;}
table.cstpopupSelectTable tbody tr:last-child td:last-child{ border-radius: 0px 0px 4px 0px;}
table.cstpopupSelectTable{ margin-bottom: 0px;}
@media screen and (max-width:767px){.badgecardp-3{padding: 2rem 0rem !important;}.cardprintbadge .input-group{display:block;} .cardprintbadge .input-group .form-control{float: none;}}
@media (min-width: 768px){
.modal-dialog.modal-xs {
    width: 400px; max-width: 100%;
}
}
.optionsPopupContainer{ position: absolute; padding: 15px; top: 62px;left: 15px;width: calc(100% - 30px); z-index: 9991;  height: auto; background:#fefefe ; border-radius: 6px;    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);border: 1px solid #e0e0e0;}
.d-flex{ display: flex;}.align-items-center{ align-items: center;}
.radio-label-input{ margin-left: auto; width: calc(100% - 5px);}
.optionsPopupContainerClose{     position: absolute;
    right: 5px;
    top: 5px;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-radius: 50%;}

    .toolInfoContainer {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        float: right;
   }
    .toolInfoContainer #toggle {
        -webkit-appearance: none;
   }
    .toolInfoContainer .button {
        position: absolute;
        z-index: 999;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -12px;
        right: 0;
   }
   .toolInfoContainer .button i.icon{
   color: #005c90;
   font-size: 24px;
   }
    .toolInfoContainer .nav {
        display: none;
        transition: all 0.4s ease-in-out;
        background: #fff;
        width: 100%;
        border-radius: 5px;
        z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;
        box-shadow:6px 10px 40px 0 rgb(81 81 81 / 60%);
        border: 4px solid #005d99;
        margin-bottom: 15px;
        padding: 10px;
        max-width: 165px;
   }
    .toolInfoContainer .nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
   }
   .toolInfoContainer .nav a, .toolInfoContainer .nav a:hover {
    text-align: left;
    margin: 2px 0;
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    padding-left: 20px;
   }
   .toolInfoContainer .nav a i{
    float: left;
    margin-left: -20px;
   }
    .toolInfoContainer .nav a:hover {
        color: #c784dd;
   }
    .toolInfoContainer #toggle:hover ~ .nav {
        display: block;
        z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 165px;
   }

    @media (max-width: 640px) {
        .toolInfoContainer {
            width: 100%;
       }
   }
.ml-auto{ margin-left: auto;}
.ml-10{ margin-left: 10px;}
.ml-5{ margin-left: 5px;}
.pl-10{ padding-left: 10px;}
.flex-column{ flex-direction: column;}
.pb-0{ padding-bottom: 0px;}
.d-inline{ display: inline;}
.blankLabel{background: none;border: none;width: auto;min-width: auto;}
.pl-0{ padding-left: 0px;}
@media only screen and (max-width: 960px) {
    .row.inlinerow{ display: block !important;}
}
body {
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter 1;
  }
  .numberCnt{ display: none;}
.addBox:not(:first-child) .numberCnt:before {
    counter-increment: my-sec-counter;
    content: " " counter(my-sec-counter) "";
  }


/* customAccordion-type-2 Styles */
.customAccordion.customAccordion-type-2 .panel-heading .title{ font-weight: bold;}
.customAccordion.customAccordion-type-2 .panel-heading .title.collapsed{ font-weight: normal;}
.customAccordion.customAccordion-type-2 .panel-default > .panel-heading
{
	background-color: rgba(0, 92, 144, 0.06);
    padding:10px 10px 10px 40px;
    color: #333333;
}
.customAccordion.customAccordion-type-2 .panel-heading .title:before{
    background: #005c90; color:#ffffff;
}
.customAccordion.customAccordion-type-2 .panel-heading .title.collapsed:before {
    background: #ffffff;color: #333333;
}
.customAccordion.customAccordion-type-2 .panel-heading .title.collapsed:after{border: 4px solid #005c90;background: #ffffff;}
.customAccordion.customAccordion-type-2 .panel-heading .title:after{background: #005c90; border: 4px solid #ffffff;}

/* customTab-type-2 Styles */
.p-15{ padding: 15px;}
.box-shadow-none{ box-shadow: none;}
.p-0{ padding: 0px;}
.customTab-type-2 .nav-tabs{border-bottom: none;}
.customTab-type-2 .nav-tabs>li{ width: 20%;transition: var(--transition);}
.customTab-type-2 .nav-tabs>li>a{ 
    border-radius: 4px;font-size: 16px;font-weight: normal;color: #005c90; background-color: #e9f9ff; margin-right: 10px;box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    display: flex;align-items: center;justify-content: space-between;padding-left: 55px;
}
.customTab-type-2 .nav-tabs>li:last-child>a{ margin-right: 0px;}
.bg-none{ background: none;}
.customTab-type-2 .nav-tabs>li>a .img-icon img{ width: 18px; height: 18px;transition: var(--transition);}
.customTab-type-2 .nav-tabs>li:hover>a .img-icon img{transform: translate(0%,0%) scale(1.25) rotateY(360deg);}
.customTab-type-2 .nav-tabs>li>a .img-icon {background: #06A3DA;padding:2px 6px;margin-right: -5px;border-radius: 4px; z-index: 1;}
.customTab-type-2 .nav-tabs>li>a .img-icon::after{     content: '';
    position: absolute;
    right: 6px;
    top: 26px;
    width: 20px;
    height: 20px;
    background: #06A3DA;
    z-index: -1;
    transition: var(--transition);
    border-radius: 4px;
    opacity: 0.20;}
    .customTab-type-2 .nav-tabs>li:hover>a .img-icon::after{
        right: 34px;
        top: 3px;}
.customTab-type-2 .nav-tabs>li>a:after {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 6px solid #005c90;
    left: 15px;
    top: 12px;
    width: 24px;
    height: 24px;
    z-index: 400;
    opacity: 0.1;
}
.customTab-type-2 .form-group{ margin-bottom: 15px;}
.customTab-type-2 .nav-tabs>li.active>a:after{border: 6px solid #fff;opacity: 1;background: #005c90;}
.customTab-type-2 .nav-tabs>li.active>a, .customTab-type-2 .nav-tabs>li>a:focus, .customTab-type-2 .nav-tabs>li>a:hover {
    color: #fff;
    background-color: #005c90;
    border-color: transparent;
    border-bottom-color: #005c90;
}
.customTab-type-2 .nav-tabs>li i.arrowIcon{
font-size: 48px;
position: absolute;
bottom: -42px;
left: 50%;
margin-left: -24px;
color: #005c90;
display: none;
}
.customTab-type-2 .nav-tabs>li.active i.arrowIcon{display: block;}
.field-inline{ display: inline-block;}.field-align-center{ display: flex; align-items: center; min-height: 36px;}
.mr-15{ margin-right: 15px;}.fw-bold{ font-weight: bold;}.mb-0{ margin-bottom: 0 !important;}.mt-0{ margin-top: 0px !important;}
.customTab-type-2 .panel-footer{
    padding: 15px;
    margin-left: -14px;
    margin-right: -14px;
    background: #f4f4f4;
    margin-bottom: -15px;
}
.customTab-type-2 .cstTab .nav-tabs>li.active>a:after{ display: none;}
.customTab-type-2 label{ font-weight: 600;}.customTab-type-2 .form-check .label-text, .customTab-type-2 .label-text{ font-weight: normal;}
.customTab-type-2 label.checkbox-inline:first-child, .customTab-type-2 label.radio-inline:first-child{ margin-right: 10px;}
.customTab-type-2 .checkbox-inline+.checkbox-inline, .customTab-type-2 .radio-inline+.radio-inline{ margin-left: 0px; margin-right: 10px;}
.customTab-type-2 label.checkbox-inline:last-child, .customTab-type-2 label.radio-inline:last-child{ margin-right: 0px;}
.customTab-type-2 .cstTab .nav-tabs>li{width: auto;}.customTab-type-2 .cstTab .nav-tabs>li>a{ padding: 3px 15px; border-radius: 4px 4px 0px 0px;font-size: 14px;}
.customTab-type-2 .cstTab .nav-tabs>li>a:after{ display: none;}.customTab-type-2 .cstTab .nav-tabs {
    border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width:540px) and (max-width:1024px){
	.customTab-type-2 .nav-tabs>li>a{ padding-left: 10px;text-align: center;white-space: nowrap;justify-content: center;}
    .customTab-type-2 .nav-tabs>li>a:after, .customTab-type-2 .nav-tabs>li>a .img-icon{ display: none;}
}
@media only screen and (min-width:1025px) and (max-width:1160px){
    .customTab-type-2 .nav-tabs>li>a{ padding-left: 10px;text-align: center;white-space: nowrap;}
    .customTab-type-2 .nav-tabs>li>a:after{ display: none;}
}
@media only screen and (max-width:539px){
    .customTab-type-2 .nav-tabs>li{ width: 100%;}
}
.m-0{ margin: 0 !important;}.border-none{ border: none !important;}
.fieldsetContainer{ padding: 0px 10px;}.w-half{ width: 50%;}

.flex-wrap{ flex-wrap: wrap;}
.two-col-field{ width: 50% !important;}
.one-side-one-field{ min-width: 50%;}
@media only screen and (max-width:1024px){
    .table-header-btn-Section{ display: flex;}.two-col-field{ width: 100% !important;}
    .one-side-one-field{ min-width: 100%;}
}

.select-wrapper{
 position: relative;
}
.select-wrapper::after {
    content: "";
 height: 4px;
 width: 4px; 
 border-top: 4px solid #fff;
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 position: absolute;
 top: 50%;
 right: 10px;
 color: #fff;
  }

.custom-select:hover{
    background-color: #54afe3;
        border: 1px solid #54afe3;
}
.custom-select{
    background-color: #005C90;
    border: 1px solid #005C90;
    border-radius: 3px;
    padding: 6px 15px;
    font-size: 14px;
    padding-right: 30px;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
}
.custom-select option{
    background-color: #fff;
    color: #666;
    padding: 10px;
}
.custom-select#filter_status:focus {
    outline: none !important;
    box-shadow: none;
}
.custom-showing-records{
    background-color: #005C90 !important;
    color: #fff;
    width: 160px !important;
}

.custom-hover:hover{
    background-color: #54afe3;
        border: 1px solid #54afe3;
}

.fw-normal{ font-weight: normal !important;}
.autocomplete_top_view .multiselect-container.dropdown-menu{ bottom: 100%;top: auto;}

.loginBox .loginBoxSection {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
    max-width: 360px;
}
.loginBox .loginBoxSection fieldset {
	background: white;
	border: 0 none;
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	/*stacking fieldsets above each other*/
	position: relative;
    border-radius: 24px 48px 24px 48px;;
    box-shadow:0 2px 4px 0 rgb(0 0 0 / 30%);
}
/* .loginBox .loginBoxSection fieldset:after, .loginBox .loginBoxSection fieldset:before { 
    content:''; position: absolute;  width: 16px; height: 16px; background: #44c3ee;border-radius: 6px;opacity: 0.4;
}
.loginBox .loginBoxSection fieldset:after{ left: 0; top: 0;}
.loginBox .loginBoxSection fieldset:before{ right: 0; bottom: 0;} */
.loginBox .loginBoxSection .brand-img{margin-bottom: 30px;}
/* .loginBox{ display: flex; height: calc(100vh - 90px); align-items: center;} */
.loginBox{ display: flex; align-items: center;}
.loginBox .loginBoxSection fieldset input.form-control{
    border: none;border-radius: 0px 6px 6px 0px;background: #e7f0f7; margin-left: 1px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    color: #333333;
}
.loginBox .loginBoxSection .radioGroup{margin: 0px auto 20px auto;}
.loginBox .loginBoxSection fieldset input.form-control:focus, .loginBox .loginBoxSection fieldset input.form-control:active{
    border: none;border-radius:0px 6px 6px 0px;background: #f4f7fa; color: #333333;
}
.loginBox .loginBoxSection fieldset .input-group-addon{
    background: #f4f7fa;
    padding: 0 6px;
    font-size: 24px;
    border-radius: 6px 0px 0px 6px;
    border: none;
    color: #9aadb4;
}
/*.loginBox .loginBoxSection fieldset .quote{
    background: #44c3ee;
    padding: 2px 15px;
    border-radius: 60px;
    margin-bottom: 40px;
    display: inline-block;
    color: #fff;
    position: relative;
}*/
.loginBox .loginBoxSection fieldset .quote{
    /* background: #44c3ee; */
    padding: 2px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    color: #888888;
    position: relative;
    line-height: 16px;
}
.loginBox .loginBoxSection fieldset input.form-control{
    border: none;border-radius: 0px 6px 6px 0px !important;background: #e7f0f7; margin-left: 1px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    color: #333333;
}
.loginBox .loginBoxSection fieldset .checkbox-custom label::before{border: 1px solid #005c90;width: 16px;height: 16px;margin-top: 2px;}
.loginBox .loginBoxSection fieldset .quote .previous:hover{ left: -45px;}
.loginBox .loginBoxSection fieldset button{width: 100%;border-radius: 6px;margin-top: 30px;}
.loginBox .loginBoxSection fieldset input.form-control::-webkit-input-placeholder { 
    color: #333333;
  }
  .loginBox .loginBoxSection fieldset input.form-control:-ms-input-placeholder { 
    color: #333333;
  }
  .loginBox .loginBoxSection fieldset input.form-control::placeholder {
    color: #333333;
  }
  .loginBox .loginBoxSection fieldset input.form-control:focus::-webkit-input-placeholder { 
    color: #666666;
  }
  .loginBox .loginBoxSection fieldset input.form-control:focus:-ms-input-placeholder { 
    color: #666666;
  }
  .loginBox .loginBoxSection fieldset input.form-control:focus::placeholder {
    color: #666666;
  }
  @-webkit-keyframes RadioSelected {
    50% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  }

  @keyframes RadioSelected {
    50% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  }

  .checkbox-custom .RadioSelected{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-animation-name: RadioSelected;
    animation-name: RadioSelected;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
.form-check-radio-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.form-check-radio label{
	position: relative;
	cursor: pointer;
	color: #333;
	font-size: 14px;
}
.form-check-radio input[type="checkbox"], .form-check-radio input[type="radio"]{position: absolute;right: 9000px;}
.form-check-radio input[type="radio"] + .label-text:before{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #9aadb4;
    border-radius: 60%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	display: inline-block;
	margin-right: 5px;
}
.form-check-radio input[type="radio"]:checked + .label-text:before{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #005C90;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-animation-name: RadioSelected;
    animation-name: RadioSelected;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
.form-check-radio input[type="radio"]:checked + .label-text:after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #005C90;
    border: 0px solid #005C90;
    border-radius: 24px;
     /* animation: effect 250ms ease-in;  */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-animation-name: RadioSelected;
    animation-name: RadioSelected;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    position: absolute;
    left: 4px;
    top: 7px;
}
.form-check-radio input[type="radio"]:disabled + .label-text{color: #aaa;}
.form-check-radio input[type="radio"]:disabled + .label-text:before{content: "";color: #ccc;}
@keyframes effect{0%{transform: scale(0);}25%{transform: scale(1.3);}75%{transform: scale(1.4);}100%{transform: scale(1);}
}
.showHidePassword{position: absolute;right: 10px;top: 11px;z-index: 9;color: #9aadb4;cursor: pointer;}
.cardtopview{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.1);border-radius:.1rem}.cardtopview .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.cardtopview .border{border:1px solid #dee2e6!important}.tracktopview{position:relative;background-color:#ddd;height:7px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px;margin-top:50px}.tracktopview .stepview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:25%;margin-top:-18px;text-align:center;position:relative}.tracktopview .stepview.active:before{background:#01538d}.tracktopview .stepview::before{height:7px;position:absolute;content:"";width:100%;left:0;top:18px}.tracktopview .stepview.active .icon{background:#01538d;color:#fff}.tracktopview .icon{display:inline-block;width:40px;height:40px;line-height:40px;position:relative;border-radius:100%;background:#ddd;font-size:20px}.tracktopview .stepview.active .text{font-weight:400;color:#000}.tracktopview .text{display:block;margin-top:7px}.itemsidetopview{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.itemsidetopview .aside{position:relative;-ms-flex-negative:0;flex-shrink:0}.img-sm{width:80px;height:80px;padding:7px}ul.row,ul.row-sm{list-style:none;padding:0}.itemsidetopview .info{padding-left:15px;padding-right:7px}.itemsidetopview .title{display:block;margin-bottom:5px;color:#212529}

.h5-1{ font-weight: bold; margin-bottom: 20px;}
  .h5-1 span{ font-weight: normal;    background: #e9f9ff;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #cfebf5;
    margin-left: 10px;}
.heading-td{    font-weight: bold;
    background: #e9f9ff;
    text-align: center;
    }
    .heading-td span{color: #005c90;}
    .heading-th{ background: #e9f9ff !important; border: none; color: #000 !important; text-align: center; font-weight: bold !important;}
.cst-table-1, .cst-table-1 td, .cst-table-1 th{ border: none !important;}
.cst-table-1 .heading-td{border-top: 1px solid rgba(242,242,242,1.0) !important;}
.cst-table-1.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(238,238,238,.3);
}
.cst-table-1.table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(242,242,242,1.0);
}
.site-menu .site-menu-sub .site-menu-item.open>a.amenu{ background-color: #eaeaea !important;}
.iframeModal{height: 100vh;margin: 0 auto;}
.iframeModal + .close{    opacity: 1;
    color: #fff;
    font-size: 24px;
    background: #f44336;
    padding: 7px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
    position: fixed;
    top: 30px;
    right: 30px;
}
.iframeModal .modal-content{ margin: 0 auto;}
.site-menu .site-menu-sub .site-menu-item.open>a.amenu{ background-color: #eaeaea !important;}
.customDT .dt-button-collection{max-height: 300px;
    overflow-y: auto;}

.customDT .dt-button-collection .dt-button.buttons-columnVisibility{
    background: #e9f9ff;
    border-color: #c8d6db;
    text-align: left;
}
.customDT .dt-button-collection .dt-button.buttons-columnVisibility.active{
    background: #005c90 !important;
    border-color: #005c90 !important;
    color: #fff;
}
.customDT .dataTables_length{ margin-top: 6px;margin-left: 10px;}
.customDT-button-collection .dt-button-collection{
    left: auto !important;
    right: 15px !important;
}
/* @media (min-width: 1200px){
    .customFilter.customDTFilterCol{
        padding-right: 0px !important;
    }
    .customFilter .dataTables_filter input{ margin-left: 0 !important;}
 } */
 .customAccordion.accordion_bg_1 .panel-default > .panel-heading{
    background: linear-gradient(90deg, rgba(233,249,255,1) 0%, rgba(255,255,255,1) 100%, rgba(233,249,255,1) 100%, rgba(0,212,255,1) 100%);
    color: #005c90;
    font-weight: 600;
}
.customAccordion.accordion_bg_1 .panel-heading .title.collapsed:before{background: #e9f9ff;color: #005c90;}
.customAccordion.accordion_bg_1 .panel-heading .title:before {background: #005c90;color: #ffffff;}
.justify-content-between{ justify-content:space-between;}
.justify-between{ justify-content: space-between;}
tfoot.tFooter td{background-color: #ffffff !important; border: 1px solid #f2f2f2 !important; border-bottom: 4px solid #f2f2f2 !important;}
.height36{ height: 36px;}
.selectionContainer{background-color: #e9f9ff; border-radius: 4px; padding: 5px 10px; margin-bottom: 5px;}
.selectionContainer>.row{ padding-left: 30px; position: relative;}.selectionContainer .radioDiv{ position: absolute; left: 15px; top: 0;}
/* .show-placeholder input[type="date"]::before { content: attr(data-placeholder);width: 100%;}
.show-placeholder input[type="date"]:focus::before,
.show-placeholder input[type="date"]:valid::before { display: none } */

