/**
 * @version     CVS: 1.0.0
 * @package     com_premiosinapro
 * @copyright   2024 Intercode
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Intercode <rogerio.brito@intercode.com.br>
 */

div#alert, div#alertv {
    font-family: Arial, Helvetica, serif;
    font-weight: bold;
    margin: 20px 0px;
}

div#alert.green, div#alertv.green {
    color: green;
}

div#alert.red, div#alertv.red {
    color: red;
}

div#progress-outer, div#progress-outerv {
    width: 90%;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 5px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    display: none;
}

div#progress-inner, div#progress-innerv {
    width: 0%;
    height: 100%;
    background-color: #6bc3c2;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

div#progress-text , div#progress-textv{
    width: 100%;
    /*font-family: Arial, Helvetica, serif;*/
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

span.form-control-feedback {
    color: red !important;
}
input.invalid {
    border: 2px solid red !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #cecece !important;
    border-color: #cecece !important;
}

h5.subtext {
    font-style: italic;
}
