/*

  WIWET.com - ASP.NET Templates

  FOXCLOUD Template

*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,300italic,700,700italic);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/* Template Code */
/* General */
:root {
    --primary: #fff;
    --dark: #333;
    --light: #fff;
    --brandpri: #204876;
    --brandsec: #666666;
    --brandtri: #999999;
    --shadow: 0 1px 5px rgba(104,104,104,0.8);
}

a {
    text-decoration: none;
    color: #333333;
    color: var(--brandpri);
}

input.readonly {
    /*width: 750px;*/
    background-color: Transparent;
    border: 0;
    color: #000;
    margin-bottom: -1px;
}

a:hover {
    text-decoration: underline;
}

/* ======================== */
/* Header */
/* ======================== */
.header {
    position: relative;
}

    .header .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 230px;
        height: 80px;
        line-height: 80px;
        padding: 0 20px;
        text-align: center;
        background: #eeeeee;
        z-index: 100;
        -webkit-transition: none;
        transition: none;
    }

        .header .logo img {
            width: 175px;
            height: auto;
            vertical-align: middle;
        }
.Hierarchylogo {
    width: 65px;
    height: 65px;
  
    
}
    .header .main-sidebar-toggle {
        /*position: absolute;
    top: 80px;
    left: 0;
    width: 230px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: #1a2020;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;*/
        /*pointer-events: none;*/
    }

/*.header .main-sidebar-toggle .icon {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
}

.header .main-sidebar-toggle .icon span,
.header .main-sidebar-toggle .icon span::before,
.header .main-sidebar-toggle .icon span::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    content: '';
    background: #eeeeee;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header .main-sidebar-toggle .icon span {
    top: 14px;
}

.header .main-sidebar-toggle .icon span::before {
    top: -8px;
}

.header .main-sidebar-toggle .icon span::after {
    top: 8px;
}*/

#main-wrapper {
    overflow: hidden;
    /*background-color: #262e2e;*/
}

#page-wrapper {
    background-color: #efefef;
    /*box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);*/
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

#page-content {
    display: table;
    width: 100%;
    table-layout: fixed;
}


    #page-content .page-content {
        display: table-cell;
        width: auto;
        padding: 40px 20px 0;
        vertical-align: top;
    }

