
.m-bold {
    font-weight: bold;
    font-style: normal;
}

hr {
    border-color: #e0e0e0;
}

.cont-style {
    border: 1px solid #E0E0E0;
    background-color: #fcfcfc;
    padding: 60px 45px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-item {
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.menu-item.active {
    border: 1px solid #DADADA;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 10px 30px #EEEEEE;
}

.text-muted {
    color: #737373;
}

.tw-panel {
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}

.tw-panel .panel-title:hover {
    cursor: pointer;
}

.tw-panel .panel-heading {
    color: #383838;
}

.tw-panel,
.tw-panel .panel-heading {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.tw-panel .panel-body {
    border: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
}

.flex,
.flex>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex>div {
    align-content: space-between;
}

.tw-icon-menu {
    padding: 0;
}

.check-icon img,
.check-icon-checked img {
    display: inline-block;
    margin-right: 5px;
}

.navbar-brand {
    height: fit-content;
}

label.error {
    color: #ac0a0a;
    margin-top: 5px;
    font-size: 12px;    
}
.input-group label.error{
    display: table-caption;
    caption-side: bottom;
}
.btn-send,
.check-icon-checked {
    display: none;
}

.filecont input {
    opacity: 0;
    width: 0;
    float: left;
}

/* bof politics */
#politics-error {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-right: 5px;
}

/* eof politics */

/* bof loader */
.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #96a5fc;
    border-bottom-color: #384cbb;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 30px 0;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* eof loader */
@media(max-width:767px) {
    .form-group>div {
        margin-bottom: 15px;
    }

    .extra-margin-laterals {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cont-style {
        padding: 30px 15px;
    }

    .menu-item {
        padding: 20px 0px;
    }

}

/* bug fixes*/
#selectSuburb_other-error{
    position: absolute;
    margin-top: 3em;
    font-size: 0.8em;
}
#input-group-selectSuburb{
    position: relative;
}
#selectSuburb-error + #input-group-selectSuburb{
    position: relative;
    margin-bottom: 2em;
}
/* estilos xxs*/
@media(max-width:479px) {
    .radio-inline+.radio-inline {
        display: block;
        margin-left: 0;
    }
}

p.filename{
    word-break: break-all;
}

/* sticky footer start */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 5em;
    /* Margin bottom by footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5em; /* Set the fixed height of the footer here */
}
@media(max-width:767px) {
    body {
        margin-bottom: 7em;
    }
    #footer {
        height: 7em;
    }
}
/* sticky footer end */

/* bof bold */
.flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.logo-tw img {
    height: 60px;
}

.logo-tw2 img {
    width: 70px;
}

.logo-tw .navbar-brand {
    padding: 5px;
}

#footer {
    padding-bottom: 15px;
    padding-top: 15px;
}


/*bof empresa*/
@media(max-width:1199px) and (min-width:992px){
    .btn[for="cedulafisc"]{
        margin-top:54px
    }
}
@media(min-width:1200px){
    .btn[for="cedulafisc"]{
        margin-top:17px
    }
}

/*eof empresa*/