﻿/* STOCKSPOT */
/* Bootstrap 4 Material Design Template */
/* Developed By Marcelo Bossle - mablook@gmail.com - Work For Marketing - workformarketing.nl */
/* 2018 - Stockspot.eu */

.material-icons {
    font-family: 'Material Icons' !important;
}

html, body {
    height: 100%;
    color: gray;
}

    html, body, html * {
        font-family: 'Roboto' !important;
    }
/* fix footer || fix header */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.pageTitle {
    font-size: 1.5rem !important;
    margin: 25px 0px -10px 0px !important;
}

/* MATERIALIZE */
/* Radio Buttons ============================================== */

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff;
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        /* webkit (konqueror) browsers */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #26a69a;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #26a69a;
    z-index: 0;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0,0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0,0,0,0.26);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled + label {
    color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0,0,0,0.26);
    border-color: #BDBDBD;
}
/* Checkboxes ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
    margin-bottom: 10px;
    text-align: left;
}

    form p:last-child {
        margin-bottom: 0;
    }
/* Remove default checkbox */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        /* webkit (safari,chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+*/
    }

        [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 2px;
            transition: .2s;
        }

    [type="checkbox"]:not(.filled-in) + label:after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0,0,0,0.26);
    }

    [type="checkbox"].tabbed:focus + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
        background-color: rgba(0,0,0,0.1);
    }

    [type="checkbox"]:checked + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #26a69a;
        border-bottom: 2px solid #26a69a;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:checked:disabled + label:before {
        border-right: 2px solid rgba(0,0,0,0.26);
        border-bottom: 2px solid rgba(0,0,0,0.26);
    }
    /* Indeterminate checkbox */
    [type="checkbox"]:indeterminate + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #26a69a;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:indeterminate:disabled + label:before {
        border-right: 2px solid rgba(0,0,0,0.26);
        background-color: transparent;
    }

    [type="checkbox"].filled-in + label:after {
        border-radius: 2px;
    }

    [type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        transition: border .25s,background-color .25s,width .20s .1s,height .20s .1s,top .20s .1s,left .20s .1s;
        z-index: 1;
    }

    [type="checkbox"].filled-in:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:not(:checked) + label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid #5a5a5a;
        top: 0px;
        z-index: 0;
    }

    [type="checkbox"].filled-in:checked + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:checked + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #26a69a;
        background-color: #26a69a;
        z-index: 0;
    }

    [type="checkbox"].filled-in.tabbed:focus + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0,0,0,0.1);
    }

    [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
        border-radius: 2px;
        background-color: #26a69a;
        border-color: #26a69a;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
        border-color: transparent;
        background-color: #BDBDBD;
    }

    [type="checkbox"].filled-in:disabled:checked + label:before {
        background-color: transparent;
    }

    [type="checkbox"].filled-in:disabled:checked + label:after {
        background-color: #BDBDBD;
        border-color: #BDBDBD;
    }
/* Switch ========================================================================== */
.switch, .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #84c7c1;
            }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #26a69a;
                    left: 24px;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #818181;
            border-radius: 15px;
            margin-right: 10px;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 21px;
                height: 21px;
                background-color: #F1F1F1;
                border-radius: 21px;
                box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
                left: -5px;
                top: -3px;
                transition: left 0.3s ease,background .3s ease,box-shadow 0.1s ease;
            }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after, input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(38,166,154,0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after, input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD;
}
/* Navbar ====================================== */
@import url(materialize.css);

.overlay-open .bars:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.overlay-open .bars:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar-header {
    padding: 10px 7px;
}

    .navbar-header .bars {
        float: left;
        text-decoration: none;
    }

.navbar-nav > li > a {
    padding: 7px 7px 2px 7px;
    margin-top: 17px;
    margin-left: 5px;
}

.navbar-nav .dropdown-menu {
    margin-top: -40px !important;
}

