﻿#page-body div {
    line-height: 25px;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"],input[type="datetime-local"], textarea, select {
    max-width: 380px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-width: 0.12em;
    font-weight: normal;
}

    input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, textarea:disabled, select:disabled {
        background: #cccccc;
    }

textarea {
    height: 70px;
}

select {
    /*height: 40px;*/
    padding: 2px;
}

hr {
    border-color: lightgray;
    border-top: none;
}

.btn-apply {
    font-size: 16pt !important;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    background-image: url(images/forward.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+48,0e0e0e+100 */
    background-color: rgb(14,14,14); /* Old browsers */
    background-color: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 48%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 48%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 48%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.btn-submit.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

.btn-red {
    background: red !important;
    border-color: red !important;
}

.btn-red {
    background: red !important;
    border-color: red !important;
}

br {
    display: block;
    content: " ";
    margin-top: 3px !important;
}

.xx-small {
    max-width: 40px !important;
}

.x-small {
    max-width: 80px !important;
}

.x-small {
    max-width: 80px !important;
}

.btn-red {
    background: red !important;
    border-color: red !important;
}

.x-small {
    max-width: 80px !important;
}

.small {
    max-width: 120px !important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, select:focus {
    -webkit-animation: focus 0.5s both ease;
}

.medium {
    max-width: 200px !important;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC !important;
    border: 1px solid #CD0A0A !important;
}

.full-width {
    max-width: 100% !important;
}

.readonly-textbox {
    pointer-events: none;
    font-weight: bold !important;
    outline: none;
    border-color: #ffffff !important;
    border-width: 0em !important;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .4);
}

.in-shadow {
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .2);
}

.blackshadowtext {
    text-shadow: 1px 1px rgb(68, 69, 67);
}
/*Spinner*/
.overlay_light {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #010101 /*rgba( 255, 255, 255, .8 ) */;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 50000;
    cursor: progress;
}

.menu_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

#modalLoading #pTxt {
    padding-top: 30px;
}

#modalLoading #pImg {
    padding-top: 14px;
}

    #modalLoading #pImg img {
        z-index: 50009;
    }

