/*
 * Total Options Framework 0.0.1 
 * For another improvement, you can drop email to zourbuth@gmail.com or visit http://zourbuth.com/
**/

/* Shortcode dialog properties
================================================================== */
#optionSection {
	height: auto !important;
	margin-bottom: 41px;
	background: url(../img/background.png) repeat-x scroll left top #F7F7F7;
	padding: 15px;
    position: relative;	
}
#optionSection select {
    height: 2em;
    padding: 2px;
}
#optionSection .hide-if-js {
    display: none;
}
#buttonSection input[type="button"] {
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
		  border-radius: 3px;
}
#optionSection .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
#buttonSection {
    background-color: #F9F9F9;
    border-top: 1px solid #DFDFDF;
    bottom: 0;
    margin: 0;
    position: fixed;
    text-align: right;
    width: 100%;
}
#buttonSection .inner {
	padding: 10px 20px;
}


/* Shortocode and widget dialog properties
================================================================== */
.totalControls .role {
    border: 1px solid #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
	padding: 5px 10px;	
	margin-top: 5px;
	text-shadow: 1px 1px #fff;
	cursor: move;
}
.totalControls .placeholder {
    border: 1px dashed #DFDFDF;
    border-radius: 2px;
    box-shadow: 0 1px 0 #FFFFFF inset;
	padding: 13px 10px;	
	margin-top: 5px;
}
.totalControls .role label {
    font-weight: normal;
}
.totalControls .role .totalUser {
    color: #AAAAAA;
    float: right;
    font-size: 11px;
}


.totalControls a {
	text-decoration: none;
}
.totalControls label {
    font-weight: bold;
    color: #222222;
	display: block;
    text-shadow: 0 1px 0 #FFFFFF;	
}
.totalControls th label {
    font-weight: normal;
}
.totalControls .jj,
.totalControls .hh,
.totalControls .mn {
	width: 2em;
}
.totalControls .aa {
    width: 3.4em;
}
.totalControls .timestamp span {
	font-weight: bold;
}
.totalControls .edit-timestamp {
    font-size: 11px;
}
.totalControls textarea:hover, .totalControls input[type="text"]:hover {
    background-color: #f9f9f9;
}
.totalControls select[multiple="multiple"] {
	width: 100%;
	height: 8em !important;
}
.totalControls input[type="checkbox"],
.totalControls input[type="radio"] {
    margin: 1px 4px 0 0;
}
.totalControls input.smallfat {
	width: 66px;
}
.totalControls select.smallfat {
	min-width: 66px;
}
.totalControls .controlDesc {
    font-size: 11.25px;
	display: block;
	color: #888;
	margin-bottom: 4px;
}
.totalControls .controlDesc code {
	color: #555;
}
.totalControls table .controlDesc {
	color: #666;
	margin-bottom: 0;
}
.totalControls table .separator {
	width: 10%;
}
.totalControls .optionImage {
	margin-bottom: 8px;
	display: block;
}
.totalControls .pickcolor span {
    background: url("../img/color.png") no-repeat scroll center center transparent;
    margin-left: 5px;
    padding: 2px 10px;
}
.totalControls .farbtastic-wrapper {
	display:none;
	margin-top: 10px;
}
.totalControls .farbtastic {
	background:#eee;
	border:1px solid #ccc;
}

