.nav-side-menu ul .sub-menu li,.nav-side-menu li .sub-menu li .a {
    color: #808486
}

.topo {
    width: 100%
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #000;
    position: fixed;
    top: 65px;
    width: 21%;
    height: 100%;
    color: #e1ffff
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px
}

.nav-side-menu .toggle-btn {
    display: none
}

.nav-side-menu ul,.nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 34px;
    cursor: pointer
}

.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right
}

.nav-side-menu ul .active,.nav-side-menu li .active {
    background-color: #f0f0f0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 51px;
    margin-right: 7px;
    color: white !important;
}

.nav-side-menu ul .sub-menu li.active,.nav-side-menu li .sub-menu li.active {
    color: #d19b3d
}

.nav-side-menu ul .sub-menu li.active a,.nav-side-menu li .sub-menu li.active a {
}

.nav-side-menu ul .sub-menu li,.nav-side-menu li .sub-menu li {
    background-color: #ffffff;
    border: none;
    line-height: 30px;
    margin-left: 0;
}

.nav-side-menu ul .sub-menu li:hover,.nav-side-menu li .sub-menu li:hover {
    background-color: #151515;
}

.nav-side-menu ul .sub-menu li:before,.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.nav-side-menu li a:link {
    padding-left: 0;
    border-left: 0 solid #017aa7
}

.nav-side-menu li a {
    text-decoration: none;
    color: #323232;
    font-size: 17px;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px
}

.nav-side-menu li:hover {
    border-left: 3px solid #2e3951;
    background-color: #f7f7f7 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 13px;
    font-weight: 200;
    position: fixed;
    top: 0;
    width: 262px;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat!important;
}

@media (max-width: 567px) {
    .nav-side-menu.active {
        width:0%;
        z-index: 999!important
    }

    #sidebar.active {
    }

    #sidebar {
    }
}

.nav-side-menu .menu-list .menu-content {
    display: block
}

.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 0%);
    padding: .8rem 1.14rem;
    font-size: .81rem
}

h3,.h3 {
    font-size: .90rem
}

.margim {
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-shadow: 0 0;
    color: #fff
}

.table th,.table td {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 4px solid #dee2e6;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    background-repeat: repeat;
    padding-bottom: -3px
}

.botao {
    max-width: 90px!important
}

.espacos-topo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 93px;
    padding-bottom: 35px
}

.logo {
    float: left;
    margin-left: 19px;
    margin-top: 6px;
    color: var(--white);
    font-size: 19px;
    font-weight: 700
}

.user {
    position: inherit;
    width: 100%;
    height: 141px;
    text-align: center;
    float: left;
    line-height: normal;
    margin-top: 9px;
    z-index: 9999;
    margin-bottom: 33px
}

.user img {
    position: relative;
    margin-right: auto;
    margin-left: auto
}

.danger {
    background-color: #ff0004;
    height: 27px!important
}

.card {
    margin-bottom: 10px
}

.steps-form {
    display: table;
    width: 100%;
    position: relative
}

.steps-form .steps-row {
    display: table-row
}

.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.steps-form .steps-row .steps-step p {
    margin-top: .5rem
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1!important;
    filter: alpha(opacity=100) !important
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0
}

.modal-lg {
}

.checkbox-teal [type="checkbox"]:checked+label:before {
    border-color: transparent #009688 #009688 transparent
}

body {
    overflow-x: hidden!important
}

.espacos-topo-pdf {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 69px;
    padding-bottom: 0
}

.menu-list {
    z-index: 99792
}

.container {
    max-width: 100%
}

.sala {
    max-width: 98%;
    margin-right: auto;
    margin-left: auto
}

.espacos {
    margin-top: 61px;
    margin-bottom: 40px;
    padding-top: 33px;
    padding-bottom: 25px
}

.baixo {
    margin-bottom: 25px;
    color: #555;
    text-align: left
}

