/************Common Elements************/
html,body {
    height: 100%;
    color: #19163A;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Spartan', 'Montserrat' ,Arial, 'EB Garamond', serif;
    /*font-size: 16px;*/
}

.headingText {
    font-family: 'Spartan';
    font-weight: 800;
    font-size: 1.75em;
}

.subHeadingText {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 1.15em;
    margin-top: 5px;
    margin-bottom: 10px;
}
footer .subHeadingText {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.75em;
}

.thinLineDivider {
    height: 1px;
    background: rgb(0,0,0, 0.5);
    margin: 50px 0px;
}

.colour1 { color: #224086; }
.colour2 { color: #19163A; }
.colour3 { color: #F36F13; }
.colour4 { color: #4E55DA; }

.center {
    text-align: center;
}

.displayNone {
    display: none;
}

.required input {
    border-right: 0px;
}
.required .input-group-addon {
    color: #ff0000;
    background-color: #FFFFFF;
    border-left: 0px;
    font-size: 8px;
}

.urgent-icon {
    color: red;
}

#login-errors {
    display: none;
}

#main {
    padding: 10px;
    padding-bottom:60px; /* this needs to be bigger than footer height*/
}

/*FOOTER*/
.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    font-family: 'Spartan', 'Montserrat', Arial, 'EB Garamond', serif;
}

footer {
    padding: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #a3a3a3;
}

a.dt-footer-links {
    text-decoration: none;
    color: #a3a3a3;
}
a.dt-footer-links:hover {
    color: #000000;
}
/********/

h1, h2, h3, h4, h5 {
    font-weight: bold;
    font-family: 'Spartan', 'Montserrat','Source Sans Pro', 'Lora', 'Muli', 'Oswald', sans-serif;
    color: #666666;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 94%;
    max-width: 1100px;
}
#header {
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100px;
    line-height: 60px;
    background: #FFFFFF;
    padding: 10px;
}
#nav {
    position: absolute;
    right: 0;
}
#nav ul {
    list-style: none;
    transition: 350ms;
    -moz-transition: 350ms;
    -webkit-transition: 350ms;
    transform: perspective(600) rotate3d(0,0,0,0);
    -moz-transform: perspective(600) rotate3d(0,0,0,0);
    -webkit-transform: perspective(600) rotate3d(1,0,0,-90deg);
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
}
#nav ul li {
    float: left;
}
#nav ul li a {
    display: block;
    color: #224086;
    text-decoration: none;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Spartan', 'Montserrat', 'Muli', sans-serif;
    font-weight: 600;
}
#nav ul li a:hover {
    color: #224086;
}

.header-logo {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

.header-logo img {
    margin: 10px;
    height: 48px;
}
@media (min-width: 600px) {
    .header-logo img {
        margin-left: 55px;
        height: 60px;
    }
    
    .leftLogoDetails {
        margin-left: 25px;
    }
}

#dt-title {
    position: relative;
    display: inline;
    width: 20%;
}

#nav-button {
    visibility: hidden;
    position: relative;
    top: 15px;
    float: right;
    color: #3D5E19;
    font-size: 30px;
}
/************************************/

/**************Add Shift*************/
#urgentShiftAlert {
    display: none;
}

.time-container {
    padding-bottom: 10px;
}
/************************************/

/************Shift Details***********/
.shift-container {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.applicant-detail {
    padding-top: 10px;
    padding-bottom: 10px;
}
/************************************/

/********Availability Profiles*******/
.profile-container {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile-detail {
    padding-top: 10px;
    padding-bottom: 10px;
}
/************************************/

/***********Change Password**********/
#newPassError {
    display: none;
}
/************************************/

/************Form Elements***********/
div.form-label {
    padding-left: 25px;
    color: grey;
}

div.form-field {
    padding-bottom: 10px;
}

.fullwidth-submit {
    width: 100%;
}

.btn-default {
    background-color: #224086;
    color: #f8f8fd;
}

.btn-default[disabled], 
.btn-default.disabled {
    background-color: #224086;
    color: #f8f8fd;
}

.btn-default:hover {
    background-color: #f36f13;
    color: #f8f8fd;
}

.btn-default-reverse {
    background-color: #f8f8fd;
    border-color: #224086;
}
.btn-default-reverse:hover {
    background-color: #f36f13;
    color: #f8f8fd;
}

.btn-default-green {
    background-color: #5D8714;
    color: #f8f8fd;
}

.btn-default-green:hover {
    background-color: #873F2F;
    color: #f8f8fd;
}

label {
    font-weight: normal;
}

input[type="button"], input[type="submit"], a.btn, button.btn, button.button {
    font-weight: 700;
    padding: 10px 30px;
}
a.btnNoPad, button.btnNoPad {
    padding: 6px 12px;
}

button.linkMatch {
    padding: 0px;
    color: #2a6496;
    text-decoration: underline;
    border: none;
    background: none;
}

#hourlySalary, #repeatUntil, #shiftDay, #qualificationUID {
    width: 100%;
}

