﻿@charset "UTF-8";
html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    position: relative;
    min-height: 100%;}
 
 body, html {
	height: 100%;
}
body {
    font-family: Roboto,sans-serif !important;
    _padding-top: 66.01px;
    font-size: 13px;
    /*background-color: #ecf3fe;*/
}
 
.site-navbar {
	/*background-color: #5c2c82*/
	background-image: linear-gradient(110deg,#4d2b74 30%,#04A8FB 100%);
}

.site-navbar:before { 
    content: ""; 
    background-image: url(../images/login-bg.jpg);
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0; 
    opacity: 0.1;
    z-index:-1;
}
.site-navbar .navbar-header {
	background-color: transparent;
	color: #fff;
	height: inherit;
	/*width:126px;*/
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
.site-navbar .navbar-header .navbar-toggler {
	color: #fff;
}
.site-navbar .navbar-header .hamburger .hamburger-bar, .site-navbar .navbar-header .hamburger:after, .site-navbar .navbar-header .hamburger:before {
	background-color: #fff;
}
.site-navbar .navbar-header .navbar-brand {
	float: left;
	margin-right: 0;
	color: #fff; 
	font-family: Roboto, sans-serif;
	cursor: pointer;
	text-align: center;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
    background: #fff;
} 
select.form-control.input-sm:not([size]):not([multiple]) {
    height: auto;
}
.hide-me { display:none!important;
    }

    .uib-time input {
        width: 50px !important;
    }

.site-navbar .navbar-header .navbar-brand-logo {
	/*height: 22px;
	height:  initial;
	    margin-top: -1.340rem;*/
	        height: 33px;
    margin-top: -.357rem;
	-webkit-transition: height .25s;
	-o-transition: height .25s;
	transition: height .25s;
}
.site-navbar .navbar-header .navbar-brand-text {
	display: none;
}
@media (min-width:768px) {
.site-navbar .navbar-header { 
	/*width: 65px */
}
}
.site-navbar .navbar-container {
	background-color: #fff;
}
@media (min-width:768px) {
.site-navbar .navbar-container {
	margin-left: 0;
	-webkit-transition: margin-left .25s;
	-o-transition: margin-left .25s;
	transition: margin-left .25s;
}
}
.site-navbar.navbar-inverse .navbar-container {
	background-color: transparent;
}

.site-navbar.navbar-mega .navbar-container {
	background-color: transparent;
}
@media (max-width:767px) {
.site-navbar.navbar .navbar-header {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.site-navbar.navbar .navbar-collapse {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.site-navbar.navbar .navbar-search {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
}

.site-menubar {
	z-index: 1400;
	position: fixed;
	top: 66.01px;
	bottom:0;
	height: 100%;
	width: 260px;
	background: #263238;
	color: rgba(163,175,183,.9);
	font-family: Roboto, sans-serif;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
	-webkit-transition: width .25s, opacity .25s, -webkit-transform .25s;
	-o-transition: width .25s, opacity .25s, -o-transform .25s;
	transition: width .25s, opacity .25s, transform .25s;
	background-image: linear-gradient(360deg,#000000 50%,#263238 100%);
}

.site-menubar:before {
       content: "";
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-size: cover;
}

.site-menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-menubar a {
	outline: 0;
}
.site-menubar a:focus, .site-menubar a:hover {
	text-decoration: none;
}
.site-menubar.site-menubar-light {
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.site-menubar.site-menubar-light .scrollable-inverse.scrollable .scrollable-bar-handle {
	background: rgba(163,175,183,.6);
}
.site-menubar:not(.mm-menu) .site-menu-sub {
	display: none;
}
.site-menubar:not(.mm-menu)>.site-menu>.site-menu-item:hover>.site-menu-sub {
	display: block;
}
.site-menubar-footer {
	position: fixed;
	bottom: 0;
	display: block;
	height: 65px;
	background-color: #21292e;
	z-index: 1400;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
.site-menubar-footer>a {
	position: relative;
	float: left;
	width: 33.333333%;
	height: 65px;
	padding: 23px 0;
	color: #76838f;
	font-size: 14px;
	text-align: center;
	background-color: #21292e;
	-webkit-transition: left .25s, width .25s;
	-o-transition: left .25s, width .25s;
	transition: left .25s, width .25s;
}
.site-menubar-footer>a:focus, .site-menubar-footer>a:hover {
	background-color: #1e2427;
}
.site-menubar-light .site-menubar-footer {
	background-color: #e4eaec;
}
.site-menubar-light .site-menubar-footer>a {
	background-color: #e4eaec;
}
.site-menubar-light .site-menubar-footer>a:focus, .site-menubar-light .site-menubar-footer>a:hover {
	background-color: #d5dee1;
}
.site-menu {
	font-size: 14px;
	overflow: visible;
	padding-bottom: 20px;
	-webkit-transition: -webkit-transform .25s;
	-o-transition: -o-transform .25s;
	transition: transform .25s;
}
.site-menu-item {
	-webkit-transition: -webkit-transform .1s, all .25s, border 0;
	-o-transition: -o-transform .1s, all .25s, border 0;
	transition: transform .1s, all .25s, border 0;
	line-height: 36px;
}
.site-menu-item>a {
	white-space: nowrap;
	cursor: pointer;
}
.site-menu-icon {
	display: inline-block;
	margin-right: 16px;
	width: 1em;  
	font-size: 16px !important;
	text-align: center;
}
.site-menu-title {
	display: inline-block;
	max-width: 160px;
	vertical-align: middle;
	-webkit-transition: visibility .25s, opacity .25s;
	-o-transition: visibility .25s, opacity .25s;
	transition: visibility .25s, opacity .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.site-menu-title:first-child {
	margin-left: 25px;
}
.site-menu-arrow {
	/*font-family: 'Font Awesome 5 Free';*/
	    font-family: IcoFont!important;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}
.site-menu-arrow:before {
	/*content: "\f054";*/
	    content: "\eaa0";
}
.site-menu-arrow, .site-menu-badge, .site-menu-label {
	position: absolute;
	right: 25px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: visibility cubic-bezier(.76, .1, 1, -.16) .25s, opacity cubic-bezier(.76, .1, 1, -.16) .5s;
	-o-transition: visibility cubic-bezier(.76, .1, 1, -.16) .25s, opacity cubic-bezier(.76, .1, 1, -.16) .5s;
	transition: visibility cubic-bezier(.76, .1, 1, -.16) .25s, opacity cubic-bezier(.76, .1, 1, -.16) .5s;
}
.site-menu .badge, .site-menu .label {
	padding: 2px 5px 3px;
font-size:.858rem;
	font-weight: 300;
}
.site-menu-item {
	position: relative;
	white-space: nowrap;
}
.site-menu-item a {
	display: block;
	color: rgba(163,175,183,.9);
}
.site-menu-item:hover>a {
	color: rgba(255,255,255,.8);
	background-color: rgba(255,255,255,.02);
}
.site-menu-item.active {
	background: #242f35;
}
.site-menu-item.active>a {
	color: #fff;
	background: 0 0;
}

.site-menu-sub>.site-menu-item.active-link a {    color:#ff9700;
    background: rgba(200, 198, 204, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);}



.site-menu-item.active-link a {
    background: rgba(200, 198, 204, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);
    color:#ff9700;}



.site-menu-item.active.hover>a {
	background: 0 0;
}
.site-menu>.site-menu-item {
	font-size: 14px;
	padding: 0;
}
.site-menu>.site-menu-item>a {
	padding: 0 25px;
	line-height: 46px;
}
.site-menu>.site-menu-item.active {
	border-top: 1px solid rgba(0,0,0,.04);
	border-bottom: 1px solid rgba(0,0,0,.04);
}
.site-menu-item>.site-menu-sub {
	background-color: #242f35;
}
.site-menubar-light .site-menu-item a {
	color: rgba(118,131,143,.9);
}
.site-menubar-light .site-menu-item:hover {
	background-color: rgba(11,105,227,.05)
}
.site-menubar-light .site-menu-item:hover>a {
	color: #5c2c82;
	background: 0 0;
}
.site-menubar-light .site-menu-item.active {
	background: rgba(11,105,227,.05);
}
.site-menubar-light .site-menu-item.active>a {
	color: #5c2c82;
}
.site-menubar-light .site-menu-item>.site-menu-sub {
	background-color: rgba(11,105,227,.05);
}
.site-gridmenu {
	position: fixed;
	top: 66.01px;
	bottom: 0;
	padding: 0;
	background-color: #263238;
	z-index: 1500;
	opacity: 0;
	visibility: hidden;
}
.js>.site-gridmenu {
	-webkit-transition: opacity .5s ease 0s, visibility 0s;
	-o-transition: opacity .5s ease 0s, visibility 0s;
	transition: opacity .5s ease 0s, visibility 0s;
}
.site-gridmenu-active>.site-gridmenu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
}
.site-gridmenu-active>.site-gridmenu ul {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.site-gridmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: .4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform .5s ease 0s, opacity .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s, opacity .5s ease 0s;
	transition: transform .5s ease 0s, opacity .5s ease 0s;
}
.site-gridmenu li {
	float: left;
	width: 50%;
	text-align: center;
}
.site-gridmenu li>a {
	display: block;
	padding: 30px 15px;
	color: #a3afb7;
}
.site-gridmenu li .icon {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}
.site-gridmenu li:hover>a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(255,255,255,.02);
}
body.site-gridmenu-active {
	overflow: hidden;
}
.site-gridmenu-toggle:after {
	opacity: 0;
	font-family: "Web Icons";
	font-size: 1rem;
	-webkit-transition: opacity .15s;
	-o-transition: opacity .15s;
	transition: opacity .15s;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
	position: relative;
	right: -3px;
	top: -1px;
	content: "";
}
.site-gridmenu-active .site-gridmenu-toggle:after {
	opacity: 1;
}
.site-sidebar {
	z-index: 1210;
}
.site-sidebar.slidePanel {
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.site-sidebar.slidePanel.slidePanel-left, .site-sidebar.slidePanel.slidePanel-right {
	width: 300px;
	overflow: hidden;
}
.site-sidebar-content {
	height: 100%;
}
.site-sidebar-nav.nav-tabs>.nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.3333%;
	-ms-flex: 1 1 33.3333%;
	flex: 1 1 33.3333%;
}
.site-sidebar-nav.nav-tabs>.nav-item>.nav-link {
	padding: 0;
	font-size: 16px;
	line-height: 90px;
	text-align: center;
}
.site-sidebar-nav.nav-tabs>.nav-item>.nav-link>.icon {
	margin-right: 0;
}
.site-sidebar-tab-content {
	height: 100%;
	height: -webkit-calc(100% - 90px);
	height: calc(100% - 90px);
}
.site-sidebar-tab-content>.tab-pane {
	height: 100%;
	padding: 20px 30px;
}
.site-sidebar-tab-content>.tab-pane.scrollable {
	padding: 0;
}
.site-sidebar-tab-content>.tab-pane .scrollable-content {
	padding: 20px 30px;
}
.site-sidebar-tab-content>.tab-pane .list-group {
	margin-right: -30px;
	margin-left: -30px;
}
.site-sidebar-tab-content>.tab-pane .list-group>.list-group-item {
	padding-right: 30px;
	padding-left: 30px;
}
.site-sidebar .conversation {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1700;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.site-sidebar .conversation.active {
	right: 0
}
.site-sidebar .conversation-header {
	height: 90px;
	border-bottom: 1px solid #e4eaec
}
.site-sidebar .conversation-header>* {
	padding: 0 30px;
	margin: 0;
	line-height: 90px
}
.site-sidebar .conversation-more, .site-sidebar .conversation-return {
	color: rgba(55,71,79,.4);
	cursor: pointer
}
.site-sidebar .conversation-more:focus, .site-sidebar .conversation-more:hover, .site-sidebar .conversation-return:focus, .site-sidebar .conversation-return:hover {
	color: rgba(55,71,79,.6)
}
.site-sidebar .conversation-more:active, .site-sidebar .conversation-return:active {
	color: #37474f
}
.site-sidebar .conversation-title {
	position: relative;
	top: 1px;
	z-index: -1;
	color: #37474f;
	text-align: center
}
.site-sidebar .conversation-content {
	padding: 30px 15px
}
.site-sidebar .conversation-reply {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 10px 0;
	background-color: #fff;
	border-top: 1px solid #e4eaec
}
.site-sidebar .conversation-reply .form-control {
	border: 0;
	border-right: 1px solid #e4eaec
}
.site-sidebar .conversation .chats {
	height: -webkit-calc(100% - 150px);
	height: calc(100% - 150px);
	overflow-y: auto
}
@media (max-width:767px) {
.site-sidebar.slidePanel.slidePanel-left, .site-sidebar.slidePanel.slidePanel-right {
	width: 100%
}
}
.site-action {
	position: fixed;
	right: 32px;
	bottom: 55px;
	z-index: 1290;
	-webkit-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s
}
.site-action input {
	display: none
}
.site-action .btn {
	-webkit-box-shadow: 0 10px 10px 0 rgba(60,60,60,.1);
	box-shadow: 0 10px 10px 0 rgba(60,60,60,.1)
}
.site-action .front-icon {
	display: block
}
.site-action .back-icon {
	display: none
}
.site-action-buttons {
	position: absolute;
	bottom: 56px;
	left: 0;
	display: none;
	width: 100%;
	text-align: center
}
.site-action-buttons .btn {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s
}
.site-action.active .front-icon {
	display: none
}
.site-action.active .back-icon {
	display: block
}
.site-action.active .site-action-buttons {
	display: block
}
@media (max-width:767px) {
.site-action .btn-floating {
	width: 46px;
	height: 46px;
	padding: 0;
	font-size: 16px;
	-webkit-box-shadow: 0 6px 6px 0 rgba(60,60,60,.1);
	box-shadow: 0 6px 6px 0 rgba(60,60,60,.1)
}
.site-action-buttons {
	bottom: 46px
}
}
.page {
	position: relative;
	min-height: -webkit-calc(100% - 44px);
	min-height: calc(100% - 44px);
	background: #f0f6ff;height: 100%;
}
.page-dark.layout-full {
	position: relative;
	z-index: 0;
	color: #fff
}
.page-dark.layout-full::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover
}
.page-dark.layout-full::after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(38,50,56,.6);
}
.page-dark.layout-full .brand {
	margin-bottom: 22px;
}
.page-dark.layout-full .brand-text {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.page-nav-tabs {
	padding: 0 30px;
}

.page-content {
	/*padding: 10px 10px;*/
	height: calc(100% - 44px);
}
@media (max-width:479px) {

}
.page-content-actions {
	padding: 0 30px 30px;
}
.page-content-actions::after {
	display: block;
	clear: both;
	content: "";
}
.page-content-actions .dropdown {
	display: inline-block
}
.page-content-table {
	max-width: 100%;
	padding: 0;
	overflow-x: auto
}
.page-content-table .table>tbody>tr>td, .page-content-table .table>tbody>tr>th, .page-content-table .table>thead>tr>td, .page-content-table .table>thead>tr>th {
	padding-top: 20px;
	padding-bottom: 20px
}
.page-content-table .table>tbody>tr>td:first-child, .page-content-table .table>tbody>tr>th:first-child, .page-content-table .table>thead>tr>td:first-child, .page-content-table .table>thead>tr>th:first-child {
	padding-left: 30px
}
.page-content-table .table>tbody>tr>td:last-child, .page-content-table .table>tbody>tr>th:last-child, .page-content-table .table>thead>tr>td:last-child, .page-content-table .table>thead>tr>th:last-child {
	padding-right: 30px
}
.page-content-table .table>tbody>tr:hover>td {
	background-color: #f3f7f9
}
.page-content-table .table>tbody>tr>td {
	cursor: pointer
}
.page-content-table .table>tbody>tr:last-child td {
	border-bottom: 1px solid #e4eaec
}
.page-content-table .table.is-indent>tbody>tr>td.pre-cell, .page-content-table .table.is-indent>tbody>tr>td.suf-cell, .page-content-table .table.is-indent>tbody>tr>th.pre-cell, .page-content-table .table.is-indent>tbody>tr>th.suf-cell, .page-content-table .table.is-indent>thead>tr>td.pre-cell, .page-content-table .table.is-indent>thead>tr>td.suf-cell, .page-content-table .table.is-indent>thead>tr>th.pre-cell, .page-content-table .table.is-indent>thead>tr>th.suf-cell {
	width: 30px;
	padding: 0;
	border-top: 0;
	border-bottom: 0
}
.page-content-table .table.is-indent>tbody>tr:first-child td {
	border-top: 0
}
.page-content-table .table.is-indent>tbody>tr:last-child td.pre-cell, .page-content-table .table.is-indent>tbody>tr:last-child td.suf-cell {
	border-bottom: 0
}
.page-content-table .table.is-indent>tfoot>tr>td {
	border-top: 0
}
.page-content-table .pagination {
	margin-right: 30px;
	margin-left: 30px
}
.page-copyright {
	margin-top: 60px;
font-size:.858rem;
	color: #37474f;
	letter-spacing: 1px
}
.page-copyright .social .icon {
	color: rgba(55,71,79,.6);
	font-size: 1.143rem
}
.page-copyright .social .icon:focus, .page-copyright .social .icon:hover {
	color: rgba(55,71,79,.8)
}
.page-copyright .social .icon.active, .page-copyright .social .icon:active {
	color: #37474f
}
.page-copyright-inverse {
	color: #fff
}
.page-copyright-inverse .social .icon {
	color: #fff
}
.page-copyright-inverse .social .icon:active, .page-copyright-inverse .social .icon:hover {
	color: rgba(255,255,255,.8)
}

@media (max-width:991px) {
.page {
	min-height: -webkit-calc(100% - 66px);
	min-height: calc(100% - 66px)
}


.page-login-v2.page {height:100%!important;
	min-height:100%!important;}


}
.page-header+.page-content {
	padding-top: 0
}
.page-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px
}
.page-title>.icon {
	margin-right: .3em
}
.page-description {
	color: #a3afb7
}
.page-header {
	position: relative;
	padding: 30px 30px;
	margin-top: 0;
	margin-bottom: 0;
	background: 0 0;
	border-bottom: 0
}
@media (max-width:479px) {
.page-header {
	padding: 10px
}
}
.page-header-actions {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.page-header-actions .btn-icon {
	margin-left: 6px
}
.page-header-actions>* {
	margin-bottom: 0
}
.page-header .breadcrumb {
	padding: 0;
	margin: 0
}
.page-header-bordered {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid transparent
}
.page-header-tabs {
	padding-bottom: 0
}
.page-header-tabs .nav-tabs-line {
	margin-top: 5px;
	border-bottom-color: transparent
}
.page-header-tabs .nav-tabs-line>li>a {
	padding: 5px 20px
}
.page-aside {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 260px;
	border-right: 1px solid #e4eaec;
	background: #fff;
	-webkit-transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
	-o-transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
	transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
	overflow-y: hidden
}
.page-aside .list-group-item.active, .page-aside .list-group-item.active:focus, .page-aside .list-group-item.active:hover {
	z-index: 0
}
.page-aside-left .page-aside {
	left: 0
}
.page-aside-left .page-aside+.page-main {
	margin-left: 260px
}
.page-aside-right .page-aside {
	right: 0
}
.page-aside-right .page-aside+.page-main {
	margin-right: 260px
}
.page-aside-right .page-aside .page-aside-inner {
	border-left: 1px solid #e4eaec;
	border-right: none
}
.page-aside-fixed .page-aside {
	position: fixed;
	top: 66.01px;
	height: -webkit-calc(100% - 66.01px);
	height: calc(100% - 66.01px)
}
.page-aside-fixed .page-aside-inner {
	overflow-y: scroll;
	height: 100%
}
.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 260px
}
.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 260px
}
.page-aside-section {
	position: relative
}
.page-aside-section:first-child {
	padding-top: 22px
}
.page-aside-section:last-child {
	margin-bottom: 22px
}
.page-aside-section:after {
	content: "";
	position: relative;
	display: block;
	margin: 22px;
	border-bottom: 1px solid #e4eaec
}
.page-aside-section:last-child:after {
	display: none
}
.page-aside-switch {
	display: none;
	cursor: pointer;
	position: absolute;
	top: -webkit-calc(50% - 25px);
	top: calc(50% - 25px);
	background-color: #fff;
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,.2);
	box-shadow: 1px 0 3px rgba(0,0,0,.2);
	border-radius: 0 100px 100px 0;
	line-height: 1;
	padding: 15px 8px 15px 4px
}
.page-aside-switch .wb-chevron-right {
	display: inline-block
}
.page-aside-switch .wb-chevron-left {
	display: none
}
.page-aside-left .page-aside-switch {
	left: -webkit-calc(100% - 1px);
	left: calc(100% - 1px);
	padding: 15px 8px 15px 4px;
	border-radius: 0 100px 100px 0
}
.page-aside-left .page-aside-switch .wb-chevron-right {
	display: inline-block
}
.page-aside-left .page-aside-switch .wb-chevron-left {
	display: none
}
.page-aside-right .page-aside-switch {
	left: auto;
	right: -webkit-calc(100% - 1px);
	right: calc(100% - 1px);
	padding: 15px 4px 15px 8px;
	border-radius: 100px 0 0 100px
}
.page-aside-right .page-aside-switch .wb-chevron-right {
	display: none
}
.page-aside-right .page-aside-switch .wb-chevron-left {
	display: inline-block
}
.page-aside-title {
	padding: 10px 30px;
	margin: 20px 0 10px;
	font-weight: 500;
	color: #526069;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default
}
.page-aside .list-group {
	margin-bottom: 22px
}
.page-aside .list-group-item {
	padding: 13px 30px;
	margin-bottom: 1px;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.page-aside .list-group-item .icon {
	color: #a3afb7
}
.page-aside .list-group-item .item-right {
	float: right
}
.page-aside .list-group-item:focus, .page-aside .list-group-item:hover {
	background-color: #f3f7f9;
	border: none;
	color: #5c2c82
}
.page-aside .list-group-item:focus>.icon, .page-aside .list-group-item:hover>.icon {
	color: #5c2c82
}
.page-aside .list-group-item.active {
	background-color: transparent;
	color: #5c2c82
}
.page-aside .list-group-item.active>.icon {
	color: #5c2c82
}
.page-aside .list-group-item.active:focus, .page-aside .list-group-item.active:hover {
	background-color: #f3f7f9;
	border: none;
	color: #5c2c82
}
.page-aside .list-group-item.active:focus>.icon, .page-aside .list-group-item.active:hover>.icon {
	color: #5c2c82
}
.page-aside .list-group.has-actions .list-group-item {
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 2.573rem
}
.page-aside .list-group.has-actions .list-group-item .list-editable {
	display: none;
	position: relative
}
.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	outline: 0;
	-webkit-appearance: none
}
.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
	margin: 0
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
	display: none;
	position: absolute;
	right: 20px;
	top: 6px
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
	color: #5c2c82
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
	margin: 0
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
	display: none
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
	display: block
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
	color: #76838f
}
@media (max-width:1199px) {
.page-aside {
	width: 220px
}
.page-aside-left .page-aside+.page-main {
	margin-left: 220px
}
.page-aside-right .page-aside+.page-main {
	margin-right: 220px
}
.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 220px
}
.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 220px
}
}
@media (max-width:767px) 
{
    .page-login-v2 .page-login-main .brand {
   display:none;
}
    
    
.page-aside {
	position: fixed;
	top: 66.01px;
	width: 260px;
	border-color: transparent;
	z-index: 1100;
	overflow-y: visible;
	height: -webkit-calc(100% - 66.01px);
	height: calc(100% - 66.01px);
	visibility: visible
}
.site-navbar-collapse-show .page-aside {
	top: 132.02px;
	height: -webkit-calc(100% - 132.02px);
	height: calc(100% - 132.02px)
}
.site-menubar-changing .page-aside, .site-menubar-open .page-aside {
	height: 100%
}
.page-aside .page-aside-inner {
	height: 100%;
	background-color: #fff;
	border-right: 1px solid #e4eaec
}
.page-aside.open {
	left: 0
}
.site-menubar-changing .page-aside.open, .site-menubar-open .page-aside.open {
	visibility: hidden
}
.page-aside.open .page-aside-switch .wb-chevron-right {
	display: none
}
.page-aside.open .page-aside-switch .wb-chevron-left {
	display: inline
}
.page-aside-left .page-aside {
	left: -260px
}
.page-aside-left .page-aside+.page-main {
	margin-left: 0
}
.page-aside-right .page-aside {
	right: -260px
}
.page-aside-right .page-aside+.page-main {
	margin-right: 0
}
.page-aside-right .page-aside.open .page-aside-switch .wb-chevron-right {
	display: inline
}
.page-aside-right .page-aside.open .page-aside-switch .wb-chevron-left {
	display: none
}
.page-aside-left .page-aside {
	left: -260px!important
}
.page-aside-left .page-aside.open {
	left: 0!important
}
.page-aside-left .site-footer {
	margin-left: 0!important
}
.page-aside-right .page-aside {
	right: -260px!important
}
.page-aside-right .page-aside.open {
	left: auto;
	right: 0!important
}
.page-aside-right .site-footer {
	margin-right: 0!important
}
.page-aside-switch {
	display: block
}
}
.site-footer {
	    height: 44px;
    padding: 10px 30px;
    /*background-color: #fff;
    border-top: 1px solid #e4eaec;*/
        background-image: linear-gradient(90deg,#263238 70%,#000000 100%);
            position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;z-index: 1399;
	
}
.site-footer::after {
	display: block;
	clear: both;
	content: ""
}
@media (max-width:479px) {
.site-footer {
	height: auto
}
}
.site-footer-legal {
	float: left
}
.site-footer-actions {
	float: right
}
.site-footer-right {
	float: right
}
.site-footer .scroll-to-top {
	color: #76838f
}
.site-footer .scroll-to-top, .site-footer .scroll-to-top:active, .site-footer .scroll-to-top:hover {
	text-decoration: none
}
@media (max-width:479px) {
.site-footer-actions, .site-footer-legal, .site-footer-right {
	display: block;
	float: none;
	text-align: center
}
}
.layout-full {
	height: 100%;
	padding-top: 0!important
}
.layout-full .page {
	height: 100%;
	margin: 0!important;
	padding: 0;
	background-color: transparent
}
.layout-full>.loader {
	margin-left: 0!important
}
@media (min-width:1200px) {
.layout-boxed {
	background: #e4eaec
}
.layout-boxed, .layout-boxed .site-navbar {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto
}
}
.layout-boxed .slidePanel-left, .layout-boxed .slidePanel-right {
	top: 0;
	z-index: 1510
}
.p-l-0 { padding-left:0!important}
.site-print {
	padding-top: 0
}
.site-print .site-footer, .site-print .site-gridmenu, .site-print .site-menubar, .site-print .site-navbar {
	display: none
}
.site-print .page {
	margin: 0!important
}
.site-menubar-fold .page {
	/*margin-left: 30px;*/
	margin-left: 65px;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s 
}

.site-menubar-fold .site-footer {
	/*margin-left: 30px;*/
	margin-left:0px;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;    padding-left: 90px;
}


.site-menubar-fold.page-aside-fixed.page-aside-left .page-aside {
	left: 30px
}
.site-menubar-fold.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 325px
}
.site-menubar-fold.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 260px
}
.site-menubar-fold .site-menu>.site-menu-item {
	font-size: 14px
}
.site-menubar-fold .site-menu>.site-menu-item>a {
	height: 46px
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-arrow, .site-menubar-fold .site-menu>.site-menu-item>a .site-menu-badge, .site-menubar-fold .site-menu>.site-menu-item>a .site-menu-title {
	opacity: 0;
	visibility: hidden
}
.site-menubar-fold .site-menubar {
	width: 65px
}
/*@media (min-width:768px) {
.site-menubar-fold.site-menubar-hover .site-navbar .navbar-header {
	width: 260px;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s
}
}
@media (min-width:768px) {
.site-menubar-fold.site-menubar-hover .site-navbar .navbar-container {
	margin-left: -134px;
}
}
*/
.site-menubar-fold.site-menubar-hover .site-navbar .navbar-brand {
	float: left;
	text-align: left
}
.site-menubar-fold.site-menubar-hover .site-navbar .navbar-brand-logo {
	/*height: 26px*/
}
.site-menubar-fold.site-menubar-hover .site-navbar .navbar-brand-text {
	display: inline-block
}
.site-menubar-fold.site-menubar-hover .site-menubar {
	width: 260px
}
.site-menubar-fold.site-menubar-hover .site-menu>.site-menu-item>a .site-menu-arrow, .site-menubar-fold.site-menubar-hover .site-menu>.site-menu-item>a .site-menu-badge, .site-menubar-fold.site-menubar-hover .site-menu>.site-menu-item>a .site-menu-title {
	opacity: 1;
	visibility: visible
}
.site-menubar-fold.site-menubar-hover .site-menubar-footer {
	width: 260px
}
.site-menubar-fold:not(.site-menubar-hover) .mm-panels>.mm-panel {
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.site-menubar-fold:not(.site-menubar-hover) .mm-panels>.mm-panel.mm-current:first-child, .site-menubar-fold:not(.site-menubar-hover) .mm-panels>.mm-panel.mm-subopened:first-child {
	display: block!important;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.site-menubar-fold .site-gridmenu {
	width: 65px
}
.site-menubar-fold .site-gridmenu li {
	float: none;
	width: 100%
}
.site-menubar-fold .site-gridmenu li>a {
	padding: 15px 0
}
.site-menubar-fold .site-gridmenu-toggle:after {
	display: none
}
.site-menubar-fold:not(.site-menubar-hover) .site-menubar-footer {
	overflow: hidden;
	width: 65px
}
.site-menubar-fold:not(.site-menubar-hover) .site-menubar-footer>a {
	width: 65px
}
.site-menubar-fold.site-menubar-changing .site-menu>.site-menu-item>.site-menu-sub {
	display: none
}
@media (min-width:768px) {
.css-menubar .page, .css-menubar .site-footer {
	margin-left: 65px;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s
}
.css-menubar.page-aside-fixed.page-aside-left .page-aside {
	left: 65px
}
.css-menubar.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 325px
}
.css-menubar.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 260px
}
.css-menubar.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 325px
}
.css-menubar.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 260px
}
.css-menubar .site-menu>.site-menu-item {
	font-size: 14px
}
.css-menubar .site-menu>.site-menu-item>a {
	height: 46px
}
.css-menubar .site-menu>.site-menu-item>a .site-menu-arrow, .css-menubar .site-menu>.site-menu-item>a .site-menu-badge, .css-menubar .site-menu>.site-menu-item>a .site-menu-title {
	opacity: 0;
	visibility: hidden
}
.css-menubar .site-menubar {
	width: 65px
}
.css-menubar .site-gridmenu {
	width: 65px
}
.css-menubar .site-gridmenu li {
	float: none;
	width: 100%
}
.css-menubar .site-gridmenu li>a {
	padding: 15px 0
}
.css-menubar .site-gridmenu-toggle:after {
	display: none
}
.css-menubar:not(.site-menubar-hover) .site-menubar-footer {
	overflow: hidden;
	width: 65px
}
.css-menubar:not(.site-menubar-hover) .site-menubar-footer>a {
	width: 65px
}
.css-menubar .site-menu .site-menu-item:hover>.site-menu-sub {
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	width: 240px
}



.css-menubar .site-menu .site-menu-sub {
	display: none
}
.site-menubar-fold.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 325px
}
.site-menubar-fold.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 260px
}
}
.site-menubar-unfold .page {
	margin-left: 260px;
	-webkit-transition: margin-left .25s;
	-o-transition: margin-left .25s;
	transition: margin-left .25s
}

 .site-menubar-unfold .site-footer {
	margin-left:0px;
	-webkit-transition: margin-left .25s;
	-o-transition: margin-left .25s;
	transition: margin-left .25s;    padding-left: 280px;
}





