/* =Common Rules for all fields.
----------------------------------------------- */
.form-table td.at-field{ border-bottom: 1px solid #efefef; padding: 10px 10px 20px; margin: 0px; font-family: "Helvetica", Arial, sans-serif; display:block;}
.at-repater-block {
	border:1px solid #ddd !important;
    margin: 10px 0 !important;
    padding: 5px 0 5px 40px !important;
    position: relative;
}
.at-repater-block:hover{
	cursor:move;
	background: #FFFFEA;
}
.repater-mover{
    cursor:move;
    z-index:10000;
    width:16px;
    height:16px;
    position:relative;
    overflow: hidden;
    background: #FFFFEA url('../images/move.png') center no-repeat !important;
    display:none;
    float:left;
    bottom:36px;
    left:13px;
    padding:1px;
}
.repater-mover:hover{
	cursor:move;
}
.add-newbutton{
	position:absolute;
    left: 20px;
    padding:7px;
}
.at-repater-block:hover + .repater-mover{
	display:block;
}
.repeater-table{
	width:50%;
}
.at-label {
	margin: 0 0 5px 0;
    padding: 5px 0 0 0;
	font: 14px/14px "Helvetica", Arial, sans-serif;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
    width: 170px;
    /*float:left; */
}
.at-radio-label{ padding-right: 10px; }
.at-file-upload-label{ clear: both; margin: 5px 0px 5px 1px; }

.at-re-toggle, .at-repater-block img, .at-repeat{
	cursor:pointer;
}
 .at-repater-block img[id*='remove-'] {
    float:right;
    position: absolute;
    top:5px;
    right: 5px;
 }
.at-re-toggle {
    margin-left: 10px;
}
.at-re-toggle img {
    vertical-align: middle;
}
/* =Form Fields
----------------------------------------------- */
#poststuff h3, .metabox-holder h3 {
	font-size:16px;
}
.postbox .at-field input,
.postbox .at-field textarea { padding: 5px; line-height: 18px; width:100%;}
.postbox .at-field input.at-radio{}
.postbox .at-field input.at-color{ border: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right: 10px; min-width: 100px; }
.at-field input:focus,
.at-field textarea:focus { background: #fffff8; }
#wpcontent select.at-select { height: 30px !important; padding: 5px; display: block; min-width: 200px; }
.at-field .desc-field { color: #AAA; font-style: italic; margin: 5px 0 0 3px !important; font-size: 13px; }
.at-field .wp_themeSkin table.mceLayout{ border: 1px solid #DFDFDF; }
#post-body .at-field .wp_themeSkin .mceStatusbar a.mceResize{ top: -25px; }

/* =Uploaded Images
----------------------------------------------- */
.at-images li { margin: 5px 10px 0px 0; float: left; width: 150px; height: 150px; text-align: center; border: 3px solid #ccc; cursor: move; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.at-images img { width: 150px; height: 150px; }
.at-images a { position: absolute; top: -12px; right: -12px; color: #fff;  font-weight: bold; padding: 5px; }
.at-images .at-delete-file img{ width: 16px; height: 16px; }
.simplePanelImagePreview img {width:100% !important}

/* =Upload Button
----------------------------------------------- */
.at-upload-button { float: left; clear: both; margin-top: 10px; }
.postbox .at-field .at-upload_image_button,
.postbox .at-field .at-delete_image_button {width: auto}
.at-add-file { float: left; clear: both; margin-top: 10px; }
.postbox .at-change_image_button, .postbox .at-upload_image_button { width:auto !important;}
input[type="button"], .at-delete_image_button { display: block; width: auto !important;}

/* =Time Picker
----------------------------------------------- */
.ui-timepicker-div { font-size: 0.9em; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* =Repater Block
----------------------------------------------- */
/* inline */
.at-inline label{font-size: 12px !important;}
.at-inline textarea{height: 130px;width: 200px;}

/* code Editor */
.CodeMirror{
	background-color: #fff;
}


/* = CUSTOM Admin CSS Rewrite
----------------------------------------------- */

.metabox-prefs label[for*='post_format'],
.metabox-prefs input[id*='post_format'] {
    display: none;
}
/*
.postbox-container .postbox[id*='post_format']{
    display: none;
}
*/