@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);/*
    DEMO STYLE
*/


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}


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

.navbar {
    padding: 0 15px;
    margin: 0;
    border: none;
    line-height: 40px;
    vertical-align: middle;
}
.navbar .breadcrumb{
    background-color: #fafafa;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

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

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

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: stretch;*/
    height: 100vh;
}

#sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: auto;
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #746c61;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li{
    padding: 0 20px;
    font-size: 16px;
}
#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

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

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

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

#sidebar ul.components .list-unstyled li.active a {
    color: #2876ee;
    background: #fff;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #2876ee;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

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


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;
}

#sidebar .sidebar-header img {
    width:120px;
    height:120px;
}

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

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



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
}

#content .topbar-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
#content .content-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    overflow: auto;
}

.logout-box{
    position: fixed;
    bottom: 0;
}
.logout-box .dropup{
  width: 275px;
}
.logout-box .dropup .dropdown-toggle{
  background-color: #fff;
  width: 90%;
  border:0;
  color: #151515;
}
.logout-box .dropup .logout-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  display: inline-block;
  vertical-align:middle;
  margin:0 5%;
}
.logout-box .dropup .dropdown-menu{
  width: 90%;
  background-color: #4a52e2;
  padding: 10px;
}
.logout-box .dropup .dropdown-menu li{
  color: #e1ffff;
}
.logout-box .dropup .dropdown-menu .li-first{
  line-height: 1.5;
  padding: 5% 0;
  cursor:default;
}
.logout-box .dropup .dropdown-menu .btn-change-password{
    border-radius: 20px;
    background-color:#cdcdcd;
    color: #fff;
    text-align: center;
}
.logout-box .dropup .dropdown-menu .btn-change-password:hover{
    background-color:#666;
}
.logout-box .dropup .dropdown-menu .btn-logout{
    border-radius: 20px;
    background-color:#fff;
    color: #4a52e2;
    text-align: center;
}
.logout-box .dropup .dropdown-menu .btn-logout:hover{
    background-color:#eee;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
*/#div-login{
	background-color: #efefef;
	width:100%;
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
}
#div-login .container{
	width: 35%;
}
#div-login .login-icon {
	margin: 30px 0;
	text-align: center;
}
#div-login .login-icon img {
	width:140px;
	height:140px;
}
#div-login .btn-login {
	border-radius: 25px;
	color: #fff;
  	background-color: #4a52e2;
}
#div-login .panel {
	border-radius: 10px;
  	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  	        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}.bton {
    min-width: 70px;
    line-height:20px;
    height: 40px;
    padding: 10px;
    text-align: center;
    border-width: 0;
    border-radius: 5px;
    color: white;
    display: block;
}
.bton-r20{
    display: inline;
    border-radius: 20px;
}

.btn-blue{
  	background-color: #4a52e2;
}
.btn-blue:hover {
    background-color:#0f17a8; 
    color: #fff;
    text-decoration: none;
}
.btn-green{
  	background-color: #fff;
    border: 1px solid #ccc;
    color: #444;
}
.btn-green:hover{
    background-color:#26d1ab; 
    color: #fff;
    text-decoration: none;
}

.btn-wblue{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444;
}
.btn-wblue:hover {
    background-color:#4a52e2; 
    color: #fff;
    text-decoration: none;
}
.btn-red{
  	background-color: #fff;
    border: 1px solid #ccc;
    color: #444;
}
.btn-red:hover{
    background-color:#e30213; 
    color: #fff;
    text-decoration: none;
}

.btn-search{
	background-color: #666;
}
.btn-search:hover {
    background-color:#2d2525; 
    color: #fff;
    text-decoration: none;
}

.btn-bgray{
    background-color: #cdcdcd;
}
.btn-bgray:hover {
    background-color:#666; 
    color: #fff;
    text-decoration: none;
}

.drag-list {
    height: 60px;
    line-height: 38px;
    vertical-align: middle;
}
.drag-list .box-wrapper{
    width: 100%;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}
.drag-list .box-wrapper .drag-icon {
    height:38px;
    line-height:38px;
    overflow:hidden;
    text-align:center;
    width:38px;
    padding-right: 5px;
}
.drag-list .box-wrapper .drag-icon img {
    margin:-100%;
    width: 100%;
}
.table tbody{
    background-color: #fff;
}

.table .status-box {
    background-color: #746c61;
    color: #fff; 
    text-align: center;
    width: 80px;
    padding: 5px 10px;
    border-radius: 2px;
}
.table .status-box.active {
    background-color: #fff;
    color: #151515; 
    text-align: center;
    width: 80px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.current-editor .text-mid {
    vertical-align: middle; 
    line-height: 34px;
    text-align: right;
    padding: 0;
    margin:0;
    width: 68px;
    font-weight:bold;
}

#create-body .head-create {
	/*position: fixed;*/
	/*top: 0;*/
	width: 100vw;
	height: 30px;
	padding: 5px 30px;
	background-color: #fff;
}
#create-body .head-create a{
	color:#686868;
}
#create-body .create-header {
	margin-top: 5px;
}

#create-body .create-content {
	margin-top: 15px;
  	margin-bottom: 30px;
}
#create-body .create-content .text-mid {
	vertical-align: middle; 
	line-height: 34px;
	text-align: right;
	padding: 0;
	margin:0;
	width: 34px;
}

