body {
    direction:rtl;
    font-family: arial, 'sans-serif';
    margin-bottom: 90px;
}

body.ltr {
    direction: ltr;
}

.mainContent {
    margin-top: 25px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.uploaderContainer {
    margin-top: 20px;
}

.file {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 15px;
}

.file-container {
    word-wrap: break-word;
    text-align: center;
    max-width: 100px;
    margin: 0 10px;
}

.file-noImage {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B8B8B8;
    color: #eee;
}

.filesMainContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 480px)
{
    .CrmUserActions {
        position: fixed;
        bottom: 0;
        right: 0;
        height: 60px;
        background: #eee;
        width: 100%;
    }
}

.CrmUserActions {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    background: #eee;
    width: 100%;
}

.formButton {

}

.formButtonContainer {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #bbb;
}

.inputBlock-outside {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
    display: block;
    color: #444;
}

.inputBlock-outside:hover, .inputBlock-outside:active, .inputBlock-outside:focus {
    color: #444;
    text-decoration: none;
}

.inputBlock-title {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
}

.inputBlock-status {
    font-size: 18px;
    margin-top: 5px;
}

.inputBlock-status .green {
    color: #5cb85c;
}

.inputBlock-status .orange {
    color: #f0ad4e;
}

.inputBlock-status .gray {
    color: #aaa;
}

span.green , span.orange , span.gray {
    background-color: initial !important;
}

.inputBlock-note {
    color: #d9534f;
    margin-top: 15px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #65b551!important;
    border-radius:50%!important;
    border:2px solid #fff;
    padding:0;

}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #a8a9ad!important;
    border-radius:50%!important;
    border:2px solid #fff;
    padding:0;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{
    padding:0!important;
}
.bootstrap-switch{
    border-color:#b8b9bc!important;
    border-radius:12px!important;
    display:block!important;
    white-space: nowrap;
}


.bootstrap-switch-label{
    background:transparent!important;
}

.signatureValue {
    max-width:100%;
}
.signatureValue svg {
    max-width: 100%;
}

.btn-primary {
    color: #231f20;
    border-radius:0px;
    background-color: #fff;
    border-color: #231f20;
    font-size:17px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}