﻿html {
    background-color: #f6f6f6;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:auto;
}

body {
    min-width: 200px;
    background-color:inherit;
    height: 100%;
}

header {
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    min-height: 100px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    z-index: 1000;
    overflow:hidden;
    position:relative;
}

footer {
    text-align: center;
    padding: 10px;
}

#content {
    max-width:800px;
    margin:0px auto;
}

.header-inner {
    text-align: center;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.body-wrapper {
    /*overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: auto;
    text-align: center;*/
}

.content-wrapper {
    text-align: center;
    min-height: 600px;
    max-width: 1200px;
    margin: 0px auto;
    overflow-x: hidden;
    background-color:#fff;
    padding-top:20px;
}

.text-button {
    margin:20px 5px 0px 5px;
    font-size:1.5em;
    cursor:pointer;
    display:inline-block;
}

.rounded-button {
    border: 1px solid #266294;
    background-color: #266294;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    transition: background-color .5s ease;
    cursor:pointer;
}

    .rounded-button:hover {
        text-decoration: none;
        color: #fff;
        background-color: #538fc1b5;
        border: 1px solid #538fc1b5;
    }

    .rounded-button.medium {
        width: 200px;
    }

.block-button-wrapper {
    display:block;
    margin:10px;
}
.highlight {
    color: #266294;
}

.form-row, .input-row {
    display: table-row;
}

    .form-row .form-cell {
        display: table-cell;
        text-align: left;
        padding: 16px 0px;
        font-weight: normal;
        vertical-align: top;
        font-size: 16px;
        /*min-width: 100px;*/
        font-weight: normal !important;
    }

    .form-row .form-cell-stacked {
        display: block;
        text-align: left;
        padding-top:10px;
        font-weight: normal;
        vertical-align: top;
        font-size: 16px;
        /*min-width: 100px;*/
        font-weight: normal !important;
    }

    .input-row .form-cell {
        display: table-cell;
        text-align: right;
        padding: 12px 5px;
        font-weight: normal;
        vertical-align: middle;
        font-size: 16px;
        /*min-width: 100px;*/
    }

    .form-row .form-cell:last-child {
        text-align: right;
    }

    .form-row .form-cell-stacked:last-child {
        padding-bottom: 10px;
    }

    .form-row .form-cell-stacked:last-child label {
        font-weight:500;
    }

    .input-row .centered-cell {
        display: table-cell;
        text-align: center;
        padding: 12px 5px;
        font-weight: normal;
        vertical-align: middle;
        font-size: 16px;
        min-width: 100px;
    }

    .center-self {
        margin:0px auto !important;
    }

.readonly-form {
    max-width: 500px;
    margin: 10px auto;
    /*margin-bottom: 10px;*/
    border-collapse: collapse;
}

.form-table {
    display: table;
}

.readonly-form .form-row {
    border-bottom: 2px solid #e4e5e7 !important;
}

.pre-wrap {
    white-space: pre-wrap;
}

.form-wrapper {
    padding: 20px;
    display: inline-block;
}

    .form-wrapper h3 {
        margin-bottom: 20px;
    }

.two-digit-textbox {
    width: 50px !important;
}

span.half-cell {
    width:97px !important;
}

.four-digit-textbox {
    width: 75px !important;
}

.wrap {
    white-space: normal;
}

.float-column {
    float: left;
}

@media only screen and (min-width: 315px) {
    /*place breadcrumb styles here if changing for screen size*/
}

.breadcrumb-container-outer {
    margin:0px auto;
    max-width:800px;
}

.breadcrumb-container {
    padding: 0;
    overflow: hidden;
}

    .breadcrumb-container li {
        float: left;
        margin: 1px 0px 1px 0px;
        width: 150px; 
        height: 50px; 
        list-style-type: none;
        padding: 0px 5px 0px 30px; 
        border-right: 3px solid white;
        position: relative;
        display:flex;
        align-items:center;
        background-color:grey;
    }

        .breadcrumb-container li:first-child {
            padding-left: 5px;
        }

        .breadcrumb-container li:nth-child(n+2)::before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-left: 25px solid white; 
            border-top: 25px solid transparent; 
            border-bottom: 25px solid transparent; 
            width: 0;
            height: 0;
            content: " ";
        }

        .breadcrumb-container li::after {
            z-index: 1;
            position: absolute;
            top: 0;
            right: -24px; 
            display: block;
            border-left: 25px solid grey; 
            border-top: 25px solid transparent; 
            border-bottom: 25px solid transparent; 
            width: 0;
            height: 0;
            content: " ";
        }

    .breadcrumb-container a {
        color: white;
        display: flex;
        justify-content:center;
        align-items: center;
        height:100%;
        width:100%;
        text-decoration:none;
    }

    .breadcrumb-container li.selected {
        background-color: #266294;
    }
        .breadcrumb-container li.selected::after {
            border-left: 25px solid #266294;
        }
