@charset "utf-8";

/*
* Title                   : DOP Slider WordPress Plugin
* Version                 : 1.0
* File                    : backend-style.css
* File Version            : 1.0
* Created / Last Modified : 05 March 2012
* Author                  : Marius-Cristian Donea
* Copyright               : © 2012 Marius-Cristian Donea
* Website                 : http://www.mariuscristiandonea.com
* Description             : DOP Slider Admin Stylesheet.
*/

.DOPS-admin{
    background: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.DOPS-clear{
    clear: both;
}

.DOPS-admin h2{
    float: left;
    padding: 15px 0 15px 10px;
    width: 220px;
}

#DOPS-admin-message{
    color: #909090;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 0;
    min-width: 200px;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

#DOPS-admin-message2{
    color: #909090;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 0;
    min-width: 200px;
}

#DOPS-admin-message.loader{
    background: url("../images/loader.gif") left center no-repeat;
    padding: 0 0 0 25px;
}

.DOPS-admin .main{
    display: none;
    
}

/* Columns */
.DOPS-admin .column{
    float: left;
    margin: 0 0 10px 0;
    width: 220px;
}

.DOPS-admin .no-data{
    font-style: italic;
    margin: 16px 0 0 10px;
}

.DOPS-admin .column-separator{
    background: #e3e3e3;
    float: left;
    width: 1px;
}

.DOPS-admin .column-header{
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    height: 44px;
    width: 100%;
}

.DOPS-admin .column-content-container{
    width: 100%;
}

.DOPS-admin .column-content-container ul{
    margin: 0;
}

.DOPS-admin .button{
    margin: 12px 0 0 10px;
}

.DOPS-admin .column-image{
    margin: 10px 10px 0 10px;
    min-height: 50px;
}

.DOPS-admin .column-image img{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: auto;
    width: 100%;
}

.DOPS-admin .column-thumbnail-left{
    float: left;
    margin: 0 0 0 10px;
}

.DOPS-admin .column-thumbnail-left .label{
    margin: 20px 0 0 0;
}

.DOPS-admin .column-thumbnail-right{
    float: right;
    margin: 0 10px 0 0;
}

.DOPS-admin .column-thumbnail{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 0px;
}

/* Form */
.DOPS-admin .column-input{
    background: #ffffff;
    border: 1px solid #e3e3e3;
    color:#333333;
    font-size: 12px;
    margin: 10px 10px 0 10px;
    padding: 5px;
    resize: none;
    width: 100%;
}

.DOPS-admin .column-select{
    background: #ffffff;
    border: 1px solid #e3e3e3;
    color:#333333;
    font-size: 12px !important;
    height: auto !important;
    margin: 10px 10px 0 10px;
    padding: 5px;
    width: 50%;
}

.DOPS-admin .label{
    color: #888888;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 20px 0 0 10px;
}

.DOPS-admin .submit-style{
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #999999;
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0 0 10px;
    padding: 4px 10px;
}

