[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.modal.modal-wide .modal-dialog {
    width: 60%;
}

.modal-xl {
    width: 75% !important;
}

.modal.modal-totalwide .modal-dialog {
    width: 90%;
}

.modal-module {
    width: 99% !important;
    height: 99% !important;
    margin: 5px !important;
    padding: 0 !important;
    overflow: auto;
}

.modal-module.modal-content {
    height: auto !important;
    min-height: 90% !important;
    border-radius: 0 !important;
}

.modal-wide .modal.modal-totalwide .modal-body {
    overflow-y: auto;
}

.fa-select {
    font-family: Arial, 'FontAwesome';
}

.validated {
    color: green;
}

.unviewed {
    color: red;
}

.requested {
    color: #2271BA;
}

.in-process {
    color: grey;
}

.badge-notify {
    position: relative;
    top: -14px;
    left: -11px;
}

.chat-icon-container {
    cursor: pointer;
}

.chat-read {
    background: rgba(124, 137, 175, 0.85) !important;
}

.chat-unread {
    background: rgba(202, 36, 36, 0.85) !important;
}

.pointer {
    cursor: pointer;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: rgb(195, 203, 211);
}


/*HEADER ????*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}