﻿/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
    direction:rtl;
}

.modal-dialog {
    z-index: 30000;
    margin-top: 170px;
}

.modal-body {
    padding: 30px;
}
.modal-body .error_msg_login {
    color:#fc0606;
}
    .modal-body  input {
          margin-bottom:5px;
    }
.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    /*padding: 10px 5px;*/
    text-align: center !important;
    display: block;
}
    .inmodal .modal-header .btn-close {
       float:right ;
    }

    .inmodal .modal-header h4 {
        margin: 5px auto;
        display: block;
    }

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 50px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}
