﻿.profile_menu .avatar {
    width: 30px;
    height: 30px;
    border-radius: 25px;
}
 .header h2 {
    font-weight: 500 !important;
}
.infoAvatar{
   width: 160px;
   float: right;
   list-style: none;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.bootstrap-switch-long {
    width: 100px;
}

.attachments {
    margin-top: 35px;
    margin-bottom: -15px;
}

.fa-paperclip {
    padding-right: 14px;
}

.bodyMessage {
    font-size: 13px;
}
.returnMessage {
    font-size: 13px;
}
.branchName {
   font-size: 10px;
   line-height: 11px;
}

.ballLegend {
        border-radius: 50%;
        display: inline-block;
        height: 20px;
        width: 20px;
}

.legend {
    padding-bottom: 19px;
    margin-top: -36px;
}

.select2 {
    width: 100%;
}

.m-top-label {
    margin-top: 24px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-13 {
    margin-top: 13px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-bottom-13 {
    margin-bottom: 13px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}


.m-right-20 {
    margin-right: 20px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-3 {
    margin-right: 3px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-5 {
    margin-left: 5px;
}

/*Ínicio RadioButton*/

.switch-field {
    display: flex;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: white;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 6px 12px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #4aa3df;
        color: white;
    }

.UseVrColor input:checked + label {
    background-color: #00A513 !important;
    color: white;
}

/*Fim RaddioButton*/

.btn-circle {
    border-radius: 50%;
}

.btn-rounded {
    border-radius: 25%;
}

.btn-help {
    background-color: transparent;
    color: #4aa3df;
    border: 1px solid #4aa3df;
}

.btn-help i {
    font-size: 17px;
}

.no-margin {
    margin: 0 !important;
}

.full-width {
    width: 100%;
}

.form-switch label {
    display: block;
}

.fa.fa-07x {
    font-size: 0.70em;
}

.fa.fa-09x {
    font-size: 0.9em;
}

.details-block .form-control {
    margin-bottom: 20px;
}

.details-block label:after {
    content: ":";
}

.details-block label {
    display: block;
}

.details-block .form-control {
    margin-bottom: 20px;
}

.details-block .money:before {
    content: "R$ ";
}

.details-block .percent:after {
    content: " %";
}

.content .row:first-of-type, .header .row:first-of-type {
    margin-top: 0px;
}