﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rock+Salt|Shadows+Into+Light|Cedarville+Cursive|Great+Vibes');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #d9e3f6;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
    color: #564b47;
    padding: 0px;
    margin: 0px;
}

a:link, a:visited, a.link {
    color: #e0691a;
    cursor: pointer;
    text-decoration: none;
}

    a:hover, a.link:hover {
        color: #6c757a;
        text-decoration: none;
    }

    a:active, a.link:active {
        color: #034af3;
    }

p {
    padding: 5px;
    margin: 5px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.page {
    width: 90%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    min-width: 575px;
    max-width: 1280px;
    padding-top: 10px;
}

.header {
    background-color: #8F9AA8;
    padding: 0px;
    background-image: url("../Images/cloud-logo.jpg");
    height: 185px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    margin: 0 10px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 10px;
        color: #ccc;
        border: none;
        line-height: 1.5em;
        position: relative;
        top: 101px;
        font-size: 18px;
        margin-left: 10px;
    }

    .header h2 {
        font-weight: 500;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1.2em;
        font-size: 1.3em;
    }

.main {
    vertical-align: top;
    margin-right: 0px;
    min-height: 400px;
    padding: 10px;
    /*width: 100%;*/
}

p, pre {
    padding: 5px 10px;
    margin: 0px;
}

.footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #e0691a;
}

    .footer a {
        color: #e0691a;
        text-decoration: none;
    }

        .footer a:hover {
            color: #6c757a;
        }

.menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #eee;
    min-height: 31px;
    position: relative;
    top: 85px;
}

    .menu ul#topmenu {
        margin: 0;
        list-style: none;
        z-index: 100;
        padding: 0;
    }

        .menu ul#topmenu li {
            display: inline-block;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: bold;
            color: #e0691a;
            font-size: 11px;
        }

            .menu ul#topmenu li a {
                cursor: pointer;
                display: block;
                line-height: 31px;
                padding: 0px 10px;
                color: #e0691a;
                text-decoration: none;
            }

a#signOut {
    padding: 0px !important;
    display: inline-block !important;
}

.menu ul#topmenu li a:hover, .menu ul#topmenu li:hover {
    color: #ccc;
    text-decoration: none;
    background-color: #6c757a;
}

.menu ul#topmenu li ul {
    visibility: hidden;
    background-color: #eee;
    z-index: 100;
    position: absolute;
}

    .menu ul#topmenu li ul li {
        background-color: #eee;
        padding: 0px;
        display: block;
        min-width: 148px;
    }

        .menu ul#topmenu li ul li a {
            text-decoration: none;
            color: #e0691a;
            display: block;
        }

            .menu ul#topmenu li ul li a:hover {
                text-decoration: none;
                color: #ccc;
                background-color: #6c757a;
            }

li.AccountLi {
    text-transform: none !important;
    float: right;
    padding: 0px 10px 0 0;
    cursor: default !important;
    color: #000 !important;
    background-color: #eee !important;
    font-weight: normal !important;
}

    li.AccountLi a:hover {
        background-color: #eee !important;
    }


input {
    border: 1px solid lightgray;
    background: #fff;
    padding: 0 6px;
}

    input[type=text], textarea, input[type=datetime-local], input[type=date], input[type=dateTime], input[type=number], input[type=tel], input[type=email] {
        min-height: 23px;
        width: 100%;
        line-height: 20px;
        min-width: 210px;
        padding: 3px 5px 2px;
    }

textarea {
    border: 1px solid lightgray;
    background: #fff;
    min-height: 50px;
}

input[type=text]:hover {
    border: 1px solid skyblue;
}

input[type=text]:focus {
    border: 1px solid skyblue;
}

input[type=password] {
    height: 23px;
}

    input[type=password]:hover {
        border: 1px solid skyblue;
    }

    input[type=password]:focus {
        border: 1px solid skyblue;
    }

input[type=dateTime], input[type=date], input[type=datetime-local] {
    height: 25px;
    width: 210px;
}

    input[type=dateTime]:hover, input[type=date]:hover, input[type=datetime-local]:hover {
        border: 1px solid skyblue;
    }

