/*1068 a 1078 questao do marcador no bootstrap original */

@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Oswald';
/* -------------------------------- 

Primary style

-------------------------------- */
/*, *::after, *::before {
  box-sizing: border-box;
  }*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #111433;
    background-color: #429bd8;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
header {
    height: 100px;
    background: #fff;
}

.smart-container {
    margin: 10px auto;
}


.cd-dropdown-wrapper {
    /**display: inline-block;*/
    position: relative;
    height: 40px;
    margin: 0 0 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.cd-dropdown-trigger {
    /*display: block;*/
    position: relative;
    padding: 10px 36px 10px 20px;
    line-height: 40px;
    background-color: #429bd8;
    color: #ffffff;
    border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
    background-color: #429bd8;
    color: #fff;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background-color: #429bd8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #429bd8;
        color: #fff;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #429bd8;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #429bd8;
    color: #000;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #429bd8;
    border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #fff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #E6D4BA;
    border-style: solid;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #fff;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    /*top: 50%;
    margin-top: -20px;*/
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {color: #fff; font-family: FontAwesome;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.icidades::before {content: "\f277";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ibancos::before {content: "\f19c";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ipessoas::before {content: "\f0c0";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iunidades::before {content: "\f015";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iblocos::before {content: "\f1b3";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.icondominios::before {content: "\f0f7";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.isubcontas::before {content: "\f15b";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iusuarios::before {content: "\f007";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iuser::before {content: "\f2bd";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iperfis::before {content: "\f234 ";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.icaixa::before {content: "\f0d6 ";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ifabricante::before {content: "\f275";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.imovestoque::before {content: "\f079";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ialtpreco::before {content: "\f155";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.icategoria::before {content: "\f0ce";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iproduto::before {content: "\f288";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ipedidoprod::before {content: "\f044";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iimposto::before {content: "\f0b1";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ipagamento::before {content: "\f09d";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.irelatorio::before {content: "\f201";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.icanvenda::before {content: "\f12d";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.itroca::before {content: "\f021";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.fa-cog::before {content: "\f013";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ifornecedor::before {content: "\f07a";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.ilancamento::before {content: "\f20a";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iboleto::before {content: "\f032";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iimprimir::before {content: "\f02f";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iarquivo::before {content: "\f016";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.iarquivo2::before {content: "\f15b";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.fa-car::before {content: "\f1b9";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.fa-id-card::before {content: "\f2b9";font-size: 35px;}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.fa-road::before {content: "\f018";font-size: 35px;}





@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #000;
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: 50%;
        float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        color: #fff;
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 20px 0;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 30px;
        height: 250px;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #fff;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #fff;
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #fff;
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #fff;
        color: #fff;
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
        background: #fff;
    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #fff;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}
.cd-dropdown-content .go-back a {
    padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #3582b7;
   /* background: url(../img/interno.jpg) no-repeat center center fixed;*/
    background-size: cover; /*Css padrão*/
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
    min-height: calc(100vh - 100px);
    /* padding: 2em 5%;*/
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}


/*----------------------------------------------------------------------------------------------------------------------------*/ 

/* ICONES */ 
.iconepeq {
    width: 1em;
    height: 1em;
    color: #fff;
}

header {color: #fff;}
.header {font-size: 12px; color: #fff; padding-top: 5px;} 

.head1 p{float: left; margin: 0px; padding: 0px; line-height: 18px;}

.head1 svg{color: #fff; fill: #fff; background-color: #fff;}
.head2 {}

main .container {padding: 0}
.smart-wrap{padding: 0px 0px;}
.smart-forms .form-body{
    padding: 100px 20px;
    padding-bottom: 10px;
}

.menu {margin-top: 30px;} 
.infotopo {margin-top: 40px; text-align: right; font-family: Oswald;} 
.row {margin: 0px; padding: 0px;}

/*------------- BOTOES ----------------*/

/* BOTAO INCLUIR */

.btn-incluir {
    color: transparent;
    background: url("../img/botincluir.png");
    height:47px;
    width:47px;
    border:0;
    outline:0;
    -moz-outline:0;
    cursor:pointer;
    -webkit-transition:background 0.3s ease-out;
    -moz-transition:background 0.3s ease-out;
    -o-transition:background 0.3s ease-out;
    -ms-transition:background 0.3s ease-out;    
}
.btn-incluir:hover {
    color: transparent;
    background: url("../img/botincluir_h.png");
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;   
}

.btn-incluir:link {color: transparent;}


/* BOTAO EDITAR */

.btn-editar {
    color: transparent;
    background: url("../img/boteditar.png");
    height:32px;
    width:32px;
    border:0;
    outline:0;
    -moz-outline:0;
    cursor:pointer;
    -webkit-transition:background 0.3s ease-out;
    -moz-transition:background 0.3s ease-out;
    -o-transition:background 0.3s ease-out;
    -ms-transition:background 0.3s ease-out;        

}

.btn-editar:hover {
    background: url("../img/boteditar_h.png");
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;           
}

.btn-editar:link {color: transparent;}


/* BOTAO EXCLUIR */

.btn-excluir {
    color: transparent;
    background: url("../img/botexcluir.png");
    height:32px;
    width:32px;
    border:0;
    outline:0;
    -moz-outline:0;
    cursor:pointer;
    -webkit-transition:background 0.3s ease-out;
    -moz-transition:background 0.3s ease-out;
    -o-transition:background 0.3s ease-out;
    -ms-transition:background 0.3s ease-out;    

}
.btn-excluir:hover {
    color: transparent;
    background: url("../img/botexcluir_h.png");
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;    
}

.btn-excluir:link {color: transparent;}


/* BOTAO VISUALIZAR */

.btn-visualizar {
    color: transparent;
    background: url("../img/botvisualizar.png");
    height:32px;
    width:32px;
    border:0;
    outline:0;
    -moz-outline:0;
    cursor:pointer;
    -webkit-transition:background 0.3s ease-out;
    -moz-transition:background 0.3s ease-out;
    -o-transition:background 0.3s ease-out;
    -ms-transition:background 0.3s ease-out;    

}
.btn-visualizar:hover {
    color: transparent;
    background: url("../img/botvisualizar_h.png");
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;    
}

.btn-visualizar:link {color: transparent;}

/* BOTAO VISUALIZAR */

/*------------- FIM  BOTOES ----------------*/

/*  TABELA  */
.titulo {padding: 15px; background-color: #429bd8; height: 90px;} 
.titulo h2 {font-size: 30px; font-family: Oswald; color: #fff; padding-left: 10px;}
.desctitulo {padding: 15px; background-color: #429bd8;  height: 90px; color: #fff; text-align: right;}
.desctitulo h3 {font-size: 20px; font-family: Oswald; color: #fff; padding-left: 10px;}

/*  TABELA  FIM  */
table.dataTable thead th, table.dataTable thead td {padding: 1px 18px; border-bottom: 1px solid #b3b3b2; color: #a5a5a5; font-weight: normal;}
table.dataTable tfoot th, table.dataTable tfoot td {padding: 1px 18px 6px 18px; border-top: 1px solid #b3b3b2; color: #a5a5a5; font-weight: normal;}
table.dataTable thead th, table.dataTable tfoot th {font-size: 14px;}
table.dataTable tbody th, table.dataTable tbody td {padding: 3px 5px 3px 5px; margin-top:  10px; font-size: 14px;}

.dataTables_filter label {font-size: 12px;}
.dataTables_length label {font-size: 12px;}
.dataTables_info {font-size: 12px;}
.dataTables_paginate {font-size: 12px;}
.dataTables_wrapper {padding-bottom: 10px; padding-left: 15px; padding-right: 15px; margin-top: 20px;}

/* FIM TABELA */


/* */

.smart-forms .btn-green {background-color: #429bd8; color: white}

.incluirbt {padding-right: 15px; padding-top: 15px;}



.message {background-color: #fff; text-align: center; font-size: 14px; color: white;}
.topo {background-color: #429bd8; color: #fff; padding-top: 10px; padding-bottom: 10px; }
.topo a{color: #fff}




@media (min-width: 37em) { } /* 592px */
@media (min-width: 41em) {  } /* 656px */
@media (min-width: 47em) {  } /* 752px */
@media (min-width: 68em) {  } /* 1088px */
@media (min-width: 82em) {  } /* 1312px */
@media (min-width: 100em) {  } /* 1600px */



.dataTables_length select{background-color: #b2b2b2; padding: 8px 8px 8px 8px; color: #fff; border: 0px #553a14 solid; -moz-border-radius: 2px;-webkit-border-radius: 2px;}
.dataTables_length label{color: #5d5d5d; font-weight: normal;}  


.dataTables_filter label{background: url("../img/botvisualizar.png") no-repeat left; padding: 10px 10px 10px 35px;}
.dataTables_filter input{border: 1px #b2b2b2 solid; -moz-border-radius: 2px;-webkit-border-radius: 2px; padding: 1px;}
.left {float: left;}


.select2-container .select2-selection--single .select2-selection__rendered {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 2px solid #BDC3C7;
    display: -moz-inline-stack;
    display: inline-block;
    color: #000;
    outline: none;
    height: 42px;
    width: 100%;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-selection--multiple {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 2px solid #BDC3C7;
    display: -moz-inline-stack;
    display: inline-block;
    color: #fff;
    outline: none;
    height: 42px;
    width: 100%;
}

/*------------------------------------ Radio e Checkbox atualizado -----------------------------------------------*/

.control-group {
    padding: 20px;
    width:50%;
    text-align: left;
}

.control {
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #708498;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #429bd8;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}


/* estilo do fildset  */
fieldset {
    border: 2px solid #c8c7c6;
    background: #c8c7c6;
    border-radius: 5px;
    padding: 8px 0px 0px 10px;
    margin-bottom: 15px;
}

legend {
    background: #429bd8;
    color: #fff;
    padding: 2px 5px ;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #c8c7c6;
    margin-left: 20px;
    width: auto;
}


.smart-forms .btn-black {background-color: #429bd8;}
.smart-forms .btn-black:hover, .smart-forms .btn-black:focus {background-color: #7b6665;}

.smart-forms .switch-black > input:checked + label{
    background: #7b6665;
    border-color: #7b6665;
}

.smart-forms .switch-black > input:active + label{
    background: #7b6665;
    border-color: #7b6665;
}

.smart-forms .switch-black > input:focus + label{
    background: #7b6665;
    border-color: #7b6665;
}

.smart-forms .switch-black > input:hover + label{
    background: #7b6665;
    border-color: #7b6665;
}


.smart-forms .switch-black > input:enable + label{
    background: #7b6665;
    border-color: #7b6665;
}

.smart-forms .switch-black > input:disable + label{
    background: #7b6665;
    border-color: #7b6665;
}

.smart-forms .switch-black > input:visited + label{
    background: #7b6665;
    border-color: #7b6665;
}

.smart-forms .switch-black > input:default + label{
    background: #7b6665;
    border-color: #7b6665;
}


.smart-forms .switch-black >  label{
    background: #7b6665;
    border-color: #7b6665;
}


.ui-datepicker {
    border: 5px solid #7b6665;
}

.ui-datepicker .ui-datepicker-header {
    background: #7b6665;
}

.ui-datepicker-today a, .ui-datepicker-today a:hover, .ui-datepicker .ui-state-highlight {
    background: #7b6665 !important;
}



.ui-datepicker:before {
    border-color: transparent transparent #34495e transparent;
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) #7b6665 rgba(255,255,255,0);
}
.gridbotoes {text-align: right}



.message {
    background-color: #fbf6f6;
    text-align: center;
    font-size: 20px;
    color: #332b2b;
    margin-top: 50px;
    border-radius: 5px;

}

.footer {text-align: center; }
.footer h1 {font-size: 15px; font-family: oswald; color: #7b6665} 

.pgto{
    color: red;
}

:-webkit-full-screen {
  background: pink;
}

:-moz-full-screen {
  background: pink;
}

:-ms-fullscreen {
  background: pink;
}

:full-screen { /*pre-spec */
  background: pink;
}

:fullscreen { /* spec */
  background: pink;
}