.signupSelectionButtons .btn-default {
    background-color: lightgrey;
    width: 100%;
}

.signupSelectionButtons .signupUserPracticeActive {
    background-color: #689b17;
}
.signupSelectionButtons .signupUserPracticeActive:hover {
    background-color: #689b17;
}

.doctorOnly {
    display: none;
}

#pname-label {
    display: none;
}

#pname-field {
    display: none;
}
/************************************/

/************Profile Elements************/
.profile-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

#profileResume {
    vertical-align: middle;
    width: 100%;
    height: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    color: black;
    background-color: white;
}

#profileResume:hover {
    background-color: lightgrey;
}

.joindate-rating {
    text-align: center;
    padding-top: 20px;
}
/************************************/

/************Practice Payment************/
.tblCreditCardList {
    width: 100%;
}

.tblCreditCardList td {
    padding: 5px;
}

.credit-cards {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}

.credit-row {
    padding-top: 5px;
    padding-bottom: 5px;
}
/************************************/

@media (max-width: 599px) {
    #nav-button {
        visibility: visible;
    }
    .container {
        width: 100%;
    }
    .header-logo {
        left: 3%;
    }
    #nav {
        visibility: hidden;
        width: 100%;
        top: 70px;
    }
    #nav.open {
        visibility: visible;
    }
    #nav ul {
        background-color: #FFFFFF;
        padding-top: 50px;
        margin-left: -30px;
        height: 100vh;
        overflow: auto;
    }
    #nav ul li {
        float: none;
    }
    #nav ul li a {
        font-family: 'Montserrat';
        font-size: 18px;
        padding: 17px 3%;
        line-height: 20px;
        border-top: 1px solid #e7e8f4;
        color: #78798f;
    }
    #nav ul li a:hover {
        color: darkgrey;
    }
  // Transition
    #nav ul {
        transition: 350ms;
        -moz-transition: 350ms;
        -webkit-transition: 350ms;
        transform: perspective(600) rotate3d(0,0,0,0);
        -moz-transform: perspective(600) rotate3d(0,0,0,0);
        -webkit-transform: perspective(600) rotate3d(1,0,0,-90deg);
        transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
    }
    #nav.open ul {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform:  perspective(600) rotate3d(0,0,0,0);
    }
}

@media (min-width: 600px) {
    #nav ul {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform:  perspective(600) rotate3d(0,0,0,0);
    }
}

.ui-autocomplete-loading {
    background: white url("/images/autocomplete-loader.gif") right center no-repeat;
    z-index: 1000000;
}

.ui-autocomplete {
	z-index: 1000000;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
}

#img-load {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-left:-12px;
}


.form-group.required .form-control:after {
    content: "*";
    color: red;
}

.btn-login {
    width: 100%;
}

.requiredStar {
    display: block;
}

.body-content {
    padding-top: 100px;
}

#footerSitemap {
    padding-top: 25px;
    font-size: 12px;
}

#footerSitemap ul {
    list-style-type: none;
}

#footerSitemap li {
    
}

/*start table sorting*/
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }

/*end table sorting*/

.topBorderLine {
    background: #3D6731; 
    height: 5px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #B6D784;
}

.navbar-inverse .navbar-nav > li  > a:hover {
    background: #3D6731;
}

.mainLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr {
    border: solid #333;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px auto;
    height: 0;
    width: 250px;
    text-align: center;
}