input[type=submit], input[type=button] {
    min-width: 75px;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 5px;
}

    input[type=submit]:hover, input[type=button]:hover {
        border: 1px solid skyblue;
        background: #eef;
    }

    input[type=submit]:not([value='Cancel']):disabled, input[type=button]:not([value='Cancel']):disabled {
        background: #F5F5F5;
        color: #C3C3C3;
        cursor: none;
        pointer-events: none;
        border: 1px solid lightgrey;
    }

input[type=checkbox] {
    height: 15px;
    width: 15px;
    padding: 2px 6px;
    line-height: 18px;
}

    input[type=checkbox]:hover {
        border: 1px solid skyblue;
    }

    input[type=checkbox]:focus {
        border: 1px solid skyblue;
    }

input[type=radio] {
    height: 13px;
    width: 13px;
    border-style: none;
    /*margin-right: 2px;*/
}

select {
    height: 25px;
    min-width: 210px;
    border: 1px solid lightgray;
    width: 100%;
}

    select:hover {
        border: 1px solid skyblue;
    }

    select:focus {
        border: 1px solid skyblue;
    }

.updatedinfo {
    color: #000000;
    margin: 5px 0;
}
/* styles for validation helpers */
.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.labels {
    width: 400px;
    height: 55px;
    text-align: left;
    border: 1px;
}

.solidLine {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #99CCFF;
}

a.aButton {
    text-decoration: none;
    min-width: 75px;
    color: Black;
    border: 1px solid black;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 24px 6.5px;
    margin: 0px;
    line-height: 27px;
}

    a.aButton:hover {
        border: 1px solid skyblue;
        background: #eef;
    }

.formButtons {
    padding-top: 20px;
    display: inline-block;
    padding-right: 10px;
}

.divButton:hover {
    border: 1px solid skyblue;
    background: #eef;
}

.headerstyle th {
    font-weight: bold;
    text-transform: none;
    text-align: left;
    background: #a9b9df;
    color: #e0691a;
}

    .headerstyle th a {
        text-decoration: none;
        color: #e0691a;
    }

        .headerstyle th a:hover {
            color: #6c757a;
        }

.tranlist {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    background-color: #fff;
}

    .tranlist tr td {
        padding: 5px 10px;
    }

.footstuff {
    color: #333;
}

    .footstuff a,
    .footstuff a:link {
        text-decoration: none;
        background: #fff;
        color: #0e509e;
        padding: 3px 5px 3px 5px;
        text-align: center;
        border-radius: 3px;
        margin: 0;
        font-weight: normal;
    }

        .footstuff a:hover,
        .footstuff a:active {
            text-decoration: none;
        }

    .footstuff td {
        color: #333;
        padding: 5px 6px 5px 6px;
        border-color: White;
        text-align: center;
    }

.nospace {
    letter-spacing: -1px;
}

    .nospace > * {
        letter-spacing: 0;
    }

.mytable input, .mytable select {
    max-width: 290px;
}

.mytable td {
    padding: 1px 6px 4px 5px;
}

table, table.mytable, table.myreport {
    width: 100%;
}

    table tr td {
        line-height: 25px;
        vertical-align: top;
        padding: 3px 5px;
    }

.myreport td {
    padding: 1px 16px 4px 15px;
    text-align: justify;
}

.linkimg {
    background: url(images/download.jpg) no-repeat;
}