#modalBottomLabel {
    margin: 0;
    line-height: 1.42857143;
    float: right;
    color: #fff;
    padding-top: 0;
    margin-top: 2px!important;
    margin-left: 2px!important;
    margin-right: 18px!important
}

@media (max-width: 767px) {
    #modalBottomLabel {
        margin:0;
        line-height: 1.42857143;
        float: right;
        color: #fff;
        padding-top: 0;
        margin-top: -3px!important;
        margin-left: -8px!important;
        margin-right: 5px!important
    }
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: right;
    color: #fff;
    padding-top: 0;
    margin-top: 11px!important;
    margin-left: 12px!important;
    margin-right: 18px!important;
    float: left!important
}

.modal-dialog .modal-content .modal-header {
    -webkit-border-top-left-radius: .125rem;
    border-top-left-radius: .125rem;
    -webkit-border-top-right-radius: .125rem;
    border-top-right-radius: .125rem;
    background-color: #fff!important;
    color: #000;
    height: 40px
}

.modal-header .close {
    padding: 1rem;
    margin: inherit
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    color: #fff
}

.margim {
    margin-left: auto;
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 4px;
    text-shadow: 0 0;
    color: #fff;
    /* margin-top:5px!important; */
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block
}

body {
    padding-right: 0!important;
    height: 100%;
    background-color: #efefef;
}

#progressBar {
    background-color: #3e6fad!important;
    width: 0;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    color: #00f!important;
    display: none
}

#progressBar_favicon {
    background-color: #3e6fad!important;
    width: 0;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    color: #00f!important
}

#wrapper {
    padding-left: 0
}

#page-wrapper {
    width: 100%;
    padding: 0
}

@media (min-width: 768px) {
    #wrapper {
        padding-left:225px
    }

    #page-wrapper {
        padding: 22px 0
    }
}

.top-nav {
    padding: 0 15px
}

.top-nav>li {
    display: inline-block;
    float: left
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff
}

.top-nav>li>a:hover,.top-nav>li>a:focus,.top-nav>.open>a,.top-nav>.open>a:hover,.top-nav>.open>a:focus {
    color: #fff;
    background-color: #121212
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal
}

@media (min-width: 768px) {
    .side-nav {
        position:fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .side-nav li a:hover,.side-nav li a:focus {
        outline: none;
        background-color: #0d0d0d!important
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #fff
}

.side-nav>li>ul>li>a:hover {
    color: #fff
}

.navbar .nav>li>a>.label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px
}

.navbar .nav>li>a:hover>.label {
    top: 10px
}

.navbar-brand {
    padding: 5px 15px
}

table td {
    font-size: .9rem;
    font-weight: 300
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.form-check-input[type=radio]:checked+label, .form-check-input[type=radio]:not(:checked)+label, label.btn input[type=radio]:checked+label, label.btn input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-check-input[type="radio"]+label:after,.form-check-input[type="radio"]+label:before,label.btn input[type="radio"]+label:after,label.btn input[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease
}

.form-check-input[type=radio].with-gap:checked+label:after, .form-check-input[type=radio].with-gap:checked+label:before, .form-check-input[type=radio]:checked+label:after, .form-check-input[type=radio]:checked+label:before, .form-check-input[type=radio]:not(:checked)+label:after, .form-check-input[type=radio]:not(:checked)+label:before, label.btn input[type=radio].with-gap:checked+label:after, label.btn input[type=radio].with-gap:checked+label:before, label.btn input[type=radio]:checked+label:after,a label.btn input[type=radio]:checked+label:before, label.btn input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.form-check-input[type=radio]:not(:checked)+label:after, .form-check-input[type=radio]:not(:checked)+label:before, label.btn input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:before {
    border: 2px solid #5a5a5a
}

.form-check-input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form-check-input[type="radio"]:checked+label:before,label.btn input[type="radio"]:checked+label:before {
    border: 2px solid transparent
}

.form-check-input[type="radio"].with-gap:checked+label:after,.form-check-input[type="radio"].with-gap:checked+label:before,.form-check-input[type="radio"]:checked+label:after,label.btn input[type="radio"].with-gap:checked+label:after,label.btn input[type="radio"].with-gap:checked+label:before,label.btn input[type="radio"]:checked+label:after {
    border: 2px solid #4285f4
}

.form-check-input[type="radio"].with-gap:checked+label:after,.form-check-input[type="radio"]:checked+label:after,label.btn input[type="radio"].with-gap:checked+label:after,label.btn input[type="radio"]:checked+label:after {
    background-color: #4285f4
}

.form-check-input[type="radio"]:checked+label:after,label.btn input[type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.form-check-input[type="radio"].with-gap:checked+label:after,label.btn input[type="radio"].with-gap:checked+label:after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.form-check-input[type="radio"].with-gap:disabled:checked+label:before,label.btn input[type="radio"].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0,0,0,.46)
}

.form-check-input[type="radio"].with-gap:disabled:checked+label:after,label.btn input[type="radio"].with-gap:disabled:checked+label:after {
    border: none;
    background-color: rgba(0,0,0,.46)
}

.form-check-input[type=radio]:disabled:checked+label:before, .form-check-input[type=radio]:disabled:not(:checked)+label:before, label.btn input[type=radio]:disabled:checked+label:before, label.btn input[type=radio]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,.46)
}