/*.breadcrumb-container {
    display: block;
    overflow: hidden;
}

    .breadcrumb-container a {
        float: left;
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 65px;
        position: relative;
        display: block;
        background-color: grey;
    }

        .breadcrumb-container a::after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; 
            border-bottom: 50px solid transparent;
            border-left: 50px solid grey;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2;
        }

        .breadcrumb-container a::before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 50px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 6px;
            left: 100%;
            z-index: 1;
        }

        .breadcrumb-container a.selected {
            background-color: #266294;
        }

            .breadcrumb-container a.selected::after {
                border-left: 50px solid #266294;
            }*/
.first-crumb {
    padding-left: 20px !important;
}

.error-message {
    color:red;
    display:block;
}

header h2 {
}

.header-center {
    display:inline-block;
}

.header-left {
    float:left;
    margin-top:30px;
    margin-left:30px;
}

.header-right {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

/*tel {

}*/

.instructions {
    font-size:1.653em;
}

input[data-role=tel] {
    border-style: solid;
    border-width: 2px;
    border-color: #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
    color: #2e2e2e;
    line-height: 1.65em;
    width: 12.4em;
    padding: .17857143em 0;
    text-indent: .571em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-button-wrapper {
    clear: both;
}

.float-wrapper {
    clear:both;
    display:inline-block;
}

.applicant-list {
    border: none !important;
    padding-top:41px !important;
    margin-left:25px !important;
}

    .applicant-list dl {
        margin-bottom: 0.25em;
        background-color: grey;
        color: #fff;
        padding:5px;
        min-width:150px;
        max-width:300px;
        overflow-x:hidden;
    }

        .applicant-list dl.k-state-selected {
            background-color: #266294;
        }

.add-applicant-button-container {
    margin:20px;
}

/*#add-applicant-wrapper {
    border:1px solid black;
    border-radius:5px;
}*/

.section-wrapper {
    border: 1px solid black;
    border-radius: 5px;
    max-width:100%;
    /*margin:20px;*/
}

.block {
    display: block;
}

.checkbox-label {
    font-weight:400;
    display:inline;
}

.checkbox-wrapper {
    display:block;
    margin:10px 0px 10px 0px;
}

.narrow-dropdown { 
    width:97px !important;
}

.bottom-border {

}

.full-width {
    width:100%;
}

/*.k-input[type=text], .k-input[type=number], .k-picker-wrap .k-input, .k-textarea, .k-textarea > .k-input .k-multiselect .k-input, .k-textarea > textarea, .k-textbox, .k-textbox > .k-input, .k-textbox > input {
    border:none !important;
}*/

.k-textbox > input {
    border: none !important;
}

span.k-textbox {
    width:100% !important;
}

.signin-message {
    font-size:1.5em;
    color:red;
    margin-bottom:20px;
}

.announcements-wrapper {
    font-size:1.3em;
    background-color:lightblue;
    margin:0px 20px 30px 20px;
    border-radius:6px;
    padding:15px;
}

.inline {
    display:inline;
}

.inline-warning {
    color:red;
    display:inline;
}

#unit-hold-time-banner {
    min-height: 50px;
    position: fixed;
    bottom: 20px;
    left: 0px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    background-color:lightblue;
    width:100%;
}

#banner-spacer {
    height:275px;
}

.green-text {
    color:green;
}

.red-text {
    color:red;
}

.orange-text {
    color: orange;
}