/*
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/standard.css
File Description: WDH - Edit Database Field LIGHT (Wordpress Library) Standard Template 
File Version: 1.0
Created / Last Update File : 03.10.2014
*/

/* Fields */
.wdh-field{
    cursor:pointer;
}

/* FORM */

/* FORM GENERATOR */

.wdh-edfp-show-form-button{
    min-height: 22px;
    background:#333131;
    text-align: center;
    color:#ffffff;
    border:0px;
    cursor: pointer;
    margin-left: 0px;
    padding: 7px;
    float: left;
}

.wdh-edfp-show-form-button:hover{
    background:#666;
}

.wdh-close{
    width: 22px;
    height: 22px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e1e1e1;
    margin-left: 5px;
    border-radius:15px;
    position:absolute;
    top: -15px;
    right: -15px;
    text-align: center;
    cursor:pointer;
}

.wdh-close:hover{
    background-color:#aeaeae;
}

.wdh-edfp-popup{
    position: fixed;
    background: url('images/popup_bg.png');
    top: 0px;
    left: 0px;
    width: 100%;
    float: left;
    height: 100%;
    display:none;
}

.wdh-edfp-form{
    width:450px;
    float:left;
    padding:20px;
    border:1px solid #e1e1e1;
    background: #fff;
}

.wdh-edfp-form a{
    color:#e1e1e1;
    text-decoration: none;
    font-weight: bold;
}

/* FORM Loader */

.wdh-edfp-form .wdh-loader{
    width:100%;
    height: 24px;
    background:url('../../images/wdh_small_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;
}

.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;
}

.wdh-edfp-form .wdh-field label{
    width:150px;
    float:left;
}

.wdh-edfp-form .wdh-field label .star{
    color:#000;
}

.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: #e1e1e1;
    margin-left: 5px;
    bborder-radius:15px;
    position:relative;
}

.wdh-field .wdh-tooltip:hover{
    background-color:#aeaeae;
}

.wdh-field .wdh-tooltip .wdh-information{
    display:none;
    border-radius:5px;
    background-color: #000;
    padding: 10px;
    position: absolute;
    top: 2px;
    opacity: 0.8;
    color: #fff;
    left: 24px;
    z-index:9;
    max-width: 250px;
    font-size:12px;
}

.wdh-edfp-form .wdh-success{
    text-align: center;
    color:#aeaeae;
    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;
}

/* 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 */

.wdh-field .wdh-input{
    width:211px;
    float:left;
    background-color:#e1e1e1;
    border:1px solid #aeaeae;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wdh-field .wdh-input:focus{
    background:#f0f0f0;
}

/* PASSWORD */

.wdh-field .wdh-input-password{
    width:211px;
    float:left;
    background-color:#e1e1e1;
    border:1px solid #aeaeae;
    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:#f0f0f0;
}

/* TEXTAREA */

.wdh-field .wdh-textarea{
    width:250px;
    float:left;
    background-color:#e1e1e1;
    border:1px solid #aeaeae;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 80px;
}

.wdh-field .wdh-textarea:focus{
    background:#f0f0f0;
}

/* HTML Editor */

.wdh-field .wdh-html-editor{
    width:250px;
    float:left;
    background-color:#e1e1e1;
    border:1px solid #aeaeae;
    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:#e1e1e1;
    border:1px solid #aeaeae;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 22px;
}

.wdh-field .wdh-select:focus{
    background:#f0f0f0;
}

/* 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: 160px;
    height: 5px;
    float: left;
    top: 7px;
}
.wdh-field .wdh-slider-value{
    width: 50px;
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color:#e1e1e1;
    border:1px solid #aeaeae;
}

.wdh-field .wdh-slider a{
top: -3px !important;
width:10px !important;
height: 10px !important;
}

/* 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 #aeaeae;
}

/* 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 #ffa530;
    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;
}
.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: #ff000d;
    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: #0fd93e; 
}

/* DATE */
.wdh-field .wdh-date{
    width:211px;
    float:left;
    background-color:#e1e1e1;
    border:1px solid #aeaeae;
    font-size:12px;
    padding-left: 7px;
    color:#000;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ui-datepicker {
	font-size: 90%;
        width:240px !important;
}

/* SUBMIT */

.wdh-field .wdh-submit{
    height: 22px;
    background:#333131;
    text-align: center;
    color:#ffffff;
    border:0px;
    cursor: pointer;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.wdh-field .wdh-submit:hover{
    background:#666;
}

.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:99999;
    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:100px;
    height: 20px;
    background:url('../../images/wdh_small_loader.gif');
    background-position-y: center;
    background-repeat: no-repeat;
    float: left;
}