.DOPS-admin .submit-style:hover{
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.DOPS-admin .submit-style:disabled{
    background: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
}

.DOPS-admin h3.settings{
    border-bottom: 1px solid #888888;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 30px 10px 5px 10px;
    padding: 0 0 10px 0;
}

.DOPS-admin h3.settings:first-child{
    margin: 10px 10px 5px 10px;
}

.DOPS-admin .setting-box{
    margin: 0 0 0 10px;
    padding: 5px 0 0 0;
}

.DOPS-admin .setting-box label{
    color: #888888;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin: 4px 0 0 0;
    width: 150px;
}

.DOPS-admin .setting-box .pre{
    color: #888888;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin: 4px 0 0 0;
    width: 10px;
}

.DOPS-admin .setting-box .suf{
    color: #888888;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0 0 0;
    width: 30px;
}

.DOPS-admin .setting-box input{
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 120px;
}

.DOPS-admin .settings input.small{
    width: 60px;
}

.DOPS-admin .setting-box select{
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 120px;
}

.DOPS-admin .settings a.help{
    background: url("../images/sprite.png") -100px 0;
    display: block;
    float: left;
    height: 15px;
    margin: 5px 0 0 10px;
    width: 15px;
}

.DOPS-admin .settings a.help:hover{
    background: url("../images/sprite.png") -115px 0;
}

.DOPS-admin .settings a.help-small{
    background: url("../images/sprite.png") -100px 0;
    display: block;
    float: left;
    height: 15px;
    margin: 5px 0 0 70px;
    width: 15px;
}

.DOPS-admin .settings a.help-small:hover{
    background: url("../images/sprite.png") -115px 0;
}

.DOPS-admin .settings a.help-image{
    background: url("../images/sprite.png") -100px 0;
    display: block;
    float: left;
    height: 15px;
    margin: 5px 0 0 40px;
    width: 15px;
}

.DOPS-admin .settings a.help-image:hover{
    background: url("../images/sprite.png") -115px 0;
}

/* Add Button */
.DOPS-admin .add-button{
    float: left;
    padding: 10px 0 0 10px;
}

.DOPS-admin .add-button a{
    background: url("../images/sprite.png") 0 0;
    display: block;
    height: 24px;
    text-decoration: none;
    width: 24px;
}

.DOPS-admin .add-button a:hover{
    background: url("../images/sprite.png") -25px 0;
}

.DOPS-admin .add-button a.selected{
    background: url("../images/sprite.png") -25px 0;
}

/* Edit Button */
.DOPS-admin .edit-button{
    float: left;
    padding: 10px 0 0 10px;
}

.DOPS-admin .edit-button a{
    background: url("../images/sprite.png") -50px 0;
    display: block;
    height: 24px;
    text-decoration: none;
    width: 24px;
}

.DOPS-admin .edit-button a:hover{
    background: url("../images/sprite.png") -75px 0;
}

.DOPS-admin .edit-button a.selected{
    background: url("../images/sprite.png") -75px 0;
}

.DOPS-admin .select-images{
    background: #999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5d5e', endColorstr='#444444');
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5e), to(#444444));
    background: -moz-linear-gradient(top,  #5e5d5e,  #444444);
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 30px;
    margin: 5px 0 0 10px;
    width: 120px;
}

.DOPS-admin .select-images:hover{
    color: #ffffff;
}

/* Items */
.DOPS-admin .item{
    background: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #606060;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    height: 18px;
    margin: 10px 10px 0 10px;
    padding: 5px 10px 2px 10px;
    width: 178px;
}

.DOPS-admin .item:hover{
    color: #000000;
}

.DOPS-admin .item-selected{
    background: #000000;
    color: #ffffff;
    cursor: default;
}

.DOPS-admin .item-selected:hover{
    border-color: #000000;
    color: #ffffff;
}

.DOPS-admin .item .id{
    font-weight:bold;
}

.DOPS-admin .item-image{
    border: 2px #cccccc solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 91px;
    margin: 10px 10px 0 10px;
    text-align: center;
    width: 91px;
}

.DOPS-admin .item-image span{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.DOPS-admin .item-image:hover{
    border: 2px #000000 solid;
}

.DOPS-admin .item-image-selected{
    border: 2px #000000 solid;
}

.DOPS-admin .item-image-selected:hover{
    border: 2px #000000 solid;
}

.DOPS-admin .item-image-disabled{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.DOPS-admin a.header-help{
    background: url("../images/sprite.png") -100px 0;
    display: block;
    float: right;
    height: 15px;
    margin: 14px 10px 0 0;
    width: 15px;
}

.DOPS-admin a.header-help:hover{
    background: url("../images/sprite.png") -115px 0;
}

.DOPS-form{
    border-top: 1px solid #e3e3e3;
    padding: 5px 0 15px 0;
}

.DOPS-form input[type=text]{
    margin: 0 0 0 10px;
    width: 500px;
}

.DOPS-question{
    cursor: pointer;
    font-weight: bold;
    padding: 0 10px 5px 10px;
}

.DOPS-answer{
    display: none;
    padding: 10px 10px 15px 30px;
}
