/* 
    Document   : com_bt_media
    Created on : Sep 4, 2013, 9:53:58 AM
    Author     : YANGGE
    Description:
        Purpose of the stylesheet follows.
*/

.chzn-container, .chzn-drop{
    max-width: 100% !important;
}

.well{
    padding: 19px!important;
}

.content-tab{
    padding: 0 !important;
    margin: 0 !important;
}

.head-content-tab{
    background: none repeat scroll 0 0 #EEEEEE !important;
    border: medium none !important;
    margin: 0 !important;
    padding: 0 0 15px 0 !important;
}

.custom-button{
    border-radius: 4px!important;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    height: 30px;
    text-align:center;
    line-height: 30px;
    /*box-shadow: 2px -2px 2px #888888;*/
}

#tabs .ui-widget-header{
    background: repeat-x scroll 50% 50% #2489B3;
    border: solid 1px #0F82AF;
}

.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    border-radius: 4px 4px 0 0;
}

.ui-state-default {
    margin-bottom: -1px !important;
    padding-bottom: 1px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background: #EEEEEE;
}

ul.adminformlist, ul.adminformlist li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#thumb-view {
    float: left;
    width: 28%;
    padding: 5px;
    border: solid 1px #D9D9D9;
    box-shadow: 2px 2px 2px #D9D9D9, 2px -2px 2px #D9D9D9;
    background: #F9F9F9;
    min-width: 300px;
}
#thumb-view img{
    margin: 0px;
    max-width: 100%;
    /*height: 100%;*/
}

#thumb-view .change-image {
    background: url('../images/edit_title_icon.png') no-repeat left center transparent;
    float: left;
    margin: 5px 0 0;
    padding: 0 0 0 20px;
    width: 90%;
}

.change-buttom .uploadify{
    width: 100%!important;
    margin-bottom: 0px!important;
}

.image-update-new{
    line-height: 45px!important;
    width: 100%!important;
    border: none!important;
    background: transparent!important;
    color: #6A6A6A!important;
    font-weight: bold;
    text-align: left!important;
    text-shadow: none!important;
}

/*-------------------------
        Progress Bars
--------------------------*/

#dropbox .progressHolder,
#thumb-view .progressHolder,
#dropbox_video .progressHolder{
    position: relative;
    /*background-color:#252f38;*/
    height:12px;
    width:100%;
    left:0;
    bottom: 0;

    box-shadow:0 0 2px #000;
}

#dropbox .progress,
#thumb-view .progress,
#dropbox_video .progress{
    background-color:#2586d0;
    position: absolute;
    height:100%;
    left:0;
    width:0;
    background-image: none;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;

    -moz-transition:0.25s;
    -webkit-transition:0.25s;
    -o-transition:0.25s;
    transition:0.25s;
}

#dropbox .preview.done .progress, #dropbox_video .preview.done .progress{
    width:100% !important;
}