.label-count {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 10px;
    line-height: 15px;
    background-color: #000;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
/* Material Icons ============================== */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-26 {
    font-size: 26px;
}

.material-icons.md-28 {
    font-size: 28px;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}
/* Helpers ===================================== */
.m-l--125 {
    margin-left: -125px;
}

.m-t--125 {
    margin-top: -125px;
}

.m-r--125 {
    margin-right: -125px;
}

.m-b--125 {
    margin-bottom: -125px;
}

.m-l--120 {
    margin-left: -120px;
}

.m-t--120 {
    margin-top: -120px;
}

.m-r--120 {
    margin-right: -120px;
}

.m-b--120 {
    margin-bottom: -120px;
}

.m-l--115 {
    margin-left: -115px;
}

.m-t--115 {
    margin-top: -115px;
}

.m-r--115 {
    margin-right: -115px;
}

.m-b--115 {
    margin-bottom: -115px;
}

.m-l--110 {
    margin-left: -110px;
}

.m-t--110 {
    margin-top: -110px;
}

.m-r--110 {
    margin-right: -110px;
}

.m-b--110 {
    margin-bottom: -110px;
}

.m-l--105 {
    margin-left: -105px;
}

.m-t--105 {
    margin-top: -105px;
}

.m-r--105 {
    margin-right: -105px;
}

.m-b--105 {
    margin-bottom: -105px;
}

.m-l--100 {
    margin-left: -100px;
}

.m-t--100 {
    margin-top: -100px;
}

.m-r--100 {
    margin-right: -100px;
}

.m-b--100 {
    margin-bottom: -100px;
}

.m-l--95 {
    margin-left: -95px;
}

.m-t--95 {
    margin-top: -95px;
}

.m-r--95 {
    margin-right: -95px;
}

.m-b--95 {
    margin-bottom: -95px;
}

.m-l--90 {
    margin-left: -90px;
}

.m-t--90 {
    margin-top: -90px;
}

.m-r--90 {
    margin-right: -90px;
}

.m-b--90 {
    margin-bottom: -90px;
}

.m-l--85 {
    margin-left: -85px;
}

.m-t--85 {
    margin-top: -85px;
}

.m-r--85 {
    margin-right: -85px;
}

.m-b--85 {
    margin-bottom: -85px;
}

.m-l--80 {
    margin-left: -80px;
}

.m-t--80 {
    margin-top: -80px;
}

.m-r--80 {
    margin-right: -80px;
}

.m-b--80 {
    margin-bottom: -80px;
}

.m-l--75 {
    margin-left: -75px;
}

.m-t--75 {
    margin-top: -75px;
}

.m-r--75 {
    margin-right: -75px;
}

.m-b--75 {
    margin-bottom: -75px;
}

.m-l--70 {
    margin-left: -70px;
}

.m-t--70 {
    margin-top: -70px;
}

.m-r--70 {
    margin-right: -70px;
}

.m-b--70 {
    margin-bottom: -70px;
}

.m-l--65 {
    margin-left: -65px;
}

.m-t--65 {
    margin-top: -65px;
}

.m-r--65 {
    margin-right: -65px;
}

.m-b--65 {
    margin-bottom: -65px;
}

.m-l--60 {
    margin-left: -60px;
}

.m-t--60 {
    margin-top: -60px;
}

.m-r--60 {
    margin-right: -60px;
}

.m-b--60 {
    margin-bottom: -60px;
}

.m-l--55 {
    margin-left: -55px;
}

.m-t--55 {
    margin-top: -55px;
}

.m-r--55 {
    margin-right: -55px;
}

.m-b--55 {
    margin-bottom: -55px;
}

.m-l--50 {
    margin-left: -50px;
}

.m-t--50 {
    margin-top: -50px;
}

.m-r--50 {
    margin-right: -50px;
}

.m-b--50 {
    margin-bottom: -50px;
}

.m-l--45 {
    margin-left: -45px;
}

.m-t--45 {
    margin-top: -45px;
}

.m-r--45 {
    margin-right: -45px;
}

.m-b--45 {
    margin-bottom: -45px;
}

.m-l--40 {
    margin-left: -40px;
}

.m-t--40 {
    margin-top: -40px;
}

.m-r--40 {
    margin-right: -40px;
}

.m-b--40 {
    margin-bottom: -40px;
}

.m-l--35 {
    margin-left: -35px;
}

.m-t--35 {
    margin-top: -35px;
}

.m-r--35 {
    margin-right: -35px;
}

.m-b--35 {
    margin-bottom: -35px;
}

.m-l--30 {
    margin-left: -30px;
}

.m-t--30 {
    margin-top: -30px;
}

.m-r--30 {
    margin-right: -30px;
}

.m-b--30 {
    margin-bottom: -30px;
}

.m-l--25 {
    margin-left: -25px;
}

.m-t--25 {
    margin-top: -25px;
}

.m-r--25 {
    margin-right: -25px;
}

.m-b--25 {
    margin-bottom: -25px;
}

.m-l--20 {
    margin-left: -20px;
}

.m-t--20 {
    margin-top: -20px;
}

.m-r--20 {
    margin-right: -20px;
}

.m-b--20 {
    margin-bottom: -20px;
}

.m-l--15 {
    margin-left: -15px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-r--15 {
    margin-right: -15px;
}

.m-b--15 {
    margin-bottom: -15px;
}

.m-l--10 {
    margin-left: -10px;
}

.m-t--10 {
    margin-top: -10px;
}

.m-r--10 {
    margin-right: -10px;
}

.m-b--10 {
    margin-bottom: -10px;
}

.m-l--5 {
    margin-left: -5px;
}

.m-t--5 {
    margin-top: -5px;
}

.m-r--5 {
    margin-right: -5px;
}

.m-b--5 {
    margin-bottom: -5px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-55 {
    margin-left: 55px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-l-60 {
    margin-left: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-l-65 {
    margin-left: 65px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-l-70 {
    margin-left: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-l-75 {
    margin-left: 75px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-l-80 {
    margin-left: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-85 {
    margin-left: 85px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-r-85 {
    margin-right: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-l-90 {
    margin-left: 90px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-r-90 {
    margin-right: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-l-95 {
    margin-left: 95px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-r-95 {
    margin-right: 95px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-l-100 {
    margin-left: 100px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-105 {
    margin-left: 105px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-r-105 {
    margin-right: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-l-110 {
    margin-left: 110px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-r-110 {
    margin-right: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-l-115 {
    margin-left: 115px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-r-115 {
    margin-right: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-l-120 {
    margin-left: 120px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-l-125 {
    margin-left: 125px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-r-125 {
    margin-right: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.margin-0 {
    margin: 0;
}

.p-l-0 {
    padding-left: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-55 {
    padding-left: 55px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-r-55 {
    padding-right: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-l-60 {
    padding-left: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-l-65 {
    padding-left: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-l-70 {
    padding-left: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-75 {
    padding-left: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-85 {
    padding-left: 85px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-r-85 {
    padding-right: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-l-90 {
    padding-left: 90px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-r-90 {
    padding-right: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-l-95 {
    padding-left: 95px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-r-95 {
    padding-right: 95px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-l-105 {
    padding-left: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-r-105 {
    padding-right: 105px;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-l-110 {
    padding-left: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-r-110 {
    padding-right: 110px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-l-115 {
    padding-left: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-r-115 {
    padding-right: 115px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-l-120 {
    padding-left: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-l-125 {
    padding-left: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-r-125 {
    padding-right: 125px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.padding-0 {
    padding: 0;
}

.font-6 {
    font-size: 6px;
}

.font-7 {
    font-size: 7px;
}

.font-8 {
    font-size: 8px;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-30 {
    font-size: 30px;
}

.font-31 {
    font-size: 31px;
}

.font-32 {
    font-size: 32px;
}

.font-33 {
    font-size: 33px;
}

.font-34 {
    font-size: 34px;
}

.font-35 {
    font-size: 35px;
}

.font-36 {
    font-size: 36px;
}

.font-37 {
    font-size: 37px;
}

.font-38 {
    font-size: 38px;
}

.font-39 {
    font-size: 39px;
}

.font-40 {
    font-size: 40px;
}

.font-41 {
    font-size: 41px;
}

.font-42 {
    font-size: 42px;
}

.font-43 {
    font-size: 43px;
}

.font-44 {
    font-size: 44px;
}

.font-45 {
    font-size: 45px;
}

.font-46 {
    font-size: 46px;
}

.font-47 {
    font-size: 47px;
}

.font-48 {
    font-size: 48px;
}

.font-49 {
    font-size: 49px;
}

.font-50 {
    font-size: 50px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

.no-resize {
    resize: none;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-underline {
    text-decoration: underline;
}

.font-line-through {
    text-decoration: line-through;
}

.font-overline {
    text-decoration: overline;
}

.block-header {
    margin-bottom: 15px;
}

    .block-header h2 {
        margin: 0 !important;
        color: #666 !important;
        font-weight: normal;
        font-size: 16px;
    }

        .block-header h2 small {
            display: block;
            font-size: 12px;
            margin-top: 8px;
            color: #888;
        }

            .block-header h2 small a {
                font-weight: bold;
                color: #777;
            }
/* Custom Animate ============================== */
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Materialize Css | Taken from www.materializecss.com */
/* Media ======================================= */
@media (max-width:767px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 35px;
        width: 73%;
    }

    .navbar .navbar-header {
        display: inline-block;
        margin-bottom: -6px;
        width: calc(100%+30px);
    }

    .navbar .nav > li {
        display: inline-block;
    }

    .navbar .navbar-nav {
        margin-top: -10px;
        margin-bottom: 1px;
        margin-left: -7px;
        /* float:right;*/
        text-align: center;
    }

        .navbar .navbar-nav .open .dropdown-menu {
            background-color: #fff;
            position: absolute;
        }

    .navbar .dropdown-menu {
        margin-left: -50px;
    }

    .navbar .js-right-sidebar {
        margin-top: 15px;
    }

    .dt-buttons {
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .panel-switch-btn {
        top: 12px;
        right: 0 !important;
    }

    .logoImg {
        width: 98px;
        margin-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 20px;
    }
}

@media (min-width:992px) and (max-width:1169px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 20px;
    }
}
/* General ===================================== */
body {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

button, input, select, a {
    outline: none !important;
}

.no-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

section.content {
    margin: 100px 15px 0 315px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/* Dashboard =================================== */
.dashboard-flot-chart {
    height: 275px;
}

.dashboard-donut-chart {
    height: 265px;
}

.dashboard-line-chart {
    height: 250px;
}

.dashboard-stat-list {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}

    .dashboard-stat-list li {
        padding: 16px 0 0 0;
    }

        .dashboard-stat-list li small {
            font-size: 8px;
        }

.dashboard-task-infos .progress {
    height: 10px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
}
/* Buttons ===================================== */
.btn__:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 20px;
    padding-top: 9px;
    width: 50px;
    outline: none;
}

.btn_:not(.btn-link):not(.btn-circle) {
    /* box-shadow:0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    line-height: 13px;
    font-size: 13px;
    outline: none;
}

.btn_ i {
    margin-right: 2px;
    margin-bottom: -6px;
}

.btn_ .material-icons {
    font-size: 20px;
}

.btn:focus {
    outline: none !important;
}

.btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .btn-circle i {
        font-size: 18px;
        position: relative;
        left: -1px;
        top: -2px;
    }

.btn-link {
    font-weight: bold;
    color: #333;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .btn-link:active, .btn-link:focus {
        text-decoration: none;
        color: #333;
    }

    .btn-link:hover {
        text-decoration: none;
        color: #333;
        background-color: #ddd;
    }

.btn-circle-lg {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

    .btn-circle-lg i {
        font-size: 26px !important;
        position: relative !important;
        left: 0px !important;
        top: 6px !important;
    }

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background-color: #ff9600 !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background-color: #fb483a !important;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus {
    background-color: #00b0e4 !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #2b982b !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #1f91f3 !important;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #fff !important;
}

.btn-group:not(._no_shadow), .btn-group-vertical {
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}

    .btn-group .btn, .btn-group-vertical .btn {
        box-shadow: none !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .btn-group .btn .caret, .btn-group-vertical .btn .caret {
            position: relative;
            bottom: 1px;
        }

    .btn-group .btn-group, .btn-group-vertical .btn-group {
        box-shadow: none !important;
    }

    .btn-group .btn + .dropdown-toggle, .btn-group-vertical .btn + .dropdown-toggle {
        border-left: 1px solid rgba(0,0,0,0.08) !important;
    }
/* Bootstrap Tags Input ======================== */
.bootstrap-tagsinput {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
/* noUISlider ================================== */
.noUi-target {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    direction: ltr;
}

    .noUi-target * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-touch-action: none;
        touch-action: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 6px;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.25s,top 0.25s;
    transition: left 0.25s,top 0.25s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,0.45),0 3px 6px -5px #BBB;
    }

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
    left: 17px;
}

.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
    top: 17px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-target {
    box-shadow: none;
    border: none;
}

.noUi-base {
    height: 15px;
    top: -6px;
}

.noUi-background {
    height: 3px;
    top: 6px;
    background-color: #bfbfbf;
    box-shadow: none;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-connect {
    height: 3px;
    top: 6px;
    background-color: #26A69A;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: none;
    background-color: #26A69A;
    border: none;
    left: -5px;
    top: -6px;
    transition: width 0.2s cubic-bezier(0.215,0.61,0.355,1),height 0.2s cubic-bezier(0.215,0.61,0.355,1),left 0.2s cubic-bezier(0.215,0.61,0.355,1),top 0.2s cubic-bezier(0.215,0.61,0.355,1);
}

.noUi-handle:before, .noUi-handle:after {
    content: none;
}

.noUi-target .noUi-active.noUi-handle {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.noUi-target .range-label {
    position: absolute;
    height: 30px;
    width: 30px;
    top: -17px;
    left: -2px;
    background-color: #26A69A;
    border-radius: 50%;
    transition: border-radius 0.25s cubic-bezier(0.215,0.61,0.355,1),transform 0.25s cubic-bezier(0.215,0.61,0.355,1);
    transform: scale(0.5) rotate(-45deg);
    transform-origin: 50% 100%;
}

.noUi-target .noUi-active .range-label {
    border-radius: 15px 15px 15px 0;
    transform: rotate(-45deg) translate(23px,-25px);
}

.range-label span {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transform: rotate(45deg);
    opacity: 0;
    position: absolute;
    top: 7px;
    left: -1px;
    transition: opacity 0.25s cubic-bezier(0.215,0.61,0.355,1);
}

.noUi-active .range-label span {
    opacity: 1;
}
/* Multi Select ================================ */
.ms-container {
    width: auto !important;
}

    .ms-container .ms-list {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        border-radius: 0 !important;
    }

        .ms-container .ms-list.ms-focus {
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            box-shadow: none !important;
        }

    .ms-container .ms-selectable, .ms-container .ms-selection {
        min-width: 250px !important;
    }

        .ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
            color: #000000 !important;
            background-color: #e6e6e6 !important;
        }

        .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selectable li.ms-elem-selection, .ms-container .ms-selection li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
            padding: 9px 15px 6px 15px !important;
        }

    .ms-container .ms-optgroup-label {
        padding: 5px 0 0 8px !important;
    }
/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0,0,0,0.12);
        width: 80px;
        height: 100%
    }

        .info-box .icon i {
            width: 50px;
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

        .info-box .icon .chart.chart-bar {
            height: 100%;
            line-height: 100px;
        }

            .info-box .icon .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-pie {
            height: 100%;
            line-height: 123px;
        }

            .info-box .icon .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-line {
            height: 100%;
            line-height: 115px;
        }

            .info-box .icon .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #fff;
        }

        .info-box .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #fff;
        }

    .info-box.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box.hover-expand-effect:after {
        background-color: rgba(0,0,0,0.05);
        content: ".";
        position: absolute;
        left: 80px;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-2 {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-2 .icon {
        display: inline-block;
        text-align: center;
        width: 80px;
    }

        .info-box-2 .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

    .info-box-2 .chart.chart-bar {
        height: 100%;
        line-height: 105px;
    }

        .info-box-2 .chart.chart-bar canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }

        .info-box-2 .chart.chart-pie canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }

        .info-box-2 .chart.chart-line canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box-2.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box-2.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-2.hover-expand-effect:after {
        background-color: rgba(0,0,0,0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-2.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-3 {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-3 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-3 .icon i {
            color: rgba(0,0,0,0.15);
            font-size: 60px;
        }

    .info-box-3 .chart {
        margin-right: 5px;
    }

        .info-box-3 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-3 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-3 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-3 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-3 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-3 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-3 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-3.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-3.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-3.hover-expand-effect:after {
        background-color: rgba(0,0,0,0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-3.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-4 {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-4 .icon i {
            color: rgba(0,0,0,0.15);
            font-size: 60px;
        }

    .info-box-4 .chart {
        margin-right: 5px;
    }

        .info-box-4 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-4 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-4 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-4 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-4 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-4 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-4.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-4.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-4.hover-expand-effect:after {
        background-color: rgba(0,0,0,0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-4.hover-expand-effect:hover:after {
        width: 100%;
    }
/* Alerts ====================================== */
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

    .alert .alert-link {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

.alert-success {
    background-color: #2b982b;
}

.alert-info {
    background-color: #00b0e4;
}

.alert-warning {
    background-color: #ff9600 !important;
}

.alert-danger {
    background-color: #fb483a !important;
}

.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}
/* Dialogs (SweetAlert) ======================== */
.sweet-alert {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .sweet-alert p {
        font-size: 14px !important;
    }

    .sweet-alert .sa-input-error {
        top: 23px !important;
        right: 13px !important;
    }

    .sweet-alert h2 {
        font-size: 18px !important;
        margin: 0 0 5px 0 !important;
    }

    .sweet-alert button {
        font-size: 15px !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        border-radius: 0 !important;
        padding: 5px 20px !important;
    }
/* Checkbox & Radio ============================ */
[type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="checkbox"]:checked.chk-col-red + label:before {
    border-right: 2px solid #F44336;
    border-bottom: 2px solid #F44336;
}

[type="checkbox"]:checked.chk-col-pink + label:before {
    border-right: 2px solid #E91E63;
    border-bottom: 2px solid #E91E63;
}

[type="checkbox"]:checked.chk-col-purple + label:before {
    border-right: 2px solid #9C27B0;
    border-bottom: 2px solid #9C27B0;
}

[type="checkbox"]:checked.chk-col-deep-purple + label:before {
    border-right: 2px solid #673AB7;
    border-bottom: 2px solid #673AB7;
}

[type="checkbox"]:checked.chk-col-indigo + label:before {
    border-right: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5;
}

[type="checkbox"]:checked.chk-col-blue + label:before {
    border-right: 2px solid #2196F3;
    border-bottom: 2px solid #2196F3;
}

[type="checkbox"]:checked.chk-col-light-blue + label:before {
    border-right: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
}

[type="checkbox"]:checked.chk-col-cyan + label:before {
    border-right: 2px solid #00BCD4;
    border-bottom: 2px solid #00BCD4;
}

[type="checkbox"]:checked.chk-col-teal + label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688;
}

[type="checkbox"]:checked.chk-col-green + label:before {
    border-right: 2px solid #4CAF50;
    border-bottom: 2px solid #4CAF50;
}

[type="checkbox"]:checked.chk-col-light-green + label:before {
    border-right: 2px solid #8BC34A;
    border-bottom: 2px solid #8BC34A;
}

[type="checkbox"]:checked.chk-col-lime + label:before {
    border-right: 2px solid #CDDC39;
    border-bottom: 2px solid #CDDC39;
}

[type="checkbox"]:checked.chk-col-yellow + label:before {
    border-right: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821;
}

[type="checkbox"]:checked.chk-col-amber + label:before {
    border-right: 2px solid #FFC107;
    border-bottom: 2px solid #FFC107;
}

[type="checkbox"]:checked.chk-col-orange + label:before {
    border-right: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
}

[type="checkbox"]:checked.chk-col-deep-orange + label:before {
    border-right: 2px solid #FF5722;
    border-bottom: 2px solid #FF5722;
}

[type="checkbox"]:checked.chk-col-brown + label:before {
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548;
}

[type="checkbox"]:checked.chk-col-grey + label:before {
    border-right: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;
}

[type="checkbox"]:checked.chk-col-blue-grey + label:before {
    border-right: 2px solid #607D8B;
    border-bottom: 2px solid #607D8B;
}

[type="checkbox"]:checked.chk-col-black + label:before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

[type="checkbox"]:checked.chk-col-white + label:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

[type="checkbox"].filled-in:checked.chk-col-red + label:after {
    border: 2px solid #F44336;
    background-color: #F44336;
}

[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
    border: 2px solid #E91E63;
    background-color: #E91E63;
}

[type="checkbox"].filled-in:checked.chk-col-purple + label:after {
    border: 2px solid #9C27B0;
    background-color: #9C27B0;
}

[type="checkbox"].filled-in:checked.chk-col-deep-purple + label:after {
    border: 2px solid #673AB7;
    background-color: #673AB7;
}

[type="checkbox"].filled-in:checked.chk-col-indigo + label:after {
    border: 2px solid #3F51B5;
    background-color: #3F51B5;
}

[type="checkbox"].filled-in:checked.chk-col-blue + label:after {
    border: 2px solid #2196F3;
    background-color: #2196F3;
}

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
    border: 2px solid #03A9F4;
    background-color: #03A9F4;
}

[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
    border: 2px solid #00BCD4;
    background-color: #00BCD4;
}

[type="checkbox"].filled-in:checked.chk-col-teal + label:after {
    border: 2px solid #009688;
    background-color: #009688;
}

[type="checkbox"].filled-in:checked.chk-col-green + label:after {
    border: 2px solid #4CAF50;
    background-color: #4CAF50;
}

[type="checkbox"].filled-in:checked.chk-col-light-green + label:after {
    border: 2px solid #8BC34A;
    background-color: #8BC34A;
}

[type="checkbox"].filled-in:checked.chk-col-lime + label:after {
    border: 2px solid #CDDC39;
    background-color: #CDDC39;
}

[type="checkbox"].filled-in:checked.chk-col-yellow + label:after {
    border: 2px solid #ffe821;
    background-color: #ffe821;
}

[type="checkbox"].filled-in:checked.chk-col-amber + label:after {
    border: 2px solid #FFC107;
    background-color: #FFC107;
}

[type="checkbox"].filled-in:checked.chk-col-orange + label:after {
    border: 2px solid #FF9800;
    background-color: #FF9800;
}

[type="checkbox"].filled-in:checked.chk-col-deep-orange + label:after {
    border: 2px solid #FF5722;
    background-color: #FF5722;
}

[type="checkbox"].filled-in:checked.chk-col-brown + label:after {
    border: 2px solid #795548;
    background-color: #795548;
}

[type="checkbox"].filled-in:checked.chk-col-grey + label:after {
    border: 2px solid #9E9E9E;
    background-color: #9E9E9E;
}

[type="checkbox"].filled-in:checked.chk-col-blue-grey + label:after {
    border: 2px solid #607D8B;
    background-color: #607D8B;
}

[type="checkbox"].filled-in:checked.chk-col-black + label:after {
    border: 2px solid #000000;
    background-color: #000000;
}

[type="checkbox"].filled-in:checked.chk-col-white + label:after {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}

[type="radio"]:not(:checked) + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
}

[type="radio"]:checked + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
}

[type="radio"].radio-col-red:checked + label:after {
    background-color: #F44336;
    border-color: #F44336;
}

[type="radio"].radio-col-pink:checked + label:after {
    background-color: #E91E63;
    border-color: #E91E63;
}

[type="radio"].radio-col-purple:checked + label:after {
    background-color: #9C27B0;
    border-color: #9C27B0;
}

[type="radio"].radio-col-deep-purple:checked + label:after {
    background-color: #673AB7;
    border-color: #673AB7;
}

[type="radio"].radio-col-indigo:checked + label:after {
    background-color: #3F51B5;
    border-color: #3F51B5;
}

[type="radio"].radio-col-blue:checked + label:after {
    background-color: #2196F3;
    border-color: #2196F3;
}

[type="radio"].radio-col-light-blue:checked + label:after {
    background-color: #03A9F4;
    border-color: #03A9F4;
}

[type="radio"].radio-col-cyan:checked + label:after {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

[type="radio"].radio-col-teal:checked + label:after {
    background-color: #009688;
    border-color: #009688;
}

[type="radio"].radio-col-green:checked + label:after {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

[type="radio"].radio-col-light-green:checked + label:after {
    background-color: #8BC34A;
    border-color: #8BC34A;
}

[type="radio"].radio-col-lime:checked + label:after {
    background-color: #CDDC39;
    border-color: #CDDC39;
}

[type="radio"].radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border-color: #ffe821;
}

[type="radio"].radio-col-amber:checked + label:after {
    background-color: #FFC107;
    border-color: #FFC107;
}

[type="radio"].radio-col-orange:checked + label:after {
    background-color: #FF9800;
    border-color: #FF9800;
}

[type="radio"].radio-col-deep-orange:checked + label:after {
    background-color: #FF5722;
    border-color: #FF5722;
}

[type="radio"].radio-col-brown:checked + label:after {
    background-color: #795548;
    border-color: #795548;
}

[type="radio"].radio-col-grey:checked + label:after {
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}

[type="radio"].radio-col-blue-grey:checked + label:after {
    background-color: #607D8B;
    border-color: #607D8B;
}

[type="radio"].radio-col-black:checked + label:after {
    background-color: #000000;
    border-color: #000000;
}

[type="radio"].radio-col-white:checked + label:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

[type="radio"].with-gap.radio-col-red:checked + label:before {
    border: 2px solid #F44336;
}

[type="radio"].with-gap.radio-col-red:checked + label:after {
    background-color: #F44336;
    border: 2px solid #F44336;
}

[type="radio"].with-gap.radio-col-pink:checked + label:before {
    border: 2px solid #E91E63;
}

[type="radio"].with-gap.radio-col-pink:checked + label:after {
    background-color: #E91E63;
    border: 2px solid #E91E63;
}

[type="radio"].with-gap.radio-col-purple:checked + label:before {
    border: 2px solid #9C27B0;
}

[type="radio"].with-gap.radio-col-purple:checked + label:after {
    background-color: #9C27B0;
    border: 2px solid #9C27B0;
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:before {
    border: 2px solid #673AB7;
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:after {
    background-color: #673AB7;
    border: 2px solid #673AB7;
}

[type="radio"].with-gap.radio-col-indigo:checked + label:before {
    border: 2px solid #3F51B5;
}

[type="radio"].with-gap.radio-col-indigo:checked + label:after {
    background-color: #3F51B5;
    border: 2px solid #3F51B5;
}

[type="radio"].with-gap.radio-col-blue:checked + label:before {
    border: 2px solid #2196F3;
}

[type="radio"].with-gap.radio-col-blue:checked + label:after {
    background-color: #2196F3;
    border: 2px solid #2196F3;
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:before {
    border: 2px solid #03A9F4;
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:after {
    background-color: #03A9F4;
    border: 2px solid #03A9F4;
}

[type="radio"].with-gap.radio-col-cyan:checked + label:before {
    border: 2px solid #00BCD4;
}

[type="radio"].with-gap.radio-col-cyan:checked + label:after {
    background-color: #00BCD4;
    border: 2px solid #00BCD4;
}

[type="radio"].with-gap.radio-col-teal:checked + label:before {
    border: 2px solid #009688;
}

[type="radio"].with-gap.radio-col-teal:checked + label:after {
    background-color: #009688;
    border: 2px solid #009688;
}

[type="radio"].with-gap.radio-col-green:checked + label:before {
    border: 2px solid #4CAF50;
}

[type="radio"].with-gap.radio-col-green:checked + label:after {
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
}

[type="radio"].with-gap.radio-col-light-green:checked + label:before {
    border: 2px solid #8BC34A;
}

[type="radio"].with-gap.radio-col-light-green:checked + label:after {
    background-color: #8BC34A;
    border: 2px solid #8BC34A;
}

[type="radio"].with-gap.radio-col-lime:checked + label:before {
    border: 2px solid #CDDC39;
}

[type="radio"].with-gap.radio-col-lime:checked + label:after {
    background-color: #CDDC39;
    border: 2px solid #CDDC39;
}

[type="radio"].with-gap.radio-col-yellow:checked + label:before {
    border: 2px solid #ffe821;
}

[type="radio"].with-gap.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821;
}

[type="radio"].with-gap.radio-col-amber:checked + label:before {
    border: 2px solid #FFC107;
}

[type="radio"].with-gap.radio-col-amber:checked + label:after {
    background-color: #FFC107;
    border: 2px solid #FFC107;
}

[type="radio"].with-gap.radio-col-orange:checked + label:before {
    border: 2px solid #FF9800;
}

[type="radio"].with-gap.radio-col-orange:checked + label:after {
    background-color: #FF9800;
    border: 2px solid #FF9800;
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:before {
    border: 2px solid #FF5722;
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:after {
    background-color: #FF5722;
    border: 2px solid #FF5722;
}

[type="radio"].with-gap.radio-col-brown:checked + label:before {
    border: 2px solid #795548;
}

[type="radio"].with-gap.radio-col-brown:checked + label:after {
    background-color: #795548;
    border: 2px solid #795548;
}

[type="radio"].with-gap.radio-col-grey:checked + label:before {
    border: 2px solid #9E9E9E;
}

[type="radio"].with-gap.radio-col-grey:checked + label:after {
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E;
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:before {
    border: 2px solid #607D8B;
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:after {
    background-color: #607D8B;
    border: 2px solid #607D8B;
}

[type="radio"].with-gap.radio-col-black:checked + label:before {
    border: 2px solid #000000;
}

[type="radio"].with-gap.radio-col-black:checked + label:after {
    background-color: #000000;
    border: 2px solid #000000;
}

[type="radio"].with-gap.radio-col-white:checked + label:before {
    border: 2px solid #ffffff;
}

[type="radio"].with-gap.radio-col-white:checked + label:after {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
/* Switch ====================================== */
.switch label {
    font-weight: normal;
    font-size: 13px;
}

    .switch label .lever {
        margin: 0 14px;
    }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(244,67,54,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-red {
        background-color: rgba(244,67,54,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
            background-color: #F44336;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(233,30,99,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-pink {
        background-color: rgba(233,30,99,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
            background-color: #E91E63;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(156,39,176,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-purple {
        background-color: rgba(156,39,176,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
            background-color: #9C27B0;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(103,58,183,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
        background-color: rgba(103,58,183,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
            background-color: #673AB7;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(63,81,181,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
        background-color: rgba(63,81,181,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
            background-color: #3F51B5;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(33,150,243,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-blue {
        background-color: rgba(33,150,243,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
            background-color: #2196F3;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(3,169,244,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
        background-color: rgba(3,169,244,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
            background-color: #03A9F4;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,188,212,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
        background-color: rgba(0,188,212,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
            background-color: #00BCD4;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,150,136,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-teal {
        background-color: rgba(0,150,136,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
            background-color: #009688;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(76,175,80,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-green {
        background-color: rgba(76,175,80,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
            background-color: #4CAF50;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(139,195,74,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
        background-color: rgba(139,195,74,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
            background-color: #8BC34A;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(205,220,57,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-lime {
        background-color: rgba(205,220,57,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
            background-color: #CDDC39;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,232,33,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
        background-color: rgba(255,232,33,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
            background-color: #ffe821;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,193,7,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-amber {
        background-color: rgba(255,193,7,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
            background-color: #FFC107;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,152,0,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-orange {
        background-color: rgba(255,152,0,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
            background-color: #FF9800;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,87,34,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
        background-color: rgba(255,87,34,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
            background-color: #FF5722;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(121,85,72,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-brown {
        background-color: rgba(121,85,72,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
            background-color: #795548;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(158,158,158,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-grey {
        background-color: rgba(158,158,158,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
            background-color: #9E9E9E;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(96,125,139,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
        background-color: rgba(96,125,139,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
            background-color: #607D8B;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-black {
        background-color: rgba(0,0,0,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
            background-color: #000000;
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,255,255,0.1);
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-white {
        background-color: rgba(255,255,255,0.5);
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
            background-color: #ffffff;
        }
/* DateTime Picker ============================= */
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #212a3d;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #0074a6;
}

.dtp .dtp-buttons .dtp-btn-ok {
    margin-left: 10px;
}

.dtp .dtp-buttons .dtp-btn-clear {
    margin-right: 10px !important;
}

.dtp .p10 > a {
    color: #fff;
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #ffffff;
}

.dtp table.dtp-picker-days tr td a.selected {
    background: #212a3d;
    color: #fff;
}
/* Bootstrap Select ============================ */
.bootstrap-select {
    box-shadow: none !important;
    /* border-bottom:1px solid #ddd !important;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
        outline: none !important;
    }

    .bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e9e9e9;
    }

        .bootstrap-select .bs-searchbox .form-control, .bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            margin-left: 45px !important;
        }

    .bootstrap-select .bs-searchbox {
        position: relative;
    }

        .bootstrap-select .bs-searchbox:after {
            content: '\E8B6';
            font-family: 'Material Icons';
            position: absolute;
            top: 0;
            margin-top: -10px;
            left: 10px;
            font-size: 25px;
        }

    .bootstrap-select ul.dropdown-menu {
        margin-top: 0 !important;
    }

    .bootstrap-select .dropdown-menu li.selected a {
        background-color: #eee !important;
        color: #555 !important;
    }

    .bootstrap-select .dropdown-menu .active a {
        background-color: transparent;
        color: #333 !important;
    }

    .bootstrap-select .dropdown-menu .notify {
        background-color: #F44336 !important;
        color: #fff !important;
        border: none !important;
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
        margin-top: 9px;
    }
/* Tooltip & Popovers ========================== */
.tooltip {
    font-size: 13px;
}

    .tooltip .tooltip-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.08);
}

    .popover .popover-title {
        font-weight: bold;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        background-color: #e9e9e9;
        border-bottom: 1px solid #ddd;
    }

    .popover .popover-content {
        font-size: 13px;
        color: #777;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
/* Nav Tabs ==================================== */
.nav-tabs {
    border-bottom: 2px solid #eee;
}

    .nav-tabs > li {
        position: relative;
        top: 3px;
        left: -2px;
    }

        .nav-tabs > li > a {
            border: none !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
                background-color: transparent !important;
            }

            .nav-tabs > li > a:before {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 0;
                border-bottom: 2px solid #2196F3;
                bottom: 2px;
                -moz-transform: scaleX(0);
                -ms-transform: scaleX(0);
                -o-transform: scaleX(0);
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -moz-transition: 0.1s ease-in;
                -o-transition: 0.1s ease-in;
                -webkit-transition: 0.1s ease-in;
                transition: 0.1s ease-in;
            }

            .nav-tabs > li > a .material-icons {
                position: relative;
                top: 7px;
                margin-bottom: 8px;
            }

    .nav-tabs li.active a {
        color: #222 !important;
    }

        .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
            background-color: transparent !important;
        }

        .nav-tabs li.active a:before {
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .nav-tabs + .tab-content {
        padding: 15px 0;
    }

    .nav-tabs.tab-col-red > li > a:before {
        border-bottom: 2px solid #F44336;
    }

    .nav-tabs.tab-col-pink > li > a:before {
        border-bottom: 2px solid #E91E63;
    }

    .nav-tabs.tab-col-purple > li > a:before {
        border-bottom: 2px solid #9C27B0;
    }

    .nav-tabs.tab-col-deep-purple > li > a:before {
        border-bottom: 2px solid #673AB7;
    }

    .nav-tabs.tab-col-indigo > li > a:before {
        border-bottom: 2px solid #3F51B5;
    }

    .nav-tabs.tab-col-blue > li > a:before {
        border-bottom: 2px solid #2196F3;
    }

    .nav-tabs.tab-col-light-blue > li > a:before {
        border-bottom: 2px solid #03A9F4;
    }

    .nav-tabs.tab-col-cyan > li > a:before {
        border-bottom: 2px solid #00BCD4;
    }

    .nav-tabs.tab-col-teal > li > a:before {
        border-bottom: 2px solid #009688;
    }

    .nav-tabs.tab-col-green > li > a:before {
        border-bottom: 2px solid #4CAF50;
    }

    .nav-tabs.tab-col-light-green > li > a:before {
        border-bottom: 2px solid #8BC34A;
    }

    .nav-tabs.tab-col-lime > li > a:before {
        border-bottom: 2px solid #CDDC39;
    }

    .nav-tabs.tab-col-yellow > li > a:before {
        border-bottom: 2px solid #ffe821;
    }

    .nav-tabs.tab-col-amber > li > a:before {
        border-bottom: 2px solid #FFC107;
    }

    .nav-tabs.tab-col-orange > li > a:before {
        border-bottom: 2px solid #FF9800;
    }

    .nav-tabs.tab-col-deep-orange > li > a:before {
        border-bottom: 2px solid #FF5722;
    }

    .nav-tabs.tab-col-brown > li > a:before {
        border-bottom: 2px solid #795548;
    }

    .nav-tabs.tab-col-grey > li > a:before {
        border-bottom: 2px solid #9E9E9E;
    }

    .nav-tabs.tab-col-blue-grey > li > a:before {
        border-bottom: 2px solid #607D8B;
    }

    .nav-tabs.tab-col-black > li > a:before {
        border-bottom: 2px solid #000000;
    }

    .nav-tabs.tab-col-white > li > a:before {
        border-bottom: 2px solid #ffffff;
    }
/* Thumbnails ================================== */
.thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .thumbnail p:not(button) {
        color: #999999;
        font-size: 14px;
    }

    .thumbnail h3 {
        font-weight: bold;
        font-size: 17px;
    }
/* Modals ====================================== */
.modal .modal-header {
    border: none;
    padding: 25px 25px 5px 25px;
}

    .modal .modal-header .modal-title {
        font-weight: bold;
        font-size: 16px;
    }

.modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.31) !important;
    border: none;
}

    .modal .modal-content .modal-body {
        color: #777;
        padding: 15px 25px;
    }

.modal .modal-footer {
    border: none;
}

.modal-col-red {
    background-color: #F44336;
}

    .modal-col-red .modal-body, .modal-col-red .modal-title {
        color: #fff !important;
    }

    .modal-col-red .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-red .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-red .modal-footer .btn-link:hover, .modal-col-red .modal-footer .btn-link:active, .modal-col-red .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-pink {
    background-color: #E91E63;
}

    .modal-col-pink .modal-body, .modal-col-pink .modal-title {
        color: #fff !important;
    }

    .modal-col-pink .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-pink .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-pink .modal-footer .btn-link:hover, .modal-col-pink .modal-footer .btn-link:active, .modal-col-pink .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-purple {
    background-color: #9C27B0;
}

    .modal-col-purple .modal-body, .modal-col-purple .modal-title {
        color: #fff !important;
    }

    .modal-col-purple .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-purple .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-purple .modal-footer .btn-link:hover, .modal-col-purple .modal-footer .btn-link:active, .modal-col-purple .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-deep-purple {
    background-color: #673AB7;
}

    .modal-col-deep-purple .modal-body, .modal-col-deep-purple .modal-title {
        color: #fff !important;
    }

    .modal-col-deep-purple .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-deep-purple .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-deep-purple .modal-footer .btn-link:hover, .modal-col-deep-purple .modal-footer .btn-link:active, .modal-col-deep-purple .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-indigo {
    background-color: #3F51B5;
}

    .modal-col-indigo .modal-body, .modal-col-indigo .modal-title {
        color: #fff !important;
    }

    .modal-col-indigo .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-indigo .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-indigo .modal-footer .btn-link:hover, .modal-col-indigo .modal-footer .btn-link:active, .modal-col-indigo .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-blue {
    background-color: #2196F3;
}

    .modal-col-blue .modal-body, .modal-col-blue .modal-title {
        color: #fff !important;
    }

    .modal-col-blue .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-blue .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-blue .modal-footer .btn-link:hover, .modal-col-blue .modal-footer .btn-link:active, .modal-col-blue .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-light-blue {
    background-color: #03A9F4;
}

    .modal-col-light-blue .modal-body, .modal-col-light-blue .modal-title {
        color: #fff !important;
    }

    .modal-col-light-blue .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-light-blue .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-light-blue .modal-footer .btn-link:hover, .modal-col-light-blue .modal-footer .btn-link:active, .modal-col-light-blue .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-cyan {
    background-color: #00BCD4;
}

    .modal-col-cyan .modal-body, .modal-col-cyan .modal-title {
        color: #fff !important;
    }

    .modal-col-cyan .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-cyan .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-cyan .modal-footer .btn-link:hover, .modal-col-cyan .modal-footer .btn-link:active, .modal-col-cyan .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-teal {
    background-color: #009688;
}

    .modal-col-teal .modal-body, .modal-col-teal .modal-title {
        color: #fff !important;
    }

    .modal-col-teal .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-teal .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-teal .modal-footer .btn-link:hover, .modal-col-teal .modal-footer .btn-link:active, .modal-col-teal .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-green {
    background-color: #4CAF50;
}

    .modal-col-green .modal-body, .modal-col-green .modal-title {
        color: #fff !important;
    }

    .modal-col-green .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-green .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-green .modal-footer .btn-link:hover, .modal-col-green .modal-footer .btn-link:active, .modal-col-green .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-light-green {
    background-color: #8BC34A;
}

    .modal-col-light-green .modal-body, .modal-col-light-green .modal-title {
        color: #fff !important;
    }

    .modal-col-light-green .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-light-green .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-light-green .modal-footer .btn-link:hover, .modal-col-light-green .modal-footer .btn-link:active, .modal-col-light-green .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-lime {
    background-color: #CDDC39;
}

    .modal-col-lime .modal-body, .modal-col-lime .modal-title {
        color: #fff !important;
    }

    .modal-col-lime .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-lime .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-lime .modal-footer .btn-link:hover, .modal-col-lime .modal-footer .btn-link:active, .modal-col-lime .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-yellow {
    background-color: #ffe821;
}

    .modal-col-yellow .modal-body, .modal-col-yellow .modal-title {
        color: #fff !important;
    }

    .modal-col-yellow .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-yellow .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-yellow .modal-footer .btn-link:hover, .modal-col-yellow .modal-footer .btn-link:active, .modal-col-yellow .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-amber {
    background-color: #FFC107;
}

    .modal-col-amber .modal-body, .modal-col-amber .modal-title {
        color: #fff !important;
    }

    .modal-col-amber .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-amber .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-amber .modal-footer .btn-link:hover, .modal-col-amber .modal-footer .btn-link:active, .modal-col-amber .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-orange {
    background-color: #FF9800;
}

    .modal-col-orange .modal-body, .modal-col-orange .modal-title {
        color: #fff !important;
    }

    .modal-col-orange .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-orange .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-orange .modal-footer .btn-link:hover, .modal-col-orange .modal-footer .btn-link:active, .modal-col-orange .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-deep-orange {
    background-color: #FF5722;
}

    .modal-col-deep-orange .modal-body, .modal-col-deep-orange .modal-title {
        color: #fff !important;
    }

    .modal-col-deep-orange .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-deep-orange .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-deep-orange .modal-footer .btn-link:hover, .modal-col-deep-orange .modal-footer .btn-link:active, .modal-col-deep-orange .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-brown {
    background-color: #795548;
}

    .modal-col-brown .modal-body, .modal-col-brown .modal-title {
        color: #fff !important;
    }

    .modal-col-brown .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-brown .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-brown .modal-footer .btn-link:hover, .modal-col-brown .modal-footer .btn-link:active, .modal-col-brown .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-grey {
    background-color: #9E9E9E;
}

    .modal-col-grey .modal-body, .modal-col-grey .modal-title {
        color: #fff !important;
    }

    .modal-col-grey .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-grey .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-grey .modal-footer .btn-link:hover, .modal-col-grey .modal-footer .btn-link:active, .modal-col-grey .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-blue-grey {
    background-color: #607D8B;
}

    .modal-col-blue-grey .modal-body, .modal-col-blue-grey .modal-title {
        color: #fff !important;
    }

    .modal-col-blue-grey .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-blue-grey .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-blue-grey .modal-footer .btn-link:hover, .modal-col-blue-grey .modal-footer .btn-link:active, .modal-col-blue-grey .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-black {
    background-color: #000000;
}

    .modal-col-black .modal-body, .modal-col-black .modal-title {
        color: #fff !important;
    }

    .modal-col-black .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-black .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-black .modal-footer .btn-link:hover, .modal-col-black .modal-footer .btn-link:active, .modal-col-black .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }

.modal-col-white {
    background-color: #ffffff;
}

    .modal-col-white .modal-body, .modal-col-white .modal-title {
        color: #fff !important;
    }

    .modal-col-white .modal-footer {
        background-color: rgba(0,0,0,0.12);
    }

        .modal-col-white .modal-footer .btn-link {
            color: #fff !important;
        }

            .modal-col-white .modal-footer .btn-link:hover, .modal-col-white .modal-footer .btn-link:active, .modal-col-white .modal-footer .btn-link:focus {
                background-color: rgba(0,0,0,0.12);
            }
/* Labels ====================================== */
.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.label-primary {
    background-color: #1f91f3;
}

.label-success {
    background-color: #2b982b;
}

.label-info {
    background-color: #00b0e4;
}

.label-warning {
    background-color: #ff9600;
}

.label-danger {
    background-color: #fb483a;
}
/* Collapse ==================================== */
.collapse .well, .collapse.in .well, .collapsing .well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}
/* Tables ====================================== */
.table tbody tr td, .table tbody tr th {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.table tbody tr.primary td, .table tbody tr.primary th {
    background-color: #1f91f3;
    color: #fff;
}

.table tbody tr.success td, .table tbody tr.success th {
    background-color: #2b982b;
    color: #fff;
}

.table tbody tr.info td, .table tbody tr.info th {
    background-color: #00b0e4;
    color: #fff;
}

.table tbody tr.warning td, .table tbody tr.warning th {
    background-color: #ff9600;
    color: #fff;
}

.table tbody tr.danger td, .table tbody tr.danger th {
    background-color: #fb483a;
    color: #fff;
}

.table thead tr th {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.table {
    color: gray;
}

.table-bordered {
    border-top: 1px solid #eee;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px;
}

    .table-bordered tbody tr td, .table-bordered tbody tr th {
        padding: 10px;
        border: 1px solid #eee;
    }

    .table-bordered thead tr th {
        padding: 10px;
        border: 1px solid #eee;
    }

.dataTables_info {
    display: none;
}
/* Panel ======================================= */
.panel-group .panel-col-red {
    border: 1px solid #F44336;
}

    .panel-group .panel-col-red .panel-title {
        background-color: #F44336 !important;
        color: #fff;
    }

    .panel-group .panel-col-red .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-pink {
    border: 1px solid #E91E63;
}

    .panel-group .panel-col-pink .panel-title {
        background-color: #E91E63 !important;
        color: #fff;
    }

    .panel-group .panel-col-pink .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-purple {
    border: 1px solid #9C27B0;
}

    .panel-group .panel-col-purple .panel-title {
        background-color: #9C27B0 !important;
        color: #fff;
    }

    .panel-group .panel-col-purple .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-deep-purple {
    border: 1px solid #673AB7;
}

    .panel-group .panel-col-deep-purple .panel-title {
        background-color: #673AB7 !important;
        color: #fff;
    }

    .panel-group .panel-col-deep-purple .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-indigo {
    border: 1px solid #3F51B5;
}

    .panel-group .panel-col-indigo .panel-title {
        background-color: #3F51B5 !important;
        color: #fff;
    }

    .panel-group .panel-col-indigo .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-blue {
    border: 1px solid #2196F3;
}

    .panel-group .panel-col-blue .panel-title {
        background-color: #2196F3 !important;
        color: #fff;
    }

    .panel-group .panel-col-blue .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-light-blue {
    border: 1px solid #03A9F4;
}

    .panel-group .panel-col-light-blue .panel-title {
        background-color: #03A9F4 !important;
        color: #fff;
    }

    .panel-group .panel-col-light-blue .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-cyan {
    border: 1px solid #00BCD4;
}

    .panel-group .panel-col-cyan .panel-title {
        background-color: #00BCD4 !important;
        color: #fff;
    }

    .panel-group .panel-col-cyan .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-teal {
    border: 1px solid #009688;
}

    .panel-group .panel-col-teal .panel-title {
        background-color: #009688 !important;
        color: #fff;
    }

    .panel-group .panel-col-teal .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-green {
    border: 1px solid #4CAF50;
}

    .panel-group .panel-col-green .panel-title {
        background-color: #4CAF50 !important;
        color: #fff;
    }

    .panel-group .panel-col-green .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-light-green {
    border: 1px solid #8BC34A;
}

    .panel-group .panel-col-light-green .panel-title {
        background-color: #8BC34A !important;
        color: #fff;
    }

    .panel-group .panel-col-light-green .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-lime {
    border: 1px solid #CDDC39;
}

    .panel-group .panel-col-lime .panel-title {
        background-color: #CDDC39 !important;
        color: #fff;
    }

    .panel-group .panel-col-lime .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-yellow {
    border: 1px solid #ffe821;
}

    .panel-group .panel-col-yellow .panel-title {
        background-color: #ffe821 !important;
        color: #fff;
    }

    .panel-group .panel-col-yellow .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-amber {
    border: 1px solid #FFC107;
}

    .panel-group .panel-col-amber .panel-title {
        background-color: #FFC107 !important;
        color: #fff;
    }

    .panel-group .panel-col-amber .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-orange {
    border: 1px solid #FF9800;
}

    .panel-group .panel-col-orange .panel-title {
        background-color: #FF9800 !important;
        color: #fff;
    }

    .panel-group .panel-col-orange .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-deep-orange {
    border: 1px solid #FF5722;
}

    .panel-group .panel-col-deep-orange .panel-title {
        background-color: #FF5722 !important;
        color: #fff;
    }

    .panel-group .panel-col-deep-orange .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-brown {
    border: 1px solid #795548;
}

    .panel-group .panel-col-brown .panel-title {
        background-color: #795548 !important;
        color: #fff;
    }

    .panel-group .panel-col-brown .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-grey {
    border: 1px solid #9E9E9E;
}

    .panel-group .panel-col-grey .panel-title {
        background-color: #9E9E9E !important;
        color: #fff;
    }

    .panel-group .panel-col-grey .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-blue-grey {
    border: 1px solid #607D8B;
}

    .panel-group .panel-col-blue-grey .panel-title {
        background-color: #607D8B !important;
        color: #fff;
    }

    .panel-group .panel-col-blue-grey .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-black {
    border: 1px solid #000000;
}

    .panel-group .panel-col-black .panel-title {
        background-color: #000000 !important;
        color: #fff;
    }

    .panel-group .panel-col-black .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel-col-white {
    border: 1px solid #ffffff;
}

    .panel-group .panel-col-white .panel-title {
        background-color: #ffffff !important;
        color: #fff;
    }

    .panel-group .panel-col-white .panel-body {
        border-top-color: transparent !important;
    }

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .panel-group .panel .panel-title .material-icons {
        float: left;
        line-height: 16px;
        margin-right: 8px;
    }

    .panel-group .panel .panel-heading {
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .panel-group .panel .panel-heading a {
            display: block;
            padding: 10px 15px;
        }

            .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
                text-decoration: none;
            }

    .panel-group .panel .panel-body {
        color: #555;
    }

.panel-group .panel-primary {
    border: 1px solid #1f91f3;
}

    .panel-group .panel-primary .panel-title {
        background-color: #1f91f3;
    }

.panel-group .panel-success {
    border: 1px solid #2b982b;
}

    .panel-group .panel-success .panel-title {
        background-color: #2b982b;
        color: #fff;
    }

.panel-group .panel-warning {
    border: 1px solid #ff9600;
}

    .panel-group .panel-warning .panel-title {
        background-color: #ff9600;
        color: #fff;
    }

.panel-group .panel-danger {
    border: 1px solid #fb483a;
}

    .panel-group .panel-danger .panel-title {
        background-color: #fb483a;
        color: #fff;
    }

.full-body .panel-col-red .panel-body {
    border-top-color: #fff !important;
    background-color: #F44336;
    color: #fff;
}

.full-body .panel-col-pink .panel-body {
    border-top-color: #fff !important;
    background-color: #E91E63;
    color: #fff;
}

.full-body .panel-col-purple .panel-body {
    border-top-color: #fff !important;
    background-color: #9C27B0;
    color: #fff;
}

.full-body .panel-col-deep-purple .panel-body {
    border-top-color: #fff !important;
    background-color: #673AB7;
    color: #fff;
}

.full-body .panel-col-indigo .panel-body {
    border-top-color: #fff !important;
    background-color: #3F51B5;
    color: #fff;
}

.full-body .panel-col-blue .panel-body {
    border-top-color: #fff !important;
    background-color: #2196F3;
    color: #fff;
}

.full-body .panel-col-light-blue .panel-body {
    border-top-color: #fff !important;
    background-color: #03A9F4;
    color: #fff;
}

.full-body .panel-col-cyan .panel-body {
    border-top-color: #fff !important;
    background-color: #00BCD4;
    color: #fff;
}

.full-body .panel-col-teal .panel-body {
    border-top-color: #fff !important;
    background-color: #009688;
    color: #fff;
}

.full-body .panel-col-green .panel-body {
    border-top-color: #fff !important;
    background-color: #4CAF50;
    color: #fff;
}

.full-body .panel-col-light-green .panel-body {
    border-top-color: #fff !important;
    background-color: #8BC34A;
    color: #fff;
}

.full-body .panel-col-lime .panel-body {
    border-top-color: #fff !important;
    background-color: #CDDC39;
    color: #fff;
}

.full-body .panel-col-yellow .panel-body {
    border-top-color: #fff !important;
    background-color: #ffe821;
    color: #fff;
}

.full-body .panel-col-amber .panel-body {
    border-top-color: #fff !important;
    background-color: #FFC107;
    color: #fff;
}

.full-body .panel-col-orange .panel-body {
    border-top-color: #fff !important;
    background-color: #FF9800;
    color: #fff;
}

.full-body .panel-col-deep-orange .panel-body {
    border-top-color: #fff !important;
    background-color: #FF5722;
    color: #fff;
}

.full-body .panel-col-brown .panel-body {
    border-top-color: #fff !important;
    background-color: #795548;
    color: #fff;
}

.full-body .panel-col-grey .panel-body {
    border-top-color: #fff !important;
    background-color: #9E9E9E;
    color: #fff;
}

.full-body .panel-col-blue-grey .panel-body {
    border-top-color: #fff !important;
    background-color: #607D8B;
    color: #fff;
}

.full-body .panel-col-black .panel-body {
    border-top-color: #fff !important;
    background-color: #000000;
    color: #fff;
}

.full-body .panel-col-white .panel-body {
    border-top-color: #fff !important;
    background-color: #ffffff;
    color: #fff;
}

.full-body .panel-primary .panel-body {
    border-top-color: #fff !important;
    background-color: #1f91f3;
    color: #fff;
}

.full-body .panel-success .panel-body {
    border-top-color: #fff !important;
    background-color: #2b982b;
    color: #fff;
}

.full-body .panel-warning .panel-body {
    border-top-color: #fff !important;
    background-color: #ff9600;
    color: #fff;
}

.full-body .panel-danger .panel-body {
    border-top-color: #fff !important;
    background-color: #fb483a;
    color: #fff;
}
/* Progress Bars =============================== */
.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 22px;
}

    .progress .progress-bar {
        line-height: 23px;
        background-color: #1f91f3;
    }

    .progress .progress-bar-success {
        background-color: #2b982b;
    }

    .progress .progress-bar-info {
        background-color: #00b0e4;
    }

    .progress .progress-bar-warning {
        background-color: #ff9600;
    }

    .progress .progress-bar-danger {
        background-color: #fb483a;
    }
/* Ion Range Slider ============================ */
.irs .irs-min, .irs .irs-max, .irs .irs-from, .irs .irs-to, .irs .irs-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
/* Input Group ================================= */
.input-group {
    width: 100%;
    margin-bottom: 20px;
}

    .input-group .form-line {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .input-group .form-line:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            bottom: -2px;
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: 0.25s ease-in;
            -o-transition: 0.25s ease-in;
            -webkit-transition: 0.25s ease-in;
            transition: 0.25s ease-in;
            border-bottom: 2px solid #1f91f3;
        }

        .input-group .form-line + .input-group-addon {
            padding-right: 0;
            padding-left: 10px;
        }

    .input-group .help-info {
        float: right;
        font-size: 12px;
        margin-top: 5px;
        color: #999;
    }

    .input-group label.error {
        font-size: 12px;
        display: block;
        margin-top: 5px;
        font-weight: normal;
        color: #F44336;
    }

    .input-group .form-line.error:after {
        border-bottom: 2px solid #F44336;
    }

    .input-group .form-line.success:after {
        border-bottom: 2px solid #4CAF50;
    }

    .input-group .form-line.warning:after {
        border-bottom: 2px solid #FFC107;
    }

    .input-group .form-line.focused:after {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .input-group .form-line.focused .form-label {
        bottom: 25px;
        left: 0;
        font-size: 12px;
    }

    .input-group .input-group-addon {
        border: none;
        background-color: transparent;
        padding-left: 0;
        font-weight: bold;
    }

        .input-group .input-group-addon .material-icons {
            font-size: 18px;
            color: #555;
        }

    .input-group input[type="text"], .input-group .form-control {
        border: none;
        box-shadow: none;
        padding-left: 0;
    }

        .input-group .form-control:focus {
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            box-shadow: none !important;
        }

    .input-group.input-group-sm .input-group-addon i {
        font-size: 14px;
    }

    .input-group.input-group-sm .form-control {
        font-size: 12px;
    }

    .input-group.input-group-lg .input-group-addon i {
        font-size: 26px;
    }

    .input-group.input-group-lg .form-control {
        font-size: 14px;
    }

.form-control-label {
    text-align: right;
}

    .form-control-label label {
        margin-top: 8px;
    }

.form-horizontal .form-group {
    margin-bottom: 0;
}

.form-group {
    width: 100%;
    margin-bottom: 25px;
}

    .form-group .form-control {
        width: 100%;
        border: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        padding-left: 0;
    }

    .form-group .help-info {
        float: right;
        font-size: 12px;
        margin-top: 5px;
        color: #999;
    }

    .form-group label.error {
        font-size: 12px;
        display: block;
        margin-top: 5px;
        font-weight: normal;
        color: #F44336;
    }

    .form-group .form-line {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

        .form-group .form-line:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 0;
            bottom: -1px;
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: 0.25s ease-in;
            -o-transition: 0.25s ease-in;
            -webkit-transition: 0.25s ease-in;
            transition: 0.25s ease-in;
            border-bottom: 2px solid #1f91f3;
        }

        .form-group .form-line .form-label {
            font-weight: normal;
            color: #aaa;
            position: absolute;
            /* top:10px;/pld */
            top: -15px;
            font-size: 12px;
            left: 0;
            cursor: text;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

        .form-group .form-line .form-label-fixed {
            float: left;
            position: relative;
            top: -55px;
            color: #9c9c9c;
        }

        .form-group .form-line .form-label-fixed-text {
            float: left;
            position: absolute;
            top: -20px;
            color: #9c9c9c;
        }

        .form-group .form-line.error:after {
            border-bottom: 1px solid #F44336;
        }

        .form-group .form-line.success:after {
            border-bottom: 1px solid #4CAF50;
        }

        .form-group .form-line.warning:after {
            border-bottom: 1px solid #FFC107;
        }

        .form-group .form-line.normal:after {
            border-bottom: 1px solid #ddd;
        }

        .form-group .form-line.search {
            border-bottom: 1px solid #fff !important;
        }

        .form-group .form-line.focused:after {
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }
/* old .form-group .form-line.focused .form-label{top:-10px;left:0;font-size: 12px;}*/
.label-select {
    top: -15px !important;
    left: 0;
    font-size: 12px;
}

.form-group-sm .form-label {
    font-size: 12px;
}

.form-group-sm .form-line.focused .form-label {
    bottom: 20px;
    font-size: 10px;
}

.form-group-lg .form-label {
    font-size: 18px;
}

.form-group-lg .form-line.focused .form-label {
    bottom: 35px;
    font-size: 12px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
}
/* Color Picker ================================ */
.colorpicker {
    z-index: 1;
}

    .colorpicker:before, .colorpicker:after {
        display: none !important;
    }
/* Dropzone ==================================== */
.dropzone {
    border: 2px solid transparent !important;
    background-color: #eee !important;
}

    .dropzone .dz-message .drag-icon-cph .material-icons {
        font-size: 80px;
        color: #777;
    }

.dz-drag-hover {
    border: 2px dashed #888 !important;
}
/* Breadcrumbs ================================= */
.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    margin-bottom: 10px;
}

    .breadcrumb li a {
        color: #444;
        text-decoration: none;
    }

        .breadcrumb li a .material-icons {
            font-size: 18px;
            position: relative;
            top: 4px;
        }

    .breadcrumb li .material-icons {
        font-size: 18px;
        position: relative;
        top: 4px;
    }

    .breadcrumb > li + li:before {
        content: '>\00a0';
    }

.breadcrumb-col-red li a {
    color: #F44336 !important;
    font-weight: bold;
}

.breadcrumb-bg-red {
    background-color: #F44336 !important;
}

    .breadcrumb-bg-red li {
        color: #fff !important;
    }

        .breadcrumb-bg-red li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-red li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-red li + li:before {
            color: #fff;
        }

.breadcrumb-col-pink li a {
    color: #E91E63 !important;
    font-weight: bold;
}

.breadcrumb-bg-pink {
    background-color: #E91E63 !important;
}

    .breadcrumb-bg-pink li {
        color: #fff !important;
    }

        .breadcrumb-bg-pink li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-pink li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-pink li + li:before {
            color: #fff;
        }

.breadcrumb-col-purple li a {
    color: #9C27B0 !important;
    font-weight: bold;
}

.breadcrumb-bg-purple {
    background-color: #9C27B0 !important;
}

    .breadcrumb-bg-purple li {
        color: #fff !important;
    }

        .breadcrumb-bg-purple li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-purple li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-purple li + li:before {
            color: #fff;
        }

.breadcrumb-col-deep-purple li a {
    color: #673AB7 !important;
    font-weight: bold;
}

.breadcrumb-bg-deep-purple {
    background-color: #673AB7 !important;
}

    .breadcrumb-bg-deep-purple li {
        color: #fff !important;
    }

        .breadcrumb-bg-deep-purple li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-deep-purple li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-deep-purple li + li:before {
            color: #fff;
        }

.breadcrumb-col-indigo li a {
    color: #3F51B5 !important;
    font-weight: bold;
}

.breadcrumb-bg-indigo {
    background-color: #3F51B5 !important;
}

    .breadcrumb-bg-indigo li {
        color: #fff !important;
    }

        .breadcrumb-bg-indigo li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-indigo li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-indigo li + li:before {
            color: #fff;
        }

.breadcrumb-col-blue li a {
    color: #2196F3 !important;
    font-weight: bold;
}

.breadcrumb-bg-blue {
    background-color: #2196F3 !important;
}

    .breadcrumb-bg-blue li {
        color: #fff !important;
    }

        .breadcrumb-bg-blue li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-blue li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-blue li + li:before {
            color: #fff;
        }

.breadcrumb-col-light-blue li a {
    color: #03A9F4 !important;
    font-weight: bold;
}

.breadcrumb-bg-light-blue {
    background-color: #03A9F4 !important;
}

    .breadcrumb-bg-light-blue li {
        color: #fff !important;
    }

        .breadcrumb-bg-light-blue li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-light-blue li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-light-blue li + li:before {
            color: #fff;
        }

.breadcrumb-col-cyan li a {
    color: #00BCD4 !important;
    font-weight: bold;
}

.breadcrumb-bg-cyan {
    background-color: #00BCD4 !important;
}

    .breadcrumb-bg-cyan li {
        color: #fff !important;
    }

        .breadcrumb-bg-cyan li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-cyan li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-cyan li + li:before {
            color: #fff;
        }

.breadcrumb-col-teal li a {
    color: #009688 !important;
    font-weight: bold;
}

.breadcrumb-bg-teal {
    background-color: #009688 !important;
}

    .breadcrumb-bg-teal li {
        color: #fff !important;
    }

        .breadcrumb-bg-teal li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-teal li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-teal li + li:before {
            color: #fff;
        }

.breadcrumb-col-green li a {
    color: #4CAF50 !important;
    font-weight: bold;
}

.breadcrumb-bg-green {
    background-color: #4CAF50 !important;
}

    .breadcrumb-bg-green li {
        color: #fff !important;
    }

        .breadcrumb-bg-green li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-green li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-green li + li:before {
            color: #fff;
        }

.breadcrumb-col-light-green li a {
    color: #8BC34A !important;
    font-weight: bold;
}

.breadcrumb-bg-light-green {
    background-color: #8BC34A !important;
}

    .breadcrumb-bg-light-green li {
        color: #fff !important;
    }

        .breadcrumb-bg-light-green li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-light-green li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-light-green li + li:before {
            color: #fff;
        }

.breadcrumb-col-lime li a {
    color: #CDDC39 !important;
    font-weight: bold;
}

.breadcrumb-bg-lime {
    background-color: #CDDC39 !important;
}

    .breadcrumb-bg-lime li {
        color: #fff !important;
    }

        .breadcrumb-bg-lime li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-lime li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-lime li + li:before {
            color: #fff;
        }

.breadcrumb-col-yellow li a {
    color: #ffe821 !important;
    font-weight: bold;
}

.breadcrumb-bg-yellow {
    background-color: #ffe821 !important;
}

    .breadcrumb-bg-yellow li {
        color: #fff !important;
    }

        .breadcrumb-bg-yellow li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-yellow li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-yellow li + li:before {
            color: #fff;
        }

.breadcrumb-col-amber li a {
    color: #FFC107 !important;
    font-weight: bold;
}

.breadcrumb-bg-amber {
    background-color: #FFC107 !important;
}

    .breadcrumb-bg-amber li {
        color: #fff !important;
    }

        .breadcrumb-bg-amber li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-amber li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-amber li + li:before {
            color: #fff;
        }

.breadcrumb-col-orange li a {
    color: #FF9800 !important;
    font-weight: bold;
}

.breadcrumb-bg-orange {
    background-color: #FF9800 !important;
}

    .breadcrumb-bg-orange li {
        color: #fff !important;
    }

        .breadcrumb-bg-orange li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-orange li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-orange li + li:before {
            color: #fff;
        }

.breadcrumb-col-deep-orange li a {
    color: #FF5722 !important;
    font-weight: bold;
}

.breadcrumb-bg-deep-orange {
    background-color: #FF5722 !important;
}

    .breadcrumb-bg-deep-orange li {
        color: #fff !important;
    }

        .breadcrumb-bg-deep-orange li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-deep-orange li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-deep-orange li + li:before {
            color: #fff;
        }

.breadcrumb-col-brown li a {
    color: #795548 !important;
    font-weight: bold;
}

.breadcrumb-bg-brown {
    background-color: #795548 !important;
}

    .breadcrumb-bg-brown li {
        color: #fff !important;
    }

        .breadcrumb-bg-brown li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-brown li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-brown li + li:before {
            color: #fff;
        }

.breadcrumb-col-grey li a {
    color: #9E9E9E !important;
    font-weight: bold;
}

.breadcrumb-bg-grey {
    background-color: #9E9E9E !important;
}

    .breadcrumb-bg-grey li {
        color: #fff !important;
    }

        .breadcrumb-bg-grey li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-grey li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-grey li + li:before {
            color: #fff;
        }

.breadcrumb-col-blue-grey li a {
    color: #607D8B !important;
    font-weight: bold;
}

.breadcrumb-bg-blue-grey {
    background-color: #607D8B !important;
}

    .breadcrumb-bg-blue-grey li {
        color: #fff !important;
    }

        .breadcrumb-bg-blue-grey li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-blue-grey li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-blue-grey li + li:before {
            color: #fff;
        }

.breadcrumb-col-black li a {
    color: #000000 !important;
    font-weight: bold;
}

.breadcrumb-bg-black {
    background-color: #000000 !important;
}

    .breadcrumb-bg-black li {
        color: #fff !important;
    }

        .breadcrumb-bg-black li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-black li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-black li + li:before {
            color: #fff;
        }

.breadcrumb-col-white li a {
    color: #ffffff !important;
    font-weight: bold;
}

.breadcrumb-bg-white {
    background-color: #ffffff !important;
}

    .breadcrumb-bg-white li {
        color: #fff !important;
    }

        .breadcrumb-bg-white li a {
            color: #fff;
            font-weight: bold;
        }

            .breadcrumb-bg-white li a .material-icons {
                padding-bottom: 8px;
            }

        .breadcrumb-bg-white li + li:before {
            color: #fff;
        }
/* Badge | List Group Item ===================== */
.badge {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-group .active {
    background-color: #2196F3;
    border-color: #2196F3;
}

    .list-group .active:hover, .list-group .active:focus, .list-group .active:active {
        background-color: #2196F3;
        border-color: #2196F3;
    }

    .list-group .active .list-group-item-text {
        color: #dfe9f1;
        font-size: 13px;
    }

        .list-group .active .list-group-item-text:hover, .list-group .active .list-group-item-text:active, .list-group .active .list-group-item-text:focus {
            color: #dfe9f1;
        }

.list-group .list-group-item.active:hover .list-group-item-text, .list-group .list-group-item.active:focus .list-group-item-text, .list-group .list-group-item.active:active .list-group-item-text {
    color: #dfe9f1;
}

.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.list-group .list-group-item .list-group-item-heading {
    font-weight: bold;
    font-size: 17px;
}

.list-group .list-group-item-success {
    background-color: #2b982b;
    border: none;
    color: #fff;
}

    .list-group .list-group-item-success:hover, .list-group .list-group-item-success:focus {
        background-color: #2b982b;
        color: #fff;
        opacity: 0.8;
    }

.list-group .list-group-item-info {
    background-color: #00b0e4;
    border: none;
    color: #fff;
}

    .list-group .list-group-item-info:hover, .list-group .list-group-item-info:focus {
        background-color: #00b0e4;
        color: #fff;
        opacity: 0.8;
    }

.list-group .list-group-item-warning {
    background-color: #ff9600;
    border: none;
    color: #fff;
}

    .list-group .list-group-item-warning:hover, .list-group .list-group-item-warning:focus {
        background-color: #ff9600;
        color: #fff;
        opacity: 0.8;
    }

.list-group .list-group-item-danger {
    background-color: #fb483a;
    border: none;
    color: #fff;
}

    .list-group .list-group-item-danger:hover, .list-group .list-group-item-danger:focus {
        background-color: #fb483a;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-red {
    stroke: #F44336;
}

.list-group .list-group-bg-red {
    background-color: #F44336;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-red:hover, .list-group .list-group-bg-red:focus {
        background-color: #F44336;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-pink {
    stroke: #E91E63;
}

.list-group .list-group-bg-pink {
    background-color: #E91E63;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-pink:hover, .list-group .list-group-bg-pink:focus {
        background-color: #E91E63;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-purple {
    stroke: #9C27B0;
}

.list-group .list-group-bg-purple {
    background-color: #9C27B0;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-purple:hover, .list-group .list-group-bg-purple:focus {
        background-color: #9C27B0;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-deep-purple {
    stroke: #673AB7;
}

.list-group .list-group-bg-deep-purple {
    background-color: #673AB7;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-deep-purple:hover, .list-group .list-group-bg-deep-purple:focus {
        background-color: #673AB7;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-indigo {
    stroke: #3F51B5;
}

.list-group .list-group-bg-indigo {
    background-color: #3F51B5;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-indigo:hover, .list-group .list-group-bg-indigo:focus {
        background-color: #3F51B5;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-blue {
    stroke: #2196F3;
}

.list-group .list-group-bg-blue {
    background-color: #2196F3;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-blue:hover, .list-group .list-group-bg-blue:focus {
        background-color: #2196F3;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-light-blue {
    stroke: #03A9F4;
}

.list-group .list-group-bg-light-blue {
    background-color: #03A9F4;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-light-blue:hover, .list-group .list-group-bg-light-blue:focus {
        background-color: #03A9F4;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-cyan {
    stroke: #00BCD4;
}

.list-group .list-group-bg-cyan {
    background-color: #00BCD4;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-cyan:hover, .list-group .list-group-bg-cyan:focus {
        background-color: #00BCD4;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-teal {
    stroke: #009688;
}

.list-group .list-group-bg-teal {
    background-color: #009688;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-teal:hover, .list-group .list-group-bg-teal:focus {
        background-color: #009688;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-green {
    stroke: #4CAF50;
}

.list-group .list-group-bg-green {
    background-color: #4CAF50;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-green:hover, .list-group .list-group-bg-green:focus {
        background-color: #4CAF50;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-light-green {
    stroke: #8BC34A;
}

.list-group .list-group-bg-light-green {
    background-color: #8BC34A;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-light-green:hover, .list-group .list-group-bg-light-green:focus {
        background-color: #8BC34A;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-lime {
    stroke: #CDDC39;
}

.list-group .list-group-bg-lime {
    background-color: #CDDC39;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-lime:hover, .list-group .list-group-bg-lime:focus {
        background-color: #CDDC39;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-yellow {
    stroke: #ffe821;
}

.list-group .list-group-bg-yellow {
    background-color: #ffe821;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-yellow:hover, .list-group .list-group-bg-yellow:focus {
        background-color: #ffe821;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-amber {
    stroke: #FFC107;
}

.list-group .list-group-bg-amber {
    background-color: #FFC107;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-amber:hover, .list-group .list-group-bg-amber:focus {
        background-color: #FFC107;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-orange {
    stroke: #FF9800;
}

.list-group .list-group-bg-orange {
    background-color: #FF9800;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-orange:hover, .list-group .list-group-bg-orange:focus {
        background-color: #FF9800;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-deep-orange {
    stroke: #FF5722;
}

.list-group .list-group-bg-deep-orange {
    background-color: #FF5722;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-deep-orange:hover, .list-group .list-group-bg-deep-orange:focus {
        background-color: #FF5722;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-brown {
    stroke: #795548;
}

.list-group .list-group-bg-brown {
    background-color: #795548;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-brown:hover, .list-group .list-group-bg-brown:focus {
        background-color: #795548;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-grey {
    stroke: #9E9E9E;
}

.list-group .list-group-bg-grey {
    background-color: #9E9E9E;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-grey:hover, .list-group .list-group-bg-grey:focus {
        background-color: #9E9E9E;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-blue-grey {
    stroke: #607D8B;
}

.list-group .list-group-bg-blue-grey {
    background-color: #607D8B;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-blue-grey:hover, .list-group .list-group-bg-blue-grey:focus {
        background-color: #607D8B;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-black {
    stroke: #000000;
}

.list-group .list-group-bg-black {
    background-color: #000000;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-black:hover, .list-group .list-group-bg-black:focus {
        background-color: #000000;
        color: #fff;
        opacity: 0.8;
    }

.list-group .pl-white {
    stroke: #ffffff;
}

.list-group .list-group-bg-white {
    background-color: #ffffff;
    border: none;
    color: #fff;
}

    .list-group .list-group-bg-white:hover, .list-group .list-group-bg-white:focus {
        background-color: #ffffff;
        color: #fff;
        opacity: 0.8;
    }
/* Pagination & Pager ========================== */
.pager li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #222;
    font-weight: bold;
}

.pager li a:focus, .pager li a:active {
    background-color: transparent;
}

.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus, .pagination .disabled a:active {
    color: #bbb;
}

.pagination li.active a {
    background-color: #2196F3;
}

.pagination li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .pagination li a:focus, .pagination li a:active {
        background-color: transparent;
        color: #555;
    }

.pagination > li > a {
    border: none;
    font-weight: bold;
    color: gray;
    font-size: 12px;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    width: auto;
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .pagination > li:first-child > a .material-icons, .pagination > li:last-child > a .material-icons {
        position: relative;
        bottom: 2px;
    }

.pagination-sm > li:first-child > a, .pagination-sm > li:last-child > a {
    width: 28px;
    height: 28px;
}

    .pagination-sm > li:first-child > a .material-icons, .pagination-sm > li:last-child > a .material-icons {
        position: relative;
        top: -1px;
        left: -6px;
        font-size: 20px;
    }

.pagination-lg > li:first-child > a, .pagination-lg > li:last-child > a {
    width: 44px;
    height: 44px;
}

    .pagination-lg > li:first-child > a .material-icons, .pagination-lg > li:last-child > a .material-icons {
        font-size: 30px;
        position: relative;
        top: -3px;
        left: -10px;
    }
/* Media Object ================================ */
.media {
    margin-bottom: 25px;
}

    .media .media-body {
        color: #777;
        font-size: 13px;
    }

        .media .media-body .media-heading {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
/* Form Wizard ================================= */
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a, .tabcontrol a {
        outline: 0;
    }

    .wizard ul, .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li, .tabcontrol ul > li {
            display: block;
            padding: 0;
        }
    /* Accessibility */
    .wizard > .steps .current-info, .tabcontrol > .steps .current-info, .wizard > .content > .title, .tabcontrol > .content > .title {
        position: absolute;
        left: -999em;
    }

    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

    .wizard.vertical > .steps {
        float: left;
        width: 30%;
    }

        .wizard.vertical > .steps > ul > li {
            float: none;
            width: 100%;
        }

    .wizard.vertical > .content {
        float: left;
        margin: 0 0 0.5em 0;
        width: 70%;
    }

    .wizard.vertical > .actions {
        float: right;
        width: 100%;
    }

        .wizard.vertical > .actions > ul > li {
            margin: 0 0 0 1em;
        }

    .wizard > .steps .number {
        font-size: 1.429em;
    }

    .wizard > .steps > ul > li {
        width: 25%;
        float: left;
    }

    .wizard > .actions > ul > li {
        float: left;
    }

    .wizard > .steps a {
        display: block;
        width: auto;
        margin: 0 0.5em 0.5em;
        padding: 1em 1em;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .wizard > .steps a:hover, .wizard > .steps a:active {
            display: block;
            width: auto;
            margin: 0 0.5em 0.5em;
            padding: 1em 1em;
            text-decoration: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .wizard > .steps .disabled a {
        background: #eee;
        color: #aaa;
        cursor: default;
    }

        .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
            background: #eee;
            color: #aaa;
            cursor: default;
        }

    .wizard > .steps .current a {
        background: #2184be;
        color: #fff;
        cursor: default;
    }

        .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
            background: #2184be;
            color: #fff;
            cursor: default;
        }

    .wizard > .steps .done a {
        background: #9dc8e2;
        color: #fff;
    }

        .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
            background: #9dc8e2;
            color: #fff;
        }

    .wizard > .steps .error a {
        background: #ff3111;
        color: #fff;
    }

        .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
            background: #ff3111;
            color: #fff;
        }

    .wizard > .content {
        border: 1px solid #ddd;
        display: block;
        margin: 0.5em;
        min-height: 35em;
        overflow: hidden;
        position: relative;
        width: auto;
    }

    .wizard > .actions {
        position: relative;
        display: block;
        text-align: right;
        width: 100%;
    }

        .wizard > .actions > ul {
            display: inline-block;
            text-align: right;
        }

            .wizard > .actions > ul > li {
                margin: 0 0.5em;
            }

        .wizard > .actions a {
            background: #009688;
            color: #fff;
            display: block;
            padding: 0.5em 1em;
            text-decoration: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .wizard > .actions a:hover, .wizard > .actions a:active {
                background: #009688;
                color: #fff;
                display: block;
                padding: 0.5em 1em;
                text-decoration: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0;
            }

        .wizard > .actions .disabled a {
            background: #eee;
            color: #aaa;
        }

            .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
                background: #eee;
                color: #aaa;
            }

    .tabcontrol > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

        .tabcontrol > .steps > ul {
            position: relative;
            margin: 6px 0 0 0;
            top: 1px;
            z-index: 1;
        }

            .tabcontrol > .steps > ul > li {
                float: left;
                margin: 5px 2px 0 0;
                padding: 1px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                .tabcontrol > .steps > ul > li:hover {
                    background: #edecec;
                    border: 1px solid #bbb;
                    padding: 0;
                }

                .tabcontrol > .steps > ul > li.current {
                    background: #fff;
                    border: 1px solid #bbb;
                    border-bottom: 0 none;
                    padding: 0 0 1px 0;
                    margin-top: 0;
                }

                    .tabcontrol > .steps > ul > li.current > a {
                        padding: 15px 30px 10px 30px;
                    }

                .tabcontrol > .steps > ul > li > a {
                    color: #5f5f5f;
                    display: inline-block;
                    border: 0 none;
                    margin: 0;
                    padding: 10px 30px;
                    text-decoration: none;
                }

                    .tabcontrol > .steps > ul > li > a:hover {
                        text-decoration: none;
                    }

    .tabcontrol > .content {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 35em;
        overflow: hidden;
        border-top: 1px solid #bbb;
        padding-top: 20px;
    }

        .tabcontrol > .content > .body {
            float: left;
            position: absolute;
            width: 95%;
            height: 95%;
            padding: 2.5%;
        }

            .tabcontrol > .content > .body ul {
                list-style: disc !important;
            }

                .tabcontrol > .content > .body ul > li {
                    display: list-item;
                }

    .wizard .content {
        min-height: 245px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        overflow-y: auto;
    }

        .wizard .content .body {
            padding: 15px;
        }

    .wizard .steps a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

    .wizard .steps .done a {
        background-color: rgba(0,150,136,0.6);
    }

        .wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
            background-color: rgba(0,150,136,0.5);
        }

    .wizard .steps .error a {
        background-color: #F44336 !important;
    }

    .wizard .steps .current a {
        background-color: #009688;
    }

        .wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
            background-color: #009688;
        }
/* Waves ======================================= */
.waves-effect.waves-red .waves-ripple {
    background: rgba(244,67,54,0.5);
}

.waves-effect.waves-pink .waves-ripple {
    background: rgba(233,30,99,0.5);
}

.waves-effect.waves-purple .waves-ripple {
    background: rgba(156,39,176,0.5);
}

.waves-effect.waves-deep-purple .waves-ripple {
    background: rgba(103,58,183,0.5);
}

.waves-effect.waves-indigo .waves-ripple {
    background: rgba(63,81,181,0.5);
}

.waves-effect.waves-blue .waves-ripple {
    background: rgba(33,150,243,0.5);
}

.waves-effect.waves-light-blue .waves-ripple {
    background: rgba(3,169,244,0.5);
}

.waves-effect.waves-cyan .waves-ripple {
    background: rgba(0,188,212,0.5);
}

.waves-effect.waves-teal .waves-ripple {
    background: rgba(0,150,136,0.5);
}

.waves-effect.waves-green .waves-ripple {
    background: rgba(76,175,80,0.5);
}

.waves-effect.waves-light-green .waves-ripple {
    background: rgba(139,195,74,0.5);
}

.waves-effect.waves-lime .waves-ripple {
    background: rgba(205,220,57,0.5);
}

.waves-effect.waves-yellow .waves-ripple {
    background: rgba(255,232,33,0.5);
}

.waves-effect.waves-amber .waves-ripple {
    background: rgba(255,193,7,0.5);
}

.waves-effect.waves-orange .waves-ripple {
    background: rgba(255,152,0,0.5);
}

.waves-effect.waves-deep-orange .waves-ripple {
    background: rgba(255,87,34,0.5);
}

.waves-effect.waves-brown .waves-ripple {
    background: rgba(121,85,72,0.5);
}

.waves-effect.waves-grey .waves-ripple {
    background: rgba(158,158,158,0.5);
}

.waves-effect.waves-blue-grey .waves-ripple {
    background: rgba(96,125,139,0.5);
}

.waves-effect.waves-black .waves-ripple {
    background: rgba(0,0,0,0.5);
}

.waves-effect.waves-white .waves-ripple {
    background: rgba(255,255,255,0.5);
}
/* Page Loader ================================= */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

    .page-loader-wrapper p {
        font-size: 13px;
        margin-top: 10px;
        font-weight: bold;
        color: #444;
    }

    .page-loader-wrapper .loader {
        position: relative;
        top: calc(50% - 30px);
    }
/* Preloaders ================================== */
.md-preloader .pl-red {
    stroke: #F44336;
}

.md-preloader .pl-pink {
    stroke: #E91E63;
}

.md-preloader .pl-purple {
    stroke: #9C27B0;
}

.md-preloader .pl-deep-purple {
    stroke: #673AB7;
}

.md-preloader .pl-indigo {
    stroke: #3F51B5;
}

.md-preloader .pl-blue {
    stroke: #2196F3;
}

.md-preloader .pl-light-blue {
    stroke: #03A9F4;
}

.md-preloader .pl-cyan {
    stroke: #00BCD4;
}

.md-preloader .pl-teal {
    stroke: #009688;
}

.md-preloader .pl-green {
    stroke: #4CAF50;
}

.md-preloader .pl-light-green {
    stroke: #8BC34A;
}

.md-preloader .pl-lime {
    stroke: #CDDC39;
}

.md-preloader .pl-yellow {
    stroke: #ffe821;
}

.md-preloader .pl-amber {
    stroke: #FFC107;
}

.md-preloader .pl-orange {
    stroke: #FF9800;
}

.md-preloader .pl-deep-orange {
    stroke: #FF5722;
}

.md-preloader .pl-brown {
    stroke: #795548;
}

.md-preloader .pl-grey {
    stroke: #9E9E9E;
}

.md-preloader .pl-blue-grey {
    stroke: #607D8B;
}

.md-preloader .pl-black {
    stroke: #000000;
}

.md-preloader .pl-white {
    stroke: #ffffff;
}

.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 1568ms linear infinite;
    -moz-animation: container-rotate 1568ms linear infinite;
    -o-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

    .preloader.pl-size-xl {
        width: 75px;
        height: 75px;
    }

    .preloader.pl-size-l {
        width: 60px;
        height: 60px;
    }

    .preloader.pl-size-md {
        width: 50px;
        height: 50px;
    }

    .preloader.pl-size-sm {
        width: 40px;
        height: 40px;
    }

    .preloader.pl-size-xs {
        width: 25px;
        height: 25px;
    }

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4,0,0.2,1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4,0,0.2,1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4,0,0.2,1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4,0,0.2,1) infinite both;
}

    .spinner-layer.pl-red {
        border-color: #F44336;
    }

    .spinner-layer.pl-pink {
        border-color: #E91E63;
    }

    .spinner-layer.pl-purple {
        border-color: #9C27B0;
    }

    .spinner-layer.pl-deep-purple {
        border-color: #673AB7;
    }

    .spinner-layer.pl-indigo {
        border-color: #3F51B5;
    }

    .spinner-layer.pl-blue {
        border-color: #2196F3;
    }

    .spinner-layer.pl-light-blue {
        border-color: #03A9F4;
    }

    .spinner-layer.pl-cyan {
        border-color: #00BCD4;
    }

    .spinner-layer.pl-teal {
        border-color: #009688;
    }

    .spinner-layer.pl-green {
        border-color: #4CAF50;
    }

    .spinner-layer.pl-light-green {
        border-color: #8BC34A;
    }

    .spinner-layer.pl-lime {
        border-color: #CDDC39;
    }

    .spinner-layer.pl-yellow {
        border-color: #ffe821;
    }

    .spinner-layer.pl-amber {
        border-color: #FFC107;
    }

    .spinner-layer.pl-orange {
        border-color: #FF9800;
    }

    .spinner-layer.pl-deep-orange {
        border-color: #FF5722;
    }

    .spinner-layer.pl-brown {
        border-color: #795548;
    }

    .spinner-layer.pl-grey {
        border-color: #9E9E9E;
    }

    .spinner-layer.pl-blue-grey {
        border-color: #607D8B;
    }

    .spinner-layer.pl-black {
        border-color: #000000;
    }

    .spinner-layer.pl-white {
        border-color: #ffffff;
    }

.right {
    float: right !important;
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .gap-patch.circle {
        width: 1000%;
        left: -450%;
    }

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .circle-clipper .circle {
        width: 200%;
        height: 100%;
        border-width: 3px;
        border-style: solid;
        border-color: inherit;
        border-bottom-color: transparent !important;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: none;
        animation: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .circle-clipper.left .circle {
        left: 0;
        border-right-color: transparent !important;
        -webkit-transform: rotate(129deg);
        -moz-transform: rotate(129deg);
        -ms-transform: rotate(129deg);
        -o-transform: rotate(129deg);
        transform: rotate(129deg);
        -webkit-animation: left-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
        -moz-animation: left-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
        -o-animation: left-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
        animation: left-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
    }

    .circle-clipper.right .circle {
        left: -100%;
        border-left-color: transparent !important;
        -webkit-transform: rotate(-129deg);
        -moz-transform: rotate(-129deg);
        -ms-transform: rotate(-129deg);
        -o-transform: rotate(-129deg);
        transform: rotate(-129deg);
        -webkit-animation: right-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
        -moz-animation: right-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
        -o-animation: right-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
        animation: right-spin 1333ms cubic-bezier(0.4,0,0.2,1) infinite both;
    }

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@-moz-keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
/* Navbars ===================================== */
.navbar {
    font-family: "Roboto",sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    padding: 0px 15px 0px 0px;
}

    .navbar .navbar-brand {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .navbar .navbar-custom-right-menu {
        float: right;
    }

    .navbar .navbar-toggle {
        text-decoration: none;
        color: #fff;
        width: 20px;
        height: 20px;
        margin-top: -4px;
        margin-right: 17px;
    }

        .navbar .navbar-toggle:before {
            content: '\E8D5';
            font-family: 'Material Icons';
            font-size: 26px;
        }

    .navbar .navbar-collapse.in {
        overflow: visible;
    }

.ls-closed .sidebar {
    margin-left: -300px;
}

.ls-closed section.content {
    margin-left: 15px;
}

.ls-closed .bars:after, .ls-closed .bars:before {
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    top: 18px;
    left: 20px;
    margin-right: 10px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ls-closed .bars:before {
    content: '\E5D2';
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ls-closed .bars:after {
    content: '\E5C4';
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ls-closed .navbar-brand {
    margin-left: 30px;
}

.overlay-open .bars:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.overlay-open .bars:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar-header {
    padding: 10px 7px;
}

    .navbar-header .bars {
        float: left;
        text-decoration: none;
    }

.navbar-nav > li > a {
    padding: 7px 7px 2px 7px;
    margin-top: 17px;
    margin-left: 5px;
}

.navbar-nav .dropdown-menu {
    margin-top: -20px !important;
}

.label-count {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 10px;
    line-height: 15px;
    background-color: #000;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.col-red .navbar .navbar-brand, .col-red .navbar .navbar-brand:hover, .col-red .navbar .navbar-brand:active, .col-red .navbar .navbar-brand:focus {
    color: #fff;
}

.col-red .navbar .nav > li > a:hover, .col-red .navbar .nav > li > a:focus, .col-red .navbar .nav .open > a, .col-red .navbar .nav .open > a:hover, .col-red .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-red .navbar .nav > li > a {
    color: #fff;
}

.col-red .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-red .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-pink .navbar .navbar-brand, .col-pink .navbar .navbar-brand:hover, .col-pink .navbar .navbar-brand:active, .col-pink .navbar .navbar-brand:focus {
    color: #fff;
}

.col-pink .navbar .nav > li > a:hover, .col-pink .navbar .nav > li > a:focus, .col-pink .navbar .nav .open > a, .col-pink .navbar .nav .open > a:hover, .col-pink .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-pink .navbar .nav > li > a {
    color: #fff;
}

.col-pink .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-pink .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-purple .navbar .navbar-brand, .col-purple .navbar .navbar-brand:hover, .col-purple .navbar .navbar-brand:active, .col-purple .navbar .navbar-brand:focus {
    color: #fff;
}

.col-purple .navbar .nav > li > a:hover, .col-purple .navbar .nav > li > a:focus, .col-purple .navbar .nav .open > a, .col-purple .navbar .nav .open > a:hover, .col-purple .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-purple .navbar .nav > li > a {
    color: #fff;
}

.col-purple .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-purple .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-deep-purple .navbar .navbar-brand, .col-deep-purple .navbar .navbar-brand:hover, .col-deep-purple .navbar .navbar-brand:active, .col-deep-purple .navbar .navbar-brand:focus {
    color: #fff;
}

.col-deep-purple .navbar .nav > li > a:hover, .col-deep-purple .navbar .nav > li > a:focus, .col-deep-purple .navbar .nav .open > a, .col-deep-purple .navbar .nav .open > a:hover, .col-deep-purple .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-deep-purple .navbar .nav > li > a {
    color: #fff;
}

.col-deep-purple .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-deep-purple .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-indigo .navbar .navbar-brand, .col-indigo .navbar .navbar-brand:hover, .col-indigo .navbar .navbar-brand:active, .col-indigo .navbar .navbar-brand:focus {
    color: #fff;
}

.col-indigo .navbar .nav > li > a:hover, .col-indigo .navbar .nav > li > a:focus, .col-indigo .navbar .nav .open > a, .col-indigo .navbar .nav .open > a:hover, .col-indigo .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-indigo .navbar .nav > li > a {
    color: #fff;
}

.col-indigo .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-indigo .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-blue .navbar .navbar-brand, .col-blue .navbar .navbar-brand:hover, .col-blue .navbar .navbar-brand:active, .col-blue .navbar .navbar-brand:focus {
    color: #fff;
}

.col-blue .navbar .nav > li > a:hover, .col-blue .navbar .nav > li > a:focus, .col-blue .navbar .nav .open > a, .col-blue .navbar .nav .open > a:hover, .col-blue .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-blue .navbar .nav > li > a {
    color: #fff;
}

.col-blue .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-blue .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-light-blue .navbar .navbar-brand, .col-light-blue .navbar .navbar-brand:hover, .col-light-blue .navbar .navbar-brand:active, .col-light-blue .navbar .navbar-brand:focus {
    color: #fff;
}

.col-light-blue .navbar .nav > li > a:hover, .col-light-blue .navbar .nav > li > a:focus, .col-light-blue .navbar .nav .open > a, .col-light-blue .navbar .nav .open > a:hover, .col-light-blue .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-light-blue .navbar .nav > li > a {
    color: #fff;
}

.col-light-blue .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-light-blue .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-cyan .navbar .navbar-brand, .col-cyan .navbar .navbar-brand:hover, .col-cyan .navbar .navbar-brand:active, .col-cyan .navbar .navbar-brand:focus {
    color: #fff;
}

.col-cyan .navbar .nav > li > a:hover, .col-cyan .navbar .nav > li > a:focus, .col-cyan .navbar .nav .open > a, .col-cyan .navbar .nav .open > a:hover, .col-cyan .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-cyan .navbar .nav > li > a {
    color: #fff;
}

.col-cyan .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-cyan .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-teal .navbar .navbar-brand, .col-teal .navbar .navbar-brand:hover, .col-teal .navbar .navbar-brand:active, .col-teal .navbar .navbar-brand:focus {
    color: #fff;
}

.col-teal .navbar .nav > li > a:hover, .col-teal .navbar .nav > li > a:focus, .col-teal .navbar .nav .open > a, .col-teal .navbar .nav .open > a:hover, .col-teal .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-teal .navbar .nav > li > a {
    color: #fff;
}

.col-teal .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-teal .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-green .navbar .navbar-brand, .col-green .navbar .navbar-brand:hover, .col-green .navbar .navbar-brand:active, .col-green .navbar .navbar-brand:focus {
    color: #fff;
}

.col-green .navbar .nav > li > a:hover, .col-green .navbar .nav > li > a:focus, .col-green .navbar .nav .open > a, .col-green .navbar .nav .open > a:hover, .col-green .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-green .navbar .nav > li > a {
    color: #fff;
}

.col-green .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-green .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-light-green .navbar .navbar-brand, .col-light-green .navbar .navbar-brand:hover, .col-light-green .navbar .navbar-brand:active, .col-light-green .navbar .navbar-brand:focus {
    color: #fff;
}

.col-light-green .navbar .nav > li > a:hover, .col-light-green .navbar .nav > li > a:focus, .col-light-green .navbar .nav .open > a, .col-light-green .navbar .nav .open > a:hover, .col-light-green .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-light-green .navbar .nav > li > a {
    color: #fff;
}

.col-light-green .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-light-green .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-lime .navbar .navbar-brand, .col-lime .navbar .navbar-brand:hover, .col-lime .navbar .navbar-brand:active, .col-lime .navbar .navbar-brand:focus {
    color: #fff;
}

.col-lime .navbar .nav > li > a:hover, .col-lime .navbar .nav > li > a:focus, .col-lime .navbar .nav .open > a, .col-lime .navbar .nav .open > a:hover, .col-lime .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-lime .navbar .nav > li > a {
    color: #fff;
}

.col-lime .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-lime .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-yellow .navbar .navbar-brand, .col-yellow .navbar .navbar-brand:hover, .col-yellow .navbar .navbar-brand:active, .col-yellow .navbar .navbar-brand:focus {
    color: #fff;
}

.col-yellow .navbar .nav > li > a:hover, .col-yellow .navbar .nav > li > a:focus, .col-yellow .navbar .nav .open > a, .col-yellow .navbar .nav .open > a:hover, .col-yellow .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-yellow .navbar .nav > li > a {
    color: #fff;
}

.col-yellow .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-yellow .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-amber .navbar .navbar-brand, .col-amber .navbar .navbar-brand:hover, .col-amber .navbar .navbar-brand:active, .col-amber .navbar .navbar-brand:focus {
    color: #fff;
}

.col-amber .navbar .nav > li > a:hover, .col-amber .navbar .nav > li > a:focus, .col-amber .navbar .nav .open > a, .col-amber .navbar .nav .open > a:hover, .col-amber .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-amber .navbar .nav > li > a {
    color: #fff;
}

.col-amber .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-amber .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-orange .navbar .navbar-brand, .col-orange .navbar .navbar-brand:hover, .col-orange .navbar .navbar-brand:active, .col-orange .navbar .navbar-brand:focus {
    color: #fff;
}

.col-orange .navbar .nav > li > a:hover, .col-orange .navbar .nav > li > a:focus, .col-orange .navbar .nav .open > a, .col-orange .navbar .nav .open > a:hover, .col-orange .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-orange .navbar .nav > li > a {
    color: #fff;
}

.col-orange .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-orange .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-deep-orange .navbar .navbar-brand, .col-deep-orange .navbar .navbar-brand:hover, .col-deep-orange .navbar .navbar-brand:active, .col-deep-orange .navbar .navbar-brand:focus {
    color: #fff;
}

.col-deep-orange .navbar .nav > li > a:hover, .col-deep-orange .navbar .nav > li > a:focus, .col-deep-orange .navbar .nav .open > a, .col-deep-orange .navbar .nav .open > a:hover, .col-deep-orange .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-deep-orange .navbar .nav > li > a {
    color: #fff;
}

.col-deep-orange .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-deep-orange .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-brown .navbar .navbar-brand, .col-brown .navbar .navbar-brand:hover, .col-brown .navbar .navbar-brand:active, .col-brown .navbar .navbar-brand:focus {
    color: #fff;
}

.col-brown .navbar .nav > li > a:hover, .col-brown .navbar .nav > li > a:focus, .col-brown .navbar .nav .open > a, .col-brown .navbar .nav .open > a:hover, .col-brown .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-brown .navbar .nav > li > a {
    color: #fff;
}

.col-brown .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-brown .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-grey .navbar .navbar-brand, .col-grey .navbar .navbar-brand:hover, .col-grey .navbar .navbar-brand:active, .col-grey .navbar .navbar-brand:focus {
    color: #fff;
}

.col-grey .navbar .nav > li > a:hover, .col-grey .navbar .nav > li > a:focus, .col-grey .navbar .nav .open > a, .col-grey .navbar .nav .open > a:hover, .col-grey .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-grey .navbar .nav > li > a {
    color: #fff;
}

.col-grey .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-grey .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-blue-grey .navbar .navbar-brand, .col-blue-grey .navbar .navbar-brand:hover, .col-blue-grey .navbar .navbar-brand:active, .col-blue-grey .navbar .navbar-brand:focus {
    color: #fff;
}

.col-blue-grey .navbar .nav > li > a:hover, .col-blue-grey .navbar .nav > li > a:focus, .col-blue-grey .navbar .nav .open > a, .col-blue-grey .navbar .nav .open > a:hover, .col-blue-grey .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-blue-grey .navbar .nav > li > a {
    color: #fff;
}

.col-blue-grey .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-blue-grey .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-black .navbar .navbar-brand, .col-black .navbar .navbar-brand:hover, .col-black .navbar .navbar-brand:active, .col-black .navbar .navbar-brand:focus {
    color: #fff;
}

.col-black .navbar .nav > li > a:hover, .col-black .navbar .nav > li > a:focus, .col-black .navbar .nav .open > a, .col-black .navbar .nav .open > a:hover, .col-black .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-black .navbar .nav > li > a {
    color: #fff;
}

.col-black .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-black .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }

.col-white .navbar .navbar-brand, .col-white .navbar .navbar-brand:hover, .col-white .navbar .navbar-brand:active, .col-white .navbar .navbar-brand:focus {
    color: #fff;
}

.col-white .navbar .nav > li > a:hover, .col-white .navbar .nav > li > a:focus, .col-white .navbar .nav .open > a, .col-white .navbar .nav .open > a:hover, .col-white .navbar .nav .open > a:focus {
    background-color: rgba(0,0,0,0.05);
}

.col-white .navbar .nav > li > a {
    color: #fff;
}

.col-white .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

    .col-white .navbar .bars:hover {
        background-color: rgba(0,0,0,0.08);
    }
/* Dropdown Menu =============================== */
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border: none;
}

    .dropdown-menu .divider {
        margin: 5px 0;
    }

    .dropdown-menu .header {
        font-size: 13px;
        font-weight: bold;
        min-width: 270px;
        border-bottom: 1px solid #eee;
        text-align: center;
        padding: 4px 0 6px 0;
    }

    .dropdown-menu ul.menu {
        padding-left: 0;
    }

        .dropdown-menu ul.menu.tasks h4 {
            color: #333;
            font-size: 13px;
            margin: 0 0 8px 0;
        }

            .dropdown-menu ul.menu.tasks h4 small {
                float: right;
                margin-top: 6px;
            }

        .dropdown-menu ul.menu.tasks .progress {
            height: 7px;
            margin-bottom: 7px;
        }

        .dropdown-menu ul.menu .icon-circle {
            width: 36px;
            height: 36px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            display: inline-block;
        }

            .dropdown-menu ul.menu .icon-circle i {
                font-size: 18px;
                line-height: 36px;
            }

        .dropdown-menu ul.menu li {
            border-bottom: 1px solid #eee;
        }

            .dropdown-menu ul.menu li:last-child {
                border-bottom: none;
            }

            .dropdown-menu ul.menu li a {
                padding: 7px 11px;
                text-decoration: none;
                -moz-transition: 0.5s;
                -o-transition: 0.5s;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .dropdown-menu ul.menu li a:hover {
                    background-color: #e9e9e9;
                }

        .dropdown-menu ul.menu .menu-info {
            display: inline-block;
            position: relative;
            top: 3px;
            left: 5px;
        }

            .dropdown-menu ul.menu .menu-info h4 {
                margin: 0;
                font-size: 13px;
                color: #333;
            }

            .dropdown-menu ul.menu .menu-info p {
                margin: 0;
                font-size: 11px;
                color: #aaa;
            }

                .dropdown-menu ul.menu .menu-info p .material-icons {
                    font-size: 13px;
                    color: #aaa;
                    position: relative;
                    top: 2px;
                }

    .dropdown-menu .footer a {
        text-align: center;
        border-top: 1px solid #eee;
        padding: 5px 0 5px 0;
        font-size: 12px;
        margin-bottom: -5px;
    }

        .dropdown-menu .footer a:hover {
            background-color: transparent;
        }

    .dropdown-menu > li > a {
        padding: 7px 18px;
        color: #666;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 14px;
        line-height: 25px;
    }

        .dropdown-menu > li > a:hover {
            background-color: rgba(0,0,0,0.075);
        }

        .dropdown-menu > li > a i.material-icons {
            float: left;
            margin-right: 7px;
            margin-top: 2px;
            font-size: 20px;
        }

.dropdown-animated {
    -webkit-animation-duration: .3s !important;
    -moz-animation-duration: .3s !important;
    -o-animation-duration: .3s !important;
    animation-duration: .3s !important;
}
/* Left Sidebar & Overlay ====================== */
.overlay {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 10;
}

.overlay-open .sidebar {
    margin-left: 0;
    z-index: 99999999;
}

.sidebar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Roboto",sans-serif;
    background: #fdfdfd;
    width: 300px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    z-index: 11 !important;
}

    .sidebar .legal {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #eee;
        padding: 15px;
        overflow: hidden;
    }

        .sidebar .legal .copyright {
            font-size: 13px;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .sidebar .legal .copyright a {
                font-weight: bold;
                text-decoration: none;
            }

        .sidebar .legal .version {
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-top: 5px;
            font-size: 13px;
        }

    .sidebar .user-info {
        padding: 13px 15px 12px 15px;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #e9e9e9;
        background: url("../images/user-img-background.jpg") no-repeat no-repeat;
        height: 135px;
    }

        .sidebar .user-info .image {
            margin-right: 12px;
            display: inline-block;
        }

            .sidebar .user-info .image img {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                vertical-align: bottom !important;
            }

        .sidebar .user-info .info-container {
            cursor: default;
            display: block;
            position: relative;
            top: 25px;
        }

            .sidebar .user-info .info-container .name {
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 14px;
                max-width: 200px;
                color: #fff;
            }

            .sidebar .user-info .info-container .email {
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 12px;
                max-width: 200px;
                color: #fff;
            }

            .sidebar .user-info .info-container .user-helper-dropdown {
                position: absolute;
                right: -3px;
                bottom: -12px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
                cursor: pointer;
                color: #fff;
            }

    .sidebar .menu {
        position: relative;
        overflow-y: auto;
        height: 90vh;
    }

        .sidebar .menu .list {
            list-style: none;
            padding-left: 0;
        }

            .sidebar .menu .list li.active > :first-child span {
                font-weight: bold;
            }

            .sidebar .menu .list .header {
                background: #eee;
                font-size: 12px;
                font-weight: 600;
                padding: 8px 16px;
            }

            .sidebar .menu .list i.material-icons {
                margin-top: 4px;
            }

            .sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
                position: absolute;
                top: calc(50% - 14px);
                right: 17px;
                font-size: 19px;
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .sidebar .menu .list .menu-toggle:before {
                content: '+';
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .sidebar .menu .list .menu-toggle:after {
                content: '\2013';
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .sidebar .menu .list .menu-toggle.toggled:before {
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .sidebar .menu .list .menu-toggle.toggled:after {
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .sidebar .menu .list a {
                color: #747474;
                position: relative;
                display: inline-flex;
                vertical-align: middle;
                width: 100%;
                padding: 10px 13px;
            }

                .sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
                    text-decoration: none !important;
                }

                .sidebar .menu .list a small {
                    position: absolute;
                    top: calc(50% - 7.5px);
                    right: 15px;
                }

                .sidebar .menu .list a span {
                    margin: 7px 0 7px 12px;
                    color: #333;
                    font-weight: bold;
                    font-size: 14px;
                    overflow: hidden;
                }

            .sidebar .menu .list .ml-menu {
                list-style: none;
                display: none;
                padding-left: 0;
            }

                .sidebar .menu .list .ml-menu span {
                    font-weight: normal;
                    font-size: 14px;
                    margin: 3px 0 1px 6px;
                }

                .sidebar .menu .list .ml-menu li a {
                    padding-left: 55px;
                    padding-top: 7px;
                    padding-bottom: 7px;
                }

                .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
                    font-weight: 600;
                    margin-left: 5px;
                }

                    .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
                        content: '\E315';
                        font-family: 'Material Icons';
                        position: relative;
                        font-size: 21px;
                        height: 20px;
                        top: -5px;
                        right: 0px;
                    }

                .sidebar .menu .list .ml-menu li .ml-menu li a {
                    padding-left: 80px;
                }

                .sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
                    padding-left: 95px;
                }

.right-sidebar {
    width: 280px;
    height: calc(100vh - 70px);
    position: fixed;
    right: -300px;
    top: 70px;
    background: #fdfdfd;
    z-index: 11 !important;
    -webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
    box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .right-sidebar.open {
        right: 0;
    }

    .right-sidebar .nav-tabs {
        font-weight: 600;
        font-size: 13px;
        width: 100%;
        margin-left: 2px;
    }

        .right-sidebar .nav-tabs li {
            text-align: center;
        }

            .right-sidebar .nav-tabs li > a {
                margin-right: 0;
            }

            .right-sidebar .nav-tabs li:first-child {
                width: 45%;
            }

            .right-sidebar .nav-tabs li:last-child {
                width: 55%;
            }
/* Bootstrap Notify ============================ */
.bootstrap-notify-container {
    max-width: 320px;
    text-align: center;
}
/* Jquery Nestable ============================= */
.dd-handle {
    background-color: #f9f9f9 !important;
}

    .dd-handle:hover {
        color: #2196F3;
    }

.nestable-dark-theme .dd-handle {
    background: #ccc !important;
    border: 1px solid #999 !important;
}

.dd3-handle {
    background: #999 !important;
}

.dd3-content:hover {
    color: #2196F3;
}
/* Login Page ================================== */
.login-page {
    background-color: #00BCD4;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

    .login-page .login-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .login-page .login-box a {
        font-size: 14px;
        text-decoration: none;
        color: #00BCD4;
    }

    .login-page .login-box .logo {
        margin-bottom: 20px;
    }

        .login-page .login-box .logo a {
            font-size: 36px;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
        }

        .login-page .login-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }
/* Sign Up Page ================================ */
.signup-page {
    background-color: #00BCD4;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

    .signup-page .signup-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .signup-page .signup-box a {
        font-size: 14px;
        text-decoration: none;
        color: #00BCD4;
    }

    .signup-page .signup-box .logo {
        margin-bottom: 20px;
    }

        .signup-page .signup-box .logo a {
            font-size: 36px;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
        }

        .signup-page .signup-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }
/* Forgot Password Page ======================== */
.fp-page {
    background-color: #00BCD4;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

    .fp-page .fp-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .fp-page .fp-box a {
        font-size: 14px;
        text-decoration: none;
        color: #00BCD4;
    }

    .fp-page .fp-box .logo {
        margin-bottom: 20px;
    }

        .fp-page .fp-box .logo a {
            font-size: 36px;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
        }

        .fp-page .fp-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }
/* 404 Not Found Page ========================== */
.four-zero-four {
    width: 100%;
    text-align: center;
    margin: 5% auto;
}

    .four-zero-four .four-zero-four-container .error-code {
        font-size: 160px;
    }

    .four-zero-four .four-zero-four-container .error-message {
        font-size: 26px;
        color: #333;
        font-weight: bold;
        margin-top: -40px;
    }

    .four-zero-four .four-zero-four-container .button-place {
        margin-top: 32px;
    }
/* 500 Server Error Page ======================= */
.five-zero-zero {
    width: 100%;
    text-align: center;
    margin: 5% auto;
}

    .five-zero-zero .five-zero-zero-container .error-code {
        font-size: 160px;
    }

    .five-zero-zero .five-zero-zero-container .error-message {
        font-size: 27px;
        color: #333;
        font-weight: bold;
        margin-top: -40px;
    }

    .five-zero-zero .five-zero-zero-container .button-place {
        margin-top: 32px;
    }
/* Maps ======================================== */
/* Google Maps */
.gmap {
    width: 100%;
    height: 400px;
}
/* jVector Map */
.jvector-map {
    width: 100%;
    height: 600px;
}
/* Charts ====================================== */
/* Morris */
.morris-hover.morris-default-style {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
/* Flot */
.flot-chart {
    width: 100%;
    height: 320px;
}

.panel-switch-btn {
    position: relative;
    right: 20px;
    z-index: 9;
}

    .panel-switch-btn label {
        font-weight: bold !important;
    }

.legendLabel {
    width: 85px !important;
    position: relative;
    left: 3px;
}

#multiple_axis_chart .legendLabel {
    width: 160px !important;
}
/* Sparkline */
.sparkline {
    text-align: center;
}
/* Searchbar =================================== */
.search-bar {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .search-bar.open {
        top: 0;
    }

    .search-bar .search-icon {
        position: absolute;
        top: 20px;
        left: 14px;
    }

        .search-bar .search-icon .material-icons {
            font-size: 32px;
            color: #999;
        }

    .search-bar .close-search {
        position: absolute;
        cursor: pointer;
        font-size: 30px;
        top: 16px;
        right: 18px;
    }

        .search-bar .close-search .material-icons {
            color: #999;
            opacity: 1;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .search-bar .close-search .material-icons:hover {
                opacity: .5;
            }

    .search-bar input[type="text"] {
        width: 100%;
        font-size: 16px;
        padding: 25px 60px 23px 56px;
        border: none;
    }
/* Jquery DataTable ============================ */
.dataTables_wrapper {
    position: relative;
}

    .dataTables_wrapper select {
        border: none;
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .dataTables_wrapper select:active, .dataTables_wrapper select:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
        }

    .dataTables_wrapper input[type="search"] {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
    }

        .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
            border-bottom: 2px solid #1f91f3;
        }

    .dataTables_wrapper .dt-buttons {
        height: 32px;
        padding-bottom: 5px !important;
    }

        .dataTables_wrapper .dt-buttons a.dt-button {
            border-color: #00b0e4 !important;
            color: gray;
            padding: 7px 12px;
            margin-right: 5px;
            text-decoration: none;
            box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            border: none;
            font-size: 13px;
            outline: none;
        }

            .dataTables_wrapper .dt-buttons a.dt-button:active {
                opacity: 0.8;
            }

.page-item.active .page-link {
    background-color: white;
    border: 1px solid;
    color: #00b0e4;
}

.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 400px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: -100px;
    margin-left: -200px;
    z-index: 21;
}

    .dt-button-info h2 {
        color: #777;
    }

    .dt-button-info div {
        color: #777;
        margin-bottom: 20px;
    }
/* Light Gallery ================================ */
.lg-outer .lg-thumb-item, .lg-outer .lg-toogle-thumb {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}
/* MATERIALIZE */
/* index.html */
.form-group .dtForm {
    margin: 0px;
    padding: 0px;
}

    .form-group .dtForm .money-euro {
        background-color: transparent;
        font-size: 17px;
        padding: 0px;
        text-align: center;
        min-width: 100%;
    }

#index_footer {
    display: block;
}

.home_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.home_content {
    z-index: 100;
    background: rgba(18,27,46,0.5);
    flex: 0 0 100%;
    padding-right: 15px;
    height: 100%;
}

.order-2 {
    order: 1;
}

.home_menu .navbar-toggler .icon-bar {
    background-color: #fff !important;
}

@media (max-width:1025px) and (min-width:168px) {
    .home_content {
        padding-right: 0px;
        overflow-x: hidden;
    }

    .order-2 {
        order: 0;
    }
}

#mobile_map:active, #mobile_map:hover {
    background-color: #fff !important;
}

._dist_.dropdown-menu.show {
    margin-left: -50px;
}

.home_menu {
    box-shadow: none;
}

.home_lang {
    background-color: transparent;
}

    .home_lang::after {
        color: #fff;
        text-align: right;
    }

.home_drop {
    background-color: transparent;
    box-shadow: none;
}

.home_link {
    color: #fff;
}

#mClose {
    text-align: center;
}

#oSectionMenu {
    position: relative;
    bottom: 0px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
}

    #oSectionMenu a {
        color: #fff;
    }

.home_menu_mobile {
    display: none;
    visibility: hidden;
}

#oSectionTitleBar {
    visibility: hidden;
    position: relative;
    margin-top: 240px;
    margin-left: 10px;
    margin-right: 10px;
}

    #oSectionTitleBar #_title h1 {
        font-size: 40px;
        font-weight: 700;
        color: white;
    }

#oSectionSubtitleBar {
    visibility: hidden;
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#oSectionSearchBar {
    visibility: hidden;
    position: relative;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 999;
}

div.dropdown-menu.open {
    max-height: 300px !important;
    overflow: hidden;
}

ul.dropdown-menu.inner {
    max-height: 245px !important;
    overflow-y: auto;
}

@media (max-width:1025px) and (min-width:768px) {
    #oSectionTitleBar {
        margin-top: 160px;
    }

    .home_menu_mobile {
        margin-top: 50px !important;
    }
}

@media (max-width:882px) and (min-width:425px) {
    #oSectionTitleBar {
        margin-top: 55px;
    }

    .home_menu_mobile {
        margin-top: 18px !important;
    }
}

@media (max-width:882px) and (min-width:125px) {
    #oSectionTitleBar {
        margin-top: 20px;
    }

    .home_menu_mobile {
        margin-top: 18px !important;
    }

    #oSectionTitleBar #_title h1 {
        font-size: 30px;
        font-weight: 700;
        color: white;
    }

    #oSectionSubtitleBar {
        margin-top: 20px;
    }
}

/* index end */
a {
    color: gray;
}

.h2, h2 {
    font-size: 1.5rem !important;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

    .navbar-toggler:focus {
        outline: none;
        background: transparent !important;
    }

    .navbar-toggler .icon-bar {
        background-color: #000;
        transform: rotate(0deg) translate(0px,0px);
        transition: ease all .2s;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px,4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px,-4px);
    transition: ease all .2s;
}

.btn:not(.btn-link):not(.btn-circle) {
    /* box-shadow:0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    outline: none;
}

    .btn:not(.btn-link):not(.btn-circle) span {
        position: relative;
        top: -2px;
        margin-left: 3px;
    }

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #fff !important;
}
/*BUTON FIX*/
.request {
    font-size: 20px !important;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;
    border: 2px solid #0293cc !important;
    border-radius: 40px !important;
    background-color: #0293cc !important;
    transition: all 0.3s ease 0s;
}

    .request:hover {
        color: #0293cc !important;
        background: #fff !important;
        border: 2px solid #fff !important;
    }

    .request:active, .request:focus {
        color: #0293cc !important;
    }

section.content {
    margin: 30px 0px 30px 0px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.row {
    margin: 30px 0px 30px 0px;
}

.map {
    margin-top: 55px;
    height: 300px;
    width: 100%;
    background: url("../img/banner.png") no-repeat center center fixed;
    background-size: cover;
}

.arrow-link {
    line-height: 25px;
    font-size: 17px;
    color: #3383d2;
    text-transform: uppercase;
}

    .arrow-link .material-icons {
        vertical-align: middle;
        margin-bottom: 3px;
    }
/* Card ======================================== */
.text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6 {
    color: #55626e !important;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: #fff !important;
}

.text-white .arrow-link {
    color: #fff !important;
}

.text-white .dropdown-menu .dropdown-item .text {
    color: #000 !important;
}

.bg-blue {
    background-color: #273146 !important;
    border-bottom: none !important;
}

    .bg-blue .body {
        color: #0494cf !important;
    }

.bg-blue, .header-dropdown .text-blue, .bootstrap-select .dropdown-menu li a span.check-mark {
    color: #0494cf !important;
}

    .bg-blue .body span {
        color: #fff !important;
    }

    .bg-blue small, .bg-blue .material-icons {
        color: #fff !important;
    }

    .bg-blue .badge {
        background-color: #fff;
        color: #555;
    }

.bg-blue, .bootstrap-select.form-control:not([class*="col-"]), .btn:not(.btn-link):not(.btn-circle), .dropdown-menu {
    border-radius: 0.4rem !important;
}

.rounded {
    border-radius: 0.4rem !important;
}

.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .card .card-inside-title {
        margin-top: 25px;
        margin-bottom: 15px;
        display: block;
        font-size: 15px;
        color: #000;
    }

        .card .card-inside-title small {
            color: #999;
            display: block;
            font-size: 11px;
            margin-top: 5px;
        }

            .card .card-inside-title small a {
                color: #777;
                font-weight: bold;
            }

        .card .card-inside-title:first-child {
            margin-top: 0;
        }

    .card .header {
        color: #555;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 0px;
        position: relative;
        border-bottom: none;
    }

    .card .header-fix {
        color: #555;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 0px;
        margin-bottom: -37px;
        position: relative;
        border-bottom: none;
    }

    .card .header h1 small {
        display: block;
        font-size: 20px;
        margin-top: 5px;
        color: #999;
        line-height: 15px;
    }

    .card .header h2 small {
        display: block;
        font-size: 12px;
        margin-top: 5px;
        color: #999;
        line-height: 15px;
    }

    .card .header .header-dropdown {
        position: absolute;
        top: 20px;
        right: 15px;
        list-style: none;
    }

        .card .header .header-dropdown .dropdown-menu li {
            display: block !important;
        }

        .card .header .header-dropdown li {
            display: inline-block;
        }

        .card .header .header-dropdown i {
            font-size: 20px;
            color: #999;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

            .card .header .header-dropdown i:hover {
                color: #000;
            }

    .card .header h2 {
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        color: #111;
    }

        .card .header h2 small {
            display: block;
            font-size: 12px;
            margin-top: 5px;
            color: #999;
            line-height: 15px;
        }

            .card .header h2 small a {
                font-weight: bold;
                color: #777;
            }

    .card .header .col-xs-12 h2 {
        margin-top: 5px;
    }

    .card .body {
        font-size: 14px;
        color: #555;
        padding: 20px;
    }

        .card .body .col-xs-1, .card .body .col-sm-1, .card .body .col-md-1, .card .body .col-lg-1 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-2, .card .body .col-sm-2, .card .body .col-md-2, .card .body .col-lg-2 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-3, .card .body .col-sm-3, .card .body .col-md-3, .card .body .col-lg-3 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-4, .card .body .col-sm-4, .card .body .col-md-4, .card .body .col-lg-4 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-5, .card .body .col-sm-5, .card .body .col-md-5, .card .body .col-lg-5 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-6, .card .body .col-sm-6, .card .body .col-md-6, .card .body .col-lg-6 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-7, .card .body .col-sm-7, .card .body .col-md-7, .card .body .col-lg-7 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-8, .card .body .col-sm-8, .card .body .col-md-8, .card .body .col-lg-8 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-9, .card .body .col-sm-9, .card .body .col-md-9, .card .body .col-lg-9 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-10, .card .body .col-sm-10, .card .body .col-md-10, .card .body .col-lg-10 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-11, .card .body .col-sm-11, .card .body .col-md-11, .card .body .col-lg-11 {
            margin-bottom: 20px;
        }

        .card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
            margin-bottom: 20px;
        }
/*form control*/
.form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
}
/* Bootstrap Select ============================ */
.bootstrap-select {
    box-shadow: none !important;
    /* border-bottom:1px solid #ddd !important;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
        outline: none !important;
    }

    .bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e9e9e9;
    }

        .bootstrap-select .bs-searchbox .form-control, .bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            margin-left: 30px;
        }

    .bootstrap-select .bs-searchbox {
        position: relative;
    }

        .bootstrap-select .bs-searchbox:after {
            content: '\E8B6';
            font-family: 'Material Icons';
            position: absolute;
            top: 6px;
            left: 10px;
            font-size: 21px !important;
        }

    .bootstrap-select ul.dropdown-menu {
        margin-top: 0 !important;
    }

    .bootstrap-select .dropdown-menu li.selected a {
        background-color: #eee !important;
        color: #555 !important;
    }

    .bootstrap-select .dropdown-menu .active a {
        background-color: transparent;
        color: #333 !important;
    }

    .bootstrap-select .dropdown-menu .notify {
        background-color: #F44336 !important;
        color: #fff !important;
        border: none !important;
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
        margin-top: 9px;
    }

.show-tick {
    z-index: 10;
}
/* form control */
footer {
    color: #657d95;
    background-color: #101b31;
}

    footer .container {
        height: 40px;
    }

        footer .container div {
            margin-top: 8px;
        }

        footer .container .text-muted {
            padding-top: 20px;
            padding-bottom: 20px;
        }

.contact {
    text-align: center;
}

footer h6 {
    color: #fff;
}
/* waitme fix */
.waitMe_container .waitMe {
    -webkit-border-radius: 1.25rem !important;
    -moz-border-radius: 1.25rem !important;
    border-radius: 1.25rem !important;
}

#btn_logout {
    display: none;
}

.row_group {
    margin: 0px 0px 0px 0px;
}

.col-fix {
    padding-right: 0px;
    padding-left: 0px;
}

.fix_row_search {
    margin-top: 5px;
    margin-bottom: 0px;
}

.fg-lightgray {
    font-size: 24px;
    line-height: 7px;
    position: relative;
    top: 6px;
}

.fg-green {
    color: #2b982b;
    font-size: 24px;
    line-height: 7px;
    position: relative;
    top: 6px;
}

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

.C_STATUS_CREATED_COLOR {
    background-color: #f5dddd !important;
    color: #fff;
}

.C_STATUS_CANCELLED_COLOR {
    background-color: #ebebeb !important;
    color: #fff;
}

.C_STATUS_PREPLANNED_COLOR {
    background-color: #f0e0cc !important;
    color: #fff;
}

.C_STATUS_PLANNED_COLOR {
    background-color: #fff799 !important;
    color: #fff;
}

.C_STATUS_CONFIRMED_COLOR {
    background-color: #ffcc66 !important;
    color: #fff;
}

.C_STATUS_RUNNING_COLOR {
    background-color: #d5e9ba !important;
    color: #fff;
}

.C_STATUS_PAUSE_COLOR {
    background-color: #D7D7D7 !important;
    color: #fff;
}

.C_STATUS_DONE_COLOR {
    background-color: #d7f0ff !important;
    color: #fff;
}

.C_STATUS_BLOCKED_COLOR {
    background-color: #ff0000 !important;
    color: #fff;
}

.C_STATUS_CREATED_COLOR_BRIGHT {
    background-color: tomato !important;
    color: gray;
}

.C_STATUS_CANCELLED_COLOR_BRIGHT {
    background-color: silver !important;
    color: #fff;
}

.C_STATUS_PLANNED_COLOR_BRIGHT {
    background-color: #FFF79A !important;
    color: gray;
}

.C_STATUS_CONFIRMED_COLOR_BRIGHT {
    background-color: #FDC68A !important;
    color: #fff;
}

.C_STATUS_RUNNING_COLOR_BRIGHT {
    background-color: mediumseagreen !important;
    color: gray;
}

.C_STATUS_DONE_COLOR_BRIGHT {
    background-color: dodgerblue !important;
    color: #fff;
}

.C_STATUS_BLOCKED_COLOR_BRIGHT {
    background-color: #F4E7F9 !important;
    color: #fff;
}

.fix-star-search i {
    font-size: 24px;
    line-height: 7px;
    position: relative;
    top: 6px;
}

.footer-search {
    margin-top: 5px;
}

.serch_result {
    font-size: 16px !important;
    padding-bottom: 2px;
    padding-top: 2px;
}

.no-round-plain {
    width: 100%;
}

    .no-round-plain .bootstrap-select .btn {
        background-color: #fff;
        border-radius: 0px !important;
        border-color: #fff !important;
        border-width: 0px;
        padding: 3px 30px 0px 0px;
        font-size: 14px;
        color: gray;
    }

.no-round {
    width: 100%;
}

    .no-round .bootstrap-select .btn {
        background-color: #fff;
        border-radius: 0px !important;
        border-color: #fff !important;
        border-width: 0px;
    }

.notification-icon {
    float: left;
}

    .notification-icon .material-icons {
        padding-top: 2px;
    }

.notification-progress {
    margin-top: -16px;
    height: 2px;
}

    .notification-progress .progress-bar {
        line-height: 2px;
        background-color: #1f91f3;
    }

.info-box .content {
    color: #fff;
}

.look_row_form {
    margin: 0px -20px 0px -20px;
}

.plus_ input {
    border-bottom: 1px solid #ddd;
}

.plus_ .input-group-text {
    font-size: 12px;
    background-color: #fff;
    border: 0px solid #ced4da;
}

.plus_ .form-control {
    text-align: center;
    border-bottom: 1px solid #ced4da !important;
}

.plus_ .input-group-btn .btn {
    border-radius: 0px !important;
    font-size: 20px;
    background-color: #f2f2f2;
    line-height: 12px;
}

.load_more {
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 12px;
    width: 16.66666666666667%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
}

    .load_more i {
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .load_more span {
        position: relative;
        top: -2px;
        margin-left: 3px;
    }

.fld_required {
    z-index: 0;
}

.input_warning {
    z-index: 10;
    float: right;
    position: relative;
    top: -30px;
    margin-bottom: -24px;
    color: #FF9800;
}

.input_warning_ok {
    display: none;
}

.input_warning_not {
    display: block;
    color: #FF9800;
}

#markerLayer img {
    animation: pulse .5s infinite alternate;
    -webkit-animation: pulse .5s infinite alternate;
    transform-origin: center;
    -webkit-transform-origin: center;
}

.green {
    color: rgb(76,175,80) !important;
}

.grey {
    color: rgb(208,208,208);
}

.detalhes .col-3 .col {
    border-bottom: 1px solid #ddd;
}

.detalhes .col-3 .col-2 {
    border-bottom: 1px solid #ddd;
}

    .detalhes .col-3 .col-2 .material-icons {
        color: rgb(210,210,210);
    }

#popover-content-maps {
    background-color: #fff !important;
    padding: 5px;
}

._labels_ {
    overflow: visible !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
    pointer-events: none;
    display: block;
    text-align: center;
    font-weight: bold;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    transform: translateX(-50%);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
}

.gm-style-iw div * {
    overflow: hidden !important;
}

.vh-100 {
    min-height: 100vh;
}

.btn_ {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group > .btn_:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group .btn_, .btn-group-vertical .btn_ {
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn_, .btn-group-vertical > .btn_ {
    position: relative;
    float: left;
    border-radius: 0px !important;
    line-height: 22px !important;
}

.btn_:not(.btn-link):not(.btn-circle) i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.btn_:not(.btn-link):not(.btn-circle) span {
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.stock-switch-title {
    min-width: 140px;
    display: inline-block;
}

.bg-red {
    background-color: #F44336 !important;
    color: #fff;
}

.bg-orange {
    background-color: #ff9600 !important;
    color: #fff;
}

.dt-center {
    text-align: center;
}
/** menu search home new **/
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn-group:not(:last-child) {
        padding-left: 1px;
    }

    .btn-group-justified > .btn_, .btn-group-justified > .btn-group, .btn-group-justified > .btn-group .btn_, .btn-group-justified > .input-group {
        display: table-cell;
        float: none;
        width: 100%;
    }

        .btn-group-justified > .input-group .form-control {
            padding: 5px 16px 5px 16px;
        }

        .btn-group-justified > .btn_, .btn-group-justified > .btn-group, .btn-group-justified > .btn-group .btn_, .btn-group-justified > .form-group {
            display: table-cell;
            float: none;
            width: 100%;
        }

            .btn-group-justified > .form-group .form-control {
                padding: 16px 16px 0px 1px;
                font-size: 20px;
                color: gray !important;
            }

.input-group .form-line + .input-group-addon {
    position: relative;
    left: 86%;
    top: -23px;
}

.serch_menu_top_busca:hover {
    text-decoration: none;
}

.btn-group-justified > .btn_ .material-icons {
    font-size: 23px !important;
    line-height: 7px;
    top: 7px !important;
}

.serch_menu_top {
    background-color: #fff;
}

table.dataTable thead tr {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background-color: #00b0e4 !important;
}

#_question {
    margin-top: 5px;
}

table.dataTable thead tr th {
    font-weight: normal;
}
/** new serach page results left **/
#_list {
    /* margin-bottom:80px;*/
}

    #_list > ._result:first-child {
        margin: 20px 0px 5px 0px;
    }

    #_list > ._result {
        margin: 5px 0px 5px 0px;
    }

._result .row {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

    ._result .row > [class~=col] {
        margin: 0px;
        padding: 0px;
    }

._icons {
    display: inline-flex;
    vertical-align: middle;
}
/** new serach page results left **/
.map {
    margin: 10px 10px 10px 0px;
}

._result > .header {
    padding: 0px;
    margin: 15px 10px 5px 10px;
}

._result > .body {
    padding: 0px 20px 0px 0px;
    margin: 5px 10px 15px 10px;
}

._result > .footer {
    padding: 0px 20px 0px 20px;
    margin: 15px 10px 20px 10px;
}

.block-container > .col-12 > label {
    width: 100%;
    text-align: right;
}

.block-container > p {
    margin-bottom: -10px;
}

.block-container > .box-title {
    margin-bottom: 10px;
}

.swal-wide {
    width: 250px !important;
    padding: 0px 0px 0px 0px !important;
}

.swal-wide-desktop {
    width: 800px !important;
    padding: 0px 0px 0px 0px !important;
}

.swal2-popup {
    border-radius: 0px !important;
}

.swal2-header {
    display: none;
}

.swal2-header {
    display: none !important;
}

.map-botao {
    margin: 20px 0px 10px 20px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.nav-item {
    padding-bottom: 19px;
}

#result_list {
    overflow-y: scroll;
    height: -webkit-fill-available;
    box-sizing: content-box;
    animation: moveDown 0.6s ease-in-out 0.2s backwards;
}

    #result_list::-webkit-scrollbar {
        display: none;
    }

.gm-style-iw {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178,178,178,0.6);
    text-align: center;
    top: 18px !important;
    left: -15px !important;
    width: 260px !important;
}

@keyframes moveDown {
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.bg_green:disabled:checked + label:after {
    background-color: rgb(97,179,114) !important;
    border-color: rgb(97,179,114) !important;
}

._result_grid {
    background: #c8eeff;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s
}

.gj-datepicker, .gj-datepicker-md, .gj-unselectable {
    margin-bottom: 5px;
}

.gj-icon {
    margin-top: 9px;
}

.gj-textbox-md {
    position: relative;
    bottom: -8px;
}

.bg-green {
    background-color: #00b0e4 !important;
    color: #fff;
}

._separa_ {
    padding: 1px !important;
    width: 1px !important;
    background-color: #dadada;
}

.btn-group-justified > .form-group .bootstrap-select {
    padding: 0px;
    height: 32px;
    margin-left: -4px;
    border-bottom-color: transparent !important;
}

    .btn-group-justified > .form-group .bootstrap-select .btn-light .filter-option-inner {
        font-size: 16px;
        color: #808080 !important;
    }

    .btn-group-justified > .form-group .bootstrap-select .dropdown-toggle .filter-option-inner {
        font-size: 16px;
        color: #808080 !important;
    }

    .btn-group-justified > .form-group .bootstrap-select .dropdown-toggle .filter-option {
        top: 0px;
        left: -7px;
        padding-left: 11px;
    }

    .btn-group-justified > .form-group .bootstrap-select .dropdown-menu {
        margin-top: -1px !important;
        z-index: 999;
    }

        .btn-group-justified > .form-group .bootstrap-select .dropdown-menu li a {
            font-size: 16px;
        }

.btn-group-justified > .btn_ {
    font-size: 20px !important;
}

@media (min-width:1200px) {
    .container {
        max-width: 100%;
    }
}

#_lang_ .dropdown-menu.show {
    margin-left: -172px;
    z-index: 2000;
    display: inline-flex;
}

#_search > .btn-group-justified > .form-group {
    padding: 6px 10px 1px 10px;
}

.match_score_100 {
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}

.match_score_100_circle {
    height: 100px;
    width: 100px;
    background-color: #4CAF50;
    color: white;
    border-radius: 50% !important;
    display: inline-block;
    padding-top: 35px;
}

.match_score_50 {
    background-color: #e9d304;
    color: black;
    padding: 2px 10px;
    border-radius: 5px;
}

.match_score_50_circle {
    height: 100px;
    width: 100px;
    background-color: #e9d304;
    color: white;
    border-radius: 50% !important;
    display: inline-block;
    padding-top: 35px;
}

.match_score_0 {
    background-color: #929292;
    color: white;
    padding: 2px 15px;
    border-radius: 5px;
}

.match_score_0_circle {
    height: 100px;
    width: 100px;
    background-color: #929292;
    color: white;
    border-radius: 50% !important;
    display: inline-block;
    padding-top: 35px;
}

.price_title {
    font-size: 16px;
}

.price_value {
    font-size: 20px;
}

.price_unit {
    font-size: 10px;
    color: gray;
}

.price_total_title {
    font-size: 12px;
}

.price_total_value {
    font-size: 20px;
    font-weight: 500;
}

._top_search {
    position: relative;
    bottom: -5px;
}

#_map_options_ {
    display: none;
}

._map_menu_options_ {
    display: block !important;
    position: absolute;
    float: left;
    top: 35px;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

#_holder {
    display: none !important;
}

._top_search .bootstrap-select .btn {
    background-color: transparent;
    padding-right: 30px;
    padding-left: 5px;
}

._top_search > label {
    float: left;
    position: relative;
    top: -44px;
    color: #9c9c9c;
    height: 10px;
    font-size: 12px;
    margin-top: -9px;
    text-transform: uppercase;
}

#_the_list {
    margin-top: -10px;
    position: relative;
}

#search_filter {
    display: none;
    margin: 0px;
}

#mobile_bottom {
    border: 0px;
    position: relative;
    top: -28px;
    height: 80px;
}

#mobile_menu {
    display: none;
    /* background:linear-gradient(-45deg,#EE7752,#E73C7E,#23A6D5,#23D5AB);*/
}

.success {
    color: #4caf50;
}

._date_close::after {
    font-size: 20px;
    content: "close this";
}

._date_prev::after {
    font-size: 20px;
    content: "arrow_back_ios";
}

._date_next::after {
    font-size: 20px;
    content: "arrow_forward_ios";
}

._date_close {
    width: 20px !important;
    color: #000;
}

.bootstrap-datetimepicker-widget ._date_look td {
    text-align: center;
}

._date_look .table-condensed a {
    display: unset !important;
    float: none !important;
    margin: 20px 0px 10px 0px !important;
    text-align: center;
}

.mobile_chose_map {
    width: 100%;
    padding: 5px 0px 8px 0px !important;
    margin: 16px 0px 10px 0px;
    background-color: #fff !important;
    border-radius: .25rem !important;
}

    .mobile_chose_map i {
        color: #676869;
        font-size: 26px !important;
    }

._the_list_map {
    padding: 0px;
    margin: -30px 0px 0px 0px !important;
    -webkit-transition: all 400ms linear,height 200ms ease-in-out;
    -moz-transition: all 400ms linear,height 200ms ease-in-out;
    -o-transition: all 4000ms linear,height 200ms ease-in-out;
    -ms-transition: all 400ms linear,height 200ms ease-in-out;
    transition: all 400ms linear,height 200ms ease-in-out;
}

    ._the_list_map .row {
        margin: 0px;
    }

._list_map {
    margin: 0px !important;
}

#mobile_menu {
    -webkit-transition: background-color 700ms linear,height 300ms ease-in-out;
    -moz-transition: background-color 700ms linear,height 300ms ease-in-out;
    -o-transition: background-color 7000ms linear,height 300ms ease-in-out;
    -ms-transition: background-color 700ms linear,height 300ms ease-in-out;
    transition: background-color 700ms linear,height 300ms ease-in-out;
}

._mobile > .bootstrap-select .dropdown-menu.inner a {
    float: unset !important;
    text-align: left !important;
    color: #a4a4a4 !important;
}

._mobile > .bootstrap-select .dropdown-menu li.selected a {
    color: #495057 !important;
}

._mobile .bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 14px;
    color: #495057 !important;
}

._mobile > .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 2px;
    padding-left: 0px;
}

    ._mobile > .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        font-size: 14px;
        color: #495057 !important;
    }

._mobile > .bootstrap-select .dropdown-menu .popover-title {
    margin: 10px;
    font-size: 14px;
    color: #a4a4a4;
}

._mobile > ._calendar_icon {
    text-align: right;
    float: right;
    position: relative;
    top: -44px;
    right: 0px;
    color: #9c9c9c;
    height: 10px;
}

.white {
    background-color: #fff !important;
}

._mobile > label {
    float: left;
    position: relative;
    top: -44px;
    color: #9c9c9c;
    height: 10px;
    font-size: 12px;
    margin-top: -9px;
    text-transform: uppercase;
}

.mBS {
    background-color: #00b0e4;
    color: #fff;
}

.mDisplay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 600ms,visibility 600ms;
    transition: opacity 600ms,visibility 600ms;
}

.mNotDisplay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms,visibility 300ms;
    transition: opacity 300ms,visibility 300ms;
}

.mMargin {
    margin: 20px 0px 20px 0px;
    -webkit-transition: margin 1s linear;
    -khtml-transition: margin 1s linear;
    -moz-transition: margin 1s linear;
    -ms-transition: margin 1s linear;
    transition: margin 1s linear;
}

.mNoMargin {
    margin: 0px;
    -webkit-transition: margin 400ms linear;
    -khtml-transition: margin 400ms linear;
    -moz-transition: margin 400ms linear;
    -ms-transition: margin 400ms linear;
    transition: margin 400ms linear;
}

#_mobile_filter {
    margin: 0px;
    overflow-y: scroll;
}

.fill {
    margin-top: -61px;
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
}

.__image {
    text-align: center;
    min-height: 112px;
    margin: 0px;
    margin-bottom: 13px;
    padding-left: 6px;
    padding-top: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* homepage */
.btn-group-justified > .form-group {
    padding: 5px 5px 5px 15px;
}

    .btn-group-justified > .form-group:not(:last-child) {
        border-right: 1px solid rgba(102,102,102,0.3);
    }

#_lang_ .dropdown-menu {
    min-width: 50px;
}

    #_lang_ .dropdown-menu.show {
        margin-left: -172px;
        z-index: 2000;
        display: inline-flex;
    }

#_holder_filter {
    display: none;
}

    #_holder_filter.show {
        display: inline-flex;
        position: absolute;
        top: 182px;
        z-index: 200;
        margin: 10px 0px 10px 0px;
        padding: 0px;
        width: 100%;
    }

._the_list_list {
    margin-top: 14px !important;
}
/* fsearch */
#distance {
    width: 130px;
}

#_sort_by_menu {
    padding-right: 10px;
    padding-top: 8px;
}

#_sort_distance_menu {
    padding-right: 10px;
    padding-top: 8px;
}

#sort_by {
    width: 130px;
}

._price {
    padding: 0px 0px 0px 5px !important;
    margin: 0px !important;
}

    ._price ._c {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    ._price .row ._t {
        font-size: 15px;
        text-align: center;
    }

    ._price .row ._p {
        text-align: center;
        padding: 9px 0px 0px 0px !important;
        font-size: 28px;
    }

    ._price .row ._d {
        text-align: center;
        padding: 0px;
        line-height: 20px;
        font-size: 8px;
    }

    ._price .row ._s1 {
        font-size: 18px;
    }

._match {
    position: absolute;
    top: 104px;
    margin-top: 4px;
}

    ._match span {
        border-radius: 0px;
    }

._p1 {
    font-size: 24px;
    text-align: center;
}

._p2 {
    font-size: 11px;
    margin-bottom: 3px;
    margin-top: -9px;
}

._s2 {
    position: relative;
    top: -11px;
    left: -6px;
    font-size: 18px;
}

.q_c {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.q_t {
    font-size: 22px;
    padding: 10px 0px 10px 30px;
    color: #fff;
    text-align: left;
}

.q_p {
    color: #fff;
    text-align: right;
    padding: 10px 20px 0px 0px;
    font-size: 24px;
}

.q_d {
    display: grid;
    color: #fff;
    text-align: left;
    padding: 0px;
    line-height: 20px;
    font-size: 9px;
}

.q_p1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.q_p2 {
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}

._quotation {
    text-align: left;
    margin-bottom: 0px;
}

._quotation-text {
    text-align: left;
    margin-bottom: 9px;
    margin-top: 11px;
}

#_quote_content > .row ._title {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 8px;
}

    #_quote_content > .row ._title h3 {
        text-align: left;
    }

#_quote_content > .row .q_c #img_0_results {
    margin-right: 0px;
}

._org-quot {
    margin-left: -4px;
    margin-top: -20px;
}

    ._org-quot .filter-option {
        top: 6px !important;
    }

._quotation .bootstrap-select .dropdown-menu {
    max-width: 506px;
    min-width: 506px;
}
/* fsearch responsive */
.dropdown-submenu {
    position: relative;
}

#_btn_change_photo {
    width: 100%;
    height: 45px;
    top: 15px;
    background-color: #fff !important;
    padding-left: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    padding-left: 0px;
}

#_btn_save_prices_location {
    margin-top: 20px;
    border: none;
    text-align: right;
}

._text_image_location_price {
    text-align: center;
}

@media (max-width:2800px) and (min-width:1028px) {
    #result_list {
        padding-right: 6px;
        width: 101%;
    }

        #result_list::-webkit-scrollbar {
            padding-left: 20px;
            width: 7px;
            height: 0;
            display: block !important
        }

        #result_list::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,0.0);
            border-radius: 10px;
            box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
        }

        #result_list:hover::-webkit-scrollbar-thumb {
            background: #06afe4
        }

        #result_list::-webkit-scrollbar-thumb:hover {
            background: #06afe4
        }
}

@media (max-width:2600px) and (min-width:1450px) {
    .drop-acount {
        left: -60px;
    }

    #_row_title_picture {
        margin: 0px;
        padding: 0px;
    }

    ._t {
        padding: 9px 0px 0px 0px !important;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 22px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 14px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (max-width:1450px) and (min-width:1028px) {


    .drop-acount {
        left: -60px;
    }

    #_row_title_picture {
        margin: 0px;
        padding: 0px;
    }

    ._t {
        padding: 9px 0px 0px 0px !important;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 22px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 14px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (max-width:1028px) and (min-width:768px) {
    #_row_title_picture {
        margin: 0px;
        padding: 0px;
    }

    ._text_image_location_price {
        padding-left: 45px;
        margin-top: 30px;
    }

    #_list {
        padding: 0px;
    }

    #result_list {
        height: unset;
    }

    #mobileSearchIcon {
        max-width: 6.6%;
    }

    ._t {
        padding: 9px 0px 0px 0px !important;
    }

    ._d {
        display: unset !important;
    }

    ._p3 {
        margin-top: 5px;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 40px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 20px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (max-width:768px) and (min-width:425px) {
    #_row_title_picture {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    #_row_picture {
        text-align: center;
    }

    #_btn_change_photo {
        top: 22px;
    }

    #_list {
        padding: 0px;
    }

    #result_list {
        height: unset;
    }

    #mobileSearchIcon {
        max-width: 8.6%;
    }

    ._t {
        padding: 9px 0px 0px 0px !important;
    }

    ._d {
        display: unset !important;
    }

    ._p3 {
        margin-top: 5px;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 40px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 20px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (max-width:425px) and (min-width:375px) {
    #_btn_save_prices_location {
        text-align: center;
    }

    #_LocationList {
        text-align: center;
        margin-top: 53px;
    }

    #_btn_change_photo {
        top: 10px;
    }

    ._text_image_location_price {
        padding-left: 0px;
        margin-top: 30px;
    }

    #_sort_by_menu {
        padding-right: 0px;
        padding-top: 8px;
        display: -webkit-box;
        text-align: -webkit-right;
    }

    #_sort_distance_menu {
        display: -webkit-box;
    }

    ._hello_1 {
        font-size: 1.1rem;
    }

    #_list {
        padding: 0px;
    }

    #distance {
        width: 120px;
    }

    #sort_by {
        width: 120px;
    }

    #result_list {
        height: unset;
    }

    #mobileSearchIcon {
        max-width: 15.6%;
    }

    ._t {
        padding: 9px 0px 0px 5px !important;
    }

    ._d {
        display: -webkit-box !important;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._p {
        text-align: right !important;
        padding-right: 13px;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 22px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 14px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (max-width:375px) and (min-width:320px) {
    ._text_image_location_price {
        padding: 0px;
    }

    #_LocationList {
        text-align: center;
        margin-top: 55px;
    }

    #_btn_change_photo {
        top: 10px;
    }

    #_btn_save_prices_location {
        text-align: center;
    }

    #_sort_by_menu {
        padding-right: 0px;
        padding-top: 8px;
    }

    ._hello_1 {
        font-size: 1.1rem;
    }

    #_list {
        padding: 0px;
    }

    #distance {
        width: 120px;
    }

    #sort_by {
        width: 120px;
    }

    #result_list {
        height: unset;
    }

    #mobileSearchIcon {
        max-width: 17.5%;
    }

    ._d {
        display: -webkit-box !important;
    }

    ._t {
        padding: 0px 0px 0px 0px !important;
        font-size: 14px;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-top: 8px !important;
    }

    ._p {
        font-size: 21px !important;
        padding: 12px 0px 4px 0px;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding-top: 11px !important;
        text-align: right !important;
        padding-right: 13px;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 22px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 14px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (max-width:320px) {
    ._text_image_location_price {
        padding: 0px;
        margin-top: 30px;
    }

    #_LocationList {
        text-align: center;
        margin-top: 50px;
    }

    #_btn_change_photo {
        top: 10px;
    }

    #_btn_save_prices_location {
        text-align: center;
    }

    #_sort_by_menu {
        padding-right: 0px;
        padding-top: 8px;
    }

    ._hello_1 {
        font-size: 1.1rem;
    }

    #_list {
        padding: 0px;
    }

    #distance {
        width: 100px;
    }

    #sort_by {
        width: 100px;
    }

    #result_list {
        height: unset;
    }

    #mobileSearchIcon {
        max-width: 20.6%;
    }

    .__image {
        min-height: 80px;
        height: 80px;
    }

    ._match {
        top: 75px;
        font-size: 1.1rem;
    }

    ._t {
        padding: 10px 0px 0px 5px;
        font-size: 14px;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-top: 8px !important;
    }

    ._d {
        font-size: 8px !important;
    }

    ._p {
        font-size: 17px !important;
        padding: 12px 0px 4px 0px;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding-top: 11px !important;
        text-align: right !important;
        padding-right: 8px;
    }

    ._p1 {
        font-size: 26px;
    }

    ._pt {
        margin: -2px 0px -8px 0px;
    }

    .c_span1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_span2 {
        font-size: 12px;
        line-height: 20px;
    }

    #c_btn {
        text-align: center;
        text-align: -webkit-center;
    }

    ._question_btn {
        display: block;
        margin: 5px 0px 10px 0px;
    }

    ._no_01 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._no_02 {
        text-align: center;
        margin-left: 22px !important;
        margin-top: 12px !important;
    }

    ._no_03 {
        font-size: 13px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px !important;
    }

    ._no_04 {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (min-width:1024px) {
    .savePrice {
        width: 150px;
    }
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.fixed-bottom {
    display: none;
    height: 100px;
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
}

.daterangepicker.ltr {
    right: auto !important;
}
/* datatable new style */
.dTable {
    margin: 0px;
    min-width: 100%;
    margin-bottom: -2px;
    margin-top: 5px;
}

#number {
    font-size: 18px;
    position: relative;
    top: -12px;
    left: -30px;
    color: #fff;
    text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black;
}

._display_map {
    visibility: visible !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}
/* dont remove */
/* dont remove */
._pt {
    text-align: center;
    font-size: 11px;
    margin-bottom: -11px;
}

.location-map {
    overflow: hidden;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

@media only screen and (min-width:1025px) {
    .location-map {
    }
}

@media (max-width:1040px) and (min-width:768px) {
    #_list {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #mapa {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:1028px) and (min-width:300px) {
    footer {
        display: none;
    }

    #desktop_menu {
        display: none;
        visibility: hidden;
    }

    #mobile_menu {
        display: block;
        margin: 0px;
        height: 90px;
    }

    ._price {
        margin: 0px !important;
        padding: 0px;
    }

    ._t {
        padding-top: 14px;
    }

    ._p {
        font-size: 16px;
        padding-top: 14px;
    }

    ._p2 {
        margin: -12px 0px -2px 0px;
    }

    ._d {
        display: -webkit-box;
        font-size: 8px;
        margin-top: -5px;
    }

    ._p {
        text-align: center;
    }
    ._p1 {
        text-align: center;
    }

    ._t {
        padding-right: 0px;
    }

    ._s2 {
        position: relative;
        top: -11px;
        left: 6px;
        font-size: 18px;
    }

    ._pt {
        text-align: center;
        font-size: 11px;
        margin-bottom: -11px;
    }

    ._p2 {
        margin: -10px 0px -2px 0px;
    }

    #_list {
        margin-bottom: 100px;
    }

    #result_list {
        overflow: unset;
    }

    .price_title {
        font-size: 14px;
        text-align: right;
    }

    .price_unit {
        text-align: right;
        display: block;
        margin-top: -5px;
    }

    .price_val {
        text-align: center;
    }

    #mobile_icons .btn {
        margin: 0px;
        height: 50px;
        background-color: transparent;
    }

    .row.odd {
        background-color: transparent !important;
    }

    .btn-group-justified > .form-group:not(:last-child) {
        border: 1px solid rgba(102,102,102,0.7);
        display: table-caption;
    }

    .form-group .form-line .search {
        border-bottom: 1px solid #fff !important;
    }

    #_search > .btn-group-justified > .form-group {
        width: 100%;
        border: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        padding-left: 0;
    }

    #_search > .btn-group-justified > .mobile {
        margin-bottom: 0px;
    }

    #mobile_menu {
        display: block;
        position: relative;
        z-index: 1000;
        overflow: hidden;
        width: 100%;
        height: 80px;
        background-color: #00b0e4;
    }

        #mobile_menu a {
            float: left;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 5px 14px 5px 14px;
            text-decoration: none;
            font-size: 17px;
        }

            #mobile_menu a:hover {
                background: #f1f1f1;
                color: black;
            }

            #mobile_menu a.active {
                background-color: #4CAF50;
                color: white;
            }

    #mobile_icons {
        box-shadow: unset;
    }

        #mobile_icons .btn {
            margin: 0px 10px 0px 10px;
            width: 80px;
            height: 50px;
        }

            #mobile_icons .btn img {
                width: 32px;
            }

    ._mobile_settings_content_ > .swal2-content .list-group .list-group-item {
        border: none;
    }

    .sweet-alert input {
        display: initial !important;
    }

    ._mobile_settings_content_ > .swal2-content .list-group .row .trn {
        padding-right: 10px;
        text-align: right;
    }

    svg path {
        fill: red;
    }
}
/* location prices new Layout */
._hold {
    min-height: 300px;
}

