/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', Roboto, 'Segoe UI', Tahoma, sans-serif;
    background: #ffffff;
}

p {
    font-family: 'Poppins', Roboto, 'Segoe UI', Tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    min-width: 300px;
    max-width: 300px;
    padding-left: 30px;
    background: #dbdbdb;
    border-right: 15px solid white;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar ul li{
    margin-top: 40px;
}

#sidebar ul li a {
    font-size: 1em;
    display: block;
    color: black;
    text-decoration: none;
}

#sidebar ul li a i{
    margin-right: 20px;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    /*color: #fff;
    background: #6d7fcc;*/
    color: black;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
.elheader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgb(51, 103, 214);
    border-bottom: 1px solid #ddd;
    min-height: 70px;
    max-height: 70px;
    line-height: 70px;
    padding-left: 30px;
    outline: none;
}

.elheader a{
    text-decoration: none;
    color: #ffffff;
    font-size:18px;
    margin-right: 40px;
}

.elheader a span.badge{
    position: absolute;
    top: 20px;
    border-radius: 50%;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

#content .row{
    margin-top: 10px;
}

#content .row .widget{
    margin-bottom: 10px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: 0;
    }
    #sidebar.active {
        margin-left: -300px;
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* Label form required style */
span.required {
    color: salmon;
    margin-left: 5px;
}

/* Parslay style */
.parsley-error, .parsley-error:focus{
    border-color: salmon;
}

ul.parsley-errors-list li{
    margin-left: -40px;
    list-style: none;
    color: salmon;
    display: block;
}

/* End Parsley style */

label{
    font-weight: bold;
}

/*Container*/
.container{
    margin-top: 100px;
    margin-bottom: 100px;
}

/*Card*/
.card .card-block{
    padding: 30px;
}




/* Login */
.login{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    align-items: center;
    display: flex;
    justify-content: center;
}

.bxlogin{
    min-width: 300px;
    max-width: 300px;
}

.form-control:focus{
    outline: none;
    border-color: #007bff !important;
    box-shadow: none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    margin-top: 5px;
    margin-bottom: 5px;
}