.form-check-input[type="radio"]:disabled+span,label.btn input[type="radio"]:disabled+span {
    color: rgba(0,0,0,.46)
}

.form-check-input[type=radio]:disabled:not(:checked)+span:before, label.btn input[type=radio]:disabled:not(:checked)+span:before {
    border-color: rgba(0,0,0,.46)
}

.form-check-input[type="radio"]:disabled:checked+span:after,label.btn input[type="radio"]:disabled:checked+span:after {
    background-color: rgba(0,0,0,.46);
    border-color: #bdbdbd
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.form-check-input[type="checkbox"]+label,label.btn input[type="checkbox"]+label {
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center!important;
    margin: auto!important;
    /* margin-top: -14px; */
}

.form-check-input[type=checkbox]+label:before, .form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]+label:before, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    /* top: -7px; */
    left: 10px;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form-check-input[type=checkbox]:not(:checked):disabled+label:before, label.btn input[type=checkbox]:not(:checked):disabled+label:before {
    border: none;
    background-color: #bdbdbd
}

.form-check-input[type="checkbox"]:checked+label:before,label.btn input[type="checkbox"]:checked+label:before {
    top: -5px;
    left: 5px !important;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"]:checked:disabled+label:before,label.btn input[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd
}

.form-check-input[type="checkbox"]:indeterminate+label:before,label.btn input[type="checkbox"]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 1.375rem;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.form-check-input[type="checkbox"]:indeterminate:disabled+label:before,label.btn input[type="checkbox"]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0,0,0,.46);
    background-color: transparent
}

.form-check-input[type="checkbox"].filled-in+label:after,label.btn input[type="checkbox"].filled-in+label:after {
    -webkit-border-radius: .125rem;
    border-radius: .125rem
}

