body {
    overflow: visible;
    font-size: 15px;
}

.red {
    background-color: #d9534f;
}

.blue {
    background-color: #337ab7;
}

.green {
    background-color: #5cb85c;
}

.yellow {
    background-color: #f0ad4e;
}

.purple {
    background-color: #5772d9;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1.2em;
}

p {
    font-size: 1.1em;
}

/* ALERT STUFF ********************************************************************************************************/
.alert {
    margin-bottom: 0;
}

.alert-temp {
    position: absolute;
    top: 50px;
    z-index: 10000;
    width: 100%;
}

.alert-warning {
    background-color: #f2eac1;
}

.in-alert {
    font-size: 0.9em;
    font-style: italic;
    display: table; /* This is used to make it like block but not full-width */
}

/* ALERT STUFF END ****************************************************************************************************/

/* NAVBAR STUFF *******************************************************************************************************/
.navbar {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 15px;
}

.navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.locale-select:hover {
    background-color: #6b8ca3;
}

.navbar-nav > li:hover {
    background-color: #6b8ca3;
}

.navbar-nav > li > a:hover {
    color: #ffffff !important;
}

.navbar-inverse{
    background-color: #0e1366;
}
.navbar-nav>li:hover {
    background-color:#2532C0;
}
.current-locale{
    border: 1px solid white;
}
.dropdown-logout{
    background-color: transparent;
    height: 53px;
}
.fa-caret-square-down{
    color:white;
}
.navbar-right .dropdown-menu{
    margin-top:2px;
    text-align: center;
    border-radius: 0;
    background-color: #0e1366;
    border-top: 1px solid white;
}
#layout-dropdown-menu{
    display: none;
}
.dropdown-divider{
    background-color: white;
    height: 1px;
}
.navbar-sub-button{
    height: 45px;
    font-size: 1.2em;
    color: white;
    padding-top: 5px;
}
.navbar-sub-button:hover{
    border:2px solid #8206c7;
}
.layout-profile-photo-s{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAVBAR STUFF END ***************************************************************************************************/

/* PROFILE PHOTO STUFF ************************************************************************************************/
.profile-photo {
    max-width: 225px;
    max-height: 225px;
    object-fit: cover;
}

.profile-photo-s {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-photo-ss {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-photo-xs {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.dashboard-pp {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.dashboard-pp-name {
    bottom: 0px;
    font-size: 11px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-overflow: clip;
    white-space: nowrap;
}

.slide-pp-name {
    bottom: 0px;
    font-size: 11px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #8206c7;
    text-overflow: clip;
    white-space: nowrap;
    text-align: center;
}

/* PROFILE PHOTO STUFF END ********************************************************************************************/

.box {
    border: solid lightgrey 1px;
    padding: 0.5em;
    background-color: white;
    border-radius: 5px;
}

.white-box {
    border: solid dimgrey 1px;
    padding: 0.5em;
}

.field-required::after {
    color: red;
    content: " *";
}

.faded {
    opacity: 0.5;
}

.ajax-operation-loading-gif {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 12px;
    left: 200px;
}

.case-title-form-text-input {
    width: 82% !important;;
}

.btn-group > .btn {
    border: 1px solid #1d225d36 !important;
}

#loader-case {
    display: block;
    background: rgb(0, 0, 0, 0.5);
    z-index: 1234;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loader-gif {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 123;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}

.virawell {
    background-color: #f5f5f5;
    border: 4px solid #e3e3e3;
    border-radius: 15px;
}

.page-footer {
    background-color: #022359;
    position: absolute;
    flex-shrink: 0;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.page-footer-mobile{
    position: static !important;
}

.shared-folder-tag {
    font-style: italic;
}
.shared-folder-tag::before {
    content: "\00a0\00a0\00a0\00a0";
}
.shared-folder-tag-view {
    color: #9a9a9a;
}
.shared-folder-tag-edit {
    color: #7a98ce;
}
