/*
Created by: Jyostna Designs

[TABLE OF CONTENTS]

1.  IMPORTS
2.  RESET STYLES
3.  HEADER STYLES
    3.1 HEADER LEFT 
    3.2 HEADER RIGHT SIDE BAR
    3.3 HEADER RIGHT SIDE DROPDOWNS
4. LEFT SIDE BAR    
5. MAIN WRAPPER STYLES
6. LEFT MENU COLLAPSE STYLES
7. CUSTOM STYLES
8. MEDIA QUERIES

*/

/********** 1. IMPORTS **********/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);

/********** 2. RESET STYLES **********/

body {
    /*background: #fff;*/
    background: #f5f6f7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-family: arial;
    font-size: small;
    padding: 0;
    margin: 0;
    height: 100%;
}

.IcsPageContainer {
    /*min-height: 100vh;
      position: relative;
    */
    min-width: 100vh;
}
.sapContainer {
    background: #f5f6f7 !important;
}

.IcsBody {
    background: #f5f5f5;
    /*padding-bottom: 60px;*/
}

    .IcsBody .header {
        background-image: none;
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        box-shadow: 0 4px 4px rgb(189 188 188 / 40%);
    }

.IcsFooter {
    position: relative;
    text-transform: none;
    font: inherit;
    /*z-index: -1;
    bottom: 0;*/
    width: 100%;
    color: white;
    background-color: #1c1f24;
    text-align: center;
    padding: 15px 0;
    color: #FFFFFF;
    font-size: 9pt;
    height: 60px; /* Height of the footer */
}


a:hover,
a:active,
a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', serif;
}

ul {
    list-style: none;
}

.logo {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 200px;
    pointer-events: none;
    cursor: default;
}

/********** 3. HEADER STYLES **********/
body > .header .logo {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 200px;
    pointer-events: none;
    cursor: default;
}

    body > .header .logo .icon {
        margin-right: 10px;
    }


body > .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #e2e2e2;
}

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.content-header h1 {
    font-size: 22px;
    line-height: 1.5;
}

.left-min {
    min-height: 1295px !important;
}

.padding-user {
    padding-top: 8px !important;
}

.logo > h1 {
    margin-top: 0;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #fff;
}
/***** 3.1 HEADER LEFT *****/

.left-side {
    min-height: 100%;
    display: block;
}

.left-side {
    position: absolute;
    width: 250px;
    top: 0;
}

    .left-side .sidebar-offcanvas a {
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

/***** 3.2 HEADER RIGHT SIDE BAR *****/

.right-side {
    min-height: 100%;
    display: block;
    padding-top: 50px;
}

.right-side {
    margin-left: 250px;
    flex-grow: 1;
    overflow-x: hidden;
}

#right {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 250px;
    z-index: 999
}

#right {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    right: -250px;
    background: #5D9CEC;
}

.scrollable-content {
    height: 100%;
}

.sb-left .divider-header {
    font-size: 14px;
    opacity: .4;
}

.pad50 {
    padding-top: 50px;
}

.dropdown-messages {
    min-width: 320px
}

    .dropdown-messages > li {
        border-bottom: 1px solid #F5F5F5
    }

        .dropdown-messages > li > .message {
            margin: 0;
            border-radius: 0;
            white-space: normal;
            font-size: 11px;
        }

        .dropdown-messages > li:last-child {
            border-bottom: none
        }

.dropdown-notifications {
    min-width: 260px
}

.msg-lable {
    float: right;
    margin-top: -19px;
}

.task5 {
    padding-top: 22px;
}

.dropdown-menu .icon-not i {
    display: inline-block;
    margin: -2px -9px;
    float: left;
    padding: 10px;
}

.notifications-menu > .dropdown-menu > li > a > .fa {
    font-size: 20px;
    width: 30px;
    text-align: center;
    padding: 4px 0px 4px 1px;
    margin-right: 15px;
    background: #00c0ef;
    color: #fff;
}

.noti-date {
    float: right;
    margin-top: -37px;
}

.invoice_details {
    background-color: #e2e2e2;
    margin-bottom: 30px;
    padding: 20px;
}

.mrg_btm15 {
    margin-bottom: 15px;
}

.striped-col {
    background-color: #f9f9f9;
}

.left-pro {
    padding-top: 5px;
}

