﻿/*-------------------------------------------------------------------------------------------*/
/* Options Framework Admin Styles */
/*-------------------------------------------------------------------------------------------*/
.updated {
	max-width:764px;
	margin-bottom:0px !important;
}

.upgrade-theme {
    margin: 10px 0;
    padding: 10px;
    width: 759px;
}
.instruction-theme {
    margin: 10px 0;
    padding: 5px;
    width: 759px;
	text-align: center;
}
.upgrade-theme a {
    color: #000000;
    display: block;
    font-size: 18px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
}
.upgrade-theme a:hover {
    color: #fff;
}
.lock {
    background-color: #6DACEA;
    background-image: linear-gradient(#8ED0FA, #4E95DC);
    border: 1px solid #3178C0;
    color: #0C4FA3;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
.notification {
    background: none repeat scroll 0 0 #81C7EF;
    border: 1px solid #5BA9D3;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    overflow: hidden;
    padding: 10px;
}

.edit {
    background-color: #F3DC8F;
    background-image: linear-gradient(#FFEAA7, #F3D573);
    border: 1px solid #E9C95F;
    color: #AE8500;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
.section-info {
    color: #FF0000;
}

#install_instruction {
    font-size: 15px;
	outline: medium none;
    text-align: center;
    text-decoration: none;
}
#optionsframework {
	position:relative;
	z-index: 0;
	max-width:780px;
	background:#ECECEC;
	border:none;
}

#optionsframework h3 {
	background: none repeat scroll 0 0 #36B1FF;
    color: #FFFFFF;
    cursor: default;
    min-height: 19px;
    padding-left: 22px;
    padding-top: 10px;
    text-shadow: none;
}

#optionsframework p {
	margin-bottom:0;
	padding-bottom:10px;
	line-height: 1.4em;
}

#optionsframework .section {
	padding:10px 25px 0;
}

#optionsframework .group {
	padding-bottom:40px;
	background-color: #fff;
	min-height:200px;
}

#optionsframework .section .heading {
	padding:10px 0px;
	margin:0 0 15px;
	border-bottom: 1px solid #dfdfdf;
}

#optionsframework .section .controls {
	float: left;
	min-width:350px;
	width: 54%;
	padding-right:2%;
}

#optionsframework .section .explain {
	max-width:38%;
	float: left;
	font-size: 12px;
	line-height:16px;
	color: #777;
}

#optionsframework .section-checkbox .controls {
	width: 98%;
}

#optionsframework .section-checkbox .explain {
	max-width:94%;
}

#optionsframework .section-color .controls {
	min-width:125px;
	width:125px
}

#optionsframework .controls input, #optionsframework .controls select, #optionsframework .controls textarea {
	margin-bottom:10px;
	width:100%;
	border-radius: 0 0 0 0;
}

#optionsframework .section-radio label, #optionsframework .section-multicheck label {
	float:left;
	max-width:90%;
	line-height: 16px;
	margin-bottom: 5px;
}

#optionsframework input.checkbox, #optionsframework input.of-radio {
	width: 30px;
	margin-top:2px;
	float:left;
	clear:both;
}

#optionsframework .controls .of-color {
	float:left;
	width: 80px;
	margin-left:5px;
	margin-right:5px;
}

#optionsframework .controls .of-typography-size {
	width:80px;
	margin-left:5px;
	float:left
}

#optionsframework .controls .of-typography-unit {
	width:50px;
	margin-left:5px;
	float:left
}

#optionsframework .controls .of-typography-face {
	width:100px;
	margin-left:5px;
	float:left
}

#optionsframework .controls .of-typography-style {
	width:80px;
	margin-left:5px;
	margin-right:5px;
	float:left
}

#optionsframework .of-background-properties {
	clear:both;
	margin-top: 18px;	
}

#optionsframework .controls .of-background-repeat {
	width:125px;
	margin-right:5px;
	float:left
}

#optionsframework .controls .of-background-position {
	width:125px;
	margin-right:5px;
	float:left
}

#optionsframework .controls .of-background-attachment {
	width:125px;
	margin-right:5px;
	float:left
}

#optionsframework div.section-background .controls input.upload {
	width:47%;
}

#optionsframework .controls .of-radio-img-img {
	border:3px solid #f9f9f9;
	margin:0 5px 10px 0;
	display:none;
	cursor:pointer;
	float:left;
}

#optionsframework .controls .of-radio-img-selected {
	border:3px solid #ccc
}

#optionsframework .controls .of-radio-img-img:hover {
	opacity:.8;
}

#optionsframework .controls .of-border-width {
	width:80px;
	float:left
}

#optionsframework .controls .of-border-style {
	width:120px;
	float:left
}

#optionsframework .hide {
	display:none;
}

#optionsframework .of-option-image {
	max-width:340px;
	margin:3px 0 18px 0;
}

#optionsframework .mini .controls select, #optionsframework .section .mini .controls {
	width: 140px;
}

#optionsframework .mini .controls input, #optionsframework .mini .controls {
	min-width:140px;
	width: 140px;
}

#optionsframework .mini .explain {
	max-width:74%;
}

