*,
*:before,
*:after {
-webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
      box-sizing: content-box;
}
.form-control{
  width:100%;
  height: 34px;
  border-radius: 4px;
}
.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
textarea.form-control{
  height: auto;
}
input[type="submit"]{
  border:0;
}

body{
  background-color: transparent;
}
table{
  border-collapse:inherit;
}  
.radio-img input[type="radio"]{
  display: none;
}
.radio, .checkbox{
  min-height: 0px !important;
}
.radio-img .imgLabel{
  display:block;
  text-align: center;
  float:none !important;
}
.radioLabel{
  padding-left:5px !important; 
  display: inline-block;
  margin-top: -5px;
}
.radio-img .optionContent span{
  float:left;
  margin: 8px;
}
.wrap{
  width:1375px;
}

#main{
  background: black;
}
.wrap select{

  width:50%;
}
#panel_main{
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.33);
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
}
#panel_sidebar{
  float: left;
  width: 20%;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
#panel_body{
  float: left;
  width: 80%;
  border-top: 1px solid #fff;
}
#panel_footer{
  height:15px;
  padding: 10px;
  background:-moz-linear-gradient(center top , #f9f9f9, #ececec) repeat scroll 0 0 #f1f1f1;
  border-radius:0 0 15px 15px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.33);
  border: 1px solid #ccc;
}
#panel_header{
  background:-moz-linear-gradient(center top , #f9f9f9, #ececec) repeat scroll 0 0 #f1f1f1;
  border-radius:15px 15px 0 0;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.33);
  border: 1px solid #ccc;
  padding: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#panel_header > div{
  font-size:30px
}
.main_tabs { /*menu*/
  margin:0;
  padding: 0;
  background: #fff;
}

.main_tabs li {
  display: table;
  margin: 0;
  width: 100%;
  border-right: 1px solid #ccc;
}

.main_tabs span {
  display: table-cell;
  padding: -3px;
  vertical-align: middle;
}
.main_tabs li a {
  -moz-user-select: none;
  border-bottom:1px solid #ccc;
  color: #333;
  display: table-cell;
  font: bold 14px/14px Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}
.panel_menu_icon{
   display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right:15px;
  font-size:25px;
  display: table-cell;
}
.panel_info{
  height:30px;
  border-bottom: 1px solid #ccc;
}
.saved.updated{
  display: none;
  margin:0;
}
.main_tabs .selected a,.main_tabs li a:hover{
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: #dd3333;
  color:#fff;
}
.ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-nav li.ui-state-active a {
  border-width: 1px;
  color: #fff;
  background: none repeat scroll 0 0 #4D90FE !important;
}

.ui-tabs-panel {
  clear: both;
}

.ui-tabs-panel h3 {
  font: italic normal normal 24px/29px Georgia,"Times New Roman",Times,serif;
  margin: 0;
  padding: 0 0 5px;
  line-height: 35px;
}

.ui-tabs-panel h4 {
  font-size: 15px;
  font-weight: bold;
}
#settingPage{
  padding:10px;
  width: 1080px;
}
.optionWrap{
  min-height:30px;
  background: url('../images/fieldOption-bg.gif') repeat-x scroll left top #f3f3f3; 
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.33);
  overflow: auto;
  margin-top:5px;
  margin-bottom: 5px;
  width: 100%;
  display: table;
}
.optionWrap.btn_checkbox .optionContent,
.optionWrap.btn_colorpicker .optionContent{
  text-align: center;
}
.optionContent{
  margin: 0 auto 10px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.optionContent input[type="text"],
.optionContent textarea {
  margin-bottom: 10px;
}
.optionContent img{
  display: block;margin-top: 10px;
  margin-bottom: 10px;
  max-width: 300px;
  border: 4px solid;
}
.inputs{
  margin-bottom: 20px;
}
.form-table td {
padding: 0 !important;
margin: 0 !important;
}

.form-table th{
  display: none;
  padding: 5px !important;
  margin: 0 !important;
  width: 99%;
  background:#FFA500;
  float: left;
}
tr{
  width: 50%;
}
.space{
  margin-bottom: 0px !important;
}
#home label{
  font-size: 14px;
  color: #333;
}

.description{
  line-height: 20px;
  width:25%;
  height: 100%;
  border-left: 1px solid #E7E7E7;
  display: table-cell;
  vertical-align: top;
  -moz-user-select: none;
  color: #9b9b9b;
  font: italic 11px/14px Georgia,"Times New Roman",Times,serif;
  text-shadow: 0 1px 0 #ffffff;
}
.description p{
  margin:10px;
}
.sepTitle{
  display:block !important; 
  margin: 0;
  background:#fff;
  padding:5px;
  box-shadow:0 1px 3px -1px rgba(0, 0, 0, 0.33);
  font-size: 19px;
  color: #000;
}
.inp_selectMultiple select,
.inp_select select{
  font-family: FontAwesome; 
  font-size: 1.33333em;
}
.illustration{
  line-height: 20px;
  width:15%;
  display: table-cell;
}
.remove{
  background: none repeat scroll 0 0 #dd3333;
  border: 0 none !important;
  color: white;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 20px !important;
  height: 34px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
}
#removeSidebar {
  padding: 0;
}
.tr_Boxed{
  width: 100%;
}
.tr_sliderTextBgColor1{
  float: left;
  width: 300px;
  display: table;
}
.tr_sliderTextColor1{
  float: left;
  width: 470px;
  display: table;
}
.selected img{
  border :4px solid #FF9308;
}
[class^=widget-head]{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
width:100%;
font-weight: bold;
background-color: #f2f2f2;
margin-top: 5px;
}
.adsidebar  [class^=widget-head]{
  padding:8px 9px;
}
[class^=widget-head] .show_hide{
  width:100%
}
.handle {
  background:#46B8DA;
  height:20px;
  width:20px;
  top:-2px;
  position:absolute;
  display:block;
  margin-top:1px;
  cursor:move;
  border-radius: 50%;
}
.mySidebar{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  width:97% ;  
  font-weight: bold;
  position: relative;
  background-color: #f2f2f2;
  margin-top: 5px;
  padding:8px 9px;
}
.range {
  border:1px inset #ddd;
  float:left;
  font-size:20px;
  margin:0 0 0 5px;
  padding:3px 0;
  text-align:center;
  width:60px !important;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.slider {
  height:9px;
  position:relative;
  cursor:pointer;
  width:500px;
  float:left;
  clear:right;
  margin-top:10px;
  -moz-box-shadow:inset 0 0 8px #000;
}
.subTitle{
  display: table-cell; 
  padding: 20px 10px; 
  width: 20%; 
  vertical-align: top; 
  background: none repeat scroll 0 0 #F2F2F2;
  font-weight: 600;
}
.uploadButtons {
  float: right;
}
.form_btn {
  float: left;
  padding:5px
}
.save_btn_top{
  float: right; 
  margin-top: -30px;
}
.save_changes {
  background: none repeat scroll 0 0 #2ea2cc;
  color: white;
  cursor: pointer;
  float: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.reset_settings{
  background: none repeat scroll 0 0 #dd3333;
  color: white;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.reset_btn {
  padding: 5px;
}

/*Post Style*/
label[for="postAttachment"],
label[for="postAttachment"]:before{
  vertical-align: text-bottom;
}
.radio-title{
  display: table-cell; 
  padding: 20px 0 10px 10px; 
  width: 95px;
}
.magazine_page_layout{
  display: none;
}