@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700&subset=latin,latin-ext);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body{ height:100%; }
body{
	background:#eeeeee;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#555;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight:700;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
	display:block;
	font-weight:300;
	font-size:50%;
}

a.link{
	color:#000;
	text-decoration:none;
}

.clear{
	clear:both;
}
.pull-right{
	float:right;
}
.pull-left{
	float:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-help{
	color:#999;
	display:block;
	line-height:14px;
}
small.text-help{
	font-size:13px;
}

.loader{
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
}
.cssload-speeding-wheel {
	position:absolute;
	top:50%;
	left:50%;
	width: 49px;
	height: 49px;
	margin: -25px 0 0 -25px;
	border: 3px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

hr{
  border:none;
  border-top:1px solid #ccc;
  border-bottom:1px solid #fff;
  height:0;
  margin:10px 0;
}

thead {
  display: table-header-group;
  vertical-align: middle;
}


.rows{
  display:block;
  margin:0 -10px;
}
.rows:after{
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rows > .cols-5{
  float:left;
  width:5%;
}
.rows > .cols-10{
  float:left;
  width:10%;
}
.rows > .cols-15{
  float:left;
  width:15%;
}
.rows > .cols-16{
  float:left;
  width:16.66%;
}
.rows > .cols-20{
  float:left;
  width:20%;
}
.rows > .cols-25{
  float:left;
  width:25%;
}
.rows > .cols-30{
  float:left;
  width:30%;
}
.rows > .cols-33{
  float:left;
  width:33.333%;
}
.rows > .cols-35{
  float:left;
  width:35%;
}
.rows > .cols-40{
  float:left;
  width:40%;
}
.rows > .cols-45{
  float:left;
  width:45%;
}
.rows > .cols-50{
  float:left;
  width:50%;
}
.rows > .cols-55{
  float:left;
  width:55%;
}
.rows > .cols-60{
  float:left;
  width:60%;
}
.rows > .cols-66{
  float:left;
  width:66.666%;
}
.rows > .cols-70{
  float:left;
  width:70%;
}
.rows > .cols-75{
  float:left;
  width:75%;
}
.rows > .cols-80{
  float:left;
  width:80%;
}
.rows > .cols-100{
  width:100%;
}
.rows > div{
  padding:0 10px;
}


.sidebar{
	position:fixed;
	z-index:3000;
	background:#242424;
	top:0;
	left:0;
	bottom:0;
	width:50px;
	transition:all 0.2s ease;
}
.sidebar.short{
	width:204px;
	transition:all 0.2s ease;
}

.sidebar > .title{
	display:block;
	height:51px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	background:rgba(0,0,0,0.5);
	padding-left:12px;
}
.sidebar > .title img{
	padding-top:15px;
	height:30px;
}
.sidebar.short > .title.logo2,
.sidebar > .title.logo1{
	display:block;
}
.sidebar.short > .title.logo1,
.sidebar > .title.logo2{
	display:none;
}

.sidebar > .menu{
	display:block;
}
.sidebar > .menu > ul{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar > .menu > ul li{
	display:block;
	position:relative;
	line-height:46px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	transition:all 0.4s ease;
}
.sidebar > .menu > ul li > i{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	line-height:48px;
	text-align:center;
	color:#ccc;
}
.sidebar > .menu > ul li > i:hover{
	cursor:pointer;
	color:#fff;
	background:rgba(255,255,255,0.1);
}
.sidebar > .menu > ul li:hover{
	background:rgba(0,0,0,0.5);
	transition:all 0.4s ease;
}
.sidebar > .menu > ul li:hover a{
	color:#fff;
	transition:all 0.4s ease;
}
.sidebar > .menu > ul li.current a{
	color:#e0b824;
}
.sidebar > .menu > ul li a{
	display:block;
	padding:0 15px;
	color:#aaa;
	text-decoration:none;
	font-size:16px;
	font-weight:300;
	transition:all 0.4s ease;
}
.sidebar > .menu > ul li a i{
	font-size:20px;
	padding-right:10px;
}
.sidebar > .menu.collapsed > ul li a span,
.sidebar > .menu.collapsed > ul li > i{
	display:none;
}
.sidebar > .menu > ul li ul{
	display:none;
	margin:0;
	padding:0;
	background:rgba(255,255,255,0.05);
}.sidebar > .menu > ul li.current ul{
	display:block;
}
.sidebar > .menu > ul li ul li{
	line-height:40px;
	border-bottom:none;
}
.sidebar > .menu > ul li ul li a{
	font-size:14px;
	padding-left:45px;
}
.sidebar > .menu > ul li.current ul li a{
	color:#aaa;
}
.sidebar > .menu > ul li ul li.current a,
.sidebar > .menu.collapsed > ul li ul li.current a{
	color:#fff;
}
.sidebar > .menu.collapsed > ul li ul,
.sidebar > .menu > ul li ul li.main{
	display:none;
}
.sidebar > .menu.collapsed > ul li:hover ul{
	display:block;
	position:absolute;
	top:0;
	left:50px;
	background:#242424;
	width:200px;
	border-radius:0 3px 3px 0;
}
.sidebar > .menu.collapsed > ul li ul li a{
	padding:0 15px;
	color:#aaa;
}
.sidebar > .menu.collapsed > ul li ul li{
	background:rgba(255,255,255,0.05);
}
.sidebar > .menu.collapsed > ul li ul li:hover{
	background:rgba(0,0,0,0.05);
}
.sidebar > .menu.collapsed > ul li ul li.main{
	display:block;
	line-height:47px;
	padding:0;
	background:rgba(0,0,0,0.5);
}
.sidebar > .menu.collapsed > ul li ul li.main a{
	padding:0 15px;
	font-size:16px;
}
.sidebar > .menu.collapsed > ul li.current ul li.main a{
	color:#e0b824;
}



.toolbar{
	position:fixed;
	z-index:3000;
	top:0;
	left:50px;
	right:0;
	height:50px;
	background:#fff;
	line-height:50px;
	transition:all 0.2s ease;
}
.toolbar.short{
	left:204px;
	transition:all 0.2s ease;
}
.toolbar .baricon{
	display:block;
	float:left;
	width:50px;
	text-align:center;
	color:#555;
	font-size:28px;
}
.toolbar .baricon:hover{
	background:#dddddd;
}
.toolbar .modselect{
	display:block;
	position:relative;
	float:left;
	width:200px;
	color:#555;
	text-decoration:none;
	padding:0 10px;
	margin:0;
	border-left:1px solid #eee;
}
.toolbar .modselect:hover{
	background:#dddddd;
	cursor:pointer;
}
.toolbar .modselect.active{
	color:#fff;
	background:#242424;
}
.toolbar .modselect .module-box{
	display:none;
	position:absolute;
	width:100%;
	background:#242424;
	left:0;
}
.toolbar .modselect .module-box ul{
	display:block;
	margin:0;
	padding:0;
}
.toolbar .modselect .module-box ul li{
	display:block;
	line-height:40px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.toolbar .modselect .module-box ul li:last-child{
	border-bottom:none;
}
.toolbar .modselect .module-box ul li a{
	padding:0 15px;
	color:#fff;
	text-decoration:none;
}
.toolbar .modselect .module-box ul li a i{
	padding-right:10px;
}
.toolbar .modselect .module-box ul li:hover{
	background: rgba(255,255,255,0.1);
}

.toolbar .search{
	display:block;
	float:left;
	width:50px;
	text-align:center;
	color:#555;
	font-size:28px;
	border-left:1px solid #eee;
}
.toolbar .search:hover{
	background:#dddddd;
}
.toolbar .user{
	display:block;
	position:relative;
	float:right;
	width:auto;
	min-width:200px;
	color:#555;
	text-decoration:none;
	padding:0 10px;
	margin:0;
	border-left:1px solid #eee;
}
.toolbar .user img{
	border-radius:50%;
	width:40px;
	height:40px;
	float:left;
	margin-top:5px;
	margin-right:5px;
}
.toolbar .user i{
	font-size:20px;
	padding-left:20px;
}
.toolbar .user:hover{
	background:#dddddd;
	cursor:pointer;
}
.toolbar .user.active{
	color:#fff;
	background:#242424;
}
.toolbar .user .user-box{
	display:none;
	position:absolute;
	width:100%;
	background:#242424;
	left:0;
}
.toolbar .user .user-box ul{
	display:block;
	margin:0;
	padding:0;
}
.toolbar .user .user-box ul li{
	display:block;
	line-height:40px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.toolbar .user .user-box ul li:last-child{
	border-bottom:none;
}
.toolbar .user .user-box ul li a{
	display:block;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
}
.toolbar .user .user-box ul li a i{
}
.toolbar .user .user-box ul li:hover{
	background: rgba(255,255,255,0.1);
}


.main{
	display:block;
	padding:75px 25px 25px 75px;
	transition:all 0.2s ease;
}
.main.short{
	padding-left:229px;
	transition:all 0.2s ease;
}

.heading{
	display:block;
	margin-bottom:25px;
}
.heading h1 span{
	font-weight:300;
}

.box{
	display:block;
	position:relative;
	background:#fff;
	border-radius:3px;
	margin-bottom:20px;
}
.box > header{
	display:block;
	padding:10px 15px;
	border-bottom:1px solid #eee;
}
.box > header > .box-head-btn{
	position:absolute;
	top:3px;right:3px;
}
.box > header > .box-head-btn a{
	display:inline-block;
	color:#666;
	font-size:20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
}
.box > header > .box-head-btn a:hover{
	background:#eee;
	color:#000;
}
.box.fullscreen{
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:9999;
}
.box > .content{
	display:block;
	padding:15px;
}
.box > .content.collapsed{
	display:none;
}

.box .scroll{
	display:block;
	margin:-15px;
	padding:20px;
	overflow-y:scroll;
}

.box > .content.tags{
	position:relative;
}
.box > .content.tags .title{
	padding-right:80px;
}
.box > .content.tags .btns{
	position:absolute;
	top:4px;
	right:2px;
	width:90px;
}


.btn,
button.btn{
	display:inline-block;
	position:relative;
	margin:1px;
	padding:0 10px;
	line-height:40px;
	text-align:center;
	color:#666;
	background:#fff;
	border-radius:2px;
	min-width:40px;
	text-decoration:none;
	font-size:14px;
	font-weight:300;
	border:none;
	transition:all 0.3s ease;
}
button.btn.btn-dark{
	color:#fff;
	background:#777;
}
.btn.btn-no{
	line-height:30px;
	background:none;
}
.btn:hover{
	color:#000;
	transition:all 0.3s ease;
	cursor:pointer;
}
.btn:active,
.btn.active{
	background:#ddd;
	color:#000;
	box-shadow:inset 0 4px 10px rgba(0,0,0,0.1);
	transition:all 0.1s ease;
}
.btn.disabled{
	display:none;
}
.btn i{
	display:inline-block;
	font-size:18px;
	padding:0 4px;
	line-height:40px;
}
.btn.btn-lg{
	line-height:40px;
	font-size:16px;
	min-width:50px;
}
.btn.btn-lg i{
	display:inline-block;
	font-size:32px;
	padding:0;
	line-height:50px;
}
.btn.btn-lg span{
	display:inline-block;
	position:relative;
	top:-5px;
	font-size:16px;
	padding:0 0 0 3px;
	line-height:40px;
}
.btn.btn-sm{
	line-height:30px;
}



.dialog{
	display:none;
	position:fixed;
	overflow:auto;
	z-index:4000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
}
.dialog > .dialog-main{
	display:block;
	position:absolute;
	left:50%;
	width:300px;
	margin-left:-150px;
	background:#fff;
	border-radius:3px;
}
.dialog > .dialog-main > header{
	display:block;
	padding:10px 15px 11px 15px;
	border-bottom:1px solid #eee;
}
.dialog > .dialog-main > header h4 i{
	font-size:16px;
}
.dialog > .dialog-main > header h4 span{
	font-weight:300;
}
.dialog > .dialog-main > header > .close{
	position:absolute;
	top:1px;right:1px;
}
.dialog > .dialog-main > section{
	display:block;
}
.dialog > .dialog-main > section > .info{
	display:block;
	background:#fafafa;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.1);
	min-height:50px;
	padding:10px 15px;
	text-align:center;
}
.dialog > .dialog-main > section > .info span{
	color:#aaa;
}
.dialog > .dialog-main > section > ul{
	display:block;
	margin:0;
	padding:0;
}
.dialog > .dialog-main > section > ul > li{
	display:block;
	line-height:40px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.dialog > .dialog-main > section > ul > li:last-child{
	border-bottom:none;
}
.dialog > .dialog-main > section > ul > li:hover{
	background:rgba(0,0,0,0.1);
	color:#000;
}
.dialog > .dialog-main > section > ul > li > a{
	display:block;
	color:#555;
	padding:0 15px;
	text-decoration:none;
}
.dialog > .dialog-main > section > ul > li > a i{
	font-size:20px;
}
.dialog > .dialog-main > section .content{
	padding:20px;
}
.dialog > .dialog-error{
	display:block;
	width:100%;
	position:absolute;
	top:40%;
	color:#CC0000;
	font-size:16px;
	text-align:center;
}
.dialog > .dialog-error big{
	font-weight:700;
}


.table{
	display:table;
	width:100%;
	max-width:100%;
}
.table > thead > tr{
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.table > tbody > tr{
	border-top:1px solid rgba(0,0,0,0.05);
}
.table td,
.table th{
	padding:10px;
	text-align:left;
}
.table.table-stripped > tbody > tr{
	border-top:none;
}
.table.table-hover > tbody > tr:hover{
	background:rgba(0,0,0,0.05);
}
.table.table-stripped tbody tr:nth-child(odd){
	background:rgba(0,0,0,0.03);
}


.badge{
	display:inline-block;
	min-width:22px;
	height:22px;
	padding:0 7px;
	text-align:center;
	border-radius:10px;
	color:#fff;
	font-weight:400;
}
.badge.badge-sm{
	font-size:80%;
	min-width:18px;
	height:18px;
	padding:0 5px;
}
.badge.badge-lg{
	font-size:115%;
	min-width:26px;
	height:26px;
	padding:0 10px;
	border-radius:15px;
}


.label{
	display:inline-block;
	padding:1px 10px;
	margin:1px;
	color:#fff;
	border-radius:2px;
}
.label.label-lg{
	padding:4px 15px;
}
.label.label-sm{
	padding:0 5px;
	font-size:80%;
}

.bg-green{
	background:#4e9a06;
}
.bg-red{
	background:#ef2929;
}
.bg-orange{
	background:#f57900;
}
.bg-blue{
	background:#729fcf;
}
.fg-green{
	color:#4e9a06;
}
.fg-red{
	color:#ef2929;
}
.fg-orange{
	color:#f57900;
}
.fg-blue{
	color:#729fcf;
}


.progress{
	float:right;
	display:block;
	height:10px;
	width:150px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
	background:#fafafa;
	border-radius:2px;
}
.progress .progress-bar{
	display:block;
	float:right;
	height:10px;
	width:0;
	border-radius:2px;
	background:#009900;
}
.progress.progress-lg{
	width:100%;
	height:15px;
}
.progress.progress-lg .progress-bar{
	height:15px;
}


.pwdopsdiv{
	display: block;
	float: left;
	margin-right:6px;
}
.pwdopsdiv a{
	text-decoration:none;
	color:#666;
}
.pwdopsdiv a:hover{
	color:#e0b824;
}
.pwdstrengthbar{
	float:right;
	margin:0;
}
.pwdstrengthstr{
   float:right;
	clear:both;
	height:14px;
	margin-top:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}


.alert{
	display:block;
	position:relative;
	padding:15px 20px;
	margin-bottom:20px;
	color:#fff;
}
.alert .remove{
	position:absolute;
	top:0;
	right:0;
	padding:0px 10px;
	font-size:22px;
}
.alert.alert-error{
	background:#ef2929;
}
.alert.alert-success{
	background:#4e9a06;
}
.alert.alert-warning{
	background:#ce5c00;
}


.login{
	display:block;
	position:relative;
	width:300px;
	top:50%;
	margin:-250px auto auto auto;
	padding:30px;
	border-radius:3px;
	color:#fff;
}
.login img{
  max-width: 240px;
}
.login a{
	text-decoration:none;
	color:#fff;
}
.login .login-user{
	display:block;
	margin-bottom:30px;
	text-align:center;
}
.login .login-user img{
	width:0;
	height:0;
	border-radius:50%;
}
.login .login-user .title{
	display:none;
	font-weight:700;
	font-size:18px;
	line-height:18px;
}
.login .login-user .title small{
	display:block;
	margin:0;
	padding:0;
	font-weight:300;
	font-size:14px;
}
.login .login-title{
	display:block;
	margin:-10px -30px 20px -30px;
	border-left:15px solid #e0b824;
	font-size:26px;
	color:#444;
	padding:0 15px;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
}

input.form-login{
	display:inline-block;
	width:100%;
	line-height:40px;
	padding:0 5px;
	border:none;
	background:rgba(255,255,255,0.3);
	margin:0;
	padding:0;
}
input.form-login::-webkit-input-placeholder {
   color: #fff;
}
input.form-login:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
input.form-login::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
input.form-login:-ms-input-placeholder {
   color: #fff;
}
input.form-login:focus{
	background:#fff;
	color:#000;
	outline:none;
}
button.login-btn{
	display:block;
	width:100%;
	border:none;
	text-align:center;
	text-transform:uppercase;
	line-height:40px;
	color:#333;
	background:#fff;
	font-weight:700;
}


label.error{
	color:#CC0000;
}
label{
	display:block;
	line-height:15px;
	font-size:14px;
}
label.label-padd{
	padding:10px 0;
}
input.form-input,
textarea.form-input,
select.form-select{
	display:inline-block;
	width:100%;
	background:#fff;
	border:1px solid transparent;
	border-radius:2px;
	box-shadow:inset 0 0 7px rgba(0,0,0,0.1);
	padding:0 10px;
	margin:2px 0;
	line-height:34px;
	font-size:14px;
	font-weight:400;
}
select.form-select{
	padding:5px 10px 6px 10px;
}
input.form-input:focus,
textarea.form-input:focus,
select.form-select:focus{
	border-color:#aaa;
	outline:none;
}
input.form-input.form-lg{
	line-height:44px;
	font-size:18px;
}
select.form-select.form-lg{
	padding:7px 10px 8px 10px;
	font-size:18px;
}
input.form-input.form-sm{
	line-height:28px;
	font-size:13px;
}
select.form-select.form-sm{
	padding:3px 10px 3px 10px;
	font-size:13px;
}
input.form-input.form-100,
select.form-select.form-100{
	max-width:100px;
}
input.form-input.form-150,
select.form-select.form-150{
	max-width:150px;
}
input.form-input.form-200,
select.form-select.form-200{
	max-width:200px;
}
input.form-input.form-250,
select.form-select.form-250{
	max-width:250px;
}
input.form-input:disabled,
select.form-select:disabled{
	background:#eee;
	color:#999;
	cursor:not-allowed;
}

label.radio{
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#777;
}
label.radio > input{
  	display:none;
}
label.radio > input + img{
  	cursor:pointer;
  	border:4px solid transparent;
}
label.radio > input:checked + img{
  	border:4px solid #e0b824;
}

.checkbox{
	display:inline-block;
  	cursor:pointer;
}
.checkbox > input{
	visibility: hidden;
	position: absolute;
}
.checkbox > i{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:28px;
	border-radius:20px;
	margin:0 10px;
	background:#eee;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	transition: 0.2s;
}
.checkbox > input + i:after{
	content:"0";
	display:inline-block;
	vertical-align:top;
	width:26px;
	height:26px;
	margin:1px;
	background:#ccc;
	border-radius:50%;
	border:4px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition:0.2s;
	margin-left:1;
	line-height:18px;
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#333;
}
.checkbox > input:checked + i:after{
	margin-left: 33px;
	content:'I';
	background: #00CC00;
	color:#fff;
}
.checkbox > input:checked + i{
	background: #00CC00;
}

.form-group{
	display:block;
	position:relative;
	margin:10px 0;
}
.form-group > input{
	padding-left:50px;
}
.form-group > i{
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#242424;
	color:#fff;
	text-align:center;
	line-height:40px;
	width:40px;
	font-size:20px;
	margin:0;
	padding:0;
}

#uploadFile{
	display:block;
    float:left;
	width:60%;
	border:none;
	box-shadow:inset 0 0 7px rgba(0,0,0,0.1);
	padding:0 10px;
	margin:2px 0;
	line-height:34px;
	background:#fff;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    width:40%;
    background:#ddd;
    line-height:34px;
    text-align:center;
    font-size: 14px;
    font-weight:300;
    padding:0;
    margin:2px 0;
}
.fileUpload:hover{
	cursor:pointer;
	background:#aaa;
	color:#fff;
}
.fileUpload input.upload {
    position: absolute;
    width:100%;
    line-height:40px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox2{
  margin-top:10px;
}
.radio label,
.checkbox2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background:transparent;
}

.radio label:before {
  -webkit-border-radius:8px;
     -moz-border-radius:8px;
      border-radius:8px;
}
.checkbox2 label {
  margin-bottom: 10px;
}
.checkbox2 label:before {
}

input[type=radio] + label:before {
  background:#fff url(../img/ch.png) no-repeat;
  background-position: -120px 0;
}

input[type=checkbox] + label:before {
  background:#fff url(../img/ch.png) no-repeat;
  background-position: 0 0;
}
input[type=radio]:disabled + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: -192px 0;
}
input[type=checkbox]:disabled + label:before {
  background:#fff url(../img/ch.png) no-repeat;
  background-position: -72px 0;
}
input[type=radio]:checked + label:before {
  background:#fff url(../img/ch.png) no-repeat;
  background-position: -168px 0;
}

input[type=checkbox]:checked + label:before {
  background:#fff url(../img/ch.png) no-repeat;
  background-position: -48px 0;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    border-radius: 0px;
    padding-top:4px;
    font-size:13px;
    text-align:left;
	margin-top:2px;
}
.select2-container--default .select2-selection--open,
.select2-container--default .select2-selection--focus {
    border-color: #aaa;
	outline:none;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff8800;
}
.select2-container--default .select2-results__option {
    font-size:13px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none;
    border-radius: 0px;
    cursor: text;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    margin-top:7px;
}

/* FORM SEARCH */
input.form-search{
	display:inline-block;
	width:250px;
	background:#fff;
	border:none;
	border-radius:2px;
	line-height:51px;
	margin:1px 3px;
	padding:0 10px;
	color:#aaa;
}
input.form-search:focus{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color:#212121;
}
button.form-search{
  float:right;
	border:none;
	display:inline-block;
	position:relative;
	line-height:40px;
	padding:5px 14px;
	margin:0 0 0 -61px;
	top:2px;
	background:#fff;
	border-left:1px solid rgba(0,0,0,0.1);
}
button.form-search i{
	display:block;
	font-size:32px;
	padding:0;
	line-height:40px;
}


.tooltip {
	display:block;
	position:absolute;
	z-index:2000;
	background-color:#242424;
	border-radius:3px;
	padding:10px;
	color:#fff;
	max-width:200px;
	min-width:200px;
	font-size:13px;
	line-height:13px;
	font-weight:300;
	text-align:left;
}
.tooltip.topleft{
	bottom:45px;
	right:0;
}
.tooltip.topright{
	bottom:45px;
	left:0;
}
.tooltip.left{
	top:-13px;
	right:58px;
}
.tooltip.right{
	top:-13px;
	left:58px;
}
.tooltip.bottomleft{
	top:45px;
	right:0;
}
.tooltip.bottomright{
	top:45px;
	left:0;
}
.tooltip.topleft:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 15px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: rgba(0,0,0,1) transparent;
}
.tooltip.topright:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 15px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: rgba(0,0,0,1) transparent;
}
.tooltip.left:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    border-width: 8px 8px 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,1) transparent;
}
.tooltip.right:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,1) transparent;
}
.tooltip.bottomleft:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,1) transparent;
}
.tooltip.bottomright:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,1) transparent;
}


