/*COLOR*/
.form-control {
    border-radius: 0;
}
.form-control:focus {
    box-shadow: none;
}
.form-group label {
    font-weight: bold;
}
.form-group .custom-control-label {
    font-weight: normal;
}
/* FORM GENERAL*/
.with-custom-label {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.with-custom-label .custom-label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    padding-right: 0.75rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    border-radius: 0.25rem;
    opacity: 0.6;
}
label.control-label {
    font-weight: bolder;
}
/* CUSTOM RADIO */
.custom-radio, .custom-radio-inline {
    padding-left: 1.5rem;
}
.custom-radio .custom-control-label, .custom-radio-inline .custom-control-label {
    margin-right: 0.75rem;
}
.custom-radio .custom-control-label::before, .custom-radio-inline .custom-control-label::before {
    background-color: #fff;
    border: solid 1px #979797;
    top: 2px;
}
.custom-radio .custom-control-label::before, .custom-radio-inline .custom-control-label::before {
    top: 7px;
}
.custom-radio .custom-control-label::after, .custom-radio-inline .custom-control-label::after {
    top: 7px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-radio-inline .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e92c2c;
    border-color: #e92c2c;
    box-shadow: none;
}
.custom-radio-inline {
    margin-right: 1.5rem;
}
/* CUSTOM CHECKBOX */
.custom-checkbox .custom-control-label::before {
    background-color: #fff;
    border: solid 1px #979797;
    top: 2px;
    border-radius: 0;
}
.custom-checkbox .custom-control-label::after {
    top: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e92c2c;
    border-color: #e92c2c;
    box-shadow: none;
}
.form-check input[type="checkbox"], .form-check input[type="radio"] {
    position: absolute;
    margin-top: 6px;
}
.form-check label {
    cursor: pointer;
    color: #666;
    padding-left: 30px;
}
.form-check input[type="checkbox"] {

}
.form-check input[type="checkbox"]:checked + .label-text:before {

}
/*BUTTON*/
.btn-main {
    background: #e61212 !important;
    color: #fff;
    border-color: #e61212;
    border-radius: 0;
}
.btn-main.disabled {
    background-color: #c9c9c9 !important;
    border-color: #c9c9c9 !important;
}
.btn-main:hover {
    background: #f00;
}
.btn-main:active {
    background: #cc1717;
    color: #fff;
}
.btn-main:focus {
    box-shadow: none;
}
.btn-main-outline {
    background: #fff;
    color: #e61212;
    border-color: #e61212;
    border-radius: 0;
    border: solid 1px;
}
.btn-main-outline:hover {
    border-color: #f00;
}
.btn-main-outline:active {
    border-color: #cc1717;
    color: #cc1717;
}
.btn-main-outline:focus {
    box-shadow: none;
}
.btn-collapsed {
    cursor: pointer;
}
/*INPUT*/

.btn-main {
    cursor: pointer;
}