﻿body {
    background: rgb(12 59 37);
    background-image: linear-gradient(rgb(53 171 116) 0%, rgb(12 59 37) 70%);
    background-repeat: no-repeat;
}

.olho {
    cursor: pointer;    
    width: 20px;    
}

.bg-success-new,
.btn-success-new {
    background: #198754;
    color: #fff;
}
.btn-success-new:hover {
        background: #26A96C;
 }

.cabecalho {
    height: auto;
    padding: 15px 20px;
    background: #a2cc8f;
}

.logo-fsa {
    width: 99%;
    max-width: 80px;
    height: auto;
}

.logo-ancine,
.logo-brde {
    max-width: 90px;
    width: 99%;
}

.text-black {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 20px;
}

.text-green {
    color: #9faecb;
    display: block;
    font-size: 16px;
    margin: 5px 0;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.text-muted {
    color: #9faecb !important;
}

.text-muted-write {
    color: #fff !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.progress {
    height: 4px;
}

.progress-bar {
    background-color: #fff;
}
.validation-summary-errors
{
    width: 100%;
}
.validation-summary-errors > ul {
    list-style: none;
    font-size: 12px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.validation-summary-errors > ul li {

    padding:  2px 0;
}

.input-validation-error {
    border: 1px solid #f5c6cb;
}

.field-validation-error {
    position: absolute;
    bottom: -5px;
    left: 5px;
    font-size: 11px;
}

.col-form-label
{
    font-size: 11px;
    color: #444;
}



/*
 * jQuery Minimun Password Requirements 1.1
 * http://elationbase.com
 * Copyright 2014, elationbase
 * Check Minimun Password Requirements
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
#pr-box {
    font: 13px/16px sans-serif;
    position: absolute;
    z-index: 1000;
    display: none;
    width: 300px;
    max-width: 100%;
}

    #pr-box i {
        width: 0;
        height: 0;
        margin-left: 20px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #23a86d;
    }

#pr-box-inner {
    margin-top: 6px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#pr-box p {
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#pr-box ul {
    padding: 7px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

    #pr-box ul li {
        list-style: none;
        padding: 7px;
    }

        #pr-box ul li span {
            width: 15px;
            height: 15px;
            display: block;
            float: left;
            border-radius: 100%;
            margin-right: 15px;
        }

#pr-box.light {
    color: #2d2f31;
}

    #pr-box.light p {
        background-color: #23a86d;
        color: #f1f1f1;
    }

    #pr-box.light ul {
        background-color: #f1f1f1;
    }

        #pr-box.light ul li span {
            background-color: #f1f1f1;
            border: 3px solid #23a86d;
        }

            #pr-box.light ul li span.pr-ok {
                background-color: #23a86d;
                border: 3px solid #23a86d;
            }

#pr-box.dark {
    color: #f1f1f1;
}

    #pr-box.dark p {
        background-color: #23a86d;
    }

    #pr-box.dark ul {
        background-color: #2d2f31;
    }

        #pr-box.dark ul li span {
            background-color: #2d2f31;
            border: 3px solid #23a86d;
        }

            #pr-box.dark ul li span.pr-ok {
                background-color: #23a86d;
                border: 3px solid #23a86d;
            }