﻿body {
    overflow-x: hidden;
}

    body.no-scroll {
        position: fixed;
    }

.content {
    padding: 10px;
}

.main-content {
    padding: 10px;
}

h6 span.new.badge {
    float: unset;
    padding: 6px;
    margin-left: 0px;
}

span.new.badge {
    font-size: 14px;
    line-height: unset;
    height: unset;
    padding: 3px 5px;
}

table.dataTable {
    border-collapse: collapse;
}

.card.col {
    padding: 10px 10px;
}

.dataTables_filter label {
    color: #333;
}

#refresh_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

    #refresh_btn .preloader-wrapper {
        display: none;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    #refresh_btn.disabled .material-icons {
        display: none;
    }

    #refresh_btn.disabled .preloader-wrapper {
        display: unset;
    }

/* makes the data tables "search" box label show inline instead of above */
[id$='table_wrapper'] [id$='table_filter'] {
    width: 250px;
}

    [id$='table_wrapper'] [id$='table_filter'] input {
        width: 180px;
        margin-left: 8px;
    }

.material-icons { 
    vertical-align: bottom; 
}

.icon {
    font-size: 22px;
}


.desk-review {
    color: #7F5000dd;
    color: rgba(127,80,0,0.866);
}

.dataTables_wrapper table.dataTable tr.desk-review {
    border-right: 6px solid;
    border-left: 6px solid;
    border-color: #EF9A0044;
    border-color: rgba(239,154,0,0.266);
}

.dispatch {
    color: #7C0074dd;
    color: rgba(124,0,116,0.866);
}

.dataTables_wrapper table.dataTable tr.dispatch {
    border-right: 6px solid;
    border-left: 6px solid;
    border-color: #FF009444;
    border-color: rgba(255,0,148,0.266);
}

.photos-express {
    color: #007A41dd;
    color: rgba(0,122,65,0.866);
}

.dataTables_wrapper table.dataTable tr.photos-express {
    border-right: 6px solid;
    border-left: 6px solid;
    border-color: #00FF8355;
    border-color: rgba(0,255,131,0.333);
}

.hertz-estimate {
    color: #007A41dd;
    color: rgba(0,122,65,0.866);
}

.dataTables_wrapper table.dataTable tr.hertz-estimate {
    border-right: 6px solid;
    border-left: 6px solid;
    border-color: #00FF8355;
    border-color: rgba(0,255,131,0.333);
}

.total-loss {
    color: #900000dd;
    color: rgba(144,0,0,0.866);
}

.dataTables_wrapper table.dataTable tr.total-loss {
    border-right: 6px solid;
    border-left: 6px solid;
    border-color: #ff000055;
    border-color: CSS RGBA: rgba(255,0,0,0.333);
}

.custom-modal {
    position: fixed;
    z-index: 1000;
    background-color: #222a;
    background-color: rgba(34,34,34,0.627);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
}

    .custom-modal iframe,
    .custom-modal .frame-splash {
        width: calc(100% - 80px);
        height: calc(100% - 40px);
        border: none;
        margin: auto;
        max-width: 1100px;
        position: absolute;
        left: 0;
        right: 0;
    }

        .custom-modal iframe.small,
        .custom-modal .frame-splash.small {
            width: calc(100% - 80px);
            height: calc(100% - 40px);
            margin: auto;
            max-width: 900px;
            max-height: 825px;
            margin-top: 1%;
        }

        .custom-modal iframe.large,
        .custom-modal .frame-splash.large {
            width: calc(100% - 80px);
            height: calc(100% - 40px);
            margin: auto;
            max-width: calc(100% - 275px);
        }

    .custom-modal .frame-splash {
        background: #fff;
        color: #333a;
    }

    .custom-modal .loading-wrap {
        width: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
        text-align: center;
    }

@media only screen and (min-width: 1600px) {
    .custom-modal iframe,
    .custom-modal .frame-splash {
        left: 30px;
    }
}

@media only screen and (min-width: 1700px) {
    .custom-modal iframe.large,
    .custom-modal .frame-splash.large {
        max-width: 1500px;
    }
}

.frame-splash h1,
.frame-splash h2 {
    width: 100%;
}

.custom-modal .modal-close {
    z-index: 1010;
    background: #333d;
    background: rgba(51,51,51,0.866);
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 2px 2px 0 13px;
    border-radius: 0 0 0 35px;
    cursor: pointer;
    margin-right: 0px;
}

.fixed-action-btn ul.action-list {
    left: -160px;
    width: 220px;
    bottom: 0;
    padding-bottom: 64px; /* prevents menu from closing when mousing to the left */
}

    .fixed-action-btn ul.action-list a.btn-floating {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: white;
        border-radius: 10px;
        text-align: left;
        font-size: 17px;
    }

        .fixed-action-btn ul.action-list a.btn-floating i {
            width: 20px;
            float: left;
            margin: 0 15px;
            line-height: 50px;
        }

    .fixed-action-btn ul.action-list li {
        margin-bottom: 8px;
    }