#wrapper .page-header,
#wrapper .page-header h3,
#wrapper .page-header h1,
#wrapper .page-header h1 img,
#wrapper .page-header-min h1 a,
#wrapper .page-header .navbar-inner, 
#wrapper .page-header #menuHeader, 
#wrapper .page-header #menuHeader li,
#wrapper .page-header #menuHeader li a,
#menuLeft,
.box-breadcrumb {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-header {
    min-height: 16%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    border-width: 2px;
    border-top: 6px solid #24201F;
    border-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 39px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 39px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 39px -9px rgba(0,0,0,0.75);
    opacity: 0.9;
}

#wrapper .page-header {
    width: 100%;
    height: 97px;
    box-sizing: border-box;
    min-height: 5px;
    padding: 4px 20px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

#wrapper .page-header.page-breadcrumb {
    -webkit-box-shadow: 0px 4px 12px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 12px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 12px -9px rgba(0,0,0,0.75);
}

.page-header i {
    padding-right: 5px;
    color: #333;
}

.page-header-inner {
	min-height: 1px;
}

.page-header-inner h1 {
	font-size: 26px;
}

#wrapper .page-header.page-header-min {
    height: 48px;
}

#wrapper .page-header.page-header-min h3 {
    font-size: 12px;
    margin-bottom: 1px;
}

#wrapper .page-header-min h1 {
    width: 70px;
    overflow: hidden;
    top: 0;
    margin-left: -51px;
    margin-top: -1px;
}

#wrapper .page-header-min h1 a {
    display: block;
    height: auto;
    width: auto;
}

#wrapper .page-header-min h1 img {
    width: 188px;
    max-width: initial;
    height: 38px;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: -118px;
}

#wrapper .page-header-min #menuHeader {
    height: 24px;
}

#wrapper .page-header-min #menuHeader li a {
    height: 26px;
    line-height: 26px;
}

#wrapper .page-header .navbar-inner {
    min-height: 5px;
}

#wrapper .page-header .navbar {
    float: right;
}

#wrapper .page-header .navbar-inner {
    padding-right: 0;
    padding-left: 0;
}

#wrapper .page-header h3 {
    width: auto;
    font-size: 14px;
    position: absolute;
    padding-left: 32px;
    margin-bottom: 6px;
    bottom: 0;
    left: 0;
    text-align: left;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    min-width: 1024px;
    padding-top: 114px;
    position: relative;
    box-sizing: border-box;
}

#wrapper h1 {
    width: 287px;
    font-size: 26px;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -144px;
    overflow: hidden;
}

#wrapper h1 img {
    width: 287px;
    max-width: none;
    cursor: pointer;
    position: relative;
    z-index: 50;
    margin-top: 16px;
    margin-right: 0;
    border: 0;
    height: 58px;
}

#wrapper h1 a {
    display: block;
    width: auto;
    height: auto;
}

#wrapper span.mask-logo {
    display: block;
    width: 29px;
    height: 21px;
    background-color: #fff;
    position: absolute;
    top: 19px;
    left: 0;
    z-index: 51;
}

#menuHeader {
    height: 72px;
    margin-right: 0;
    float: right;
}

#menuHeader li {
    margin: 0 10px;
    float: left;
}    
    
#menuHeader li a {
    height: 72px;
    line-height: 72px;
    padding: 0 10px;
}
    
#menuHeader li a:hover {
    text-decoration: underline;
}

.box-base-breadcrumb {
    display: none;
    width: 100%;
    height: 40px;
    margin-top: -36px;
}

.box-base-breadcrumb.page-header-min {
    display: block;
}

.box-breadcrumb {
    margin-top: -36px;
    margin-bottom: 8px;
    position: relative;
    -webkit-box-shadow: 0px 4px 30px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 30px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 30px -9px rgba(0,0,0,0.75);
}

.box-breadcrumb.page-header-min {
    width: 100%;
    position: fixed;
    left: 0;
    top: 84px;
    z-index: 90;
}

.box-breadcrumb .breadcrumb {
    padding-top: 12px;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 12px;
    background-color: #fefefe;
}

.box-breadcrumb i {
    margin-right: 0;
    vertical-align: inherit;
}

.box-submenu {
    float: right;
    padding: 6px 31px 0 0;
}

.box-submenu .dropdown-menu {
    margin-right: 28px;
}

.dropdown-menu a:hover i {
    color: #fff;
}

.dropdown-menu a.disabled:hover i {
    color: #333;
}

#contMenuLeft {
    width: 220px;
    min-height: 344px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 0 60px 0;
    float: left;
}

#menuLeft {
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 0 60px 20px;
    float: left;
}

