.ipsDialog {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 z-index:20000;
 padding-bottom:15px;
}
.ipsDialog > * {
}
.ipsDialog > div {
 display:block;
 width:90%;
 max-width:700px;
 background:#fff;
 margin:3% auto 0 auto;
 box-shadow:0px 5px 55px rgba(0,0,0,0.4);
 position:relative;
}
.ipsDialog > div {
 background:rgba(0,0,0,0.0);
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    /*background-color: #fff;*/
    background: rgba(44,44,51, 0.3);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #393939;
    min-height: 35px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 20px;  
    color: #BEBDC0;
    font-weight: 400;    
}
.modal-body {
    position: relative;
    padding: 20px
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #393939
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0, 0, 0);
        box-shadow: 0 5px 15px rgb(0, 0, 0);
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
button.close {
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #a6a6a6;
    font-size: 30px !important;
    position: relative;
    right: 4px;
}
.close {

    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    text-shadow: none;
    font-size: 30px;

}
.close {

    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #a6a6a6;
/*    text-shadow: 0 1px 0 #fff;*/
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-shadow: none;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    /*background-color: #fff;*/
    background: rgba(44,44,51, 0.3);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.75;
    filter: alpha(opacity=75)
}
h4 {

    font-size: 17px;

}
h1, h2, h3, h4, h5, h6 {

    margin: 10px 0;
    line-height: 20px;

}
.modal {
    color: #a6a6a6;
    font-size: 1.2rem;
}