#modalLoading {
    width: 300px;
    height: 130px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*margin: 0 auto 0 50%;*/
    color: #000000;
    z-index: 50001;
    text-align: center;
    vertical-align: middle;
    /*font-size:11pt;*/
    font-weight: bold;
    /*border: 3px outset Red;
    background: #fff;*/
    padding-bottom: 15px;
    display: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background: #94c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));
    background: -webkit-linear-gradient(top, #94c4fe 31%,#d3f6fe 100%);
    background: -moz-linear-gradient(top, #94c4fe 31%, #d3f6fe 100%);
    background: -o-linear-gradient(top, #94c4fe 31%,#d3f6fe 100%);
    background: -ms-linear-gradient(top, #94c4fe 31%,#d3f6fe 100%);
    background: linear-gradient(to bottom, #94c4fe 31%,#d3f6fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );
    border: 1px solid #4864a9;
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
}

    #modalLoading:before {
        content: "";
        height: 40px;
        width: 294px;
        display: block;
        position: absolute;
        left: 3px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    }

#modalLoading {
    -webkit-box-shadow: 0 0 5px 1px #000000;
    -moz-box-shadow: 0 0 5px 1px #000000;
    box-shadow: 0 0 5px 1px #000000;
}

.infoDiv {
    padding: 5px;
    color: gray;
    border: solid 1px orange;
}

    .infoDiv .fa {
        color: orange;
    }

.errorDiv:after {
    display: block;
    white-space: pre;
    margin-top: -10px;
    margin-bottom: 10px;
}

.tblMessageBox {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tblMessageBox tr td {
        padding: 5px;
        text-align: left;
        border: 1px solid gray;
        border-bottom: none;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 35px !important;
    }

        .tblMessageBox tr td img.icon {
            margin-left: -30px;
            margin-top: -5px;
        }

    .tblMessageBox tr:last-child td {
        border: 1px solid gray;
        text-align: center;
        cursor: pointer;
        width: 100%;
        padding: 12px !important;
    }

    .tblMessageBox tr td a:link {
        color: #ffffff !important;
        text-decoration: underline;
    }

    .tblMessageBox tr td a:visited {
        color: #ffffff !important;
    }

    .tblMessageBox tr td sup {
        color: #ffffff !important;
    }

.messageBox {
    z-index: 50060 !important;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
}

.message-wrapper {
    background: #615e5e;
    color: white;
    width: 90%;
    max-width: 550px;
}

.message-box-closebtn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 50065 !important;
}

.contentBox {
    /*background:#ffffff;*/
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 8px;
    /*border:3px solid  rgb(238,238,238);*/
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
/*Spinner*/
.overlay_light {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #010101 /*rgba( 255, 255, 255, .8 ) */;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 50000;
    cursor: progress;
}

.message-wrapper {
    background: #615e5e;
    color: white;
    width: 90%;
    max-width: 450px;
}

.icon {
    height: 20px;
    margin-bottom: -1px;
    margin-right: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.g-recaptcha {
    padding-top: 15px;
    padding: 15px;
}

.pq-page-placeholder select {
    width: 40px;
    height: 25px;
}

.pq-slider-icon {
    display: none;
}

.pq-grid-title-row {
    cursor: pointer;
}

.pq-grid-footer.pq-pager, .pq-grid .pq-grid-col {
    padding: 0;
    font-weight: bold;
    text-shadow: none !important;
    color: #ffffff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c7dc+0,85b2d3+100;Blue+Grey+3D */
    background: rgb(167,199,220); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(167,199,220,1) 0%, rgba(133,178,211,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */
}

.jq-grid {
    text-align: left !important;
    margin: auto;
    line-height: 20px !important;
    width: 100% !important;
}

.pq-row-select.ui-state-highlight {
    background: none !important;
    border: none !important;
}

.pq-grid-oddRow {
    background: #F2F2F2 !important;
}

.pq-grid-row.pq-grid-row-hover {
    background: #ffffff !important;
    border-width: 0 !important;
}

.pq-grid-oddRow.pq-grid-row-hover {
    background: #F2F2F2 !important;
    border-width: 0 !important;
}

.event-row {
    text-align: left;
    line-height: 20px !important;
}

    .event-row span {
        font-weight: bold !important;
    }

    .event-row:hover {
        background: none !important;
    }

.recurring-calendar.datepicker {
    height: 290px !important;
}

.datepicker--cell.datepicker--cell-day.-disabled- {
    color: red;
    text-decoration: line-through;
}

.upper-text input[type="text"] {
    text-transform: uppercase;
}

.radio-list {
    margin-bottom: 6px !important;
}

[data-control] {
    padding: 0 !important;
}

.date-picker {
    background-image: url('../images/icons/calendar.png') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.time-picker {
    background-image: url('../images/icons/clock.png') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.btn {
    cursor: pointer !important;
    color: #ffffff;
}

    .btn i:after {
        content: " \00a0";
    }

    .btn.forward {
        background-image: url(images/forward.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 14px;
        padding-right: 35px !important;
    }

    .btn.back {
        background-image: url(images/back.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 14px;
        padding-left: 25px !important;
    }

input[type="text"]:hover.date-picker, .date-picker.input-validation-error {
    background-image: url('../images/icons/calendar.png') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

input[type="text"]:hover.time-picker, .time-picker.input-validation-error {
    background-image: url('../images/icons/clock.png') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.tbl-grid {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .tbl-grid tr td {
        padding: 5px;
        border: solid 1px #c5dbec;
    }

    .tbl-grid thead tr td {
        border: 1px solid #c5dbec;
        font-weight: bold;
        background: #dfeffc;
        color: #000000;
    }

.fa-10pt {
    font-size: 10pt;
}

.fa-11pt {
    font-size: 11pt;
}

.fa-12pt {
    font-size: 12pt;
}
.input-error {
    border: solid red 1px !important;
    background: #f1dcdc !important;
}