.form-check-input[type="checkbox"].filled-in+label:after,.form-check-input[type="checkbox"].filled-in+label:before,label.btn input[type="checkbox"].filled-in+label:after,label.btn input[type="checkbox"].filled-in+label:before {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s , background-color .25s , width .2s 1s , height .2s 1s , top .2s 1s , left .2s 1s;
    -o-transition: border .25s , background-color .25s , width .2s 1s , height .2s 1s , top .2s 1s , left .2s 1s;
    transition: border .25s , background-color .25s , width .2s 1s , height .2s 1s , top .2s 1s , left .2s 1s;
    z-index: 1
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:before, label.btn input[type=checkbox].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:after, label.btn input[type=checkbox].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

.form-check-input[type="checkbox"].filled-in:checked+label:before,label.btn input[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.form-check-input[type="checkbox"].filled-in:checked+label:after,label.btn input[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #a6c;
    background-color: #a6c;
    z-index: 0
}

.form-check-input[type="checkbox"].filled-in.filled-in-danger:checked+label:after,label.btn input[type="checkbox"].filled-in.filled-in-danger:checked+label:after {
    background-color: #f44336;
    border-color: #f44336
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:before, label.btn input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:after, label.btn input[type=checkbox]:disabled:not(:checked)+label:after {
    border-color: #bdbdbd;
    background-color: #bdbdbd
}

.form-check-input[type="checkbox"]:disabled:checked+label:before,label.btn input[type="checkbox"]:disabled:checked+label:before {
    background-color: transparent
}

.form-check-input[type="checkbox"]:disabled:checked+label:after,label.btn input[type="checkbox"]:disabled:checked+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

.select-wrapper .select-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    height: 2.9rem;
    line-height: 2.9rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 .94rem 0;
    padding: 0;
    display: block
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0,0,0,.3);
    border-bottom-color: rgba(0,0,0,.3);
    cursor: default
}

.select-wrapper .search-wrap {
    padding: 1rem 0;
    display: block;
    margin: 0 .7rem
}

.select-wrapper .search-wrap .md-form {
    margin-top: 0
}

.select-wrapper .search-wrap .md-form input {
    padding-bottom: .4rem;
    margin-bottom: 0
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 1rem;
    font-size: .63rem
}

.select-wrapper span.caret.disabled {
    color: rgba(0,0,0,.46)
}

.select-wrapper+label {
    position: absolute;
    top: -.88rem;
    font-size: .8rem
}

.select-wrapper i {
    color: rgba(0,0,0,.3)
}

.select-wrapper ul {
    list-style-type: none
}

element.style {
}

.espaco_cart {
    padding-right: 25px;
    margin-top: 12px;
    margin-bottom: 38px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 25px
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent
}

.sub-menu li {
    max-width: 100%;
    list-style-type: none
}

.md-form .prefix~input, .md-form .prefix~textarea {
    margin-left: 0;
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem)
}

#envoltorio {
    position: fixed;
    width: 101%;
    height: 7px;
    margin-top: -6px;
    color: #000;
    font-size: 9px;
    text-align: center
}

#progressBar_imagem {
    background-color: #3e6fad;
    width: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out
}

progressBar_imagem {
    vertical-align: baseline
}

.pdf {
    background: #2bbbad!important
}

.imagem {
    background: #3662b7!important
}

.rola {
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden
}

.modal-lg {
}

#barra {
    overflow: hidden!important;
    -webkit-overflow-scrolling: touch!important
}

.embed-responsive-4by3 {
    padding-bottom: 120%;
    overflow: hidden!important
}

.espaco_sem {
    position: relative;
    padding: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0
}

h5,.h5 {
    font-size: 2.25rem
}

@media (min-width: 768px) {
    button.close.persona_self {
        font-weight:100;
        background: #f3f3f3;
        width: 25px;
        border-radius: 50px;
        font-size: 20px!important;
        margin-top: 1px!important;
        height: 25
    }

    .modal.modal-fullscreen .modal-dialog .modal-content .modal-body,.bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
        flex-shrink: 3;
        overflow: hidden!important;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width: 400px) {
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-body,.bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
        flex-shrink:3;
        overflow: hidden!important;
        -webkit-overflow-scrolling: touch
    }
}

#load {
    margin-top: 0;
    position: fixed;
    width: 100%
}

.ReactModal__Body--open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

.modal-header .close {
    font-size: 49px;
    color: #000
}

.modal-header .close {
    padding: 0;
    margin: inherit;
    margin-top: -1px;
    margin-right: 12px
}

.radio-green [type="radio"] {
    background-color: #00c851
}

.radio-vermelho [type="radio"] {
    border-color: #c00
}

