﻿.messagemodalbackground {
    background-color: #5c66fc;
    /*background: url("images/bg-overlay.png") repeat scroll 0 0 transparent;*/
    filter: alpha(opacity=99); /*50*/
    opacity: 0.9; /*0.6*/
    z-index: 998;
    overflow: hidden;
}

#progressBackgroundFilter {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #5c66fc;
    /*background: url("images/bg-overlay.png") repeat scroll 0 0 transparent;*/
    filter: alpha(opacity=99); /*50*/
    opacity: 0.9; /*0.5*/
    z-index: 1000;
}

#processMessage {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
}

.blockbackground {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
    /*border: 10px solid #EEF2F7;*/
    border: 10px solid #8DB4E3;
    background-color: #FFF;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    outline: medium none;
    padding: 7px 8px;
    vertical-align: middle;
}

.blockinbackground {
    background-color: #FFFFFF;
    border-color: #999;
    width: 120px;
    height: 60px;
    padding: 2px 2px 2px 2px;
}

.round-img {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 35px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 35px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 35px;
}

.cover-box {
    background-color: #808080;
    filter: alpha(Opacity = 50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
}

.floatbox {
    background-color: #fff;
    width: 530px;
    margin: 0 auto;
    top: 15%;
    left: 30%;
    position: fixed;
    z-index: 10012;
}

.floatbox-withdraw-req {
    background-color: #fff;
    top: 20%;
    left: 15%;
    position: fixed;
    z-index: 10012;
}

.floatbox-btsbooking-bg {
    background-color: #fff;
    filter: alpha(Opacity = 100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 14%;
    left: 0;
    z-index: 10001;
}

.floatbox-btsbooking {
    background-color: #fff;
    top: 30%;
    left: 25%;
    position: fixed;
    z-index: 10112;
}
