﻿/* ------------------------------------------------------------------------------
 *
 *  # WebIQ Portal custom style
 *
 *  Style sheet for custom general styles or for limitless override
 *
 * ---------------------------------------------------------------------------- */


/* Limitless override */
table.dataTable thead tr {
    background-color: #2e6293;
    color: #fff;
}

.table th {
    padding-top: .50rem !important;
    padding-bottom: .50rem !important;
}

.noty_layout {
    width: 30rem !important;
}

/* </>Limitless override */

/* Portal Classes */
.mainContent {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.login-form-flex-container {
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

/* </>Portal Classes */

/* Spinner loader */
.processing-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    display: none;
}

    .processing-loader > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

.processing-loader-circle {
    border-radius: 50%;
}

.subject-list-spinner {
    width: 100%;
    height: 100px;
}
/* </>Spinner loader */

/* Filter Button */
.btn-filter {
    position: absolute;
    top: 165px;
    left: 20px;
}

.pnl-filter {
    position: absolute;
    top: 165px;
    left: 45px;
    width: 320px;
    max-width: 430px;
    height: 230px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #ccc;
    z-index: 10;
}

.pnl-filter-header {
    position: relative;
    height: 20px;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.pnl-filter-body {
    display: flex;
    flex-direction: column;
    padding: 3px;
    color: #1973E8;
    font-weight: bolder;
}

    .pnl-filter-body > span {
        margin-top: 5px;
    }

    .pnl-filter-body > label {
        margin-top: 5px;
    }

.pnl-filter-footer {
    margin-top: 5px;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

.pnl-filter-input {
    display: block;
    width: 100%;
    padding: .025rem .75rem;
    font-family: Tahoma;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

::placeholder {
    color: #ccc;
}

.pnl-filter-select {
    display: block;
    width: 100%;
    padding: .025rem .025rem .025rem .75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: Tahoma;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/caret-down.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pnl-filter-select-no-caret {
    background-image: none !important;
}

.pnl-filter-form-check-input {
    width: 1.2em;
    height: 1.2em;
    /*margin-top: .1em;*/
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .pnl-filter-form-check-input[type=checkbox] {
        border-radius: .25em;
    }

    .pnl-filter-form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .pnl-filter-form-check-input:checked[type=checkbox] {
            background-image: url(../images/check.svg);
        }

.pnl-filter-list-group-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}

.pnl-filter-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    margin-top: 0;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

.pnl-filter-list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    font-family: Tahoma;
    color: #000;
    font-weight: normal;
}

    .pnl-filter-list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .pnl-filter-list-group-item + .pnl-filter-list-group-item {
        border-top-width: 0;
    }

    .pnl-filter-list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .pnl-filter-list-group-item > input {
        display: inline-block;
    }

    .pnl-filter-list-group-item > label {
        display: inline-block;
    }

.pnl-filter-btn {
    display: inline-block !important;
    width: 65px;
    align-self: flex-end;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .1rem .1rem;
    font-size: .8rem;
    border-radius: .2rem;
    color: #fff;
    background-color: #1973E8;
    border-color: #0d6efd;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* </>Filter Button */

/* Filter Panel custom scrollbar */
/* width */
.pnl-filter-list-group::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.pnl-filter-list-group::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
.pnl-filter-list-group::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    /* Handle on hover */
    .pnl-filter-list-group::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* </>Filter Panel custom scrollbar */

/* Error Page Classes */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound > div:first-child {
        padding-left: 200px;
        padding-top: 12px;
        height: 170px;
        margin-bottom: 20px;
    }

    .notfound .notfound-404 {
        position: absolute;
        left: 0;
        top: 0;
        width: 170px;
        height: 170px;
        background: #e01818;
        border-radius: 7px;
        -webkit-box-shadow: 0px 0px 0px 10px #e01818 inset, 0px 0px 0px 20px #fff inset;
        box-shadow: 0px 0px 0px 10px #e01818 inset, 0px 0px 0px 20px #fff inset;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', cursive;
            color: #fff;
            font-size: 118px;
            margin: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: inline-block;
            height: 60px;
            line-height: 60px;
        }

    .notfound h2 {
        font-family: 'Montserrat', cursive;
        font-size: 68px;
        color: #222;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0px;
        line-height: 1.1;
    }

    .notfound p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #222;
        margin-top: 5px;
    }

    .notfound a {
        font-family: 'Montserrat', sans-serif;
        color: #e01818;
        font-weight: 400;
        text-decoration: none;
    }

@media only screen and (max-width: 480px) {
    .notfound {
        padding-left: 15px;
        padding-right: 15px;
    }

        .notfound > div:first-child {
            padding: 0px;
            height: auto;
        }

        .notfound .notfound-404 {
            position: relative;
            margin-bottom: 15px;
        }

        .notfound h2 {
            font-size: 42px;
        }
}
/* </> Error Page Classes */