.site-menubar-unfold.page-aside-fixed .page-aside {
	left: 244px
}
.site-menubar-unfold.page-aside-fixed .site-footer {
	margin-left: 520px
}
/*@media (min-width:768px) {
.site-menubar-unfold .site-navbar .navbar-header {
	width: 126px;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s
}
}*/
@media (min-width:768px) {
.site-menubar-unfold .site-navbar .navbar-container {
	margin-left: 0
}
}
.site-menubar-unfold .site-navbar .navbar-brand {
	float: left;
	text-align: left
}
.site-menubar-unfold .site-navbar .navbar-brand-logo {
	/*height:  initial;
	    margin-top: -1.340rem;*/
}
.site-menubar-unfold .site-navbar .navbar-brand-text {
	display: inline-block
}
.site-menubar-unfold.site-menubar-native .site-menubar-body {
	overflow-y: scroll
}
.site-menubar-unfold .site-menubar {
	width: 260px
}
.site-menubar-unfold .site-gridmenu {
	width: 260px
}
.site-menubar-unfold .site-menubar-footer {
	width: 260px
}
.site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left:before {
	width: .6em;
	-webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
	transform: translate3d(.45em, .1em, 0) rotate(45deg)
}
.site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left .hamburger-bar {
	border-radius: .2em
}
.site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left:after {
	width: .6em;
	-webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
	transform: translate3d(.45em, -.1em, 0) rotate(-45deg)
}



