/*************** 1. Sass Variables ***************/
/*************** 2.Mixins ***************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/************************************************
	************************************************
										Body CSS							
	************************************************
************************************************/

/* TEMAS
    MORADO #5F2167 */


html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font: normal 14px 'Open Sans', sans-serif;
    color: #2e323c;
    /*background: #e6ecf3;*/
}

    body::-webkit-scrollbar {
        width: 10px;
    }

    body::-webkit-scrollbar-track {
        background: #e6e6e6;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        outline: 1px solid #cccccc;
    }

    body.boxed {
        margin: 0 auto;
        max-width: 1200px;
        background: #000000;
    }

        body.boxed .app-header {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            left: inherit;
            right: inherit;
        }

        body.boxed .main-footer {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            left: inherit;
            right: inherit;
        }

    body.full-screen a.onoffcanvas-toggler {
        display: inline-block;
    }

    body.full-screen .app-side {
        left: 0;
    }

        body.full-screen .app-side.is-open {
            left: -230px;
        }

@media (max-width: 992px) {
    body.full-screen .app-side {
        left: -230px;
    }

        body.full-screen .app-side.is-open {
            left: 0;
        }
}

body.full-screen .app-main {
    margin-left: 0;
}

@media (max-width: 1100px) {
    body.off-canvas a.onoffcanvas-toggler {
        display: inline-block;
    }

    body.off-canvas a.mini-nav-btn {
        display: none;
    }
}

body.login-bg {
    max-width: 100%;
    height: auto;
    /* background: url("../img/IMAGEN LOGIN.jpg") no-repeat; */
    background-color: #5F2167;
    background-size: contain;
    background-position: center center;
}

body.error-bg {
    background: url("../img/login-slider.jpg") no-repeat;
    background-size: cover;
    /*  background-position: center center fixed; */
}

/************************************************
	************************************************
										Common CSS							
	************************************************
************************************************/
a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
        color: #000000;
    }

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e1e5f1;
}



.man-title {
    font-weight: bold;
    font-size: 24px;
    color: #fbf9fb;
}

/************************************************
	************************************************
											Reusable CSS							
	************************************************
************************************************/
/*************** Card Fixed Heights ***************/
.card333 {
    height: 324px;
}

.card160 {
    height: 159px;
}

/*************** Spacers ***************/
.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

.spacer60 {
    height: 60px;
}

.spacer70 {
    height: 70px;
}

/************* Background Colors **************/
.bg-primary {
    background: #006ade;
    background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
}

.bg-secondary {
    background: #fb3c3c;
    background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
}

