/* 
    Created on : Aug 10, 2018, 11:23:30 AM
    Author     : eko
*/

#confir-box, #confir-box-form, #result-pkg-creation-box, #edit-admin-box, #confir-box-alert {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    position: fixed;
    top: 30px;
    left: 50%;
    min-width: 600px;
    transform: translate(-50%, 0);
    padding: 20px 20px;
    margin: 0 0 5px 0;
    text-align: center;
    z-index: 9901;
    display: none;
    border-radius: 6px;
}

#process-box {
    display: none;
    width: 200px;
    position: fixed;
    top: 217px;
    left: 44%;
    z-index: 9901;
}

#confir-box-alert { 
    min-width: 100px;
    width: 500px;
}

#confir-box-form { 
    min-height: 100px;
    max-height: 530px;
    overflow-y: auto;
}

.close-btn {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
    padding: 0 5px;
    margin-right: -20px;
    margin-bottom: 3px;
    margin-top: -2px;
    width: 18px;
    height: 18px;
    cursor: pointer;   
    box-shadow: none; 
    border: none;
}

.close-btn:hover {
    color: red;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    transform: translateY(-1px); 
    background-color: #ffd9d9;
}

.close-btn:active { 
    transform: translateY(0px); 
}


#confir-dialog, #confir-dialog-form, #result-pkg-creation-dialog, #admedt-dialog, #confir-dialog-alert {
    text-align: left;
    border: 1px solid #666666;
}

#confir-title,
#confir-title-form,
#form-admin-title,
#result-pkg-creation-dialog-title,
#admedt-dialog-title,
#alert-title,
#form-adm-title {
    text-align: center;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 10px 3px;
    background-color: #606c88;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
    background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
    background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
    background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
    background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
    background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
    cursor: default;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

#form-admin-title,
#result-pkg-creation-dialog-title,
#admedt-dialog-title,
#alert-title,
#form-adm-title {
    background: rgb(169,3,41); /* Old browsers */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 16px;
    padding: 5px 10px;
}


#confir-msg, #alert-msg {
    box-sizing: border-box;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    display: inline-block;
    text-align: center;
    padding: 25px 5px 20px;
    line-height: 25px;
    width: 100%;
    cursor: default;
}

#confir-msg:after {
    clear: both;
}

#confir-msg input[type="radio"] {
    margin: 0 5px 0 10px;
    cursor: pointer;
}

#confir-msg label {
    margin: 0 20px 0 0;
    cursor: pointer;
}

.confirm-ans-box {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    color: #f96060;
    font-weight: bold;
    font-size: 12px;
    height: 20px;    
}

#confirm-ans {
    display: none;
}

.action-btn-box {
    padding: 0 0 20px 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.action-btn-box input[type="button"] {
    padding: 3px 30px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.item-ops {
    width: 100%;
    height: 10px;
}


/*--- form item dialog ---*/
#confir-dialog-form {
    background-color: #ccc;    
}

#item-form, #result-pkg-creation-dialog-form, #admedt-dialog-form {
    width: 100%;
    padding: 15px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
}


#ops {
    width: 100%;
    margin: 0;
    background-color: #fefefe;
}

#ops input[type='radio'] { 
    transform: scale(2); 
    cursor: pointer;
}

.review-edit-tb {
    width: 100%;
    color: #333;
    border-collapse: collapse;
}

.review-edit-tb tbody tr td, .review-edit-tb thead tr th {
    padding: 4px 6px;
    border: 1px solid #ccc;    
}

.review-edit-tb thead tr th {
    font-size: 14px;
    text-align: center;
}

.review-edit-tb tbody tr td:nth-child(1) {
    padding: 15px 15px;
    text-align: right;
    vertical-align: middle;
}

.review-edit-tb tbody tr:hover {
    cursor: pointer;
    background-color: #ddd;
}

#ref-del {
    color: #333;
    margin-bottom: 30px;
}


#confirm-ans-box-form { 
    background-color: #f37869;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    display: none;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-form-dialog {
    font-weight: bold;
}