/*
    DEMO STYLE
*/

@font-face {
  font-family: quicksand;
  src: url('../font/Quicksand-Medium.ttf');

}

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

p {
    font-family: 'quicksand', sans-serif;
    font-size: 14px;
    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;
    height: 80px;
    /*background: #fff;*/
    background-color: #0D7FC0;
    /*background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);*/
    border: none;
    margin-left: 250px;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    transition: all 0.3s;



}

#navtop.active{
    margin-left: 0px;
}

.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%;

}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #fefefe;
    transition: all 0.3s;
    border-right: 1px solid #eee;
}

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

#sidebar .sidebar-header {
    padding: 10px;
     background-color: #FF5733;
    /*background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);*/
    /*opacity: (0.6);*/
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}
#sidebar li{
    border-top: 1px solid #eee;
}
#sidebar ul > li:last-child {
    border-bottom:  1px solid #eee;
}
#sidebar ul p {
    color: #666;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
    color:#666;
}

#sidebar ul li a:hover {
    color: #666;
    background: #ddd;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #333;
    background: #ddd;
}

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

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

ul ul a {
    font-size: 15px !important;
    padding-left: 30px !important;
    background: #fff;
}

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-wrapper{
    width: calc(100% - 250px);
     min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 80px;

}

#content {
    /*width: calc(100% - 250px);*/
    padding: 10px;
    transition: all 0.3s;
    position: relative;
    top: 0
    right: 0;
    font-size: 14px;
   
}

#content-wrapper.active {
    width: 100%;
}



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

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content-wrapper {
        width: 100%;
        margin-top: 80px;
    }
    #content-wrapper.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
    #navtop.navbar{
        margin-left: 0;
    }
    #navtop.active{
        margin-left: 250px;
    }
}

.footer{
    position: absolute;
    width: 100%;
    background-color: #ddd;
   
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom:0;
   }
.footer p {
    margin:0;
    color:#333;
    font-weight: 600;
}

.breadcrumb{
    border-radius: 0px;
    }


.banner-area {
  /*background: url(../images/login.jpg) center;*/
  background-size: cover;
 background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);


  height: 100%;
}
.opa{
    background-color: rgba(0, 0, 0, 0.5);
}

#cards{
    font-size: 12pt;
    color:#333;
}
#cards .card-header{
    font-size: 12pt;
    padding: 15px;
    font-weight: 700;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    color:#fff;
    text-transform: uppercase;
}

#cards .card-header1{
    font-size: 12pt;
    padding: 15px;
    font-weight: 700;
    /*background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);*/
    color:#fff;
    text-transform: uppercase;
}
#cards input{
    font-size: 13pt;
    color:#333;
    padding: 10px;
}
#cards input::placeholder{
    color:#ccc;
    font-size: 13px;
    }

     .ck-editor__editable 
       {
        min-height: 200px !important;
            }

    .fixed-bottom{
        bottom:fixed;
    }
    .btn-grad {background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)}
.btn-grad:hover { background-position: right center; }