@import url(login.css);
/*@import url(https://db.onlinewebfonts.com/c/5947182d0754b940533e4b28a39ca3ec?family=Deccan);*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css);

/*@import url(media-query.css);*/
:root {
	--bs-body-bg :#FAFAFA;
	--bs-red: #B22D3A;
	--bs-dark: #373A3C;
	--bs-orange:#F77E00;
	--bs-orange-dark:#ED7D31;
	--bs-orange-dark-hover:#EA7800;
	--bs-success-dark:#538135;
	--bs-green-dark:#4D691F;
  --bs-light-green:#F7FBF3;
	--bs-primary:#006e7f;
	--bs-danger:#cc0100;
  --bs-light-danger:#FCF5F5;
	--bs-light:#EFEFEF; 
	--bs-green:#5AA700;
	--bs-light-yellow:#FEF9E6;
  --bs-yellow:#EFC100;
	--bs-light-blue:#F3FAFB;

}
body {
  color: var(--bs-dark);
  font-family: 'Inter', sans-serif;
  /*font-size: 14px;*/
}
.body {
	background: var(--bs-body-bg);
} 
a{
	color: var(--bs-green-dark);
	text-decoration: none;
}
a:hover{
	color: var(--bs-green-dark);
	text-decoration: underline;
}
.text-success {
    color: #5AA700 !important;
}
.text-danger {
    color: #B22D3A !important;
}
.text-blue {
    color: #009BA4 !important;
}

.bg-light-success {
    background: var(--bs-light-green);
}
.bg-light-blue {
    background: var(--bs-light-blue);
}
.bg-light-danger {
    background: var(--bs-light-danger);
}
.sidebar-link:hover{
	color: #fff;
	text-decoration: underline;
}
.btn-danger {
	background-color: var(--bs-red);
	border-color: var(--bs-red);
}
.agency {
	color: var(--bs-orange-dark);
}
.express {
	color: var(--bs-success-dark);
}
.bg-primary {
	background: var(--bs-primary) !important;
}
.heading {
	font-family: "Deccan"
}
.btn-rounded {
	border-radius: 0 2rem;
	background: var(--bs-danger);
}
.bg-warning {
	background: var(--bs-orange) !important;
}
.bg-light {
	background: var(--bs-body-bg) !important;
}
footer {	
	background: var(--bs-light);
	z-index: 0 !important;
}
body.is-collapsed footer {
	padding-left: 70px;
}
body:not(.is-collapsed) footer {
	padding-left: 250px; 
}
.signout {
	bottom: 0;
	background-color: var(--bs-orange);
	z-index: 9999;
}
.left-img {
	background: url(../img/welcome-img.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sidebar-toggle {
	font-size: 1.5rem;
}
.display-5 {
	font-size:2rem;
}
.absolute-img-top { 
    top: -200px;
    left: -50px;
}
.absolute-img-bottom { 
    bottom: -200px;
    right: 0px;
}

.mobile-absolute-img-top {
	top: -50px;
	left: 0;
	right: 0;
}

/* Accordian */

.accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 1.25rem;
}
.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    font-size: 1.25rem;
} 
 
/* End Accordian */

/* Content Management */
.addMenu {
	right: 50px;
    top: 10px;
}
.action .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.action .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.action .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7B7B7B;
  -webkit-transition: .4s;
  transition: .4s;
}

.action .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.action input:checked + .slider {
  background-color: var(--bs-green);
}

.action input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.action input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.logoPlaceholder {
	height: 100px;
	width:100px;
}
.slideImgPlaceholder {
	height: 80px;
	overflow: hidden;
}
.tox-notifications-container {
	display: none;
}

.error{ color: #B71C1C; }
 
#userActions input{ 
	opacity: 0; 
} 
.uploader {border-style: dashed !important;}
 
.action .slider.round {
  border-radius: 34px;
}

