.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 20;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade.modal-dialog {
    -webkit-transform: translate3d(0, -25% , 0);
    transform: translate3d(0, -25:% , 0);
    -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.in.modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.modal-open.modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #202020;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}
.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: .5;
    filter: alpha(opacity = 50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #282828;
    min-height: 16.42857143px
}
.modal-header.close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 20px
}
.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #282828
}
.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
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
 @ media(min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
 @ media(min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity.15s linear;
    -o-transition: opacity.15s linear;
    transition: opacity.15s linear
}

.fade.in {
    opacity: 1
}

.modal-content {
    background-color: #789;
    -webkit-box-shadow: 0 3px 9px rgba(68, 85, 102, .5)!important;
    box-shadow: 0 3px 9px rgba(68, 85, 102, .5)!important;
    border: none!important
}
.modal-header {
    border-bottom: 1px solid #bfccd8
}
.modal-header h4 {
    color: #fff
}
.modal-body {
    background-color: #eee
}
.modal-footer {
    border-top: 1px solid #bfccd8
}
.modal-footer.btn-primary {
    color: #456;
    background-color: #bfccd8;
    border: 1px solid #bfccd8
}
.modal-footer.btn-primary: hover, .modal-footer.btn-primary: active, .modal-footer.btn-primary: focus {
    color: #637b94;
    background-color: #8fa6bb;
    border: 1px solid #8fa6bb
}
.p-0 {
    padding: 0!important
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-block {
    display: block;
    width: 100%; !important;
}
.btn-block + .btn-block {
    margin-top: 5px
}


.btn-default {
    color: #fff;
    background-color: #789;
    border: 1px solid #789
}

.hide {
    display: none!important
}
.show {
    display: block!important
}
