@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
}

/* All skin modern blue url css */

.content-wrapper, .right-side {
    background-color: #F4F4F4;
}

/*.content-wrapper, .right-side {
    background-image: url(/dist/img/fabric-bg.jpg);
}
*/

/* All skin url css */

.skin-blue .main-header .navbar {
    background-color: #3c8dbc
}

    .skin-blue .main-header .navbar .nav > li > a {
        color: #fff
    }

.skin-blue .content-header {
    background: transparent
}



.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus {
    background: rgba(0,0,0,0.1);
    color: #f6f6f6
}





/* This is fonts icons url css */
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);*/ /*!
 *   AdminLTE v2.1.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/





/* Admin LTE css */











body, html {
    min-height: 100%;
    color: #000
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto
}

.content-wrapper, .main-footer, .right-side {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820
}

.layout-top-nav .content-wrapper, .layout-top-nav .main-footer, .layout-top-nav .right-side {
    margin-left: 0
}

@media (max-width: 767px) {
    .content-wrapper, .main-footer, .right-side {
        margin-left: 0
    }
}

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro',sans-serif
}

a {
    color: #3c8dbc
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030
}

    .main-header > .navbar {
        -webkit-transition: margin-left .3s ease-in-out;
        -o-transition: margin-left .3s ease-in-out;
        transition: margin-left .3s ease-in-out;
        margin-bottom: 0;
        margin-left: 230px;
        border: none;
        min-height: 50px;
        border-radius: 0
    }

.layout-top-nav .main-header > .navbar {
    margin-left: 0 !important
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        color: inherit;
        background: 0 0
    }
}

.main-header .navbar-brand {
    color: #fff
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300
        }

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px
        }
}

@media (max-width: 767px) {
    .main-header {
        position: relative
    }

        .main-header .logo, .main-header .navbar {
            width: 100%;
            float: none;
            position: relative !important
        }

        .main-header .navbar {
            margin: 0
        }

        .main-header .navbar-custom-menu {
            float: right
        }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px
        }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px
    }
}

.navbar-custom-menu > .navbar-nav > li {
    position: relative
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff
            }
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de
}

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

.progress, .progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .progress, .progress .progress-bar, .progress > .progress-bar, .progress > .progress-bar .progress-bar {
        border-radius: 1px
    }

.progress-bar-danger, .progress-bar-red {
    background-color: #00308f;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #00308f;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

    .box.box-primary {
        border-top-color: #00308f;
    }

.box-body:after, .box-body:before, .box-footer:after, .box-footer:before, .box-header:after, .box-header:before {
    content: " ";
    display: table
}

.box-body:after, .box-footer:after, .box-header:after {
    clear: both
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4
    }

    .box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .products-list > .item {
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 1px rgba(0,0,0,.1);
        padding: 10px 0;
        background: #fff
    }

        .products-list > .item:after, .products-list > .item:before {
            content: " ";
            display: table
        }

        .products-list > .item:after {
            clear: both
        }

    .products-list .product-title {
        font-weight: 600
    }

    .products-list .product-description {
        display: block;
        overflow: hidden;
        line-height: 1.5em;
        height: 4.5em
    }

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #3c8dbc;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0
    }

.btn-social-icon {
    position: relative;
    padding-left: 44px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

    .btn-social-icon :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px !important;
        line-height: 34px !important;
        font-size: 1.6em !important;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,.2)
    }

    .btn-social-icon :first-child {
        border: none;
        text-align: center;
        width: 100% !important
    }

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0,0,0,.2)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,.2)
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,.2)
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,.2)
}