#_LocationPrices > .btn-group-justified > .form-group {
    padding: 28px 10px 1px 10px;
}

#formSendImage {
    display: none;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    cursor: pointer;
}

.panel-body {
    padding: 15px;
}

.panel-group .panel-primary {
    border: 1px solid #00b0e4;
}

    .panel-group .panel-primary .panel-title {
        background-color: #00b0e4 !important;
    }

.panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a {
    text-decoration: none;
    color: #f6f6f6;
}

    .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
        text-decoration: none;
        color: #fff;
    }

#_LocationPrices > .btn-group-justified .form-group {
    display: table-caption;
    border: none;
    border-bottom: 1px solid rgba(102,102,102,0.7);
    margin-bottom: 0px;
}

.locationLabel {
    top: 0px !important;
}

.input_group_title {
    width: 100%;
}

.price-set {
    font-size: 20px;
}

.group_disabled {
    color: #c3c3c3;
}

.panel-title a {
    display: inline-flex !important;
}

.panel-r {
    float: right;
}

.panel-title span {
    color: #fff;
    display: inline-block;
    display: inline-flex;
    vertical-align: top;
    margin: 10px 10px 0px 0px;
}

.panel-title .material-icons {
    float: right !important;
    line-height: 16px;
    margin-right: 8px;
    font-size: 40px;
    color: #fff;
    padding-top: 11px;
}

