/**************************** 
	SKELETON STYLES v.1
	MCTEKK 
****************************/

/*===================================================================================================================
===================================================== TEXT STYLE ====================================================
===================================================================================================================*/

h1 { 
	font-family: "TexGyre_adventor", Sans-serif, Arial; 
	font-size: 36px; 
	margin: 0;
}

/*SUBTITLE*/
.subtitle { 
	margin-bottom: 30px;
	padding: 5px 0; 
	position: relative; 
}

	.subtitle h3 { 
		background-color: #FFF;
		font-size: 20px;
		margin: 0;
		position: absolute; 
		padding-right: 10px;
		top: -2px;
	}

	.subtitle span {
		border-bottom: 1px solid #e8e9ea;
		border-top: 1px solid #e8e9ea;
		display: block;
		padding: 5px 0;
	}

/*BLOCK HEADING*/
.heading { 
	color: #FFF;
	margin: 0 0 20px;
	font-size: 16px; 
	padding: 15px 10px;
}

	.heading.blue { background-color: #139ec8; }
	.heading.dark { background-color: #4c4c4c; }
	.heading.gray { background-color: #c3c2c1; }

/*PARAGRAPH*/
.p_blue { color: #2980b9; }
.p_red { color: #e74c3c; }
.p_green { color: #3baa6a; }
.p_orange { color: #f39c12; }

/*LIST*/
ul { list-style-type: square;  padding-left: 20px;  }

	ol li, ul li { margin-bottom: 10px; }

ol { padding: 0; }

	ol li { list-style-type: none; counter-increment: item; }

	ol li:before {
		content: counter(item) ".";
	  	display: inline-block;
		font-weight: bold;
		padding-right: 10px;
	}

/*===================================================================================================================
====================================================== BUTTONS ======================================================
===================================================================================================================*/

.rounded { border-radius: 3px; }

.Btns { 
	border: 0;
	border-bottom: 5px solid;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	height: 38px;
	margin-bottom: 5px;
	outline: none;
	padding: 8px 16px;
	min-width: 76px;
}

a.Btns { display: inline-block; }

.Btns:hover { 
	color: #FFF; 
	opacity: 0.9; 
	text-decoration: none;
}

/*BUTTON COLORS*/
.btn-skyblue { background-color: #2980b9; border-color: #236d9d; }
.btn-skyblue:active { background-color: #236d9d; border-color: #236d9d; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-red { background-color: #e74c3c; border-color: #c0392b; }
.btn-red:active { background-color: #c0392b; border-color: #c0392b; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-green { background-color: #3baa6a; border-color: #388e5c; }
.btn-green:active { background-color: #388e5c; border-color: #388e5c; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-orange { background-color: #f39c12; border-color: #d0850f; }
.btn-orange:active { background-color: #d0850f; border-color: #d0850f; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-darkblue { background-color: #34495e; border-color: #2c3e50; }
.btn-darkblue:active { background-color: #2c3e50; border-color: #2c3e50; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-gray { background-color: #bdc3c7; border-color: #9aa0a4; }
.btn-gray:active { background-color: #9aa0a4; border-color: #9aa0a4; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-limegreen { background-color: #85a407; border-color: #6f8904; }
.btn-limegreen:active { background-color: #6f8904; border-color: #6f8904; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-blue { background-color: #125682; border-color: #104669; }
.btn-blue:active { background-color: #104669; border-color: #104669; }
/*-----------------------------------------------------------------------------------------------------------------*/
.btn-purple { background-color: #9b59b6; border-color: #8a43a8; }
.btn-purple:active { background-color: #8a43a8; border-color: #8a43a8; }
/*-----------------------------------------------------------------------------------------------------------------*/

/*BUTTON ICONS*/
.Btns i.fa { margin-right: 4px; }

/*BUTTON PAGINATION*/
.block-pagination { margin: 15px 0; padding: 0; }

	.block-pagination li { 
		float: left; 
		list-style: none; 
		margin-bottom: 0
	}

		.block-pagination li a, .block-pagination li span { 
			color: #474747;
			display: block;
			padding: 8px 14px;
		}

		.block-pagination li a:hover { text-decoration: none; }

/*-----------------------------------------------------------------------------------------------------------------*/
	.block-pagination.light li, .tobs.light li { border: 1px solid #e0e0e0; margin-right: -1px; } 
	.block-pagination.light li:hover a, .block-pagination.light li:hover span, .block-pagination.light li.active span, 
	.tobs.light li:hover a, .tobs.light li.active a { background-color: #139ec8; color: #FFF; }
/*-----------------------------------------------------------------------------------------------------------------*/
	.block-pagination.dark li, .tobs.dark li { border: 1px solid #0f1114; margin-right: -1px; }
		.block-pagination.dark li a, .tobs.dark li a { background-color: #1b1e24; color: #FFF; }
	.block-pagination.dark li:hover a, .block-pagination.dark li:hover span, .block-pagination.dark li.active span, 
	.tobs.dark li:hover a, .tobs.dark li.active a { background-color: #139ec8; }
/*-----------------------------------------------------------------------------------------------------------------*/
	.block-pagination.simple li:hover a, .block-pagination.simple li:hover span, .block-pagination.simple li.active span 
	{ background-color: #1b1e24; color: #FFF; }
/*-----------------------------------------------------------------------------------------------------------------*/

/*BUTTON TABS
 changed from tabs to tobs because the old name for some reason broke the expected behavior 

*/
.tobs {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

.tobs.gray { margin: 0; }

	.tobs li { float: left; margin-bottom: 0; }

		.tobs li a { 
			color: #474747;
			display: block; 
			padding: 10px 30px; 
			text-decoration: none;
		}

		.tobs.gray li a { color: #a3a3a3; } 
		.tobs.gray li:hover a { background: #f8f8f8; } 
		.tobs.gray li.active a { background: #f3f3f3; color: #2a2a2a; } 

.tab_container.gray { background-color: #f3f3f3; padding: 20px; }

/*===================================================================================================================
=================================================== ALERT MESSAGES ==================================================
===================================================================================================================*/

/*NOTIFICATION MESSAGE*/
.alert { 
	border-radius: 3px;
	font-size: 13px;
	margin-bottom: 20px; 
	padding: 10px 25px 10px 10px; 
	position: relative; 
}

	.alert i.fa { 
		font-size: 16px; 
		margin-right: 10px; 
		position: relative;
		top: 1px;
	}

	.alert span { 
		cursor: pointer;
		display: block;
		font-weight: bold;
		position: absolute;
		right: 10px;
		top: 8px; 
	}

/*-----------------------------------------------------------------------------------------------------------------*/
.warning { background-color: #fffbdd; border: 1px solid #ffe476; color: #c28f46; }
/*-----------------------------------------------------------------------------------------------------------------*/
.success { background-color: #f1fedf; border: 1px solid #b8e37d; color: #75934d; }
/*-----------------------------------------------------------------------------------------------------------------*/
.info { background-color: #d6ecff; border: 1px solid #99c9d7; color: #5d7890; }
/*-----------------------------------------------------------------------------------------------------------------*/
.error { background-color: #ffc8c8; border: 1px solid #f28989;	color: #bf3939; }
/*-----------------------------------------------------------------------------------------------------------------*/

/*PROGRESS BAR*/
.progressbar { 
	background-color: #ececec;
	margin-bottom: 10px; 
	position: relative;
}

	.progressbar .porcent { 
		color: #FFF; 
		font-size: 11px;
		left: 8px;
		position: absolute;
		top: 2px;
	}

	.progressbar .bar { 
		height: 20px; 
		transition: 3s;
			-moz-transition: 3s;
			-webkit-transition: 3s;
	}

/*LABELS*/
.label { 
	border-radius: 3px;
	color: #FFF; 
	font-size: 12px;
	padding: 5px 10px; 
}

.c_green { background-color: #3baa6a; }
.c_orange { background-color: #f39c12; }
.c_red  { background-color: #e74c3c; }
.c_skyblue { background-color: #2980b9; }
.c_darkblue { background-color: #34495e; }
.c_gray { background-color: #bdc3c7; }

.status { 
	border-radius: 20px;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	width: 15px; 
}

.tooltip { position: relative; }

.tooltip:hover:before { 
	background-color: #303030;
	border-radius: 5px;
	color: #FFF;
	content: attr(title); 
	display: block;
	font-size: 11px;
	padding: 8px;
	position: absolute;
	text-align: center;
	width: 100px;
	z-index: 1;
}

.tooltip:hover:after { 
	content: ''; 
	position: absolute; 
	z-index: 1;
}

/*-----------------------------------------------------------------------------------------------------------------*/
.tooltip.top:hover:before { left: calc(50% - 50px); top: -50px; }
.tooltip.top:hover:after { 
	border-color: #303030 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	left: calc(50% - 4px); 
	top: -20px; 
}
/*-----------------------------------------------------------------------------------------------------------------*/

.tooltip.right:hover:before { 
	border-radius: 0 5px 5px 0;
	right: -116px; 
	top: -2px; 
}
.tooltip.right:hover:after { 
	border-color: transparent #303030 transparent transparent;
	border-style: solid;
	border-width: 16px 10px 15px 0;
	right: -16px; 
	top: -2px; 
}
/*-----------------------------------------------------------------------------------------------------------------*/
.tooltip.down:hover:before { top: 45px; left: calc(50% - 50px); }
.tooltip.down:hover:after { 
	border-color: transparent transparent #303030 transparent;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	bottom: -16px; 
	right: calc(50% - 4px); 
}
/*-----------------------------------------------------------------------------------------------------------------*/
.tooltip.left:hover:before { 
	border-radius: 5px 0 0 5px;
	left: -116px; 
	top: -2px; 
}

.tooltip.left:hover:after { 
	border-color: transparent transparent transparent #303030;
	border-style: solid;
	border-width: 16px 0 15px 10px;
	left: -16px; 
	top: -2px; 
}

/*===================================================================================================================
==================================================== TABLE STYLES ===================================================
===================================================================================================================*/

table { 
	border-collapse: collapse; 
	margin-bottom: 50px;
	width: 100%; 
}

	table th { text-align: left; }
	table.Tsimpleblue th { background-color: #139ec8; color: #FFF; }
	table.Tsimpledark th { background-color: #20242b; color: #FFF; }
	table.Tgray th { background-color: #505050; color: #FFF; }

		table th, table td { 
			padding: 10px 4px;
			word-wrap: break-word;
		 }

		table tr { border-bottom: 1px solid #dedede; }

			table td.options a { font-size: 16px; margin-right: 8px; }
			table td.options a:last-child { margin-right: 0; }
			table td.options a,table td.options a:hover { text-align: center; text-decoration: none; }
			table td.options a:hover { opacity: 0.8; }
			table td.options a.edit:hover { color: #f39c12; }
			table td.options a.delete:hover { color: #e74c3c; }

/*===================================================================================================================
==================================================== FORM STYLES ====================================================
===================================================================================================================*/

input[type="text"], input[type="password"], input[type="email"], select, textarea { 
	//border: 1px solid #dcdcdc; 
	/*box-shadow: 1px 1px 6px #F2F2F2 inset;*/
//	box-sizing: border-box;
//		-moz-box-sizing: border-box;
//	margin-bottom: 15px;
	//padding: 8px; 
}

.cFields { 
	display: block; 
	margin-bottom: 10px;
	position: relative; 
}

.cFields:before { 
	background-color: #139ec8;
	color: #FFF;
	display: block;
	font-family: 'FontAwesome';
	font-size: 18px;
	height: 100%;
	line-height: 48px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

/*CUSTOM FIELDS*/
.cFields.userfield:before { content: "\f007"; }

.cFields.userplus:before { content: "\f234"; }
/*-----------------------------------------------------------------------------------------------------------------*/
.cFields.passfield:before { content: "\f023"; }
/*-----------------------------------------------------------------------------------------------------------------*/
.cFields.mailfield:before { content: "\f0e0"; }
/*-----------------------------------------------------------------------------------------------------------------*/
.cFields.messagefield:before { content: "\f075"; }
/*-----------------------------------------------------------------------------------------------------------------*/
.cFields.phonefield:before { content: "\f095"; }

.cFields.memberfield:before { content: "\f183"; }

.cFields.leadownerfield:before { content: "\f148"; }

.cFields:after {
	border-color: transparent transparent transparent #139ec8;
	border-style: solid;
	border-width: 10px 0 10px 8px;
	content: '';
	left: 50px;
	position: absolute; 
	top: 14px; 
}

	.cFields input, .cFields textarea { 
		height: 40px;
		margin: 0; 
		outline: none;
		padding-left: 70px;
		width: 80%; 
		box-sizing: border-box;
		
	}
	.cFields textarea { 
		height: 90px; 
		//margin-bottom: -1px; 
		padding: 15px 8px 15px 70px;
	}
	
	.cFields select {
		height: 40px;
		padding-left: 70px;
		width: 80%;
	}

.cFields:before {
	line-height: 38px;
}

/*CHECKBOX*/
.contentInpt { 
	cursor: pointer; 
	display: inline-block; 
	margin-bottom: 15px;
}

	input.checkbox + span {
		background-color: #FFF;
		display: block;
		float: left;
		height: 19px;
		margin-right: 8px;
		width: 19px;
	}


	/*check style 1*/
	input.checkbox + span.blue { border: 1px solid #2980b9; }
	input.checkbox:checked + span.blue  { background: url('../images/check_blue.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.green { border: 1px solid #85a407; }
	input.checkbox:checked + span.green  { background: url('../images/check_green.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.red { border: 1px solid #e74c3c; }
	input.checkbox:checked + span.red  { background: url('../images/check_red.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.dark { border: 1px solid #34495e; }
	input.checkbox:checked + span.dark  { background: url('../images/check_dark.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/

	/*check style 2*/
	input.checkbox + span.blue2 { border: 1px solid #2980b9; }
	input.checkbox:checked + span.blue2  { background: url('../images/check2_blue.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.green2 { border: 1px solid #85a407; }
	input.checkbox:checked + span.green2  { background: url('../images/check2_green.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.red2 { border: 1px solid #e74c3c; }
	input.checkbox:checked + span.red2  { background: url('../images/check2_red.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.dark2 { border: 1px solid #34495e; }
	input.checkbox:checked + span.dark2  { background: url('../images/check2_dark.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/

	/*check style 3*/
	input.checkbox + span.blue_check { border: 1px solid #2980b9; }
	input.checkbox:checked + span.blue_check  { background: url('../images/blue_check-ok.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.green_check { border: 1px solid #85a407; }
	input.checkbox:checked + span.green_check  { background: url('../images/green_check-ok.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.red_check { border: 1px solid #e74c3c; }
	input.checkbox:checked + span.red_check  { background: url('../images/red_check-ok.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.checkbox + span.dark_check { border: 1px solid #34495e; }
	input.checkbox:checked + span.dark_check  { background: url('../images/dark_check-ok.png') no-repeat center center; }
	

input.checkbox { display: none; }

/*RADIO BUTTON*/
input.custom_radio + span {
	background-color: #FFF;
	border: 1px solid #D5D5D5;
	border-radius: 10px;
	box-shadow: 1px 1px 6px #E8E8E8 inset;
	display: inline-table;
	height: 20px;
	margin-right: 8px;
	position: relative;
	top: 4px;
	width: 20px;
}
	
	/*radio style 1*/
	input.custom_radio:checked + span.dark { background: url('../images/radiobtn_dark.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.green { background: url('../images/radiobtn_green.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.blue { background: url('../images/radiobtn_blue.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.red { background: url('../images/radiobtn_red.png') no-repeat center center; }
	/*-----------------------------------------------------------------------------------------------------------------*/

	/*radio style 2*/
	input.custom_radio + span.dark2, input.custom_radio + span.green2, 
	input.custom_radio + span.blue2, input.custom_radio + span.red2 { box-shadow: none; }
	/*----------------------------------------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.dark2 { border: 1px solid #34495e; background: url('../images/radiobtn_dark.png') no-repeat center center; }
	/*----------------------------------------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.green2 { border: 1px solid #85a407; background: url('../images/radiobtn_green.png') no-repeat center center; }
	/*----------------------------------------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.blue2 { border: 1px solid #2980b9; background: url('../images/radiobtn_blue.png') no-repeat center center; }
	/*----------------------------------------------------------------------------------------------------------------------------------------------*/
	input.custom_radio:checked + span.red2 { border: 1px solid #e74c3c; background: url('../images/radiobtn_red.png') no-repeat center center; }

input.custom_radio { display: none; }

#sidenav {
	background-color: #1b1e24;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	height: 100vh;
	left: 0;
	padding-bottom: 100px;
	position: fixed;
	overflow: hidden;
	width: 230px;
	z-index: 1;
}

	#sidenav #logo { 
		background-color: #139ec8;
		box-shadow: 2px 1px 2px #000;
		margin-bottom: 10px; 
		padding: 20px 10px; 
	}

		#sidenav #logo img { width: 100%; }

	#sidenav .navigation { height: 83%; overflow: auto; }

	#sidenav ul { margin: 0; padding: 0; }

		#sidenav ul li { 
			list-style-type: none; 
			margin: 0;
			padding: 0; 
			position: relative;
		}

		#sidenav ul li.dropdown { 
			color: #8b91a0;
			transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s; 
		}

		#sidenav ul li.arrow_down:before { 
			content: '\f0d7'; 
			cursor: pointer;
			display: block;
			font-family: 'FontAwesome';
			position: absolute;
			right: 20px;
			top: 10px;
		}

		#sidenav ul li.arrow_up:before { 
			content: "\f0d8";
			cursor: pointer;
			display: block;
			font-family: 'FontAwesome';
			position: absolute;
			right: 20px;
			top: 12px;
		}

			#sidenav ul li a, #sidenav ul li .title { 
				border-bottom: 1px solid #242830;
				color: #8b91a0; 
				cursor: pointer;
				display: block;
				padding: 10px 20px;
				text-decoration: none; 

				transition: 0.3s;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
			}

			#sidenav ul li:last-child a, #sidenav ul li:last-child .title { border-bottom: 0; }

			#sidenav ul li.dropdown:hover, #sidenav ul li:hover a, #sidenav ul li:hover .title, #sidenav ul li.current a, 
			#sidenav ul li.current .title { color: #000; }
			#sidenav ul li.dropdown:active {color: #FFF; }
			#sidenav ul li a i.fa, #sidenav ul li .title i.fa { font-size: 16px; margin-right: 10px; }

			#sidenav ul li .submenu { 
				background-color: #22262E;
				display: none;
				font-size: 13px; 
				padding: 10px 0; 
			}
			#sidenav ul li.active{
				background-color: #FFF;
			}
			#sidenav ul li.active a {
				color: #000;
		    }

				#sidenav ul li .submenu li a { 
					color: #FFF;
					border-bottom: 0; 
					padding: 8px 20px 8px 50px; 

					transition: 0.3s;
						-webkit-transition: 0.3s;
						-moz-transition: 0.3s;
				}

				#sidenav ul li .submenu li a:hover { background-color: #1B1E24; }

	#sidenav #user-information { 
		bottom: 0;
		background-color: #131519;
		padding: 10px;
		position: relative;
		width: 230px;
		box-sizing: border-box;
	}

		#sidenav #user-information .profile-pic { 
			border-radius: 30px; 
			float: left;
			height: 50px;
			margin-right: 15px;
			overflow: hidden;
			width: 50px;
		}

			#sidenav #user-information .profile-pic img { height: 50px; width: 50px; }

		#sidenav #user-information .user-name { 
			float: left; 
			font-size: 16px;
			font-weight: normal;
			margin: 18px 0 0; 
			width: 110px;
		}

		#sidenav #user-information .icon-gear { 
			cursor: pointer;
			display: block;
			float: right;
			font-size: 18px;
			margin-top: 18px;
			width: 17px;
		}

		#sidenav #user-information #user-options { 
			background-color: #f9f9f9;
			display: none;
			position: absolute;
			right: 18px; 
			top: -74px;
			width: 100px;
		}

		#sidenav #user-information #user-options:after {  
			border-color: #f9f9f9 transparent transparent transparent;
			border-style: solid;
			border-width: 16px 0 0 24px;
			bottom: -16px;
			content: '';
			display: block;
			position: absolute;
			right: 0;
		}

			#sidenav #user-information #user-options a { 
				border-bottom: 1px solid #DDDDDD;
				color: #000;
				padding: 8px 16px;			
			}

			#sidenav #user-information #user-options a:last-child { border-bottom: 0; }

			#sidenav #user-information #user-options li:hover {	background-color: #DDD;}
