@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Itim&subset=latin-ext');


* { margin:0px;padding:0px;list-style-type: none;  }

*:active,
*:hover,
*:focus { outline:0px !important; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-button {  width: 0; height: 0; display: none; }
::-webkit-scrollbar-corner { background-color: transparent; }



a, a:hover, a:focus { cursor:pointer;text-decoration: none;  }

body { 
	background: #f4f5fa;
	font-family: "Open+Sans","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: rgba(97,97,97,.87);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    font-size: 14px;
}


.themes .dropdown-menu { width:400px; }
.themes .dropdown-menu li { padding:0px 15px;margin-bottom:10px; }
.themes .dropdown-menu li .col-md-2 { padding:0px 5px; }
.themes .dropdown-menu li .col-md-2 a{ display:block;  }
.themes .dropdown-menu li .col-md-2 a img { max-width: 100%; border-radius: 1rem !important;  }


.themes .colors a { display:block; } 
.themes .colors span {  
	display: block;
	height: 100px;
	border-radius: 1rem !important; 
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.themes .color1 { background-image: linear-gradient(45deg,#1488cc,#2b32b2); }
.themes .color2 { background-image: linear-gradient(45deg,#fc466b,#3f5efb); }
.themes .color3 { background-image: linear-gradient(45deg,#159957,#155799); }
.themes .color4 { background-image: linear-gradient(45deg,#fc00ff,#00dbde); }
.themes .color5 { background:#666ee8; }
.themes .color6 { background-image: linear-gradient(45deg,#0F2027,#2C5364); }

.header { 
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	background: #ffffff;  
	height:50px;
	min-height:50px;
	border-radius:0px;
	border:none;
	margin:0px;      
	padding:0px;
    box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
	width:100%; 
	z-index: 500;

}

.selectize-input{
	display: block;
    width: 100%;
    padding: 12px 16px;
    color: #616262;
    background: #ffffff;
    border: 1px solid #D9DADC;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    -webkit-box-shadow: none; 
     box-shadow: none; 
     -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
     border-radius: 0px; 
}

.selectize-control.multi .selectize-input.has-items{
	padding:9.67px 16px;
}

.selectize-control.single .selectize-input{
	background: none;
	border: 1px solid #D9DADC;
}


.header .logo { float:left; }

.header .logo a{ 
	display: block;
	color:#FFF;
	background:#233342;
	height:50px;
	min-height:50px;
	line-height:50px;
	padding:0px 10px;
	width:250px;
	font-size:23px; 
	font-weight: bold;
}
.header ul.nav { float:left;margin:0px; }
.header ul.nav > li { float:left; }
.header ul.nav > li.first {  margin-left:5px; }
.header ul.nav > li > a { color: #333; padding:0px 0px 0px 15px;  height: 50px; line-height:50px; }
.header ul.nav > li.logout{margin-left:15px; }
.header ul.nav > li.logout > a{padding:0px 15px; border-left:1px solid #F1F1F1; }

.header ul.nav > li.profile { margin-left:20px; border-left:1px solid #F1F1F1;}
.header ul.nav > li.profile > a img { margin-right:5px; width:35px;height:35px;border-radius: 100%; }



.sidebar {
	-webkit-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    transition: width .1s cubic-bezier(0,0,.2,1);
}
.sidebar:after {
	content:'';
	position: absolute;
	top:0;left:0;opacity: .9;
    background-repeat: repeat-x;
    width:100%;height:100%;
}
.sidebar, body.full .sidebar:hover { 
	position:fixed;	
	top:0px;
	bottom:0px; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width:250px; 
	overflow: hidden; 
	z-index: 500; 
}
.sidebar { 	background-image: url(../images/sidebar5.jpg); }
.sidebar.bg1 { 	background-image: url(../images/sidebar1.jpg) !important; }
.sidebar.bg2 { 	background-image: url(../images/sidebar2.jpg) !important; }
.sidebar.bg3 { 	background-image: url(../images/sidebar3.jpg) !important; }
.sidebar.bg4 { 	background-image: url(../images/sidebar4.jpg) !important; }
.sidebar.bg5 { 	background-image: url(../images/sidebar5.jpg) !important; }
.sidebar.bg6 { 	background-image: url(../images/sidebar6.jpg) !important; }

.sidebar:after { background-image: linear-gradient(45deg,#1488cc,#2b32b2); }
.sidebar.color1:after { background-image: linear-gradient(45deg,#1488cc,#2b32b2); }
.sidebar.color2:after { background-image: linear-gradient(45deg,#fc466b,#3f5efb); }
.sidebar.color3:after { background-image: linear-gradient(45deg,#159957,#155799); }
.sidebar.color4:after { background-image: linear-gradient(45deg,#fc00ff,#00dbde); }
.sidebar.color5:after { background:#666ee8!important;  }
.sidebar.color6:after { background-image: linear-gradient(45deg,#0F2027,#2C5364); }

body.full .sidebar:hover + .switch {  left: 250px;padding:0px 10px; }

body.full .sidebar:hover ul li.profile a, 
body.full .sidebar:hover ul li.profile a:hover, 
body.full .sidebar:hover ul li.profile a:focus{ display: flex; padding: 10px; }

body.full .sidebar:hover ul li.profile a img { margin-right:10px;  }
body.full .sidebar:hover ul li { padding:0px 10px; }
body.full .sidebar:hover > ul > li > a{ text-align: left !important; padding:7px 10px 7px 14px; }


body.full .sidebar:hover ul.nav > li > a > .fa:first-child { width:20px;text-align: center; }
body.full .sidebar:hover ul.nav > li > a > .fa:first-child,
body.full .sidebar:hover ul.nav li a .fa-caret-down, 
body.full .sidebar:hover ul.nav li a span { display: inline-block; }


body.full .sidebar:hover ul.dropdown-menu li {padding:0px;}
body.full .sidebar:hover .dropdown.open .dropdown-menu { display: block; }

.sidebar > ul { position: absolute;top:0px;bottom:0;left:0;right:0;width:100%;height:100%;z-index: 555;overflow-y: scroll; }
.sidebar ul li {  display: block; padding:0px 10px; }
.sidebar ul li a {    display: block;
    overflow: hidden;
    line-height: 2rem;
    padding: 7px 10px 7px 14px;
    margin: 10px 0px;
    border-radius: 3rem;
	color: rgba(255,255,255,0.8);
	text-decoration: none; 
	font-weight: normal;
	font-size:14px;
}

.mt-2{
	margin-top: .5rem;
}

.mt-3{
	margin-top: .75rem;
}

.pb-3{
	padding-bottom: .75rem;
}

.btn-horizonal{
	padding: 13px 16px;
}

.selectize-dropdown-content .option{
  font-size: 15px;
}



.sidebar ul li a label { position: relative; display: inline-block; top:-1px;background:#4ED164;color:#FFF;width:18px;height:18px;line-height:18px;border-radius:100%;padding:0px;margin:0px; font-weight: 300; }


.sidebar ul li a i.fa{ font-size:14px;}
.sidebar ul li a i.fa:first-child{ font-size:17px; width:20px; text-align: center; }
.sidebar ul li a i.fa-caret-down{ margin-left:2.5px;}


.sidebar > ul > li:hover > a, 
.sidebar > ul > li > a:focus,
.sidebar .open > a { background: rgba(200,200,200,.2) !important;color:#FFF; }

.sidebar .open  { position: relative;border:0px;border-radius: 0px;width:100%; }


.sidebar ul.dropdown-menu {
	position: relative;
	display: none;
	float:none;
	padding:0px 0px 0px 28px;
	margin:0px;
	width:100%;
	background: transparent;
	border:0px;
	border-radius: 4px;
  	box-shadow: none !important;
}
.sidebar ul.dropdown-menu:before { display: none; }
.sidebar .open ul.dropdown-menu { display: block;  }
.sidebar ul.dropdown-menu li { padding:0px; }
.sidebar ul.dropdown-menu li a {
	display: block;
    padding: 5px 0px 5px 5px;
    margin:0px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color;
    -o-transition: color;
    transition: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: normal;
    font-size:13px;
}
    
.sidebar ul.dropdown-menu li a .fa { font-size:14px !important; }
.sidebar ul.dropdown-menu li:hover a{ background:none; color:#FFF; }

.switch { 
	position: fixed;
    left: 250px;
    bottom: 25px;
    background: #25304c;
    width: 25px;
    height: 25px;
    line-height: 23px;
    padding-left: 7px;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    color: #FFF;
    font-size:15px;
    z-index: 9999;
    -webkit-transition: left;
    -o-transition: left;
    transition: left;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.switch:hover { color:#FFF; }

.switch .fa:before { content: "\f104"; /* left */ }

body.full .switch { left:50px;  }

body.full .switch .fa:before { content: "\f105"; /* right */ }
body.full .sidebar > ul > li { padding:0px;text-align: center; }

body.full .sidebar .dropdown.open .dropdown-menu { display: none; }
.content {  position: absolute;     padding: 75px 15px 0px 265px;  width:100%; }

@media screen and (max-width: 768px) {


	 .login .modal.active .modal-dialog { width:90%; }


	.sidebar{ display: none; }
	.sidebar.active { display: block; }

	.switch { display: none; }
.dataTables_wrapper .dataTables_length { display: none !important; }
	.dataTables_wrapper .dataTables_filter { margin-top:0px !important; }
	.dataTables_wrapper .dataTables_filter label,
	.dataTables_wrapper .dataTables_filter input { display: block;width:100%; }
	.dataTables_wrapper .dataTables_paginate ,
	.dataTables_wrapper .dataTables_info{ display: block !important; width:100% !important; }

	body { overflow-x: hidden; }
	.header { left:0px;right:0px; }
	.header  .logo a{  background:none; color:#2c3e50; width: auto;font-size:16px; }

	body .header ul.nav li.first { display: none; }

	.header ul.nav.left{ display: none; }
	.header ul > li > a {  padding:0px 10px !important;	}
	.header ul > li.first { margin-left:0px;}
	.header ul > li.last {  display: none; margin-right:0px; }
	.header .nav li.toggle {  display: block; color:#888; font-weight: bold; 	}
	.header .nav li.toggle a { font-size:20px; }

	.header ul.nav > li.profile {margin:0px;}
.header ul.nav > li.logout {margin:0px;display: none;}
.header ul.nav > li.themes { display: none; }

	.sidebar {  display:none; }

	
	

	.content { padding:10px;margin-left:0px;width:100%; margin-top:60px;  }


	.count { font-size:14px !important; }

	.count .fa { font-size:45px !important; }
}


@media (min-width: 768px){
	

	body .header .nav.full { display: block; }

	.header ul.nav > li.toggle { display: none; }
	body.full .header .logo  { padding:0px; }
	body.full .header .logo a  {  display:block;width:50px;text-align: center; }
	body.full .header .logo a span { display: none; }
	body.full .header .logo a .fa { display: inline-block; }

	body.full .sidebar { width:50px; }

	body.full .sidebar > ul.nav > li > a > .fa:first-child{ display:block;width:auto;}

	body.full .sidebar ul.nav li a .fa-caret-down,
	body.full .sidebar ul.nav li a span { display: none; }
	body.full .content { padding-left:65px; }


}


.panel {
    position: relative;
    background: #fff;
    border:0px;
    box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
}
.panel-title { font-weight: bold;font-size:14px; }
.panel .panel-heading.with-nav-tabs  { padding-bottom:0px;  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01), 0 3px 1px -2px rgba(0, 0, 0, 0.02), 0 1px 5px 0 rgba(0, 0, 0, 0.02); }
.panel .panel-heading.with-nav-tabs .nav-tabs,
.plane .nav-tabs { border-bottom:0px; margin-bottom:-1px; }



.panel .panel-heading.with-nav-tabs .nav-tabs > li.active > a, 
.panel .panel-heading.with-nav-tabs .nav-tabs > li.active > a:hover, 
.panel .panel-heading.with-nav-tabs .nav-tabs > li.active > a:focus { 
	background: #2962FF; 
	color:#FFF; 
}

.panel-heading.with-nav-tabs .nav-tabs > li > a{ 
	background: #F9F9F9;
    color: rgba(118, 154, 255, 0.7);
    display: block;
    padding: 10px 24px;
    font-size: 15px;
    border:0px;
    border-radius: 10px 10px 0px 0px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease, background-color .28s ease;
}



.plane .nav-tabs > li.active > a, 
.plane .nav-tabs > li.active > a:hover, 
.plane .nav-tabs > li.active > a:focus { curspor:pointer;background:#0984e3;color: #FFF;border:0px !important; }

.tab-content .tab-pane > .panel-footer{ margin:-15px;margin-top:15px;  }


.panel-default .panel-heading { display: table;width:100%;background: #FFF;border-bottom:1px solid #f9fafc; }
.panel-default .panel-heading .panel-title,
.panel-default .panel-heading .actions{  display: table-cell; min-width: 100%; vertical-align: middle; }
.panel-default .panel-heading .panel-title{ text-align: left; }
.panel-default .panel-heading .actions { text-align: right !important; }
.panel-default .panel-footer { border-radius: 0px; }
form.panel-default { margin:0px; }


.modal-dialog { padding:0px;margin:0px; }
.modal.fade.in { padding:0px !important; }

.fa.active { color:#2ecc71; }
.fa.passive { color:#e74c3c; }
.fa.offer { color:#f39c12; }
.fa.sold { color:#8e44ad; }
.fa.lost { color:#2c3e50; }

.label-block { display: block !important; }


.alert { text-align: center; margin: 0px;  }


label.form-control { font-weight: normal;height: auto; }

.panel-heading .actions .btn { width:30px;height:30px;line-height: 30px;border-radius: 100%;padding:0px; }

.modal .panel-body { padding-bottom:0px; }


.modal { z-index: 9999;text-align: center; }
.modal:before { display: inline-block;	vertical-align: middle;content: " ";	height: 100%; }
.modal.active { display: block;overflow-y: auto; background: rgba(0,0,0,0.5); }
.modal .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; }


.modal.active .panel-default .panel-footer { text-align: right; }

.blackboard { position: relative;margin-bottom:25px; }

.blackboard textarea{
	display: block;
	background: url(../images/blackboard.jpg) center center no-repeat;
	background-size:cover;
    position: relative;
    width: 100%;
    min-height: 400px;
    border: tan solid 12px;
    border-top: #bda27e solid 12px;
    border-left: #b19876 solid 12px;
    border-bottom: #c9ad86 solid 12px;
    box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
    
	font-family: 'Itim', cursive;
	font-size:1.6em;
	padding:70px 50px 50px 50px;
	color:#FFF;
	resize: none;
}

.blackboard:before {
	box-sizing: border-box;

    content:attr(data-title);
    display: block;
    position: absolute;
    top:25px;
    width:100%;
   	font-family: 'Itim', cursive;
    font-size: 2.2em;
    color: #FFF;
    padding:10px;
    text-align: center;

    z-index: 50;
}

.checkbox-inline { position: relative;padding:0px;display: flex;align-items: center;}
.checkbox-inline input {  display: none; }
.checkbox-inline input + span { 
    position: relative;
    display: inline-block;
    width: 45px;height: 25px;
    border-radius: 25px;
    background:#EEE;
    margin-right:5px;
	color: #fff;
   	transition:  ease .4s;
    cursor: pointer;
}
.checkbox-inline input + span:after { 
	content: ""; 
	position: absolute;
    top: 4px;left:4px;
	background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    width: 16px;height: 16px;border-radius: 100%;
    transition:  ease .4s;
}


.checkbox-inline input:checked + span { background: #4ED164; }

.checkbox-inline input:checked + span:after { left:25px;background:#FFF; }