.skin-icon {
    font-size: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-top: 3px solid #418bca;
    border-bottom-color: transparent;
    cursor: default;
    margin-top: -2px;
    padding:10px 5px;
}
.sapTab .nav-tabs > li.active > a,
.sapTab .nav-tabs > li.active > a:hover,
.sapTab .nav-tabs > li.active > a:focus {
    color: #0264d9;
    border: none;
}
.sapTab .nav-tabs > li > a {
    margin-right: 10px;
}
.sapTab .nav-tabs a {
    background: #fff;
    border: none;
    font-size: 9pt;
}
.sapTab .nav-tabs > li > a {
    color: #0D0E10;
    border-radius: 0;
}
.sapTab > .nav-tabs > li.active {
    margin-top: 2px;
}
.nav-tabs > li a {
    padding: 10px 5px;
}

.flg1 {
    padding-top: -94px;
    margin-top: -2px;
    /* margin-right: 57px; */
}

.pad-3 {
    padding-top: 3px;
}

.proc {
    position: relative;
    top: 25px;
    left: 5px;
}

.navbar-right {
    margin-right: 12px;
    float: right;
}

/* User Menu Class Styles */
.navbar-nav > .user-menu > .dropdown-menu:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
}

.navbar-nav > .user-menu > .dropdown-menu {
    font-size: 13px;
    padding: 0;
    margin-top: -6px;
    border-radius: 4px;
}

    .navbar-nav > .user-menu > .dropdown-menu:after {
        bottom: 100%;
        right: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

.navbar .navbar-right > .nav {
    margin-right: 10px;
}

.navbar-nav > .user-menu {
    text-transform: none;
}

    .navbar-nav > .user-menu > a {
        background-image: none;
        background-repeat: no-repeat;
    }

    .navbar-nav > .user-menu > .dropdown-menu {
        margin-top: auto;
        border-radius: 4px;
        top: auto;
        left: auto;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: 140px;
            padding: 6%;
            /*background: #5D9CEC;*/
            background: #1c1f24;
            text-align: center;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
                z-index: 5;
                color: #fff;
                font-size: 14px;
                margin-top: 5px;
            }

                .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                    display: block;
                    font-size: 12px;
                }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-body {
            padding: 15px;
            border-bottom: 1px solid #f4f4f4;
            border-top: 1px solid #dddddd;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-body:before, .navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
                display: table;
                content: " ";
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
                clear: both;
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
                color: #0073b7;
            }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
            padding-right: 12px;
            padding-left: 12px;
            padding-bottom: 5px;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
                display: table;
                content: " ";
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
                clear: both;
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
                color: #666666;
            }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
            z-index: 5;
            height: 90px;
            width: 90px;
        }

/* right side bar */

.accordion-toggle:hover {
    text-decoration: none;
}

.mar {
    margin-left: -18px;
}

.lef {
    padding-left: 156px;
}

.succ-bg {
    background-color: #48CFAD !important;
    border-color: #48CFAD !important;
    color: #fff;
}

.mar-10 {
    margin-bottom: 10px !important;
}

.mar-20 {
    margin-bottom: 20px !important;
}

.mar-top {
    margin-top: 10px !important;
}

.mar-40 {
    margin-bottom: 30px !important;
}

.mar-5 {
    margin-left: 10px !important;
}

.mar-left {
    margin-left: -16px !important;
}

.mar-left5 {
    margin-left: 18px !important;
}
.panel, .panel-heading {
    border-radius: 10px !important;
}

.input-group-addon, .form-group, .form-control, .input-group, .input-group-btn {
    border-radius: 0px !important;
}

