/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
}
.modal *, .modal *::before, .modal *::after,
.input-block-level {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.col-sm-8, .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.modal-dialog {
    padding: 0;
    margin: 0;
    position: relative;
    width: auto;
}
.modal-dialog .main.col-sm-8, .modal-dialog .main.col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 800px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }
    .col-sm-8, .col-sm-4 {
        float: left;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.4;
    filter: alpha(opacity=80);
}
.modal:not(.ptm-modal) {
    position: absolute;
    left: 45%;
    z-index: 1050;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999; /* IE6-7 */
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding-box;
            background-clip: padding-box;
    outline: none;
}
@media (max-width: 768px) {
    .modal:not(.ptm-modal) {
        left: 15px;
        margin-left: 0;
        width: calc(100% - 30px);
    }
}

.modal.fade:not(.ptm-modal) {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
       -moz-transition: opacity .3s linear, top .3s ease-out;
         -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -100%;
}
.modal.fade.in:not(.ptm-modal) {
    top: 10%;
}
.modal:not(.ptm-modal) .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal:not(.ptm-modal) .modal-header .close {
    margin-top: 2px;
}
.modal:not(.ptm-modal) .modal-header h3 {
    margin: 0;
    line-height: 30px;
}
.modal:not(.ptm-modal) .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 900px;
    padding: 15px;
}
.modal:not(.ptm-modal) .modal-body h5 {
    margin-bottom: 15px;
    font-size: 15px;
}
.modal:not(.ptm-modal) .modal-form {
    margin-bottom: 0;
}
.modal:not(.ptm-modal) .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
       -moz-box-shadow: inset 0 1px 0 #ffffff;
            box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}
.modal:not(.ptm-modal) .modal-footer:before,
.modal:not(.ptm-modal) .modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}
.modal:not(.ptm-modal) .modal-footer:after {
    clear: both;
}
.modal:not(.ptm-modal) .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal:not(.ptm-modal) .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal:not(.ptm-modal) .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal:not(.ptm-modal) .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.modal:not(.ptm-modal) .close:hover,
.modal:not(.ptm-modal) .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.modal:not(.ptm-modal) button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
       -moz-transition: opacity 0.15s linear;
         -o-transition: opacity 0.15s linear;
            transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
       -moz-transition: height 0.35s ease;
         -o-transition: height 0.35s ease;
            transition: height 0.35s ease;
}
.collapse.in {
    height: auto;
}
#otp-form-modal .modal-footer {
    padding: 0px;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
    border-top: 0;
}
#mpin-form-modal .modal-footer {
    padding: 0;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
    border-top: 0;
}
#choice-form-modal .modal-footer {
    padding: 0;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
    border-top: 0;
}
#info-sign {
    cursor: pointer;
}
#choice-form-modal .hint-masterpass, #mpin-form-modal .hint-masterpass {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: none;
    width: 320px;
    color: #333;
    font: 10pt Arial,Sans-Serif;
    font-style: normal !important;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px #ccc;
     -khtml-box-shadow: 0 2px 5px #ccc;
       -moz-box-shadow: 0 2px 5px #ccc;
    -ms-box-shadow: 0 2px 5px #ccc;
     -o-box-shadow: 0 2px 5px #ccc;
}
.scene.row {
    margin-right: -15px;
    margin-left: -15px;
}
.scene.row::before {
    display: table;
    content: " ";
}