.divLinkContainer {
    overflow-y: hidden;
    margin-bottom: 10px;
    padding: 8px 5px 6px;
    background: #ccc;
    list-style-type: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.divlink {
    width: max-content;
    margin-bottom: -1px;
    padding-left: 0px;
}

    ul.divlink li {
        display: inline-block;
    }

        ul.divlink li a {
            text-decoration: none;
            background: #e6e6e6 /*{bgColorDefault}*/ url('../lib/jqueryui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png') /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
            color: #0073ea;
            padding: 3px 5px 6px;
            border-left: solid #e6e6e6 1px;
            border-top: solid #e6e6e6 1px;
            border-right: solid #e6e6e6 1px;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

            ul.divlink li a.selected {
                background: #F8F8F8 !important;
                padding-bottom: 7px;
            }

            ul.divlink li a:hover {
                text-decoration: none;
                color: #fff;
                border-left: solid #000 1px;
                border-top: solid #000 1px;
                border-right: solid #000 1px;
            }

.divmail {
    margin-left: -2px;
    width: 100%;
    text-align: left;
    padding: 6px 2px 6px 0px;
    background: #377894;
}

    .divmail a {
        text-decoration: none;
        background: #377894;
        color: White;
        padding: 3px 5px 3px 5px;
        text-align: center;
        border-radius: 3px;
        margin: 0;
    }

.goback {
    float: right;
    width: 100%;
    text-align: right;
    padding: 6px 0px 6px 0px;
}

.tablesummer {
    background: #377894;
    padding: 4px 6px 4px 5px;
}

    .tablesummer a {
        color: White;
    }

        .tablesummer a:hover {
            text-decoration: none;
            background: #e9e9e9;
            color: Black;
            padding: 2px 4px 2px 5px;
            text-align: center;
            border-radius: 3px;
            margin: 0;
        }

.CreateDiv {
    background: #377894;
    padding: 2px;
}

    .CreateDiv a {
        float: left;
        text-decoration: none;
        color: Black;
        border-radius: 3px;
        /*margin:0; */
        vertical-align: bottom;
        padding: 4px 4px 2px 5px;
        text-align: center;
        background-color: #e9e9e9;
    }

    .CreateDiv h3 {
        text-align: center;
        color: White;
    }

    .CreateDiv p {
        color: White;
        text-align: right;
    }

    .CreateDiv img {
        float: left;
    }

.tablecontact {
    width: 100%;
    border-collapse: collapse;
    vertical-align: top;
}

    .tablecontact td {
        text-align: left;
        vertical-align: top;
        padding: 0px;
    }

    .tablecontact th {
        padding: 5px 10px;
    }

.redbox {
    color: White;
    font-weight: bold;
    width: 75px;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    background-color: Red;
}

.reportbutton {
    width: 105px;
}

.dropdownfacility {
    height: 25px;
    width: 250px;
}

.permission {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 1px #FFF solid;
}

    .permission ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .permission li {
        display: inline-block;
        /*margin: 0;*/
        padding: 0px 5px 1px 0px;
        /*list-style: none;*/
        width: 100%;
    }

        .permission li ul {
            /*margin-bottom: 40px;*/
            padding: 0px 15px;
            /*border: 1px solid green;	*/
        }

        .permission li li {
            line-height: 20px;
            padding-left: 20px;
        }

    .permission h2 {
        text-align: left;
        padding: 3px 15px 3px 15px;
        text-transform: none;
        margin-bottom: 0px;
        font-size: 1.1em;
        font-weight: 800;
        border: 1px;
    }

.icon {
    cursor: pointer;
}

table.det td {
    border: none;
}

fieldset.det {
    display: block;
    float: left;
    padding: 5px;
    margin-top: 20px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
}

    fieldset.det legend {
        padding: 2px 5px;
        font-weight: bold;
    }

span {
    display: block;
    margin: 5px;
}

div.left {
    width: 60px;
    float: left;
}

div.right {
    width: 60px;
    float: right;
}

.action {
    width: 9%;
}

.facility {
    width: 23%;
}

.interactionType {
    width: 8%;
}

.visitor {
    width: 14%;
}

.date {
    width: 8%;
}

.comment {
    width: 30%;
    text-align: justify;
}


.county {
    width: 10%;
}

.type {
    width: 10%;
}

.classi {
    width: 10%;
}

.mail {
    width: 20%;
}

.date {
    width: 15%;
}

.textbox {
    width: 105px;
}


.cstpdropdown {
    height: 25px;
    width: 200px;
}

.table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    width: 100%;
}

    .table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

.pageContainer {
    background-color: #eee;
    padding: 10px;
}

.searchContainer {
    padding: 15px 10px 10px;
    margin: 10px;
    background-color: #eee;
}

    .pageContainer h2, .searchContainer h2 {
        color: #666666;
        text-transform: uppercase;
        padding: 0 5px 10px;
        display: inline-block;
        font-size: 1.5em;
        font-weight: 600;
    }

.tableHeaderContainer {
    padding: 10px 5px 5px 10px;
    background-color: #6c757a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    min-height: 35px;
}

.tableIcons {
    padding-right: 10px;
    font-weight: bold;
}

a.tableIcons {
    color: #fff;
}

    a.tableIcons:hover {
        color: #e0691a;
    }

hr {
    margin: 20px 0;
    size: 1px;
    color: #000;
}

.alternate {
    background-color: #eee;
}

.chkbox {
    width: 20px;
    margin-top: 6px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 5px;
    margin: 10px 0 0;
}

tr.selected {
    background-color: #e8eef4 !important;
    vertical-align: middle;
    padding: 1.5em;
}

li a.selected {
    color: #e0691a !important;
    background-color: #FFFFFF !important;
}

.actionButtons {
    width: 100%;
    clear: both;
    padding-top: 1px;
}

.ui-icon-white {
    background-image: url('../lib/jqueryui/themes/base/images/ui-icons_ffffff_256x240.png') !important;
}

.backButton {
    font-weight: bold;
    padding-left: 30px;
    background-image: url('../Images/Back.png');
    background-repeat: no-repeat;
    height: 22px;
    display: inline-block;
    padding-top: 2px;
    float: right;
    margin-top: 6px;
}

#ReportViewer iframe {
    min-height: 525px
}

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boldredtext {
    font-weight: bold;
    color: red;
}

