/*
Project Name: WDH - Edit Database Field LIGHT (Wordpress Library)
Project Version: 1.0
Project URL: http://www.wdh.im/projects/edit-database-field-light-wordpress-library/
Author: WDH - Web Developers House
Author URL: http://www.wdh.im/
File Path: wdhefwl-light/templates/black_yellow.css
File Description: WDH - Edit Database Field LIGHT Black & Yellow Template 
File Version: 1.0
Created / Last Update File : 03.10.2014
*/

/* Fields */
.wdh-field{
    cursor:pointer;
}

/* FORM */

/* FORM GENERATOR */
.wdh-separator{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 10px;
}

form div{
    margin:0px;
}

.wdh-edfp-show-form-button{
    min-height: 22px;
    background:#151618;
    text-align: center;
    color:#ffffff;
    border:0px;
    cursor: pointer;
    margin-left: 0px;
    padding: 7px;
    float: left;
}

.wdh-edfp-show-form-button:hover{
    background:#ffcc00;
    color:#151618;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.wdh-close{
    width: 22px;
    height: 22px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8dc6b;
    margin-left: 5px;
    border-radius:15px;
    position:absolute;
    top: -7px;
    right: -7px;
    text-align: center;
    cursor:pointer;
}

.wdh-close:hover{
    background-color:#fccf1b;
}

.wdh-edfp-popup{
    position: fixed;
    background: url('images/popup_bg.png');
    top: 0px;
    left: 0px;
    width: 100%;
    float: left;
    height: 100%;
    display:none;
    z-index:9998;
}

.wdh-edfp-form{
    width:450px;
    float:left;
    padding:20px;
    border:1px solid #f8dc6b;
    background: #fff;
}

.wdh-edfp-form a{
    color:#f8dc6b;
    text-decoration: none;
    font-weight: bold;
}

/* FORM Loader */