/* Editor */
#optionsframework .section-editor .explain {
	max-width: 98%;
	float:none;
	margin-bottom:5px;
}

/* Image Uploader */

#optionsframework .controls input.upload {
	width:80%;
}

#optionsframework .controls input.upload_button {
	float:right;
	width:60px;
	border-color:#BBBBBB;
	cursor:pointer;
	height:24px;
	padding: 0;
}

#optionsframework .controls input.upload_button:hover {
	border-color:#666666;
	color:#000;
}

#optionsframework .screenshot {
	float:left;
	margin-left:1px;
	position:relative;
	width:344px;
	margin-top:3px;
}

#optionsframework .screenshot img {
	background:#FAFAFA;
	border-color:#ccc #eee #eee #ccc;
	border-style:solid;
	border-width:1px;
	float:left;
	max-width:334px;
	padding:4px;
	margin-bottom:10px;
}

#optionsframework .screenshot .mlu_remove {
	background:url("../images/ico-delete.png") no-repeat;
	border:medium none;
	bottom:4px;
	display:block;
	float:left;
	height:16px;
	padding:0;
	position:absolute;
	left:-4px;
	text-indent:-9999px;
	width:16px;
}

#optionsframework .screenshot .no_image .file_link {
	margin-left: 20px;
}

#optionsframework .screenshot .no_image .mlu_remove {
	bottom: 0px;
}

#optionsframework .reset-button {
    background: none repeat scroll 0 0 #FCFCFC;
    border-radius: 0 0 0 0;
    box-shadow: none;
    cursor: pointer;
    float: left;
}

/* Bottom Section */
#optionsframework-submit {
	background-color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0);
    clear: both;
    padding: 7px 10px;
}

#optionsframework .button-primary {
	background: none repeat scroll 0 0 #1588FF;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: right;
}

/* Bottom Section */
#optionsframework .section:before, #optionsframework .section:after {
	content: "";
	display: table;
}

#optionsframework .section:after {
	clear: both;
}

.nav-tab-wrapper .nav-tab {color: #FFFFFF; text-shadow: none;}
.nav-tab-wrapper .nav-tab:hover {color: #000; text-shadow: none; border-radius: 0 0 0 0;}
.nav-tab-wrapper .nav-tab-active {color: #36B1FF; text-shadow: none; border-radius: 0 0 0 0;}

/*--------------- custom css ----------------------*/

#optionsframework #skt-of-header{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none no-repeat scroll left top #1588FF;
    border-color: #CCCCCC #CCCCCC #FFFFFF;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: 0 0 1px;
    height: 80px;
    padding-top: 15px;
}

#optionsframework #skt-of-body{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #222222;
    border-color: -moz-use-text-color #36B1FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

#optionsframework #skt-of-sidebar{
	float:left;
	width: 158px;
}

#optionsframework #skt-of-content{
	float:left;
	width: 619px;
	border-left: 1px solid rgba(0, 0, 0, 0);

}
#optionsframework  h2 {
    color: #FFFFFF;
    text-shadow: none;
}

#optionsframework .skt-of-logo{
	background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 56px;
    margin-left: 31px;
    width: 155px;
}

#optionsframework #skt-of-header h2{
    float: left;
    padding-top: 18px;
    text-align: center;
    width: 74%;
}

#optionsframework #skt-of-sidebar a.nav-tab{
    border-color: -moz-use-text-color -moz-use-text-color #555555;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 10px 2px 10px 14px;
    width: 142px;
}

#optionsframework #skt-of-sidebar a.nav-tab:hover{

	background-color: #fff;

}
#optionsframework #analytical_submit{
	font-size: 18px;
	height: 60px;
	left: 960px;
	position: fixed;
	top: 40%;
	width: 126px;
}

/*-- custon --*/
#setting-error-save_options,
#setting-error-restore_defaults{
    background-color: #000000;
    border: 3px solid #2990BE;
    color: #FFFFFF;
    font-size: 20px;
    left: 50%;
    margin: 5px 0 15px -70px;
    opacity: 0.8;
    padding: 15px;
    position: absolute;
    top: 150px;
    z-index: 999;
}
.sketch-social-container {
	height: 10px;
    left: 18.5%;
    position: relative;
    width: 50%;
}
div.sketch-social {
    float: left;
	margin-right: 25px;
}
.pro_enable h4,.pro_disable h4{color:#D61B1B;}
#analite_ref {background: none repeat scroll 0 0 #F7B2B2; border: 3px solid; border-radius: 2px 2px 2px 2px; color: #820E0E; display: block; font-size: 14px; font-weight: bold; height: 90px; left: 960px; line-height: 24px; padding: 10px; position: fixed; text-align: center; text-decoration: none; top: 10%; width: 280px;}
#analite_ref:hover{background:#EA9191;}
#analite_ref:hover > span{background: none repeat scroll 0 0 #ddd;}
#analite_ref span {text-transform: uppercase;margin-top: 10px;background: none repeat scroll 0 0 #EEEEEE; border: 2px outset #000000; border-radius: 3px 3px 3px 3px; display: block; height: 24px;}