.action .slider.round:before {
  border-radius: 50%;
}
.icon-bg {
	background-color: var(--bs-light-yellow);
	color: var(--bs-yellow);
}
#inputFile {
	opacity: 0;
}
#inputFileLogo {
    opacity: 0;
}
.toast {
	right: 0; 
	position: absolute;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout.fade {
	opacity: 1;
    background: white;
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .bs-callout {
  margin-top: -5px;
}

.callout-default {
  border-left-color: #777;
}
.callout-default h4 {
  color: #777;
}

.callout-primary {
  border-left-color: #428bca;
}
.callout-primary h4 {
  color: #428bca;
}

.callout-success {
  border-left-color: #5cb85c;
}
.callout-success h4 {
  color: #5cb85c;
}

.callout-danger {
  border-left-color: #d9534f;
}
.callout-danger h4 {
  color: #d9534f;
}

.callout-warning {
  border-left-color: #f0ad4e;
}
.callout-warning h4 {
  color: #f0ad4e;
}

.callout-info {
  border-left-color: #5bc0de;
}
.callout-info h4 {
  color: #5bc0de;
}

.callout-bdc {
  border-left-color: #29527a;
}
.callout-bdc h4 {
  color: #29527a;
}

/* End content management */

/* Configuration management */
.configuration .btn-group.nav {
	display: inline-flex;
}

.configuration .btn-group .btn.active {
	background-color: var(--bs-orange);
	color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    inset: auto!important;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0
}

/***** RADIO BUTTON STYLES *****/
.rdio {
  position: relative;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label { 
  cursor: pointer; 
}
.rdio label:before {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #2D6FB2;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #2D6FB2;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  background-color: #2D6FB2;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color:#2D6FB2;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #2D6FB2;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #2D6FB2;
}

.custom-checkbox > [type=checkbox], .custom-checkbox label {
  /*margin-bottom:0px !important;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 26px;
  height: 26px;
  border: 1px solid #2D6FB2;
  background: #ffffff;
  border-radius: 2px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
 
  content: "✓"; 
  position: absolute; 
  left: 3px;
  top:-3px;
  color: #2d6fb2;
  font-size: 22px;
  font-weight: bold; 
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #fbc52d;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:after {
  color: #fbc52d;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #2D6FB2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox label:hover:before {
  border: 1px solid #2D6FB2 !important;
}
.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
  border: 1px solid #fbc52d !important;
}
/* End configuration management */

/* Survey Management */
#mySurveys th, td { white-space: nowrap; }
.dtfc-fixed-right, .dtfc-fixed-left {
	background-color: #fff; 
   z-index: 0 !important;
	
} 
.dropdown-toggle::after {
	content: none;
}
.table thead th {
  vertical-align: middle;
}
/* End Survey Management */


/* Agency Groups */
.page-item.active .page-link { 
    background-color:var(--bs-danger);
    border-color: var(--bs-danger);
}
.page-link, .page-link:hover{
  color: var(--bs-danger);
}
.text-warning {
  color:var(--bs-orange) !important;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before {
    content: "\f0de";
    font-family: 'Font Awesome 5 Free';
    color: #b22d3a;
    font-size: 1.5rem;
    float: left;
    top: 0.3em;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    color: #b22d3a;
    font-size: 1.5rem;
    float: left;
    top: 0.3em;
    right: 1em;
}

table.dataTable thead > tr > th {
    padding-left: 30px !important;
    padding-right: initial !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 8px !important;
    right: auto !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 8px !important;
    right: auto !important;
}
table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting::after {
    font-size: 1.6em;
}
/* End Agency Groups */

/*left right modal*/
.modal.left_modal, .modal.right_modal{
  position: fixed;
  z-index: 99999;
}
.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

#shoppingListTable tbody td {
    word-break: break-all !important;
    white-space: normal !important;
}

#shoppingListTable thead th {
    font-weight: normal !important
}
@media (max-width: 767.98px) {
    .modal-backdrop {
    display: none;
}

.left_modal .modal-dialog {
    max-width: 100%;  
}

.right_modal .modal-dialog {
    max-width: 100%;  
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}
.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
  overflow-y:scroll;
  padding-bottom:10em;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/



/*Left*/
.modal.left_modal.fade .modal-dialog{
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog{
  left: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}
    
/*Right*/
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}



.modal-header.left_modal, .modal-header.right_modal {
    
  padding: 10px 15px; 
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 75vh;
}
}

*[role="button"] {
  cursor: pointer;
}

#forgotAgency_wrapper .row {
    margin:0px !important;
}

.reportFilter .col-md-2 {
    flex: 0 0 19.99%;
    max-width: 19.99%;
}
/*Custom Tooltip*/
.Ctooltip {
    margin: 0;
    position: relative;
    width: 20px;
}

.tooltip__content {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: flex;
    opacity: 0;
    padding: 12px;
    position: absolute;
    text-align: center;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
    z-index: 10;
    max-width: 200px;
    width: max-content;
    white-space: break-spaces;
}

    .tooltip__content::before {
        content: "";
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #000;
        height: 0;
        position: absolute;
        width: 0;
        z-index: 10;
    }

.tooltip__button:hover + .tooltip__content,
.tooltip__button:focus + .tooltip__content {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.25s ease-in-out;
    visibility: visible;
}

.tooltip__button:hover + .tooltip__content {
    transition-delay: 0.5s;
}

.tooltip__button:focus + .tooltip__content {
    transition-delay: 0.9s;
}

.tooltip__button.top + .tooltip__content {
    top: 0px;
    left: 50%;
    transform: translate(-50%, calc(-100% - 12px));
}

    .tooltip__button.top + .tooltip__content::before {
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, calc(-100% - 5px)) rotate(180deg);
    }

.tooltip__button.right + .tooltip__content {
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 12px));
    font-size: small;
    font-weight: normal;
}

    .tooltip__button.right + .tooltip__content::before {
        top: 50%;
        left: -32px;
        transform: translate(calc(100% + 5px), -50%) rotate(-90deg);
    }

