body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    background: #ECECFB;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img {
    border: none;
}

.header {
    background: url('../imagem/bg_header.png') repeat-x;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: transparent;
}

#menu .menuButtom {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 10px;
    text-align: left;
}

#menu .dropdown-menu {
    background-color: #525252;
    width: 100%;
    position: relative;
    border-radius: 0;
}

#menu .dropdown-menu li {
    padding: 5px 0;
}

i.seta:before {
    content: '\f148';
    padding: 0 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header .navbar {
    margin-bottom: 0 !important;
}

.header .navbar-brand {
    color: #888888 !important;
    font-size: 16px;
}

.header .navbar-brand:hover {
    color: #FFF !important;
}

.header .navbar-default {
    background: none;
    border: none !important;
}

.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:visited {
    color: #FFF;
}

.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}

#col-left-menu {
    background: url('../imagem/bg_col_esquerda.png');
    color: #FFF;
}

.menu-section {
    background: url('../imagem/menu-sction.png');
    padding: 10px 0;
    margin: 0;
}

#col-left-menu {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    font-size: 12px;
}

#col-menu-content {
    background: #272727;
    padding: 0;
    padding-bottom: 10px;
    box-shadow: 0px 1px 4px #000;
}

.col-menu-content-title {
    padding: 10px 2px;
    padding-top: 30px;
    color: #CCCCCC;
    font-weight: normal;
}

#col-menu-content li {
    background: url('../imagem/menu-left-a-bg.png') left bottom repeat-x;
}

#col-menu-content li:hover {
    background: url('../imagem/menu-left-a-bg.png') left bottom repeat-x !important;
}

#col-menu-content li a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    padding-left: 10px;
}

#col-menu-content li a:focus {
    color: #888;
}

#col-menu-content li a:hover {
    color: #888;
    background: none;
}

#col-menu-config {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#col-menu-config li a {
    color: #FFF;
    font-weight: normal;
}

#col-menu-config li:hover {
    background: url('../imagem/menu-left-a-bg.png') left bottom repeat-x !important;
}

#col-menu-config li a:focus {
    color: #888;
}

#col-menu-config li span {
    color: #545454;
    font-size: 18px;
}

#col-menu-config li a:hover {
    color: #888;
    background: none;
}

.col-content-content {
    padding: 10px;
}

.header .in {
    background: #f9f9f9;
}

.header .in ul {
    list-style: none;
}

#col-left-menu .sub-menu {
    display: block;
}

.sub-menu {
    padding: 0;
    background: #555555;
}

.sub-menu li {
    list-style: none;
}

.sub-menu a {
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: normal;
    padding: 3px;
    padding-left: 15px !important;
    display: block;
    color: #ccc !important;
}

.sub-menu a:hover {
    text-decoration: none;
    background: #444 !important;
}

.page-header {
    margin: 0;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }

    .header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav > li > a:hover {
        color: #000;
        font-weight: bold;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}
.myforms input,.myforms select,.myforms textarea{
    height:40px;
    border: 1px solid #d9d9d9;
    width: 100% !important;
}
.myforms input[type='checkbox'] {
    height: 10px !important;
    width: auto !important;
}
.myforms .mdata{
    width: 100px !important;
    text-align: center;
}
.myforms .ordem{
    width: 100px !important;
    text-align: right;
}
.myforms label{
    line-height: 40px;
}
.myforms .save{
    border:1px solid transparent;
    color: #2B579A;
}
.myforms .saveExit{
    color: #2B579A;
    border-color: #2B579A;
}
.myforms .actions{
    width: 100px;
}

.btn-maxnivel {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: .6rem 1.6rem;
    color: #fff;
    background-color: #88B14B;
    border-color: #74B240;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn-maxnivel-sem-fundo {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: .6rem 1.6rem;
    color: #fff;
    background: none;
    border-color: #88B14B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn-maxnivel-sem-fundo:hover{
      background-color: #88B14B;
      color: #fff;  
}

.btn-maxnivel:hover{
    background-color: #74B240;
    border-color: #74B140;
    color: #fff;
}

