.error {
	width:100%;
	background:#F5F5F5;
	color: #777;
	padding:10px;
	margin-bottom: 25px;

}
.clear {
	clear:both;
	height:0px;
}
#wrapper {
	padding-left: 250px;
	transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
	margin-left: -160px;
	left: 160px;
	width: 160px;
	background: #fff;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.4s ease 0s;
}

#page-content-wrapper {
	width: 100%;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}


.block {
	display: block!important;
}

@media (max-width:767px) {

	#wrapper {
		padding-left: 0;
	}

	#sidebar-wrapper {
		left: 0;
	}

	#wrapper.active {
		position: relative;
		left: 250px;
	}

	#wrapper.active #sidebar-wrapper {
		left: 250px;
		width: 250px;
		transition: all 0.4s ease 0s;
	}

}
#edit-form{
	display:none;
}
.grid-modal-content {
	padding:20px;
}
.modal-backdrop{
	pointer-events: none !important;
	opacity: 0 !important;
	display: none !important;
}
#gridDataModal{
	/*display:block !important;*/
}

.loader {
	background: url('/themes/admin/images/loader.gif');
	margin-left:48%;
	width:25px;
	height:25px;
	margin-top:25px;
}

/*real deal*/
/*
@font-face {
    font-family: 'ubuntu';
    src: url('/themes/leero/fonts/Ubuntu-R.ttf');
}
@font-face {
    font-family: 'ubuntu-m';
    src: url('/themes/leero/fonts/Ubuntu-M.ttf');
}
@font-face {
    font-family: 'ubuntu-b';
    src: url('/themes/leero/fonts/Ubuntu-B.ttf');
}
@font-face {
    font-family: 'ubuntu-l';
    src: url('/themes/leero/fonts/Ubuntu-L.ttf');
}*/
*{
	box-sizing: border-box;
}
html{
	overflow-x: hidden;
}
body{
	margin:0;
	font-family: 'ubuntu';
	overflow-x: hidden;
	min-width:600px;
}
a, a:hover, a:visited, a:active {
	text-decoration: none !important;
	color: inherit;
}
button{
	margin:0;
	outline:none;
	border:none;
	appearance: none;
}
p{
	color:#7B6D66;
	font-size: 1em;
	font-weight: 300;
}
.login-page{
	margin:0;
	width:100%;
	height:100%;
	font-family: 'Ubuntu';
}
.header-select{
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none !important;
	height: 29px;
	font-size: 0.9em;
	color:#4C4C4C;
	width:auto;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0 !important;
	border: none !important;
	border-left:1px solid #FFF !important;
	background: transparent;
}
.header-select:hover{
	background: #DFDCDA;
}
.main > .limit{
	width:100%;
	max-width:795px;
}
.admin-logo{
	background:url('/themes/admin/images/nio_admin_logo_150.png');
	width:150px;
	height:53px;
	margin:28px 0 15px;
}
nav{
	background:#F5F3F2;
	width:100%;
	overflow: hidden;
	height:30px;
}
.nav-menu {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	float: right;
	font-size: 0.9em;
	position: relative;
}
.nav-item {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 0 20px;
	cursor: pointer;
	text-decoration: none !important;
	height: 30px;
	font-size: 0.9em;
	border-left:1px solid #FFF;
	margin-right: -3px;
	margin-left: -3px;
	color:#4C4C4C;
}
.nav-item:hover, .nav-item:active, .nav-item:visited, #set-organisation-id:hover {
	background: #DFDCDA;
}
.start {
	margin-right: 112px;
	width: 116px;
}
#set-organisation-id{
	border: none;
	width: auto;
	background: transparent;
	margin-bottom: 0;
	width: 175px;
	line-height: 30px;
	border-left:1px solid #FFF;
	padding-right: 25px;
}
.school-caret{
	color: #7C6E67;
	text-align: center;
	display: inline-block;
}
.nav-caret{
	margin-left: -30px;
	margin-top: -3px;
}
.logout{
	background: #DFDCDA;
	margin-right: 9px;
	color: #7C6E67;
	position: relative;
	z-index: 1;
}
.logout-dummy{
	background: #DFDCDA;
	position: absolute;
	height: 30px;
	width: 100vw;
	margin-top: -30px;
	margin-right: -95vw;
	right: 0;
	z-index: 0;

}
.sidebar{
	margin-top:28px;
	text-transform: uppercase;
	font-size:0.9em;
	transition:0.6s;
}
#dismiss{
	display:none;
	position: fixed;
	z-index: 1;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
}
.sidebar-item{
	display:block;
	width:75%;
	min-width:150px;
	min-height: 30px;
	background: #F5F3F2;
	color:#7C6E67;
	margin-bottom:7px;
	padding:0 15px;
	line-height: 30px;
	font-size: 1em;
	cursor: pointer;
	transition:0.2;
}
.sidebar-item:hover{
	color:#333;
	background:#f4f2f1;
}
.sidebar > .active{
	background: #595858;
	color:#FFF;
}
.sidebar-subitem{
	display:block;
	width:75%;
	min-width:150px;
	min-height: 20px;
	background: #FFF;
	color:#7C6E67;
	margin-bottom:7px;
	font-size: 0.9em;
	padding:0 15px;
	line-height: 20px;
	border:1px solid #0095a8;
	cursor: pointer;
	transition:0.2;
}
.sidebar-subitem:hover{
	color:#333;
}
.sidebar > span > .active{
	background: #0095a8;
	color:#FFF;
}
.sublist{
	display: block;
	height:0px;
	overflow:hidden;
}
.main{
	min-height:100vh;
}
.page-head{
	background: #0095a8;
	line-height: 37px;
	padding:0 15px;
	text-transform: uppercase;
	color:#FFF;
	font-size: 1.1em;
	margin:28px 0 22px;
}
.page-head > button {
	height: 26px;
	line-height: 26px;
	float:right;
	background: #FF8128;
	color:#FFF;
	margin-top:5px;
	padding:0 15px;
	border-radius:5px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.page-head > button:hover{
	background:#df6020;
	transition: 0.2s;
}
#new-entry{
	width:100%;
	display: none;
}
.new-form{
	width:100%;
	padding-right:40%;
	background:#FFF;
	padding-bottom:100px;
}
/*table*/
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #F5F3F2;
}
th {
	background: #DFDCDA;
	color: #4C4C4C;
	font-weight: 400;
	text-transform: uppercase;
}
th {
	padding: 3px 0 3px 15px;
	border: none;
	text-align: left;
}
td{
	padding: 16px 0 16px 15px;
	border: none;
	text-align: left;
}
.form-td{
	padding: 10px 0 10px 15px;
}
.form-td > input {
	height:20px;
	line-height:20px;
	margin-bottom: 0px;
	padding:0 3px;
}
.options-td{
	width: 43px;
}
.option-col{
	width: 40px;
}
.options{
	width:9px;
	height:19px;
	background: url('/themes/admin/images/options.png');
	cursor:pointer;
	margin-right:15px;
	opacity:0.5;
	transition:0.2s;
	position:relative;
	z-index: 0;
}
.options:hover{
	opacity:1;
}
.options:hover > .option-box{
	display: block;
}
.option-box{
	display:none;
	width:120px;
	position:absolute;
	left:-120px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.option{
	display:block;
	width:100%;
	line-height: 35px;
	padding:0 15px;
	background:#FFF;
	text-transform: uppercase;
}
.option:hover{
	background:#0095a8;
	color:#FFF;

}
.status-icon > div {
	width:10px;
	height:10px;
	background:#c90c0f;
	margin:0 auto;
}
.status-icon > .active1 {
	width:10px;
	height:10px;
	background:#60a511;
	margin:0 auto;
}

.status-icon > .active2 {
	width:10px;
	height:10px;
	background:#ffa700;
	margin:0 auto;
}
.status-icon > .active3 {
	width:10px;
	height:10px;
	background:#8C72FF;
	margin:0 auto;
}

.delete-btn{
	background:#DFDCDA;
	color:#7C6E67;
	border-radius: 4px;
	padding:0 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.delete-icon{
	display:none;
}
.edit-btn{
	background:#0095a8;
	color:#FFF;
	border-radius: 4px;
	padding:0 15px;
	line-height: 18px;
	text-transform: uppercase;
	margin-right:15px;
}
.edit-icon{
	display:none;
}

/*pagination*/
.pagination{
	width:100%;
	border-top:1px solid #BDB6B3;
	padding:16px 0;
	margin: 20px 0;
	border-radius:0px;
}
.page{
	display: inline-block;
	vertical-align: top;
	width:20px;
	height:20px;
	margin-right:10px;
	background:#F5F3F2;
	color:#7C6E67;
	line-height: 18px;
	font-size: 0.9em;
	text-align: center;
	border:1px solid #F5F3F2;
	cursor: pointer;

}
.page:hover, .pagination > .active{
	border:1px solid #7C6E67;
}
.page-next:hover, .page-prev:hover{
	cursor: pointer;
	color: #60a511;
}
.previous, .page:first-child{
	/* 	background: #60a511 url('/themes/admin/images/previous.png'); */
	border:none;
}
.next, .page:last-child{
	/* 	background: #60a511 url('/themes/admin/images/next.png'); */
	border:none;
}
.next:hover, .previous:hover{
	border:none;
}
.startpagina{
	padding: 18px 0 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #7C6E67;
}

/*Grid*/
.col-10{
	width:10%;
	display:inline-block;
	vertical-align: top;
}
.col-15{
	width:15%;
	display:inline-block;
	vertical-align: top;
}
.col-20{
	width:20%;
	display:inline-block;
	vertical-align: top;
}
.col-25{
	width:25%;
	display:inline-block;
	vertical-align: top;
}
.col-30{
	width:30%;
	display:inline-block;
	vertical-align: top;
}
.col-33{
	width:33%;
	display:inline-block;
	vertical-align: top;
}
.col-40{
	width:40%;
	display:inline-block;
	vertical-align: top;
}
.col-50{
	width:49%;
	display:inline-block;
	vertical-align: top;
}
.col-60{
	width:59%;
	display:inline-block;
	vertical-align: top;
}
.col-70{
	width:69%;
	display:inline-block;
	vertical-align: top;
}
.col-75{
	width:74%;
	display:inline-block;
	vertical-align: top;
}
.col-80{
	width:79%;
	display:inline-block;
	vertical-align: top;
}
.col-90{
	width:89%;
	display:inline-block;
	vertical-align: top;
}
.col-100{
	width:100%;
	display:inline-block;
	vertical-align: top;
}
.col-item{
	width:100%;
	color:#6E625C;
	font-size: 1em;
	line-height: 1.5em;
}

/*footer*/
footer{
	background:#595858;
	width:100%;
	color:#FFF;
	line-height: 18px;
	font-size: 0.8em;
	padding: 10px;
}
/*form*/
input, textarea, select{
	width:100%;
	border:1px solid #D7D1CE;
	background:#FFF;
	border-radius: 0px !important;
	outline:none;
	margin-bottom:12px;
	padding:0 12px;
	transition:0.2s;
	resize: vertical;
	appearance: none;
	box-shadow:none;

}
input, select {
	line-height: 33px;
}
textarea {
	padding: 5px;
	min-height: 140px;
}
input[type=checkbox],input[type=radio]{
	appearance: auto;
}
input:focus, textarea:focus, select:focus{
	border:1px solid #999;
}
.disabled-input {
	width:100%;
	border:1px solid #D7D1CE;
	line-height: 33px;
	background:#F4F4F4;
	margin-bottom:12px;
	padding:0 12px;
	cursor:not-allowed;
}
label {
	color: #777;
	margin-bottom: 0px;
	font-weight: 400;
}
.checkbox-td{
	text-align: center !important;
}
.checkbox-input{
	margin:0 auto !important;
	width:12px;
}
::-webkit-input-placeholder {
	color: #999;
	font-size:0.8em;
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999;
	font-size:0.8em;
	font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
	font-size:0.8em;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #999;
	font-size:0.8em;
	font-style: italic;
}
.checkbox{
	display:inline-block;
	width:20px;
}
.btn {
	height:26px;
	min-width:110px;
	text-transform: uppercase;
	color:#FFF;
	padding:0 20px;
	border-radius:4px;
	line-height: 26px;
	font-size:0.9em !important;
	margin:10px 0 10px 12px;
	border:none;
	outline:none !important;
	transition: 0.2s;
}
.btn-primary{
	background: #F37435;
	color:#FFF !important;
}
.btn-danger{
	color:#FFF !important;
}
.btn-primary:hover , .btn-primary:active, .btn-primary:focus {
	background: #df6020 !important;
	color: #FFF !important;
}
.btn-secondary{
	background:#999999 !important;
	color: #FFF !important;
}
.btn-secondary:hover , .btn-secondary:active, .btn-secondary:focus {
	background: #777 !important;
	color: #FFF !important;
}
button:disabled {
	background: #eaeaea !important;
	color:#777 !important;

}

.inline-block{
	display:inline-block;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.hide-big{
	display:none;
}
.bold{
	font-weight: 500;
}
.hide{
	display:none;
}
.show{
	display:block;
}
/** Notification **/
#notification {
	position: fixed;
	z-index: 99999999;
	color: #f5f5f5;
	text-transform: uppercase;
	min-width: 200px;
	letter-spacing: 1px;
	max-width: 50vw;
	min-height: 50px;
	padding: 15px 20px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	bottom: 10px;
	right: -80vw;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.12);
	transition: 0.3s;
}
/*Vars*/
.centered{
	text-align: center;
}
.no-mar-left{
	margin-left: 0px;
}
.no-mar-top{
	margin-top: 0px;
}
.admin-caret {

}
.file-input {
	padding: 7px;
	min-width: 200px;
}
.z {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* App brede popup */
.popup-block{
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999999;
	margin-bottom: 50px;
	display: none;
}
.popup-block > .container{
	padding-left: 65px;
	padding-right: 150px;
}
.main-popup {
	position: absolute;
	z-index: 9999999;
	background: #FFF;
	padding: 35px 30px 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 0 auto;
	width: 100px;
	margin-bottom: 50px;
}
.main-popup .text{
	color: #746761;
	font-size: 0.8em;
}
.main-popup-bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
	opacity: 0.4;
}
.close-main-popup{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('/themes/leero/images/delete-btn.png');
	cursor: pointer;
	opacity: 0.9;
}
.close-main-popup:hover {
	opacity: 1;
}
.main-popup-header {
	text-transform: uppercase;
	color: #1DA4B2;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
	font-family: 'ubuntu-m';
	font-size: 1.1em;
}
.main-popup-subheader {
	text-transform: uppercase;
	color: #1DA4B2;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
	font-family: 'ubuntu-m';
	font-size: 0.9em;
}

.lasttfoot input{
	display: none!important;
}

.dataTables_wrapper {
	padding-bottom: 50px;
}

.dataTables_filter {
	display: none!important;
}

.statusactive1 {
	display: none;
}

.statusinactive0 {
	display: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #0095a8!important;
	border-bottom-width: 1px;
	background: #0095a8!important;
	font-weight: normal;
	color: #ffffff;
}

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
	margin: 14px 0px!important;
}

.upload-label {
	min-width: 68px;
	height: 78px;
	line-height: 68px;
	text-align: center;
	font-size: 2em;
	padding-top: 0;
	margin-bottom: 19px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #CCC;
	border-radius: 4px;
	overflow: hidden;
	padding: 5px;
	background-color: #FFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	cursor: pointer;
	color: #777;
}

.upload-label > img {
	position: relative;
	top: -69px;
	border: 0;
	display: block;
	margin: 2px auto 0;
	background: #FFF;
	padding: 4px;
}

.upload-label > img:hover {
	opacity: 0;
	transition: .3s;
}

img[src="/themes/mastertube/logos/"],img[src="/themes/mastertube/thumbnails/"],img[src="/themes/mastertube/testimonials/"] {
	display: none !important;
}

.picker {
	background: #FFF url('/themes/mastertube/images/calendar.png') no-repeat right 10px center;
	padding-right: 35px !important;
}


.remove-lead, .remove-cv {
	cursor: pointer;
}

/*.remove-lead:hover, .remove-cv:hover {*/
/*text-decoration: underline;*/
/*}*/