.messages_overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% #000;
    z-index: 99999;
    opacity: 0.6;
    width: 100%;
    overflow: visible;
}
.messages_dialog
{
    font-family: Roboto, Tahoma, Arial, sans-serif;
    text-align:left;
    font-size:13px;
    overflow:hidden;
    display:none;
    position:fixed;

    height:520px;
    top:50%;
    margin-top:-310px;

    width:720px;
    left:50%;
    margin-left:-360px;
    border: 1px solid #d2d2d2;
    border-radius: 2px 2px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    opacity:1;
    z-index:999999 !important;

}

.messages_dialog_header
{
    padding-left:5px;
    font-size:18px;
    color:#727272;
    font-weight:300;
    z-index:999 !important;
}

.messages_dialog_close {

    float:right;
    width: 18px;
    height: 18px;
    padding:0;
    cursor:pointer;
    background: url('./../img/close2.png') top left no-repeat;
    background-size:18px;
    margin-right:4px;
    z-index:999 !important;

}
.messages_dialog_close:hover {
    opacity:0.7;
}

.messages_iframe_loading {
   font-size: 13px;
   text-align:center;
   width: 130px;
   height: 25px;
   margin-left:290px;
   margin-top:205px;
   padding-top:4px;
   background: url('./../img/load.gif') top left no-repeat;

}

.messages_iframe_div {
    margin:0px;
    padding:0px;
    float: left;
}

.messages_iframe {
    width:717px;
    height:505px;
    overflow:hidden;
    margin: 0px;
    padding: 0px;
}


.messages_dotted_link {
    font-size:13px;
    color: rgb(93, 140, 93);
    cursor: pointer;
}

.messages_dotted_link:hover {
    color: rgb(228, 113, 41);

}

.messages_dialog_icon {
    display:none;
    font-size: 13px;
    /*font-weight: bold;*/
    /*color:#5D8C5D;*/
    /*color:#E47129;*/
    color:#ffffff;
    /*text-align:center;*/
    /*min-width: 20px;*/
    height: 20px;
    overflow:hidden;
    cursor:pointer;
    padding-top: 2px;
    padding-left: 24px;
    /*border: 1px solid black;*/
    background: url('./../img/convert3.png') left no-repeat;
    background-size:19px 19px;


}

.messages_dialog_icon:hover {
    background: url('./../img/convert_hover3.png') left no-repeat;
    background-size:19px 19px;
    /*color:#E47129;*/
    color:#333333;

}

.messages_dialog_icon_animation {
    background: url('./../img/convert_hover3.png') left no-repeat;
    background-size:19px 19px;
    /*color:#E47129;*/
    color:#ababab;
}

/* mobile */
.messages_dialog_mobile
{
    font-family: Tahoma, Arial, sans-serif;
    height:520px;
    width:720px;
    border: 1px solid #d2d2d2;
    border-radius: 2px 2px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    opacity:1;
    text-align:left;
    font-size:13px;
    overflow:hidden;
    float:left !important;
    clear:both;

    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.messages_dialog_header_mobile
{
    padding-left:5px;
    font-size:16px;
    color: rgb(228, 113, 41);
    z-index:999 !important;
}

.messages_iframe_div_mobile {
    margin:0px;
    padding:0px;
    float: left;
}

