﻿

html {
    background: #fff !important;
}

h3 {
    font-size: 22px !important;
}


body {
    font-family: Verdana !important;
    font-size: 14px !important;
}


.logo-deloitte {
    width: 182px;
    height: 34px;
    display: inline-block;
    background-image: url(/images/BR-logo-sprite.png);
    background-position: -4px -1px;
    background-repeat: no-repeat position:relative;
    margin-left: 10px;
    padding-right: 200px;
}

.logo-deloitte-minus {
    width: 60px;
    height: 60px;
    margin-left: -14px;
    display: inline-block;
    background-image: url(/images/BR-logo-sprite-minus.png);
    background-repeat: no-repeat position:relative;
}

.wordmark {
    margin-left: 10px;
    margin-top: 10px;
}

    .wordmark span:first-of-type {
        color: #fff;
    }

    .wordmark span:nth-of-type(2) {
        color: #86bc25;
    }

/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


p {
    font-family: Verdana;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

div#content {
    flex: 1 1 auto;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1C1C1C;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }


        #sidebar.active .dropdown-toggle::after {
            top: auto;
            bottom: 10px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        #sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }


        #sidebar.active .wordmark {
            display: none;
        }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
        }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }



    #sidebar .sidebar-header {
        padding: 20px;
        background: #000;
    }

        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

    #sidebar ul.components {
        border-bottom: 1px solid #86BC25;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 0.9em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #1C1C1C;
            background: #fff;
        }

        #sidebar ul li a i {
            margin-right: 10px;
        }

    #sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
        color: #fff;
        background: #393939;
    }


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #414141;
}

#sidebar ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 40px !important;
    background: #454545 !important;
}

    #sidebar ul ul ul a:hover {
        color: #fff !important;
    }

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #1C1C1C;
}

a.article, a.article:hover {
    background: #393939 !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

#side-menu li {
    width: 100%;
}

.field-validation-error {
    position: absolute;
    top: -3.4em;
    left: 0;
    padding: .5em 1em .4em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    color: #fff !important;
    font-size: 12px;
}

    .field-validation-error::after,
    .field-validation-error::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 15px;
        border: solid transparent;
    }

    .field-validation-error::after {
        margin-left: 1px;
        border-top-color: #f66;
        border-width: 7px;
    }

    .field-validation-error::before {
        border-top-color: #f00;
        border-width: 8px;
    }

.contentpad {
    padding: 20px;
}


#navtop {
    margin-bottom: 0px !important;
}

    #navtop .dropdown-item {
        font-size: 12px;
    }

#system-loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #000;
    display: none;
}

#system-loading {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9995;
    font-weight: normal;
    width: 100px;
    height: 19px;
}


#sidebar a.acessed::before {
    content: "\2022\00a0"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #85bc22; /* Change the color */
}

#sidebar a.acessed {
    font-weight: bold;
}

#sidebar .nav-third-level li {
    border-bottom: 0 !important;
}



    #sidebar .nav-third-level li a {
        font-size: 80% !important;
    }


.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code {
        border-radius: 3px;
    }

    .callout + .bs-callout {
        margin-top: -5px;
    }

.callout-default {
    border-left-color: #777;
}

    .callout-default h4 {
        color: #777;
    }

.callout-primary {
    border-left-color: #428bca;
}

    .callout-primary h4 {
        color: #428bca;
    }

.callout-success {
    border-left-color: #5cb85c;
}

    .callout-success h4 {
        color: #5cb85c;
    }

.callout-danger {
    border-left-color: #d9534f;
}

    .callout-danger h4 {
        color: #d9534f;
    }

.callout-warning {
    border-left-color: #f0ad4e;
}

    .callout-warning h4 {
        color: #f0ad4e;
    }

.callout-info {
    border-left-color: #5bc0de;
}

    .callout-info h4 {
        color: #5bc0de;
    }

.callout-bdc {
    border-left-color: #29527a;
}

    .callout-bdc h4 {
        color: #29527a;
    }