.price-ppt-name {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    background-color: #efefef;
    font-weight: bold;
}

.price-service {
    display: inline-flex;
    width: 50% !important;
}

.price-set {
    display: inline-flex;
    width: 40% !important;
}

._list_title {
    margin: 0px;
    padding: 0px;
}

#_LocationList .form-group .form-control {
    width: 100% !important;
    text-align: left !important;
}

#_LocationList ._top_search > label {
    position: relative;
    top: -45px !important;
}

#_LocatonList .flag_group {
    margin: 20px 0px 10px 0px;
}

.flag_group .form-group {
    padding: 0px 5px 0px 5px;
}

._desc_01 {
    width: 60%;
}

._desc_02 {
    width: 40%;
    padding: 0px 20px 0px 0px;
}
/* bootstrap select */
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.form-group .form-line.normal._inputDisabled .form-control {
    cursor: not-allowed;
}

@media screen and (max-width:900px) and (min-width:300px) {
    .h_match span {
        font-size: 16px;
    }

    ._desc_01 {
        width: 60%;
    }

    ._desc_02 {
        width: 40%;
        padding: 13px 20px 0px 0px;
    }

    ._list_title {
        margin: 30px 0px 0px 0px;
    }

    #_LocationPrices > .btn-group-justified > .form-group:not(:last-child) {
        border: none;
        border-bottom: 1px solid rgba(102,102,102,0.7);
        margin-bottom: 0px;
    }

    #_LocationPrices > .btn-group-justified > #btn_save {
        margin-top: 30px;
    }

    .input-group-addon {
        width: 100%;
    }

    .input_price_on {
        width: 68px;
        display: -webkit-inline-box;
        float: right;
    }
}

