.input-group {
    margin-bottom: 15px;
    font-size: 13px;
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=time],
input[type=date] {
    color: #000000;
    border-radius: 18px;
    font-size: 16px;
    height: 45px;
}

select {
    width: 100%;
    height: 35px;
    border-radius: 18px;
    font-size: 18px;
    padding-left: 10px;

}



input[type=checkbox] {

    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 0px;
}



.input-group legend {
    font-size: 13px;
    margin: 0;
    color: #000000;
    font-weight: 500;
}


.input-group button {
    border-radius: 20px;
    background-color: #ff6735;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    border: none;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.input-group button:hover {
    border-radius: 20px;
    background-color: #16C7DB;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 00.5s;
}


.input-group button:focus {
    border-radius: 20px;
    background-color: #7d4002;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    border: none;
    color: #ffffff;
}


.btn-warning:checked {

    background-color: #ff6735;
    border: none;
}

.btn-warning:focus {

    background-color: #ff6735;
    border: none;
}

.btn-warning:active {
    background-color: #ff6735;
    border: none;
}


/** */

.btn-danger {

    background-color: #ff3582;
    color: #ffffff;
    border: none;
}

.btn-danger:checked {

    background-color: #ff3582;
    border: none;
}

.btn-danger:focus {

    background-color: #b61754;
    border: none;
}

.btn-danger:active {
    background-color: #ff3582;
    border: none;
}

/** */
.linkbox {
    display: inline-block;
    padding: 8px 15px;
    color: #000000;
    text-decoration: none;
}

.linkbox:hover {
    display: inline-block;
    padding: 8px 15px;
    color: #000000;
    text-decoration: underline;
}



#back a.btlinkvoltar {
    display: block;
    position: absolute;
    left: 10px;
    top: -70px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: solid 1px #a3a3a3;
    color: #020202;
    transition: 0.5s;
}

#back a.btlinkvoltar:hover {
    opacity: 0.8;
    transition: 0.5s;
}

#back a.btlinkvoltar i {
    font-size: 20px;
}


.table, .table td, .table tr, .table th { padding: 2px 10px;}

.btlink {
    width: 40px;
    display: inline-block;
    padding: 1px 5px;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 8px;
}