﻿html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    min-height: 100%;
}

#body {
    padding-left: 15px; /*These paddings need to be 15 so that the bootstrapp offsets of -15 don't cause scrolling*/
    padding-right: 15px;
    min-height: 100px;
    height:100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.DefaultFieldset {
    border: solid 1px silver;
    padding: 5px;
}

.DefaultFieldsetLegend {
    border-bottom-style: none;
}

input.k-textbox {
    height: 2.42em;
    text-indent: .2em !important;
}

.StandardButton {
    margin: 0;
    padding: 5px;
    font-family: inherit;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-bottom-color: rgb(148, 192, 210);
    background-color: rgb(218, 236, 244);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: repeat;
    border-bottom-color: rgb(148, 192, 210);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-left-color: rgb(148, 192, 210);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(148, 192, 210);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-top-color: rgb(148, 192, 210);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(0, 63, 89);
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 110px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 90px;
    height: 30px;
}

.SmallButton {
    margin: 0;
    padding: 5px;
    font-family: inherit;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-bottom-color: rgb(148, 192, 210);
    background-color: rgb(218, 236, 244);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: repeat;
    border-bottom-color: rgb(148, 192, 210);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-left-color: rgb(148, 192, 210);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(148, 192, 210);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-top-color: rgb(148, 192, 210);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(0, 63, 89);
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 110px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 60px;
    height: 20px;
}

.LargeButton {
    margin: 0;
    padding: 5px;
    font-family: inherit;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-bottom-color: rgb(148, 192, 210);
    background-color: rgb(218, 236, 244);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: repeat;
    border-bottom-color: rgb(148, 192, 210);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-left-color: rgb(148, 192, 210);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(148, 192, 210);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-top-color: rgb(148, 192, 210);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(0, 63, 89);
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 110px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 120px;
    height: 40px;
}

button:hover {
    color: #003f59;
    border-color: #7ec6e3;
    background-color: #7bd2f6;
}

.documentSearchFormFieldGroup {
    border: 1px solid lightgray;
    border-radius: 8px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 12px;
    margin: 10px;
}

.documentSearchFormFieldGroupLabel {
    font-weight: bold;
}

.documentSearchFormFieldDiv {
    padding: 4px;
}

.documentSearchFormFieldInput {
    min-width: 250px;
}

.documentSearchFormFieldLabel {
    min-width: 0px;
}

.documentSearchFormFieldCombinationOperator {
    min-width: 0px;
}

.HeaderMenu, .HeaderMenu a {
    float: right;
    color: white;
    padding-left: 10px;
}

    .HeaderMenu a:hover {
        text-decoration: none;
    }


#actionsMenu {
    background-color: #2E2E2E;
    opacity: 0.9;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    display: none;
    min-width: 200px;
    bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
}

    #actionsMenu > table {
        width: 100%;
    }

    #actionsMenu .glyphicon {
        padding-right: 8px;
        padding-left: 8px;
    }

    #actionsMenu td {
        color: lightgray;
        font-size: 14px;
        font-weight: bold;
        padding-left: 5px;
        padding-bottom: 8px;
        padding-top: 8px;
        cursor: pointer;
        border-bottom: solid 1px lightgray;
    }

        #actionsMenu td:hover {
            background-color: lightgray;
            color: #2E2E2E;
        }

    #actionsMenu span {
        text-wrap: none;
        white-space: nowrap;
    }

.searchFormDropdown {
    width: 50%;
    position: absolute;
    right: 0px;
    margin-top: -15px;
    margin-right: 25px;
}

@media (max-width: 768px) {
    td.hideOnPhone, th.hideOnPhone {
        display: none;
    }
}

/*
a.DocumentMenuIcon, a.DocumentMenuIcon:visited {
    color: #ffffff;
    opacity: 0.8;
}

a.DocumentMenuIcon:hover {
    opacity: 1;
}

a.MenuIcon, a.MenuIcon:visited {
    color: #ffffff;
    opacity: 0.8;
}

a.MenuIcon:hover {
    opacity: 1;
}

.glyphicon {
    opacity: 0.7;
}

.glyphicon:hover {
    opacity: 1;
}
*/

.ActionIcon, .ActionIcon:visited {
    opacity: 0.7;
}

    .ActionIcon:hover {
        opacity: 1;
    }

.ActionIconWhite, .ActionIconWhite:visited, .ActionIconWhite:hover {
    color: #ffffff;
}

.ActionIconGrey, .ActionIconGrey:visited, .ActionIconGrey:hover {
    /*color: #444444;*/
    color: inherit;
}

.ActionIconInverted, .ActionIconInverted:visited {
    opacity: 1;
}

    .ActionIconInverted:hover {
        opacity: 0.7;
    }

/*Admin*/
.Actions {
    width: 100%;
    overflow: auto;
    text-align: left;
}

.ActionItem {
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

    .ActionItem a {
        text-decoration: none;
        color: black;
    }

.AdminBreadCrumbs a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.AdminBreadCrumbsText {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.AdminBreadCrumbs {
    padding-bottom: 20px;
}

.edit-item {
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding-bottom: 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #808080;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
}

:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #808080;
}

div.value .k-textbox, div.value .k-dropdown, div.value .k-numerictextbox {
    width: 25em;
}

.alert {
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}

.main-menu-submenu {
    padding-left: 25px;
}

.wrap-text {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

/* for grouped index fields */
.group-section legend {
    font-size: 14px;
    color: #495F80;
    font-weight: 700;
    margin-left:-10px;

}

.indexFormLabelDefaults {
    font-weight: 700;
    color: #495F80;
    /*white-space: nowrap;*/
}

.valueReadOnly {
    display: block;
    margin-bottom: 10px;
    padding: 2px;
    clear: right;
    width: 100%;
    white-space: nowrap;
    overflow: visible;
}

.valueTextAreaReadOnly {
    display: block;
    margin-bottom: 10px;
    padding: 2px;
    clear: right;
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    white-space: pre-wrap;
}

/*give a background color to the input fields so they stand out*/
.indexFormInputField {
    background-color: #f7f9fc !important;
}

.noResize {
    resize: none !important;
}

.requiredFieldLabel {
    display: none;
    font-weight: bold;
    color: red;
}

.actionName {
}

.actionInstructions {
    color: grey !important;
}

main:after {
    content: "";
    display: block;
}
/*weird footer issue iframe thead main doesn't have padding, need to figure out why flow isn't working from layout*/
/*main {
    
    padding-bottom: 60px;
}*/
footer {
        
    width: 100%;
    clear: both;
    padding-top: 50px;
    z-index:-100;
}

.inlineIndexFieldLabel {
    display: none;
}