
.dialog_conf{
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position:absolute;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 100px;
    max-height: 92%!important;
    height:auto;
    padding:5px 0px;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    transition: all .05s linear;

}

.dialog{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position:absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 150px;
    /*max-height: 92%!important;*/
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -moz-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    -o-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    opacity: 0;
    transition: all .05s linear;
    max-height: 98%;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
}



.dialog.active,.dialog_conf.active{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%)  scale(1);
    transform: translate(-50%, -50%)  scale(1);

}
.no_transition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform:none!important;
}

.dialog >.title{
    position: absolute;
    top:5px;
    left:0px;
    cursor: move;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    width:100%;
    height:30px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color:#fff;
    background:#f0f0f0;
    background:#096;
    background: #009966; /* Old browsers */
    
    background: linear-gradient(to right, #DB7A04 0%,#19BC03 100%);
    text-transform: uppercase;
}

.dialog  >title >div{
    width:100%;
    height:100%;
    color:#e5e5e5;
    background-image: url(/images/layout_images/dialog_image.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    font-size:11px;
}

.dialog .loader i{
    font-size: 64px;
    color:rgba(255,255,255,.5);
}

.dialog >.title button{
    position: absolute;
    right:5px;
    top:5px;
    background: rgba(0,0,0,.4);
    font-size: 18px;
    color:#d7dac2;
    text-align: center;
    width:30px;
    height:20px;
    line-height:20px!important;
    font-size: 14px;
    padding:0px;
    font-weight: 100;
    text-shadow:none;
    outline:none;
    border:none;
    cursor: pointer;
}

.dialog >.title button:hover{
    background: #006699;
}

.dialog >.title button:active{
    background: #009966;
}

.dialog >.buttons{
    font-size: 10px;
    width:100%;
    height:35px;
    line-height:35px;
    position: absolute;
    bottom:0px;
    left:0px;

    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    background: #e0e0e0;
}

.dialog >.buttons button.disabled{
    pointer-events: none;
    opacity: 0.2;
}

button.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.dv_confirm{
    width:100%;
    /*height:40px;*/
    margin: 20px 0px;
    font-size: 14px;
    color:gray;
    text-align: left;
    white-space: nowrap;
    padding-left:50px;
    padding-right:15px;
    position: relative;
    min-height: 35px;
}

.dv_confirm > i{
    color:#DBC206;
    font-size: 16px;
    vertical-align: middle;
    position: absolute;
    top:0;
    left:0;
    width:50px;
    height:35px;
    line-height:35px;
    font-size: 28px;
    text-align: center;
}

.dv_confirm span{
    margin-left: 10px;
    display:inline-block;
    vertical-align: top;
    white-space: normal;
    text-align: left;
}

.dialog_overlay{
    background: rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:absolute;
    z-index: 900000000;
    top:0px;
    left:0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dialog > .loader{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    color:rgba(255,255,255,.5);
    background: rgba(0,0,0,.5);
    z-index: 1000000000;
    opacity: 0;
    pointer-events: none;
}
.dialog > .loader.active{
    opacity: 1;
    pointer-events: auto;
}
.dialog > .loader i{
    font-size: 64px;
    color:rgba(255,255,255,.5);
}


@media only screen and (max-width: 767px) {

    .dialog_form{
        font-size: 0px;
        text-align: left;
    }

    .dialog_form label{
        font-size: 11px;
        color:#E80C7A;
        height:12px;
        line-height:12px;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        margin-right: 5px;
        padding: 0px;
        box-sizing: border-box;
        max-width: 200px;
        text-align: right;
        width:100px;
    }
    .dialog_form input{
        height:30px;
        line-height:30px;
        display: inline-block;
        vertical-align: top;
        margin: 2px 0px;
        width:200px;
        padding: 0px 10px;
    }
    .dialog_form h3> input{
        height:30px;
        line-height:30px;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0px;
    }

    .dialog_form input[type="text"],.dialog_form input[type="number"],.dialog_form input[type="password"]{
        outline: none;
        background: none;
        border:1px solid #999;
        background: rgba(255,255,255,.7);
    }

    .dialog_form input[type="text"]:focus,.dialog_form input[type="number"]:focus,.dialog_form input[type="password"]:focus{
        border-bottom:1px solid #006699;
    }


    .dialog_form h3{
        font-size: 14px;
        padding: 0px 5px;
        width:100%;
        height:30px;
        line-height: 30px;
        margin: 5px 0px;
    }

    .dialog_form h4 input[type="radio"]{
        width:30px;
        height:30px;
        vertical-align: middle;
        margin: 0px!important;
        -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
        -moz-appearance: checkbox;    /* Firefox */
        -ms-appearance: checkbox;     /* not currently supported */
    }


}
@media only screen and (min-width: 768px) {

    .dialog_form{
        font-size: 0px;
        text-align: left;
    }

    .dialog_form label{
        font-size: 11px;
        color:#E80C7A;
        height:12px;
        line-height:12px;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        margin-right: 5px;
        padding: 0px;
        box-sizing: border-box;
        max-width: 200px;
        text-align: right;
        width:100px;
    }
    .dialog_form input{
        height:30px;
        line-height:30px;
        display: inline-block;
        vertical-align: top;
        margin: 2px 0px;
        width:200px;
        padding: 0px 10px;
    }
    .dialog_form h3> input{
        height:30px;
        line-height:30px;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0px;
    }

    .dialog_form input[type="text"],.dialog_form input[type="number"],.dialog_form input[type="password"]{
        outline: none;
        background: none;
        border:1px solid #999;
        background: rgba(255,255,255,.7);
    }

    .dialog_form input[type="text"]:focus,.dialog_form input[type="number"]:focus,.dialog_form input[type="password"]:focus{
        border-bottom:1px solid #006699;
    }


    .dialog_form h3{
        font-size: 14px;
        padding: 0px 5px;
        width:100%;
        height:30px;
        line-height: 30px;
        margin: 5px 0px;
    }

    .dialog_form h4 input[type="radio"]{
        width:30px;
        height:30px;
        vertical-align: middle;
        margin: 0px!important;
        -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
        -moz-appearance: checkbox;    /* Firefox */
        -ms-appearance: checkbox;     /* not currently supported */
    }
}





.sct_dialog_conf{
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position:absolute;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 100px;
    max-height: 92%!important;
    height:auto;
    padding:5px 0px;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    transition: all .1s linear;

}

.sct_dialog{
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position:absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 150px;
    /*max-height: 92%!important;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    transition: all .1s linear;
    max-height: 98%;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
}



.sct_dialog.active,.sct_dialog_conf.active{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

}
.no_transition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform:none!important;
}

.sct_dialog div[rel="title"]{
    position: relative;
    cursor: move;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    width:100%;
    height:30px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color:rgba(0,0,0,.7);
    background:#f0f0f0;
    background:#096;
    background: #009966; /* Old browsers */

    background: linear-gradient(to right, maroon 0%,#006699 100%);
    text-transform: uppercase;
}

.sct_dialog div[rel="title"]>div{
    width:100%;
    height:100%;
    color:#e5e5e5;
    background-image: url(/images/layout_images/dialog_image.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    font-size:11px;
}

.sct_loader i{
    font-size: 64px;
    color:rgba(255,255,255,.5);
}

.sct_dialog div[rel="title"] button{
    position: absolute;
    right:5px;
    top:5px;
    background: rgba(0,0,0,.4);
    font-size: 18px;
    color:#d7dac2;
    text-align: center;
    width:30px;
    height:20px;
    line-height:20px!important;
    font-size: 14px;
    padding:0px;
    font-weight: 100;
    text-shadow:none;
    outline:none;
    border:none;
    cursor: pointer;
}

.sct_dialog div[rel="title"] button:hover{
    background: #006699;
}

.sct_dialog div[rel="title"] button:active{
    background: #009966;
}

.sct_dialog div[rel="buttons"]{
    font-size: 10px;
    width:100%;
    height:35px;
    line-height:35px;
    position: absolute;
    bottom:0px;
    left:0px;

    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    background: #e0e0e0;
}

.sct_dialog_overlay{
    background: rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:absolute;
    z-index: 900000000;
    top:0px;
    left:0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sct_dialog_body{
    max-height: 100%;
    position:relative;
    overflow: auto;
}

.sct_loader i{
    font-size: 64px;
    color:rgba(255,255,255,.5);
}


.sct_dialog div[rel="buttons"] button.disabled{
    pointer-events: none;
    opacity: 0.2;
}