.totalControls ul.tab-content li ul li {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 7px;
    padding-bottom: 9px;
}
.totalControls ul.tab-content li ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.totalControls .optionImage {
    display: block;
    max-width: 100%;
}
.totalControls .addImage,
.totalControls .removeImage {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.totalControls .removeImage {
	color: orangered;
}
.totalControls .hideRemove {
	display: none;
}
.pluginVersion {
    color: #BBBBBB;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.pluginName {
    color: #cccccc;
    display: block;
    font-size: 18px;
    margin: 10px 15px;
    text-shadow: 1px 1px #FFFFFF;
}
.widget .totalWidgetBg {
    background: url("../img/background.png") no-repeat scroll left top transparent;
    border-top: 1px solid #E4E4E4;
    position: relative;
}


/* Template Style
----------------------------------------------------------------------------------------------------*/
.totalControls .apw-template p {
    margin-bottom: 5px;
}
.totalControls .template-left .template-image {
	float: left;
	width: 55px;
	height: 55px;
	overflow: hidden;
	margin-right: 10px;
}
.totalControls .template-right .template-image {
	float: right;
	width: 55px;
	height: 55px;
	margin-left: 10px;
}
.totalControls .template-title {
	display: block;
	font-size: 13px;
}
.totalControls .template-image {
	overflow: hidden;
}
.totalControls .template-date,
.totalControls .template-comments {
    color: #555555;
    font-size: 11px;
}
.totalControls .template-date {
    background: url("../img/date.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
	margin-right: 10px;
}
.totalControls .template-comments {
    background: url("../img/comments.png") no-repeat scroll 0 0 transparent;
    margin-right: 10px;
    padding-left: 20px;
}


/* Widgets Tabs. ------------------------ */
.tabbable:after {
	clear: both;
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
}
.nav-tabs {
    list-style: none outside none;
    margin-bottom: 18px;
    margin-left: 0;
	margin-top: 24px;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.tabs-left > .nav-tabs {
    float: left;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.tabs-left > .nav-tabs .active, .tabs-left > .nav-tabs .active:hover {
    border-color: #DDDDDD rgba(255, 255, 255, 0.8) #DDDDDD #DDDDDD;
}
.tabs-left > .nav-tabs > li {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.nav-tabs > .active > a, .nav-tabs > .active:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #transparent;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-tabs > li {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 14px;
    margin-right: 2px;
    padding: 8px 20px 8px 15px;
    text-shadow: 0 1px 1px #FFFFFF;
}

.tabs-left > .nav-tabs .active, .tabs-left > .nav-tabs .active:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #222222;
	opacity: 1;
}
.tabs-left > .nav-tabs > li {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.nav-tabs > li:hover {
    background-color: #F2F2F2;
    text-decoration: none;
}
.tabs-left > .nav-tabs > li:hover {
    border-color: #DDDDDD;
	opacity: 0.5;
	color: #222222;
}
.tabs-left > .nav-tabs .active:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-content {
    border: 1px solid #DDDDDD;
    min-height: 200px;
    overflow: auto;
    padding: 19px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	
}







#totalForm {

}
#totalForm .button,
#totalForm #submit {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}
#totalForm .itemWrapper,
#totalForm #fieldsWrapper {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
	border: 1px dashed #CCCCCC;
	background: #fefefe;
	padding: 15px;
	margin-top: 13px;	
	position: relative;
}
#totalForm .itemWrapper {
	overflow: hidden;
	min-height: 35px;
}

#totalForm .placeholder {
    border: 1px dashed #cccccc;
	padding: 8px 0;
	margin-bottom: 4px;
}
#totalForm .metaKey, 
#totalForm .sidebar {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	*background-color: #f0f0f0;
	background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 5px 12px;
	margin-bottom: 9px;
	position: relative;
    cursor: move;
}
#totalForm .editLink,
#totalForm .deleteLink,
#totalForm .editLink {
    margin-left: 9px;
    text-align: right;
}
#totalForm .metaKey {
    float: left;
    margin: 0 9px 5px 0;
    padding: 0 9px;
	text-shadow: 1px 0 #ffffff;
}
#totalForm #itemWrapper1 .metaKey {
	background-image: none
}
#totalForm .fieldType {
    color: #BBBBBB;
    float: right;
    font-size: 9px;
    letter-spacing: 1px;
    margin-left: 9px;
    text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 5px;
}
#totalForm .fieldName {
    font-weight: bold;
}
#totalForm .fieldName,
#totalForm .fieldType {
    text-shadow: 1px 1px #FFFFFF;
}
#totalForm a {
	text-decoration: none;
}
#totalForm .fieldEdit,
#totalForm .fieldDelete {
    margin-left: 5px;
}
#totalForm .editDiv li {
    border-top: 1px dashed #E5E5E5;
    margin-top: 5px;
    padding-top: 5px;
	margin-bottom: 10px;
}
#totalForm .editDiv .fieldCancel {
	margin-left: 10px;
}
#totalForm .editDiv label {
    display: block;
    font-size: 11px;
    font-weight: bold;
}
#totalForm textarea, 
#totalForm input[type="text"] {
    border-color: #ddd;
	display: block;
}
#totalForm textarea {
    width: 98%;
}
#totalForm .multitext {
    margin-bottom: 4px;
}
#totalForm .optionImage {
    display: block; 
	margin-bottom: 8px;
}
#totalForm .removeImage {
    display: none; 
}
#totalForm .showRemove {
    display: inline;
	margin-left: 7px;
}
#totalForm .loading {
    background: url(../img/loading.gif) no-repeat scroll left center transparent;
	padding-left: 25px;
}