@media all and (min-width: 320px) {
    .centered {
        padding-bottom: 5px;
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .centered {
        padding-bottom: 15px;
    }
}

@media all and (min-width: 1024px) {
    .centered {
        padding-bottom: 50px;
    }
}

#giveUsDetails {
	position: absolute;
	top: 93px;
	left: 59px;
	background: #000000;
	padding: 2px 7px;
}

#giveUsADay {
	position: absolute;
	top: 173px;
	left: 200px;
	background: #000000;
	padding: 2px 7px;
}

#weDeliverResults {
	position: absolute;
	top: 257px;
	left: 59px;
	background: #000000;
	padding: 2px 7px;
}

.formGrouping {
	padding-bottom: 25px;
}

.shortInput {
	width: 45%;
}

.longInput {
	width: 85%;
}

.resultsJSON {
	background: #B6D784;
	padding: 15px;
	margin: 5px 25px;
}

.toggleUserInactive {
	cursor: pointer;
}

.fa-toggle-off {
	color: #d31712;
}

.fa-toggle-on {
	color: #257d08;
}

.profileImage img {
    width: 60%;
}

.img-center {
    text-align: center;
}

.averageRating {
    font-size: 12px;
}

#deleteProfileImage {
    cursor: pointer;
}

.user-google-maps-responsive-wrapper {
    position: relative;
    padding-bottom: 75%; /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.user-google-maps-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 50% !important; /*normally 100%, just made it 50% to make it look fancy.  But keeps the other 50% as padding at the bottom*/
}

.basicTable {
    width: 100%;
    margin-top: 25px;
}

.basicTable td{
    padding-right: 5px;
}
.basicTable td:last-child{
    padding-right: 0px;
}

.pointer {
    cursor: pointer;
}

.ui-datepicker {
    z-index: 99 !important; /*hack put in to override the the css set z-index of the jquery datepicker*/ 
};

/*start sub nav (localizedNav)*/
.localizedNav {
    height: 56px;
    background-color: #f8f9fb;
    box-shadow: inset 0 -1px 0 0 #e0e0e0;
}
.localizedNav a {
     line-height: 56px;
     font-family: 'Spartan', 'Oswald', sans-serif;
     font-size: 20px;
     color: #778296;
 }
.localizedNav a:hover {
      text-decoration: none;
}
.localizedNav a > span {
       height: 56px;
       line-height: 56px;
       padding-top: 17px;
       padding-bottom: 18px;
       margin-right: 25px;
}
.localizedNav a > span.active {
        border-bottom: 1px solid;
        font-size: 20px;
        color: #f26521;
}
.localizedNav a > span.pillbox {
         border-radius: 6px;
         background-color: #2577b8;
         padding: 10px;
         margin-right: 0px;
         font-family: 'Spartan', 'Oswald', sans-serif;
         font-size: 16px;
         color: #ffffff;
}
/*end sub nav (localizedNav)*/

/*embeded google map*/
#googleMap {
    width:100%;
    height:380px;
    margin-top: 20px;
}
/*embeded google map*/

.lastMinuteRequestExclamation {
    color: #dc3545;
}

.btnTogglePreferredUser {
    cursor: pointer;
    color: #dc3545;
}

.toggleEditHours {
    cursor: pointer;
}

#btnSubmitEditShiftHours {
    cursor: pointer;
}

#editableShiftHours {
    display: none;
}

#qualificationEditButtons {
    display: none;
}

.btnViewApplicantDetails {
	cursor: pointer;
	color: #f26521;
}

.viewApplicantDetails {
	display: none;
}

.confirmRejection {
	display: none;
}

.numberCircle {
    /*min-width: 25px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;*/
    font-size: 10px;
    /*border: 1px solid #666;
    padding: 2px;*/
    display: inline-block;
    margin-left: 3px;
}

/*accounting table*/
table.accountingTable {
    margin-bottom: 15px;
}
table.accountingTable th:nth-child(1),
table.accountingTable td:nth-child(1){
    text-align: right;
}
table.accountingTable th:nth-child(2),
table.accountingTable td:nth-child(2){
    padding-left: 15px;
}
table.accountingTable thead{
    border-bottom: 1px solid #2a6496;
}
table.accountingTable tfoot{
    border-top: 1px solid #2a6496;
}
/*accounting table*/

