/*
	Custom Style options admin bar in menu admin 
*/
.logo_default { color:#02a5fe; font-family:Roboto; font-size:18px; font-weight: bold;  line-height:1.1em}
.logo_default span { font-weight:100; color:#989898; }
.content_do_it li { list-style:circle; margin-left:40px;}

.fa {
	
	font-family: FontAwesome !important;
}

#wrap_oprions {
	max-width:1200px;
}

#content-custom-option div{
    display: none;
}

.heading-options {
	color: #333;
	font-family: Roboto;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 25px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.footer-options {
	color: #FFF;
	font-family: Roboto;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 10px 25px;
	text-align: right;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 0 0 6px 6px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


#left-colum-options {
	width: 200px;
	border-color: #d8d8d8;
	border-width: 0px 1px;
	border-style: solid;
	background-color: #f1f1f1;
}

#left-colum-options a {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	font-family: Roboto;
}



#left-colum-options a:hover, #left-colum-options a.active {
	background-color: #fff;
	font-weight: 900;
	color: #000;
}

#left-colum-options li {
	box-shadow: inset 0 1px 0 #f9f9f9;
	border-bottom: 1px solid #d8d8d8;
	margin: 0px;
	color: #777;
}

#left-colum-options ul {
	padding: 0px;
	margin: 0 0 -1px 0;
}

#right-colum-options {
	padding:0px 25px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color:#d8d8d8;
	background-color: #FCFCFC;
}

.upload_image_button { 
	clear:both
}
.upload-imge-options { 
	display:block;
	margin-bottom:10px;
}

.upload-imge-options { max-width:300px;}

.header_do_it h2 { background-color:#f3f3f3; border-radius:0px; margin:0; padding:10px 30px; font-size:16px; border-color:#cccccc; border-style:solid; border-width:1px; margin-bottom:20px; }
.header_do_it h2:hover { cursor:pointer; background-color:#FFF; border-color:#333;}

.content_do_it { padding:0 20px 20px 20px; text-align:justify; }

.social_ico { color:#000; border-width:4px; border-color:#777; color:#777; border-style:solid; border-radius:50%; font-size:24px; line-height:40px; width:40px; display:block; float:left; text-align:center;}

