﻿.tr_No15Day {
    background-color: rgba(229, 132, 50, 0.77) !important;
    color: #FFF;
}
.tr_No60Day {
    background-color: rgba(255, 0, 0, 0.62) !important;
    color: #FFF;
}
.subtitle {
    margin-top: -10px;
    margin-bottom: 35px;
}
    .subtitle h3 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 400;
    }
    .subtitle h3 span{
        font-size: 20px;
        font-weight: 500;
    }
.popupHeader {
    font-weight: 600;
    color: #4d627b;
}

.navbar-brand {
    color: #fff;
    padding: 0!important;
    height: 59px!important;
    position: relative;
    z-index: 2000;
    overflow: hidden;
}
.navbar-top-links > li > a {
    display:table-cell!important;
}
.fullwidth {
    width: 100%;
    text-align: left !important;
}
.deletelink {
    cursor: pointer;
    display: inline-block;
}
.editordate .text-box {
    width: 100%;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.07);
    height: 33px;
}
.col-auto {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
.form-disabled .form-control {
    background-color: #eee !important;
    cursor:not-allowed!important;
}
.buttons-wrapper {
    margin-bottom:20px;
}
    .buttons-wrapper .btn-action {
        width: 100%;
    }
        .buttons-wrapper .btn-action h3 {
            color: #136daf;
            font-size: 30px;
        }
        .buttons-wrapper .btn-action.selected {
            background-color: #a5ddf8;
        }
#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #177bbb;
    border-right-color: transparent;
    border-radius: 50%;
}
.alert_1 {
    background-color: #FFF!important;
}
.alert_2 {
    background-color: yellow !important;
}
.alert_3 {
    background-color: #ff4141 !important;
}
.alert_4 {
    background-color: #5eff47 !important;
}
.alert_5 {
    background-color: #06cdb1 !important;
}
.alert_6 {
    background-color: darkorange !important;
}
.legendlist {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    font-style: italic;
    margin-bottom:20px;
}
    .legendlist .badge {
        display: inline-block !important;
        width: 23px;
        height: 14px;
        border:1px solid #ccc;
    }
#selector {
    display: inline-block;
    padding:12px 0;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.form-validate input.error {
    border: 1px solid #cb0202 !important;
    background-color: #fff2f2;
}
.disabledrow input {
    border: 1px solid rgba(0,0,0,.07) !important;
    background-color: #ececec !important;
}
.form-validate label.error {
    color: #cb0202;
    font-size: 0.9em;
}
.form-validate .form-inline .extradate {
    width: calc(100% - 32px);
    margin-left: 10px;
}
.tableFixHead {
    overflow: auto;
    max-height: 300px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/* Just common table stuff. Really. */
.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th, td {
    padding: 8px 16px;
}

    .tableFixHead th {
        background: #c88b14;
    }
    .tableFixHead a {
        color: #FFF;
        font-weight: 500;
        text-decoration: underline;
    }