﻿.popup {
    position: absolute;
    z-index: 1001;
    background-color: #fff;
}

.pop_title_bar {
    height: 30px;
    /*background-color:#aaa6a6;*/
    background-color: #fff;
    padding: 10px 0 0 20px;
    font-weight: bold;
}

.popup_title {
    padding-left: 20px;
    padding-top: 6px;
    float: left;
}

.popup_btn_close {
    background: url("images/dialog_close.png") no-repeat;
    width: 19px;
    height: 19px;
    float: right;
    margin: 5px 10px 7px 0;
    cursor: pointer;
}

.popup_message {
    background-color: #fff;
    /*border: 1px #446173 solid;*/
    margin: 0 10px 0 10px;
    height: 318px;
    padding: 10px;
}

.popup_buttons {
    /*background-color:#aaa6a6;*/
    background-color: #fff;
    height: 30px;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    text-align: center;
}



#modal_box {

    position:absolute; z-index:1001;
    /*border: 2px #aaa6a6 solid;*/
    /*background-color:#aaa6a6;*/
    background-color:#fff;
}

#loader_box {

    position:absolute; z-index:1001;
}

.spinner
{
    width:118px;
    height:118px;
    background: url("images/loader.png") no-repeat;
}

#dlg_title_bar{
    height:30px;
    /*background-color:#aaa6a6;*/
    background-color:#fff;
    padding:10px 0 0 20px;
    font-weight:bold;
}
#dlg_title{
    padding-left:20px;
    padding-top:6px;
    float:left;
}
#dlg_btn_close{
     background:url("images/dialog_close.png") no-repeat;
     width:19px;
     height:19px;
     float:right;
     margin:5px 10px 7px 0;
     cursor:pointer;
}
#dlg_message{
    background-color:#fff;
    /*border: 1px #446173 solid;*/
    margin:0 10px 0 10px;
    height:318px;
    padding:10px;
}

#dlg_buttons{
    /*background-color:#aaa6a6;*/
    background-color:#fff;
    height:30px;
    position:relative;
    padding:10px;
    padding-left:20px;
    text-align:center;
}

#dlg_error
{
    clear:both;
    padding:5px;
    color:#ff0000;
    margin-top:10px;
}

.error
{
    color:#ff0000;
    font-weight: bold;
}

.dialog_btn {
    cursor: pointer;
    font-weight: bold;
}

.button_dlg {
    background-color: #E52712;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
}

/* DRAGGABLE BOX START */
.draggable_box {
    position: absolute;
    background-color: #fff;
    border: 2px solid;
    z-index: 200;
}

#draggable_topBar {
    float: left;
    height: 12px;
    width: 70%;
    margin-left: 30px;
    padding: 4px;
    font-size: 1.2em;
}

#draggable_btnDrag {
    height: 30px;
    background-color: #E52712; /*rgba(0, 0, 0, 0.6);*/
}

#draggable_btnResize {
    float: right;
    width: 16px;
    height: 16px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('images/resize.png');
    margin-right: 4px;
}

#draggable_contentBox {
    padding: 10px 10px 20px 10px;
}

#draggable_btnClose {
    height: 20px;
    width: 20px;
    background: url('images/close.png') no-repeat;
    float: right;
    margin: -23px 5px 0 0;
    cursor: pointer;
}
/* DRAGGABLE BOX END   */