.radio-green [type="radio"]:checked+label:after {
    border-color: #00c851;
    background-color: #00c851
}

.radio-vermelho [type="radio"]:checked+label:after {
    border-color: #c00;
    background-color: #c00
}

table.table td,table.table th {
    padding-top: 0;
    vertical-align: middle;
    text-align: center!important;
    white-space: nowrap;
    padding-bottom: 5px
}

td#rola_73 {
}

table {
    text-align: center;
}

#menue {
    margin-top: 7px;
    margin-right: 7px;
    float: right
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: .8
}

.imagem_site {
    max-height: 32px;
    max-width: 32px;
    margin-bottom: 11px;
    margin-top: 12px
}

.tabela_cima {
    background-color: #337ab7;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.menu_seilf {
    color: #fff;
    background-color: hsla(0,0%,0%,.00);
    font-size: 35px;
    border-style: none;
    border-width: 0;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: 14px;
    margin-left: 16px
}

.notificacoes {
    float: right;
    margin: 0
}

.perfil {
    margin: 0
}

.modal-body #atuliza_perfil .face {
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: .8
}

.professror {
    font-size: 49px;
    color: #000;
    margin-bottom: 15px;
    margin-left: 13px
}

#menue {
    margin-top: 7px;
    margin-right: 7px;
    float: right
}

.testimonial {
    margin-bottom: 10px
}

.testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff
}

.testimonial-section:after {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px
}

.testimonial-desc {
    margin-top: 20px;
    text-align: left;
    padding-left: 15px
}

.testimonial-desc img {
    border: 1px solid #f5f5f5;
    border-radius: 150px;
    height: 50px;
    padding: 3px;
    width: 50px;
    display: inline-block;
    vertical-align: top
}

.testimonial-writer {
    vertical-align: top;
    padding-left: 2px;
    margin-right: 7px;
    padding-right: 5px
}

.data {
    color: hsl(0deg 0% 0%);
    font-size: 12px;
    margin-left: 22px;
    text-align: right;
    margin-right: 23px;
    position: relative
}

.testimonial-writer-name {
    font-weight: bold
}

.testimonial-writer-designation {
    font-size: 85%
}

.testimonial-writer-company {
    font-size: 85%
}

.testimonial.testimonial-default {
}

.testimonial.testimonial-default .testimonial-section {
    border-color: #777
}

.testimonial.testimonial-default .testimonial-section:after {
    border-top-color: #777
}

.testimonial.testimonial-default .testimonial-desc {
}

.testimonial.testimonial-default .testimonial-desc img {
    border-color: #777
}

.testimonial.testimonial-default .testimonial-writer-name {
    color: #777
}

.testimonial.testimonial-primary {
}

.testimonial.testimonial-primary .testimonial-section {
    border-color: #337ab7;
    color: #286090;
    background-color: rgba(51,122,183,.1)
}

.testimonial.testimonial-primary .testimonial-section:after {
    border-top-color: #337ab7
}

.testimonial.testimonial-primary .testimonial-desc {
}

.testimonial.testimonial-primary .testimonial-desc img {
    border-color: #337ab7
}

.testimonial.testimonial-primary .testimonial-writer-name {
    color: #337ab7
}

.testimonial.testimonial-info {
}

.testimonial.testimonial-info .testimonial-section {
    border-color: #5bc0de;
    color: #fff;
    background-color: #5bc0de;
    border-radius: 22px
}

.testimonial.testimonial-info .testimonial-section:after {
    border-top-color: #5bc0de
}

.testimonial.testimonial-info .testimonial-desc {
}

.testimonial.testimonial-info .testimonial-desc img {
    border-color: #5bc0de
}

.testimonial.testimonial-info .testimonial-writer-name {
    color: #5bc0de;
    float: right
}

.testimonial.testimonial-success {
}

.testimonial.testimonial-success .testimonial-section {
    border-color: #5cb85c;
    color: #449d44;
    background-color: rgba(92,184,92,.1)
}

