div#wizard {
    max-width: 1140px;
    margin: auto;
    padding: 10px;
}

div#wizard a {
    font-size: 16px;
    font-weight: bold;
}

div#wizard label {
    font-size: 16px;
}


/** modifyData **/

.contentBackground {
    background-color: #0000001c;
    padding: 12px;
}

li span {
    color: black;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(255 255 255 / 61%);
}

.dataDiv {
    text-align: left !important;
    margin-top: 0 !important;
}

.dangerDataDiv {
    background-color: rgba(255, 0, 0, 0.336);
    color: #000;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.groupSelectCSS {
    width: 15% !important;
    display: block;
    margin: 0 auto;
}

input[type="checkbox" i] {
    background-color: #ffffff00;
    cursor: default;
    appearance: none;
    box-sizing: border-box;
    margin: 3px 3px -3px 4px;
    padding: 6px;
    border: 1.5px solid #5a738e;
}

input[type="checkbox" i]:checked {
    background-color: #5a738e;
    cursor: default;
    appearance: none;
    box-sizing: border-box;
    margin: 3px 3px -3px 4px;
    padding: 6px;
    border: 1.5px solid black;
}

.menuEleDiv {
    padding: 9px;
    font-size: 17px;
    cursor: pointer;
    text-align: left;
    background-color: #e9e7e7;
    color: #73879C;
}

.menuEleDiv:hover {
    background-color: #0056b3;
    color: white;
}

.menuDiv {
    padding: 0px !important;
}

.menuEleDivActive {
    background-color: #5a738e;
    color: white;
    cursor: pointer;
    border-top-left-radius: 3px;
}

#modifyFormDiv {
    background-color: #5a738e;
    color: white;
    padding: 10px;
}

.menuEleDivInactive {
    padding: 5px;
    font-size: 17px;
    color: #5a738e4f;
    cursor: no-drop;
}

.menuEleDivInactive:hover {
    color: #5a738e4f !important;
    background-color: #e9e7e7 !important;
}

.menuEleDivActive:hover {
    background-color: #5a738e !important;
    color: white !important;
    cursor: context-menu;
}

.modal {
    color: #73879C;
}

.successDiv {
    background-color: #26b99a;
    padding: 9px 0px 0px 0px;
    color: white;
    border: 1px solid #1c8c74;
}

.errorAlert {
    background-color: #ff000094;
    padding: 9px 0px 0px 0px;
    color: white;
    border: 1px solid red;
}



/** pictograms **/

.fa {
    font-size: 20px;
}

.fa-exclamation-triangle {
    color: rgba(255, 123, 0, 0.842);
}

.fa-times {
    color: red;
}

.fa-check {
    color: green;
}


/** collapse */

.collapseBtn {
    display: flex;
    align-items: space-between;
    justify-content: space-between;
}

.collapseBtn span {
    text-decoration: underline;
    margin: auto;
    padding-left: 15px;
}


/** UP */

.collapseBtn:not(.collapsed)::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}


/** DOWN */

.collapseBtn.collapsed::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}


/** forms */


/*.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}*/

.sw-theme-progress>.nav .nav-link.done::after {
    background-color: #2A3F54;
}

.sw-theme-progress>.nav .nav-link.active::after {
    background-color: #2a4d70;
}

.invalid-feedback {
    font-size: initial;
}


/* loader */


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}


/* taglist */

.userTopMenu i.fa,
.userTopMenu i.fas {
    font-size: 40px;
    margin: 10px;
}

#timer {
    display: inline;
    padding-right: 5px;
}

.tableRowDetailsBtn {
    cursor: pointer;
    text-decoration: none !important;
}

#fuels i.fa,
#fuels i.fas,
#mobiles i.fa,
#mobiles i.fas {
    font-size: 25px;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: center !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff !important;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}