.tooltip__button.bottom + .tooltip__content {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 12px));
}

    .tooltip__button.bottom + .tooltip__content::before {
        top: -20px;
        left: 50%;
        transform: translate(-50%, calc(100% + 5px)) rotate(0deg);
    }

.tooltip__button.left + .tooltip__content {
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 12px));
}

    .tooltip__button.left + .tooltip__content::before {
        top: 50%;
        right: -32px;
        transform: translate(calc(-100% - 5px), -50%) rotate(90deg);
    }
/*End Custom Tooltip*/
    /* Small devices (landscape phones, less than 768px)*/
    @media (max-width: 767.98px) {
        .sidebar {
	z-index: 9999;
	}	
.h1, h1 {
    font-size: 1.5rem;
	}
.display-4 {
	font-size: 2.5rem;
	} 
.mobile-toggle{
	position: absolute;
    top: 0;
    right: 10px;
    font-size: 2rem !important;
	}
.logoPlaceholder {
    height: 50px;
    width: 50px;
	}
    .addMenu {
        right: 15px;
        top: 50px;
    }
    #forgotAgency th:nth-child(1) {
        width: 200px !important;
        display: inline-block;
        border: 0;
    }
    #forgotAgency th:nth-child(2) {
        border-bottom:0;
    }
        body:not(.is-collapsed) footer {
            padding-left: 0;
            z-index: 1 !important;
        }
    #activityList, #dvCRC, #dvTopOff, #dvDescriptorCode, #dvReportAProblem {
        padding-top: 3rem !important;
    }
    .addcrcButton {
        margin-top:1rem;
    }
        #Search .card-body {
            padding:0;
        }
        .adminnotificationupdate {
            margin-top:1rem;
        }
        #txtEmailFrequency {
            margin-bottom:1rem;
        }
        .padding-0 {
            padding-left: 0px;
            padding-right: 0px;
        }
        .pagination .page-item {
            display: none;
        }
        .pagination .page-item.active, .pagination .page-item.disabled, .pagination .page-item.next, .pagination .page-item.previous 
         {
            display: block;
        }
        .table.dataTable thead > tr > th {
            white-space:nowrap;
        }
        .addToCartCTA, .UpdateCart {
            text-align: left !important;
            margin-top: 1rem;
        }
        #shoppingListTable_wrapper .table.dataTable thead > tr > th {
            white-space: normal;
            padding-right: 20px !important;
        }
        #btnSubmitOrder {
            margin-bottom:1rem;
        }
        .standing {
            white-space:nowrap;
        }

        .modal-footer {
            padding-bottom:60px;
        }
        .print.d-flex {
            display:block !important;
        }
        .tooltip__content {
           max-width:150px;
        }
 }