._fix_it {
    margin-top: 15px;
    display: grid;
}

.GaugeMeter {
    position: Relative;
    text-align: Center;
    overflow: Hidden;
    cursor: Default;
    display: inline-block;
}

    .GaugeMeter SPAN, .GaugeMeter B {
        width: 54%;
        position: Absolute;
        text-align: Center;
        display: Inline-Block;
        color: RGBa(0,0,0,.8);
        font-weight: 100;
        font-family: "Open Sans",Arial;
        overflow: Hidden;
        white-space: NoWrap;
        text-overflow: Ellipsis;
        margin: 0 23%;
    }

    .GaugeMeter[data-style="Semi"] B {
        width: 80%;
        margin: 0 10%;
    }

    .GaugeMeter S, .GaugeMeter U {
        text-decoration: None;
        font-size: .60em;
        font-weight: 200;
        opacity: .6;
    }

    .GaugeMeter B {
        color: #000;
        font-weight: 200;
        opacity: .8;
    }

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    #desktop_menu {
        top: 81px;
        height: 185px;
        display: block;
        position: relative;
        z-index: 200;
    }
}

table.dataTable tbody tr.selected {
    background-color: #00b0e473 !important;
}

html {
    overflow-y: auto;
}

body {
    overflow-y: auto;
    display: unset;
}