.header-top-bar {
    position: relative;
    height: 80px;
    padding: 10px 20px 10px 250px;
    background: #eeeeee;
}

    .header-top-bar:before,
    .header-top-bar:after {
        content: " ";
        display: table;
    }

    .header-top-bar:after {
        clear: both;
    }

    .header-top-bar:before,
    .header-top-bar:after {
        content: " ";
        display: table;
    }

    .header-top-bar:after {
        clear: both;
    }

    .header-top-bar .toggle-content {
        position: absolute;
        display: block;
        width: 240px;
        top: 100%;
        left: 0;
        margin-top: 15px;
        z-index: 100;
        box-shadow: 0 0 10px 0 rgba(38, 46, 46, 0.25);
        border-radius: 8px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .header-top-bar .toggle-content.isOpen {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .header-top-bar .toggle-content::before {
            position: absolute;
            display: block;
            content: '';
            width: 0;
            height: 0;
            top: -5px;
            left: 12px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #ffffff;
        }

        .header-top-bar .toggle-content h5 {
            margin: 0;
            padding: 10px 20px;
            background-color: #ffffff;
            border-radius: 8px 8px 0 0;
            line-height: 24px;
            font-size: 18px;
            font-weight: 700;
            color: #333333;
            color: var(--brandpri);
        }

        .header-top-bar .toggle-content > div {
            padding: 15px 20px;
            background-color: #333333;
            background-color: var(--brandpri);
            border-radius: 0 0 8px 8px;
            color: #ffffff;
        }

        .header-top-bar .toggle-content ul {
            list-style-type: none;
            padding: 0px;
        }

            .header-top-bar .toggle-content ul li a {
                color: #FFF;
                font-size: 18px;
                line-height: 40px;
            }

                .header-top-bar .toggle-content ul li a i {
                    margin-right: 15px;
                }

        .header-top-bar .toggle-content.email-dropdown .row {
            margin-left: 0px;
            margin-right: 0px;
            padding: 10px 0px;
            border-bottom: 2px solid #4ec4ff;
        }

            .header-top-bar .toggle-content.email-dropdown.team-dropdown .row,
            .header-top-bar .toggle-content.email-dropdown .row:last-child {
                border-bottom: none;
            }

        .header-top-bar .toggle-content.email-dropdown span {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 50%;
            background: #FFF;
            font-weight: 300;
            font-size: 18px;
            color: #262e2e;
        }

        .header-top-bar .toggle-content.email-dropdown p {
            margin: 0px;
            font-size: 14px;
            font-weight: 700;
        }

        .header-top-bar .toggle-content.email-dropdown h6 {
            margin: 0px;
            font-size: 10px;
            text-align: right;
            font-weight: 700;
        }

        .header-top-bar .toggle-content.email-dropdown.team-dropdown h6 {
            font-weight: 400;
            text-align: left;
            font-size: 14px;
        }

        .header-top-bar .toggle-content > div:not(:last-child) {
            border-radius: 0px;
        }

        .header-top-bar .toggle-content.options-dropdown > div {
            padding-bottom: 20px;
        }

        .header-top-bar .toggle-content.options-dropdown p {
            margin: 0px;
            line-height: 50px;
            font-weight: 700;
            font-size: 14px;
        }

        .header-top-bar .toggle-content .customRadio input[type=radio] {
            display: none;
        }

        .header-top-bar .toggle-content .customRadio {
            margin-bottom: 15px;
        }

            .header-top-bar .toggle-content .customRadio span {
                width: 13px;
                height: 13px;
                border: 2px solid #FFF;
                display: inline-block;
                border-radius: 50%;
                margin-right: 10px;
            }

            .header-top-bar .toggle-content .customRadio input[type=radio]:checked + label span {
                background: #FFF;
            }

            .header-top-bar .toggle-content .customRadio label {
                cursor: pointer;
                font-size: 14px;
                font-weight: 700;
                margin: 0px;
            }

        .header-top-bar .toggle-content.right-align {
            left: auto;
            right: 0;
        }

            .header-top-bar .toggle-content.right-align::before {
                left: auto;
                right: 12px;
            }

.header-icon-toggle {
    position: relative;
    float: left;
    margin-top: 12px;
    margin-right: 20px;
}

    .header-icon-toggle .toggle {
        position: relative;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
        background: #333333;
        background: var(--brandpri);
        text-align: center;
        color: #ffffff;
    }



    .header-icon-toggle .helpdesk {
        position: relative;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
        background: #333333;
        background: var(--brandpri);
        text-align: center;
        color: #ffffff;
    }

    .header-icon-toggle .toggle:hover {
        background-color: #006699;
    }

    .header-icon-toggle .helpdesk:hover {
        background-color: #006699;
    }


    .header-icon-toggle .toggle .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #24bce8;
        background-color: #ff6363;
    }

    .header-icon-toggle .helpdesk .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #24bce8;
        background-color: #ff6363;
    }

    .header-icon-toggle.secondary {
        float: right;
    }

        .header-icon-toggle.secondary .toggle {
            background: #ffffff;
            color: #333333;
            color: var(--brandpri);
            border: 2px solid #333333;
            border: 2px solid var(--brandpri);
            border: 2px solid #FFF;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
            -moz-box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
            box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
            line-height: 30px;
        }


        .header-icon-toggle.secondary .helpdesk {
            background: #ffffff;
            color: #333333;
            color: var(--brandpri);
            border: 2px solid #333333;
            border: 2px solid var(--brandpri);
            border: 2px solid #FFF;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
            -moz-box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
            box-shadow: 0px 0px 5px 1px rgba(28,27,28,0.75);
            line-height: 30px;
        }

        .header-icon-toggle.secondary .toggle:hover {
            background-color: #ffffff;
            border-color: #005580;
            color: #005580;
        }

        .header-icon-toggle.secondary .helpdesk:hover {
            background-color: #ffffff;
            border-color: #005580;
            color: #005580;
        }

