/**
 * All Types Meta Box Class CSS
 *
 * CSS used for the custom metaboxes and other form items.
 *
 * Copyright 2011 Ohad Raz (admin@bainternet.info)
 */

/* =Common Rules for all fields.
----------------------------------------------- */
.form-table td.at-field {
    border-bottom: 1px dashed #e5e5e5; 
    padding: 20px 10px 20px; 
    margin: 0px;
    width: 50%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align:top;
}



/*
.form-table td.at-field:last-child { 
    border-bottom: none; 
}
*/
@media (max-width: 767px) {
    .form-table td.at-field {
        width: 100%;
        padding: 10px 0;
    }
}

.at-label { 
    margin: 0 0 10px 0; 
    padding: 5px 0 0 0; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-shadow: rgb(255, 255, 255) 0 1px 0; width: auto; }
.at-radio-label{ 
    padding-right: 10px; 
}				
.at-file-upload-label{ 
    clear: both; 
    margin: 5px 0px 5px 1px; 
}


.simplePanelImagePreview img {
    max-height: 80px;
    width: auto;
    /* background-image: url(../../../../app-images/diskplayer-logo-dark.png) */
}


/* =Form Fields
----------------------------------------------- */
.postbox .at-field input[type=text],
.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: #fcfcfc; }
#wpcontent select.at-select { height: 30px !important; padding: 5px; display: block; min-width: 200px; }
.at-field .desc-field { color: #969696; font-style: italic; margin: 7px 0 0 3px !important; font-size: 12px; }
.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; }

/* =Upload Button
----------------------------------------------- */
.at-upload-button { float: left; clear: both; margin-top: 10px; }
.at-add-file { float: left; clear: both; margin-top: 10px; }
 
/* =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;}


/* //////////////////////////// */
.at-repater-block {
    position:relative;
    background: #fff;
    border: #ddd 1px solid;
    margin-bottom: 5px; 
    min-height: 30px;
    border-radius: 5px;
}
.at-repater-block table {
    /* width: 100%; */
    padding: 10px 15px;
}


.at-repater-block .repeater-title {
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
    background: #ddd;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 5px;
}
.at-repater-block .re-control {
    position: absolute;
    float: right;
    right: 0;
    top: 5px;
    
    width: 24px;
    height: 24px;
    border-radius:4px;
    right: 5px;
    border: #d4d4d4 solid 1px;
    
    background-color: #f2f2f2;
    background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0); /* #e8e8e8, #d9d9d9 */
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-repeat: repeat-x;
}
.at-repater-block .re-control img {
    display: block;
    opacity: 0.8;
    padding: 4px;
}

.at-repater-block .hs-sort {
    margin-right: 0px;
}
.at-repater-block .hs-toggle {
    margin-right: 60px;
    cursor: pointer;
}
.at-repater-block .hs-remove {
    margin-right: 90px;
    cursor: pointer;
}
.at-repater-block .hs-duplicate {
    margin-right: 30px;
    cursor: pointer;
}

.hs-add {
    cursor: pointer;
    position: relative;
    border-radius:4px;
    background: #f4f4f4;
    border: #cecece solid 1px;
    margin-top: 20px;
    width: 34px;
    height: 34px;
    left: 50%;
    margin-left: -17px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.hs-add img {
    margin-top: 9px;
    margin-left: 9px;
    display: block;
}

.at-repater-block .repeater-title, .hs-add {
    background-color: #f2f2f2;
    background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-repeat: repeat-x;
}

.repeater-title.new-item-title {
    color: #387dce;
    border: #72a6e3 solid 1px;
}


/* code Editor */
.CodeMirror{
	background-color: #fff;
}


/* diskplayer - range slider */

.input-range-slider {
    width: 50px !important;
    background: #f5f5f5 !important;
    text-align: center;
    border:0 !important; 
    color:#222 !important; 
    font-weight:bold;
    padding: 3px !important;
    margin-left: 5px;
}

.range-slider {
    margin-top: 12px;
}

.range-slider.ui-widget-content {
    background: #2EA2CC;
}



/* diskplayer - save ajax */
#save-diskplayer-gallery {
    margin-right: 7px;
}

.diskplayer-saved {
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    opacity: .8;
    background: #2EA2CC; /* #249340 */
    height: 40px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    color: #fff;
    position: relative;
    display: none;
}

/* diskplayer - more info */

.diskplayer-div-more-info {
    margin:10px 0;
}

.diskplayer-more-info {
    line-height:18px;
    color:#444;
    font-style:normal;
    display:none;
}

.simplePanelImagePreview, .simplePanelfilePreview {
	display: inline-block;
}
.simplePanelImagePreview img, .simplePanelfilePreview img {
	margin-right: 10px;
}

