@charset "windows-1250";
/* CSS Document */

.mce-tinymce {
	margin-bottom:20px!important;
}

#adminform .col-md-12{
	padding:0px!important;
}

#adminform h2{
	text-align:center;
}

#adminform{
    position:fixed;
    top:0;
    z-index:5000;
    background:#fff;
    left:1%;
    padding:1%;
    top:5px;
    height:700px;
    border-radius:3px!important;
    box-shadow: 0px 0px 10px black;
	overflow:auto;
	
}

#adminform .btn{
	 border-radius:3px;
	 font-size:0.7em;
	 padding-left: 9px;
	 padding-right:13px;
	 padding-top:13px;
	 padding-bottom:13px;
	 text-transform:uppercase;
	 font-weight:500;
	 letter-spacing: 1px;
	 margin:5px;
	 color:black;
	 /* width: 117px; */
}

#adminform header{
	margin-bottom:10px;
	border-radius:5px;
	background: rgb(238,238,238); /* Old browsers */
}

#adminform header a, #adminform header input{
	font-size:14px
}

#adminform a i{
	padding-right:6px
}

#adminform a, #adminform input{
	font-size:11px;
	margin-right:5px;
	margin-bottom:5px
}

#adminform a.btn-info{
	float: right;
}

#adminform .btn-success{
	padding: 13px;
	color:white;
	border:none;
	background:#8fc800;
	transition:all 0.2s linear;
	-webkit-transition:all 0.1s linear;
	float: left;
	width: 100px;
	height: 36px;
}

#adminform .btn-success:hover{
	background:#83B700;
}
	
#adminform .btn-info{
	padding:10px;
	border:none;
	color:white;
	background: #FFA84C;
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	height: 36px;
}

#adminform .btn-info:hover{
	padding:10px;
	border:none;
	color:white;	
	background: #ff7b0d /* Old browsers */
}

#adminform .btn-primary{
	padding: 12px;
	border:none;
	color:white;
	background: rgb(122,188,255);/* Old browsers */
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	float: left;
	/* width: 20%; */
	height: 36px;
	/* padding-top: 11px; */
}

#adminform .btn-primary:hover{
	background:#3F94EA; /* Old browsers */
}

#adminform .btn-danger{
	padding:10px;
	border:none;
	color:white;
	background:#ff3019;/* Old browsers */
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	float: left;
	height: 36px;
}

#adminform .btn-danger:hover{
	padding:10px;
	border:none;
	color:white;
	background:#CF0404; /* Old browsers */
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;	
}

#adminform .btn-warning, .btn-default{
	 padding:10px;
	 background: #ffffff; /* Old browsers */
	 background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	 background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	 border:1px solid #eaeaea; /* IE6-9 */
	 color:red;
}

.btn-default{
     color:black!important;
}

#adminform .btn-warning:hover, .btn-default:hover{
	 background: rgb(242,246,248); /* Old browsers */
	 background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
	 background: linear-gradient(to bottom,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

.glyphicon-pencil{
	color:#83B700!important;
	font-size:15px;
}


.glyphicon-move{
	top:-10px;
	left:-10px;
}

.glyphicon-plus{
	font-size:13px;
}

.glyphicon-off{
	font-size:13px;
}


.glyphicon-minus{
	font-size:12px;
}

.glyphicon-paperclip{
	font-size:13px;
}

.btn-warning .glyphicon-pencil{
	color:red!important;
}

#adminform a{
	color:black;
}

.content_highlight{
	box-shadow: 0px 0px 10px #ff0000!important;
}

#content_wrapper{
	margin-bottom:5%;
	border:1px solid #f2f2f2;
	border-radius:5px;
}

#empty_content_wrapper{
	margin-bottom:5%;
	border:1px 

}

h2{
margin-top:0px!important;
margin-bottom:30px!important;
}

.popuptextcover{
width:100%;
height:200%;
background-color:rgba(0,0,0,0.8);
position:absolute;
top:0px;
left:0px;
z-index:5000;
}

.popuptextstyle{
font-size:30px;
color:white;
width:500px;
height:auto;
margin:25% auto;
}

.fa-eye{
font-size: 12px;
}