.edi-css {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.has-error .help-block, .has-error .input-group-addon, .has-error .radio, .has-error .radio-inline {
    color: #FD9883;
}

.radio label, .checkbox label, .checkbox-inline {
    padding-left: 0px !important;
}

.input-group-addon {
    padding: 5px 12px !important;
}

.mar-check {
    margin-left: 10px !important;
    position: relative;
    top: 4px;
}

.mar-right4 {
    margin-right: 7px !important;
}

.form-position.top {
    margin-top: 0;
    margin-bottom: 42px;
    border-top: 0;
}

.form-position {
    margin: 0;
}

.pad-top20 {
    padding-top: 24px !important;
}

.pad-top40 {
    padding-top: 40px !important;
}

.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.border {
    /* margin: 0; */
    padding: 0;
}

.form-bordered .control-label {
    padding-top: 24px !important;
    margin-bottom: 0;
    text-align: right;
}

.form-bordered-row .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.form-bordered-row .control-label {
    padding-top: 24px !important;
    margin-bottom: 0;
    text-align: right;
}

.form-bordered-row .form-group > div {
    padding: 15px;
}
/* right side bar css start */
.rightsidebar-right .rightsidebar-right-content {
    padding: 20px;
    color: #fff;
}

    .rightsidebar-right .rightsidebar-right-content .rightsidebar-right-heading {
        padding: 20px;
        margin: 0px -20px 0;
        background: #1c1f24;
    }

        .rightsidebar-right .rightsidebar-right-content .rightsidebar-right-heading.rightsidebar-right-heading-first {
            margin: -20px -20px 0px;
        }

.margin-none {
    margin: 0 0 0 0;
}

.rightsidebar-contact-wrapper {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .rightsidebar-contact-wrapper .rightsidebar-contact {
        padding: 15px 20px;
        display: block;
        color: #fff;
    }

        .rightsidebar-contact-wrapper .rightsidebar-contact:hover {
            text-decoration: none;
        }

.margin-top {
    margin-top: 25px;
}

.progress-xs {
    height: 5px;
}

.dropdown-small {
    font-size: 10px;
}

.rightsidebar-notification {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .rightsidebar-notification a {
        padding: 15px 20px;
        display: block;
        color: #fff;
    }

        .rightsidebar-notification a:hover {
            text-decoration: none;
        }

    .rightsidebar-notification .pri {
        color: #4FC1E9
    }

    .rightsidebar-notification .succ {
        color: #BDE4AE
    }

    .rightsidebar-notification .info {
        color: #48CFAD
    }

    .rightsidebar-notification .warn {
        color: #FFCE54
    }

    .rightsidebar-notification .dan {
        color: #FD9883
    }

    .rightsidebar-notification i {
        color: #1c1f24
    }


.margin-none {
    margin: 0 0 0 0;
}

.rightsidebar-contact-wrapper {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .rightsidebar-contact-wrapper .rightsidebar-contact {
        padding: 15px 20px;
        display: block;
        color: #fff;
    }

        .rightsidebar-contact-wrapper .rightsidebar-contact:hover {
            text-decoration: none;
        }

.progress-xs {
    height: 5px;
}

.dropdown-small {
    font-size: 10px;
}

.rightsidebar-notification {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .rightsidebar-notification a {
        padding: 15px 20px;
        display: block;
        color: #fff;
    }

        .rightsidebar-notification a:hover {
            text-decoration: none;
        }

    .rightsidebar-notification .pri {
        color: #4FC1E9
    }

    .rightsidebar-notification .succ {
        color: #BDE4AE
    }

    .rightsidebar-notification .info {
        color: #48CFAD
    }

    .rightsidebar-notification .warn {
        color: #FFCE54
    }

    .rightsidebar-notification .dan {
        color: #FD9883
    }

    .rightsidebar-notification i {
        color: #1c1f24
    }


/********* LEFT SIDE BAR  *********/
.sidebar {
    top: 0px;
    display: block;
    float: left;
    width: 250px !important;
}

.sidebar-right-opened {
    right: 250px
}

    .sidebar-right-opened #right {
        right: 0
    }

.sidebar a {
    color: #0D0E10;
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.left-side {
    background: #f5f6f7;
}

#menu li.active > a {
    background: #ffffff;
    color: #0d0e10;
}

#active a, #active i {
    font-weight: bold;
}

#menu {
    overflow: auto;
}

    #menu li > a:hover {
        color: #0D0E10;
        background: #ffffff;
    }

    #menu .menu-dropdown > ul > li > a {
        padding-left: 20px;
    }

    #menu .menu-dropdown > ul, #menu .menu-dropdown-open-ul {
        background: #f1f1f1;
    }

    #menu .navigation a {
        color: #0D0E10;
        position: relative;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    #menu .navigation .menu-icon {
        display: inline-block;
        margin-right: 5px;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 14px;
    }

    #menu .navigation {
        padding: 4px 0 15px;
        border-bottom: 1px solid #ffffff;
    }

    #menu ul.navigation > li > a {
        text-align: left;
    }

    #menu .navigation a {
        display: block;
        font-size: 13px;
        line-height: 20px;
        padding: 11px 14px;
        text-decoration: none;
    }

.sidebar {
    margin-bottom: 15px;
    /*overflow-y: scroll;*/
}

    .sidebar .sidebar-form input:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
    }

    .sidebar .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.sidebar-menu {
    background: #1c1f24;
}
/*Scroll bar*/
/* Scrollbar Styling */
.left-side::-webkit-scrollbar {
    width: 4px;
}

.left-side::-webkit-scrollbar-track {
    
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.left-side::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ABABAB;
}
 
