/*
    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 {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

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

.collapse-title{
  margin-left: 25px;
  padding-top: 1px;
  margin-bottom: -0.5rem;
  font-weight: normal;
  font-size: 25px;
  font-family: Arial;
}
/*.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-sb {
    min-width: 250px;
    max-width: 250px;
    background: #e6e6e6;
    color: #666;
    transition: all 0.3s;
}

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

#sidebar-sb .sidebar-header {
    padding: 20px;
    background: #cfcfcf;
}

#sidebar-sb ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar-sb ul p {
    color: #666;
    padding: 10px;
}

#sidebar-sb ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar-sb ul li a:hover {
    color: #e6e6e6;
    background: #666;
}

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

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

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

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #cfcfcf;
}

/*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: #666;
    color: #e6e6e6;
}

a.article,
a.article:hover {
    background: #cfcfcf !important;
    color: #666 !important;
}

.icon-sb{
	position: absolute;
    right: 10px;
}

.menu-sb {
    font-size: 1.4rem !important;
}

#conta.active {
	min-width: 87%;
}

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

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

#content-sb.active {
    width: 81% !important;
}

.active-ul {
	color: #e6e6e6;
	background: #666;
}

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

@media (min-width: 1200px) {
  
}

@media (max-width: 1199px) {
  	/*.w-50 {
  		width: 25% !important;
	}*/
	.img-user{
		margin-left: -150px;
	}
}

@media (max-width: 991px) {
	.menu-sb {
	    font-size: 1rem !important;
	}
	#sidebarCollapse span {
        display: none;
    }
    .menu-sub-sb{
	    margin-top: 4px;
    }
    .collapse-title{
	  font-size: 15px;
	}
}

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

@media (max-width: 479px) {
  
}

.ps-btn.ps-btn--black, button.ps-btn.ps-btn--black {
  color: #fff;
}

.width-40{
    width: 40px;
}