#menuLeft a {
    width: 208px;
    padding: 8px 15px;
    position: relative;
    z-index: 5;
}

#menuLeft ul {
    display: none;
    width: 214px;
    margin-bottom: 0;
    margin-left: -10px;
}

#menuLeft .active ul,
#menuLeft ul.show-list {
    display: block;
}



#menuLeft ul a {
    width: 180px;
    font-size: 13px;
    padding: 5px 15px 5px 20px;
}

#menuLeft i {
    margin-right: 5px;
    color: #24201F;
}

#menuLeft .active i {
    color: #fff;
}
#menuLeft .active li i {
    color: #797979;
}

#menuLeft .active li.active i {
    color: #F2DFC4;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #eaeaea;
    background: #24201F;
}

#menuLeft a span.min {
    font-size: 11px;
    color: #888;
}

#menuLeft .active a span.min {
    color: #fff;
}

#menuLeft .disabled a {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    cursor: default;
}

ul.nav {
    background: whiteSmoke;
    padding: 4px 0 4px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-color: #ddd;
}

.nav > li > a:hover {
    background: #ddd;
}

.nav-tabs > li,
.nav-pills > li {
    margin: 0 2px;
}
    
#menuLeft li {
    position: relative;
}

#menuLeft > li.divider {
    display: block;
    width: 94%;
}

.line-tree {
    display: block;
    width: 1px;
    background-color: #24201F;
    position: absolute;
    top: -2px;
    left: 7px;
    z-index: 50;
    height: 29px;
}

.line-tree.line-tree-active {
    height: 24px;
}

.line-tree-active {
    display: none;
    border-top: 3px solid #24201F;
    border-bottom: 2px solid #24201F;
    top: -3px;
    background-color: #000;
}

.active > .line-tree-active {
    display: block;
}

.line-tree-first {
    top: -8px;
    height: 35px;
}

.line-tree-last {
    height: 14px;
}

.line-tree-first.line-tree-last {
    height: 20px;
}

.line-tree-last.line-tree-active {
    height: 12px;
}

.line-tree-next-divider {
    height: 36px;
}

.line-tree-prev-divider {
    height: 38px;
    top: -11px;
}

.line-tree-last.line-tree-prev-divider {
    height: 23px;
}

.line-tree-first.line-tree-next-divider {
    height: 42px;
}

.line-tree-prev-next-divider {
    height: 45px;
    top: -11px;
}

.line-tree-item {
    display: block;
    width: 13px;
    height: 1px;
    background-color: #24201F;
    position: absolute;
    top: 12px;
    left: 7px;
    z-index: 50;
    margin-top: -1px;
}

.active > .line-tree-item {
    background-color: #000;
}

#wrapperInner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#content {
    width: auto;
    min-height: 285px;
    padding: 0 30px 0 280px;
    margin: -15px auto 0 auto;
}

#content h2 {
    margin-bottom: 18px;
}

#content h3 {
    margin-bottom: 10px;
    padding: 0 20px;
    border-bottom: 1px solid #084073;
    position: relative;
}

#content h3 span {
    font-size: 18px;
    color: #115F97;
}

#content h3 .tlt {
    width: auto;
    float: left;
}

#content .btnCadastrarNovo {
    float: right;
}

#content .btnCadastrarNovoCateg {
    margin-right: 10px;
}

#content .btnOrdenar {
    margin-right: 10px;
    float: right;
}

#content .btnGroupOrd {
    line-height: 1em;
    margin-right: 10px;
    float: right;
}

#content .btn-group-float {
    float: right;
    margin-right: 10px;
}

#content .btn-group-float .btn {
    margin-top: -3px;
}

#containner {
    padding: 0 20px 30px 20px;
}

#wrapper #boxFooter {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#wrapper #boxFooter .inner-footer {
    max-width: 100%;
}

#wrapper #boxFooter .logo {
    height: 25px;
    padding-left: 32px;
    padding-top: 14px;
}

#wrapper #boxFooter p {
    padding-top: 16px;
    padding-right: 32px;
}

#boxFooter {
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    color: #fff;
}

#boxFooter .bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#boxFooter .inner-footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#boxFooter .logo {
    width: auto;
    height: 25px;
    padding-top: 18px;
    float: left;
}

p.infoFooter {
    width: auto;
    height: 29px;
    font-size: 12px;
    padding-top: 26px;
    padding-right: 0;
    margin: 0 auto;
    color: #888;
    text-align: right;
}

p.infoFooter img {
    padding-right: 12px;
}

#tabNav, 
ul.ulTabNav {
    background: transparent;
    padding: 0;
    padding-left: 16px;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    height: 37px;
    margin-bottom: 0;
}

