.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
            background: none repeat scroll 0 0 rgba(255, 255, 255, 0.60);
}
.modal-dialog input[type="text"], 
.modal-dialog input[type="password"] {
    border: 1px solid #bec4c7;
    border-radius: 4px;
    color: #686868;
    font-size: 13px;
    font-weight: normal;
    height: 24px;
    line-height: 19px;
    margin: 0;
    padding: 2px 0 2px 8px;
    width: 206px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    color: #3bc2cf;
    font-weight: bold;
}

.modal-header p{
    margin:0;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 12px;
    outline: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-body {
    padding: 16px 10px 10px 15px;
    position: relative;
}

.modal-dialog {
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 10px 30px;
    right: auto;
    width: 600px;
    z-index: 1050;
}

.modal.in {
    .modal-dialog;

{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

}

.modal.fade {
    .modal-dialog;

{
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer {
    .btn + .btn;

{
    margin-bottom: 0;
    margin-left: 5px;
}

}

.modal-footer {
    .btn-group;

{
    .btn + .btn;

{
    margin-left: -1px;
}

}
}

.modal-footer {
    .btn-block + .btn-block;

{
    margin-left: 0;
}

}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: @black;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: @black;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.fade.in {
    opacity: 1;
}

body .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: @black;
}

.hideBackground .modal-backdrop {
    opacity: 1 !important;
    background-color: #fff;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 17px;
}

.modal-open, .openTinyBox, .openNotification {
    overflow: hidden;
}

.bootbox-body {
    clear: both;
    color: #3A3A3A;
}

.modal-footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 5px;
    padding: 10px 20px;
    text-align: right;
}

/*popup checkbox css - Kiran*/

.input-checkbox-wrp {
    display: inline-block;
}
.input-checkbox-wrp input[type="checkbox"] {
    display: none;
}

.input-checkbox-wrp label .common-checkIndicator {
    background: url(../Images/Common/common_v221@2x.png) 0 0 no-repeat rgba(0,0,0,0);
    cursor: pointer;
    float: left;
    height: 22px;
    position: relative;
    width: 22px;
    margin: 0 3px 0 0;
    background-size: 242px 183px!important;
}

.input-checkbox-wrp input[type="checkbox"]:checked+.common-checkIndicator {
    background: url(../Images/Common/common_v221@2x.png) no-repeat scroll -31px 0 rgba(0,0,0,0);
}

.ui-error-message-display{
    margin: 0 0 10px;
    padding:0;
    float:none;
}