.testimonial.testimonial-success .testimonial-section:after {
    border-top-color: #5cb85c
}

.testimonial.testimonial-success .testimonial-desc {
}

.testimonial.testimonial-success .testimonial-desc img {
    border-color: #5cb85c
}

.testimonial.testimonial-success .testimonial-writer-name {
    color: #5cb85c
}

.testimonial.testimonial-warning {
}

.testimonial.testimonial-warning .testimonial-section {
    border-color: #f0ad4e;
    color: #d58512;
    background-color: rgba(240,173,78,.1)
}

.testimonial.testimonial-warning .testimonial-section:after {
    border-top-color: #f0ad4e
}

.testimonial.testimonial-warning .testimonial-desc {
}

.testimonial.testimonial-warning .testimonial-desc img {
    border-color: #f0ad4e
}

.testimonial.testimonial-warning .testimonial-writer-name {
    color: #f0ad4e
}

.testimonial.testimonial-danger {
}

.testimonial.testimonial-danger .testimonial-section {
    border-color: #d9534f;
    color: #c9302c;
    background-color: rgba(217,83,79,.1)
}

.testimonial.testimonial-danger .testimonial-section:after {
    border-top-color: #d9534f
}

.testimonial.testimonial-danger .testimonial-desc {
}

.testimonial.testimonial-danger .testimonial-desc img {
    border-color: #d9534f
}

.testimonial.testimonial-danger .testimonial-writer-name {
    color: #d9534f
}

.testimonial.testimonial-default-filled {
}

.testimonial.testimonial-default-filled .testimonial-section {
    color: #fff;
    border-color: #777;
    background-color: #777
}

.testimonial.testimonial-default-filled .testimonial-section:after {
    border-top-color: #777
}

.testimonial.testimonial-default-filled .testimonial-desc {
}

.testimonial.testimonial-default-filled .testimonial-desc img {
    border-color: #777;
    background-color: #777
}

.testimonial.testimonial-default-filled .testimonial-writer-name {
    color: #777
}

.testimonial.testimonial-primary-filled {
}