@media (min-width:768px) and (max-width:1199px) {
.site-menubar-unfold.page-aside-fixed .site-footer {
	margin-left: 480px
}
}
@media (max-width:767px) {
.site-menubar-unfold .page, .site-menubar-unfold .site-footer {
	margin-left: auto
}
.site-menubar-unfold.page-aside-fixed .page-aside {
	left: auto
}
.site-menubar-open .page, .site-menubar-open .site-footer {
	-ms-transform: translate(260px, 0);
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0)
}
.site-menubar-changing {
	overflow: hidden
}
.site-menubar-changing .page, .site-menubar-changing .site-footer {
	-webkit-transition: -webkit-transform .25s;
	-o-transition: -o-transform .25s;
	transition: transform .25s
}
.site-gridmenu {
	width: 100%!important;
	background: rgba(38,50,56,.9)
}
.site-menubar-hide .site-menubar, .site-menubar-open .site-menubar {
	-webkit-transition: -webkit-transform .25s, top .35s, height .35s;
	-o-transition: -o-transform .25s, top .35s, height .35s;
	transition: transform .25s, top .35s, height .35s
}
.site-menubar-open .site-menubar {
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@media (max-width:767px) {
.site-navbar-collapsing {
	-webkit-transition: padding-top .35s;
	-o-transition: padding-top .35s;
	transition: padding-top .35s
}
body.site-navbar-collapse-show {
	padding-top: 132.02px

}
.site-navbar-collapse-show .slidePanel.slidePanel-left, .site-navbar-collapse-show .slidePanel.slidePanel-right {
	top: 132.02px;
	-webkit-transition: top .35s;
	-o-transition: top .35s;
	transition: top .35s
}
}
body.site-navbar-small {
	padding-top: 60px;
}
.site-navbar-small .site-navbar {
	height: 4.286rem;
	min-height: 4.286rem
}
.site-navbar-small .site-navbar .navbar-brand {
	height: 4.286rem;
	padding: 1.357rem 1.429rem
}
.site-navbar-small .site-navbar .navbar-nav {
margin:.6785rem -1.0715rem
}
@media (min-width:768px) {
.site-navbar-small .site-navbar .navbar-nav>li>a {
	padding-top: 1.357rem;
	padding-bottom: 1.357rem
}
}
.site-navbar-small .site-navbar .navbar-toggler {
	height: 4.286rem;
	padding: 1.357rem 1.0715rem
}
.site-navbar-small .site-navbar .navbar-toolbar>li>a {
	padding-top: 1.357rem;
	padding-bottom: 1.357rem
}
.site-navbar-small .site-navbar .navbar-nav>li>a.navbar-avatar, .site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar {
	padding-top: 1.0715rem;
	padding-bottom: 1.0715rem
}
.site-navbar-small .site-navbar .navbar-search-overlap .form-control {
	height: 4.286rem!important
}
.site-navbar-small .page-aside-fixed .page-aside {
	top: 4.286rem;
	height: -webkit-calc(100% - 4.286rem);
	height: calc(100% - 4.286rem)
}
.site-navbar-small .site-menubar {
	top:60px; /*4.286rem*/
}
.site-navbar-small .site-skintools {
	top: 6.429rem
}
.site-navbar-small .slidePanel-left, .site-navbar-small .slidePanel-right {
	top: 4.286rem
}
@media (max-width:767px) {
body.site-navbar-small {
	padding-top: 4.286rem
}
body.site-navbar-small .site-navbar {
	height: auto
}
body.site-navbar-small .site-menubar {
	top: 60px;
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px)
}
body.site-navbar-small .page-aside {
	top: 4.286rem;
	height: -webkit-calc(100% - 4.286rem);
	height: calc(100% - 4.286rem)
}
body.site-navbar-small .page-aside-fixed .page-aside {
	top: 4.286rem;
	height: -webkit-calc(100% - 4.286rem);
	height: calc(100% - 4.286rem)
}
body.site-navbar-small .site-skintools {
	top: 6.429rem
}
body.site-navbar-small .slidePanel-left, body.site-navbar-small .slidePanel-right {
	top: 4.286rem
}
body.site-navbar-small.site-navbar-collapse-show {
	padding-top: 8.572rem
}
body.site-navbar-small.site-navbar-collapse-show .site-menubar {
	top: 8.572rem;
	height: -webkit-calc(100% - 8.572rem);
	height: calc(100% - 8.572rem)
}
body.site-navbar-small.site-navbar-collapse-show .page-aside {
	top: 8.572rem;
	height: -webkit-calc(100% - 8.572rem);
	height: calc(100% - 8.572rem)
}
body.site-navbar-small.site-navbar-collapse-show .site-skintools {
	top: 10.715rem
}
body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-left, body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-right {
	top: 8.572rem
}
}
@media (max-width:767px) {
.site-navbar .brand {
	display: none
}
.site-navbar .brand-mobile {
	display: block
}
.site-menubar {
	top: 66.01px;
	height: -webkit-calc(100% - 66.01px);
	height: calc(100% - 66.01px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-ms-transform: translate(-260px, 0);
	-webkit-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0)
}
.site-navbar-collapse-show .site-menubar {
	top: 132.02px;
	height: -webkit-calc(100% - 132.02px);
	height: calc(100% - 132.02px)
}
.site-menubar-footer {
	visibility: hidden
}
.site-menubar-open .site-menubar-footer {
	visibility: visible
}
.disable-scrolling {
	overflow: hidden;
	height: 100%
}
body.site-menubar-open {
	overflow: hidden;
	height: 100%
}
body.site-menubar-open .page {
	overflow: hidden;
	height: 100%;
	pointer-events: none
}
}