.loginError {
    padding: 5px 0px;
    background-color: rgba(255, 0, 0, 0.1);
    color: red;
    text-align: center;
    border: 2px red solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
}

input[type=button], input[type=submit] {
    border-radius: 5px;
}

#buttonContainer {
    margin-top: 10px;
}

.buttonFieldset {
    background-color: whitesmoke;
    margin-top: 0;
}

.formButtonContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

div.formButtonContainer input {
    padding: 5px 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.deleteBtn {
    background-color: red;
    color: #fff;
    font-weight: bold;
    float: right;
}

    .deleteBtn:hover {
        background-color: #fff;
        color: red;
        font-weight: bold;
    }

.input-validation-error {
    border: 2px solid #ff0000 !important;
}

div.main .tablecontrols {
    background-color: #F8F8F8;
    padding-top: 1px;
}

.reportParameter {
    width: 50%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .reportParameter .fieldLabel {
        width: 25%;
        float: left;
    }

    .reportParameter .fieldValue {
        width: auto;
        max-width: 75%;
        float: left;
    }

.helpButton, .titleHelpButton {
    border: 1px solid black;
    border-radius: 18px;
    background-image: url('../lib/jqueryui/themes/base/images/ui-icons_ffffff_256x240.png') !important;
    background: #1e88fe;
    background-position: -48px -144px;
    height: 19px;
    width: 19px;
    cursor: pointer;
    margin-top: -1px;
    opacity: 0.5;
    -webkit-transition: opacity 2s;
}

    .helpButton:hover, .titleHelpButton:hover {
        opacity: 1;
        -webkit-transition: opacity 0.01s;
    }

.titleHelpButton {
    right: 35px;
    position: absolute;
}

a.tableIcons.introjs-showElement {
    color: black;
}

    a.tableIcons.introjs-showElement span.ui-icon {
        background-image: url('../lib/jqueryui/themes/base/images/ui-icons_222222_256x240.png') !important;
    }

a.youthInterviewDialog, a.staffInterviewDialog {
    color: white;
}


.signatureFont {
    font-family: 'Great Vibes', cursive !important;
    font-size: 1.8em !important;
}

.ui-dialog .ui-dialog-content {
    overflow: visible;
}

.formattedText {
    white-space: pre-wrap;
    border: solid #ddd 1px;
    background-color: #fff;
    padding: 0 5px;
    min-height: 51px;
}

@media print {
    #PrintButton {
        display: none;
    }

    .DoNotPrint {
        display: none;
    }

    .pageBreakAfter {
        page-break-after: always;
    }

    body {
        background-color: #fff;
    }
}

table.stripeTable tr:not(.noStripe):nth-child(even) {
    background-color: #eee;
}

table.stripeTable tr:has(td div.questionSubHeader) {
    background-color: white !important;
}

.attachmentItem {
    width: auto;
    display: block;
    padding: 3px 5px;
}

.questionSubHeader {
    background-color: #d9e3f6;
    font-weight: bold;
    text-align: center;
}

td:has(.questionSubHeader) {
    border: 1px solid black;
    padding: 0;
}

.linkToButton {
    border-radius: 5px;
    background-color: white;
    text-align: center;
    color: black !important;
    padding: 7px;
    border: 1px solid black;
    min-width: 75px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

    .linkToButton:link {
        color: unset;
    }

    .linkToButton:hover {
        border: 1px solid skyblue;
        background: #eef;
    }

.dialogScrollableContent {
    height: 660px;
    overflow-y: scroll;
    padding-right: 5px;
}

.floatRight {
    float: right;
}

.marginRight10 {
    margin-right: 10px;
}

li[role=tab]:last-child {
    margin-right: 50px;
}

.introHelpButtonContainer {
    position: absolute;
    right: 0;
    top: 14px;
    margin-right: 20px;
}

.overflowGradientMaxHeight100px {
    overflow: hidden;
    display: block;
    max-height: 100px;
    --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.MaxHeightMoreLessBtn {
    font-weight: bold;
    float: right;
}

.MaxHeightUnset {
    max-height: unset !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container .select2-selection--single, span.selection {
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 22px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 5px;
}

.select2-container .select2-selection--single {
    height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: 0px;
        margin-top: -5px;
    }

.select2-container--open .select2-dropdown--below {
    margin: 0;
    margin-top: -24px;
}

.countDown {
    display: inline-block;
}

.countDownContainer {
    font-weight: bold;
    margin: 15px 0 5px;
}

ul.subLinks {
    padding-left: 0;
}

table.dataTable thead tr {
    background-color: #a9b9df;
}

    table.dataTable thead tr th {
        color: #e0691a;
    }

        table.dataTable thead tr th:hover {
            color: #6c757a;
        }

            table.dataTable thead tr th::before, table.dataTable thead tr th::after, table.dataTable thead tr th:hover::before, table.dataTable thead tr th:hover::after {
                color: #564b47;
            }

div.dataTables_wrapper {
    background-color: #F8F8F8;
}

.dataTables_length select {
    width: 50%;
}

.dataTables_paginate span {
    display: inline-block;
}

table.dataTable tr.odd {
    background-color: white;
}

table.dataTable tr.even {
    background-color: #eee;
}

.dataTables_length input, .dataTables_length select {
    background-color: white;
}

th.sorting_disabled, th.sorting_disabled {
    padding: 10px !important;
}

    th.sorting_disabled:before, th.sorting_disabled:after {
        visibility: hidden;
    }

fieldset legend {
    float: unset;
    width: unset;
    font-size: unset;
}

.ui-dialog-titlebar-close {
    background-position: -96px -128px;
    background-image: url(../../lib/jqueryui/themes/base/images/ui-icons_777777_256x240.png);
}

.redCloseButton {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    height: 16px;
    width: 16px;
    background-position: -96px -128px;
    background-image: url(../../lib/jqueryui/themes/base/images/ui-icons_cc0000_256x240.png);
}

.environmentBanner {
    padding: 5px;
    background-color: red;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

span.jobHeader, span.roleHeader {
    font-weight: bold;
    text-decoration-line: underline;
    margin: 0;
}