.bg-success {
    background: #32ba7c;
    background: -moz-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
    background: -webkit-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
    background: linear-gradient(45deg, #32ba7c 0%, #279261 100%);
}

.bg-light-green {
    background: #d8f1ef;
    background: -moz-linear-gradient(45deg, #d8f1ef 0%, #b2e4e0 100%);
    background: -webkit-linear-gradient(45deg, #d8f1ef 0%, #b2e4e0 100%);
    background: linear-gradient(45deg, #d8f1ef 0%, #b2e4e0 100%);
}

.bg-info {
    background: #0176bd;
    background: -moz-linear-gradient(45deg, #0176bd 0%, #01568a 100%);
    background: -webkit-linear-gradient(45deg, #0176bd 0%, #01568a 100%);
    background: linear-gradient(45deg, #0176bd 0%, #01568a 100%);
}

.bg-light-blue {
    background: #e0f0fd;
    background: -moz-linear-gradient(45deg, #e0f0fd 0%, #b0d9fa 100%);
    background: -webkit-linear-gradient(45deg, #e0f0fd 0%, #b0d9fa 100%);
    background: linear-gradient(45deg, #e0f0fd 0%, #b0d9fa 100%);
}

.bg-warning {
    background: #ffc139;
    background: -moz-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
    background: -webkit-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
    background: linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
}

.bg-light-yellow {
    background: #fdebd1;
    background: -moz-linear-gradient(45deg, #fdebd1 0%, #fbd6a0 100%);
    background: -webkit-linear-gradient(45deg, #fdebd1 0%, #fbd6a0 100%);
    background: linear-gradient(45deg, #fdebd1 0%, #fbd6a0 100%);
}

.bg-danger {
    background: #fb3c3c;
    background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
}

.bg-light-red {
    background: #fde8e8;
    background: -moz-linear-gradient(45deg, #fde8e8 0%, #f9b9b9 100%);
    background: -webkit-linear-gradient(45deg, #fde8e8 0%, #f9b9b9 100%);
    background: linear-gradient(45deg, #fde8e8 0%, #f9b9b9 100%);
}

.bg-pink {
    background: #d43f72;
    background: -moz-linear-gradient(45deg, #d43f72 0%, #b7295a 100%);
    background: -webkit-linear-gradient(45deg, #d43f72 0%, #b7295a 100%);
    background: linear-gradient(45deg, #d43f72 0%, #b7295a 100%);
}

.bg-light-pink {
    background: #ffeaf7;
    background: -moz-linear-gradient(45deg, #ffeaf7 0%, #ffb7e4 100%);
    background: -webkit-linear-gradient(45deg, #ffeaf7 0%, #ffb7e4 100%);
    background: linear-gradient(45deg, #ffeaf7 0%, #ffb7e4 100%);
}

.bg-purple {
    background: #5a66b5;
    background: -moz-linear-gradient(45deg, #5a66b5 0%, #444f98 100%);
    background: -webkit-linear-gradient(45deg, #5a66b5 0%, #444f98 100%);
    background: linear-gradient(45deg, #5a66b5 0%, #444f98 100%);
}

.bg-orange {
    background: #ff9f41;
    background: -moz-linear-gradient(45deg, #ff9f41 0%, #ff850e 100%);
    background: -webkit-linear-gradient(45deg, #ff9f41 0%, #ff850e 100%);
    background: linear-gradient(45deg, #ff9f41 0%, #ff850e 100%);
}

.bg-brown {
    background: #79574b;
    background: -moz-linear-gradient(45deg, #79574b 0%, #5a4037 100%);
    background: -webkit-linear-gradient(45deg, #79574b 0%, #5a4037 100%);
    background: linear-gradient(45deg, #79574b 0%, #5a4037 100%);
}

.bg-light-brown {
    background: #e7e0e1;
    background: -moz-linear-gradient(45deg, #e7e0e1 0%, #d1c3c5 100%);
    background: -webkit-linear-gradient(45deg, #e7e0e1 0%, #d1c3c5 100%);
    background: linear-gradient(45deg, #e7e0e1 0%, #d1c3c5 100%);
}

.bg-light {
    background: #ffd9d9;
    background: -moz-linear-gradient(45deg, #ffd9d9 0%, #ffa6a6 100%);
    background: -webkit-linear-gradient(45deg, #ffd9d9 0%, #ffa6a6 100%);
    background: linear-gradient(45deg, #ffd9d9 0%, #ffa6a6 100%);
}

.bg-dark {
    background: #3c3c3c;
    background: -moz-linear-gradient(45deg, #3c3c3c 0%, #232323 100%);
    background: -webkit-linear-gradient(45deg, #3c3c3c 0%, #232323 100%);
    background: linear-gradient(45deg, #3c3c3c 0%, #232323 100%);
}

/************* Text Colors **************/
.text-primary {
    color: #006ade !important;
}

.text-secondary {
    color: #fb3c3c !important;
}

.text-success {
    color: #32ba7c !important;
}

.text-info {
    color: #0176bd !important;
}

.text-warning {
    color: #ffc139 !important;
}

.text-danger {
    color: #fb3c3c !important;
}

.text-pink {
    color: #d43f72 !important;
}

.text-light {
    color: #e0f0fd !important;
}

.text-dark {
    color: #000000 !important;
}

.text-muted {
    color: #8796af !important;
}

/************* Overflows Scrolls **************/
.overflow-scroll {
    overflow: auto;
}

/************* Char Count **************/
.charCount {
    font-size: .7rem;
}

/************* Image Sizes **************/
.img-30 {
    width: 30px;
    height: 30px;
}

/************************************************
	************************************************
										Layout CSS							
	************************************************
************************************************/
.app {
    min-height: 100%;
}

.app-wrap {
    min-height: 100vh;
    position: relative;
}

.app-header {
    padding: 0;
    background: #5F2167;
    /*background: -moz-linear-gradient(45deg, #303c49 30%, #000000 60%);
    background: -webkit-linear-gradient(45deg, #303c49 30%, #000000 60%);
    background: linear-gradient(45deg, #303c49 30%, #000000 60%);*/
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    right: 0;
    /*border-bottom: 5px solid #e40045;*/
}

@media (max-width: 576px) {
    .app-header {
        position: inherit;
    }
}

.app-container {
    position: relative;
    background: #e6ecf300;
    top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 576px) {
    .app-container {
        top: inherit;
    }
}

.app-main {
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: 230px;
}

    .app-main.left-toggle {
        margin-left: 0;
    }
/*HEADER*/
.main-heading {
    padding: .5rem .5rem;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #bdcddf;
    -moz-box-shadow: 0 10px 20px -10px #bdcddf;
    box-shadow: 0 10px 20px -10px #bdcddf;
    z-index: 10;
}

    .main-heading .page-icon {
        float: left;
        border-right: 1px solid #d0d6e9;
        padding: 10px 15px 10px 0;
    }

        .main-heading .page-icon i {
            font-size: 2rem;
            color: #636c76;
            margin: 0;
            display: block;
        }

    .main-heading .page-title {
        margin: 15px 0 0 5px;
        display: inline-block;
    }

    .main-heading .page-filter {
        margin: 2px 0 0 5px;
        display: inline-block;
        float: right;
    }

    .main-heading .page-title h5 {
        margin: 0;
        padding: 0;
        line-height: 120%;
    }

    .main-heading .page-title h6.sub-heading {
        margin: 3px 0 0 0;
        padding: 0;
        font-size: .80rem;
        color: #8796af;
    }

    .main-heading .search-block {
        float: right;
        margin: 18px 0 0 0;
    }

@media (max-width: 992px) {
    .search-block {
        display: none;
    }
}
/*************** Date Range ***************/
.date-range .form-control {
    max-width: 170px;
    float: left;
    margin-right: 1px;
}

.main-content {
    position: relative;
    margin-bottom: auto;
    padding: 1.5rem;
    min-height: 1250px;
    background: #e6ecf3;
       
}

.main-footer {
    background: #DA291C;
    padding: .7rem 1rem;
    font-size: .65rem;
    color: #ffffff;
}

    .main-footer.fixed-btm {
        z-index: 1002;
        bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
    }

    .main-footer.no-bdr {
        border: 0;
    }
    /*MENU*/
.app-side {
    border-right: 1px solid #00000026;
    background: #ffffff;
    margin: 0;
    width: 230px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0 0px 17px 2px #bdcddf;
}

    .app-side.fixed {
        position: fixed;
        padding: 60px 0 0 0;
    }

    .app-side.left-toggle {
        left: -230px;
    }

@media (max-width: 1100px) {
    .app-side {
        left: 0;
        box-shadow: none;
    }

        .app-side.is-open {            
            left: -230px;
        }
}

@media (max-width: 992px) {
    .app-side {
        left: -230px;
    }

        .app-side.is-open {
            left: 0;
        }
}

.side-content {
    margin-bottom: auto;
}

    .side-content ul.user-actions {
        display: block;
        margin: 0 auto 10px auto;
        padding: 20px 10px 20px 10px;
        text-align: center;
        border-bottom: 1px solid #7d837c;
    }

        .side-content ul.user-actions > li {
            display: inline-block;
            margin: 5px;
        }

            .side-content ul.user-actions > li a {
                font-size: .65rem;
                text-align: center;
                display: block;
                width: 36px;
                height: 36px;
                line-height: 36px;
                color: #ffffff;
                position: relative;
                padding: 0;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                background: #01bd39;
                background: -moz-linear-gradient(45deg, #0176bd 0%, #ffc139 100%);
                background: -webkit-linear-gradient(45deg, #0176bd 0%, #ffc139 100%);
                background: linear-gradient(45deg, #0176bd 0%, #ffc139 100%);
            }

                .side-content ul.user-actions > li a i {
                    font-size: 18px;
                    margin: auto;
                    vertical-align: middle;
                }

                .side-content ul.user-actions > li a:hover {
                    background: #fb3c3c;
                    background: -moz-linear-gradient(45deg, #fb3c3c 0%, #ff9f41 100%);
                    background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #ff9f41 100%);
                    background: linear-gradient(45deg, #fb3c3c 0%, #ff9f41 100%);
                }

            .side-content ul.user-actions > li:last-child {
                border-right: 0;
            }

            .side-content ul.user-actions > li:first-child {
                border-left: 0;
            }

.side-nav .bluemoonNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

    .side-nav .bluemoonNav > li {
        border-bottom: 1px solid #00000026;
        /*border-top: 1px solid #4a4a4a;*/
        position: relative;
    }
/*MENU SELECTED*/
        .side-nav .bluemoonNav > li.selected:after {
            position: absolute;
            content: "";
            right: 0;
            top: 9px;
            border-right: 11px solid #ffffff;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            z-index: 2020;
        }

/*MENU SELECTED*/
        .side-nav .bluemoonNav > li.selected > a, .side-nav .bluemoonNav > li.active > ul > li.selected > a {
            color: #eaeaea;
            font-weight: 700;
            background: #5F2167;
            /*background: -moz-linear-gradient(45deg, #303c49 44%, #303c49a6 100%);
            background: -webkit-linear-gradient(45deg, #303c49 44%, #303c49a6 100%);
            background: linear-gradient(45deg, #303c49 44%, #303c49a6 100%);*/
        }

        .side-nav .bluemoonNav > li.selected .current-page {
            color: #ffffff;
            pointer-events: none;
            background: #5F2167;
            background: -moz-linear-gradient(45deg, #5F2167 0%, #0f141b 100%);
            background: -webkit-linear-gradient(45deg, #5F2167 0%, #0f141b 100%);
            background: linear-gradient(45deg, #5F2167 0%, #0f141b 100%);
        }
/*MENU*/
    .side-nav .bluemoonNav a {
        background: #ffffff;
        color: #000000;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        outline-width: 0;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .side-nav .bluemoonNav a:active, .side-nav .bluemoonNav a:focus, .side-nav .bluemoonNav a:hover {
        color: #ffffff;
        background: #5F2167;
    }

    .side-nav .bluemoonNav ul {
        background: #ffffff;
    }

        .side-nav .bluemoonNav ul a {
            padding: .5em;
            padding-left: 4rem;
        }

        .side-nav .bluemoonNav ul ul a {
            padding-left: 5rem;
        }

.side-nav .collapse {
    display: none;
}

    .side-nav .collapse.in {
        display: block;
    }

.side-nav .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.side-nav .arrow {
    float: right;
    line-height: 1.42857;
}

.side-nav .has-arrow {
    position: relative;
}

    .side-nav .has-arrow::after {
        position: absolute;
        content: '';
        width: .5em;
        height: .5em;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: initial;
        right: 1.3em;
        -webkit-transform: rotate(135deg) translate(0, -50%);
        -ms-transform: rotate(135deg) translate(0, -50%);
        -o-transform: rotate(135deg) translate(0, -50%);
        transform: rotate(135deg) translate(0, -50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        top: 50%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .side-nav .active > .has-arrow::after, .side-nav .has-arrow[aria-expanded="true"]::after {
        -webkit-transform: rotate(225deg) translate(0, -50%);
        -ms-transform: rotate(225deg) translate(0, -50%);
        -o-transform: rotate(225deg) translate(0, -50%);
        transform: rotate(225deg) translate(0, -50%);
        margin-top: 0;
    }

@media (min-width: 992px) {
    .app-side.is-mini {
        width: 65px;
        left: 0;
    }

        .app-side.is-mini ~ .app-main {
            margin-left: 65px;
        }

        .app-side.is-mini .bluemoonNav > li.selected:after {
            border-right: 11px solid transparent;
        }

        .app-side.is-mini .bluemoonNav > li.selected:before {
            border-right: 11px solid transparent;
        }

        .app-side.is-mini .bluemoonNav > li > ul {
            position: absolute;
            top: 100%;
            left: 100%;
            display: none;
        }

            .app-side.is-mini .bluemoonNav > li > ul > li > a {
                padding: 0.5em 0.5em 0.5em 1.5em;
            }

        .app-side.is-mini .bluemoonNav > li:hover > ul {
            display: block;
            min-width: 192px;
            height: auto !important;
            box-shadow: 2px 2px 0 2px #d5dfeb;
        }

        .app-side.is-mini .bluemoonNav > li:hover > a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            min-width: 257px;
            color: #ffffff;
            background: #5F2167;
        }

            .app-side.is-mini .bluemoonNav > li:hover > a:active, .app-side.is-mini .bluemoonNav > li:hover > a:focus, .app-side.is-mini .bluemoonNav > li:hover > a:hover {
                color: #ffffff;
                background: #5F2167;
            }

        .app-side.is-mini .bluemoonNav > li:hover .nav-title {
            display: inline-block;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .app-side.is-mini .bluemoonNav > li:hover > .has-arrow::after {
            border-width: 1px 0 0 1px;
        }

        .app-side.is-mini .bluemoonNav > li > a.has-arrow::after {
            border-width: 0;
        }

        .app-side.is-mini .bluemoonNav li:last-child {
            padding-bottom: 0;
        }

        .app-side.is-mini .bluemoonNav ul ul a {
            padding-left: 2.5rem;
        }

        .app-side.is-mini .nav-title {
            display: none;
        }

        .app-side.is-mini a.logo {
            padding: 23px 5px 23px 5px;
            /*background-image: url('../img/default-1.png');*/
        }

            .app-side.is-mini a.logo img {
                top: -20px;
                position: relative;
                max-width: 238px;
                left: -144px;
                max-height: 242px;
                /*max-width: 40px;*/
            }

        .app-side.is-mini .side-content ul.user-actions {
            display: none;
        }
}

@media (max-width: 1100px) {
    .app-main {
        margin-left: 0;
    }

    .side-nav .bluemoonNav > li.selected:after {
        border-right: 0;
    }
}

.has-icon {
    width: 65px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    height: 2.5rem;
    font-size: 1.5em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.onoffcanvas {
    visibility: hidden;
}

    .onoffcanvas.is-open {
        visibility: visible;
    }

/************************************************
	************************************************
											Main CSS							
	************************************************
************************************************/

/*************** Logo ***************/
a.logo-empresa {
    /* padding: 5px 5px 5px 5px;
    text-align: center;
    display: block; */
}

a.logo-empresa img {
    max-width: 200px;
    max-height: 100px;
    margin: 0 auto;
}

a.logo {
    padding: 23px 5px 23px 5px;
    text-align: center;
    display: block;
}

    a.logo img {
        max-width: 300px;
        max-height: 300px;
        position: relative;
        top: -25px;
        left: -40px;
        /*max-width: 120px;
        max-height: 120px;*/
        margin: 0 auto;        
    }

.live-updates {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    /* top: 6px; */
}

    .live-updates ul.header-news li {
        line-height: 30px;
    }

        .live-updates ul.header-news li a {
            color: #e0f0fd;
        }

            .live-updates ul.header-news li a i {
                font-size: 1.5rem;
                margin-right: 10px;
                line-height: 30px;
                float: left;
                color: #e0f0fd;
            }

@media (max-width: 992px) {
    .live-updates {
        display: none;
    }
}
/*************** Header Actions ***************/
.header-actions {
    float: right;
}

    .header-actions > li {
        float: left;
        /* border-left: 1px solid #005ec5; */
    }

        .header-actions > li > a {
            padding: 19px 23px;
            display: block;
            position: relative;
        }

            .header-actions > li > a > i {
                font-size: 21px;
                vertical-align: middle;
                color: #ffffff;
            }

            .header-actions > li > a .count-label {
                position: absolute;
                top: 12px;
                right: 12px;
                width: 17px;
                height: 17px;
                background: #fb3c3c;
                background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
                background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
                background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
                text-align: center;
                font-size: .60rem;
                color: #ffffff;
                line-height: 18px;
            }

                .header-actions > li > a .count-label.red {
                    background: #fb3c3c;
                }

                .header-actions > li > a .count-label.green {
                    background: #32ba7c;
                    background: -moz-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
                    background: -webkit-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
                    background: linear-gradient(45deg, #32ba7c 0%, #279261 100%);
                }

                .header-actions > li > a .count-label.yellow {
                    background: #ffc139;
                    background: -moz-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
                    background: -webkit-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
                    background: linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
                }

            .header-actions > li > a.user-settings {
                padding: 10px 0 10px 18px;
            }

                .header-actions > li > a.user-settings .avatar {
                    width: 30px;
                    height: 35px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    background: rgba(228, 47, 60, 0.00);
                    background: -moz-linear-gradient(45deg, rgba(228, 47, 60, 0.00) 0%, rgba(214, 111, 116, 0.00) 100%);
                    background: -webkit-linear-gradient(45deg, rgba(228, 47, 60, 0.00) 0%, rgba(214, 111, 116, 0.00) 100%);
                    background: linear-gradient(45deg, rgba(228, 47, 60, 0.00) 0%, rgba(214, 111, 116, 0.00) 100%);
                    line-height: 40px;
                    display: inline-block;
                    text-align: center;
                    color: #ffffff;
                }

                .header-actions > li > a.user-settings span.user-name {
                    color: #ffffff;
                    margin-left: 5px;
                    vertical-align: middle;
                    font-size: .85rem;
                    display: inline-block;
                    max-width: 110px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

            .header-actions > li > a:hover i {
                color: #ffc139;
            }

        .header-actions > li .dropdown-menu {
            margin-top: 0;
        }

        .header-actions > li:first-child {
            border-left: 0;
        }

@media (max-width: 767px) {
    .header-actions > li {
        display: none;
    }

        .header-actions > li:last-child {
            display: block;
            border-left: 0;
        }
}

@media (max-width: 992px) {
    .header-actions > li > a.user-settings span.user-name {
        display: none;
    }
}

.logout-btn {
    margin: 10px 10px 0 10px;
}

    .logout-btn .btn {
        display: block;
        width: 100%;
    }

ul.imp-notify li {
    padding: 5px 15px;
    border-bottom: 1px solid #ececec;
}

    ul.imp-notify li .icon {
        float: left;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #006ade;
        color: #ffffff;
    }

        ul.imp-notify li .icon.secondary {
            background: #fb3c3c;
        }

        ul.imp-notify li .icon.warning {
            background: #ffc139;
        }

        ul.imp-notify li .icon.orange {
            background: #e68722;
        }

        ul.imp-notify li .icon.danger {
            background: #fb3c3c;
        }

        ul.imp-notify li .icon.default {
            background: #8796af;
        }

        ul.imp-notify li .icon.default-dark {
            background: #676666;
        }

    ul.imp-notify li .details {
        font-size: .85rem;
        display: block;
        margin-left: 55px;
    }

        ul.imp-notify li .details p {
            margin: 0;
            line-height: 160%;
            color: #6c6d6f;
        }

            ul.imp-notify li .details p span {
                display: block;
                margin-bottom: 2px;
                color: #616161;
                font-weight: bold;
            }



ul.stats-widget {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.stats-widget li {
        padding: 10px 15px;
        border-bottom: 1px solid #e1e5f1;
    }

        ul.stats-widget li h4 {
            text-transform: uppercase;
            margin: 5px 0;
            padding: 0;
        }

        ul.stats-widget li p {
            color: #8796af;
            margin: 0 0 5px 0;
            padding: 0;
            font-size: .75rem;
            line-height: 100%;
        }

            ul.stats-widget li p span {
                float: right;
            }

        ul.stats-widget li .progress {
            margin-bottom: 10px;
            height: 4px;
        }

        ul.stats-widget li:last-child {
            border-bottom: 0 solid #e1e5f1;
            padding-bottom: 0;
        }

        ul.stats-widget li:first-child {
            padding-top: 0;
        }

/*************** User Settings ***************/
ul.user-settings-list {
    margin: 0;
}

    ul.user-settings-list > li {
        display: block;
    }

        ul.user-settings-list > li a {
            font-size: .85rem;
            display: block;
            padding: 7px 15px;
            color: #006ade;
        }

            ul.user-settings-list > li a span.icon {
                margin-right: 10px;
                font-size: 1rem;
                vertical-align: middle;
            }

            ul.user-settings-list > li a .badge {
                float: right;
                font-size: .65rem;
            }

            ul.user-settings-list > li a:hover {
                background: #f4f6fa;
                color: #000000;
            }

        ul.user-settings-list > li .actions {
            margin: 15px 15px 10px 15px;
        }

            ul.user-settings-list > li .actions .btn {
                display: inline-block;
                font-size: 1rem;
            }

/*************** Toggle Mini Nav ***************/
a.mini-nav-btn {
    padding: 17px 17px 17px 5px;
    display: inline-block;
    /* border-right: 6px solid #e42f3b; */
}

    a.mini-nav-btn i {
        font-size: 1.7rem;
        vertical-align: middle;
        color: #ffffff;
    }

@media (max-width: 992px) {
    a.mini-nav-btn {
        display: none;
    }
}
/*************** Toggle Sidebar ***************/
a.onoffcanvas-toggler {
    padding: 17px 17px 17px 5px;
    display: inline-block;
    border-right: 1px solid #005ec5;
    display: none;
}

    a.onoffcanvas-toggler i {
        font-size: 1.7rem;
        vertical-align: middle;
        color: #ffffff;
    }

@media (max-width: 992px) {
    a.onoffcanvas-toggler {
        display: inline-block;
    }
}
/************************************************
	************************************************
											Widgets										
	************************************************
************************************************/
/*************** Product Status Widget ***************/
ul.product-status li {
    margin-bottom: 15px;
}

    ul.product-status li:last-child {
        margin-bottom: 0px;
    }

    ul.product-status li .customer {
        float: left;
    }

        ul.product-status li .customer img {
            width: 48px;
            height: 48px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

    ul.product-status li .product-details {
        margin-left: 60px;
    }

        ul.product-status li .product-details .badge {
            font-size: .7rem;
            padding: 3px 10px 4px 10px;
            margin-bottom: 5px;
        }

        ul.product-status li .product-details h6 {
            margin: 0;
            line-height: 180%;
            font-size: .9rem;
        }

        ul.product-status li .product-details p {
            font-size: .8rem;
            line-height: 180%;
        }

/*************** Project activity widget ***************/
ul.project-activity {
    margin-left: 20px;
    padding: 0 0 20px 0;
    border-left: 1px solid #e1e5f1;
}

    ul.project-activity li.activity-list {
        position: relative;
    }

        ul.project-activity li.activity-list .lbl {
            background-color: #006ade;
            color: #ffffff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            content: "";
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            text-transform: uppercase;
            position: absolute;
            top: 0px;
            left: -19px;
        }

            ul.project-activity li.activity-list .lbl.secondary {
                background-color: #fb3c3c;
            }

        ul.project-activity li.activity-list:last-child .detail-info {
            padding-bottom: 0;
        }

        ul.project-activity li.activity-list .detail-info {
            line-height: 100%;
            margin: 0 0 0 40px;
            padding-bottom: 25px;
        }

            ul.project-activity li.activity-list .detail-info p.desc-info {
                margin: 0 0 5px 0;
                line-height: 180%;
            }

                ul.project-activity li.activity-list .detail-info p.desc-info span {
                    color: #8796af;
                }

            ul.project-activity li.activity-list .detail-info a.activity-status {
                color: #8796af;
                font-size: .75rem;
            }

                ul.project-activity li.activity-list .detail-info a.activity-status i {
                    font-size: 13px;
                    vertical-align: middle;
                    margin-right: 5px;
                    color: #32ba7c;
                }

/*************** Stats Graph Widget ***************/
.stats-graph-widget {
    position: relative;
    padding: 15px;
    background: #006ade;
    background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: .9rem;
}

    .stats-graph-widget.secondary {
        background: #fb3c3c;
        background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    }

    .stats-graph-widget h4 {
        margin: 0 0 2rem 0;
        text-align: right;
        font-size: 2rem;
        color: #ffffff;
    }

    .stats-graph-widget h6 {
        margin: 0 0 2rem 0;
        color: rgba(255, 255, 255, 0.3);
    }

    .stats-graph-widget .stats-graph {
        margin: 10px 0 0 0;
    }

    .stats-graph-widget p.growth {
        font-size: .75rem;
        padding: 0;
        text-align: right;
        margin: 5px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }

        .stats-graph-widget p.growth i {
            vertical-align: middle;
            margin-left: 2px;
            font-size: 18px;
        }

            .stats-graph-widget p.growth i.up {
                color: #ffc139;
            }

            .stats-graph-widget p.growth i.down {
                color: #fb3c3c;
            }

/*************** Stats Widget ***************/
.stats-widget a.stats-label {
    position: absolute;
    right: 0;
    top: 15px;
    background: #006ade;
    text-align: center;
    font-size: .65rem;
    color: #ffffff;
    padding: 2px 6px;
    line-height: 100%;
}

    .stats-widget a.stats-label:before {
        position: absolute;
        left: -20px;
        bottom: 0;
        content: "";
        border-right: 9px solid #006ade;
        border-left: 11px solid transparent;
        border-top: 11px solid transparent;
    }

    .stats-widget a.stats-label:after {
        position: absolute;
        top: 0;
        left: -20px;
        content: "";
        border-right: 9px solid #006ade;
        border-left: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }

.stats-widget .stats-widget-header {
    margin-bottom: 10px;
}

    .stats-widget .stats-widget-header i {
        font-size: 36px;
        color: #006ade;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

.stats-widget .stats-widget-body ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

    .stats-widget .stats-widget-body ul > li {
        border-right: 1px solid #e1e5f1;
    }

        .stats-widget .stats-widget-body ul > li:last-child {
            border-right: 0;
        }

.stats-widget .stats-widget-body h6.title {
    margin: 10px 0 0 0;
    line-height: 130%;
    color: #8796af;
}

.stats-widget .stats-widget-body h4.total {
    margin: 0;
    text-align: right;
    color: #006ade;
    font-size: 2rem;
}

@media (max-width: 576px) {
    .stats-widget .stats-widget-body h6.title {
        margin: 5px 0 0 0;
    }
}
/*************** Stats Graph Widget ***************/
ul.social-stats li {
    margin-bottom: 18px;
}

    ul.social-stats li .month-type {
        float: left;
        width: 90px;
        height: 75px;
    }

        ul.social-stats li .month-type .circliful {
            margin-top: -15px;
        }

    ul.social-stats li .social-info {
        margin-left: 90px;
    }

        ul.social-stats li .social-info h4 {
            margin: 0;
            padding: 8px 0 0 0;
        }

            ul.social-stats li .social-info h4 i {
                vertical-align: middle;
                font-size: 20px;
                margin-left: 5px;
            }

    ul.social-stats li p {
        color: #8796af;
        margin: 0;
    }

    ul.social-stats li:last-child {
        margin-bottom: 0;
    }

.social-details {
    padding: 1rem;
    margin-bottom: .8rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background: #006ade;
}

    .social-details .social-icon {
        margin-right: 10px;
        float: left;
    }

        .social-details .social-icon i {
            font-size: 3rem;
            vertical-align: middle;
        }

    .social-details.secondary {
        background: #fb3c3c;
    }

    .social-details .social-num {
        margin-left: 60px;
    }

        .social-details .social-num h4 {
            font-size: 24px;
            margin: 0;
            position: relative;
        }

            .social-details .social-num h4 .label {
                position: absolute;
                right: 0;
                top: 7px;
                min-width: 32px;
                font-size: 9px;
                background: rgba(0, 0, 0, 0.1);
                line-height: 16px;
                text-align: center;
            }

        .social-details .social-num p {
            font-size: 12px;
            line-height: 150%;
            margin: 5px 0;
        }

    .social-details .progress {
        margin: 8px 0 0 0;
        background: rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .social-details .progress .progress-bar {
            background: #ffffff;
        }

/*************** Sales Widget ***************/
.sales-widget {
    position: relative;
}

    .sales-widget .sales-graph {
        height: 80px;
    }

    .sales-widget h6.title {
        margin: 0;
        font-size: .9rem;
        color: #8796af;
    }

    .sales-widget h4.total {
        margin: 3px 0;
    }

/*************** Graph Notifi Info ***************/
.notifi {
    position: absolute;
}

    .notifi.tr {
        top: 1rem;
        right: 1rem;
    }

    .notifi.tl {
        top: 1rem;
        left: 1rem;
    }

    .notifi.bl {
        bottom: 1rem;
        left: 1rem;
    }

    .notifi.br {
        bottom: 1rem;
        right: 1rem;
    }

    .notifi a {
        display: inline-block;
    }

        .notifi a i {
            font-size: 30px;
        }

.download-details p {
    text-align: center;
    margin: 0;
    color: #8796af;
}

/*************** Income Widget ***************/
.income-stats {
    padding: 1rem 0 1rem 1rem;
}

    .income-stats h4.total {
        margin: 0;
    }

    .income-stats p.income-title {
        margin: 5px 0 0 0;
        color: #8796af;
    }

        .income-stats p.income-title span.income-label {
            width: 8px;
            height: 8px;
            margin-right: 5px;
            border: 2px solid #006ade;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            display: inline-block;
        }

            .income-stats p.income-title span.income-label.secondary {
                border: 2px solid #fb3c3c;
            }

/*************** Events Widget ***************/
.events .all-events {
    padding: 10px 15px;
    background: #e6ecf3;
    margin-bottom: 15px;
}

    .events .all-events #today-date {
        display: inline-block;
        font-size: .85rem;
        margin: 5px 0 0 0;
        vertical-align: middle;
    }

    .events .all-events .btn {
        float: right;
        margin-left: 10px;
        padding: .25rem 1rem;
        background: #006ade;
        color: #ffffff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

.events .event-list {
    padding: 0 1rem;
}

    .events .event-list li {
        padding: .5rem 0;
        margin-bottom: 5px;
    }

        .events .event-list li a .event-status-icon {
            float: left;
            margin: 7px 0;
        }

            .events .event-list li a .event-status-icon img {
                max-width: 30px;
                max-height: 30px;
            }

        .events .event-list li a .event-info {
            margin-left: 48px;
        }

            .events .event-list li a .event-info .event-time {
                font-size: 1rem;
                color: #006ade;
            }

            .events .event-list li a .event-info .event-desc {
                margin: 3px 0 0 0;
            }

ul.team-activity {
    margin-bottom: 5px;
}

    ul.team-activity li.product-list {
        border-bottom: 1px dotted #e1e5f1;
    }

        ul.team-activity li.product-list .product-time {
            border-right: 1px solid #e1e5f1;
            float: left;
        }

            ul.team-activity li.product-list .product-time .badge {
                -webkit-border-radius: 4px 0 0 4px;
                -moz-border-radius: 4px 0 0 4px;
                border-radius: 4px 0 0 4px;
                min-width: 90px;
                text-align: left;
                font-size: .75rem;
                margin: 0 -1px 17px 0;
            }

            ul.team-activity li.product-list .product-time p.date {
                color: #8796af;
                font-size: .75rem;
                margin: 15px 0 5px 0;
            }

        ul.team-activity li.product-list .product-info {
            padding: 15px 0 16px 0;
            margin-left: 105px;
        }

            ul.team-activity li.product-list .product-info h5 {
                margin: 0;
                padding: 0;
                font-size: 14px;
                line-height: 150%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            ul.team-activity li.product-list .product-info p {
                margin: 4px 0 0 0;
                padding: 0;
                color: #8796af;
                line-height: 160%;
                font-size: .75rem;
            }

            ul.team-activity li.product-list .product-info .progress {
                margin: 10px 0 5px 0;
            }

        ul.team-activity li.product-list:last-child {
            border-bottom: 0;
        }

/*************** Orders Widget ***************/
ul.order-list li {
    padding: .8rem 0;
}

    ul.order-list li .order-num {
        margin: 0 0 7px 0;
        color: #006ade;
        border-left: 5px solid #006ade;
        padding-left: 10px;
    }

        ul.order-list li .order-num.placed {
            color: #32ba7c;
            border-left: 5px solid #32ba7c;
        }

        ul.order-list li .order-num.cancelled {
            color: #fb3c3c;
            border-left: 5px solid #fb3c3c;
        }

    ul.order-list li .order-desc {
        margin: 0 0 0 15px;
        line-height: 200%;
    }

        ul.order-list li .order-desc span {
            text-decoration: underline;
        }

    ul.order-list li .order-date {
        color: #8796af;
        float: right;
        margin-top: 2px;
        font-size: .8rem;
    }

    ul.order-list li:first-child {
        padding-top: 0;
    }

    ul.order-list li:last-child {
        padding-bottom: 0;
    }

/*************** Chat Widget ***************/
.chats {
    position: relative;
    padding: 0;
}

    .chats li {
        margin-bottom: 25px;
    }

        .chats li.chats-left, .chats li.chats-right {
            position: relative;
        }

        .chats li img {
            width: 50px;
            height: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

        .chats li .chats-avatar {
            float: left;
        }

        .chats li.chats-right > .chats-avatar {
            float: right;
        }

        .chats li .chats-name {
            font-size: .75rem;
            text-align: center;
            margin-top: 5px;
            color: #8796af;
        }

        .chats li .chats-hour {
            margin-left: 70px;
            padding: 2px;
            margin-bottom: 20px;
            font-size: .65rem;
        }

            .chats li .chats-hour > span {
                font-size: 16px;
                color: #32ba7c;
            }

        .chats li .chats-text {
            margin-left: 70px;
            padding: 15px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background-color: #e6ecf3;
            left: 15px;
            line-height: 200%;
        }

            .chats li .chats-text:before {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                top: 25px;
                left: 50px;
                border: 10px solid;
                border-color: transparent #e6ecf3 transparent transparent;
            }

        .chats li.chats-right > .chats-text {
            text-align: right;
            right: 16px;
            margin-right: 70px;
            background-color: #006ade;
            color: #ffffff;
        }

            .chats li.chats-right > .chats-text:before {
                left: auto;
                right: 50px;
                border-color: transparent transparent transparent #006ade;
            }

        .chats li.chats-right > .chats-hour {
            text-align: right;
            margin-right: 70px;
        }

/*************** Graph Info Widget ***************/
.info-stats {
    text-align: center;
}

    .info-stats p.info-title {
        margin: 6px 0;
        color: #8796af;
    }

    .info-stats h6.info-title {
        margin: 9px 0;
        color: #8796af;
        font-size: .85rem;
    }

        .info-stats h6.info-title.small {
            font-size: .75rem;
        }

    .info-stats h6.info-total {
        margin: 0;
    }

    .info-stats h5.info-total {
        margin: 0;
    }

    .info-stats h4.info-total {
        margin: 0;
        line-height: 140%;
    }

    .info-stats span.info-label {
        width: 8px;
        height: 8px;
        border: 2px solid #006ade;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: inline-block;
    }

        .info-stats span.info-label.red {
            border: 2px solid #fb3c3c;
        }

        .info-stats span.info-label.green {
            border: 2px solid #32ba7c;
        }

        .info-stats span.info-label.yellow {
            border: 2px solid #ffc139;
        }

/*************** Graphs Stats Widget ***************/
.graph-stats {
    text-align: center;
}

    .graph-stats .graph {
        margin: 20px auto 5px auto;
    }

    .graph-stats h6.graph-title {
        color: #8796af;
        font-size: 14px;
        margin: 10px 0;
    }

/*************** Toggle switch ***************/
.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #006ade;
    overflow: hidden;
}

    .toggle-switch .check {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 6;
        margin: 0;
    }

        .toggle-switch .check:checked ~ .track {
            box-shadow: inset 0 0 0 20px #fb3c3c;
        }

        .toggle-switch .check:checked ~ .switch {
            right: 2px;
            left: 20px;
            transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
            transition-property: left, right;
            transition-delay: .05s, 0s;
        }

            .toggle-switch .check:checked ~ .switch:after {
                position: absolute;
                content: "\e900";
                font-size: .75rem;
                color: #fb3c3c;
                font-family: 'icomoon';
                line-height: 100%;
                top: 2px;
                left: 3px;
            }

    .toggle-switch .switch {
        position: absolute;
        left: 2px;
        top: 2px;
        bottom: 2px;
        right: 20px;
        background-color: #f0f4f9;
        z-index: 1;
        transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
        transition-property: left, right;
        transition-delay: 0s, .05s;
    }

        .toggle-switch .switch:after {
            position: absolute;
            content: "\e901";
            font-size: .75rem;
            color: #006ade;
            font-family: 'icomoon';
            line-height: 100%;
            top: 2px;
            left: 3px;
        }

    .toggle-switch .track {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    }

    .toggle-switch.tr {
        position: absolute;
        top: 13px;
        right: 15px;
    }

    .toggle-switch.tr-xl {
        position: absolute;
        top: 16px;
        right: 15px;
    }

/*************** Messages Widget ***************/
.message-wrapper li {
    padding: 16px 0 17px 0;
    border-bottom: 1px dotted #e1e5f1;
}

    .message-wrapper li img.avatar {
        height: 60px;
        width: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .message-wrapper li .empty-avatar {
        height: 60px;
        width: 60px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        text-align: center;
        line-height: 60px;
        background: #006ade;
        background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    }

        .message-wrapper li .empty-avatar.green {
            background: #32ba7c;
            background: -moz-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
            background: -webkit-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
            background: linear-gradient(45deg, #32ba7c 0%, #279261 100%);
        }

        .message-wrapper li .empty-avatar.red {
            background: #fb3c3c;
            background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
            background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
            background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        }

        .message-wrapper li .empty-avatar.yellow {
            background: #ffc139;
            background: -moz-linear-gradient(45deg, #ffc139 0%, #eca200 100%);
            background: -webkit-linear-gradient(45deg, #ffc139 0%, #eca200 100%);
            background: linear-gradient(45deg, #ffc139 0%, #eca200 100%);
        }

    .message-wrapper li.in img.avatar {
        float: left;
    }

    .message-wrapper li.in .empty-avatar {
        float: left;
    }

    .message-wrapper li.in .plain-avatar {
        float: left;
    }

    .message-wrapper li .name {
        color: #8796af;
        line-height: 180%;
    }

    .message-wrapper li .date-time {
        color: #006ade;
        font-size: .65rem;
    }

    .message-wrapper li.out img.avatar {
        float: right;
    }

    .message-wrapper li.out .empty-avatar {
        float: right;
    }

    .message-wrapper li.out .plain-avatar {
        float: right;
    }

    .message-wrapper li .message {
        display: block;
        padding: 0;
        position: relative;
        line-height: 200%;
    }

    .message-wrapper li.in .message {
        text-align: left;
        margin-left: 70px;
    }

    .message-wrapper li.out {
        text-align: right;
    }

        .message-wrapper li.out .message {
            margin-right: 70px;
            text-align: right;
        }

    .message-wrapper li .message .body {
        display: block;
        padding-top: 5px;
    }

        .message-wrapper li .message .body span {
            font-style: italic;
        }

    .message-wrapper li:first-child {
        padding-top: 0;
    }

    .message-wrapper li:last-child {
        border-bottom: none;
    }

/*************** Email Quotes Widget ***************/
ul.email-quotes {
    background: #006ade;
    background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    ul.email-quotes li {
        color: #ffffff;
        width: 20%;
        padding: 15px 10px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        border-right: 1px solid #006ade;
    }

        ul.email-quotes li:last-child {
            border-right: 0;
        }

        ul.email-quotes li h1 {
            margin: 0;
            padding: 0;
            font-size: 2.5rem;
            line-height: 150%;
        }

        ul.email-quotes li p {
            margin: 0;
            line-height: 150%;
        }

@media (max-width: 767px) {
    ul.email-quotes li {
        width: 50%;
        border: 0;
    }

        ul.email-quotes li:last-child {
            width: 100%;
        }
}
/*************** Icon Stats Widget ***************/
ul.stats li {
    line-height: 36px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    ul.stats li span.icon {
        background: #006ade;
        background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        width: 36px;
        height: 36px;
        text-align: center;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-right: 15px;
        float: left;
    }

        ul.stats li span.icon i {
            color: #ffffff;
            font-size: 1rem;
            line-height: 36px;
        }

        ul.stats li span.icon.red {
            background: #fb3c3c;
            background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
            background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
            background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        }

        ul.stats li span.icon.green {
            background: #32ba7c;
            background: -moz-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
            background: -webkit-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
            background: linear-gradient(45deg, #32ba7c 0%, #279261 100%);
        }

        ul.stats li span.icon.yellow {
            background: #ffc139;
            background: -moz-linear-gradient(45deg, #ffc139 0%, #eca200 100%);
            background: -webkit-linear-gradient(45deg, #ffc139 0%, #eca200 100%);
            background: linear-gradient(45deg, #ffc139 0%, #eca200 100%);
        }

        ul.stats li span.icon.orange {
            background: #ff9f41;
            background: -moz-linear-gradient(45deg, #ff9f41 0%, #ff850e 100%);
            background: -webkit-linear-gradient(45deg, #ff9f41 0%, #ff850e 100%);
            background: linear-gradient(45deg, #ff9f41 0%, #ff850e 100%);
        }

/*************** Newsticker Widget ***************/
.scroll-stats {
    text-align: center;
    margin: 0 auto;
}

    .scroll-stats i {
        font-size: 36px;
        color: #006ade;
        cursor: pointer;
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        margin: auto;
    }

ul#newsticker li {
    overflow: hidden;
    padding: 12px 0;
    min-height: 80px;
    text-align: left;
    line-height: 150%;
    border-bottom: 1px dotted #e6ecf3;
}

    ul#newsticker li .ticker-image {
        width: 56px;
        height: 56px;
        float: left;
        padding: 3px;
    }

        ul#newsticker li .ticker-image img {
            width: 50px;
            height: 50px;
            -webkit-border-radius: 0.5rem;
            -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
        }

    ul#newsticker li .ticker-wrapper {
        margin: 5px 0 0 70px;
    }

        ul#newsticker li .ticker-wrapper a {
            color: #006ade;
            text-decoration: underline;
        }

            ul#newsticker li .ticker-wrapper a:hover {
                color: #0052ab;
            }

    ul#newsticker li:hover {
        background: #e6ecf3;
    }

/*************** Tasks Widget ***************/
.task-list li {
    display: block;
    padding: 15px 0 15px 0;
    margin: 0;
    cursor: pointer;
}

    .task-list li.list span {
        float: left;
        margin-top: 20px;
        color: #8796af;
    }

        .task-list li.list span:before {
            font-size: 1.5rem;
            content: "\e5ca";
            font-family: 'icomoon';
            vertical-align: middle;
            border: 3px solid #8796af;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            padding: 4px;
        }

    .task-list li.completed {
        text-decoration: line-through;
        color: #006ade;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .task-list li.completed span:before {
            color: #006ade;
            border: 3px solid #006ade;
            content: "\e5ca";
            font-family: 'icomoon';
            text-decoration: none;
        }

    .task-list li:first-child {
        padding-top: 0;
    }

    .task-list li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .task-list li .task-details {
        margin-left: 60px;
    }

        .task-list li .task-details p {
            margin: 0;
            padding: 10px 0 6px 0;
            line-height: 140%;
        }

            .task-list li .task-details p small {
                padding: 0;
                color: #fb3c3c;
            }

            .task-list li .task-details p.date {
                padding: 0;
                margin: 0;
                font-size: .75rem;
            }

                .task-list li .task-details p.date small {
                    text-transform: uppercase;
                }

/*************** Simple Widget ***************/
.simple-widget {
    position: relative;
    padding: 15px;
    background: #006ade;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: .9rem;
    background: #006ade;
    background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: linear-gradient(45deg, #484848 0%, #b5b5b5 100%);
}

    .simple-widget .growth {
        position: absolute;
        right: 15px;
        top: 15px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        background-color: #fb2d2d;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2c90ff), to(#006ade));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #d4595f, #e53039);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #2c90ff, #006ade);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #2c90ff, #006ade);
        /* IE10 */
        background-image: -o-linear-gradient(top, #2c90ff, #006ade);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #2c90ff, #006ade);
        color: #ffffff;
        text-align: center;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    }

    .simple-widget h3 {
        margin: 0 0 15px 0;
    }

    .simple-widget p {
        margin: 0;
        padding: 0 0 10px 0;
    }

    .simple-widget .progress {
        background: rgba(255, 255, 255, 0.2);
    }

        .simple-widget .progress .progress-bar {
            background: #f0f4f9;
        }

    .simple-widget.secondary {
        background: #fb3c3c;
        background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        background: linear-gradient(45deg, #823636 0%, #e52f3d 100%);
    }

        .simple-widget.secondary .growth {
            background-color: #fb3c3c;
            /* Fallback Color */
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fd8787), to(#fb3c3c));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(top, #fd8787, #fb3c3c);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #fd8787, #fb3c3c);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #fd8787, #fb3c3c);
            /* IE10 */
            background-image: -o-linear-gradient(top, #fd8787, #fb3c3c);
            /* Opera 11.10+ */
            background-image: linear-gradient(top, #fd8787, #fb3c3c);
        }

/*************** Custom Accordions ***************/
.accordion-icons a {
    position: relative;
    padding-left: 30px;
}

    .accordion-icons a:before {
        position: absolute;
        left: 0;
        content: "\e903";
        font-family: 'icomoon';
        font-size: 18px;
    }

    .accordion-icons a.collapsed:before {
        content: "\e902";
    }

/*************** Settings ***************/
.settings li {
    border-bottom: 1px dotted #c4d2e2;
    padding: 10px 0;
}

    .settings li p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        line-height: 150%;
    }

    .settings li .toggle-switch {
        float: right;
    }

    .settings li a.cancel {
        float: right;
        margin-left: 10px;
        border: 2px solid #a1b8d2;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

        .settings li a.cancel i {
            font-size: 18px;
            color: #a1b8d2;
        }

        .settings li a.cancel.cancelled {
            border: 2px solid #fb3c3c;
        }

            .settings li a.cancel.cancelled i {
                color: #fb3c3c;
            }

    .settings li:first-child {
        padding-top: 0;
    }

    .settings li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

/************************************************
	************************************************
											Pages							
	************************************************
************************************************/
/*************** Invoice Page ***************/
.invoice-container {
    padding: 1rem;
    background-color: #f0f4f9;
}

    .invoice-container img.invoice-logo {
        max-width: 120px;
    }

/*************** Icons Page ***************/
.icons {
    text-align: center;
}

    .icons span {
        background: #e6ecf3;
        background: -moz-linear-gradient(45deg, #f0f4f8 0%, #d5dfeb 100%);
        background: -webkit-linear-gradient(45deg, #f0f4f8 0%, #d5dfeb 100%);
        background: linear-gradient(45deg, #f0f4f8 0%, #d5dfeb 100%);
        font-size: 24px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #000000;
        margin-bottom: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .icons span:hover {
            background: #006ade;
            background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
            background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
            background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
            color: #ffffff;
            text-shadow: 0 10px 10px #000000;
        }

/*************** Gallery Page ***************/
.gallery {
    margin: 0 auto;
}

    .gallery a {
        border: 3px solid #e3e9f1;
        position: relative;
        overflow: hidden;
        -moz-box-shadow: 0 0 10px #a1b8d2;
        /* FF3.5+ */
        -webkit-box-shadow: 0 0 10px #a1b8d2;
        /* Saf3.0+, Chrome */
        box-shadow: 0 0 10px #a1b8d2;
        /* Opera 10.5, IE9 */
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        margin: 0 0 15px 0;
        opacity: 1;
    }

        .gallery a img {
            max-height: 150px;
        }

        .gallery a .overlay {
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            position: absolute;
            z-index: 20;
            background: rgba(0, 0, 0, 0.8);
            overflow: hidden;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .gallery a .expand {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 100;
            border: 2px solid #ffc139;
            text-align: center;
            color: #ffc139;
            line-height: 44px;
            font-size: 30px;
            margin-left: -20px;
            margin-top: -20px;
            width: 48px;
            height: 48px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .gallery a:hover {
            opacity: 1;
        }

            .gallery a:hover .overlay {
                opacity: 1;
            }

            .gallery a:hover span.expand {
                width: 48px;
                height: 48px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

/*************** Profile Page ***************/
.block-140 {
    background: #f0f4f9;
    display: block;
    height: 142px;
}

.block-300 {
    background: #f0f4f9;
    display: block;
    height: 292px;
}

a.block-140 {
    background: #f0f4f9;
    display: block;
    height: 142px;
    padding: 30px 15px;
    margin-bottom: .8rem;
    text-align: center;
    border: 1px solid #dee7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    box-shadow: none;
}

    a.block-140 .icon {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        margin: 0 auto 5px auto;
        padding: 8px;
        text-align: center;
        line-height: 32px;
    }

        a.block-140 .icon i {
            font-size: 2rem;
            color: #006ade;
            vertical-align: middle;
        }

    a.block-140 h5 {
        margin: 5px 0 0 0;
        padding: 0;
        overflow: hidden;
    }

    a.block-140 p {
        margin: 0;
        padding: 0;
        font-size: 90%;
        color: #8796af;
    }

a.block-300 {
    background: #f0f4f9;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: .8rem;
    padding: 0;
    display: block;
    height: 296px;
    text-align: center;
    color: #006ade;
    border: 1px solid #dee7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    box-shadow: none;
}

    a.block-300:hover {
        color: #fb3c3c;
    }

.user-profile {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .user-profile img.profile-thumb {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        margin: 10px auto 15px auto;
    }

    .user-profile h5.profile-name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .user-profile h6.profile-designation {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 130%;
    }

    .user-profile p.profile-location {
        margin: 0 0 15px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

a.blog-sm {
    display: block;
    padding-bottom: 5px;
}

    a.blog-sm img.blog-thumb {
        margin-bottom: 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 2px solid #006ade;
        max-height: 180px;
    }

    a.blog-sm h6.blog-title {
        margin: 0 0 15px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 130%;
        font-weight: 600;
    }

    a.blog-sm p.blog-content {
        margin: 0 0 15px 0;
        line-height: 180%;
    }

    a.blog-sm p.blog-date {
        margin: 0;
        font-size: .75rem;
        color: #006ade;
        position: relative;
    }

        a.blog-sm p.blog-date:after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 30px;
            height: 2px;
            background: #006ade;
        }

@media (max-width: 767px) {
    a.blog-sm p.blog-date {
        margin: 0 0 15px 0;
    }
}

ul.imp-messages {
    width: 100%;
}

    ul.imp-messages li {
        border-bottom: 1px dotted white;
        padding: 25px 0;
    }

        ul.imp-messages li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        ul.imp-messages li:first-child {
            border-bottom: 0;
            padding-top: 0;
        }

        ul.imp-messages li img.avatar {
            float: left;
            width: 48px;
            height: 48px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        ul.imp-messages li blockquote {
            padding: 0 20px;
            line-height: 180%;
            border-left: 2px solid #0176bd;
        }

        ul.imp-messages li p.url {
            margin: 0 0 0 20px;
        }

            ul.imp-messages li p.url a {
                color: #0176bd;
            }

        ul.imp-messages li .message-wrapper {
            margin-left: 80px;
            margin-right: 60px;
        }

            ul.imp-messages li .message-wrapper .url i {
                font-size: 24px;
                margin-right: 4px;
                vertical-align: middle;
            }

            ul.imp-messages li .message-wrapper ul.images {
                margin-left: 20px;
            }

                ul.imp-messages li .message-wrapper ul.images li {
                    margin-right: 10px;
                    width: 36px;
                    float: left;
                    padding: 0;
                }

                    ul.imp-messages li .message-wrapper ul.images li a img {
                        max-width: 32px;
                        max-height: 32px;
                    }

            ul.imp-messages li .message-wrapper h4 {
                font-size: 1.5rem;
                margin: 0 0 20px 0;
            }

        ul.imp-messages li .message-date {
            float: right;
            text-align: right;
            font-size: 1.5rem;
            line-height: 24px;
            color: #fb3c3c;
        }

            ul.imp-messages li .message-date span.month {
                font-size: .7rem;
            }

@media (max-width: 767px) {
    ul.imp-messages li .message-wrapper {
        margin-left: 60px;
        margin-right: 0px;
    }

        ul.imp-messages li .message-wrapper ul.images li {
            margin-right: 4px;
            width: 32px;
            height: 32px;
        }
}
/************************************************
	************************************************
							Plugins Overwrite CSS							
	************************************************
************************************************/
/*************** Map/Chart/Graph Heights ***************/
.chart-height {
    position: relative;
    height: 210px;
}

.chart-height-2 {
    position: relative;
    height: 158px;
}

.chart-height-md {
    position: relative;
    height: 190px;
}

.chart-height-lg {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.chart-height-lgx {
    position: relative;
    height: 261px;
}

/*************** Gmap Skins ***************/
.map {
    width: 100%;
    height: 760px;
    background: #e6ecf3;
}

/*************** jVector Map ***************/
.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    font-size: .75rem;
    padding: 6px 12px;
}

/*************** Flot Chart ***************/
.legendLabel {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 10px;
}

/*************** Notify ***************/
.notify-notifications .btn {
    margin: 3px;
    min-width: 120px;
    float: left;
}

/*************** Rating ***************/
.stars {
    margin: 5px 0 0 0;
    width: 100% !important;
}

    .stars img {
        width: 18px;
        height: 18px;
    }

/*************** Login Signup Screens ***************/
.login-screen {
    padding-top: 5%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

    .login-screen .login-logo {
        margin: 20px 0 20px 0;
        text-align: left;
        display: block;
    }

        .login-screen .login-logo > img {
            margin: 0;
            max-height: 36px;
        }

.login-container {
    position: relative;
    /*  box-shadow: 0px 25px 15px -15px #c4d2e2;*/
    background: #31303099;
    margin: 0 auto;
}

    .login-container .login-box {
        padding: 50px 50px;
    }

        .login-container .login-box h5 {
            margin: 0 0 20px 0;
            color: #006ade;
        }

    .login-container .actions {
        margin-top: 15px;
        display: block;
        margin-bottom: 30px;
    }

        .login-container .actions a {
            color: #006ade;
            text-decoration: none;
            margin-top: 12px;
            display: inline-block;
        }

            .login-container .actions a:hover {
                text-decoration: underline;
            }

        .login-container .actions .btn {
            float: right;
            padding: 8px 25px;
            border-bottom: 4px solid #da291c;
            background: white;
            color: #000000;
            font-weight: 600;
        }

    .login-container a.additional-link {
        color: #006ade;
        text-decoration: none;
        margin: 40px auto 0 auto;
        text-align: center;
        display: block;
    }

        .login-container a.additional-link span {
            text-decoration: underline;
            color: #000000;
        }

    .login-container p.info {
        padding: 0;
        margin: 0 0 20px 0;
        line-height: 150%;
        color: #8796af;
    }

.login-slider {
    background: url("../img/login-slider.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

    .login-slider .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90px;
        height: 90px;
        margin-left: -35px;
        margin-top: -35px;
    }

.signup-slider {
    background: url("../img/login-slider.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .login-slider {
        display: none;
    }

    .signup-slider {
        display: none;
    }
}
/*************** Lock Screen ***************/
.lock-screen {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}

    .lock-screen .avatar {
        position: relative;
        margin: auto;
        width: 90px;
        margin: 10px auto;
    }

        .lock-screen .avatar img {
            width: 90px;
            height: 90px;
        }

        .lock-screen .avatar .lock {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 32px;
            height: 32px;
            background: #006ade;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

            .lock-screen .avatar .lock i {
                color: #ffffff;
                line-height: 32px;
            }

    .lock-screen h5 {
        margin: 0 0 10px 0;
        color: #006ade;
    }

.lock-screen-input {
    margin: 20px auto;
    height: 52px;
    position: relative;
}

    .lock-screen-input .form-control {
        height: 52px;
        padding: 12px 5px 12px 20px;
        border: 1px solid #006ade;
    }

    .lock-screen-input .lock-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        border: none;
        height: 42px;
        width: 70px;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        background-color: #006ade;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .lock-screen-input .lock-btn i {
            font-size: 21px;
            vertical-align: middle;
            line-height: 42px;
        }

/*************** Error screen ***************/
.error-screen {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 240px;
    margin-top: -120px;
    text-align: center;
}

    .error-screen h1 {
        font-size: 8rem;
        color: #006ade;
        line-height: 100%;
        margin: 0;
    }

    .error-screen h4 {
        line-height: 100%;
        margin-bottom: 30px;
    }

/*************** Pricing Plans ***************/
.plan-one {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #006ade;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
}

    .plan-one .pricing-header {
        position: relative;
        padding: 20px 10px;
        margin-bottom: 10px;
    }

        .plan-one .pricing-header i {
            font-size: 48px;
            margin: 0 15px;
            color: #ffffff;
            display: inline-block;
            float: left;
        }

    .plan-one .plan-title {
        top: 0;
        font-size: 1.2rem;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .plan-one .plan-cost {
        margin: 0;
    }

        .plan-one .plan-cost .plan-price {
            font-size: 20px;
        }

        .plan-one .plan-cost .plan-type {
            opacity: 0.8;
            font-size: 0.80rem;
            text-transform: uppercase;
        }

    .plan-one .plan-features {
        padding: 0;
        margin: 0 0 20px 0;
        text-align: center;
        list-style: outside none none;
        font-size: 14px;
        text-align: left;
    }

        .plan-one .plan-features li {
            padding: 7px 10px 7px 15px;
            border-left: 3px solid #e0f0fd;
            margin: 3px 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .plan-one .plan-features li:hover {
                color: #ffffff;
            }

    .plan-one .plan-select {
        background-color: #005ec5;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        text-align: center;
    }

        .plan-one .plan-select a {
            color: #ffffff;
            text-decoration: none;
            padding: 15px 20px;
            margin: 20px;
            border-radius: 40px;
            text-transform: uppercase;
            display: inline-block;
            background-color: #006ade;
        }

            .plan-one .plan-select a:hover {
                background-color: #006ade;
            }

@media (max-width: 767px) {
    .plan-one .pricing-header {
        text-align: center;
    }

        .plan-one .pricing-header i {
            display: block;
            float: none;
            margin-bottom: 20px;
        }
}

.plan-two {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 2px solid #006ade;
    color: #006ade;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
}

    .plan-two .pricing-header {
        position: relative;
        padding: 20px 10px;
        margin-bottom: 10px;
    }

        .plan-two .pricing-header i {
            font-size: 48px;
            margin: 0 15px;
            color: #006ade;
            display: inline-block;
            float: left;
        }

    .plan-two .plan-title {
        top: 0;
        font-size: 1.2rem;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .plan-two .plan-cost {
        margin: 0;
    }

        .plan-two .plan-cost .plan-price {
            font-size: 20px;
        }

        .plan-two .plan-cost .plan-type {
            opacity: 0.8;
            font-size: 0.80rem;
            text-transform: uppercase;
        }

    .plan-two .plan-features {
        padding: 0;
        margin: 0 0 20px 0;
        text-align: center;
        list-style: outside none none;
        font-size: 14px;
        text-align: left;
    }

        .plan-two .plan-features li {
            padding: 7px 10px 7px 15px;
            border-left: 3px solid #006ade;
            margin: 3px 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .plan-two .plan-features li:hover {
                color: #000000;
            }

    .plan-two .plan-select {
        background-color: #e6ecf3;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        text-align: center;
    }

        .plan-two .plan-select a {
            color: #ffffff;
            text-decoration: none;
            padding: 15px 20px;
            margin: 20px;
            border-radius: 40px;
            text-transform: uppercase;
            display: inline-block;
            background-color: #006ade;
        }

            .plan-two .plan-select a:hover {
                background-color: #006ade;
            }

@media (max-width: 767px) {
    .plan-two .pricing-header {
        text-align: center;
    }

        .plan-two .pricing-header i {
            display: block;
            float: none;
            margin-bottom: 20px;
        }
}

.plan-three {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 2px solid #e1e5f1;
    color: #000000;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
}

    .plan-three .pricing-header {
        position: relative;
        padding: 20px 10px;
        margin-bottom: 10px;
    }

        .plan-three .pricing-header i {
            font-size: 48px;
            margin: 0 15px;
            color: #006ade;
            display: inline-block;
            float: left;
        }

    .plan-three .plan-title {
        top: 0;
        font-size: 1.2rem;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .plan-three .plan-cost {
        margin: 0;
    }

        .plan-three .plan-cost .plan-price {
            font-size: 20px;
        }

        .plan-three .plan-cost .plan-type {
            opacity: 0.8;
            font-size: 0.80rem;
            text-transform: uppercase;
        }

    .plan-three .plan-features {
        padding: 0;
        margin: 0 0 20px 0;
        text-align: center;
        list-style: outside none none;
        font-size: 14px;
        text-align: left;
    }

        .plan-three .plan-features li {
            padding: 7px 10px 7px 15px;
            border-left: 3px solid #e1e5f1;
            margin: 3px 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .plan-three .plan-features li:hover {
                color: #006ade;
            }

    .plan-three .plan-select {
        background-color: #e6ecf3;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        text-align: center;
    }

        .plan-three .plan-select a {
            color: #ffffff;
            text-decoration: none;
            padding: 15px 20px;
            margin: 20px;
            border-radius: 40px;
            text-transform: uppercase;
            display: inline-block;
            background-color: #006ade;
        }

            .plan-three .plan-select a:hover {
                background-color: #006ade;
            }

@media (max-width: 767px) {
    .plan-three .pricing-header {
        text-align: center;
    }

        .plan-three .pricing-header i {
            display: block;
            float: none;
            margin-bottom: 20px;
        }
}
/*************** Timeline ***************/
.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

    .timeline:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        border-right: 1px dashed #c4d2e2;
        height: 100%;
        display: block;
    }

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

    .timeline-row .timeline-time {
        position: absolute;
        right: 50%;
        top: 31px;
        text-align: right;
        margin-right: 20px;
        color: #006ade;
        font-size: 1rem;
    }

        .timeline-row .timeline-time small {
            display: block;
            margin-top: 5px;
            color: #8796af;
        }

    .timeline-row .timeline-dot {
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        text-align: center;
        overflow: hidden;
        padding: 2px;
        color: #ffffff;
        z-index: 100;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .timeline-row .timeline-content {
        position: relative;
        padding: 20px;
    }

        .timeline-row .timeline-content:after {
            content: "";
            position: absolute;
            top: 40px;
            height: 3px;
            width: 40px;
        }

        .timeline-row .timeline-content h4 {
            margin: 0 0 10px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-transform: uppercase;
            font-size: 14px;
        }

        .timeline-row .timeline-content p {
            margin-bottom: 10px;
            line-height: 140%;
        }

        .timeline-row .timeline-content i {
            font-size: 30px;
            color: #ffffff;
            line-height: 100%;
        }

    .timeline-row:nth-child(even) .timeline-content {
        background: #fb3c3c;
        margin-left: 40px;
        text-align: left;
    }

        .timeline-row:nth-child(even) .timeline-content:after {
            left: -39px;
            border-right: 18px solid #fb3c3c;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

    .timeline-row:nth-child(odd) {
        padding-left: 0;
        padding-right: 50%;
    }

        .timeline-row:nth-child(odd) .timeline-time {
            right: auto;
            left: 50%;
            text-align: left;
            margin-right: 0;
            margin-left: 20px;
        }

        .timeline-row:nth-child(odd) .timeline-content {
            background: #006ade;
            margin-right: 40px;
            margin-left: 0;
            text-align: right;
        }

            .timeline-row:nth-child(odd) .timeline-content:after {
                right: -39px;
                border-left: 18px solid #006ade;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }

        .timeline:after {
            left: 28px;
        }

        .timeline .timeline-row {
            padding-left: 0;
            margin-bottom: 16px;
        }

            .timeline .timeline-row .timeline-time {
                position: relative;
                right: auto;
                top: 0;
                text-align: left;
                margin: 0 0 6px 56px;
            }

                .timeline .timeline-row .timeline-time strong {
                    display: inline-block;
                    margin-right: 10px;
                }

            .timeline .timeline-row .timeline-icon {
                top: 52px;
                left: -2px;
                margin-left: 0;
            }

            .timeline .timeline-row .timeline-content {
                margin-left: 56px;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                position: relative;
            }

                .timeline .timeline-row .timeline-content:after {
                    right: auto;
                    left: -39px;
                    top: 32px;
                }

            .timeline .timeline-row:nth-child(odd) {
                padding-right: 0;
            }

                .timeline .timeline-row:nth-child(odd) .timeline-time {
                    position: relative;
                    right: auto;
                    left: auto;
                    top: 0;
                    text-align: left;
                    margin: 0 0 6px 56px;
                }

                .timeline .timeline-row:nth-child(odd) .timeline-content {
                    margin-right: 0;
                    margin-left: 55px;
                }

                    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
                        right: auto;
                        left: -39px;
                        top: 32px;
                        border-right: 18px solid #006ade;
                        border-left: inherit;
                    }

        .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
            left: 20px;
        }

        .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
            left: 0;
        }
}
/*************** Loading ***************/
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #ffffff54;
}

    #loading-wrapper #loaderDefault {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        width: 60px;
        height: 60px;
    }

        #loading-wrapper #loaderDefault > div {
            background-color: #006ade;
            height: 100%;
            width: 6px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            display: inline-block;
            -moz-animation: linedelay 1.1s infinite ease-in-out;
            -webkit-animation: linedelay 1.1s infinite ease-in-out;
            animation: linedelay 1.1s infinite ease-in-out;
        }

        #loading-wrapper #loaderDefault .line2 {
            background-color: #1283ff;
            -moz-animation-delay: -1.0s;
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

        #loading-wrapper #loaderDefault .line3 {
            background-color: #006ade;
            -moz-animation-delay: -0.9s;
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        #loading-wrapper #loaderDefault .line4 {
            background-color: #1283ff;
            -moz-animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        #loading-wrapper #loaderDefault .line5 {
            background-color: #006ade;
            -moz-animation-delay: -0.7s;
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

        #loading-wrapper #loaderDefault .line6 {
            background-color: #1283ff;
            -moz-animation-delay: -0.6s;
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

@-moz-keyframes linedelay {
    0%, 50%, 100% {
        -moz-transform: scaleY(0.4);
    }

    30% {
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes linedelay {
    0%, 50%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    30% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes linedelay {
    0%, 50%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    30% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.loaded #loading-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/************************************************
	************************************************
							Bootstrap Overwrite CSS							
	************************************************
************************************************/
/*************** Modals ***************/
.modal-content {
    border: 1px solid #e1e5f1;
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e5f1;
}

/*************** Carousel ***************/
.carousel-item {
    max-height: 450px;
}

/*************** Buttons ***************/
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn .icon {
        font-size: 1.4rem;
        vertical-align: middle;
        margin-top: -2px;
    }

    .btn.focus, .btn:focus {
        color: #ffffff;
    }

.btn-sm .icon {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -2px;
}

.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn-primary {
    background: #006ade;
    background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    border-color: #006ade;
    color: #ffffff;
}

    .btn-primary:hover {
        background-color: #005ec5;
        border-color: #005ec5;
        color: #ffffff;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 3px #92c6ff;
    }

/*.btn-secondary {
    background: #fb3c3c;
    background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    border-color: #fb3c3c;
    color: #ffffff;
}

    .btn-secondary:hover {
        background-color: #fa2323;
        border-color: #fa2323;
        color: #ffffff;
    }

    .btn-secondary:focus {
        box-shadow: 0 0 0 3px #fda5a5;
    }*/

.btn-success {
    background: #32ba7c;
    background: -moz-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
    background: -webkit-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
    background: linear-gradient(45deg, #32ba7c 0%, #279261 100%);
    border-color: #32ba7c;
}

    .btn-success:hover {
        background-color: #2da66f;
        border-color: #2da66f;
    }

    .btn-success:focus {
        box-shadow: 0 0 0 3px #ace9cd;
    }

.btn-danger {
    background: #fb3c3c;
    background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
    border-color: #fb3c3c;
}

    .btn-danger:hover {
        background-color: #fa2323;
        border-color: #fa2323;
    }

    .btn-danger:focus {
        box-shadow: 0 0 0 3px #fdaaaa;
    }

.btn-warning {
    background: #ffc139;
    background: -moz-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
    background: -webkit-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
    background: linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
    border-color: #ffc139;
    color: #ffffff;
}

    .btn-warning:hover {
        background-color: #ffb920;
        border-color: #ffb920;
        color: #ffffff;
    }

    .btn-warning:focus {
        box-shadow: 0 0 0 3px #fff1d2;
        color: #ffffff;
    }

.btn-info {
    background: #0176bd;
    background: -moz-linear-gradient(45deg, #0176bd 0%, #01568a 100%);
    background: -webkit-linear-gradient(45deg, #0176bd 0%, #01568a 100%);
    background: linear-gradient(45deg, #0176bd 0%, #01568a 100%);
    border-color: #0176bd;
}

    .btn-info:hover {
        background-color: #0166a4;
        border-color: #0166a4;
    }

    .btn-info:focus {
        box-shadow: 0 0 0 3px #72c9fe;
    }

.btn-light {
    background-color: #ccf5fd;
    border-color: #ccf5fd;
}

    .btn-light:hover {
        background-color: #b3f0fc;
        border-color: #b3f0fc;
    }

    .btn-light:focus {
        box-shadow: 0 0 0 3px #9bebfb;
    }

.btn-dark {
    background-color: #ffdbdb;
    border-color: #ffdbdb;
    color: #000000;
}

    .btn-dark:hover {
        background-color: #ffc2c2;
        border-color: #ffc2c2;
    }

    .btn-dark:focus {
        box-shadow: 0 0 0 3px white;
    }

.btn-link {
    color: #006ade;
}

    .btn-link:hover {
        text-decoration: none;
    }

.btn-outline-primary {
    border-color: #006ade;
    color: #006ade;
}

    .btn-outline-primary:hover {
        background-color: #006ade;
        border-color: #006ade;
        color: #ffffff;
    }

    .btn-outline-primary:focus {
        box-shadow: 0 0 0 3px #92c6ff;
    }

.btn-outline-secondary {
    border-color: #fa0a0a;
    color: #fb3c3c;
}

    .btn-outline-secondary:hover {
        background-color: #fa0a0a;
        border-color: #fa0a0a;
        color: #ffffff;
    }

    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 3px #fda5a5;
    }

.btn-outline-success {
    border-color: #32ba7c;
    color: #32ba7c;
}

    .btn-outline-success:hover {
        background-color: #32ba7c;
        border-color: #32ba7c;
        color: #ffffff;
    }

    .btn-outline-success:focus {
        box-shadow: 0 0 0 3px #ace9cd;
    }

.btn-outline-danger {
    border-color: #fb3c3c;
    color: #fb3c3c;
}

    .btn-outline-danger:hover {
        background-color: #fb3c3c;
        border-color: #fb3c3c;
        color: #ffffff;
    }

    .btn-outline-danger:focus {
        box-shadow: 0 0 0 3px #fdaaaa;
    }

.btn-outline-warning {
    border-color: #ffc139;
    color: #ffc139;
}

    .btn-outline-warning:hover {
        background-color: #ffc139;
        border-color: #ffc139;
        color: #ffffff;
    }

    .btn-outline-warning:focus {
        box-shadow: 0 0 0 3px #fff1d2;
    }

.btn-outline-info {
    border-color: #0176bd;
    color: #0176bd;
}

    .btn-outline-info:hover {
        background-color: #0176bd;
        border-color: #0176bd;
        color: #ffffff;
    }

    .btn-outline-info:focus {
        box-shadow: 0 0 0 3px #72c9fe;
    }

.btn-outline-light {
    border-color: #ccf5fd;
    color: #ccf5fd;
    color: #ffdbdb;
}

    .btn-outline-light:hover {
        background-color: #ccf5fd;
        border-color: #ccf5fd;
        color: #ffdbdb;
    }

    .btn-outline-light:focus {
        box-shadow: 0 0 0 3px #9bebfb;
    }

.btn-outline-dark {
    border-color: #ffdbdb;
    color: #000000;
}

    .btn-outline-dark:hover {
        background-color: #ffc2c2;
        border-color: #ffc2c2;
        color: #ffffff;
    }

    .btn-outline-dark:focus {
        box-shadow: 0 0 0 3px white;
    }

.btn.disabled, .btn:disabled {
    pointer-events: none;
}

.btn-group > .btn:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*************** Dropdown Menu ***************/
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    min-width: 12rem;
}

    .dropdown-menu.lg {
        min-width: 18rem;
    }

    .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 5px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e1e5f1;
    }

    .dropdown-menu:after {
        content: "";
        position: absolute;
        top: -7px;
        left: 6px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
    }

    .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: .25rem 1rem;
    }

        .dropdown-menu .dropdown-item:hover {
            background: #e0f0fd;
        }

    .dropdown-menu.dropdown-menu-right:before {
        content: "";
        position: absolute;
        top: -8px;
        right: 5px;
        left: auto;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e1e5f1;
    }

    .dropdown-menu.dropdown-menu-right:after {
        content: "";
        position: absolute;
        top: -7px;
        right: 6px;
        left: auto;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
    }

.dropup .dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 5px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e1e5f1;
    border-bottom: inherit;
}

.dropup .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 6px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    border-bottom: inherit;
}

/*************** Media ***************/
.media {
    margin-top: 0;
}

    .media .media-left a {
        display: block;
    }

        .media .media-left a img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            width: 64px;
            height: 64px;
        }

    .media a .empty-avatar {
        height: 64px;
        width: 64px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        text-align: center;
        display: block;
        line-height: 60px;
        background: #006ade;
        background: -moz-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        background: -webkit-linear-gradient(45deg, #006ade 0%, #0052ab 100%);
        background: linear-gradient(45deg, #006ade 0%, #0052ab 100%);
    }

        .media a .empty-avatar.secondary {
            background: #fb3c3c;
            background: -moz-linear-gradient(45deg, #fb3c3c 0%, #dc0505 100%);
            background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #dc0505 100%);
            background: linear-gradient(45deg, #fb3c3c 0%, #dc0505 100%);
        }

        .media a .empty-avatar.green {
            background: #32ba7c;
            background: -moz-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
            background: -webkit-linear-gradient(45deg, #32ba7c 0%, #279261 100%);
            background: linear-gradient(45deg, #32ba7c 0%, #279261 100%);
        }

        .media a .empty-avatar.red {
            background: #fb3c3c;
            background: -moz-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
            background: -webkit-linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
            background: linear-gradient(45deg, #fb3c3c 0%, #fa0a0a 100%);
        }

        .media a .empty-avatar.yellow {
            background: #ffc139;
            background: -moz-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
            background: -webkit-linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
            background: linear-gradient(45deg, #ffc139 0%, #ffb106 100%);
        }

        .media a .empty-avatar.pink {
            background: #d43f72;
            background: -moz-linear-gradient(45deg, #d43f72 0%, #b7295a 100%);
            background: -webkit-linear-gradient(45deg, #d43f72 0%, #b7295a 100%);
            background: linear-gradient(45deg, #d43f72 0%, #b7295a 100%);
        }

        .media a .empty-avatar.blue {
            background: #0176bd;
            background: -moz-linear-gradient(45deg, #0176bd 0%, #01568a 100%);
            background: -webkit-linear-gradient(45deg, #0176bd 0%, #01568a 100%);
            background: linear-gradient(45deg, #0176bd 0%, #01568a 100%);
        }

    .media .media-body h5.media-heading {
        font-size: 1rem;
    }

        .media .media-body h5.media-heading span.date {
            color: #8796af;
            font-size: .75rem;
            padding-left: 5px;
        }

    .media .media-body p {
        padding: 0 0 0 15px;
        margin: 15px 0;
        line-height: 170%;
        border-left: 3px solid #e1e5f1;
    }

    .media.disabled {
        opacity: 0.2;
        cursor: no-drop;
    }

.comments-footer {
    margin-bottom: 25px;
}

    .comments-footer ul li {
        float: left;
        margin-right: 15px;
    }

        .comments-footer ul li a {
            color: #8796af;
        }

            .comments-footer ul li a span.count {
                margin-right: 2px;
            }

            .comments-footer ul li a.high {
                color: #32ba7c;
            }

            .comments-footer ul li a.low {
                color: #fb3c3c;
            }

            .comments-footer ul li a:hover {
                color: #006ade;
            }

.comments-form .form-group {
    margin-bottom: 10px;
}

/*************** Card ***************/
.card {
    border: 1px solid #d3dfed;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: .8rem;
    box-shadow: none;
    background: #f0f4f9;
}

    .card.top-blue-bdr {
        border-top: 2px solid #006ade;
    }

    .card.top-grey-bdr {
        border-top: 2px solid #333333;
    }

    .card.top-red-bdr {
        border-top: 2px solid #fb3c3c;
    }

    .card .card-body {
        padding: 1rem;
        position: relative;
    }

    .card .card-header {
        background: #f0f4f9;
        border-bottom: 1px solid #d3dfed;
        font-size: 1rem;
        padding: .75rem 1rem;
        position: relative;
        font-weight: 600;
    }

        .card .card-header h5 {
            font-size: 1rem;
        }

            .card .card-header h5 a {
                color: #d8d8d8;
            }

        .card .card-header a.link {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: .75rem;
            color: #006ade;
        }

    .card .collapse-header {
        color: #d8d8d8;
        background: #424d59;
    }

    .card .card-footer {
        background: #ffffff;
        border-top: 1px solid #e1e5f1;
        font-size: 1rem;
        padding: .75rem 1rem;
        position: relative;
    }

        .card .card-footer h5 {
            font-size: 1rem;
        }

            .card .card-footer h5 a {
                color: #006ade;
            }

    .card h6.card-title {
        text-align: center;
        margin: 1rem;
    }

    .card.bg-primary {
        border: 1px solid #006ade;
    }

        .card.bg-primary .card-header {
            background: #006ade;
            border-bottom: 1px solid #005ec5;
        }

    .card.bg-secondary {
        border: 1px solid #fb3c3c;
    }

        .card.bg-secondary .card-header {
            background: #fb3c3c;
            border-bottom: 1px solid #fa1414;
        }

    .card.bg-dark {
        border: 1px solid #3c3c3c;
    }

        .card.bg-dark .card-header {
            background: #3c3c3c;
            border-bottom: 1px solid #282828;
        }

    .card.bg-light {
        border: 1px solid #ffd9d9;
    }

        .card.bg-light .card-header {
            background: #ffd9d9;
            border-bottom: 1px solid #ffc0c0;
        }

    .card.bg-success {
        border: 1px solid #32ba7c;
    }

        .card.bg-success .card-header {
            background: #32ba7c;
            border-bottom: 1px solid #2da66f;
        }

    .card.bg-info {
        border: 1px solid #0176bd;
    }

        .card.bg-info .card-header {
            background: #0176bd;
            border-bottom: 1px solid #0166a4;
        }

    .card.bg-warning {
        border: 1px solid #ffc139;
    }

        .card.bg-warning .card-header {
            background: #ffc139;
            border-bottom: 1px solid #ffb410;
        }

    .card.bg-danger {
        border: 1px solid #fb3c3c;
    }

        .card.bg-danger .card-header {
            background: #fb3c3c;
            border-bottom: 1px solid #fa2323;
        }

    .card.bg-grey {
        background: #333333;
        border: 1px solid #333333;
    }

        .card.bg-grey .card-header {
            background: #333333;
            border-bottom: 1px solid #1f1f1f;
        }

    .card.bg-brown {
        background: #79574b;
        border: 1px solid #79574b;
    }

        .card.bg-brown .card-header {
            background: #79574b;
            border-bottom: 1px solid #60453b;
        }

    .card.bg-facebook {
        background: #4266b2;
        border: 1px solid #4266b2;
    }

        .card.bg-facebook .card-header {
            background: #4266b2;
            border-bottom: 1px solid #375594;
        }

.card-message {
    background-color: #ffffff;
    padding: 12px 20px;
    border-bottom: 1px solid #e1e5f1;
}

    .card-message i {
        font-size: 2rem;
        margin-right: 10px;
        float: left;
    }

/*************** Card Header Tabs ***************/
.card-header-tabs {
    margin-right: 0;
    margin-left: 0;
}

/*************** Tooltip ***************/
.tooltip {
    font-size: 0.75rem;
}

.tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*************** Badges ***************/
.badge {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: .75rem;
}

.badge-pill {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.badge-primary {
    background-color: #006ade;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        background-color: #005ec5;
    }

.badge-secondary {
    background-color: #fb3c3c;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        background-color: #fa2323;
    }

.badge-success {
    background-color: #32ba7c;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        background-color: #2da66f;
    }

.badge-danger {
    background-color: #fb3c3c;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        background-color: #fa2323;
    }

.badge-warning {
    background-color: #ffc139;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        background-color: #ffb920;
    }

.badge-info {
    background-color: #0176bd;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        background-color: #0166a4;
    }

.badge-light {
    background-color: #ffffff;
    color: #000000;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        background-color: #ffffff;
    }

.badge-dark {
    background-color: #000000;
    color: #ffffff;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        background-color: #000000;
    }

.badge-bdr, .badge-bdr-pill {
    background-color: transparent;
}

    .badge-bdr.badge-bdr-pill, .badge-bdr-pill.badge-bdr-pill {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .badge-bdr.badge-primary, .badge-bdr-pill.badge-primary {
        color: #006ade;
        border: 1px solid #006ade;
    }

    .badge-bdr.badge-secondary, .badge-bdr-pill.badge-secondary {
        color: #fb3c3c;
        border: 1px solid #fb3c3c;
    }

    .badge-bdr.badge-danger, .badge-bdr-pill.badge-danger {
        color: #fb3c3c;
        border: 1px solid #fb3c3c;
    }

    .badge-bdr.badge-success, .badge-bdr-pill.badge-success {
        color: #32ba7c;
        border: 1px solid #32ba7c;
    }

    .badge-bdr.badge-warning, .badge-bdr-pill.badge-warning {
        color: #ffc139;
        border: 1px solid #ffc139;
    }

    .badge-bdr.badge-info, .badge-bdr-pill.badge-info {
        color: #0176bd;
        border: 1px solid #0176bd;
    }

    .badge-bdr.badge-dark, .badge-bdr-pill.badge-dark {
        color: #ffdbdb;
        border: 1px solid #ffdbdb;
    }

    .badge-bdr.badge-light, .badge-bdr-pill.badge-light {
        color: #ccf5fd;
        border: 1px solid #ccf5fd;
    }

/*************** Alerts ***************/
.alert {
    padding: .75rem 1rem;
    position: relative;
    background: #ffffff;
    border: 1px solid #d5dfeb;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
    box-shadow: none;
    line-height: 160%;
}

    .alert i {
        font-size: 24px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .alert hr {
        border-top-color: #e1e5f1;
    }

.alert-dismissible .close {
    padding: .5rem 1rem;
    top: -.70rem;
}

.close {
    text-shadow: none;
    font-size: 1.2rem;
}

.alert-success {
    color: #2e323c;
}

    .alert-success i {
        color: #32ba7c;
    }

    .alert-success hr {
        border-top-color: #3bca89;
    }

.alert-danger {
    color: #2e323c;
}

    .alert-danger i {
        color: #fb3c3c;
    }

    .alert-danger hr {
        border-top-color: #fc5555;
    }

.alert-warning {
    color: #2e323c;
}

    .alert-warning i {
        color: #ffc139;
    }

    .alert-warning hr {
        border-top-color: #ffc953;
    }

.alert-info {
    color: #2e323c;
}

    .alert-info i {
        color: #0176bd;
    }

    .alert-info hr {
        border-top-color: #0186d6;
    }

.alert-dark {
    background-color: #ffdbdb;
    color: #000000;
}

/*************** Progressbars ***************/
.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f0f4f9;
}

    .progress.md {
        height: 8px;
    }

    .progress.sm {
        height: 5px;
    }

    .progress.xs {
        height: 3px;
    }

.progress-bar {
    background: #006ade;
}

/*************** Popovers ***************/
.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e5f1;
}

    .popover .popover-header {
        background: #e6ecf3;
    }

/*************** Tabs, Pills & Navs ***************/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #e1e5f1 #e1e5f1 #f0f4f9;
    color: #2e323c;
    background: #f0f4f9;
}

.nav-tabs .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-link {
    border: none;
    position: relative;
    padding: .5rem 1.3rem;
}

    .nav-link:hover {
        color: #006ade;
    }

    .nav-link.active {
        text-decoration: none;
    }

        .nav-link.active:after {
            content: "";
            position: absolute;
            bottom: 2px;
            left: 1rem;
            right: 1rem;
            height: 3px;
            background: #006ade;
        }

    .nav-link.disabled {
        pointer-events: none;
    }

.tab-content {
    padding: 1rem;
    border: 1px solid #e1e5f1;
    border-top: 0;
}

    .tab-content.plain {
        padding: 0;
        border: 0;
    }

.custom-tabs .nav-tabs .nav-item.show .nav-link, .custom-tabs .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    padding: .5rem 0;
}

.custom-tabs .nav-tabs .nav-link:focus, .custom-tabs .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.custom-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: -4px;
    height: 7px;
    width: 7px;
    background: #006ade;
}

.custom-tabs .nav-link.active:after {
    right: 1rem;
    left: 1rem;
    bottom: -2px;
}

.custom-tabs .nav-tabs {
    border: 0;
}

.custom-tabs .tab-content {
    border: 0;
    padding: 1rem 0;
}

/*************** Pills ***************/
.nav-pills .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*************** Page Item ***************/
.page-item.active .page-link {
    background-color: #5F2167;
    border-color: #c7c7c7;
    color: #fff;
}

/*************** Breadcrumbs ***************/
.breadcrumb {
    background-color: #e6ecf3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .breadcrumb .breadcrumb-item a {
        color: #006ade;
    }

        .breadcrumb .breadcrumb-item a i {
            font-size: 1rem;
        }

    .breadcrumb .breadcrumb-item.active {
        color: #8796af;
    }

    .breadcrumb.light {
        background-color: #006ade;
    }

        .breadcrumb.light .breadcrumb-item a {
            color: #8796af;
        }

            .breadcrumb.light .breadcrumb-item a i {
                font-size: 1rem;
            }

        .breadcrumb.light .breadcrumb-item.active {
            color: #ffffff;
        }

/*************** jumbotron ***************/
.jumbotron {
    background-color: #e6ecf3;
}

/*************** List Group ***************/
.list-group-item {
    border: 1px solid #e1e5f1;
}

.list-group-item-primary {
    background: #006ade;
    color: #ffffff;
}

.list-group-item-secondary {
    background: #fb3c3c;
    color: #ffffff;
}

.list-group-item-success {
    background: #32ba7c;
    color: #ffffff;
}

.list-group-item-danger {
    background: #fb3c3c;
    color: #ffffff;
}

.list-group-item-info {
    background: #0176bd;
    color: #ffffff;
}

.list-group-item-warning {
    background: #ffc139;
    color: #ffffff;
}

.list-group-item-light {
    background: #ccf5fd;
    color: #0176bd;
}

.list-group-item-dark {
    background: #ffdbdb;
    color: #ffffff;
}

a.list-group-item-primary {
    background: #006ade;
    color: #ffffff;
}

    a.list-group-item-primary:hover {
        background: #005ec5;
        color: #ffffff;
    }

a.list-group-item-secondary {
    background: #fb3c3c;
    color: #ffffff;
}

    a.list-group-item-secondary:hover {
        background: #fa2323;
        color: #ffffff;
    }

a.list-group-item-success {
    background: #32ba7c;
    color: #ffffff;
}

    a.list-group-item-success:hover {
        background: #2da66f;
        color: #ffffff;
    }

a.list-group-item-danger {
    background: #fb3c3c;
    color: #ffffff;
}

    a.list-group-item-danger:hover {
        background: #fa2323;
        color: #ffffff;
    }

a.list-group-item-info {
    background: #0176bd;
    color: #ffffff;
}

    a.list-group-item-info:hover {
        background: #0166a4;
        color: #ffffff;
    }

a.list-group-item-warning {
    background: #ffc139;
    color: #ffffff;
}

    a.list-group-item-warning:hover {
        background: #ffb920;
        color: #ffffff;
    }

a.list-group-item-light {
    background: #ccf5fd;
    color: #0176bd;
}

    a.list-group-item-light:hover {
        background: #b3f0fc;
        color: #0176bd;
    }

a.list-group-item-dark {
    background: #ffdbdb;
    color: #ffffff;
}

    a.list-group-item-dark:hover {
        background: #ffc2c2;
        color: #ffffff;
    }

/*************** Pagination ***************/
.page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-link {
    color: #006ade;
    border: 1px solid #e1e5f1;
}

    .page-link:hover {
        background: #e6ecf3;
        border-color: #e1e5f1;
    }

/*************** Forms ***************/
address {
    border-left: 2px solid #006ade;
    padding-left: 20px;
    line-height: 170%;
}

.form-control {
    font-size: .9rem;
    border: 1px solid #e1e5f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .form-control:focus {
        border: 1px solid #006ade;
    }

    .form-control::-webkit-input-placeholder {
        color: #8796af;
    }

    .form-control:-moz-placeholder {
        color: #8796af;
    }

    .form-control::-moz-placeholder {
        color: #8796af;
    }

    .form-control:-ms-input-placeholder {
        color: #8796af;
    }

label {
    line-height: 1.8;
}

.input-group-addon {
    border: 1px solid #e1e5f1;
    background: #e6ecf3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #8796af;
}

/*************** Tables ***************/

.table-sm td, .table-sm th {
    padding-bottom: 8px;
    padding-top: 10px;
}

.table-hover tbody tr:hover {
    background-color: #e6ecf3;
}

.table td, .table th {
    vertical-align: middle;
}

.thead-default th {
    background: #e6ecf3;
}

.table-inverse {
    background: #006ade;
}

    .table-inverse td, .table-inverse th, .table-inverse thead th {
        border-color: #005ec5;
    }

.thead-inverse th {
    background-color: #424d59;
}

.table thead th {
    border-bottom: 1px solid #e1e5f1;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #d8f1ef;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #fde8e8;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fdebd1;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #e0f0fd;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #e6ecf3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ececec;
}

/*************** Gutters ***************/
.gutters {
    margin-right: -7px;
    margin-left: -7px;
}

    .gutters > .col,
    .gutters > [class*="col-"] {
        padding-right: 7px;
        padding-left: 7px;
    }

.no-gutters {
    margin-right: -0px;
    margin-left: -0px;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0px;
        padding-left: 0px;
    }



.btn-save-header.tr {
    position: absolute;
    top: 8px;
    right: 15px;
}

.btn-save-header {
    position: relative;
    overflow: hidden;
}

.span-spn {
    width: 50px;
    font-weight: bold;
}

.bg-header-b {
    background-color: #333333;
    color: #ffffff;
}

.pull-right {
    float: right;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-t-10 {
    margin-top: 10px;
}

m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.icon-bell-noti {
    float: right;
    padding-right: 23px;
    padding-top: 17px;
}



/*REPORT RANGE*/
.selectReportRange {
    background: #fff;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.bootstrap-select.btn-group {
    width: auto ;
}

.bootstrap-select > .dropdown-toggle::after {
    vertical-align: 0.605em;
    font-size: 11px;
}

/*END REPORT RANGE*/


.trRed:hover,
.trRed {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #bd2930;
    border-bottom-color: #ddd;
    color: #fff;
    overflow: hidden;
    font-weight: 700;
    font-size: 1.3em;
    text-decoration: none;
}
