﻿

.modal.fade.slide-right .close {
    position: absolute;
    top: 38px !important;
    right: 4px;
    margin-right: 10px;
    z-index: 10;
    font-size: 24px;
}

/*@media (min-width: 768px) {
    .modal-dialog {
        width: 70%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #18aacc;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    background: none;
    border: none;
    opacity: 1;
    margin-right: 10px;
}

.mtn10 {
    margin-top: -6px;
}

.modal.fade.slide-right {
}

    .modal.fade.slide-right .close {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 10px;
        z-index: 10;
    }

    .modal.fade.slide-right.show .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -ms-transform: translate(0,0);
    }

    .modal.fade.slide-right .modal-dialog {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        height: 100%;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -ms-transform: translate(100%,0);
    }

        .modal.fade.slide-right .modal-dialog .modal-content-wrapper {
            height: 100%;
        }

        .modal.fade.slide-right .modal-dialog .modal-content {
            height: 100%;
        }

        .modal.fade.slide-right .modal-dialog .modal-body {
            background-color: #fff;
        }

    .modal.fade.slide-right .modal-content {
        border-radius: 0;
    }

    .modal.fade.slide-right.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -ms-transform: translate(0,0);
    }

.form-control {
    display: block;
    width: 100%;
    height: 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modal.fade.slide-right.in label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #0485a3;
    font-size: 13px;
}

.modal.fade.slide-right.in .modal-content {
    border: none;
}

.form-group {
    margin-bottom: 18px;
}

.modal.fade.slide-right.in .chosen-container {
    width: 94% !important;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #eaecf1;
    font-size: 13px;
    padding: 6px 2px;
}

.modal-body .textWarning {
    font-size: 13px;
}

.modal-body {
    padding: 6px !important;
}


   .resultDropdown {
    background: #fff;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 99;
    border: solid thin #ccc;
    display: none;
}*/

