﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#tooltip-sidebar-toggle {
    position: relative;
    z-index: 99;
    left: 225px;
    width: 30px;
    float: left;
    border-top: 1px solid #54677a;
    border-bottom: 1px solid #142638;
    border-radius: 0px 0px 5px 0px;
    color: white;
    padding: 7px;
    background-color: #34495e;
    cursor: pointer;
}

    #tooltip-sidebar-toggle.collapsed {
        left: 0px;
    }


@media (max-width:767px) {
    #tooltip-sidebar-toggle {
        display: none;
    }

    .avatar-image {
        margin-bottom: 50px;
    }

    .side-user {
        margin-bottom: 50px;
    }
}

@media (max-width: 1130px) {
    #page-wrapper {
        padding: 10px;
    }
}


.btn-slim {
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
}

.btn-neutral {
    border-color: #34495e; /*darkgray*/
}

.btn-pale-blue {
    background-color: #5C9EAD; /*grayblue*/
    border-color: #5C9EAD;
    color: #fff;
}

.btn-flat-blue {
    margin-bottom: 10px;
    background-color: #02ADEF;
    color: white;
    border: none;
}

.btn-default {
    border-color: #DDDDDD !important;
}

ul[name=side] {
    z-index: 98;
    background-color: red;
}


.borderless td, .borderless th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border: none;
    border-top: none !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dkiPills > li > a {
    font-size: large;
    font-weight: bold;
    color: #3387D0; /*blue*/
    cursor: pointer;
}

.dkiPills > li.active > a {
    color: #fff;
    border-color: #BA1011 !important;
    background-color: #BA1011 !important; /*red*/
    cursor: pointer;
}

.dkiTabs > li > a {
    font-size: large;
    font-weight: bold;
    color: #3387D0; /*blue*/
    cursor: pointer;
}

.dkiTabs {
    background-color: #ecf0f1; /*gray*/
    border-bottom: 1px solid red;
    border-radius: 0px 0px 0px 0px;
}

    .dkiTabs > li.active > a, .dkiTabs > li.active > a:hover, .dkiTabs > li.active > a:focus {
        border: 1px solid red;
        color: #3387D0; /*blue*/
        border-bottom-color: transparent;
        border-radius: 10px 10px 0px 0px;
    }

/* https://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3 */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.row-spacer {
    margin-top: 50px;
}

.filedrop-active {
    border: 2px solid red;
}