.DT-waiting {
    opacity: 1 !important;
}

.DT-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
}

.createInOutDiv {
    display: none;
}

.DT-disabled-div {
    display: block;
}

.createProduct {
    float: right;
}

.createInOut {
    float: right;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

@keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

._check_stock {
    left: unset !important;
    opacity: 1 !important;
}

._modal_close {
    text-align: center !important;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.logoImg {
    width: 75px;
    margin-top: 4px;
    margin-left: 15px;
}

.btn-top-right {
    height: 32px;
    min-width: 120px;
    background-color: #4CAF50 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.btn-top-right-white {
    height: 32px;
    min-width: 120px;
    background-color: white !important;
    color: gray !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.btn-row {
    cursor: pointer;
    font-size: 12px;
    margin: 0px;
    height: 12px;
    width: 24px;
    margin-top: -7px;
    color: #00b0e4;
}

.dtCustomButton {
    float: left;
    background-color: #4CAF50 !important;
    color: white !important;
    height: 32px;
    min-width: 120px;
    text-align: center;
}

.buttons-print {
    float: right;
    height: 32px;
}

.buttons-html5 {
    float: right;
    height: 32px;
}

.group {
    background-color: #f2f2f2 !important;
    color: #00b0e4;
    font-weight: 400;
    font-size: 14px;
}

.dtSearchHeader ._top_search > label {
    top: -30px;
}

.dtSearchHeader ._top_search > input {
    color: #fff;
}

#grid > .check-label {
    margin-bottom: 0px;
}

.dtSearchHeader ._top_search > input {
    padding-bottom: 2px;
}

.btn_order {
    background-color: #4CAF50;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
}
/* checkbox material size checkbox */
table.dataTable tbody tr td [type="checkbox"] + label {
    margin-bottom: 0px;
    height: 13px;
    padding-left: 16px;
}

table.dataTable tbody tr td [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #00b0e4;
    top: 0px;
    z-index: 0;
}
/* checkbox material size filled */
table.dataTable tbody tr td [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 12px;
    height: 12px;
}

table.dataTable tbody tr td [type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 0px;
    width: 6px;
    height: 7px;
}

.widget {
    position: relative;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.07);
    box-shadow: 0 0 8px rgba(0,0,0,0.07);
}

.widget-tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 9px 12px 0;
    text-align: left;
    direction: rtl;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}

