[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

h2 {
    margin: 32px 0;
    color: #344750;
    font-size: 26px;
    font-weight: 400;
}

@media screen and (min-width: 1200px) {
    h2 {
        margin: 20px 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 415px) {
    h2 {
        font-size: 15px;
    }
}

*:focus {
    border-color: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline-color: transparent;
    outline-style: none;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.fa {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1;
}

html,
body {
  height: 100%;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
body {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-right: 0 !important
}

a:hover {
    text-decoration: none;
}

.l-header {
    padding: 60px 0 20px;
    margin: 0;
    background: #d72626 url("../images/header-bg.png") center top;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .l-header {
        
    }
}

@media screen and (min-width: 992px) {
    .l-header {
        
    }
}

.l-header__logo--big {
    margin: 20px auto 10px;
}

.l-header__logo--small {
    margin: 30px auto 0;
}

.l-base {
    background-color: #f2f4f6;
}

.l-footer {
    color: white;
    font-size: 24px;
}

@media screen and (max-width: 415px) {
    .l-footer {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .l-footer {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .l-footer {
        font-size: 14px;
    }
}

.l-footer--light {
    padding: 60px 0 0;
    background-color: #666;
}

@media screen and (min-width: 992px) {
    .l-footer--light {
        padding: 45px 0;
    }
}

@media screen and (min-width: 1200px) {
    .l-footer--light {
        padding: 30px 0;
    }
}

.l-footer--light strong {
    font-size: 26px;
}

@media screen and (max-width: 415px) {
    .l-footer--light strong {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .l-footer--light strong {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .l-footer--light strong {
        font-size: 15px;
    }
}

.l-footer--light i {
    font-size: 86px;
}

@media screen and (min-width: 992px) {
    .l-footer--light i {
        font-size: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .l-footer--light i {
        font-size: 52px;
    }
}

.l-footer--light p:last-child {
    margin-bottom: 90px;
}

@media screen and (min-width: 992px) {
    .l-footer--light p:last-child {
        margin-bottom: 0;
    }
}

.l-footer--dark {
    padding: 45px 0;
    background-color: #2c2c2c;
    font-size: 28px;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .l-footer--dark {
        padding: 30px 0;
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {
    .l-footer--dark {
        padding: 15px 0;
        font-size: 15px;
    }
}

@media screen and (max-width: 415px) {
    .l-footer--dark {
        font-size: 15px;
    }
}

.m-badge {
    margin: 0 5px;
    padding: 3px 12px;
    background-color: #d72626;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .m-badge {
        padding: 1px 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 415px) {
    .m-badge {
        font-size: 15px;
    }
}

.m-button__signup {
    color: white;
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
}

@media screen and (max-width: 415px) {
    .m-button__signup {
        font-size: 13px;
    }
}

@media screen and (min-width: 992px) {
    .m-button__signup {
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {
    .m-button__signup {
        font-size: 18px;
    }
}

.m-button__signup i {
    bottom: -5px;
    margin-right: 10px;
    position: relative;
    font-size: 42px;
}

@media screen and (min-width: 992px) {
    .m-button__signup i {
        bottom: -3px;
        margin-right: 8px;
        font-size: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .m-button__signup i {
        margin-right: 5px;
        font-size: 25px;
    }
}

.m-breadcrumb {
    padding: 16px 0;
}

@media screen and (max-width: 1199px) {
    .m-breadcrumb {
        font-size: 18px;
    }
}

@media (max-width:414px) {
    .m-breadcrumb {
        font-size: 14px;
    }
}

.m-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: white;
}

    .m-breadcrumb .breadcrumb > li + li:before {
        margin: 0 8px;
        color: #d72626;
        content: "\f105" !important;
        font-family: 'FontAwesome';
    }

    .m-breadcrumb .breadcrumb li, .m-breadcrumb .breadcrumb li.active {
        color: black;
    }

    .m-breadcrumb .breadcrumb a {
        color: #666;
    }

.m-table__row, .m-table__row--highlight {
    clear: both;
}

    .m-table__row [class*='col-xs-12']:first-child, .m-table__row--highlight [class*='col-xs-12']:first-child {
        border-bottom: 1px solid rgba(221, 221, 221, 0.6);
    }

@media screen and (min-width: 992px) {
    .m-table__row [class*='col-xs-12']:first-child, .m-table__row--highlight [class*='col-xs-12']:first-child {
        border-bottom: 0;
    }
}

.m-table__row:after, .m-table__row--highlight:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.m-table__row [class*='col-']:not(:first-child):after, .m-table__row--highlight [class*='col-']:not(:first-child):after {
    background: rgba(221, 221, 221, 0.6);
    bottom: 0;
    content: " ";
    margin-left: -30px;
    position: absolute;
    top: 0;
    width: 1px;
}

@media screen and (min-width: 992px) {
    .m-table__row [class*='col-']:not(:first-child):after, .m-table__row--highlight [class*='col-']:not(:first-child):after {
        margin-left: -10px;
    }
}

.m-table__row [class*='col-'], .m-table__row--highlight [class*='col-'] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.m-table .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .m-table .row > [class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

.m-table {
    box-shadow: 0px 20px 85px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 75px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (min-width: 1200px) {
    .m-table {
        margin-bottom: 50px;
    }
}

.m-table__title {
    padding: 20px 25px;
    background-color: #666 !important;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: white !important;
    font-size: 22px;
}

@media screen and (min-width: 1200px) {
    .m-table__title {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 415px) {
    .m-table__title {
        font-size: 14px;
    }
}

.m-table__row, .m-table__row--highlight {
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .m-table__row, .m-table__row--highlight {
        font-size: 14px;
    }
}

@media screen and (max-width: 415px) {
    .m-table__row, .m-table__row--highlight {
        font-size: 14px;
    }
}

.m-table__row {
    padding: 0 15px;
    border-top: 1px solid rgba(221, 221, 221, 0.6);
}

.m-table__row--highlight {
    padding: 0 25px;
    background-color: #f2f4f6;
    border-top: 1px solid rgba(221, 221, 221, 0.6);
}

@media screen and (min-width: 992px) {
    .m-table__row--highlight {
        padding: 0 15px;
    }
}

a .m-table__row--highlight {
    color: #444;
}

.m-table__row--highlight i {
    margin-right: 5px;
}

.collapsed .m-table__row--highlight {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.m-table__icon, .m-table__icon--open, .m-table__icon--closed {
    padding: 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 415px) {
    .m-table__icon, .m-table__icon--open, .m-table__icon--closed {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .m-table__icon, .m-table__icon--open, .m-table__icon--closed {
        padding: 0;
        min-height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .m-table__icon, .m-table__icon--open, .m-table__icon--closed {
        font-size: 14px;
    }
}

.m-table__icon i, .m-table__icon--open i, .m-table__icon--closed i {
    margin-right: 5px;
}

@media screen and (min-width: 992px) {
    .m-table__icon i, .m-table__icon--open i, .m-table__icon--closed i {
        margin-right: 0;
        font-size: 32px;
    }
}

.m-table__icon--open i {
    color: #01a011;
}

.m-table__icon--closed i {
    color: #7f7f7f;
}

.m-table__info, .m-table__description {
    margin: 10px 0;
    padding: 0 10px;
}

    .m-table__info a, .m-table__info a:hover, .m-table__description a, .m-table__description a:hover {
        color: #d72626;
    }

    .m-table__info a, .m-table__description a {
        text-decoration: underline;
    }

        .m-table__info a:hover, .m-table__description a:hover {
            text-decoration: none;
        }

@media screen and (min-width: 1200px) {
    .m-table__info {
        align-content: flex-start;
        flex-wrap: wrap;
        margin-top: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .m-table__info-element {
        flex-basis: 33%;
        margin-bottom: 5px;
    }
}

.m-table__description {
    margin-top: 5px;
}

@media screen and (min-width: 992px) {
    .m-table__description {
        margin-top: 0;
    }
}

.m-table__collapse-button {
    margin-top: 5px;
    position: absolute;
    right: 40px;
    color: #999;
    text-decoration: none;
    font-weight: 500;
}

    .m-table__collapse-button:before {
        content: 'Fechar a lista';
        margin-right: 16px;
    }

    .m-table__collapse-button:after {
        color: #2c2c2c;
        content: '\f106';
        font-family: 'FontAwesome';
        font-size: 22px;
    }

.collapsed .m-table__collapse-button:before {
    content: 'Abrir a lista';
}

.collapsed .m-table__collapse-button:after {
    content: '\f107';
    font-family: 'FontAwesome';
}

@media screen and (min-width: 1200px) {
    .m-table__collapse-button {
        margin-top: 8px;
        right: 30px;
        font-size: 14px;
    }

        .m-table__collapse-button:before {
            content: 'Clique aqui para fechar a lista de itens';
            margin-right: 8px;
        }

        .m-table__collapse-button:after {
            font-size: 16px;
        }

    .collapsed .m-table__collapse-button:before {
        content: 'Clique aqui para abrir a lista de itens';
    }
}

.m-table__collapse-button:hover, .m-table__collapse-button:focus {
    color: #666;
    text-decoration: none;
}

@-moz-document url-prefix() {
    .m-search .m-search__input {
        height: 56px;
        padding: 12px 20px;
    }

    @media screen and (min-width: 1200px) {
        .m-search .m-search__input {
            height: 44px;
            padding: 12px 20px;
        }
    }
}

.m-search {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    color: #666;
    font-weight: 500;
}

.m-search__input {
    padding: 28px 20px;
    background-color: white;
    border: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    font-size: 20px;
}

@media (max-width: 414px) {
    .m-search__input {
        padding: 8px 20px;
        height: 56px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .m-search__input {
        padding: 22px 20px;
        font-size: 16px;
    }
}

.m-search__input::-webkit-input-placeholder {
    color: #666;
}

.m-search__input:-moz-placeholder {
    color: #666;
}

.m-search__input::-moz-placeholder {
    color: #666;
}

.m-search__input:-ms-input-placeholder {
    color: #666;
}

.m-search__button {
    padding: 11px 15px;
    border: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: white;
    color: #666;
    font-weight: bold;
    font-size: 24px;
}

@media screen and (min-width: 1200px) {
    .m-search__button {
        padding: 9.9px 15px;
        font-size: 17px;
    }
}

.m-search__button:hover {
    background-color: #f2f4f6;
}

@media screen and (min-width: 640px) {
    .no-data {
        margin-top: 72px;
        margin-bottom: 92px;
    }
}

@media screen and (max-width: 414px) {
    .no-data {
        margin-top: 45px;
    }
}


.text-muted {
    margin: 20px 0;
}

.no-display{
    display:none
}

.ng-hide{
    display: none !important;
}

.ng-animate.no-animate {
    transition: 0s none;
    -webkit-transition: 0s none;
    animation: 0s none;
    -webkit-animation: 0s none;
}

.body{
    background:#fff
}

.loaderDiv {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1100;
   width:100vw;
}

.ajax-loader {
   position: relative;
   left: 50%;
   top: 50%;
   display: block;
}