
/*  CSS Utilizado no menu do gerenciador do sistema
    Created on : 11/04/2015, 13:43:45
    Author     : Claudivan Júnior
*/
#cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial; }
#cssmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#cssmenu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
#cssmenu #menu-button {
    display: none; }
#cssmenu > ul > li {
    float: left;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(85%, #ebebeb), to(#cccccc));
    background-image: -webkit-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-image: -moz-linear-gradient(top, #f2f2f2, #ebebeb 85%, #cccccc);
    background-image: -o-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-image: linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
    width: 96px;
    text-align: center;
    margin-right: 1px;
    border-radius: 3px 3px 0 0; }
#cssmenu > ul > li.active {
    background: #2d85be; }
#cssmenu > ul > li.active a {
    color: white; }
#cssmenu > ul > li.active a i {
    color: white; }
#cssmenu > ul > li.active:hover {
    background: #2d85be; }
#cssmenu > ul > li:hover {
    background: #2d85be; }
#cssmenu > ul > li > a i {
    color: #4d4d4d;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    font-size: 16px; }
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center; }
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none; }
#cssmenu.align-center ul ul {
    text-align: left; }
#cssmenu.align-right > ul > li {
    float: right; }
#cssmenu > ul > li > a {
    padding: 15px 4px;
    font-size: 10px;
    text-decoration: none;
    color: #4d4d4d;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
#cssmenu > ul > li:hover > a {
    color: white; }
#cssmenu > ul > li:hover > a i {
    color: white; }
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #bfbfbf;
    content: ''; }
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #bfbfbf;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0; }
#cssmenu > ul > li.has-sub:hover > a:after {
    background: white; }
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 10000; }
#cssmenu.align-right ul ul {
    text-align: right; }
#cssmenu ul ul li {
    background: #2d85be;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
#cssmenu li:hover > ul {
    left: auto; }
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0; }
#cssmenu li:hover > ul > li {
    height: 35px; }
#cssmenu li:hover > ul > li:hover {
    background: #2877aa; }
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0; }
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
#cssmenu ul ul ul li {
    background: #2877aa; }
#cssmenu ul ul ul li:hover {
    background: #2771a1 !important; }
#cssmenu ul ul li a {
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: 400;
    text-align: left; }
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0; }
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: white; }
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''; }
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px; }
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px; }
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0; }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
        border-radius: 2px 2px 0 0;
        background-color: #3187bf;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3693cf), color-stop(85%, #3693cf), to(#1f5a80));
        background-image: -webkit-linear-gradient(#3693cf, #3693cf 85%, #1f5a80);
        background-image: -moz-linear-gradient(top, #3693cf, #3693cf 85%, #1f5a80);
        background-image: -o-linear-gradient(#3693cf, #3693cf 85%, #1f5a80);
        background-image: linear-gradient(#3693cf, #3693cf 85%, #1f5a80);
        background-repeat: no-repeat; }

    #cssmenu ul {
        width: 100%;
        display: none; }
    #cssmenu.align-center > ul {
        text-align: left; }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #4C4C4C;
        background: #444444; }
    #cssmenu ul li:hover {
        width: 100%;
        background: #474747; }
    #cssmenu ul ul li {
        height: auto;
        background: #555555; }
    #cssmenu li:hover > ul > li {
        height: auto;
        background: #555555; }
    #cssmenu ul ul li:hover, #cssmenu li:hover > ul > li:hover {
        height: auto;
        background: #575757; }
    #cssmenu ul li a {
        width: 100%;
        border-bottom: 0;
        text-align: left;
        color: #eee;
        border-radius: 0;
        padding: 15px; }
    #cssmenu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left; }
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        text-align: left;
        color: #eee;
        border-radius: 0;
        padding: 15px;
        padding-left: 25px; }
    #cssmenu ul ul ul li {
        background: #666666;
        border-top: 1px solid #585858; }
    #cssmenu ul ul ul li:hover {
        background: #646464 !important;
        border-top: 1px solid #676767; }
    #cssmenu ul ul ul li a {
        padding-left: 35px; }
    #cssmenu ul ul li a {
        color: white;
        background: none; }
    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: white; }
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left; }
    #cssmenu > ul > li {
        float: none;
        border-radius: 0; }
    #cssmenu > ul > li > a i {
        color: #eee;
        text-align: center;
        display: inline;
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 16px; }
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left; }
    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
        display: none; }
    #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
        display: none; }
    #cssmenu #menu-button {
        display: block;
        padding: 20px 17px;
        color: white;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700; }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        content: '';
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial; }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: white;
        content: ''; }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: white;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer; }
    #cssmenu ul .submenu-button.submenu-opened {
        background: #555; }
    #cssmenu ul ul .submenu-button {
        height: 42px;
        width: 42px; }
    #cssmenu ul ul .submenu-button.submenu-opened {
        background: #666; }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: white;
        content: ''; }
    #cssmenu ul ul .submenu-button:after {
        top: 20px;
        right: 16px; }
    #cssmenu .submenu-button.submenu-opened:after {
        background: white; }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: white;
        content: ''; }
    #cssmenu ul ul .submenu-button:before {
        top: 17px;
        right: 19px; }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none; } }

/* Sub Navigation starts  */
.sub-nav {
  background-color: #3187bf;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d85be), color-stop(85%, #3693cf), to(#1f5a80));
  background-image: -webkit-linear-gradient(#2d85be, #3693cf 85%, #1f5a80);
  background-image: -moz-linear-gradient(top, #2d85be, #3693cf 85%, #1f5a80);
  background-image: -o-linear-gradient(#2d85be, #3693cf 85%, #1f5a80);
  background-image: linear-gradient(#2d85be, #3693cf 85%, #1f5a80);
  background-repeat: no-repeat;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  height: 54px;
  line-height: 54px; }
  .sub-nav li {
    float: left;
    margin-top: 18px;
    line-height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .sub-nav li a {
      color: white;
      font-size: 12px;
      text-shadow: none;
      line-height: 18px;
      height: 18px;
      padding: 2px 20px; }
      .sub-nav li a:hover {
        opacity: 0.7; }
    .sub-nav li:last-of-type {
      border-right: none; }
    .sub-nav li:first-of-type {
      border-right: none; }
    .sub-nav li .selected {
      color: #FFFC00; }
    .sub-nav li .heading {
      font-size: 16px;
      line-height: 16px;
      padding-right: 10px;
      color: white;
      opacity: 1; }

.custom-search {
  position: relative;
  float: right;
  padding: 0;
  margin: 0 20px 0 0; }
  .custom-search ::-webkit-input-placeholder {
    color: white; }
  .custom-search :-moz-placeholder {
    color: white; }
  .custom-search ::-moz-placeholder {
    color: white; }
  .custom-search :-ms-input-placeholder {
    color: white; }
  .custom-search .search-query {
    margin: 0;
    padding: 6px 10px;
    color: white;
    font-style: italic;
    background: #4b9ed4;
    border: 1px solid #5fa9d9;
    width: 210px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .custom-search .search-query:focus {
      outline: none;
      border: 0;
      width: 260px;
      border: 1px solid #74b4de;
      background: #3693cf; }
  .custom-search i {
    padding: 21px 0 0 15px;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 12px;
    color: #c6e0f1; }
  
  