.header-search-form {
    position: relative;
    margin: 12px 0 0;
    padding-left: 45px;
    float: left;
}

    .header-search-form input[type="text"] {
        border: 0;
        outline: 0;
        margin: 0;
        padding: 5px 0 3px 0px;
        width: 180px;
        height: 34px;
        line-height: 24px;
        background: none;
        border-bottom: 2px solid #333333;
        border-bottom: 2px solid var(--brandpri);
        font-weight: 400;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 18px;
    }

        .header-search-form input[type="text"]::-moz-placeholder {
            color: #333333;
            color: var(--brandpri);
            opacity: 1;
        }

        .header-search-form input[type="text"]:-ms-input-placeholder {
            color: #333333;
            color: var(--brandpri);
        }

        .header-search-form input[type="text"]::-webkit-input-placeholder {
            color: #333333;
            color: var(--brandpri);
        }

        .header-search-form input[type="text"]:hover {
            border-color: #006699;
        }

            .header-search-form input[type="text"]:hover + input[type="submit"] {
                background-color: #006699;
            }

        .header-search-form input[type="text"]:focus {
            border-color: #262e2e;
        }

            .header-search-form input[type="text"]:focus + input[type="submit"] {
                background-color: #262e2e;
            }

                .header-search-form input[type="text"]:focus + input[type="submit"]:hover {
                    background-color: #006699;
                }

    .header-search-form input[type="submit"] {
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        background: #333333;
        background: var(--brandpri);
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
        text-align: center;
        font-family: FontAwesome;
        font-size: 16px;
        color: #ffffff;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        .header-search-form input[type="submit"]:hover {
            background-color: #006699;
        }


.header-account {
    position: relative;
    float: right;
}