.btnCopyToClipboard {
    cursor: pointer;
}

#btnViewPaymentBreakdown {
    cursor: pointer;
}

.toggleMoreBreakdownDetails {
    display: none;
}

.nobr {
    white-space: nowrap;  
    hyphens: none;
}

#etransferSecurityCheck {
	display: none;
}

.smallText {
    font-size: 8px;
}

.smallDatatableText {
	font-size: 10px;
}


.h4NavTabs .nav-tabs {
    border-bottom: 0px; /*remove bootstrap basic style*/
    margin-bottom: 10px;
}

.h4NavTabs .nav-tabs>li.active>a {
    border: 0px; /*remove bootstrap basic style*/
    background-color: #f6f6f6;
}

.toggleProblem {
    cursor: pointer;
}

.profileProblems {
    display: none;
}

.profileProblems ul {
    font-size: 10px;
    padding-left: 15px;
}

.unavailableApplicant {
    display: none;
}

#btnToggleUnavailableApplicants {
    cursor: pointer;
    color: #f26521;
}

#tblHours td {
	padding-right: 10px;
}

#tblHours td {
	padding-right: 15px;
}

#tblHours td:nth-child(1) {
	font-weight: bold;
}

#tblHours td:nth-child(2) {
	text-align: right;
}


/*Promis form*/
#frmPromis table {
	width: 100%;
	font-size: 0.8em;
}
#frmPromis table input {
	box-shadow: inset 0 0px 1px rgba(0,0,0,.075);
}

.table5 td{
	width: 14%;
}
.table10 td{
	width: 8%;
}

#frmPromis div.row {
	margin-bottom: 25px;
}
#frmPromis datalist {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#frmPromis datalist option {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
}
/*Promis form*/

/*rainbow*/
.rainbowGradient {
  /*background-image: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet);*/
  background-image: linear-gradient(to left, rgb(255,0,0, 0.6), rgb(255,127,0, 0.6), rgb(255,255,0, 0.6), rgb(0,255,0, 0.6), rgb(0,0,255, 0.6), rgb(75,0,130, 0.6), rgb(148,0,211, 0.6));
  min-width: 100px;
  height: 100px;
  font-weight: bold;
  border: 1px solid #000000;
  line-height: 100px;
}

.rainbowSmall {
    font-size: 50%;
    font-weight: 900;
}

.rainbowGradient > .fa-circle {
    text-indent: -8px;
}
/*rainbow*/

.ui-widget {
    font-family: 'Spartan', 'Muli', Verdana,Arial,sans-serif;
    font-size: 1.0em;
}

.hexBackground {
    /*background-image: url('/images/Transparent-Section-Pattern-Reversed-640w.png');*/ 
    background-repeat: no-repeat;
}

.opaque25Background::before { 
    content:""; 
    position:absolute; 
    width:100%; 
    height:100%; 
    left:0; 
    top:0; 
    z-index:-1; 
    opacity: 0.25; 
    background-image: url('/images/Transparent-Section-Pattern-Reversed-640w.png'); 
    background-repeat: no-repeat;
}


/*hex background basic*/
#mjSthethoscope {
    max-height: 350px;
}

@media all and (min-width: 320px) {
    #mjSthethoscope {
        max-height: 150px;
    }
}

@media all and (min-width: 768px) {
    #mjSthethoscope {
        max-height: 250px;
    }
}

@media all and (min-width: 1024px) {
    #mjSthethoscope {
        max-height: 350px;
    }
    
    #divHexBGPadding {
        padding-top: 100px;
    }
}
/*verify age*/

#divPainIndex {
    -webkit-transition: background-color 500ms ease-out 150ms;
    -moz-transition: background-color 500ms ease-out 150ms;
    -o-transition: background-color 500ms ease-out 150ms;
    transition: background-color 500ms ease-out 150ms;
    
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000000;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    color: #000000;
}
.painIndexRed {
    background-color: #ff0000;
}
.painIndexYellow {
    background-color: #ffff00;
}
.painIndexGreen {
    background-color: #00ff00;
}

