﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

/* 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;
}

.fa-w40 {
    width: 40px;
    text-align: center;
}

.fa-w50 {
    width: 50px;
    text-align: center;
}

.fa-right-bottom {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: rgba(255, 255, 255, 0.4);
}

.opcity4 {
    color: rgba(255, 255, 255, 0.4);
}









h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.inline, .radio, .cbox {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    color: black;
}

.asterisk {
    color: #ff0000;
}

.field-validation-error {
    color: #e80c4d;
    font-size: 0.8em;
    font-weight: bold;
    /*right: 20px;
    position: absolute;
    top: 0px;*/
}

.input-validation-error {
    outline: 1px solid #e80c4d;
}

input[type="radio"].input-validation-error {
    outline: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
}


.ani {
    padding: 10px !important;
    animation-timing-function: ease-in-out;
}

@keyframes headerorgan {
    0% {
        color: red;
        left: 0px;
        top: 0px;
    }

    25% {
        color: yellow;
        left: 200px;
        top: 0px;
    }

    50% {
        color: blue;
        left: 200px;
        top: 20px;
    }

    75% {
        color: green;
        left: 0px;
        top: 20px;
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
        -o-transform: rotate(360deg) scale(1.2);
        -ms-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2);
    }

    100% {
        color: red;
        left: 0px;
        top: 0px;
    }
}

#header-organ {
    display: block;
}

    #header-organ5 {
        animation-timing-function: ease-in-out;
        animation-name: headerorgan2;
        animation-duration: 3s;
    }

@keyframes headersitename {
    0% {
        color: red;
        left: 0px;
        top: 0px;
    }

    25% {
        color: yellow;
        left: 200px;
        top: 0px;
    }

    50% {
        color: blue;
        left: 200px;
        top: 20px;
    }

    75% {
        color: green;
        left: 0px;
        top: 20px;
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
        -o-transform: rotate(360deg) scale(1.2);
        -ms-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2);
    }

    100% {
        color: red;
        left: 0px;
        top: 0px;
    }
}

#header-sitename {
    font-size: 32pt;
    position: relative;
    left: 0px;
    top: 0px;
}

#header-sitename {
    animation-timing-function: ease-in-out;
    animation-name: headersitename2;
    animation-duration: 3s;
}

.need-check {
    background-color: #900;
    color: #fff;
    border-radius: 6px;
    padding: 0 5px;
    -webkit-animation-name: blinkred;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-name: blinkred;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.need-check-static {
    background-color: #dd5600;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
}