ul#files{
  display:block;
  margin:0;
  padding:0;
  list-style-type: none;
}
ul#files > li{
  display: block;
  float:left;
  width:100px;
  height:125px;
  margin:2px;
  padding:0;
}
ul#files > li > span{
  display: block;
  float: left;;
  position: relative;
}
ul#files > li > span > a#gallery{
  position:absolute;
  display:none;
  top:5px;
  left:5px;
}
ul#files > li > span:hover > a#gallery{
  display:block;
}
ul#files:after{
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
ul#files img{
  padding:4px;
}
ul#files .feat{
  background:#333;
}

.uploadMedia{
  display: block;
  text-align: center;
  color:#ccc;
  padding:20px;
  text-transform: uppercase;
  border:2px dashed #eee;
  cursor: pointer;
}

.resultMedia{
  display: flex;
  margin-top:15px;
  flex-wrap: wrap;
}
.resultMedia img{
  width:100%;
}
.resultMedia .dz-preview{
  position: relative;
  width:33.333%;
  float:left;
  padding:4px;
}
.resultMedia .dz-preview a{
  position: absolute;
  top:5px;
  right:5px;
  padding:2px 5px !important;
  line-height: 20px !important;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.resultMedia .dz-preview .dz-success-mark,
.resultMedia .dz-preview .dz-error-mark,
.resultMedia .dz-preview .dz-details{
  display: none !important;
}
.resultMedia .feat{
  background:#333;
}