/* Tabs. ------------------------------------------------ */
.tabbable:after {
	clear: both;
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
}
.nav-tabs {
    list-style: none outside none;
    margin-top: 38px;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.tabs-left > .nav-tabs {
    float: left;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.tabs-left > .nav-tabs .active, .tabs-left > .nav-tabs .active:hover {
    border-color: #DDDDDD rgba(255, 255, 255, 0.8) #DDDDDD #DDDDDD;
}
.tabs-left > .nav-tabs > li {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.nav-tabs > .active > a, .nav-tabs > .active:hover {
    background-color: #transparent;
    color: #555555;
    cursor: default;
}
.nav-tabs > li {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 14px;
    margin-right: 2px;
    text-shadow: 0 1px 1px #FFFFFF;
	font-size: 13px;
}
.nav-tabs > li > a {
    text-decoration: none;
	padding: 8px 55px 8px 20px;
	display: block;
}
.tabs-left > .nav-tabs .active, .tabs-left > .nav-tabs .active:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #222222;
	opacity: 1;
}
.tabs-left > .nav-tabs > li {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.total-framework .tabs-left > .nav-tabs > li {
    font-weight: normal;
	font-size: 14px;
}
.nav-tabs > li:hover {
    background-color: #F2F2F2;
    text-decoration: none;
}
.tabs-left > .nav-tabs > li:hover {
    border-color: #DDDDDD;
	opacity: 0.5;
	color: #222222;
}
.tabs-left > .nav-tabs .active:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .tab-pane > h3 {
    display: none;
}
.tab-content > .tab-pane .description {
    color: #777777;
    display: block;
    font-size: 11px;
    font-style: normal;
	line-height: 16px;
	margin-top: 6px;
}
.tab-content > .active {
    display: block;
}
.tab-content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #DDDDDD;
    min-height: 200px;
    overflow: hidden;
    padding: 19px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;	
}
body.total-framework #wpbody-content {
    background: url("../img/settings.png") repeat-x scroll left top transparent;
    margin: 0 0 0 -19px;
    padding-left: 19px;
	height: 100%;
}
.totalInfo {
	font-size: 11px;
	text-align: right;
	color: #ccc;
}


/* jQuery UI ****/
#totalForm .itemWrapper {
	padding: 0;
}
#totalForm .ui-item {
    border: 1px solid #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
	padding: 5px 10px;	
	margin-top: 5px;
	line-height: 18px;
}
#totalForm .ui-resizable-handle {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #CCCCCC;
    cursor: w-resize;
    height: 2px;
    right: 0;
    z-index: 9 !important;
}
#totalForm .control-item {
	width: 14px;
	height: 14px;
	border:1px solid #d9d9d9;
	border-radius: 2px;
	position: absolute;
	padding: 1px;
	display: none;
	cursor: pointer;
	top: 4px;
}
#totalForm .ui-item:hover .control-item  {
	display: block;
}
#totalForm .delete-item {
    background: url(../img/delete.png) no-repeat scroll center center #F4F4F4;
	right: 4px;
}
#totalForm .item-grid {
    text-shadow: 1px 1px #fff;
	padding: 5px;
}