﻿
    DEMO STYLE


@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    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;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #02ACEB;
    color: #000;
    transition: all 0.3s;
    border:2px solid #00589B;
}

    #sidebar a,
    #sidebar a:hover,
    #sidebar a:focus {
        color: inherit;
    }

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #E6E6E6;
    }

    #sidebar ul.components {
padding: 20px 0;
border-bottom: 1px solid #47748b;
}

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 15px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a span {
            border: 1px solid #000;
            padding: 2px 15px 2px 15px;
            background-color: #fff;
            color: #000;
        }
        #sidebar ul li a:hover {
            color: #fff;
            background: #02ACEB;
        }
        .fawhite{
            color:#fff;
        }
    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #02ACEB;
    }

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

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;
}


 ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- 

#content {
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

    #content p a {
        color:
    }


 ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- 

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}
#sidebarCollapse{
    margin-left:12px;
}
.btn-info, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #02ACEB;
    border-color: #02ACEB;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
  border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
border-radius:5px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
 margin-top: 20px;
            padding: 40px 0px 20px 0px;
background-color: #fff;
/*-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
 -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
*/margin: 0px 10px 0 11px;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 100%;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
-webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px !important;
    border-radius: 0px;
}
@media (min-width: 1200px) {
    .container {
        width:100% !important;
    }
}
.footer {
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 60px;
 Set the fixed height of the footer here 
background-color: #E6E6E6;
}
.footer .txtCenter{
    text-align:center;
    padding:15px;
}
label.error{
    color:red;
    font-weight:normal;
}
.leftlogo {
 width: 100%;
height: 96px;
margin: 0 auto 10px;
display: block;
    -moz-border-radius: 50%;
}.clogout{
     float:right;
     margin:20px;
 }
.btnsignin{
    display:block;
}