.custom-dropdown {
    position: relative;
    display: inline-block;
    border: 1px solid red;
    border-radius: 3px;
    vertical-align: middle;
    margin: 10px; /* demo only */
    font-family: AvenirDemi;
}

    .custom-dropdown select {
        background-color: #fff;
        color: #000;
        font-size: inherit;
        padding: .5em;
        padding-right: 2.5em;
        border: 0;
        margin: 0;
        width:100%;
        border-radius: 3px;
        text-indent: 0.01px;
        text-overflow: '';
        -webkit-appearance: button; /* hide default arrow in chrome OSX */
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%;
        margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown select[disabled] {
        color: rgba(0,0,0,.3);
    }

        .custom-dropdown select[disabled]::after {
            color: rgba(0,0,0,.1);
        }

    .custom-dropdown::before {
        background-color: red;
    }

    .custom-dropdown::after {
        color: #fff;
    }

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

@font-face {
    font-family: TheBoldFont;
    src: url("/fonts/theboldfont.ttf");
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/Content/icons/font-awesome/fonts/fa-regular-400.eot');
    src: url('/Content/icons/font-awesome/fonts/fa-regular-400.eot') format('embedded-opentype'), url('/Content/icons/font-awesome/fonts/fa-regular-400.woff') format('woff'), url('/Content/icons/font-awesome/fonts/fa-regular-400.ttf') format('truetype'), url('/Content/icons/font-awesome/fonts/fa-regular-400.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('/Content/icons/font-awesome/fonts/fa-solid-900.eot');
    src: url('/Content/icons/font-awesome/fonts/fa-solid-900.eot') format('embedded-opentype'), url('/Content/icons/font-awesome/fonts/fa-solid-900.woff') format('woff'), url('/Content/icons/font-awesome/fonts/fa-solid-900.ttf') format('truetype'), url('/Content/icons/font-awesome/fonts/fa-solid-900.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cursor-pointer {
    cursor: pointer;
}


table.dataTable tbody tr.selected > td {
    background-color: #0275d8 !important; /*blue*/
    color: white !important;
}

    table.dataTable tbody tr.selected > td:hover {
        background-color: #2275d8 !important; /*blue*/
    }

th.dt-center, td.dt-center {
    text-align: center;
}

.headerTitle {
    padding-top: 15px;
    margin-top: 0px;
    font-family: TheBoldFont;
    display: inline-block;
}

.sectionWell {
    box-shadow: 1px 1px 5px grey;
    background-color: white;
    padding-bottom: 20px;
}

    .sectionWell > .row > label, .sectionWell > .row > span,
    .subSectionWell > .row > label, .subSectionWell > .row > span {
        padding-top: 0px;
        font-family: AvenirDemi;
        font-size: medium;
    }

.subSectionWell {
    box-shadow: 1px 1px 5px grey;
    background-color: white;
    margin-top: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.jobViewContainer {
    margin: 0px;
    max-height: none;
    max-width: none;
    width: unset;
}

.methodButton {
    font-size: 20px;
    vertical-align: top;
    color: dodgerblue;
    padding-top: 0px;
    cursor: pointer;
}

.methodDeleteButton {
    font-size: 20px;
    vertical-align: top;
    color: darkred;
    padding-top: 0px;
    cursor: pointer;
}

.pencilButton {
    color: dodgerblue;
}

.cancelButton {
    color: darkred;
}

.saveButton {
    color: dodgerblue;
}

.iconButton {
    padding-top: 15px;
    font-size: 20px;
    vertical-align: top;
    cursor: pointer;
}

.SectionLine {
    background-color: red;
    height: 1px;
    margin-top: 0px;
}

.addButton, .AddButton {
    font-family: TheBoldFont;
    font-size: x-large;
    color: #3387D0; /*blue*/
    cursor:pointer;
}

.bootbox-success .modal-content {
    color: #3c763d; /*green*/
    background-color: rgba(223,240,216, .9); /*transparencylightgreen*/
    border-color: #d0e9c6; /*lightgreen*/
    border-radius: 5px;
}

.bootbox-danger .modal-content {
    color: #b94a48; /*red*/
    background-color: rgba(255,191,191, .9); /*transparencylightred*/
    border-color: #eed3d7; /*lightred*/
    border-radius: 5px;
}

.bootbox-primary .modal-content {
    color: white; /*white*/
    background-color: rgba(66,139,202, .9); /*transparencylightblue*/
    border-color: #357ebd; /*lightblue*/
    border-radius: 5px;
}

@media screen and (min-width: 768px) {
    #timeSheetEntryModal .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }

    #JobEquipmentModal .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }

    #ReadingModal .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }

    #modalFormMoreDetails .modal-dialog {
        width: 800px;
        margin: 10px auto;
    }

}

.red-text {
    color: #BA1011 !important;
}

.orange-text {
    color: #f1953d !important;
}

.green-text {
    color: #66CD00 !important;
}



#modalFormMoreDetails .modal-dialog .modal-body {
    font-family: AvenirDemi;
    font-size: 13px;
}

textarea.autoresize {
    border-radius: 5px !important;
    /*color: #3c763d;*/
    resize: none;
    overflow: hidden;
    min-height: 50px;
}

.truncate-text {
    overflow: hidden;
    max-height: 50px;
}

/* Styling for twitter type-ahead (autocomplete) */
/*.tt-menu {
    background-color: #34495e;
    color: #E0D7D7;
    border: 1px solid darkgray;
    border-radius: 0px 0px 5px 5px;
    min-width: 300px;
    overflow-y: scroll;
    max-height: 400px;
}

.tt-suggestion:hover {
    background-color: #4B6987;
}*/
.tt-menu {
    background-color: #fff;
    border: 1px solid darkgray;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    max-height: 500px;
    overflow-y: auto;
}

    .tt-menu::-webkit-scrollbar {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 1em;
    }

    .tt-menu::-webkit-scrollbar-track {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .tt-menu::-webkit-scrollbar-thumb {
        background-color: indianred;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
.tt-suggestion:hover {
    background-color: indianred;
    color:#fff;
}

/* Keeps tokens from shortening with ellipsis ...*/
/*.token-label {
    max-width: 350px !important;
}

.token-input.tt-input {
    min-width: 150px !important;
}

.tokenfield .token {
    background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
    background-repeat: repeat-x;
    background-color: #428bca;
    border-color: #2b669a;
    border-radius: 5px !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #fff;
    cursor: default;
}

    .tokenfield .token .close {
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .tokenfield .token.token-invalid {
        color: #fff !important;
        background-color: #e41919 !important;
        background-image: none !important;
        border: none;
        border-bottom: 1px dotted #a94442 !important;
    }

        .tokenfield .token.token-invalid .close {
            color: #600 !important;
        }*/
.equipment-typeahead-container {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
    /*.equipment-typeahead-container>.typeaheadFirstRow {
}*/

    .equipment-typeahead-container > .typeaheadSecondRow {
        font-size: .8em;
    }

    .equipment-typeahead-container > .typeaheadThirdRow {
        font-size: .7em;
    }

.supply-typeahead-container {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding: 2px;
    border-bottom: 1px solid #2F4154;
}
    /*.supply-typeahead-container > .typeaheadFirstRow {
    }*/
    .supply-typeahead-container > .typeaheadQtyCorner {
        font-size: .8em;
    }

    .supply-typeahead-container > .typeaheadThirdRow {
        margin-top: 2px;
        font-size: .85em;
    }


.timepicker-sbs {
    min-width: 425px;
}

.datepicker .table-condensed {
    width: 100% !important;
}

/* Fix for datatable headers tending to size differently than the datatable 
    Also requires this javascript to be inserted after table creation:
    jQuery('.dataTable').wrap('<div class="dataTables_scroll" />');
    https://stackoverflow.com/questions/17237812/datatable-jquery-table-header-width-not-aligned-with-body-width
*/
.dataTables_scroll {
    overflow: auto;
}

.log-listing-title {
    font-size: 0.8em;
}

#LogListings {
    max-height: 125px;
    min-height: 25px;
    overflow-y: scroll;
}

    #LogListings ul {
        padding-left: 6px;
        font-size: 0.6em;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.table.danger {
    background-color: #b94a48;
}

.table.success {
    background-color: #468847;
}

.searchable-header {
    font-family: Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: paleturquoise;
    border: 0px;
    border-radius: 3px;
    background-color: transparent;
    min-width: 50px
}

    .searchable-header:hover {
        background-color: rgba(0,0,0,0.2);
    }

    .searchable-header::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
    }

    .searchable-header:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
    }

    .searchable-header::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
    }

.timeSheetButtons {
    font-family: TheBoldFont;
    font-size: x-large;
}

.side-nav {
    height: calc(100vh - 150px);
    z-index: 98;
}

.side-nav-job {
	height: calc(100vh - 50px);
	z-index: 98;
}


    .side-nav li {
        width: 100%;
    }

        .side-nav li > button.ladda-button {
            padding: 15px;
            background-color: transparent;
            border: none;
            color: yellow;
            width: 100%;
            text-align: left;
        }

.side-nav-with-error {
    height: calc(100vh - 200px);
    z-index: 98;
}
.navbar-side .side-user {
    width: 100%;
    position: absolute;
    bottom: 0px;
    /*padding: 15px;*/
    text-align: center;
    background-color: #2D3E50;
    border-top: 2px solid #48596B
}

.navbar-side .avatar-image {
    position: absolute;
    bottom: 5;
    left: 5px;
    z-index: 1;
}

.avatar-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: inline-block;
    border: 3px solid lime;
}

