/* 
    Document   : ahtml
    Created on : 10.08.2012, 10:23:26
    Author     : myThemes
    Description: CSS rules for admin html elements.

*/

label.my-button{
    background-image:url("../images/my-button.bkg.png");
    background-color:#1da0f3;
    background-repeat:repeat-x;
    border:1px solid #13679c;
    height:22px;
    padding:3px 0px;
    line-height:14px;
}

label.my-button input,label.my-button button{
    background:none;
    border:none;
    color:#ffffff;
    font:bold 11px Verdana,sans-serif;
    height: 22px;
    margin:0px;
    padding:0px 10px;
    -moz-border-radius: 0px;
    border-radius:0px;
}

label.my-button input:hover,label.my-button button:hover{
    border:none;
    color:#ffffff;
    cursor: pointer;
}

label.my-button:hover{
    cursor: pointer;
}


label.my-input{
    display: inline-block;
    height:22px;
    margin-right:10px;
    line-height:22px;    
}

label.my-input input[type="text"]{
    border:1px solid #a0a0a0;
    display: inline-block;
    font:normal 12px verdana,sans-serif;
    height:22px;
    line-height:12px;
    margin:0px;
    padding:3px;
    width:200px;
    -moz-border-radius: 0px;
    border-radius:0px;
}


label.my-input input.my-w300,
label.my-input textarea.my-w300,
label.my-input select.my-w300{ width:300px; }

div.my-select-panel{
    background: #ffffff;
    width:60px;
    height:60px;
    -moz-box-shadow:#232323 5px 1;
    box-shadow:#232323 5px 1;
}

div.my-field-imageSelect{
    border:1px solid #e6e6e6;
    width:68px;
    height:51px;
    margin-right: 10px;
}

div.my-field-imageSelect span.preview-value{
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    width:45px;
    height:45px;
    display: inline-block;
    border:3px solid #ffffff;
}

div.my-field-imageSelect:hover div.image-select-options{
    display:block;
    max-height:380px;
    overflow:scroll;
}

div.my-field-imageSelect div.image-select-options.coll_1{
    width:51px;
}
div.my-field-imageSelect div.image-select-options.coll_2{
    width:122px;
}
div.my-field-imageSelect div.image-select-options.coll_3{
    width:173px;
}
div.my-field-imageSelect div.image-select-options.coll_4{
    width:224px;
}

div.my-field-imageSelect div.image-select-options.coll_5{
    width:275px;
}

div.my-field-imageSelect div.image-select-options{
    border:1px solid #a8a8a8;
    background-color: #ffffff;
    display:none;
    position:absolute;
    padding:1px;
    margin:-4px 1px 4px -1px;
    z-index:1;
    box-shadow: 0 0 5px 1px #EDEDED;
    -moz-box-shadow: 0 0 5px 1px #EDEDED;
    
}

div.my-field-imageSelect div.image-select-options span{
    background-position: center center;
    background-repeat: no-repeat;
    width:45px;
    height:45px;
    border:3px solid #ffffff;
    display: inline-block;
    
}
div.my-field-imageSelect div.image-select-options span.current{
    border:3px solid #64a2e8;
}
div.my-field-imageSelect div.image-select-options span:hover{
    border:3px solid #a9e965;
}

input.my-button{
    background-image: url("../images/my-button.bkg.png") !important;
    background-color: #1da0f3  !important;
    background-repeat: repeat-x  !important;
    border: 1px solid #13679c  !important;
    color: #ffffff  !important;
    cursor: pointer  !important;
    display: inline-block  !important;
    font: bold 10px Verdana,tahoma,sans-serif  !important;
    margin:5px 8px 5px 0px  !important;
    padding: 6px 10px  !important;
    width:auto  !important;
    -moz-border-radius: 0px  !important;
    border-radius:0px  !important;
}
a.my-button{
    background-image: url("../images/my-button.bkg.png");
    background-color: #1da0f3;
    background-repeat: repeat-x;
    border: 1px solid #13679c;
    display: inline-block;
    font: bold 10px Verdana,tahoma,sans-serif;
    margin:5px 8px 5px 0px;
    
}

a.my-button span{
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    color: #ffffff;
}

div.my-demo-button a{
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    font-family: "Open sans",sans-serif;
    height: auto;
    margin: 10px;
    text-decoration: none;
    -moz-border-radius: 3px;
	border-radius: 3px;
}

div.my-demo-button a span{
    display: block;
    margin:1px;
    padding:12px 18px;
    text-decoration: none;
    -moz-border-radius: 3px;
	border-radius: 3px;
}
div.inline-type input[type="checkbox"]{
    margin-right: 10px;
}
small.mythemes-plg-hint{
    font-style: italic;
}
/* JS AHTML */
div#mythemes-plg-layouts div.mythemes-plg-ahtml-inlist input[type="text"],
div#mythemes-plg-layouts  div.mythemes-plg-ahtml-inlist textarea,
div.mythemes-plg-ahtml-inlist select{
    width: 300px;
}
div#mythemes-plg-layouts div.mythemes-plg-ahtml-inlist input[type="text"],
div#mythemes-plg-layouts div.mythemes-plg-ahtml-inlist select{
    height: 30px;
}
div#mythemes-plg-layouts div.mythemes-plg-ahtml-inlist textarea{
    height: 200px;
}