.widget-tab, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    line-height: 36px;
    font-weight: normal;
    color: #999;
    background: #fcfcfc;
    border: solid #ddd;
    border-width: 1px 1px 0;
    border-radius: 5px 5px 0 0;
    padding-bottom: 0;
    bottom: auto;
}

    .widget-tab > .widget-tab-link, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab > .widget-tab-link, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab > .widget-tab-link, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) ~ .widget-tab > .widget-tab-link, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) ~ .widget-tab > .widget-tab-link, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab > .widget-tab-link {
        margin: 0;
        border-top: 0;
    }

    .widget-tab + .widget-tab {
        margin-right: -1px;
    }

    .widget-tab:last-child, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2), .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3), .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4), .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child {
        bottom: -1px;
        margin-top: 0;
        padding-bottom: 2px;
        line-height: 34px;
        font-weight: bold;
        color: #555;
        background: white;
        border-top: 0;
    }

        .widget-tab:last-child > .widget-tab-link, .widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child > .widget-tab-link, .widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) > .widget-tab-link, .widget-list:target:nth-of-type(3) ~ .widget-tabs > .widget-tab:nth-child(3) > .widget-tab-link, .widget-list:target:nth-of-type(4) ~ .widget-tabs > .widget-tab:nth-child(4) > .widget-tab-link, .widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child > .widget-tab-link {
            margin: 0 -1px;
            border-top: 4px solid #00b0e4;
        }