.navbar-image {
    float: left;
}

.navbar-side .side-nav > li > a.active {
    background-color: #56728f;
}

.userIcon {
    position: fixed;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #54677a;
    font-size: 13px;
    background-color: #34495e;
    height: 100px;
    z-index: 99;
    bottom: 0;
    width: 225px;
}

.navbar-side .side-nav li.role-separator {
    text-align: center;
    color: #707070;
    font-size: .9em;
    border-top: none;
    border-bottom: none;
    background-color: #2d2f36;
}

.navbar-side .side-user a {
    color: white;
}

.navbar-side .side-nav > li > a {
    z-index: 2;
}

.nav-search > .tt-menu {
    width: 197px;
}

.dtAddBtn {
    background-color: cornflowerblue;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.dtRmBtn {
	background-color: #ff2020;
	color: white;
	font-weight: bolder;
	border-radius: 12px !important;
	margin-right: 10px;
}
.dtRmBtn.disabled {
	background-color: rgba(0,0,0,.1);
}

.dtMergeBtn {
    background-color: darkred;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.dtRegBtn {
    background-color: lightgrey;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.dtImportBtn {
    background-color: yellowgreen;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.dtEditBtn {
    background-color: indianred;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.buttons-print {
    background-color: #d9534f;
    border-color: #d9534f;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.buttons-excel {
    background-color: #00592D;
    border-color: #00592D;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.dtDeleteBtn {
    background-color: red;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}


.dtBlackBtn {
    background-color: black;
    color: white;
    font-weight: bolder;
    border-radius: 12px !important;
    margin-right: 10px;
}

.editBtn {
    color: #54ABDD;
}

.deleteBtn {
    color: #BA1011;
}

/*fix for removing decade selection*/
.bootstrap-datetimepicker-widget .datepicker-years thead .picker-switch {
    cursor: default;
    pointer-events: none;
}

.badge:hover {
    background-color: darkgray;
}

.badge.badge-primary {
    background-color: #007bff;
}

    .badge.badge-primary:hover {
        background-color: #70B5FF;
    }

.badge.badge-danger {
    background-color: #dc3545;
}

    .badge.badge-danger:hover {
        background-color: #DB7882;
    }

.badge.badge-success {
    background-color: #47a447;
}

    .badge.badge-success:hover {
        background-color: #398439;
    }

.badge.badge-info {
    background-color: #5bc0de;
}

    .badge.badge-info:hover {
        background-color: #39b3d7;
    }

.vendor-parent-titlebar {
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.vendor-parent-title {
    font-size: 26px;
}

.vendor-parent-subtitle {
    color: darkgray;
    font-size: 20px;
}

.vendor-active-indicator {
    font-size: 22px;
}

.activeCustomerDiv {
    border: solid 2px green;
    border-radius: 4px;
}

.equipment-displaybox {
    background-color: #34495e;
    color: #E0D7D7;
    padding: 4px 8px 4px 8px;
    border: 1px solid darkgray;
    border-radius: 5px 5px 5px 5px;
    min-width: 250px;
    max-width: 350px;
}

    .equipment-displaybox:hover {
        background-color: #4B6987;
    }

    .equipment-displaybox .title-row {
        font-size: 18px;
        font-weight: 400;
    }

    .equipment-displaybox .detail-row {
        font-size: 14px;
    }

    .equipment-displaybox .description-row {
        font-size: 12px;
        display: none;
    }

#EquipmentAddTable {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}

    #EquipmentAddTable + .dataTables_info {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 14px;
    }

/* FunkyRadio https://bootsnipp.com/snippets/featured/funky-radio-buttons */
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/*-==[DataTable processing indicator]==-*/
#dtLoader {
    z-index: 100;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin-left: 250px;
    margin-top: 250px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

.requirement {
    color: red;
    margin-left: 6px;
}

.form-field-attachment {
    position: relative;
    left: 14px;
}

.complete-spinner-bg {
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 5px grey;
}

.complete-spinner-bg.large {
    width: 64px;
    height: 64px;
}

.complete-spinner {
    width: 20px;
    height: 20px;
    transform-origin: center;
    animation: .75s ease-in-out infinite spinner;
    content: url(img/complete-spinner.png);
}

    .complete-spinner.large {
        width: 60px;
        height: 60px;
    }

.tiny-spinner {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-top: 1px solid darkgray;
    border-left: 2px solid darkgray;
    border-radius: 50%;
    transform-origin: center;
    animation: .75s ease-in-out infinite spinner;
    z-index: 1;
    position: absolute;
    display: none;
}

@keyframes spinner {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

.button-rounded-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.button-rounded-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.button-rounded {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.contactLink {
    cursor: pointer;
}

.empty-cell {
    background-color: #ecf0f1;
    border: none !important;
}

.bg-primary {
    color: white;
    font-weight: bold;
    background-color: #428bca;
}

.bg-primary-pale {
    background-color: #6AB3F2;
}

.bg-success {
    color: white;
    font-weight: bold;
    background-color: #47a447;
}

.bg-success-pale {
    background-color: #6FCC6F;
}

.bg-warning {
    color: white;
    font-weight: bold;
    background-color: #ed9c28;
}

.bg-warning-pale {
    background-color: #FFC450;
}

.header-row-dark-blue th {
    background-color: #34495e;
}

.rounded-border-black {
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.circle-tile-description {
    text-transform: uppercase;
    font-family: TheBoldFont;
    color: white;
    opacity: 0.9;
    font-size: 18px;
}

.rating-well {
    padding: 1px 4px 1px 4px;
    background-color: dimgrey;
    border-radius: 5px;
}

.rating-gold::after {
    content: '★ ';
    color: gold;
}

.rating-gold:hover {
    text-decoration: none;
}

.rating-dim::after {
    content: '★ ';
    color: silver;
}

.rating-dim:hover {
    text-decoration: none;
}


.ui-autocomplete {
    z-index: 9999 !important;
}

.red-token {
    background: indianred !important;
}

.buttonInside {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid red;
    border-radius: 8px;
}

#noteSection::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#noteSection::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#noteSection::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.WOTaskCB[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    border-width: 1px;
    transition: all .3s linear;
}

    .WOTaskCB[type="checkbox"]:checked {
        background-color: indianred;
    }

    .WOTaskCB[type="checkbox"]:focus {
        outline: 0 none;
        box-shadow: none;
    }

    .WOTaskCB[type="checkbox"]:checked::after {
        content: none;
    }

.pull-text-right {
    text-align: right;
}

.select-all-media-text, .select-all-docs {
    font-size: 16px;
    font-weight: bold;
}
.select-all-docs, .select-all-media {
    cursor: pointer;
}

.select-all-checkbox {
    border-radius: 3px !important;
}

.portlet-title > h4 {
    font-family: TheBoldFont;
    padding-left: 5px;
}

.editBtn,.deleteBtn{
    cursor:pointer;
}

.input-group-addon {
    background-color: #dbdad6;
    border: 1px solid #dbdad6;
    border-radius: 4px;
}

@keyframes onAutoFillStart {
    from { /**/
    }

    to { /**/
    }
}

@keyframes onAutoFillCancel {
    from { /**/
    }

    to { /**/
    }
}

/*-==[DataTable processing indicator]==-*/
#dtLoader {
    z-index: 100;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin-left: 250px;
    margin-top: 250px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.CarpetCleaningImg {
    content: url('~/Content/icons/dki/Carpet Cleaning Icon - Black.png');
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}*/

.StyledScroll {
    overflow-y: scroll;
    resize: none;
    border-radius: 10px;
}
    .StyledScroll::-webkit-scrollbar {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 1em;
    }

    .StyledScroll::-webkit-scrollbar-track {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .StyledScroll::-webkit-scrollbar-thumb {
        background-color: indianred;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

/* Customize the label (the container) */
.drsCheckbox {
    text-align: left;
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 18px;
}

    /* Hide the browser's default checkbox */
    .drsCheckbox input {
        position: absolute !important;
        opacity: 0 !important;
        cursor: pointer !important;
        height: 0 !important;
        width: 0 !important;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid black;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.drsCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.drsCheckbox input:checked ~ .checkmark {
    border-color: red;
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.drsCheckbox input:checked ~ .checkmark:after {
    display: block;
    color: red;
}

/* Style the checkmark/indicator */
.drsCheckbox .checkmark:after {
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Create a custom checkbox */
.checkmark.bigBox {
    height: 30px;
    width: 30px;
}
.drsCheckbox .checkmark.bigBox:after {
    left: 8px;
    width: 10px;
    height: 20px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.WarningBar {
    top: 0px;
    min-height:40px;
    max-height:40px;
    position: fixed;
    z-index: 1030;
    cursor:help;
    width: 100%;
    background-color: red;
    text-align: center;
    padding-top:4px;
}

    .WarningBar h4 {
        margin-top: 7px;
        margin-bottom: 0px;
        color: white;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .WarningBar h4:hover {
            text-overflow: clip;
            white-space: normal;
            word-break: break-all;
        }

.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}


.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    /*padding: 40px;*/
    overflow: hidden;
    /*width: 60px;*/
}

td.switch-field {
    width: 60px;
}

.switch-title {
    margin-bottom: 0px;
}

.switch-field input {
    display: none;
}

.switch-field label {
    float: left;
    margin: 0px !important;
}

.switch-field label {
    display: inline-block;
    width: 60px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field-medium label {
    width: 91px !important;
}

.switch-small label {
    width: 100px;
}
.switch-large label {
    width: 150px;
}

.switch-tall label {
    line-height: 30px;
}

.switch-field input:checked + label {
    background-color: #c9282d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widgetCog{
    float:right;
    margin-top:5px;
    cursor:pointer;
    display:none;
}

.NotificationLink,.AlertLink {
    cursor: pointer;
}

.eqSelectorDiv .bootstrap-select {
    height: 50px;
}

.modalNormalText {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
}

.postalCode {
    text-transform: uppercase;
}