.areasLackingGroup {
    border: 1px solid rgba(0,0,0,.075);
    min-height: 250px;
    padding: 25px;
    border-radius: 5px;
}

.areasLackingGroupStrain {
    font-weight: bold;
}

.areasLackingGroupStrainType {
    font-weight: 100;
}

.areasLackingGroupEffects {
    padding-left: 10px;
    padding-bottom: 5px;
}

.tScoreCompareLast {
    font-size: 2em;
}
.tScoreCompareLast .fa-meh-blank {
    color: #000000;
}
.decrease {
    color: #00ff00;
}
.increase {
    color: #ff0000;
    
}
.tScorePercentage {
    font-size: 1.25em;
}

.bold {
    font-weight: bold;
}
.boldImportant {
    font-weight: bold !important;
}

.vehicleListItem {
    border: 1px solid #78798f;
    margin: 0px 0px 5px 0px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 0.85em;
}

.vehicleListItem .buttons{
    text-align: right;
}

.fleetList,
.dealerList {
    border: 1px solid #78798f;
    margin-bottom: 25px;
    padding: 25px 0px;
    font-weight: 500;
}

.fleetList img,
.dealerList img {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}


.editTools {
    text-align: right;
}

.editTools .btn {
    font-size: 1.5em;
}

.editTools a.btn {
    padding: 5px 12px;
}

.statusActive {
    color: green;
    font-weight: 900;
}

.statusInactive {
    color: red;
    font-weight: 900;
}

.fleetLogo, 
.dealershipLogo {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
}

.tblFillHistory {
    width: 100%;
}

.tblFillHistory tr {
    border-bottom: 1px solid #224086;
}

.csvErrorItem {
    margin-top: 15px;
}
.csvErrorItem .csvErrorRow {
    font-weight: 700;
}
.csvErrorItem .csvErrorList {
    margin-left: 50px;
}
.csvErrorItem .csvErrorList .csvErrorFuelType {
    margin-left: 25px;
}

table thead th {
    border-bottom: 2px solid #19163A;
    padding: 2px 2px 4px 2px;
    vertical-align: top;
}

table tbody td {
    padding: 2px 2px 4px 2px;
    vertical-align: top;
}

#tblNextSevenDays {
    width: 100%;
}
#tblNextSevenDays thead th {
    padding: 0px 5px;
}
#tblNextSevenDays tbody td {
    padding: 0px 5px;
    font-size: 0.75em;
    width: 14%;
}
#tblNextSevenDays tbody td .vehicle {
    border-bottom: 1px solid #3D5E19;
    padding: 5px 0px;
}

#vehicleTrackFillModal {
	font-size: 0.75em;
}

#modalVehicleFillModalFillHistory {
	width: 100%;
}

.dashboardFleetRow, 
.dashboardDealerRow {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px 0px;
}

.dashboardFleetRowVehicles,
.dashboardDealerRowVehicles {
	display: none;
}

.dashboardToggleVehicleBtn {
	position: relative;
	top: -10px;
	left: -10px;
}

.dashboardFleetVehicleCount,
.dashboardDealerVehicleCount {
	font-size: 0.5em;
}

.underline {
    text-decoration: underline;
}

table.tblYearMakeModelStockNum {
    width: 100%;
    margin-bottom: 50px;
}

table.tblYearMakeModelStockNum td {
    vertical-align: top;
}

table.tblYearMakeModelStockNum td:nth-child(1) {
    width: 100px;
}
table.tblYearMakeModelStockNum td:nth-child(2) {
    width: 25%;
}
table.tblYearMakeModelStockNum td:nth-child(3) {
    width: 25%;
}
table.tblYearMakeModelStockNum td:nth-child(4) {
    width: 25%;
}
table.tblYearMakeModelStockNum td:nth-child(5) {
    /*width: 15%;*/
}

#divFillRequestLitresRequested,
#divFillRequestLitresRequestedEditFill {
    display: none;
}

.pipeseparator li {
    padding-left: 0px;
    padding-right: 0px;
}
.pipeseparator li::after {
    content: "|";
}
.pipeseparator li:last-child:after {
    content: "";
    padding-left: 10px;
}

.lgBottomBorder {
    border-bottom: 5px solid #19163A;
}

