﻿.validation-message{
    color: orangered;
}
.vertical-menu {
    background: #dc3545 !important;
}
.navbar-brand-box {
    background: #dc3545 !important;
}
.thumb-image-list{
    margin-bottom: 10px;
}
.btn-success {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.form-check-input:checked {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.top-margin-10 {
    margin-top: 10px;
}

.right-margin-3 {
    margin-right: 3px;
}

.right-margin-5 {
    margin-right: 5px;
}
.link-anchor-custom {
    color: #dc3545 !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.sort-link {
    cursor: pointer;
    color: #dc3545 !important;
}
.center-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
#sidebar-menu ul li a {
    color: #eef0f6 !important;
}
#sidebar-menu ul li a i {
    color: #eef0f6 !important;
}
.menu-title {
    color: #eef0f6 !important;
}
.custom-modal-large {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 80px !important;
    z-index: 10000 !important;
}
.custom-modal-extralarge {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 80px !important;
    z-index: 10000 !important;
}
.custom-modal-overlay {
    z-index: 10000 !important;
}
.colored-hr {
    border-top: 1px dashed #dc354550 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* The Modal (background) */
/*.modal {
    display: none;
    position: fixed;
    z-index: 998;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}*/
/* Modal Content */
/*.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}*/

/* The Close Button */
/*.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}*/