.header-accountAmen {
    position: relative;
    float: left;
}

    .header-accountAmen .toggle {
        position: relative;
        display: block;
        margin-left: 20px;
        padding: 10px 0 10px 60px;
    }

        .header-accountAmen .toggle .avatar {
            position: absolute;
            top: 5px;
            left: 0;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

        .header-accountAmen .toggle h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            color: #333333;
            color: var(--brandpri);
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

        .header-accountAmen .toggle h5 {
            margin: 0;
            font-size: 12px;
            font-weight: 300;
            line-height: 20px;
            color: #333333;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }





.header-account .toggle {
    position: relative;
    display: block;
    margin-left: 20px;
    padding: 10px 0 10px 60px;
}

    .header-account .toggle .avatar {
        position: absolute;
        top: 5px;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .header-account .toggle h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: #333333;
        color: var(--brandpri);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .header-account .toggle h5 {
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        color: #333333;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .header-account .toggle:hover .avatar {
        -webkit-filter: grayscale();
        filter: grayscale();
    }

    .header-account .toggle:hover h4 {
        color: #262e2e;
    }

/*.header-title-bar .breadcrumbs {
    float: right;
    margin: 0;
}

.header-title-bar .breadcrumbs li {
line-height: 50px;
font-weight: 300;
}

.header-title-bar .breadcrumbs li::after {
    color: #939797;
}

.header-title-bar .breadcrumbs li a:hover {
    color: #939797;
}*/

.navbar-toggler-label {
    float: right;
}

.brcrumbs {
    float: left;
    width: 100%;
    display: none;
    text-align: center;
}

.brcrumbs-top-bar {
    float: left;
    width: 100%;
    display: inline;
    text-align: right;
}

.hiddencol {
    display: none;
}


.wiwet-sign-up-page {
    margin-top: 2%;
    margin-bottom: 2%;
}

.wiwet-sign-up-box {
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 7px solid #333333;
    border-bottom: 7px solid var(--brandpri);
    padding-bottom: 25px;
    column-gap: 20px;
}

.avatar {
    position: absolute;
    top: 5px;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.wiwet-sign-up-box h1 {
    background: #333333;
    background: var(--brandpri);
    color: #FFF;
    font-size: 24px;
    line-height: 72px;
    margin-bottom: 45px;
}

    .wiwet-sign-up-box h1 i {
        margin-right: 15px;
    }

    .wiwet-sign-up-box h1 + div {
        padding: 0px 20px;
    }

.wiwet-sign-up-box input[type=text],
.wiwet-sign-up-box input[type=password],
.wiwet-sign-up-box input[type=date] {
    display: block;
    border: 2px solid #333333;
    border: 2px solid var(--brandpri);
    line-height: 47px;
    height: 47px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    color: var(--brandpri);
}

.TextFields {
    display: block;
    border: 2px solid #333333;
    border: 2px solid var(--brandpri);
    line-height: 47px;
    height: 47px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    color: var(--brandpri);
    text-wrap: none;
}

.TextFieldsBtnRight {
    display: block;
    border: 2px solid #333333;
    border: 2px solid var(--brandpri);
    line-height: 47px;
    height: 47px;
    width:100%;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    color: var(--brandpri);
    text-wrap: none;
}
.BtnBtnRight {
    display: block;
    border: 2px solid #333333;
    border: 2px solid var(--brandpri);
    line-height: 47px;
    float: left;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 22px;
    padding: 3px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    color: var(--brandpri);
    text-wrap: none;
    float:right;
}

.template-checkbox {
    text-align: center;
}

.TextFieldsMultiLine {
    display: block;
    border: 2px solid #333333;
    border: 2px solid var(--brandpri);
    height: 94px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    color: var(--brandpri);
    text-wrap: none;
}

.TextFieldsSmall {
    display: block;
    border: 1px solid #333333;
    border: 1px solid var(--brandpri);
    line-height: 30px;
    height: 30px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 0px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    color: var(--brandpri);
}
.txtLabel {
    display: block;
    border: none;
    background: white !important;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0px;
    padding: 0px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    float: right !important;
}

input:focus {
    outline: none;
}

.wiwet-sign-up-box input[type=text]::-webkit-input-placeholder,
.wiwet-sign-up-box input[type=password]::-webkit-input-placeholder {
    color: #333333;
    color: var(--brandpri);
}

.wiwet-sign-up-box input[type=text]:-moz-placeholder,
.wiwet-sign-up-box input[type=password]:-moz-placeholder {
    color: #333333;
    color: var(--brandpri);
}

.wiwet-sign-up-box input[type=text]::-moz-placeholder,
.wiwet-sign-up-box input[type=password]::-moz-placeholder {
    color: #333333;
    color: var(--brandpri);
}

.wiwet-sign-up-box input[type=text]:-ms-input-placeholder,
.wiwet-sign-up-box input[type=password]:-ms-input-placeholder {
    color: #333333;
    color: var(--brandpri);
}

.wiwet-sign-up-box input[type=submit],
.wiwet-sign-up-box a.submit {
    border-radius: 10px;
    display: inline-block;
    width: 280px;
    background: #333333;
    background: var(--brandpri);
    height: 55px;
    line-height: 55px;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 60px;
}

.wiwet-file-input {
    width: 100%;
}

.wiwet-file-input {
    height: 32px;
    width: 64px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    height: 270px;
    margin: 0px auto 50px;
    background: #cfcfcf url('../images/upload.png') no-repeat center;
}

.fileInput {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}


a.submit {
    border-radius: 10px;
    display: inline-block;
    min-width: 120px;
    /*width: 160px;*/
    background: #333333;
    background: var(--brandpri);
    height: 47px;
    line-height: 47px;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: center !important;
    text-align: center;
}

.aspNetDisabled.fa {
    color: lightgray;
    pointer-events: none;
    opacity: 0.5;
}

.aspNetDisabled.submit {
    background-color: darkgray;
    color: lightgray;
    pointer-events: none;
    opacity: 0.5;
}
.aspNetDisabled.sideBarLink {
    background-color: darkgray;
    color: lightgray;
    pointer-events: none;
    opacity: 0.5;
}

a.SelectedDay {
    border-radius: 10px;
    display: inline-block;
    min-width: 120px;
    /*width: 160px;*/
    background: #666666;
    background: var(--brandsec);
    height: 47px;
    line-height: 47px;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: center !important;
    text-align: center;
}

a.DayButton {
    border-radius: 10px;
    display: inline-block;
    min-width: 120px;
    /*width: 160px;*/
    background: #999999;
    background: var(--brandtri);
    height: 47px;
    line-height: 47px;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: center !important;
    text-align: center;
}


.wiwet-sign-up-box h5 {
    color: #232323;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.wiwet-sign-up-box h6 {
    color: #232323;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
}

.wiwet-sign-up-box a {
    color: #333333;
    color: var(--brandpri);
    font-size: 14px;
    font-weight: 700;
}

.wiwet-sign-up-box .row div:first-child {
    text-align: left;
}

.wiwet-sign-up-box .row div:last-child {
    text-align: right;
}
/* Panels */
/* ======================== */
.panel {
    position: relative;
    margin-bottom: 40px;
    background: transparent;
    border: none;
}

    .panel .panel-title {
        position: relative;
        display: block;
        margin: 0;
        padding: 20px;
        line-height: 20px;
        border-radius: 6px 6px 0 0;
        background-color: #ffffff;
        box-shadow: inset 0 0 0 1px #e2e2e2;
        text-transform: uppercase;
        font-size: 16px;
        color: #262e2e;
    }

    .panel .panel-content {
        position: relative;
        padding: 20px 20px 23px;
        border-radius: 0 0 6px 6px;
        background-color: #ffffff;
        box-shadow: inset 0 -3px 0 0 #c9c9c9, inset 0 -1px 0 1px #e2e2e2;
    }

        .panel .panel-content > p:last-child,
        .panel .panel-content > ul:last-child,
        .panel .panel-content > ol:last-child,
        .panel .panel-content > pre:last-child,
        .panel .panel-content > table:last-child,
        .panel .panel-content > .progress:last-child,
        .panel .panel-content > .wiwet-tabs:last-child,
        .panel .panel-content > .wiwet-accordions:last-child {
            margin-bottom: 0;
        }

    .panel.panel-filled .panel-title::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
    }

.panel-default .panel-title {
    background-color: #333333;
    background-color: var(--brandpri);
    box-shadow: none;
    color: #ffffff;
}

.panel-default.panel-filled .panel-title::after {
    background-color: #9fa3a3;
}

.panel-default.panel-filled .panel-content {
    background-color: #acb0b0;
    box-shadow: inset 0 -3px 0 0 #929797;
    color: #ffffff;
}

.panel-primary .panel-title {
    background-color: #0088cc;
    box-shadow: none;
    color: #ffffff;
}

.panel-primary.panel-filled .panel-title::after {
    background-color: #0077b3;
}

.panel-primary.panel-filled .panel-content {
    background-color: #0088cc;
    box-shadow: inset 0 -3px 0 0 #006699;
    color: #ffffff;
}

.panel-secondary .panel-title {
    background-color: #262e2e;
    box-shadow: none;
    color: #ffffff;
}

.panel-secondary.panel-filled .panel-title::after {
    background-color: #1a2020;
}

.panel-secondary.panel-filled .panel-content {
    background-color: #262e2e;
    box-shadow: inset 0 -3px 0 0 #0f1212;
    color: #ffffff;
}

.panel-success .panel-title {
    background-color: #19CE9D;
    box-shadow: none;
    color: #ffffff;
}

.panel-success.panel-filled .panel-title::after {
    background-color: #16b78c;
}

.panel-success.panel-filled .panel-content {
    background-color: #19CE9D;
    box-shadow: inset 0 -3px 0 0 #13a17a;
    color: #ffffff;
}

.panel-info .panel-title {
    background-color: #24bce8;
    box-shadow: none;
    color: #ffffff;
}

.panel-info.panel-filled .panel-title::after {
    background-color: #17afdb;
}

.panel-info.panel-filled .panel-content {
    background-color: #24bce8;
    box-shadow: inset 0 -3px 0 0 #159dc4;
    color: #ffffff;
}

.panel-warning .panel-title {
    background-color: #f0c02e;
    box-shadow: none;
    color: #ffffff;
}

.panel-warning.panel-filled .panel-title::after {
    background-color: #eeb916;
}

.panel-warning.panel-filled .panel-content {
    background-color: #f0c02e;
    box-shadow: inset 0 -3px 0 0 #dba910;
    color: #ffffff;
}

.panel-danger .panel-title {
    background-color: #EC4848;
    box-shadow: none;
    color: #ffffff;
}

.panel-danger.panel-filled .panel-title::after {
    background-color: #ea3131;
}

.panel-danger.panel-filled .panel-content {
    background-color: #EC4848;
    box-shadow: inset 0 -3px 0 0 #e71a1a;
    color: #ffffff;
}
/*.col-sm-6{
    background: #eeeeee;
    text-align:left;
    padding:1.5rem 2rem;
    box-shadow: var(--shadow);
    column-gap:30px;
}
.col-sm-5 {
    background: #eeeeee;
    text-align: left;
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow);
    column-gap: 30px;
}*/
/* Progress Bars */
/* ======================== */
.progress {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 15px;
    height: auto;
    background: transparent;
    box-shadow: none;
}

    .progress:before,
    .progress:after {
        content: " ";
        display: table;
    }

    .progress:after {
        clear: both;
    }

    .progress:before,
    .progress:after {
        content: " ";
        display: table;
    }

    .progress:after {
        clear: both;
    }

    .progress h6 {
        float: left;
        margin: 0 0 5px;
        line-height: 20px;
    }

    .progress .percentage {
        float: right;
        line-height: 20px;
        font-weight: 600;
    }

    .progress .progress-bar {
        position: relative;
        display: block;
        overflow: hidden;
        clear: both;
        width: 100%;
        height: 10px;
        border-radius: 3px;
        background-color: #e3e4e4;
        box-shadow: none;
    }

        .progress .progress-bar span {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #acb0b0;
            border-radius: 3px 0 0 3px;
            -webkit-transition: all 0.45s ease-in-out;
            transition: all 0.45s ease-in-out;
        }

.progress-primary .progress-bar span {
    background-color: #0088cc;
}

.progress-secondary .progress-bar span {
    background-color: #262e2e;
}

.progress-success .progress-bar span {
    background-color: #19CE9D;
}

.progress-info .progress-bar span {
    background-color: #24bce8;
}

.progress-warning .progress-bar span {
    background-color: #f0c02e;
}

.progress-danger .progress-bar span {
    background-color: #EC4848;
}

.wrapper {
    display: grid;
    grid-gap: 20px;
    margin: 0px 50px 10px 50px;
}

.wrapper-within {
    display: grid;
    grid-gap: 20px;
    margin: 0px 100px 0px 100px;
}
/* Boxes 2 across*/
.boxes {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 1rem;
}
/* Boxes 3 across */
.boxes3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0rem 1rem;
}
/* Boxes 4 across */
.boxes4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0rem 1rem;
}
.boxes-dynamic {
    display: grid;
    grid-gap: 20px;
    padding: 0rem 1rem;
}
/* Box 1 across*/
.boxesfull {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 0rem 1rem;
}

.box {
    background: #fff;
    background: var(--primary);
    border-radius: 10px;
    text-align: left;
    padding: 1.5rem 2rem;
    box-shadow: 0 1px 5px rgba(104,104,104,0.8);
    box-shadow: var(--shadow);
    overflow-x: auto;
}

.box-hidden {
    visibility: hidden;
    background: #fff;
    background: var(--primary);
    text-align: left;
    padding: 1.5rem 2rem;
    box-shadow: 0 1px 5px rgba(104,104,104,0.8);
    box-shadow: var(--shadow);
}

.box-title {
    position: relative;
    display: block;
    margin: -1.5rem -2rem 0rem -2rem;
    padding: 10px;
    line-height: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #333333;
    background-color: var(--brandpri);
    /*box-shadow: inset 0 0 0 1px #e2e2e2;*/
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

/* Info */

.hidden-field {
    display: none;
}

tr.hoverlist {
    background-color: #E5E5E5 !important;
    cursor: pointer;
    cursor: hand;
}
/* Responsive: Portrait tablets and up */






@media (max-width: 1199px) {
    .header-icon-toggle {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .header-title-bar {
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .boxes {
        grid-template-columns: 1fr 1fr;
    }

    .boxes3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .boxes4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .boxesfull {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .wrapper {
        margin: 0px 5px 0px 5px;
    }

    .box {
        grid-gap: 2px;
    }
}

@media (max-width: 768px) {
    .header-top-bar {
        display: block;
        padding: 10px 20px 10px 0px;
    }
}

@media (max-width: 768px) {
    .brcrumbs {
        display: inline;
    }

@media (max-width: 768px) {
    .brcrumbs-top-bar {
        display: none;
    }

@media (max-width: 768px) {
    .header .logo {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: auto;
        /*border-bottom: 1px inset;*/
    }
}


    @media (max-width: 768px) {
        .header .logo img {
        }
    }


/*display: block;
position: relative;
top: auto;
left: auto;
width: 100%;
z-index: auto;*/
/*height: 70px;
padding-left: 20%;
padding-right: 20%;

             */



/* Responsive: Portrait tablets and up */
@media screen and (max-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .boxes {
        grid-template-columns: 1fr;
    }

    .boxes3 {
        grid-template-columns: 1fr;
    }

    .boxes4 {
        grid-template-columns: 1fr;
    }
}
