@import url('fonts.css');
@import url('wdt_reset.css');

/* Body Structure Style */

body{
	width: 100%;
	height: inherit;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	color: #222222;
	font-size: 15px;
	line-height: 24px;
}

.main{
	width: inherit;
	height: inherit;
}

.loader-block{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0,0,0,0.95);
	z-index: 999999;
	/*
	display: none;
	*/
}

.loader-block .inner{
	margin: 320px auto 0;
}

.loader-block p{
	text-align: center;
	color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    margin: 7px 0 0 5px;
}

.loader-block .inner .image-block{
	width: 24px;
	margin: 0 auto;
}

.loader-block .inner .image-block img{
	width: 100%;
}

.container{
	width: 1280px;
	margin: 0 auto;
}

.inner-container{
	padding: 0 2%;
}

/* General Style Blocks */

.filter-block{
	padding: 0 0 14px;
}

.filter-block .right{
	float: right;
}

.filter-block select{
	min-width: 200px;
}

.form-block{
}

.form-block .inner-container{
	padding: 0 1%;
}

input[type="text"],
input[type="password"],
textarea,
select{
	width: 100%;
	max-width: 270px;
	padding: 4px 7px;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	outline: none;
	border: 1px solid #222222;
	background: #ffffff;
}

textarea{
	max-width: none;
	resize: vertical;
}

select{
	height: 34px;
}