/*Scroll Bar*/
.badge {
    background-color: #5D9CEC;
    font-weight: 400;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grand-submenu {
    padding-left: 8px;
}

#menu .navigation .grand-submenu ul a {
    color: #0D0E10;
}

.user-panel {
    padding: 10px;
}

    .user-panel:before, .user-panel:after {
        display: table;
        content: " ";
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 45px;
        height: 45px;
    }

    .user-panel > .info {
        font-weight: 600;
        padding: 5px 5px 5px 15px;
        font-size: 14px;
        line-height: 1;
    }

        .user-panel > .info > p {
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
            font-weight: normal;
        }

            .user-panel > .info > a > .fa, .user-panel > .info > a > .ion, .user-panel > .info > a > .glyphicon {
                margin-right: 3px;
            }

/* left side profile*/
.nav_profile {
    background-color: #f5f6f7;
}


    .nav_profile .profile-left {
        padding: 15px;
        min-height: 90px;
        /*border-bottom: 1px solid #fff;*/
    }

        .nav_profile .profile-left .profile-thumb {
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            display: inline-block;
            padding-top: 9px;
        }

        .nav_profile .profile-left .media-heading {
            position: relative;
            text-transform: none;
            left: 10px;
            line-height: 23px;
            margin-top: 12px;
            font-weight: 500;
            font-size: 13px;
            color: #0D0E10;
        }

        .nav_profile .profile-left .profile-thumb img {
            width: 55px;
            height: 55px;
        }

    .nav_profile .content-profile .icon-list li {
        display: inline-block;
        padding: 0px;
        vertical-align: top;
    }

        .nav_profile .content-profile .icon-list li i {
            margin-top: -14px;
            margin-bottom: -9px;
            font-size: 13px;
            text-align: center;
            margin-left: -1px;
        }

        .nav_profile .content-profile .icon-list li a {
            display: block;
            width: 30px;
            height: 25px;
            text-align: center;
            line-height: 23px;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

li.heading {
    padding: 0px 0px 0px 15px;
    color: #808b9c;
}

/********* 5. MAIN WRAPPER STYLES *********/

.wrapper {
    min-height: 100%;
}

    .wrapper:before, .wrapper:after {
        display: table;
        content: " ";
    }

    .wrapper:after {
        clear: both;
    }

/********* 6. LEFT MENU COLLAPSE STYLES *********/

.sidebar-toggle {
    float: left;
    color: #0D0E10;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 5px;
}

body > .header .navbar .sidebar-toggle {
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 5px;
}

.right-side > .content-header > .breadcrumb a {
    color: #333;
}

/********* 7. CUSTOM STYLES *********/

/*skins css start*/
.well {
    margin-left: 5px;
    background-color: #fefefe;
    border-color: #fefefe;
    margin-bottom: 10px;
    padding: 10px 5px 0px 5px;
}

.skin_btn {
    display: inline-table;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}

.skinmulti_btn {
    display: inline-table;
    cursor: pointer;
    width: 39px;
    height: 40px;
    margin-bottom: 12px;
}

.skin_size {
    width: 30px;
    height: 20px;
}

.skin_black {
    background-color: #1c1f24;
}

.skin_white {
    background-color: #efefef;
    border: 1px solid rgba(0, 0, 0, .1);
}

.skin-blue {
    background-color: #5D9CEC;
}

.skin-mint {
    background-color: #37BC9B;
}

.skin-grape {
    background-color: #F4929D;
}

.skin-lavender {
    background-color: #AC92EC;
}

.skin-pink {
    background-color: #EC87C0;
}

.skin-sunflower {
    background-color: #FFCE54;
}


.responsive_nav {
    margin-top: -17px;
    height: 20px;
}

.nav_icons ul {
    margin: 0;
    padding-left: 29px;
    padding-top: 10px;
}

.nav_icons li {
    float: left;
    list-style: none;
    cursor: pointer;
    padding: 5px 9px;
}

.clear {
    clear: both;
}

.fa-plus, .fa-minus {
    font-size: 10px;
}

.nopadmar {
    margin: 0;
    padding: 0;
}

.icon-list li a:hover {
    background: #4A89DC;
}

.right-side > .content-header .title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #555;
    margin: -6px 0px 0px 0px;
    font-family: 'Open Sans';
}

.fontawesome-icon-list .col-md-3 {
    padding-top: 10px !important;
}

.right-side > .content-header > h1 {
    margin: 2px;
}

    .right-side > .content-header > h1 > small {
        font-size: 15px;
        display: inline-block;
        padding-left: 4px;
        font-weight: 300;
    }