#tabNav li a, 
ul.ulTabNav li a {
    border-color: #aaa;
    border-bottom-color: transparent;
    position: relative;
    padding-left: 80px;
}

#tabNav li.first a, 
ul.ulTabNav li.first a {
    padding-left: 71px;
}

#tabNav.nav-tabs-gal li.first a,
ul.ulTabNav.nav-tabs-gal li.first a {
    padding-left: 12px;
}

#tabNav.nav-tabs-gal,
ul.ulTabNav.nav-tabs-gal {
    margin-top: 18px;
}

#tabNav li.active .logo-img,
ul.ulTabNav li.active .logo-img {
    height: 40px;
}

#tabNav li .logo-img,
ul.ulTabNav li .logo-img {
    width: auto;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 4px;
}

#tabNav li.active a,
ul.ulTabNav li.active a {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: -12px;
}

.tab-content {
    border: 1px solid #aaa;
    border-top: 0;
    margin-bottom: 40px;
}

.tab-pane {
    padding: 20px;
}

.box-img-home {
    width: 57%;
    height: 192px;
    overflow: hidden;
    float: left;
}

.box-img-home img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -140px;
}

@media screen and (max-width: 1294px){
    .box-img-home {
        width: 50%;
    }

    .box-img-home img {
        margin-top: -70px;
    }
}

@media screen and (max-width: 1150px){
    .box-img-home {
        width: 40%;
    }

    .box-img-home img {
        margin-top: -70px;
    }
}

@media screen and (max-width: 1000px){
    .box-img-home {
        display: none;
    }
}

.box-logs {
    width: auto;
    min-width: 184px;
    max-width: 350px;
    height: auto;
    float: right;
    border: 1px solid #000;
    padding: 8px 24px;
    margin-bottom: -28px;
}

.box-logs h5 {
    padding-bottom: 6px;
}

.box-logs .btn-logs {
    float: right;
    margin-top: -5px;
    margin-right: -5px;
}

.box-logs p {
    font-size: 12px;
    line-height: 13px;
}

.table-logs p {
    margin-bottom: 0;
    padding-left: 18px;
}

.box-logs p span.log-comp, .table-logs p span.log-comp {
    font-style: italic;
}

