/* @import url("theme.css"); */

a {
    color: #ff6347;
    text-decoration: none;
    background-color: transparent;
}
p{white-space: pre-line;}

.light_version .auth-main .auth_brand .navbar-brand {
    color: rgb(61, 61, 61);
}

.light_version .separator-linethrough span {
    background-color: #ffffff;
    border: 1px solid #a3a9af;
}
.light_version .separator-linethrough:after {
    border-top: 1px solid #a3a9af;
}
.light_version .card-wrapper .card .front, .card-wrapper .card .back {
    background: #e8e8e8;
}

.light_version .note-editor.note-frame {
    border: 1px solid #e2e2e2 !important;
    background: #f4f7f6  !important;
}
.light_version .note-editor.note-frame .note-editing-area .note-editable {
    color: rgb(70, 70, 70);
    background: rgb(255, 255, 255);
}
.light_version .note-editor.note-frame .note-statusbar {
    background-color: #f1f4f6;
}
.hiddenRow {
    padding: 0 4px !important;
    background-color: #e5e8eab8 !important;
    font-size: 13px;
}

.light_version hr {
    border-top: 1px solid rgba(90, 90, 90, 0.1);
    margin: 10px 0 10px;
}
.light_version #left-sidebar .navbar-brand {
    border-color: #e1e8ed;
    text-align: center;
    margin-top: 6px;
    padding-bottom: 8px;
}
#left-sidebar .navbar-brand .logo {
    width: 93px;
}
#left-sidebar .navbar-brand a:hover .logo {
    -webkit-animation: inherit;
    animation: inherit;
}
.error {
    font-size: 12px !important;
    color: red;
    padding-top: 5px;
}
.popdiv {
    position: absolute;
    z-index: 999999;
}
.light_version .custom-select, .light_version .custom-file .custom-file-label {   
    background-color: #ffffff;
}
.ms-container {
    background: transparent url(../img/switch.png) no-repeat 50% 50%;
    width: 100%;
}
.nav-tabs > li{
  padding-left:5px;
  padding-right:5px;
}

@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 95% !important;
}
}