﻿.required::after {
    content: "*";
    color: red;
    font-size: 1.0em;
    margin-left: 2px;
/*    position: absolute;*/
}

/*[disabled] { opacity:0.9;}*/
a.disabled, span.disabled, label.disabled, input[disabled], select[disabled], textarea[disabled], td.disabled, th.disabled, div.disabled {
    color: #999;
    pointer-events: none;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.popup-blue {
    background-color: #bbddff;
}

.popup-silver {
    background-color: #f5f5f5;
}

.bubbleContainer {
    float: left;
    display: inline-block;
}

.speech-bubble {
    padding: 10px;
    padding-left: 20px;
    background: #61b7e8;
    color: #fff;
    border-radius: 4px;
    border: solid 1px #6c9eba;
    margin-left: 20px;
    margin-top: -10px;
    display: none;
    z-index: 999;
    position: absolute;
}

    .speech-bubble:before {
        content: "";
        border: solid 10px transparent;
        border-right-color: #61b7e8;
        width: 0;
        height: 0;
        overflow: hidden;
        display: inline-block;
        margin-left: -40px;
        float: left;
    }

.errMsg {
    display: none;
}

.modal-md {
    max-width: 500px;
}

.nowrap {
    white-space: nowrap;
}

.jsgrid-cell {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.anc-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    background-color: #5ecfb3;
}

    .anc-btn:hover {
        background-color: orange;
    }

hide, .hidden {
    display: none;
}

.red, red {
    color: red!important;
}

.green, green {
    color: green!important;
}

.blue, blue {
    color: dodgerblue!important;
}

.orange, orange {
    color: orange!important;
}

.red-bg {
    background-color: red !important;
}

.green-bg {
    background-color: green !important;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.italics {
    font-style: italic;
}

.shadow {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}


/* Modal popup*/
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 5000;
    padding-top: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.popup-container {
    position: relative;
    background-color: transparent;
    margin: auto;
    margin-bottom: 50px;
    padding: 0;
    width: 90%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}

    /* The Close Button */
    .popup-container .popup-close {
        color: #000000;
        font-weight: bold;
        border: none;
        background: none;
        text-decoration: none;
        cursor: pointer;
        float: right;
        opacity: 0.3;
        transition: all ease-in 0.2s;
        font-size: 2rem;
        margin-right:12px;
        margin-top:6px;
    }

        .popup-container .popup-close:hover,
        .popup-container .popup-close:focus {
            color: red;
            opacity: 1;
        }

.popup-alert .popup-container {
    max-width: 500px;
}

.popup-content {
    padding: 0px !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
}

.popup-hint {
    border:1px solid #aaa;
    background-color:#f7fbc1;
    color:#000;
    border-radius:6px;
    opacity:0;
    position:absolute;
    z-index:99;
    padding:6px;
    font-size:0.9em;
    white-space:normal;
}

.modal-header {
    padding:0px;
    clear:none;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.modal-header:after{ clear:none;}
.modal-header .title {
    padding: 10px 15px;
    font-size:1.4rem;
    vertical-align:middle;
    display:inline-block;
}
.modal-footer input:not(.btn-warning):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-primary):not(.btn-default) {
    transition:all ease 0.3s;
    background-color:#efefef;
    border:1px solid #ccc;
}
.modal-footer input:not(.btn-warning):not(.btn-success):not(.btn-info):not(.btn-danger):not(.btn-primary):not(.btn-default):hover {
    background-color:#c1e6c0;
}

.default .modal-header {
    background-color: rgba(0,120,214,1);
    color: #ffffff;
}

.error .modal-header {
    background-color: #d89292;
    color: #ffffff;
}

.error .modal-header .title {
    color: #ffffff;
}

.error .modal-footer .btn-close {
    background-color: #d89292;
    color:#fff;
}

.error .modal-footer .btn-close:hover {
    background-color: #f69494;
    color:#fff;
}

.success .modal-header {
    background-color: #c0eeb9;
    color: #000;
}
.success .modal-header .title {
    color: #000;
}
.success .modal-footer .btn-close {
    background-color: #c0eeb9;
}
.success .modal-footer .btn-close:hover {
    background-color: #99f38b;
}
.warning .modal-header {
    background-color: #fdf59a;
    color: #000;
}
.warning .modal-header .title {
    color: #000;
}
.modal-header h3 {
    margin: 0;
    line-height: 1.42857143;
    font-size: 1.2em;
    font-weight: normal;
}

.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body:last-child {
        border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;

}
.modal-footer {
    padding: 8px !important;
    text-align: right;
    border:1px solid #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
}

    .modal-footer input[type=button] {
        min-width: 60px;
    }


        .modal-footer input[type=button]:not(:first-child) {
            margin-left: 8px;
        }

.popup-blue {
    background-color: #aac9e8;
}

/* end modal*/

hide, .hidden {
    display: none;
}

.jsgrid-grid-body {
    background-color: #fefefe;
}

.date-picker {
    background: url(/images/date-picker.png) right center no-repeat #fff !important;
    padding-right: 40px;
}

    .date-picker::-ms-clear {
        display: none;
    }

.input-container label {
    font-weight: normal;
}

.control-label {
    padding-right: 6px;
}
/* select-buttons*/
.input-container .select-buttons a {
    background-color: #efefef;
    display: inline-block;
    padding: 6px;
    color: #000;
    border-right: 1px solid #ccc;
    min-width: 36px;
    text-align: center;
    text-decoration: none;
}

    .input-container .select-buttons a:first-child {
        border-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .input-container .select-buttons a:last-child {
        border-radius: 4px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .input-container .select-buttons a:not(.selected):hover {
        background-color: orange;
        color: #000;
    }

.input-container .select-buttons .selected {
    background-color: steelblue;
    color: #fff;
}

.input-container .select-buttons {
    margin: 0px !important;
}

.input-container label {
    font-weight: normal !important;
}

.input-container div.htmltext {
    min-height:34px;
    height:auto;
}

.input-container .col-sm-5:not(:last-child) {
    padding-right: 0px;
}

.input-container .check-input {
    padding-left: 0px;
    cursor: pointer;
}

    .input-container .check-input:hover {
        color: blue;
    }

    .input-container .check-input input {
        margin-right: 6px;
    }

/* end select-buttons*/
.error {
    color: red;
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    clear: both;
}

.form-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .form-section .sec-title {
        font-size: 1.1em;
        padding: 4px 0px;
        margin-bottom: 15px;
        font-weight: bold;
        border-radius: 3px;
        width: auto;
        border-bottom: 1px dotted #999;
    }

.nowrap {
    white-space: nowrap;
}

.jsgrid-cell {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.anc-btn {
    font-weight: bold;
    color: orange;
}

    .anc-btn:hover {
        color: green;
    }
/*----------------*/
/*file upload*/
.fileUpload {
    position: relative;
    height: 35px;
}

    .fileUpload .fileWrapper {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        width: 90%;
        border: 1px solid #d5d5d5;
        border-radius: 4px 4px 4px 4px !important;
        min-height: 30px;
        padding-right: 8px;
    }

    .fileUpload .fileInput {
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
        width: 80%;
        float: left;
        padding-left: 6px;
    }

    .fileUpload .fileButton {
        float: right;
        font-size: 22px;
        color: #31b0d5;
        padding-top: 2px;
    }

    .fileUpload input[type=file] {
        position: relative;
        text-align: right;
        -moz-opacity: 0;
        filter: alpha(opacity= 0);
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 30px;
    }

.subHeading {
    /*color: #00B388;*/
    font-weight: bold;
    padding-bottom: 5px;
}

.noselect, .no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
/* arrow buttons */
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    min-width: 100%;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

    .btn-arrow-right:before,
    .btn-arrow-right:after,
    .btn-arrow-left:before,
    .btn-arrow-left:after {
        /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 5px;
        /* move it down because of rounded corners */
        width: 20px;
        /* same as height */
        height: 20px;
        /* button_outer_height / sqrt(2) */
        background: inherit;
        /* use parent background */
        border: inherit;
        /* use parent border */
        border-left-color: transparent;
        /* hide left border */
        border-bottom-color: transparent;
        /* hide bottom border */
        border-radius: 0px 4px 0px 0px;
        /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */
    background-color: white;
}
/* end arrow buttons*/
.mg-0 {
    margin: 0px;
}

.mg-6 {
    margin: 6px;
}

.mg-10 {
    margin: 10px;
}
.mg-15 {
    margin: 15px;
}
.mg-20 {
    margin: 20px;
}

.mg-40 {
    margin: 40px;
}

.mg-100 {
    margin: 100px;
}

.mg-t0 {
    margin-top: 0px;
}

.mg-t6 {
    margin-top: 6px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t15 {
    margin-top: 15px;
}

.mg-t20 {
    margin-top: 20px;
}

.mg-t40 {
    margin-top: 40px;
}

.mg-t100 {
    margin-top: 100px;
}

.mg-b0 {
    margin-bottom: 0px;
}

.mg-b6 {
    margin-bottom: 6px;
}

.mg-b10 {
    margin-bottom: 10px;
}
.mg-b15 {
    margin-bottom: 15px;
}
.mg-b20 {
    margin-bottom: 20px;
}

.mg-b40 {
    margin-bottom: 40px;
}

.mg-b100 {
    margin-bottom: 100px;
}

.mg-r15 {
    margin-right:15px;
}
.mg-l15 {
    margin-left:15px;
}
.pd-0 {
    padding: 0px;
}

.pd-5 {
    padding: 5px;
}

.pd-6 {
    padding: 6px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-40 {
    padding: 40px;
}

.pd-100 {
    padding: 100px;
}

.pd-t0 {
    padding-top: 0px;
}

.pd-t6 {
    padding-top: 6px;
}

.pd-t10 {
    padding-top: 10px;
}

.pd-t20 {
    padding-top: 20px;
}

.pd-t40 {
    padding-top: 40px;
}

.pd-t100 {
    padding-top: 100px;
}

.pd-b0 {
    padding-bottom: 0px;
}

.pd-b6 {
    padding-bottom: 6px;
}

.pd-b10 {
    padding-bottom: 10px;
}

.pd-b20 {
    padding-bottom: 20px;
}

.pd-b40 {
    padding-bottom: 40px;
}

.pd-b100 {
    padding-bottom: 100px;
}

.pd-l0 {
    padding-left: 0px;
}

.pd-l6 {
    padding-left: 6px;
}

.pd-l10 {
    padding-left: 10px;
}

.pd-l20 {
    padding-left: 20px;
}

.pd-l40 {
    padding-left: 40px;
}

.pd-l100 {
    padding-left: 100px;
}

.bo-1 {
    border: 1px solid #ccc;
}

.bo-2 {
    border: 2px solid #ccc;
}

.bo-3 {
    border: 3px solid #ccc;
}

.bo-5 {
    border: 5px solid #ccc;
}

.bo-t1 {
    border-top: 1px solid #ccc;
}

.bo-t2 {
    border-top: 2px solid #ccc;
}

.bo-t3 {
    border-top: 3px solid #ccc;
}

.bo-t5 {
    border-top: 5px solid #ccc;
}

.bo-r1 {
    border-right: 1px solid #ccc;
}

.bo-r2 {
    border-right: 2px solid #ccc;
}

.bo-r3 {
    border-right: 3px solid #ccc;
}

.bo-r5 {
    border-right: 5px solid #ccc;
}

.bo-b1 {
    border-bottom: 1px solid #ccc;
}

.bo-b2 {
    border-bottom: 2px solid #ccc;
}

.bo-b3 {
    border-bottom: 3px solid #ccc;
}

.bo-b5 {
    border-bottom: 5px solid #ccc;
}

.bo-l1 {
    border-left: 1px solid #ccc;
}

.bo-l2 {
    border-left: 2px solid #ccc;
}

.bo-l3 {
    border-left: 3px solid #ccc;
}

.bo-l5 {
    border-left: 5px solid #ccc;
}

.fw-n, .fw-normal {
    font-weight: normal !important;
}

/******************* CALENDAR ****************/
.cal-wrapper, .cal-wrapper * {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.cal-wrapper {
    font-size: 12px;
    /*font-family: Tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    position: absolute;
    /*max-width:300px;*/
    z-index: 9999;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    /*font-family: Trebuchet MS;*/
    font-size: 12px;
    min-width: 260px;
    max-width: 600px;
    width: 100%;
}

.cal {
    clear: both;
    padding: 4px;
    text-align: center;
    background-color: #fff;
    color: #2c2b2b;
    width: 220px auto;
    min-height: 230px;
    border: 1px outset #ccc;
    overflow: visible;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}

    .cal a {
        text-decoration: none;
        display: inline-block;
    }

.cal-head {
    width: 100%;
    white-space: nowrap;
    display: table;
}

.cal .cal-back a {
    min-height: 20px;
    cursor: pointer;
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 20px;
    position: relative;
    background-color: rgba(23, 174, 44, 1);
}

    .cal .cal-back a:after {
        content: "\25c0"; /*\25C0*/
        font-family: Verdana;
        font-size: 14px;
        position: absolute;
        color: #fff;
        vertical-align: middle;
        left: 50%;
        width: 22px;
        margin-left: -12px;
        display: block;
        /*margin-top:4px;
    border:7px #ffffff solid;
    border-left-color:transparent;
    border-top-color:transparent;
    border-bottom-color:transparent;*/
    }

.cal div.cal-close, .cal div.cal-back {
    display: table-cell;
    width: 23px;
    vertical-align: top;
}

.cal .cal-head a {
    text-decoration: none;
}

    .cal .cal-head a:hover {
        background-color: #0094ff;
    }

.cal .cal-close a {
    cursor: pointer;
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    background-color: rgb(237, 94, 39);
}

    .cal .cal-close a:after {
        content: "\2716";
        font-family: Verdana;
        font-size: 14px;
        position: absolute;
        color: #fff;
        vertical-align: middle;
        left: 50%;
        width: 22px;
        margin-left: -11px;
        display: block;
    }

.cal div.cal-title {
    text-align: center;
    padding: 4px;
}

.cal div.cal-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-top: 0px;
    clear: both;
}

.cal .cal-day.weekend {
    background-color: #f4f4f4;
}

.cal a.cal-year {
    float: left;
    padding: 4px;
    outline: 1px solid #ccc;
    cursor: pointer;
    min-width: 35px;
    width: 16.66%;
    text-align: center;
    color: #000;
}

    .cal a.cal-year:hover {
        background-color: #0094ff;
        color: #fff;
    }

.cal a.cal-month {
    float: left;
    padding: 4px;
    outline: 1px solid #ccc;
    cursor: pointer;
    width: 50%;
    color: #000;
}

    .cal a.cal-month:hover {
        background-color: #0094ff;
        color: #fff;
    }

.cal a.cal-day {
    padding: 4px;
    float: left;
    outline: 1px solid #ccc;
    cursor: pointer;
    width: 14.2%;
    color: #000;
}

    .cal a.cal-day:hover {
        background-color: #0094ff;
        color: #fff;
    }

.cal div.cal-today {
    clear: both;
    display: block;
    padding: 4px;
}

    .cal div.cal-today a {
        text-decoration: none;
    }

.cal .cal-hour {
    float: left;
    width: 25%;
    padding: 4px;
    outline: 1px solid #ccc;
    cursor: pointer;
    color: #000;
}

.cal .cal-btn-wrapper a:hover {
    background-color: #0094ff;
    color: #fff;
}

.cal .cal-min {
    width: 10%;
    float: left;
    padding: 4px;
    outline: 1px solid #ccc;
    cursor: pointer;
    color: #000;
}

.cal div.cal-selection {
    color: #000;
    text-align: center;
    font-weight: bold;
    display: table-cell;
}

.cal a.cal-caption {
    background-color: #eee;
    color: #222;
    cursor: default;
}

    .cal a.cal-caption:hover {
        background-color: #0094ff;
        color: #222;
        cursor: default;
    }

.cal a.cal-disabled, a.cal-disabled:hover {
    color: #ccc !important;
    background-color: #eee !important;
    cursor: default;
}

.cal div.cal-disabled {
    background-image: none;
    cursor: default;
}

.cal-time-wrapper {
    border: 1px solid #ccc;
    padding-top: 10px;
    min-height: 140px;
}

div.cal-time-footer {
    clear: both;
    padding: 10px;
    white-space: nowrap;
}

    div.cal-time-footer a {
        margin-top: 30px;
        background: #043657;
        background-image: -webkit-linear-gradient(top, #043657, #064e78);
        background-image: -moz-linear-gradient(top, #043657, #064e78);
        background-image: -ms-linear-gradient(top, #043657, #064e78);
        background-image: -o-linear-gradient(top, #043657, #064e78);
        background-image: linear-gradient(to bottom, #043657, #064e78);
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
        color: #ffffff;
        padding: 6px 13px 6px 13px;
        text-decoration: none;
        width: 100%;
        display: block;
    }

        div.cal-time-footer a:hover {
            background: #0d5e91;
            background-image: -webkit-linear-gradient(top, #0d5e91, #07324f);
            background-image: -moz-linear-gradient(top, #0d5e91, #07324f);
            background-image: -ms-linear-gradient(top, #0d5e91, #07324f);
            background-image: -o-linear-gradient(top, #0d5e91, #07324f);
            background-image: linear-gradient(to bottom, #0d5e91, #07324f);
            text-decoration: none;
        }

        div.cal-time-footer a:active {
            position: relative;
            top: 1px;
        }

    div.cal-time-footer .cal-time-err {
        color: red;
    }

div.cal div.cal-month {
    display: inline-block;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.cal select, .cal input[type='text'], .cal input[type='number'] {
    padding: .4em;
    border: solid 1px #cfcfcf;
    max-width: 60px;
}

.cal .cal-min {
    padding-left: 10px;
}

.cal-hidden {
    display: none !important;
}

a.cal-selected, a.cal-selected:hover, a.cal-selected:link, a.cal-selected:active {
    background-color: navy !important;
    color: white !important;
}

.dt-picker-wrapper {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}

    .dt-picker-wrapper input[type='text'] {
        min-width: 150px;
        display: inline-block;
    }

.panel-basic-search label {
    font-weight: normal !important;
}

.panel-basic-search small {
    font-weight: bold;
}

@media screen and (min-width:780px) {
    .cal-wrapper {
        position: absolute;
        max-width: 340px;
    }

    .cal a.cal-year {
        font-size: 1.0em;
    }
}

@media screen and (max-width:779px) {
    .cal-wrapper {
        position: absolute;
        width: 95%;
        left: 2%;
    }

    .cal a.cal-prev {
    }

    .cal a.cal-year {
        font-size: 1.8em;
        width: 20%;
    }

    .cal a.cal-month {
        font-size: 1.8em;
    }

    .cal a.cal-day {
        font-size: 1.8em;
    }

        .cal a.cal-day:nth-child(7n):after {
            clear: both;
        }

    .cal a.cal-caption {
        font-size: 1.8em;
    }
    /*.cal a.year:nth-child(3n) { clear:both; }*/
    .cal-hour, .cal-hour-picker, .cal-min, .cal-min-picker {
        font-size: 1.8em;
    }

    .cal div.cal-selection {
        font-size: 1.8em;
    }

    div.cal-time-footer a {
        font-size: 1.8em;
    }

    .cal div.cal-back {
        width: 30px;
        height: 30px;
    }

    .cal div.cal-close {
        width: 30px;
        height: 30px;
    }

    .cal div.cal-back:after {
        border-width: 9px;
        margin-top: 5px;
    }

    .cal div.cal-close:after {
        font-size: 1.2em;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.change-history {
    background-color: #efefef;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    margin-bottom: 30px;
    padding: 6px;
}

    .change-history.current {
        background-color: #fff;
        display: block;
        margin-bottom: 10px;
    }

    .change-history:not(:nth-child(1)) {
        margin-left: 20px;
        border-left: 3px solid orange;
        opacity: 0.5;
    }

    .change-history .change-details {
        padding: 20px;
        padding-top: 0px;
    }

    .change-history .change-title {
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .change-history .change-version {
        color: blue;
        margin-right: 20px;
    }

        .change-history .change-version::before {
            content: "Version ";
        }

        .change-history .change-version::after {
            content: "  \2192";
        }

    .change-history .change-by {
        color: red;
        clear: right;
    }

.disabled { /*opacity:0.4;*/
}

/* LOADER START */
.loader-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    background-color: rgba(37, 154, 214, 0.5);
}

.loader-wrapper {
    position: absolute;
    top: 50%;
    height: 56px;
    width: 220px;
    margin-top: -31px;
    left: 50%;
    margin-left: -110px;
    background-color: rgb(20, 82, 114);
    border: 6px solid #fff;
    color: #ddd;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    font-size: 14px;
}

.loader {
    border: 8px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    border-top: 6px solid orange;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes slide-show {
    0% {
        height: 0px;
    }

    100% {
        height: 60px;
    }
}

.loader-outer {
    width: 110px;
    padding: 15px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    background-color: rgba(0,0,0,1);
    -webkit-box-shadow: 10px 10px 44px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 44px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 44px -13px rgba(0,0,0,0.75);
    border-radius: 10px;
}

.loader-text {
    font-weight: bold;
    font-size: 12px;
    color: #ccc;
    white-space: normal;
    padding-top: 10px;
}


.loader-container {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    background-color: rgba(100,100,100,0.2);
}
/* LOADER END */
.input-container .jq-lookup-popup {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    z-index: 9999;
    padding: 6px;
    display: none;
    max-height: 350px;
    min-width: 400px;
    overflow-x: visible;
    overflow-y:auto;
    border: 1px solid #ccc;
    border-top: none;
}

    .input-container .jq-lookup-popup a {
        display: block;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        padding: 3px 6px;
    }

        .input-container .jq-lookup-popup a:nth-child(even) {
            background-color: #fcfcfc;
        }

        .input-container .jq-lookup-popup a:hover {
            background-color: #0094ff;
            color: #fff;
        }

.input-container .jq-lookup .input-value {
    display: inline-block;
}

input::-ms-clear {
    display: none;
}

.input-container .jq-lookup {
    min-height: 32px;
    height: auto;
}

    .input-container .jq-lookup .jq-freetext {
        border: none !important;
        min-width: 20px;
        background-color: transparent;
        display: inline;
    }

    .input-container .jq-lookup label { /*border:1px solid #ccc;border-radius:5px;*/
        padding: 0px 4px;
        margin: 1px 5px 1px 0px;
    }

        .input-container .jq-lookup label a, a.btn-remove {
            background-color: #0d5e91;
            border-radius: 50%;
            display: inline-block;
            font-size: 11px;
            font-family: 'Lucida Sans';
            min-width: 16px;
            min-height: 16px;
            text-decoration: none;
            color: #fff;
            cursor: pointer;
            text-align: center;
            /*vertical-align: middle;*/
            margin-left: 3px;
        }

            .input-container .jq-lookup label a:hover, a.btn-remove:hover {
                background-color: red;
                color:#fff;
            }

        .input-container .jq-lookup label:hover {
            background-color: #b8f1ef;
        }

.input-file-container {
    /*position: relative;
    padding-left: 90px;*/
    /*overflow: hidden;*/
}

    .input-file-container .input-file {
        opacity: 0;
        width: 80px;
        height: 34px;
        border-radius: 5px;
        display: inline-block;
    }

    .input-file-container .input-file-clear {
        position:absolute;
        left:80px;
        width: 80px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .input-file-container input[type="file"] { opacity: 0; width:0px;height:0px;float:left;}

    .input-file-container .input-file-browse {
        width: 80px;
        border-radius: 5px;
        background-color: rgba(66,139,202,1);
        color: #fff;
    }

    /*.input-file-container a {
        text-decoration: none;
        margin-right: 10px;
    }*/

    .input-file-container.ifc-image  a.btn-remove {
            position:absolute;
            vertical-align: top;
            margin-left: -10px;
        }

    .input-file-container .input-image-preview {
        max-width: 100px;
        max-height: 100px;
        margin-right: 10px;
    }

    .input-file-container .file-selected-wrapper {
        margin-right: 15px;
        margin-bottom:5px;
        padding: 0px 0px !important;
        display: inline-block;
        float: left;
        border-bottom:1px dotted #999;
    }

    .input-file-container .file-selected-wrapper a:first-child {
    }

.input-file-selection { overflow:hidden;}


.line-loader {
    height: 4px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #ddd;
    float: left;
}

    .line-loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #8bf613;
        animation: line-loading 2s linear infinite;
    }

@keyframes line-loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.shadow {
    -webkit-box-shadow: 5px 5px 10px 0px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 5px 5px 10px 0px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 5px 5px 10px 0px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.of-hidden, .of-h {
    overflow: hidden;
}

.of-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.uline {
    text-decoration: underline;
}

.ws-nw {
    white-space: nowrap;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.no-border {
    border: 0;
    padding: 0;
}

.inline, .inline > * {
    display: inline-block;
    vertical-align: top;
}

.dropdown .caret {
    margin-left: 6px !important;
}

@media print {
    .noprint {
        display: none;
    }
}

.mce-abs-layout > * {
    width: auto;
    float: left;
}

.mce-abs-layout > label {
    min-width: 90px;
}

.h-auto {
    height: auto;
}

.w-auto {
    width: auto;
}
.jqex-popover-container{
    position:static;
    float:right;
    width:1px;
    height:1px;
}
.jqex-popover {
  opacity: 0;
  visibility: hidden;
  /*float: right;*/
  position:absolute;
  z-index:999;
  margin-left:20px;
  margin-top:8px;
  background-color:#dfeff7;
  padding: 0;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.26);
  border-radius:7px;
  transition: all ease 0.5s;
  border:1px solid #ddd;
  transform:translateY(-50%);
}
.jqex-popover:before {
  position:absolute;
  z-index: -1;
  content: "";
  margin-left: -10px;
  top: 50%;
  margin-top:-10px;
  background-color:#efefef;
  padding:8px;
  border:1px solid #ddd;
  border-color: transparent transparent #ddd  #ddd;
  transform: rotateY(0deg) rotate(45deg);
}
.jqex-popover.active {
  opacity: 1;
  visibility: visible;
  /*transform:translateY(-50%);*/
}
.jqex-popover-title 
{
    padding:10px 15px;
    border-bottom:1px solid #ccc;
    margin:0px;
    background-color:#dfeff7;
}
.jqex-popover-content 
{
    background-color:#efefef;
    padding:15px;
}
.jqex-popover label {
    margin-bottom:0px;
}

.pd-offset-sm-1 {
    padding-left:8.33%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-2 {
    padding-left: 16.66%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-3 {
    padding-left: 24.99%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-4 {
    padding-left: 33.32%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-5 {
    padding-left: 41.65%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-6 {
    padding-left: 49.98%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-7 {
    padding-left: 58.31%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-8 {
    padding-left: 66.64‬%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-9 {
    padding-left: 74.97%;
    margin-left:15px;
    margin-right:15px;
}
.pd-offset-sm-10 {
    padding-left: 83.33%;
    margin-left:15px;
    margin-right:15px;
}

.char-counts { color:orange;}
.char-counts::after {
    content: " character(s) used"
}
.jsgrid-clone-button {
    border:none;
    width:16px;height:16px;
    margin-right:6px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABySURBVDhPY2TAA+z6Nv2HMrGCQ0V+uPUT0gwCIDUsUDZOgMsgvLaDAN1cACbIdSbYBSACm0KYoYQMh3uBXFfADUBXSDcXMII04lKEy1AYAOkj6AIQACnEaREhW2AAlzqiXQBlYgJKXQA2mRhDsLuCgQEAGuBZBxzJdeUAAAAASUVORK5CYII=") no-repeat center center;
}
@media all and (max-width:680px) {
    .pd-offset-sm-1,
    .pd-offset-sm-2,
    .pd-offset-sm-3,
    .pd-offset-sm-4,
    .pd-offset-sm-5,
    .pd-offset-sm-6,
    .pd-offset-sm-7,
    .pd-offset-sm-8,
    .pd-offset-sm-9,
    .pd-offset-sm-10 {
        padding-left:0px;
    }
}
var { color:red;}
[data-popupid] { cursor: pointer;}
.c-pointer {cursor:pointer;}
.line2 {margin-bottom:10px;position:relative;}
.line2::before {position:absolute;left:6px;top:0px;right:6px;display:block;height:1px;background-color:#ddd;content:""}

.group-AddedBy, .PleaseNote {
    position: static
}
