/* 
    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-iconSelect,
div.my-field-imageSelect{
    border:1px solid #e6e6e6;
    width:68px;
    height:51px;
    margin-right: 10px;
}

div.my-field-iconSelect span.preview-value,
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-iconSelect:hover div.icon-select-wrapper{
    display: block;
}
div.my-field-iconSelect:hover div.icon-select-options,
div.my-field-imageSelect:hover div.image-select-options{
    display:block;
    max-height:380px;
    overflow:scroll;
}
div.my-field-iconSelect:hover div.icon-select-options{
    width: 100%;
}

div.my-field-iconSelect div.icon-select-options.coll_1,
div.my-field-imageSelect div.image-select-options.coll_1{
    width:51px;
}
div.my-field-iconSelect div.icon-select-options.coll_2,
div.my-field-imageSelect div.image-select-options.coll_2{
    width:122px;
}
div.my-field-iconSelect div.icon-select-options.coll_3,
div.my-field-imageSelect div.image-select-options.coll_3{
    width:173px;
}
div.my-field-iconSelect div.icon-select-options.coll_4,
div.my-field-imageSelect div.image-select-options.coll_4{
    width:224px;
}
div.my-field-iconSelect div.icon-select-options.coll_5,
div.my-field-imageSelect div.image-select-options.coll_5{
    width:275px;
}
div.my-field-iconSelect div.icon-select-options.coll_10,
div.my-field-imageSelect div.image-select-options.coll_10{
    width:530px;
}
div.my-field-iconSelect{
    background: #fafafa;
}
div.my-field-iconSelect div.icon-select-wrapper,
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-iconSelect div.icon-select-options span.no-preview,
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-iconSelect div.icon-select-options span.current,
div.my-field-imageSelect div.image-select-options span.current{
    border:3px solid #64a2e8;
}
div.my-field-iconSelect div.icon-select-options span.no-preview:hover,
div.my-field-imageSelect div.image-select-options span:hover{
    border:3px solid #a9e965;
    cursor: pointer;
}
div.my-field-iconSelect span.preview-value{
    background: #ffffff;
}
div.my-field-iconSelect span.preview-value:hover{
    cursor: pointer;   
}
div.my-field-iconSelect span.preview-value,
div.my-field-iconSelect div.icon-select-options span{
    font-size: 26px;
}
div.my-field-iconSelect span.preview-value i,
div.my-field-iconSelect div.icon-select-options span i{
    margin: 7px 9px;
    display: block;
    line-height: 28px;
    height: 29px;
    text-align: center;
}
div.my-field-iconSelect span.preview-value i.icon-null:before,
div.my-field-iconSelect div.icon-select-options span i.icon-null:before{
    content: ' ';
}
div.my-field-iconSelect div.search-panel{
    display: block;
    background: #fafafa;
    padding: 3px;
    border-bottom: 1px solid #f0f0f0;
    z-index: 100;
}
div.my-field-iconSelect div.search-panel input,
div.my-field-iconSelect div.search-panel span{
    display: inline-block !important;
}

div.my-field-iconSelect div.search-panel span{
    color: #999999;
    font-size: 12px;
    margin-left: 10px;
}


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.template-disabled{
    opacity: 0.3;
    filter: alpha(opacity=30%);
}

/* IMAGE SLIDESHOW */
div.mythemes-slideshow-container{
    margin-top: 15px;
    padding-top: 5px;

    border-top: 1px solid #ededed;
}

div.mythemes-slideshow-button{
    float: right;
    margin-top: -3px;
}

div.mythemes-slideshow-container div.mythemes-slideshow-item,
div.mythemes-slideshow-container div.mythemes-slideshow-action{
    display: inline-block;
    float: left;
    width: 150px;
    height: 150px;

    margin: 10px 10px 0px 0px;

    overflow: hidden;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

div.mythemes-slideshow-container div.mythemes-slideshow-action a{
    background: #e0e0e0;
    color: #bbbbbb;

    font-size: 48px;
    width: 150px;
    height: 150px;    

    display: table;
    
    valign:middle;
    vertical-align: central;
    vertical-align: middle;
    
    text-align: center;
    
    /* align center */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.mythemes-slideshow-container div.mythemes-slideshow-item:hover{
    cursor: move;
}
div.mythemes-slideshow-container div.mythemes-slideshow-item div.mythemes-slideshow-item-header{
    background-color: rgba( 0,0,0, 0.5 );
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 5px 0px 0px 115px;
    text-align: center;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

div.mythemes-slideshow-container div.mythemes-slideshow-item div.mythemes-slideshow-item-header:hover{
    background-color: rgba( 0,0,0, 0.95 );
}

div.mythemes-slideshow-container div.mythemes-slideshow-item div.mythemes-slideshow-item-header a{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}

div.mythemes-slideshow-container div.mythemes-slideshow-item div.mythemes-slideshow-item-header{
    display: none;
}

div.mythemes-slideshow-container div.mythemes-slideshow-item:hover div.mythemes-slideshow-item-header{
    display: block;
}