.widget-tab-link {
    display: block;
    min-width: 60px;
    padding: 0 15px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
}

.widget-list {
    display: none;
    padding-top: 50px;
}

    .widget-list > li + li {
        border-top: 1px solid #e8e8e8;
    }

    .widget-list:last-of-type {
        display: block;
    }

    .widget-list:target {
        display: block;
    }

        .widget-list:target ~ .widget-list {
            display: none;
        }

.widget-list-link {
    display: block;
    line-height: 18px;
    padding: 10px 12px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

    .widget-list-link:hover {
        background: #f7f7f7;
    }

li:last-child > .widget-list-link {
    border-radius: 0 0 3px 3px;
}

.widget-list-link > img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 12px 0 0;
}

.widget-list-link > span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #999;
}

.form-normal {
    color: gray !important;
    font-size: 1rem !important;
}

.dropdown-item {
    color: gray !important;
}

.noButton {
    border: none !important;
    border-color: transparent;
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    box-shadow: none !important;
    cursor: default;
}

.plus_list {
    float: right;
    display: flex;
    position: relative;
    top: -24px;
    right: -2px;
    z-index: 10;
}

.secondViewHeader .Ship > label {
    float: left;
    position: relative;
    top: -33px;
    z-index: 10;
    color: #9c9c9c;
    height: 10px;
}



#_holder_ {
    margin-top: -20px;
}

.shipment > label {
    top: -26px;
    font-size: 12px;
    text-transform: uppercase;
}

.shipment > .form-control {
    margin-top: 0px !important;
    background-color: transparent !important;
    padding-bottom: 0px;
}

.shipment .bootstrap-select .btn {
    padding-bottom: 0px;
    padding-top: 0px;
}

[type="checkbox"].dtHeaderFilter:not(:checked) + label:after {
    height: 13px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #5a5a5a;
}

[type="checkbox"].dtHeaderFilter + label {
    padding-left: 13px;
    height: 13px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
}

[type="checkbox"].dtHeaderFilter:checked + label:after {
    height: 13px;
    width: 12px;
}

[type="checkbox"].dtHeaderFilter:checked.chk-col-light-blue + label:after {
    border: 1px solid #fff;
    background-color: #fff;
}

[type="checkbox"].dtHeaderFilter:checked + label:after {
    top: 0;
    color: #000;
    width: 13px;
    height: 13px;
}

[type="checkbox"].dtHeaderFilter:checked + label:before {
    top: 0;
    left: 0px;
    width: 7px;
    height: 10px;
}

[type="checkbox"].dtHeaderFilter:checked + label:before {
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}

.secondViewHeader .no-round .bootstrap-select .btn {
    top: 0px;
    height: 27px;
    margin-top: 18px;
}

.modal {
    padding: 0px !important;
    overflow: auto;
}

#_add_product .bootstrap-select .dropdown-menu {
    position: absolute !important;
    float: left;
    font-size: 1rem;
    color: #212529;
}

    #_add_product .bootstrap-select .dropdown-menu.inner {
        position: relative !important;
    }

.dtFirst {
    width: 25px !important;
    text-align: center;
}

.filterselected {
    border-color: #00b0e4;
    border: 2px solid #00b0e4 !important;
}

.filterButton {
    border-color: transparent;
    border-radius: 2px;
    border: none;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1;
    color: inherit;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}

.subview {
    overflow: scroll;
    padding-bottom: 30px;
}

.bootstrap-select {
    z-index: auto;
}

[type="checkbox"].headerCheckbox + label {
    height: 11px;
    padding-left: 16px;
}

[type="checkbox"].headerCheckbox:not(:checked) + label:after {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
}

[type="checkbox"].headerCheckbox:checked + label:after {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
}

[type="checkbox"].headerCheckbox:checked.chk-col-light-blue + label:after {
    border: 2px solid #fff;
    background-color: #fff;
}

[type="checkbox"].headerCheckbox:checked + label:before {
    top: 0;
    left: 0px;
    width: 6px;
    height: 7px;
}

[type="checkbox"].headerCheckbox:checked + label:before {
    border-right: 2px solid #03A9F4 !important;
    border-bottom: 2px solid #03A9F4 !important;
}

.supTitle {
    font-size: 12px;
    vertical-align: middle !important;
}

.sendShip {
    height: 100%;
    background-color: #fff;
    color: #808080;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
}

._save_agent{
    cursor: pointer;
    color: #9c9c9c;
}

._save_delivery{
    cursor: pointer;
    color: #9c9c9c;
}




.shipPackages {
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  background-position-y: 10px;
  max-height: 21px;
}

._hide_ {
    display: none;
}

.dataBox {
    min-height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

/**
 * Box model adjustments
 * `border-box`... ALL THE THINGS - http://cbrac.co/RQrDL5
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
  * 1. Force a vertical scrollbar - http://cbrac.co/163MspB
  * NOTE: Use `text-rendering` with caution - http://cbrac.co/SJt8p1
  * NOTE: Avoid the webkit anti-aliasing trap - http://cbrac.co/TAdhbH
  * NOTE: IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the
  *       viewport <meta> tag is used - http://cbrac.co/1cFrAvl
  */

html {
    font-size: 100%;
    overflow-y: scroll; /* 1 */
    min-height: 100%;
}

/**
  * 1. Inherits percentage declared on above <html> as base `font-size`
  * 2. Unitless `line-height`, which acts as multiple of base `font-size`
  */

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1em; /* 1 */
    line-height: 1.5; /* 2 */
    color: #444;
}

/* Page wrapper */
.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center;
}

/* Icons */
.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #808080;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.333;
    text-rendering: optimizeLegibility;
}

/**
  * stockspots modal
  */



.stockModal {
    position: absolute;
    z-index: 1000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

    .stockModal.is-visible {
        visibility: visible;
    }

.stockModal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.stockModal.is-visible .stockModal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.stockModal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

    .modal-close:hover {
        color: #777;
    }

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

/**
  * stockspots modal
  */
/** * Box model adjustments * `border-box`... ALL THE THINGS - http://cbrac.co/RQrDL5 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/** * 1. Force a vertical scrollbar - http://cbrac.co/163MspB * NOTE:Use `text-rendering` with caution - http://cbrac.co/SJt8p1 * NOTE:Avoid the webkit anti-aliasing trap - http://cbrac.co/TAdhbH * NOTE:IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the * viewport <meta>tag is used - http://cbrac.co/1cFrAvl */
html {
    font-size: 100%;
    overflow-y: scroll;
    /* 1 */
    min-height: 100%;
}
/** * 1. Inherits percentage declared on above <html>as base `font-size` * 2. Unitless `line-height`,which acts as multiple of base `font-size` */
body {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    color: #444;
}
/* Page wrapper */
.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center;
}
/* Icons */
.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #808080;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.333;
    text-rendering: optimizeLegibility;
}
/** * stockspots modal */
.stockModal {
    position: absolute;
    z-index: 1000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

    .stockModal.is-visible {
        visibility: visible;
    }

.stockModal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,0%,0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s,opacity 0.3s;
}

.stockModal.is-visible .stockModal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0,0%,0%,0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.stockModal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header, .modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0,0%,0%,0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

    .modal-close:hover {
        color: #777;
    }

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}
/** * stockspots modal */
.swall-overlay {
    z-index: 100005;
}

.swal-modal {
    z-index: 99999;
}

.bootstrap-select > .dropdown-toggle {
    z-index: 0;
}

.pagination li {
    z-index: 0;
}

#oSectionMain{
    z-index: 0;
    margin-bottom: 60px!important;
}

.remove-scroll .bootstrap-select ul.dropdown-menu{
    max-height:unset!important;
}

.page-item.active .page-link{
    margin-right: 1px;
}


.dataTables_length{
Font-size: 12px;
Color: gray;
margin-left: 3px;
}

.dataTables_wrapper select{
Font-size: 12px;
Color: gray;
}

.delete_data{
    cursor: pointer;
}

.row.no-data-margin {
    margin: 0px;
}

._result_table_ tr th {
    font-size: 14px;
    vertical-align: middle;
}

._result_table_ tr td {
    font-size: 14px;
    vertical-align: middle;
}

._result_table_ tr td input{
    font-size: 14px!important;
}

.action_column{
    width: 15px!important;
}

.plus-list-margin::after {
    position: relative;
    right: 26px;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    color: #495057 !important;
}

.no-round-plain .bootstrap-select .btn *{
    background-color: transparent;
}

.dropdown-toggle::after {
    color: #9c9c9c;
}

._mobile > ._calendar_icon {
    right: -6px;
}

.copy_data{
    font-size: 20px;
    cursor: pointer;
}


#_mobile_filter  .no-round{
    border-bottom: 1px solid #ccc;
    margin-top: -13px;
}

#_mobile_filter .bootstrap-select .btn {
    top: 0px;
    height: 27px;
    margin-top: 18px;
}

.zindex_fix{
    z-index: 100!important;
}

.Ship .bootstrap-select .btn{
    height: 25px;
}

._25_{
    width: 25px;
}

._distance {
    font-size: 14px;
}
@media screen and (max-width: 850px) {
    ._city {
        font-size: 14px;
    }
    ._distance {
        font-size: 12px;
    }
}