div#mythemes-plg-layouts div.mythemes-plg-ahtml-inlist a.pickcolor.hide-if-no-js{
    margin: 1px 0px 0px 10px;
}

/* BOX MANAGER */
div.mythemes-plg-layouts{
    background: #f9f9f9;
    border: 1px solid #cdcdcd;
    margin: 3px 0px;
}

div.mythemes-plg-layouts-header{
    background-color: #ededed;
    background-repeat: no-repeat;
    padding: 9px;
    margin: 1px;
    height: auto;
}
div.mythemes-plg-layouts-header a.details-icon,
div.mythemes-plg-layouts-header a.delete-icon{
    display: block;
    float: right;
    width: 16px;
    height: 17px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div.mythemes-plg-layouts-header a.details-icon:hover,
div.mythemes-plg-layouts-header a.delete-icon:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

div.mythemes-plg-layouts-header a.details-icon{
    background-image: url(../images/down.png);
    background-position: center center;
    background-repeat: no-repeat;
}
div.mythemes-plg-layouts-header a.details-icon.up{
    background-image: url(../images/up.png);
    opacity: 1;
    filter: alpha(opacity=100);
}
div.mythemes-plg-layouts-header a.details-icon.up:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

div.mythemes-plg-layouts-header a.delete-icon{
    background-image: url(../images/delete.png);
    background-position: center center;
    background-repeat: no-repeat;
}

div.mythemes-plg-layouts-header a.delete-icon{
    margin-left: 10px;
}

div.mythemes-plg-layouts-header strong{
    margin-left: 5px;
    cursor: pointer;
}

div.mythemes-plg-layouts-content{
    border-top: 1px solid #dcdcdc;
    padding: 20px;
}

div.mythemes-plg-layouts-content label{
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
}
div.mythemes-plg-layouts-content div.mythemes-plg-field-prev div.label,
div.mythemes-plg-layouts-content div.mythemes-plg-field-pause div.label{
    display: inline-block;
    float: left;
    margin-right: 14px;
    width: 270px;
}
div.mythemes-plg-layouts-content div.mythemes-plg-field-prev div.input,
div.mythemes-plg-layouts-content div.mythemes-plg-field-pause div.input{
    float: left;
    margin-top: 4px;
}

div.mythemes-plg-colls-2 div.mythemes-plg-coll{
    min-width: 390px;
    width: 45%;
    margin: 0 1%;
    float: left;
    display: block;
    min-height: 245px;
}

div.mythemes-plg-colls-2 div.mythemes-plg-coll.preview{
    margin: 35px 0px;
}

/* MESSAGE */
div.mythemes-plg-message{
    background-color: #fff;
    border-left: 4px solid #7ad03a;
    
    border-top: 1px solid #f4f4f4;
    padding: 1px 12px;

    margin: 5px 0 15px;
    
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.mythemes-plg-info{
    display: bloc;
    font-weight: normal;
    font-size: 11px;
    color: #666666;
    background: #f0f0f0;
    padding: 5px 8px;
    margin: 10px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mythemes-plg-info.mythemes-plg-code{
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
/* CUSTOM CSS FOR CONTENT FROM TABBER / CODE */
div.inlist-type.mythemes-plg-field-on-load-page div.label,
div.inlist-type.mythemes-plg-field-on-start div.label{
    margin-bottom: 10px;
}
div.inlist-type.mythemes-plg-field-on-load-page div.label label,
div.inlist-type.mythemes-plg-field-on-start div.label label{
    font-weight: bold;
    margin: 0px 0px 7px 3px;
    color: #999999;
}


/* TABBER */
/* HEADER */
div.mythemes-plg-tabber div.mythemes-plg-tabber-header nav ul{
    margin: 0px;
    padding: 0px;
    height: 37px;
}
div.mythemes-plg-tabber div.mythemes-plg-tabber-header nav ul li{
    background: #f7f8f9;
    border-top: 1px solid #e4e6e8;
    border-right: 1px solid #e4e6e8;
    color: #454545;
    display: inline-block;
    float: left;
    font-family: Roboto,sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 20px;
}
div.mythemes-plg-tabber div.mythemes-plg-tabber-header nav ul li:hover{
    background:#fcfdfe;
    cursor: pointer;
}
div.mythemes-plg-tabber div.mythemes-plg-tabber-header nav ul li:first-child{
    border-left: 1px solid #e4e6e8;
}
div.mythemes-plg-tabber div.mythemes-plg-tabber-header nav ul li.current{
    background: #ffffff;
    color: #333333;
    padding-bottom: 13px;
}
/* TABBER CONTENT */
div.mythemes-plg-tabber div.mythemes-plg-tabber-content{
    border: 1px solid #e4e6e8;
    padding: 20px;
}

div.mythemes-plg-tabber div.mythemes-plg-tabber-content div.mythemes-plg-tabber-item{
    display: none;
}
div.mythemes-plg-tabber div.mythemes-plg-tabber-content div.mythemes-plg-tabber-item.current{
    display: block;
}

div.CodeMirror.cm-s-default{
    border: 1px solid #ededed;
    background: #fefefe;
}

