/**
* CSS Gias file
*/

.nowrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.panel-primary > .panel-heading {
    background-color: #3f648c !important;
    border-color: #3f648c !important;
}

.panel-primary {
    border: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
tr:focus {
    outline: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f4f4f4;
}

.table > tbody > tr.active > td,
.table-hover > tbody > tr.active:hover > td {
    background-color: #c2d4e0;
}

div.pull-right > button.btn, div.pull-right > a.btn {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: -10px;
}

#side-menu .arrow {
    margin-right: 10px;
    margin-top: 3px;
}

.list-filter {
    margin-left: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.label-radio-inline {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.label-radio {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.height-100 .ta-editor {
    height: 100px;
    min-height: 100px;
}

.height-200 .ta-editor {
    height: 200px;
    min-height: 200px;
}

.height-300 .ta-editor {
    height: 300px;
    min-height: 300px;
}

.height-unfixed .ta-editor {
    min-height: 50px;
}

.height-unfixed .ta-scroll-window > .ta-bind {
    min-height: 48px;
}

.height-100 .ta-scroll-window > .ta-bind {
    min-height: 98px;
}

.height-200 .ta-scroll-window > .ta-bind {
    min-height: 198px;
}

.height-300 .ta-scroll-window > .ta-bind {
    min-height: 298px;
}

.link-pointer {
    cursor: pointer !important;
}

.course-not-completed {
    font-weight: bold;
}

#loading-overlay {
    z-index: 1050;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

#loading-overlay img {
    display: flex;
    margin: 0 auto;
}

.strikeout {
    text-decoration: line-through;
}

.pointer {
    cursor: pointer;
}

.ui-autocomplete {
    z-index: 1051;
}

.footer-base {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.credit-footer {
    background-color: #224666;
    color: #c2d4e0;
}

.impersonating-footer {
    background-color: #fff3cd;
    color: #212529;
    padding: 0.5rem 0;
}

.credit-footer a {
    color: white;
}

.task-expired {
    color: #fff;
    background-color: #f33;
}

.task-expiring {
    background-color: #ff3;
}


.truncated-html {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.truncated-html p {
    margin: 0;
}

.truncated-html.clickable {
    cursor: pointer;
    text-decoration: underline;
}
