/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a, .btn-link {
    color: #0366d6;
}

/*
    spinner input[type="text"]:focus {
    background-color: yellow;
}

input:focus {
    background-color: yellow;
}

*/


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.ui-growl-message {
    display: flex;
}

.ui-growl-title {
    margin-right: 8px;
}

.ui-growl-message p {
    white-space: pre-line;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: transparent !important;
    z-index: 10
}


.background-Farm {
    /*    background-image: url(../image/FarmReportBackground.jpg);
    background-size: cover;
    width: 100%;
    height: 100%*/
}

.background-Hatchery {
    /*background-image: url(../image/HatcheryReportBackground.jpg);
    background-size: cover;
    width: 100%;
    height: 100%*/
}

.background-Isolation {
    /*background-image: url(../image/IsolationReportBackground.jpg);
    background-size: cover;
    width: 100%;
    height: 100%*/
}

.background-color {
    background-color: ghostwhite;
    background-size: contain
}

.form-submit-button {
    width: 140px;
    height: 55px;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: dodgerblue;
    background-color: dodgerblue;
    border-radius: 20px;
    box-shadow: 0 10px #999;
}

    .form-submit-button:hover {
        background-color: #3e8e41
    }

    .form-submit-button:active {
        background-color: dodgerblue;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.headerClass {
    width: 400px;
    color: white;
    background-color: mediumpurple;
}

header {
    color: blue;
    font-family: verdana;
    font-size: 200%;
    font-weight: bold
}

.hatchery-background-class {
    padding-top: 150px;
    padding-bottom: 20px;
    background-image: url(../image/HatcheryPageBackground.png);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.bordering {
    border: 50px solid transparent;
    padding: 5px;
    border-image: url(../image/FarmPageBackground1.jpg) 100 stretch;
}

.farm-background-class {
    background-image: url(../image/FarmPageBackground1.jpg);
    background-size: inherit;
    padding-top: 150px;
    padding-bottom: 20px;
    /*background-repeat: repeat-x;*/
    background-position: bottom center;
}

.form-label {
    margin-right: 10em;
    font-weight: bold;
    font-size: large;
}

.page-header-background {
    background-image: url(../image/aviagen.ico);
    background-position: top right;
}

.align-vertically {
    display: flex;
    flex-direction: column;
}

.mw-1100 {
    max-width: 1100px;
}

.formLabel {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    column-count: 4;
    margin: 10px 20px 10px 50px;
    color: tomato
}

.formTextbox {
    font-size: 18px;
    text-align: left;
    column-count: 4;
}


.gridHeader {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: red;
    width: 100px;
}

.gridGroupHeader {
    /*background-color: darkgray;*/
    /*font-size: 18px;*/
    font-weight: bold;
    color: darkred;
}

.singleLine {
    background-image: url(../image/lineImage.jpg);
    background-position: center center;
}

.lineStyle {
    position: center;
    width: 2000px;
    height: 3px;
    background-color: #e6ecef;
    /* animation-name: linestyle;
    animation-duration: 5s;*/
    margin: auto;
}

@keyframes linestyle {
    0% {
        background-color: antiquewhite;
    }

    50% {
        background-color: burlywood;
    }

    100% {
        background-color: coral;
    }
}

/* RzdenDataGrid Header*/
.rz-column-title {
    font-size: 12px !important;
    font-weight: normal;
    color: darkblue;
}

.fontWithUnderline {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    color: darkblue;
}

.form-start-button {
    width: 120px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.start-line {
    position: center;
    width: 540px;
    height: 3px;
    background-color: orangered;
    margin: auto;
}

.font-with-shadow {
    text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #f7f,0 0 0.6em #f0f, 0 0 0.8em #f0f, 0 0 1.0em #f0f, 0 0 1.2em #f0f;
    color: #c070c0;
}

.editButton {
    background-color: white !important;
    color: green !important;
    border: 3px solid #4CAF50 !important; /* Green */
}

/*.editButton:hover {
    background-color: #4CAF50;*/ /* Green */
/*color: white;
}*/

.exportButton {
    background-color: white !important;
    color: #008CBA !important;
    border: 3px solid #008CBA !important; /* blue */
}

/*.exportButton:hover {
    background-color: #008CBA !important;*/ /* blue */
/*color: white !important;
}*/

.closeButton {
    background-color: white !important;
    color: #008CBA !important;
    border: 3px solid #008CBA !important; /* blue */
}

/*.deleteButton {
    background-color: white;
    color: darkred;
    border: 3px solid darkred;*/ /* red */
/*}

.deleteButton:hover {
    background-color: darkred;*/ /* red */
/*color: white;
}*/

.readOnlyField {
    background-color: lightgray;
}

.rz-splitbutton .rz-button {
    background-color: #008CBA; /* blue */
    color: white;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #D1ECF1;
    border-radius: 90%;
    width: 100px;
    height: 100px;
    animation: spin 900ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*.rz-notification-message.rz-growl {
    position: fixed !important;
    width: 400px!important;
    left: 800px !important;
    top: 500px !important;
}
*/

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}*/
