/*
 * USST custom CSS styles
 */
.container-fluid {
    max-width: 100%;
}

.navbar-submenu {
    min-width: 220px;
}

.submenu-content-container {
    width: 90%;
}

h1 {
    font-size: 24px;
    margin-bottom: 16px;
}

h2 {
    font-size: 20px;
    margin-bottom: 13px;
}

h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-dialog {
    width: 100%;
    min-width: 800px;
    word-wrap: break-word;
}

.csv-list span::after {
    content: ", ";
}
.csv-list span:last-child:after {
    content: none;
} 
 
.table-selectable .active td {
    background-color: #aa0020 !important;
    color: #fff;
}

.table-selectable p {
    margin-bottom: 0;
}

.table-selectable td {
    cursor: hand;
    cursor: pointer;
}

.text-preview {
    padding-left: 5px;
    padding-top: 10px;
}

.btn-md {
    min-width: 90px;
}

tr.requested {
    font-style: italic;
    color: #1e8449 !important;
}

.input-group-addon {
    padding: 0;
    background-color: inherit;
}

.feedbackPanelERROR span {
    font-weight: bold;
    color: #aa0020;
}

#waitingIndicator {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: white;
    width: 100%;
    height: 100%;
    color: black;
    opacity: 0.5;
}

#waitingIndicator div {
    width: 32px;
    height: 32px;
    margin: 20% auto;
}

#waitingIndicator div img {
    width: 100%;
    height: 100%;
    /*style="opacity:1; margin-top: 30%;"*/
}

.w_close:after {
    content: "X";
}

.sync-open {
    font-style: italic;
    color: #1e8449;
}

.sync-error {
    font-style: italic;
    color: #a93226;
}

.sync-failed {
    font-style: italic;
    color: #a93226;
}

.sync-locked {
    font-style: italic;
    color: #21618c;
}

.sync-unknown {
    font-style: italic;
    color: #A4A4A4;
}

.sync-incomplete {
    font-style: italic;
    color: #a93226;
}

.form-control-small {
    display: inline;
    width: 35%;
}

.control-label {
    word-wrap: break-word;
    text-align: left !important;
}
.table-buttons {
	background-color: transparent !important;
}

.table-buttons td {
	text-align: center;
    width: 35px;
}

.btn-cancel {
    color: #545454;
}

.btn-delete {
    color: #fff;
    border-color: #cccccc;
    margin-bottom: 10px;
}

.img-lock {
    color: #b20000;
}

.img-lock-open {
    width: 48px;
    height: 48px;
    position: relative;
    background: url('lock-open-48.svg');
    transform: scale(0.65);
    vertical-align: middle;
}

.btn-approve {
    background-color: #007F00 !important;
}

.role-assignment-dialog {
    height: 480px;
    overflow: auto    
}