.breadcrumb > .active {
    color: #808b9c;
}

.right-side > .content-header > .breadcrumb {
    margin-top: 8px;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 8px;
    margin-bottom: 25px;
    border: 0px !important;
    background-color: #F5F5F5 !important;
    border-radius: 0px;
}

    .right-side > .content-header > .breadcrumb > li > a, .right-side > .content-header > .breadcrumb > li {
        color: #000;
        text-decoration: none;
    }

        .right-side > .content-header > .breadcrumb > li > a > .fa, .right-side > .content-header > .breadcrumb > li > a > .glyphicon, .right-side > .content-header > .breadcrumb > li > .fa {
            margin-right: 5px;
        }

        .right-side > .content-header > .breadcrumb > li + li:before {
            padding: 0px;
            content: '\00BB';
            font-size: 16px;
            color: #000;
        }

.riot {
    color: #0D0E10;
    /*padding: 5px 0px 5px 45px;*/
    padding: 5px 0px 5px 0px;
}

    .riot .caret {
        margin-top: -10px;
    }

    .riot span i {
        margin-top: 0px !important;
    }


/********* 8. MEDIA QUERIES *********/

@media screen and (min-width: 992px) {
    .left-side {
        top: 50px;
        max-height: 100vh;
        overflow-y: auto;
        position: fixed;
        overflow-x: hidden;
        padding-bottom: 50px
    /* margin-bottom: 20px; */
    }
    /*Right side strech mode*/

    .right-side.strech {
        margin-left: 0;
    }

        .right-side.strech > .content-header {
            margin-top: 0px;
        }
    /* Left side collapse */

    .left-side.collapse-left {
        left: -250px;
    }
}

@media screen and (max-width: 992px) {
    .right-side {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav > li {
        float: left;
    }

    .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-nav > li > a {
            line-height: 20px;
        }

    .navbar .navbar-right {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav > li {
        float: left;
    }

    .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }

    .navbar .navbar-right {
        float: right;
    }
}

@media screen and (max-width: 560px) {
    body > .header {
        position: relative;
    }

        body > .header .logo, body > .header .navbar {
            width: 100%;
            float: none;
            position: relative;
            height: initial;
        }

        body > .header .navbar {
            margin: 0;
            height: 50px;
        }

    body.fixed > .header {
        position: fixed;
    }

    body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
        margin-top: 100px;
    }
}

@media screen and (max-width: 992px) {
    .relative {
        position: relative;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -250px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -250px;
    }

    .row-offcanvas-right {
        right: 250px;
    }

    .row-offcanvas-left {
        left: 250px;
    }

    .sidebar-offcanvas {
        left: 0;
    }

    body.fixed .sidebar-offcanvas {
        margin-top: 50px;
        left: -250px;
    }

    body.fixed .row-offcanvas-left .navbar {
        left: 250px;
        right: 0;
    }

    body.fixed .row-offcanvas-left .sidebar-offcanvas {
        left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        background: #ffffff;
    }
}
/* Fix menu positions on xs screens to appear correctly and fully */

@media screen and (max-width: 480px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header {
        /* Remove arrow from the top */
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after, .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after, .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
            border-width: 0px;
        }

    .navbar-nav > .tasks-menu > .dropdown-menu {
        position: absolute;
        right: -120px;
        left: auto;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu {
        position: absolute;
        right: -87px;
        left: auto;
    }

    .navbar-nav > .messages-menu > .dropdown-menu {
        position: absolute;
        right: -100px;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .mar-11 {
        left: -11px !important;
        position: relative;
    }
}

@media (min-width: 1200px) {
    body.boxed, body.boxed .Footer, body.boxed .navbar.navbar-fixed-top {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
        margin-right: -100px;
    }
}

.well {
    margin-left: 5px;
    background-color: #fefefe;
    border-color: #fefefe;
    margin-bottom: 10px;
    padding: 10px 5px 0px 5px;
}

.appVersion {
    color: #0D0E10;
    margin: 0 0;
    font-size: 9pt;
    text-align: center;
}

img.LogoRight {
    content: url(../img/logo_white_intercorp.png);
    height: 20px;
}

.LoginContainer .FormTableLogin {
    width: auto;
}

.btn-primary {
    text-transform: uppercase;
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    height: 27px;
    margin-left: 3px;
    font-size: 8.5pt;
    font-weight: bold;
    text-align: center;
    background-clip: padding-box;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
}