input[type="button"].sqRadius {
    border-radius: 5px;
}

.pac-container {    /*to show google places autocomplete over bootstrap modal*/
    z-index: 10000 !important;
}

@media (min-width: 1300px) {
  .modal-xl {
    width: 1300px;
  }
}

.fillHistoryTable {
    margin-bottom: 25px;
}

.vehicleNote {
    border: 1px solid #19163A;
    margin: 5px 10px;
    padding: 5px 15px;
}

/*tr.strikethrough td:before {
    content: " ";
    position: absolute;
    top: 56%;
    left: 15px;
    border-bottom: 1px solid #111;
    width: 100%;
}*/
.strikethrough, .strikethrough table {
    text-decoration: line-through;
}

/*styles from refuelmobile.ca*/
.menu-icon {
    width: 34px;
    padding: 0;
    margin-right: -15px;
}
.w-nav-button {
    position: relative;
    float: right;
    /*padding: 18px;*/
    font-size: 24px;
    cursor: pointer;
    tap-highlight-color: transparent;
    user-select: none;
    outline-color: #FFFFFF;
}
.menu-icon-top-line {
    border-style: solid;
    border-width: 1px;
    border-color: #224086;
    border-radius: 0;
}
.menu-icon-middle-line {
    border-style: solid;
    border-width: 1px;
    border-color: #19163a;
    margin-top: 8px;
}
.menu-icon-bottom-line {
    border-style: solid;
    border-width: 1px;
    border-color: #224086;
    opacity: 1;
    color: #19163a;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
    margin-top: 8px;
}
/*styles from refuelmobile.ca*/

#divFullSearchDetails {
    display: none;
}

.tblBoldFirstColumn > tbody > tr > td:nth-child(1) {
    font-weight: bold;
}

.tblBasicTable {
    width: 100%;
}
.tblBasicTable > tfoot > tr {
    border-top: 1px solid; 
}
.tblBasicTable > tfoot > tr > td {
    padding-top: 15px;
}

.hideSmall {
    display: none;
}
.hideLarge {
    display: block;
}
@media (min-width: 600px) {
    .hideSmall {
        display: block;
    }
    .hideLarge {
        display: none;
    }
}

a.btn-small-pad, button.btn-small-pad {
    padding: 3px 5px 0px 7px;
}

.truckList {
    min-height: 275px;
}

.tblRegionalFuelPrices {
    width: 100%;
}
.tblRegionalFuelPrices td:not(:first-child) {
    width: 150px;
}

.divNeedsToSignoutTruck {
    display: none;
}

.executiveSummary {
    text-align: center;
}

.executiveSummary div{
    padding: 10px;
    font-weight: 600;
}

.executiveSummary .header{
    background-color: #224086;
    color: #f8f8fd;
}

.hasCustomPricing {
    color: #f36f13;
    font-weight: 900;
}

.executiveSummary span {
    font-size: 7px;
    padding-left: 5px;
    vertical-align: super;
}

#adminDashboardNavToggle {
    font-size: 50px;
    position: absolute;
    left: 199px;
    cursor: pointer;
    background-color: #FFFFFF;
    line-height: 50px;
    height: 50px;
    border-right: 1px solid #224086;
    border-top: 1px solid #224086;
    border-bottom: 1px solid #224086;
}
/*#adminDashboardNav {
    position: absolute;
    left: -200px;
    top: 100px;
    background-color: #FFFFFF;
    border-right: 1px solid #224086;
    border-bottom: 1px solid #224086;
    width: 200px;
    z-index: 2;
    transition: left 0.5s;
    padding: 0px 15px 15px 15px;
}*//*removed for having it open all the time*/
#adminDashboardNav {
    background-color: #FFFFFF;
    border-right: 1px solid #224086;
    /*position: fixed;
    height: 100vh;*/
    padding: 100px 15px 15px 15px;
}
#adminDashboardNav.active {
    left: 0px;
}

#divEditFillRequestForm {
    display: none;
}

#duplicateCodeNote {
    color: #ff0000;
    display: none;
}

.bulkUpdateRackPriceRegionTable {
    margin-bottom: 40px;
}

table.sortableColumns > thead > tr > th > a {
    cursor: pointer;
    color: #000000;
}