/* ------------------------Navbar css */

.navbar-default {
    background-color: #fff;
    border-color: #ddd;
    margin-bottom: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar .container-fluid{
	padding-left:0;
}


.navbar-header .home{
	border-right: 1px solid #404266;
}
.navbar-header .home a{
	width: 60px;
    text-align: center;
}
.navbar-header .sitemenubar-toggle {
    border-right: 1px solid #404266;
}



.navbar-brand {
	_padding: 5px;
	_height: 60px;
    padding: 7px 15px;
    height: 60px;
/*    background: #fff !important;*/
    width: 200px;
}
.navbar-brand .navbar-brand-logo {
	display: inline-block;
	_max-height:34px;
}
@media (max-width:767px) {
.navbar-brand-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
}
@media (max-width:600px) {
.navbar-brand-center {
	position: absolute;
	left: 55%;
}
}
@media (max-width: 425px){
	.navbar-brand-center {
		left: 55%;
	}	
}

.navbar-nav>li>a.navbar-avatar, .navbar-toolbar>li>a.navbar-avatar {
	padding-top: 12px;
	padding-bottom: 12px
}


@media (max-width:767px) {
.navbar-nav>li>a.navbar-avatar {
	padding-top: 6px;
	padding-bottom: 6px
}
}
.navbar-avatar .avatar {
	width: 40px;
	height:40px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	overflow:hidden;
	background:url(../images/default-user-img-1.jpg) center center no-repeat #595a79;
	background-size:40px 40px;
	border-radius: 100%;
}
.navbar-avatar .avatar img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0 none;
	border-radius: 100%;
	
}
.navbar-avatar .avatar-text {
	display: inline-block;
    white-space: nowrap;
    vertical-align: middle;   
}
.navbar-avatar .avatar-text label{
	font-size:14px;
	font-weight:400;
	display:block;
	padding:0 5px;
	line-height:18px;
	margin:0;
	cursor:pointer;
	width: 120px;
    white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-avatar .avatar-text label+label{
	color:#808199;
	font-size:11px;
	line-height:14px;
}
.navbar-collapse-toolbar.in {
	overflow-y: visible
}
.navbar-toolbar {
	float: left;
	margin-right:0;
}
.navbar-toolbar:after, .navbar-toolbar:before {
	display: table;
	content: " "
}
.navbar-toolbar:after {
	clear: both
}
.navbar-toolbar>li {
	float: left
}
.navbar-toolbar>li:after, .navbar-toolbar>li:before {
	display: table;
	content: " "
}
.navbar-toolbar>li:after {
	clear: both
}
.nav>li>a {
    overflow: hidden;
}
.navbar-toolbar>li>a {
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 22px
}
.navbar-toolbar .dropdown-menu {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s
}
@media (max-width:767px) {
.navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.navbar-toolbar .open {
	position: static
}
.navbar-toolbar .open .dropdown-menu {
	right: 0;
	left: 0;
	float: none;
	width: auto;
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
}
@media (max-width:767px) and (max-device-width:480px) and (orientation:landscape) {
.navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
	max-height: 200px
}
}
@media (max-width:767px) {
.navbar-toolbar-left {
	float: left!important
}
.navbar-toolbar-right {
	float: right!important
}
}

.navbar-toolbar-right>li{
	border-left:1px solid #ddd;	
}

.navbar-default .navbar-toggle {
    height: 60px;
    padding: 22px 15px;
    margin-top: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 0;
    font-size:18px;
    line-height: 22px;
    background: 0 0!important;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	margin:0;
}
.navbar-default .navbar-toolbar>li>a {
	font-size:18px;
	height: 60px;
}
.navbar-default .navbar-toolbar>li>a:focus, .navbar-default .navbar-toolbar>li>a:hover {
	background-color: rgba(0,0,0,.15)
}
.navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover {
	background-color: rgba(0,0,0,.25)
}
.navbar-default .navbar-toolbar>.disabled>a, .navbar-default .navbar-toolbar>.disabled>a:focus, .navbar-default .navbar-toolbar>.disabled>a:hover {
	background-color: transparent
}
.navbar-default .navbar-toolbar>.open>a, .navbar-default .navbar-toolbar>.open>a:focus, .navbar-default .navbar-toolbar>.open>a:hover {
	background-color: rgba(0,0,0,.25)
}


.dropdown-menu {
	border: 1px solid #ddd;
    right: 0 !important;
    margin-top: 5px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
	border-radius: 0;
}
.dropdown-menu>li {
    padding: 0 5px;
    margin: 2px 0;
}
.dropdown-menu>li a {
	font-weight: 400;
    padding: 8px 15px;
    border-radius: 0;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}	
.dropdown-menu>li a:focus, .dropdown-menu>li a:hover {
    text-decoration: none;
}
.dropdown-menu .divider {
    margin: 6px 0;
}
.dropdown-menu li .fa:first-child, .dropdown-menu li>a .fa:first-child {
    width: 1em;
    margin-right: .5em;
    text-align: center;
}
.navbar-toolbar .dropdown-menu {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

.navbar-mega .dropdown-menu {
    left: auto;
}
  
   /*----------------------*/
   
.count-capa {     font-weight: bold;
    font-size: 30px;
    float: left;
    width: 78%;
    text-align: left;
    padding-left: 0px; color:#444;}
.capatab-text { color: #fff;
   /* opacity: 0.8; */
    text-transform: uppercase;
    margin-right: 5px;
    float: left;
    font-size: 14px;
    font-weight: bold; /*width: calc(100% - 46px);*/
    text-align: left;
    width:100%;line-height: 100%;
    
    }
    
.dashtab-btn { float: left;
    padding:0px; margin:0 5px;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-weight: normal; height:102px;
    text-transform: uppercase; width:230px;  position:relative;}
    
    .dashtab-btn:first-child { margin-left:0px;}
    .dashtab-btn:last-child { margin-right:0px;} 
 .dashtab-btn:hover { opacity:0.7;}   
 
 .capa-arrow {
    position: absolute;
    left: 47%;
    bottom: -13px;height: 24px!important; width: 24px!important;
    /*  */
    /* margin-right: 0!important; */
    /* */
    background: #ffffff;
    text-align: center;
    border-radius: 0.25rem;
    /* opacity: 0.7; */ 
    border: 1px solid #28cedd;
}


 .border-info-border-left-sm .capa-arrow {border: 1px solid #0dceec!important;}
 
 .border-danger-border-left-sm .capa-arrow {border: 1px solid #fd3550!important;}
 
 .border-success-border-left-sm .capa-arrow {border: 1px solid #15ca20!important}
  
 .border-warning-border-left-sm .capa-arrow { border: 1px solid #ff9700!important}
 
 
 
 /*  .border-info-border-left-sm .capa-arrow :hover { background-color:#0dceec; color:#fff!important;}
 
 .border-danger-border-left-sm .capa-arrow :hover { background-color:#fd3550; color:#fff!important;}
 
 .border-success-border-left-sm .capa-arrow :hover { background-color:#15ca20; color:#fff!important;}
 
 .border-warning-border-left-sm .capa-arrow :hover { background-color:#ff9700; color:#fff!important;}
 
  
.border-info-border-left-sm .capa-arrow .fa-arrow-down { background-color:#0dceec; color:#fff!important;    border-radius: .25rem;}
 
 .border-danger-border-left-sm .capa-arrow .fa-arrow-down { background-color:#fd3550; color:#fff!important;    border-radius: .25rem;}
 
 .border-success-border-left-sm .capa-arrow .fa-arrow-down { background-color:#15ca20; color:#fff!important;    border-radius: .25rem;}
 
 .border-warning-border-left-sm .capa-arrow .fa-arrow-down { background-color:#ff9700; color:#fff!important;    border-radius: .25rem;}*/
 
 
 
   .border-info-border-left-sm.clsActiveBorder .capa-arrow { background-color:#fff; color: #444!important;
    border: none!important;}
 
   .border-danger-border-left-sm.clsActiveBorder .capa-arrow { background-color:#fff; color: #444!important;
    border: none!important;}
 
   .border-success-border-left-sm.clsActiveBorder .capa-arrow { background-color:#fff; color: #444!important;
    border: none!important;}
 
   .border-warning-border-left-sm.clsActiveBorder .capa-arrow { background-color:#fff; color: #444!important;
    border: none!important;}
 
 
 
 .m-r-20 { margin-right:20px;}
 

    
 .capa-arrow i {     font-weight: normal !important;
    font-size: 16px !important;
    width: 24px!important;
    margin-right: 0!important;
    height: 24px!important;
    /* background: #000; */
   line-height: 22px;
    color: #3c3b4c!important;}
 .capa-middle {     padding: 10px 20px 0px 20px;
    float: left;
    width: 100%;}
.dashtab-btn img {    font-size: 36px;
    color: #fff;
    opacity: 0.8;
    float: left;
    margin-right: 5px;
    width: 36px;}
    
    .overflow-hidden {
    overflow: hidden;
}




.dashboard-row { margin-bottom: 30px;
            box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.65), 0 2px 6px 0 rgba(224, 224, 224, 0.54);
   
        float: left;    border-radius: .25rem;
    width: 100%;
    }
    
    .dashboard-row:hover { border-width:1px; border-style:solid;}

.component-body {    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;    float: left;
    width: 100%;    background: #fff;
    border: none; height:100px;     border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; position:relative;}


.gradient-bloody {
	background: #f54ea2;
	background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676)!important;
	background: linear-gradient(45deg, #f54ea2, #ff7676)!important;
}

.gradient-scooter {
	background: #17ead9;
	background: -webkit-linear-gradient(45deg, #17ead9, #6078ea)!important;
	background: linear-gradient(45deg, #17ead9, #6078ea)!important;
}

.gradient-blooker {
   background: #ffdf40;
   background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359)!important;
   background: linear-gradient(45deg, #ffdf40, #ff8359)!important;
}

.gradient-quepal {
   background: #42e695;
   background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8)!important;
   background: linear-gradient(45deg, #42e695, #3bb2b8)!important;
}

.gradient-purpink {
   background: #7f00ff;
   background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff)!important;
   background: linear-gradient(45deg, #7f00ff, #e100ff)!important;
}

.gradient-ibiza {
	background: #ee0979;
	background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00)!important;
	background: linear-gradient(45deg, #ee0979, #ff6a00)!important;
}

.gradient-dusk {
   background: #2c3e50;
   background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c)!important;
   background: linear-gradient(45deg, #2c3e50, #fd746c)!important;
}

.gradient-meridian {
   background: #283c86;
   background: -webkit-linear-gradient(45deg, #283c86, #45a247)!important;
   background: linear-gradient(45deg, #283c86, #45a247)!important;
}

.gradient-violet {
	background: #4776e6;
	background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9)!important;
	background: linear-gradient(45deg, #4776e6, #8e54e9)!important;
}

.gradient-titanium {
	background: #283048;
    background: -webkit-linear-gradient(45deg, #283048, #859398)!important;
    background: linear-gradient(45deg, #283048, #859398)!important;
}

.gradient-shifter{
   background: #bc4e9c;
   background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759)!important;
   background: linear-gradient(45deg, #bc4e9c, #f80759)!important;
}

.gradient-army {
   background: #414d0b;
   background: -webkit-linear-gradient(45deg, #414d0b, #727a17)!important;
   background: linear-gradient(45deg, #414d0b, #727a17)!important;
}

.gradient-orange {
   background: #fc4a1a;
   background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733)!important;
   background: linear-gradient(45deg, #fc4a1a, #f7b733)!important;
}

 .border-info-border-left-sm {/*border: 1px solid #eaeaea;*/ border: 1px solid #0dceec; border-left: 4px solid #0dceec!important;}
 
 .border-danger-border-left-sm {border: 1px solid #fd3550;border-left: 4px solid #fd3550!important;}
 
 .border-success-border-left-sm {border: 1px solid #15ca20; border-left: 4px solid #15ca20!important}
 
 .border-warning-border-left-sm { border: 1px solid #ff9700;border-left: 4px solid #ff9700!important}
 
 
 
 /*.border-info-border-left-sm:hover {border: 1px solid #eaeaea; border-left: 4px solid #0dceec!important; }
 
 .border-danger-border-left-sm:hover {border: 1px solid #eaeaea; border-left: 4px solid #fd3550!important;}
 
 .border-success-border-left-sm:hover {border: 1px solid #eaeaea;  border-left: 4px solid #15ca20!important}
 
 .border-warning-border-left-sm:hover {border: 1px solid #eaeaea;  border-left: 4px solid #ff9700!important}*/
 
 .border-info-border-left-sm.clsActiveBorder .capatab-text.text-info { color:#fff!important;}
  .border-info-border-left-sm.clsActiveBorder {border:none; border-left: 4px solid #5978e3!important;}
    .border-info-border-left-sm.clsActiveBorder .component-body {
	background: #17ead9;
	background: -webkit-linear-gradient(45deg, #17ead9, #6078ea)!important;
	background: linear-gradient(45deg, #17ead9, #6078ea)!important;}
	
	
	
	.border-info-border-left-sm.clsActiveBorder .component-body .gradient-scooter {background: #4256a0!important;}
	
 

.border-info-border-left-sm.clsActiveBorder .component-body:before {
       content: "";
   /* background-image: url(../content/images/expire-worker-id.jpg);
    /* background-size: 100%; */
   background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}



.border-danger-border-left-sm.clsActiveBorder .component-body .gradient-bloody {background:#6f333b!important;}


.border-danger-border-left-sm.clsActiveBorder .capatab-text.text-danger { color:#fff!important;}
 .border-danger-border-left-sm.clsActiveBorder {border:none; border-left: 4px solid #963d49!important;}
    .border-danger-border-left-sm.clsActiveBorder .component-body {
	background: #f54ea2;
	background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676)!important;
	background: linear-gradient(45deg, #f54ea2, #ff7676)!important;}
 
 .border-danger-border-left-sm.clsActiveBorder .component-body:before {
       content: "";
   /* background-image: url(../content/images/expired-vehicle.jpg);
    /* background-size: 100%; */
   background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}


.border-success-border-left-sm.clsActiveBorder .component-body .gradient-quepal {background:#0a686f!important;}
.border-success-border-left-sm.clsActiveBorder .capatab-text.text-success { color:#fff!important;}
 .border-success-border-left-sm.clsActiveBorder {border:none; border-left: 4px solid #288e96!important;}
    .border-success-border-left-sm.clsActiveBorder .component-body {
	background: #17ead9;
	 background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8)!important;
   background: linear-gradient(45deg, #42e695, #3bb2b8)!important;}
 

.border-success-border-left-sm.clsActiveBorder .component-body:before {
       content: "";
   /* background-image: url(../content/images/worker-list.png);
    /* background-size: 100%; */
   background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}

.border-warning-border-left-sm.clsActiveBorder .component-body .gradient-blooker {background: #965901!important;}
.border-warning-border-left-sm.clsActiveBorder .capatab-text.text-warning { color:#fff!important;}
 .border-warning-border-left-sm.clsActiveBorder {border:none; border-left: 4px solid #ff9700!important;}
    .border-warning-border-left-sm.clsActiveBorder .component-body {
	background: #17ead9;
	 background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359)!important;
   background: linear-gradient(45deg, #ffdf40, #ff8359)!important;}
 

.border-warning-border-left-sm.clsActiveBorder .component-body:before {
       content: "";
   /* background-image: url(../content/images/vehicle-list.jpg);
    /* background-size: 100%; */
   background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}




.training-worker-pending-training.clsActiveBorder .component-body:before {
    content: "";
    /*background-image: url(../content/images/training-bg-img.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}
.training-generate-worker-badge-id.clsActiveBorder .component-body:before {
    content: "";
   /* background-image: url(../content/images/worker-badge-bg-img.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}
.training-generate-vehicle-badge-id.clsActiveBorder .component-body:before {
    content: "";
   /* background-image: url(../content/images/vehicle-badge-bg-img.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}

.contractor-worker-list.clsActiveBorder .component-body:before {
    content: "";
    /*background-image: url(../content/images/workers-bg-img.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}
.contractor-vehicle-list.clsActiveBorder .component-body:before {
    content: "";
    /*background-image: url(../content/images/vehicle-list-bg-img.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-size: cover;
}


/* Borders */
.border-primary {
    border-color: #008cff!important;
}
.border-success {
    border-color: #15ca20!important;
}
.border-info {
    border-color: #0dceec!important; 
}
.border-secondary {
    border-color: #75808a!important;
}
.border-secondary-light {
    border-color: #33444a!important;
}
.border-danger {
    border-color: #fd3550!important;
}
.border-dark {
    border-color: #223035!important;
}
.border-warning {
    border-color: #ff9700!important;
}
.border-light {
    border-color: #e9eaea!important;
}



.border-left-sm {
  border-left: 2px solid !important;
}

.border-right-sm {
  border-right: 2px solid !important;
}

.border-top-sm {
  border-top: 2px solid !important;
}

.border-bottom-sm {
  border-bottom: 2px solid !important;
}

.border-left-lg {
  border-left: 4px solid !important;
}

.border-right-lg {
  border-right: 4px solid !important;
}

.border-top-lg {
  border-top: 4px solid !important;
}

.border-bottom-lg {
  border-bottom: 4px solid !important;
}


/* Text Colors */
.text-primary {
    color: #008cff!important;
}
.text-success {
    color: #15ca20!important;
}
.text-info {
    color: #0dceec!important;
}
.text-secondary {
    color: #75808a!important;
}
.text-danger {
    color: #fd3550!important;
}
.text-dark {
    color: #223035!important;
}
.text-warning {
    color: #ff9700!important;
}
.text-light {
    color: #e9eaea!important;
}

.w-circle-icon{
    width: 60px;
    height: 60px;
	text-align:center; overflow:hidden;
}

.w-circle-icon img { width:100%;}

.w-circle-icon i{
    position: relative;
    top: 17px;
    font-size: 25px;
}

.media .w-icon i{
   font-size: 44px;
}

.mt-3 {
    margin-top: 3px!important;
}
.task-panel-body {    
    border-top: 1px solid #e3e3e3;
    position: relative;
    padding: 20px 30px 20px;
    background-color: #fff;
}


.task-panel-body .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.0715rem;
    margin-left: -1.0715rem;
}


.task-panel-body .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mt-3, .my-3 {
    margin-top: 3.150rem !important;
}


.task-panel-body .media {
    margin-bottom: 20px;
}

.task-panel-body .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


@media (min-width: 992px) {

.task-panel-body .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 1200px) {

.task-panel-body .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}



@media (min-width: 768px) {

.task-panel-body .media-body {
    overflow: hidden;
}
}
.task-panel-body .media-body {
    overflow: auto;
}

.text-left {
    text-align: left !important;
}

.task-panel-body .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



.w-circle-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.rounded-circle {
    border-radius: 50% !important;
}




/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PAGE START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.layout-full {
  padding-top: 0;
}

.layout-full:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.layout-full:after {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

.layout-full .page-container {
  height: 100%;
  padding: 0;
}

.vertical-align-bottom, .vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
}

.vertical-align:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align {
  font-size: 0;
}

.page-login.layout-full {
  height: 100%;
}

.page-login.layout-full .vertical-align-middle {
  padding: 40px;
}

/* PAGE 
-----------------------*/
.page-container {
  min-height: 100vh;
  padding-left: 50px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.is-collapsed .page-container {
  padding-left: 240px;
}

@media screen and (max-width: 1439px) and (min-width: 992px) {
  .page-container {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .page-container {
    padding-left: 0;
  }

  .is-collapsed .page-container {
    padding-left: 0;
  }
}

.main-content {
  padding: 70px 20px 20px;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
    .main-content {
      padding-top: 80px;
    }
}

/*------------------ Login ------------------*/
.login-brand {
  padding: 25px 0 0;
  text-align: center;
}

.login-brand img {
  _max-height: 75px;
  max-width: 300px;
  display: inline-block;
}

.login_block_inner {
  min-width: 360px;
  max-width: 360px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d7dde4;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(79, 95, 112,.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(79, 95, 112,.3);
  box-shadow: 0px 0px 30px 0px rgba(79, 95, 112,.3);
  text-align: left;
  margin: 0 0 15px;
}

.login_block_form {
  padding: 0px 25px;
}

.login_footer_block {
    color: #3355aa;
    padding: 5px 0px 5px 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    background-color: #f4f6fb;
    border-top: 1px solid #d7dde4;
    border-bottom: 1px solid #d7dde4;
}
@media (max-width: 425px) {
    .login_block_inner {
        min-width: 300px;
        max-width: 300px;
    }
    .page-login.layout-full .vertical-align-middle {
      padding: 0;
    }
}

.modal-backdrop {
    opacity:0.5;
}

