body{
    font-size: 16px;
}

.notificacao-content {
    display: none;
    padding-left: 12%;
    padding-right: 4%;
    padding-bottom: 5%;
    text-align: justify;;
}

.notificacao-list:hover > .notificacao-content, .notificacao-list:active > .notificacao-content {
	display: block;
}

.notificacao-data {
	float: right;
	color: gray;
	font-size: 75%;
}

.notificacao-header {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
    background: transparent;
}

.modal-dialog{
    margin: auto;
    margin-top: 10%;
}

/* Paginação do bootstrap*/
.pagination > li {
    display: inline-block !important;
    padding: 0px 0px !important;
    border: 0 !important;
}

.login-box, .register-box{
    width: 650px;
}
#divlogin h4.header{
    text-align: center;
    font-size: 20px;
}

#divlogin #links .m-link{
    display: block;
    margin-top: 8px;
}

.m-form-row label.m-radiobutton-group, .m-form-row label.m-checkbox-group{
    display: inline;
}

.content-header>.breadcrumb>li>a{
    font-weight: normal;
}

.h1, h1 {
    font-size: 28px;
}

.label{
    font-size: 100%;
}

#modal_containstitucional .modal-body{
    padding: 0px;
}

#modal_containstitucional .modal-body .info{
    padding: 15px;
}

@media (min-width: 768px) {
    .modal-dialog{
        margin-top: 5%;
    }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

@media(max-width: 767px)
{
    label.list-login-profile {
        display: inline-flex;
        max-width: 90%;
        margin-bottom: 5px;
        font-weight: 700;
        margin-left: 5px;
        padding: 0 0 8px 0;
    }
}

.modal-size-70 {
    width: 70% !important;
}

.modal-size-80 {
    width: 80% !important;
}

.modal-size-90 {
    width: 90% !important;
}


.font-bold{
    font-weight: bold;
}


/* Component MDivWizardHead */

.wizard{
    border-radius: 10px;
    border: 1px solid #fafafa;
    margin-bottom: 20px;
}

/*----------step-wizard------------*/
.wizard-step-container{
    background: #fafafa;
    padding: 10px;
}
.wizard-step-container .d-flex{
    display: flex;
}
.wizard-step-container .justify-content-center{
    justify-content: center;
}
.wizard-step-container .align-items-center{
    align-items: center;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
}
.wizard .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 1;
    display: none;
}
.wizard .nav-tabs{
    display: flex;
    justify-content: space-between;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.wizard .round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    /*position: absolute;*/
    /*left: 0;*/
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
    float:left;
}
.wizard .round-tab i{
    color:#555555;
}
.wizard li.active .round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active .round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}
.wizard .nav-tabs > li {
    /*min-width: 13%;*/
    /*background: aquamarine;*/
    justify-items: center;
    /*margin-top: 5px;*/
}
.wizard .nav-tabs > li.odd > a span.round-tab{
    background: #d8d8d8;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard .nav-tabs > li a {
    /*width: 30px;*/
    /*height: 30px;*/
    /*margin: 20px auto;*/
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    display: flex

}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .icon-orientation {
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    display: inline-block;
    /*border-radius: 50%;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*left: 0;*/
    text-align: center;
    font-size: 22px;
    color: #727272;
    font-weight: 500;
    /*border: 1px solid #ddd;*/
    float:left;
    position: relative;
    top: 22px;
    z-index: 1;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}


@media (max-width: 767px){

    .wizard .nav-tabs > li a i{
        display: none;
    }
}


/* end component */