.box-logs p span.log-min, .table-logs p span.log-min {
    color: #0c699e;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

.table-logs p span.log-min {
    font-size: 12px;
}

.box-filter-log {
    width: auto;
    height: auto;
    padding-right: 20px;
    float: left;
}

.box-filter-log-42 {
    width: 42%;
}

.box-filter-log select {
    margin-bottom: 20px;
}

.box-filter-log-min select {
    margin-bottom: 0;
}

ul.tipo-vitrine {
    list-style: none;
    width: 600px;
    height: 100px;
    margin-left: 0;
}

ul.tipo-vitrine li {
    margin-right: 10px;
    width: 180px;
    height: 100%;
    background: #ccc;
    float: left;
    cursor: pointer;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.tipo-vitrine li:hover, ul.tipo-vitrine li.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

ul.tipo-vitrine .cont {
    width: 170px;
    height: 100%;
    margin: 0 auto;
}

ul.tipo-vitrine .item1 {
    width: 100%;
    height: 100%;
    background: #0c699e;
}

ul.tipo-vitrine .item2 {
    width: 70%;
    height: 100%;
    background: #0c699e;
    float: left;
}

ul.tipo-vitrine .item3 {
    width: 25%;
    height: 100%;
    background: #0c699e;
    float: right;
}

ul.tipo-vitrine .item4 {
    width: 25%;
    height: 46%;
    background: #0c699e;
    margin-bottom: 8px;
    float: right;
}

ul.tipo-vitrine .item5 {
    width: 25%;
    height: 46%;
    background: #0c699e;
    float: right;
}

ul.tipo-vitrine .cont span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

ul.tipo-vitrine .item1 span, ul.tipo-vitrine .item2 span, ul.tipo-vitrine .item3 span {
    line-height: 100px;
}

ul.tipo-vitrine .item4 span, ul.tipo-vitrine .item5 span {
    line-height: 46px;
}

.nav-tabs-vitrine {
    margin-top: 40px;
}

#tabNav.nav-tabs-vitrine li a,
ul.ulTabNav.nav-tabs-vitrine li a {
    padding-left: 12px;
}

ul.ulTabNav.tab-nav-data-evento-form li a {
    padding: 3px;
}

ul.ulTabNav.tab-nav-data-evento-form li a input {
    margin-bottom: 0;
}

#tabNav.nav-tabs-vitrine li.active a,
ul.ulTabNav.nav-tabs-vitrine li.active a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0;
}

ul.ulTabNav.tab-nav-data-evento-form li.active a {
    padding: 3px;
}

ul.tab-nav-data-evento-form {
    display: none;
}

ul.tab-nav-data-evento li.last-evento-edit,
ul.tab-nav-data-evento-form li.last-evento-edit {
    margin-left: 15px;
    padding-top: 4px;
}

#tabNav.nav-tabs-relative li,
ul.ulTabNav.nav-tabs-relative li {
    position: relative;   
}

#tabNav.nav-tabs-relative li a, 
#tabNav.nav-tabs-relative li.active a,
ul.ulTabNav.nav-tabs-relative li a, 
ul.ulTabNav.nav-tabs-relative li.active a {
    padding-top: 14px;
    line-height: 14px;
}

#tabNav.nav-tabs-relative li .nav-tab-info,
ul.ulTabNav.nav-tabs-relative li .nav-tab-info {
    display: none;
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -4px;
    z-index: 1;
    cursor: pointer;
}

#tabNav.nav-tabs-relative li .nav-tab-info.nav-tab-info-success,
ul.ulTabNav.nav-tabs-relative li .nav-tab-info.nav-tab-info-success {
    color: #0B7D0E;
}

#tabNav.nav-tabs-relative li.nav-itl-success a,
ul.ulTabNav.nav-tabs-relative li.nav-itl-success a {
    color: #0B7D0E;
}

#tabNav.nav-tabs-relative li.nav-itl-success .nav-tab-info-success,
ul.ulTabNav.nav-tabs-relative li.nav-itl-success .nav-tab-info-success {
    display: inline-block;
}

#tabNav.nav-tabs-relative li .nav-tab-info.nav-tab-info-error,
ul.ulTabNav.nav-tabs-relative li .nav-tab-info.nav-tab-info-error {
    color: #E20007;
}

#tabNav.nav-tabs-relative li.nav-itl-error a,
ul.ulTabNav.nav-tabs-relative li.nav-itl-error a {
    color: #E20007;
}

#tabNav.nav-tabs-relative li.nav-itl-error .nav-tab-info-error,
ul.ulTabNav.nav-tabs-relative li.nav-itl-error .nav-tab-info-error {
    display: inline-block;
}

#tabNav.nav-tabs-min,
ul.ulTabNav.nav-tabs-min {
    padding-left: 6px;
}

#tabNav.nav-tabs-min li a, 
ul.ulTabNav.nav-tabs-min li a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.label-success-data-evento {
    display: none;
    margin-left: 12px;
}

.tab-content-relative .tab-pane {
    position: relative;
}

.bg-disabled-tab {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.tab-content-vitrine {
    background: #fff;
}

.page-tipo-1 li.item-pane-2, 
.page-tipo-1 li.item-pane-3,
.page-tipo-1 .cont-item-2,
.page-tipo-1 .cont-item-3,
.page-tipo-texto .box-tipo-video,
.page-tipo-video .box-tipo-texto
{
    display: none;
} 

.page-tipo-1 li.item-pane-1,
.page-tipo-1 .cont-item-1,
.page-tipo-texto .box-tipo-texto,
.page-tipo-video .box-tipo-video
{
    display: block;
}

.box-dicas-home {
    background: #0c699e;
    height: 212px;
    width: 580px;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
}

.box-dica {
    width: 275px;
    height: 90px;
    margin: 0 10px 10px 0;
    background: #fff;
    float: left;
    position: relative;
}

.box-dica-1 {
    height: 190px;
    float: right;
}

.box-dica .box-sel {
    width: 250px;
    height: auto;
    margin: 30px auto 0 auto;
}

.box-dica .box-sel select {
    width: 100%;
}

.box-dica-1 .box-sel {
    margin-top: 82px;
}

.box-posit-link {
    width: auto;
    height: auto;
    position: relative;
}

.box-posit-link .bgDisabled {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#boxPageLoading {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#boxPageLoadingImg {
    display: none;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
}

.btn-group button.btn-pag-first {
    margin-right: 5px !important;
}

.btn-group button.btn-pag-last {
    margin-left: 5px !important;
}

.btn-group button.active {
    cursor: default;
}

.pagination {
    padding: 6px 0;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    background: #f3f3f3;
}

.pagination a {
    background: #fff;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    background: #fff;
}

.pagination .active a {
    line-height: 38px;
    margin-top: -2px;
}

.pagination li a {
    margin-bottom: 0;
}

.boxAcessoria .form {
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
}

.itemFloatParcelas {
    width: 250px;
    height: auto;
    float: left;
}

.itemFloatParcelasFirst {
    margin-right: 10px;
}