/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.display-4 {
	font-size:2.5rem;
	}
.sidebar-logo .mobile-toggle {
    display: inline-block;
	}
body:not(.is-collapsed) footer {
	padding-left: 0px !important;
	}
.h1, h1 {
    font-size: 1.5rem;
}
.sidebar {
    left: -280px;
    width: 250px;
	}	
.mobile-toggle{
	position: absolute;
    top: 0;
    right: 10px;
    font-size: 2rem !important;
	}	
.flex-nowrap.d-none {
	display: none !important;
	}
.absolute-img-top {
    top: -22px;
    left: -12px;
	}	
.absolute-img-bottom {
    bottom: -22px;
    right: -12px;
	}	
.absolute-img-top img, .absolute-img-bottom img {
	width: 100px;
	}	
.action .slider	 {
	left: -10px;
	}
    #Scheduler .modal-body {
        overflow-y: scroll;
        padding-bottom: 10em;
    }
}

/*Large devices (desktops, 992px and up)*/ 
@media (min-width: 992px) and (max-width: 1199.98px) { 
.container-wide {
    padding-left: 0 !important;
	}
.is-collapsed .sidebar {
    width: 280px;
    left: 0;
	}

.sidebar {
    left: -280px;
    width: 250px;
	}
	
.navbar {
	display: block !important;
	}	

.sidebar .sidebar-inner .sidebar-menu > li > a .title {
	display: inline-block !important; 
	}
.flex-nowrap.d-none {
	display: none !important;
	}	
.sidebar-logo .mobile-toggle {
    display: block;
	}
.is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    padding: 0 20px;
	}
.sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1 !important;
	}
.is-collapsed .sidebar .sidebar-inner .sidebar-menu {
	width: 100%;
	}				
}

@media only screen and (min-device-width: 375px) and (max-device-width: 901px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .col-md-3, .col-md-9, .col-sm-4 {
        max-width: 100% !important;
        flex: 0 0 49.333333%;
        margin-bottom: 20px;
    }
    /*.row {
        display:block !important;
    }*/
    .col-md-5 {
        max-width: 100%;
    }
    .sidenav {
        display:none !important;
    }
    .carousel-item, .carousel-control-next, .carousel-control-prev {
        z-index: 0;
    }
    .orderManagement .col-sm-3 {
        max-width: 50%;
        flex:0 0 50%;
    }
    #dvDaily .addMenu {
        top:70px;
    }
    .sidebar-logo > .d-flex.pt-3 {
        padding-top:0 !important;
        margin-top: 0 !important
    }
    .is-collapsed .sidebar {
        z-index: 1031;
    }
    .sidebar-logo a .logo-text {
        min-height: 0;
    }
  .modal-body > .font-weight-bold {
      display:none;
  }
    .addToCartCTA, .UpdateCart {
        display: flex;
    }
    .addtocart i, #btnSubmitOrder i {
        display: none;
    }
    #btnSubmitOrder, #btnUpdateCart, #btnContinueShopping gi{
        padding-left: 2px;
        padding-right: 2px;
    }
}
.print {
    padding: .5rem 1rem;
}