
#md1-cont {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed!important;
    display: none;
    z-index: 9002;
    background: rgba(222,222,222,0.5);
}
#md1-area {
    border: 1px solid #8d8d92;
    border-radius: 5px;
    top: 30px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    padding: 10px;
    border-collapse: collapse;
    box-sizing: border-box;
    position: relative;
    display: none;
    text-align: left;
    vertical-align: middle;
    background: #F0F0F0!important;
    z-index: 9003;
}

.md1-head {
    border-radius: 5px;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 5px 3px;
    color: #FFFFFF;
    background-color: #0D73B0;
}

.md1-icon {
    width: 25px;
    height: 25px;
    float: left;
    background: #AFDCFF;
    /*background: #FFFFFF url(../img/general_logomarca_19x16.png) center center no-repeat fixed !important;*/
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;

}
.md1-icon:hover {
    background-color: #8CB2FF;
}

.md1-capt {
    width: calc(100% - 60px);
    height: 25px;
    float: left;
    text-align: center;
    font-weight: bold;
}

.md1-cmdx {
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background-color: #555555;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.md1-cmdf {
    float: right;
    background-color: #DC3545;
    transition: .5s;
}

.md1-cmdf:hover {
    color: #DDFFDD;
    background-color: #FF0000;
}

.md1-body {
    width: 100%;
    height: calc(100% - 30px);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
}

.md1-btnx {
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    background-color: #555555;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.md1-btnp {
    color: #FFFFFF;
    background-color: #0000CC;
}

.md1-btns {
    color: #FFFFFF;
    background-color: #00CC00;
}

.md1-btnw {
    color: #FFFFFF;
    background-color: #CC8866;
}

.md1-btnd {
    color: #FFFFFF;
    background-color: #CC0000;
}
