﻿body {
    padding-bottom: 20px;
    background-color: #eeeeee;
    padding-top: 50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-color: white;
    border-radius: 4px;
    padding: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.hr-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

img {
    border-radius: 4px;
}

.jumbotron {
    background: rgba(136,126,110,0.35) !important;
}

.form-row {
    margin-top: 20px;
}

.form-textarea {
    max-width: 100% !important;
    width: 100% !important;
}

.appname {
    font-variant: small-caps;
    font-size: 2.3em;
    color: #3a6e8f;
    line-height: 55px;
    background-color: white;
}

.header {
    margin-left: -3px;
}

.login {
    float: right;
}

.footer {
    color: white;
    background-color: #565656;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 30px;
}

    .footer a {
        color: white;
    }

.navbar {
    left: 0px !important;
}

/*--WAVE-- .alert-Danger contrast error*/
.alert-danger {
    background-color: #f1e0e0 !important;
}

    .alert-danger strong {
        color: #7b2f2d !important;
    }

    .alert-danger span {
        color: #7b2f2d !important;
    }

    .alert-danger .danger-text {
        color: #7b2f2d !important;
    }

/*--WAVE-- anchor tag text contrast error*/
.darkLink {
    color: #0a5699 !important;
}

.lookupLink {
    color: #0a5699 !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.required:before {
    content: "* ";
    color: #b94a48;
}

.requiredAfter:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid #b94a48;
}

    input.input-validation-error:focus {
        border: 2px solid #b94a48;
    }

select.input-validation-error {
    border: 2px solid #b94a48;
    /*background-color: #f1e0e0;*/
}

    select.input-validation-error option {
        background-color: #ffffff;
    }

    select.input-validation-error:focus {
        border: 2px solid #b94a48;
    }

textarea.input-validation-error {
    border: 2px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

@media only screen and (max-width: 515px) {


    .navbar {
        left: 0px !important;
    }
}

.NestSites {
    display: none;
    background-color: White;
    z-index: 9999;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    /* shadow */
    box-shadow: 0 0 15px 2px black;
}

.RouteListOptions {
    display: none;
    background-color: White;
    z-index: 9999;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    /* shadow */
    box-shadow: 0 0 15px 2px black;
}

.TerritoryListOptions {
    display: none;
    background-color: White;
    z-index: 9999;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    /* shadow */
    box-shadow: 0 0 15px 2px black;
}

.CloseIcon {
    background-image: linear-gradient(#ff7869, #fc4f3c 50%, #ff230a);
    background-repeat: no-repeat;
    border-left: 1px solid #2e2f2f;
    border-right: 1px solid #2e2f2f;
    border-bottom: 1px solid #2e2f2f;
    filter: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0 0 5px 5px;
    width: 50px;
    height: 25px;
    float: right;
    display: inline;
    text-align: center;
    margin-right: 20px;
}

.Icon {
    margin-left: auto;
    margin-right: auto;
    color: White;
    width: 10px;
    height: 14px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
}

/* Adding Style to EditorFors */

.text-box {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.finish {
    line-height: 1.42857143 !important;
    width: 72px !important;
    height: 15px !important;
}

.rotate {
    padding-bottom: 55px !important;
}

th.rotate {
    height: 100px;
    white-space: nowrap;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
        width: 50px;
    }

        th.rotate > div > span {
            border-bottom: 1px solid #ccc;
            padding: 5px 10px;
        }

.altColor {
    background-color: #E0E0E0;
    color: #474747;
}

    .altColor label {
        max-width: 1000%;
    }

.frogtoadTable
th.rotate > div {
    transform:
    /* Magic Numbers */
    translate(8px, 50px)
    /* 45 is really 360 - 45 */
    rotate(300deg);
    width: 20px;
    font-size: 12px;
}

.surveyData {
    background-color: #eeeeee;
}

.frogtoadTable {
    margin-top: 40px;
    margin-left: 0px;
}

    .frogtoadTable thead tr {
        display: block;
    }

    .frogtoadTable th {
    }

    .frogtoadTable tbody {
        display: block;
        height: 400px;
        overflow: auto;
    }

.speciesRow {
    display: none;
}

/*.FrogToadSurveyForm {
     width: 960px !important;
 }*/

.frogtoadTable {
    margin-right: 0px;
}

    .frogtoadTable > thead > tr > th, .frogtoadTable > tbody > tr > td, .frogtoadTable > tfoot > tr > td {
        padding: 6px;
    }

.frogCheck {
    width: 20px;
    height: 38px;
    margin: 0px;
    padding: 1px 1px 1px 1px;
    border-width: 1px;
    border-radius: 4px 4px;
    position: relative;
    font-size: 12px;
}

.narrowselect {
    width: 40px;
    font-size: 11px;
    margin-left: 0px;
    position: relative;
}

.militaryTime {
    width: 50px;
    display: inline-block;
}

.frogtoadTable .form-control {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 11px;
}

.ui-autocomplete {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1100;
}

/* loading screen style attributes */
.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('img/loader.gif') 50% 50% no-repeat;
    background-size: 100px 100px;
}

.body-content.loading {
    overflow: hidden;
}

    .body-content.loading .modal.loader {
        display: block;
    }

.no-screen {
    display: none;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #000;
}

.table-striped-2 tbody tr:nth-child(4n+1),
.table-striped-2 tbody tr:nth-child(4n+2) {
    background-color: #f9f9f9;
}

@media (min-width: 768px) {
    .frogToadDiv {
        width: 1010px;
    }

    .frogToadFirstColumn {
        width: 95px;
    }

    .frogToadFirstColumnEdit {
        width: 95px;
    }
}

@media (min-width: 992px) {
    .frogToadDiv {
        width: 1010px;
    }

    .frogToadFirstColumn {
        width: 95px;
    }

    .frogToadFirstColumnEdit {
        width: 95px;
    }
}

@media (min-width: 1200px) {
    .frogToadDiv {
        width: 1158px;
    }

    .frogToadFirstColumn {
        width: 210px;
    }

    .frogToadFirstColumnEdit {
        width: 130px;
    }
}

@media print {
    #iowa_sliver_spacer, #iowa_sliver {
        display: none;
    }

    .no-print {
        display: none;
    }

    .textbox-no-print {
        border: none;
    }

    .no-screen {
        display: inline;
    }

    body {
        margin: 0;
        padding: 0 !important;
        min-width: 1118px;
    }

    .container {
        width: auto;
        min-width: 1100px;
    }

    tbody {
        page-break-inside: avoid;
    }
}

/*Create Territory - Return to Top button*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #3A75A6;
    }

        #return-to-top:hover i {
            color: #3A75A6;
            top: 5px;
        }

.btn-link.btn-anchor {
    outline: none !important;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/*#NestMarginCorrection{
     margin-left:0px;
 }*/
