/**
 *
 * Apply your custom CSS here
 *
*/

/* Layout Align */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color:#000 !important;
}

div.row {
    
}

.override-margin {
    margin: -30px;
    margin-bottom: 30px;
}

.page-container .main-content .page-title .left-align {
    float: left;
    padding-left: 30px;
}

.page-container .main-content .page-title .right-align {
    float: right;
    padding-right: 30px;
}

.page-container .main-content .left-align {
    float: left;
}

.page-container .main-content .right-align {
    float: right;
}

.page-container .main-content .page-title .title-env, .page-container .main-content .page-title .right-align {
    display: block;
}

/* Datepicker Date Selection */
.daterange .dr-input .dr-dates .dr-date {
    font-size: 1.3rem !important;
}

.daterange .dr-selections .dr-calendar {
    font-size: 1.3rem !important;
}

.daterange .dr-selections .dr-preset-list {
    font-size: 1.3rem !important;
}

.daterange .dr-input .dr-presets {
    width: 3.4rem !important;
}

/* Datepicker Calendar Window */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher {
    height: 1.9rem !important;
}

.daterange .dr-selections .dr-list-item .dr-item-aside {
    font-size: 1rem !important;
}

.daterange .dr-selections .dr-calendar .dr-range-switcher {
    padding: 1rem 1rem !important;
    font-size: 1.3rem !important;
}

.daterange .dr-selections .dr-calendar .dr-days-of-week-list {
    font-size: 1.3rem !important;
}

.daterange .dr-selections .dr-calendar .dr-day-list {
    font-size: 1.3rem !important;
}

/* Line Align Form */
.cheque-form-inputs {
    /*margin-top: 5px;*/
    margin-top: inherit!important;
}

.word-break-fix {
    word-break:normal!important;
}

.margin-fix {
    margin-bottom: inherit!important;
}

.blockquote-fix {
    padding: 0px 6px!important;
}

.textalign-right {
    text-align: right;
}

.cheque-form-inputs .row:before {
    display: block;
    margin: 0 15px;
    height: 1px;
    background: #eaeaea;
    margin-bottom: 5px;
}

.cheque-form-inputs .row + .row {
    margin-top: 5px
}

/*.cheque-form-inputs .control-label {
    font-size: 14px;
    line-height: 30px
}*/

.cheque-form-inputs .control-label {
    /*font-size: 14px;*/
    font-weight: bold;
}

/* Ribbon */
.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 150px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F79E05 0%, #8F5408 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 30px;
        left: -34px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F5408;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F5408;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F5408;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F5408;
        }














.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
}

.loading-vue {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
}



.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}




table tr.attention {
    background: #f2dede;
}

table tr.attention:hover {
    background: #eacccc;
}





.disabled-line {
    color: #bfc1c1;
    text-decoration-line: line-through;
}

.disabled-line-2 {
    color: #bfc1c1;
}



.popover {
    width: 100%;
    max-width: 600px;
}