.wdh-edfp-form .wdh-loader{
    width:100%;
    height: 24px;
    background:url('images/wdh_loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    display:none;
}

.wdh-edfp-form .wdh-field{
    margin-bottom: 10px;
    width: 100%;
    float: left;
    position: relative;
}

.wdh-edfp-form .wdh-field .error-box{
    right: -110px;
    top:0px;
}

@media all and (max-width: 1024px) {
    
    .wdh-edfp-form .wdh-field .error-box{
        right: inherit !important;
        top: 0px !important;
        width: 95% !important;
        float: left !important;
        position: relative !important;
        left: 0px !important;
        margin: 5px auto !important;
        padding: 5px !important;
        border-radius:0px !important;
    }
    
}



.wdh-edfp-form .wdh-field .wdh-field-options{
    width: 250px;
    float: left;
}

.wdh-edfp-form .wdh-field .wdh-field-options .wdh-field-option{
    width: 100%;
    float: left;
    margin-top:0px;
    margin-bottom:0px !important;
}

.wdh-edfp-form .wdh-field label{
    width:150px;
    float:left;
}

.wdh-edfp-form .wdh-field label .star{
    color:#fccf1b;
}

.wdh-field .wdh-tooltip{
    width: 22px;
    height: 22px;
    float: left;
    background: url('images/icon-help.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8dc6b;
    margin-left: 5px;
    border-radius:15px;
    position:relative;
}

.wdh-field .wdh-tooltip:hover{
    background-color:#fccf1b;
}


.wdh-field .wdh-tooltip .wdh-information{
    display:none;
    border-radius:5px;
    background-color: #000;
    padding: 10px;
    position: absolute;
    top: 2px;
    opacity: 0.8;
    color: #f8dc6b !important;
    left: 24px;
    z-index:9;
    max-width: 250px;
    font-size:12px;
}

.wdh-edfp-form .wdh-success{
    text-align: center;
    color:#fccf1b;
    display:none;
}

/* EDIT FIELD FORM */

.wdh-field form{
    width:290px;
    margin-left: 10px;
    float:left; 
}

.wdh-field form.form-password{
    width:240px;
}

/* LINK */
.wdh-field .wdh-link{
    float:left;
    color:#000;
    height: 20px;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wdh-field .wdh-link:hover{
    color:#f8dc6b;
}

/* PRICE */

.wdh-field .wdh-price{
    width:211px;
    float:left;
    font-size:14px;
    padding-left: 7px;
    color:#000;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* INPUT */
.wdhfbps-form-container{
    width:700px;
    float:left;
    position: relative;
}

.wdhfbps-form-container .wdhfbps-form-field-container{
    width:100%;
    float:left;
    position: relative;
}

.wdhfbps-form-container .wdhfbps-form-field-container .wdhfbps-form-field-label-container{
    width:49%;
    float:left;
/*    padding: 1%;
    margin-left: 1%;*/
}

.wdhfbps-form-container .wdhfbps-form-field-container .wdhfbps-form-field-input-container{
    width:49%;
    float:left;
/*    padding: 1%;
    margin-left: 1%;*/
}

.wdh-field .wdh-input{
    width:211px;
    float:left;
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wdh-field .wdh-input:focus{
    background:#f8dc6b;
    border:1px solid #fccf1b;
}

/* PASSWORD */

.wdh-field .wdh-input-password{
    width:211px;
    float:left;
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.wdh-field .wdh-input-password:focus{
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
}

/* TEXTAREA */

.wdh-field .wdh-textarea{
    width:250px;
    float:left;
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 80px;
}

.wdh-field .wdh-textarea:focus{
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
}

/* HTML Editor */

.wdh-field .wdh-html-editor{
    width:250px;
    float:left;
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 80px;
}

.wdh-field .wdh-html-editor:focus{
    background:#f0f0f0;
}

/* SELECT */

.wdh-field .wdh-select{
    width:218px;
    float:left;
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 22px;
}

.wdh-field .wdh-select:focus{
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
}

/* RADIO */

.wdh-field .wdh-radio-box{
    width: 100%;
    float:left;
}

.wdh-field .wdh-radio-input{
    width: 100%;
    float:left;
}

/* SLIDER */

.wdh-field .wdh-slider{
    width: 65px;
    height: 6px;
    float: left;
    top: 7px;
    background: url('images/wdh_slider_off.png');
    border:1px solid #151618;
    margin-left: 5px;
}

.wdh-field .wdh-slider .wdh-slider-selected{
    top: 0px;
    position: absolute;
    left: 0px;
    height: 6px;
    background: #fccf1b;
    border-radius: 10px;
}
.wdh-field .wdh-slider-value{
    width: 33px;
    float: left;
    margin-left: 4px;
    margin-top: 0px;
    height: 20px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color:#fff;
    border:1px solid #aeaeae;
}

.wdh-field .wdh-slider a{
top: -6px !important;
width:17px !important;
height: 17px !important;
background: url('images/wdh_slider_select.png');
background-color: inherit;
background-repeat: no-repeat;
padding: 0px;
border:0px;
}

.wdh-field .wdh-slider a:hover{
top: -6px !important;
width:17px !important;
height: 17px !important;
background: url('images/wdh_slider_select.png');
background-color: inherit;
background-repeat: no-repeat;
padding: 0px;
border:0px;
}

.wdh-field .wdh-slider span{
top: -6px !important;
width:17px !important;
height: 17px !important;
background: url('images/wdh_slider_select.png');
background-color: inherit;
background-repeat: no-repeat;
padding: 0px;
border:0px;
}

.wdh-field .wdh-slider span:hover{
top: -6px !important;
width:17px !important;
height: 17px !important;
background: url('images/wdh_slider_select.png');
background-color: inherit;
background-repeat: no-repeat;
padding: 0px;
border:0px;
}

/* COLORPICKER */

.wdh-colorpicker-preview{
    width: 14px;
    height: 14px !important;
    border: 2px solid #e1e1e1;
    float: left;
    cursor: pointer;
    /*margin-left: 5px;*/
    margin-right: 3px;
    color: #e1e1e1 !important;
    text-align: center;
    padding: 0px;
    margin-top: 2px;
}

/* MAP */

.wdh-map{
    width:100%;
    float:left;
    margin-top: 3px;
}

.wdh-map-box{
    border: 1px solid #fccf1b;
}

/* VIDEO PLAYER */

.wdh-video-player{
    width:300px;
    height: 243px;
    position: relative;
    float:left;
}

.wdh-video-player-mask{
    background-color: #000000;
    z-index:9;
    position: absolute;
    top:0px;
    left:0px;
    opacity:0.22;
}

.wdh-video-player-play{
    width:300px;
    height: 243px;
    border:1px solid #fccf1b;
    background: url('images/wdh_video_play.png');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index:10;
    position: absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}

.wdh-video-player-image{
    width:300px;
    height: 243px;
    z-index:8;
    position: absolute;
    top:1px;
    left:1px;
}

/* VIDEO PLAYER - LOGOS */

/* Youtube.com */
.wdh-video-player-logo-youtube{
    width:57px;
    height: 22px;
    z-index:10;
    position:absolute;
    right:6px;
    bottom:4px;
    background: url('../../images/wdh_youtube_logo.png');
    background-repeat: no-repeat;
}

/* Vimeo.com */
.wdh-video-player-logo-vimeo{
    width:88px;
    height: 30px;
    z-index:10;
    position:absolute;
    right:6px;
    bottom:4px;
    background: url('../../images/wdh_vimeo_logo.png');
    background-repeat: no-repeat;
}

/* Dailymotion.com */
.wdh-video-player-logo-dailymotion{
    width:150px;
    height: 29px;
    z-index:10;
    position:absolute;
    right:6px;
    bottom:4px;
    background: url('../../images/wdh_dailymotion_logo.png');
    background-repeat: no-repeat;
}

/* Metacafe.com */
.wdh-video-player-logo-metacafe{
    width:119px;
    height: 34px;
    z-index:10;
    position:absolute;
    right:6px;
    bottom:4px;
    background: url('../../images/wdh_metacafe_logo.png');
    background-repeat: no-repeat;
}

/* Redtube.com */
.wdh-video-player-logo-redtube{
    width:86px;
    height: 33px;
    z-index:10;
    position:absolute;
    right:6px;
    bottom:4px;
    background: url('../../images/wdh_redtube_logo.png');
    background-repeat: no-repeat;
}

/* Xvideos.com */
.wdh-video-player-logo-xvideos{
    width:86px;
    height: 33px;
    z-index:10;
    position:absolute;
    right:6px;
    bottom:4px;
    background: url('../../images/wdh_xvideos_logo.png');
    background-repeat: no-repeat;
}

/* ERROR BOX */

.wdh-error{
    color:#ff0000;
    font-style: italic;
    margin-left: 10px;
    border:1px dashed #ffebeb;
    padding: 5px;
}

/* ON/OFF SWITCH BUTTON */

.onoffswitch {
    position: relative; width: 65px;
    float: left;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-left: 5px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #000000; border-radius: 20px;
    width: inherit !important;
    padding:0px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #000000; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #000000; color: #E0E0E0;
    text-align: right;
}
.onoffswitch-switch {
    width: 12px; margin: 4px;
    background: #f2f2f2;
    border: 2px solid #000000; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 41px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #fccf1b; 
}

/* DATE */
.wdh-field .wdh-date{
    width:211px;
    float:left;
    background-color:#f8dc6b;
    border:1px solid #fccf1b;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ui-datepicker {
	font-size: 90%;
        width:240px !important;
        background: #151618;
        padding: 0px;
        border: 0px;
}

.ui-datepicker .ui-datepicker-header{
    background: #fccf1b;
    height: 40px;
}

.ui-datepicker .ui-datepicker-title{
    line-height: 2.8em;
    font-family: Georgia;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top:8px;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
    top:8px;
    background: #f8dc6b;
    border:1px solid #fbca06;
    cursor:pointer;
}

.ui-datepicker th{
    color: #fccf1b;
    font-family: Georgia;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background:#151618;
    color:#ececec;
    font-family: Georgia;
    text-align: center;
    border:0px;
    padding: 2px;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
    background:#232425;
    color:#ececec;
    font-family: Georgia;
    text-align: center;
    border:2px solid #fccf1b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #fccf1b;
    border:0px;
    color:#151618;
    font-family: Georgia;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
}

.ui-state-active:hover, .ui-widget-content .ui-state-active:hover, .ui-widget-header .ui-state-active:hover{
    background: #fccf1b;
    border:0px;
    color:#151618;
    font-family: Georgia;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
}

/* UPLOAD */
.uploadify-button{
    background:#151618;
    color:#fccf1b;
    border:0px;
    border-radius:5px;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-top: -18.75% !important;
    width: 120px !important;
}

.uploadify-button:hover{
    background:#fccf1b;
    color:#151618;
    border:0px;
    border-radius:5px;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

/* SUBMIT */

.wdh-field .wdh-submit{
    height: 20px;
    background: #151618 !important;
    text-align: center !important;
    color: #ffffff !important;
    border: 0px !important;
    cursor: pointer !important;
    margin-left: 0px !important;
    float: left !important;
}

.wdh-field .wdh-submit:hover{
    background:#ffcc00 !important;
    color:#151618 !important;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.wdh-field .wdh-submit.disabled{
    background:#ddd !important;
    color: #aaa !important;
    cursor:auto !important;
}

/* Filters */
.wdh-field .error-arrow{
    width:8px;
    height: 9px;
    position:absolute;
    top:5px;
    right:0px;
    background: url('../../images/wdh_filter_left_arrow.png');
    z-index:99999;
    display:none;
}
.wdh-field .error-box{
    position:absolute;
    right:-8px;
    top:-5px;
    z-index:8;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    background: #d32323;
    color:#fff;
    display:none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
/* Loader */

.wdh-field .wdh-loader{
    width:130px;
    height: 24px;
    background:url('images/wdh_loader.gif');
    background-position-y: center;
    background-repeat: no-repeat;
    float: left;
}