.testimonial.testimonial-primary-filled .testimonial-section {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.testimonial.testimonial-primary-filled .testimonial-section:after {
    border-top-color: #337ab7
}

.testimonial.testimonial-primary-filled .testimonial-desc {
}

.testimonial.testimonial-primary-filled .testimonial-desc img {
    border-color: #2e6da4;
    background-color: #337ab7
}

.testimonial.testimonial-primary-filled .testimonial-writer-name {
    color: #337ab7
}

.testimonial.testimonial-info-filled {
}

.testimonial.testimonial-info-filled .testimonial-section {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.testimonial.testimonial-info-filled .testimonial-section:after {
    border-top-color: #5bc0de
}

.testimonial.testimonial-info-filled .testimonial-desc {
}

.testimonial.testimonial-info-filled .testimonial-desc img {
    border-color: #46b8da;
    background-color: #5bc0de
}

.testimonial.testimonial-info-filled .testimonial-writer-name {
    color: #5bc0de
}

.testimonial.testimonial-success-filled {
}

.testimonial.testimonial-success-filled .testimonial-section {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.testimonial.testimonial-success-filled .testimonial-section:after {
    border-top-color: #5cb85c
}

.testimonial.testimonial-success-filled .testimonial-desc {
}

.testimonial.testimonial-success-filled .testimonial-desc img {
    border-color: #4cae4c;
    background-color: #5cb85c
}

.testimonial.testimonial-success-filled .testimonial-writer-name {
    color: #5cb85c
}

.testimonial.testimonial-warning-filled {
}

.testimonial.testimonial-warning-filled .testimonial-section {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.testimonial.testimonial-warning-filled .testimonial-section:after {
    border-top-color: #f0ad4e
}

.testimonial.testimonial-warning-filled .testimonial-desc {
}

.testimonial.testimonial-warning-filled .testimonial-desc img {
    border-color: #eea236;
    background-color: #f0ad4e
}

.testimonial.testimonial-warning-filled .testimonial-writer-name {
    color: #f0ad4e
}

.testimonial.testimonial-danger-filled {
}

.testimonial.testimonial-danger-filled .testimonial-section {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.testimonial.testimonial-danger-filled .testimonial-section:after {
    border-top-color: #d9534f
}

.testimonial.testimonial-danger-filled .testimonial-desc {
}

.testimonial.testimonial-danger-filled .testimonial-desc img {
    border-color: #d43f3a;
    background-color: #d9534f
}

.testimonial.testimonial-danger-filled .testimonial-writer-name {
    color: #d9534f
}

.persona_self {
    color: #fff;
    opacity: 100
}

.modal-header .close {
    font-size: 35px;
    color: #fff;
    margin-top: -4px!important
}

.face {
    text-align: center
}

p {
    margin-top: 0;
    margin-bottom: 0
}

.esp {
    margin-left: 0;
    padding-left: 5px
}

.pt-3-half img {
    max-height: 50px;
    max-width: 50px;
    margin-right: 10px
}

.cabecalho {
    color: rgba(81,81,81,1.00);
    font-size: 12px;
    font-weight: 900
}

.modal-header .close {
    margin-top: -6px;
    color: #fff
}

@media (max-width: 767px) {
    .modal-header .close {
        margin-top:-4px!important;
        margin-left: 6px!important;
        opacity: 100;
        text-shadow: none!important
    }

    .modal-title {
        margin: 0;
        line-height: 1.42857143;
        float: right;
        color: #fff;
        padding-top: 0;
        margin-top: 1px!important;
        margin-left: -18px!important;
        font-weight: 400!important
    }
}

hr {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border: 0;
    border-top: 1px solid #f8f5f0!important;
    width: 100%!important
}

#target-content tbody:before {
    line-height: 0px;
    /* content:"\200C"; */
    display: block;
}

#target-paginacaot tbody:before {
    line-height: 0px;
    content: "\200C";
    display: block;
}

.avatar_curso_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding-top: 9px;
    margin-left: 16px
}

textarea#site3 {
    width: 100%
}

.drty {
    width: 100%;
    text-align: right
}

a,a.disabled:hover,a:disabled:hover {
}

a {
    text-decoration: none!important
}

a.logo {
    color: #fff!important
}

a.btn.btn-rounded.waves-effect.waves-light.criar {
    color: #fff!important
}

a.deletar_categoria.btn.margim.danger {
    color: #fff!important
}

button.btn.margim {
    height: 27px!important;
}

i.gtmn.fa.fa-trash-o {
    color: #fff!important;
    margin-top: 3px!important
}

button.lcsse {
    float: right;
    border: none;
    border-radius: 50px;
    width: 25px;
    height: 25px
}

button.bootbox-close-button.close {
    font-weight: 100!important;
    background: #f3f3f3!important;
    width: 25px!important;
    border-radius: 50px!important;
    font-size: 21px!important;
    margin-top: 1px!important;
    color: #616161!important;
    height: 25px
}

a#dropdownMenu1 {
    font-size: 32px
}

.user_config {
    margin-left: 58px
}

.form-check.form-check-inline.botom.trf {
    width: 81px
}

.card {
    border-radius: 15px!important;
    box-shadow: 0px 0px 0px 0px #00000012
}

; .card.espaco_cart02 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.espaco_cart {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.ttgh {
    margin-bottom: 42px;
    padding-bottom: 54px;
}

.carendario {
    width: 100%;
}

li.hhhh:hover {
    background-color: #ffffff!important;
}

#sidebar {
    min-width: 259px;
    max-width: 254px;
    background: #fff;
    color: #fff;
    transition: all .3s ease 0s;
}
li.mmd:hover {
    background-color: #ffffff!important;
}