select.multiple{
	max-width: none;
	height: auto;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active{
	border: 1px solid #3686BF;
	box-shadow: 0 0 3px 0 #222222;
}

p.input-label{
	float: left;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 15px;
	line-height: 34px;
	cursor: pointer;
	margin: 0 0 0 10px;
}

input[type="radio"]{
	float: left;
    height: 24px;
    margin: 5px 0;
}

input[type="checkbox"]{
	float: left;
    height: 24px;
    margin: 5px 0;
}

input[type="file"]{
	height: 0;
    opacity: 0;
	position: absolute;
}

p.file-label,
.value p.file-label{
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 15px;
	padding: 4px 0 0;
	line-height: 17px;
}

input[type="submit"],
input[type="button"]{
	width: 160px;
	padding: 4px 7px;
	outline: none;
	border: 1px solid #222222;
	color: #222222;
	background: #ffffff;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
}

input[type="submit"]{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	color: #ffffff;
	background: #3686BF;
	border: 2px solid #222222;
	margin: 14px 0 0;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus{
	background: #222222;
	color: #ffffff;
}

input[type="submit"]:active,
input[type="button"]:active{
	color: #3686BF;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.table-block{
}

.table-block table{
}

.table-block table tr{
	height: 38px;
}

.table-block table tr:nth-child(odd){
	background: #E9E9E9;
}

.table-block table tr:nth-child(even){
	background: #F6F6F6;
}

.table-block table tr:hover{
	background: #222222;
}

.table-block table th{
	font-size: 15px;
	line-height: 24px;
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	color: #ffffff;
	background: #3686BF;
}

.table-block table th:last-child{
}

.table-block table td{
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	font-weight: normal;
	text-align: center;
}

.table-block table td.left{
	text-align: left;
}

.table-block table tr:hover td{
	color: #ffffff;
}

.table-block table td:last-child{
}

.table-block td .image-block{
	width: 80px;
	margin: 10px auto;
	border: 2px solid #ffffff;
}

.table-block td .image-block img{
	width: 100%;
}

.table-block td ul.icon-block{
	text-align: center;
}

.table-block td .icon-block li{
	display: inline-block;
	width: 21px;
	margin: 0 10px;
}

.table-block td .icon-block li a{
	display: block;
}

.table-block tr:hover td .icon-block li a{
	opacity: 0.7;
}

.table-block tr:hover td .icon-block li a:hover{
	opacity: 1;
}

.table-block tr:hover td .icon-block li a:active{
	opacity: 0.7;
}

.table-block td .icon-block li a img{
	width: 100%;
}

.pagination-block .pagination{
	margin: 14px 0 0;
	text-align: left;
}

.pagination-block .pagination li{
	display: inline-block;
	margin: 7px 0 0;
}

.pagination-block .pagination a{
	display: block;
    padding: 7px 14px;
    margin: 0 7px 0 0;
    font-size: 15px;
    line-height: 24px;
    background: #222222;
    color: #ffffff;
}

.pagination-block .pagination a.active{
	background: #3686BF;
}

.block{
	padding: 0 0 24px;
}

.block-1x{
	width: 100%;
}

.block-2x{
	float: left;
	width: 48%;
	padding: 0 1%;
}

.block-3x{
	float: left;
	width: 31.33%;
	padding: 0 1%;
}

.block-4x{
	float: left;
	width: 23%;
	padding: 0 1%;
}

.label{
	float: left;
	width: 40%;
}

.label p{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	padding: 5px 0;
}

.label p span{
	font-size: 14px;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	line-height: 21px;
}

.value{
	float: left;
	width: 60%;
}

.value p{
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
}

.value p span{
	font-size: 14px;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	line-height: 21px;
}

.value .image-block{
	margin: 0 0 14px;
}

.value .image-block .inner-block{
	width: 80px;
	border: 1px solid #222222;
}

.value .image-block .inner-block img{
	width: 100%;
}

.tooltip{
	position: absolute;
    opacity: 0.1;
}

.tooltip .tooltip-box{
	position: relative;
	min-width: 50px;
    padding: 2px 7px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 2px;
}

.tooltip .tooltip-box:after,
.tooltip .tooltip-box:before{
	top: 100%;
	left: 9px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip .tooltip-box:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 4px;
	margin-left: -4px;
}

.tooltip .tooltip-box:before{
	border-color: rgba(34, 34, 34, 0);
	border-top-color: #222222;
	border-width: 5px;
	margin-left: -5px;
}

.tooltip .tooltip-box p{
	font-family: 'pt-sans-web-regular', arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #222222;
}

span.st-disable{
	color: #ff0000;
}

.acknowledge-msg-block{
	padding: 10px 0 0;
	height: 20px;
}

.acknowledge-msg-block p{
	font-size: 15px;
	line-height: 20px;
	color: #222222;
}

.acknowledge-msg-block p.msg_success{
	/*color: #ABEEAC;*/
	color: #57D814;
}

.acknowledge-msg-block p.msg_error{
	/*color: #C98484;*/
	color: #F01313;
}


/* CropIt Style */

.cropit-preview{
	background-color: #f8f8f8;
	background-size: cover;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 17px 0 0;
	width: 400px;
	height: 300px;
}

.cropit-preview-image-container{
	cursor: move;
}

.image-size-label{
	margin: 7px 0 0;
}

.image-size-label p{
	font-family: 'pt-sans-web', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}


/* Header Style */

.header{
}

.header .level1{
	width: 100%;
	background: #222222;
	border-bottom: 2px solid #C12525;
}

.header .level1 .logo-block{
	float: left;
}

.header .level1 .logo-block{
	padding: 10px 0;
}

.header .level1 .logo-block p{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
}

.header .level1 .right-block{
	float: right;
}

.header .level1 .right-block .welcome-user{
	float: left;
	padding: 10px 0;
	margin: 0 50px 0 0;
}

.header .level1 .right-block .welcome-user p{
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
}

.header .level1 .right-block .notification-block{
	float: left;
}

.header .level1 .right-block .notification-block a{
	display: block;
	padding: 10px 20px;
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
	background: #3686BF;
}

.header .level1 .right-block .logout-block{
	float: left;
}

.header .level1 .right-block .logout-block a{
	display: block;
	padding: 10px 20px;
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #C12525;
	background: #ffffff;
}


/* Main navigation bar style */

.navigation{
	padding: 10px 0 0;
}

.navigation .main-nav{
}

.navigation .main-nav ul{
	/*border-bottom: 1px solid #222222;*/
}

.navigation .main-nav ul li{
	float: left;
	text-align: center;
	margin: 0 1px;
	width: 128px;
}

.navigation .main-nav ul li a{
	display: block;
	width: 100px;
	padding: 10px 14px;
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background: #222222;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.navigation .main-nav ul li a:hover{
	color: #3686BF;
}

.navigation .main-nav ul li.active{
	margin-top: 2px;
}

.navigation .main-nav ul li.active a:hover{
	color: #ffffff;
}

.navigation .main-nav ul li.active a{
	background: #3686BF;
}

.navigation .sub-nav{
	height: 38px;
	border-top: 1px solid #3686BF;
}

.navigation .sub-nav ul{
	display: none;
	background: #3686BF;
}

.navigation .sub-nav ul.active{
	display: block;
}

.navigation .sub-nav ul li{
	display: inline-block;
}

.navigation .sub-nav ul li a{
	display: block;
	padding: 7px 20px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background: #3686BF;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.navigation .sub-nav ul li.active a{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	color: #222222;
}

.navigation .sub-nav ul li a:hover{
	color: #222222;
}


/* Footer */

.footer{
	padding: 7px;
	background: #222222;
	border-top: 2px solid #C12525;
}

.footer .inner{
	float: right;
}

.footer .inner p{
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: right;
	float: left;
}

.footer .inner a{
	display: block;
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #3686BF;
	float: left;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer .inner a:hover{
	color: #ffffff;
}


/* Login Style */

.login-container{
	height: inherit;
	padding: 70px 0;
}

.login-block{
}

.login-form{
	width: 300px;
	padding: 50px 75px;
	margin: 0 auto;
	background: #ffffff;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
	/*border: 10px solid #222222;*/
	box-shadow: 0 0 10px 0 #222222;
}

.login-form h1{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 21px;
	line-height: 32px;
	padding: 0 0 24px;
	text-align: center;
	color: #222222;
	text-decoration: underline;
}

.login-form input[type="text"],
.login-form input[type="password"]{
	max-width: none;
}

.login-form input[type="submit"]{
	display: block;
	margin: 14px auto 0;
	width: 100%;
}

.login-form .login-msg{
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FF0000;
	text-align: center;
}


/* Main Page Content - Genral Style */

.main-content{
	padding: 14px 0 0;
	background: #ffffff;
}

.main-content .heading-block{
	padding: 0 0 14px;
}

.main-content .heading-block h1{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 19px;
	line-height: 27px;
	padding: 0 0 4px;
	border-bottom: 2px solid #222222;
}

.data-block{
	padding: 17px 0 35px;
}


/* Home Page style */

.home-page .data-block .inner-container{
	padding: 0 1%;
}

.home-page .data-block .stats-block{
}

.home-page .data-block .stats-block .block{
	float: left;
	width: 23%;
	padding: 0 1%;
	margin: 0 0 24px;
}

.home-page .data-block .stats-block .block .inner{
	background: #222222;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 3px 3px 3px 0 #222222;
	box-shadow: 3px 3px 3px 0 rgba(34, 34, 34, 0.5);
}

.home-page .data-block .stats-block .block .inner .info-block{
}

.home-page .data-block .stats-block .block .inner .info-block p.header{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 19px;
    line-height: 32px;
	color: #ffffff;
	text-align: center;
}

.home-page .data-block .stats-block .block .inner .info-block p.desc{
	font-family: 'pt-sans-web-bold', arial, sans-serif;
	font-size: 24px;
    line-height: 32px;
	color: #ffffff;
	text-align: center;
}

.home-page .data-block .stats-block .block .inner.red .info-block p.header,
.home-page .data-block .stats-block .block .inner.red .info-block p.desc{
    color: #FF4700;
}

.home-page .data-block .stats-block .block .inner.yellow .info-block p.header,
.home-page .data-block .stats-block .block .inner.yellow .info-block p.desc{
    color: #FEB002;
}

.home-page .data-block .stats-block .block .inner.green .info-block p.header,
.home-page .data-block .stats-block .block .inner.green .info-block p.desc{
    color: #0ACE58;
}

.home-page .data-block .stats-block .block .inner.pink .info-block p.header,
.home-page .data-block .stats-block .block .inner.pink .info-block p.desc{
    color: #F12353;
}