﻿@charset "UTF-8";
/*============================== CORES ============================== */
/*============================== FONT ============================== */
@font-face {
  font-family: OpenSans;
  src: url(../../fonts/opensans/OpenSans-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: OpenSans;
  src: url(../../fonts/opensans/OpenSans-Semibold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: OpenSans;
  src: url(../../fonts/opensans/OpenSans-Bold.ttf);
  font-weight: bolder;
}

@font-face {
  font-family: OpenSans;
  src: url(../../fonts/opensans/OpenSans-Light.ttf);
  font-weight: lighter;
}
/*============================== FUNCTION ============================== */
/*============================== GERAL ============================== */
html, body {
  font-family: OpenSans, Arial, sans-serif, FontAwesome;
  font-size: 12px;
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

*[disabled="disabled"] {
  color: #7d7d7d !important;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

input {
  width: 100%;
  background: #222;
  border: 0;
  color: #eee;
  padding: 5px;
  font-size: 13px;
  transition: all 0.2s linear;
  margin-bottom: 1px;
}

  input[type=text]:focus, input[type=password]:focus {
    outline: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 85;
    -ms-transform: translate(-1px, -1px);
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }

  input[type=file] {
    cursor: pointer;
  }

.Default_Windows, .Over_Windows, .Focus_Windows {
  width: 100%;
  font-family: inherit;
  font-size: 13px;
  color: #eee;
  background-color: #222;
}

label {
  display: block;
}

select, textarea {
  resize: vertical;
  width: 100%;
  background: #222;
  border: 0;
  color: #eee;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 1px;
}

  select:focus, textarea:focus {
    outline: none;
  }

header {
  width: 100%;
  background-color: #fff;
  text-align: right;
  padding: 5px 0 20px;
}

  header img {
    height: 80px;
    max-width: 280px;
		object-fit: contain;
  }

  header .wellcome-message {
    display: block;
    margin: 15px 0 0;
    font-size: 1.5em;
    clear: both;
  }

@media (min-width: 600px) {
  header .wellcome-message {
    display: inline-block;
    margin: 15px 20px 0 70px;
  }
  header img {
    float: right;
  }
}

.content {
  background: #6C6FB1 url(../Images/new/bc_content.jpg) repeat-y center;
  background-size: 100% auto;
  background-attachment: fixed;
}

  .content section.container {
    min-height: -moz-calc(100vh - 140px);
    min-height: -webkit-calc(100vh - 140px);
    min-height: calc(100vh - 140px);
    padding-top: 40px;
  }

    .content section.container *[class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
      margin-bottom: 10px;
    }

      .content section.container *[class*="col-"] > section, .content section.container *[class*="col-"] > a section {
        background-color: #333;
        padding: 15px;
        display: block;
        color: #ddd; /*overflow: auto */
      }

        .content section.container *[class*="col-"] > section::after, .content section.container *[class*="col-"] > a section::after {
          content: "";
          clear: both;
          display: block;
        }

        .content section.container *[class*="col-"] > section hr, .content section.container *[class*="col-"] > a section hr {
          border: 0;
          width: 100%;
          height: 1px;
          background: #222;
          clear: both;
          margin: 8px 0;
        }

  .content footer {
    padding: 10px 40px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: right;
  }

    .content footer img {
      height: 30px;
      margin-left: 3px;
    }

  .content h2 {
    margin: 0;
    font-size: 17px;
    padding-bottom: 3px;
    border-bottom: 2px solid #111;
    text-transform: uppercase;
  }

    .content h2 > .btn {
      margin-bottom: 5px;
    }

  .content h3 {
    font-size: 15px;
    margin: 0 -5px 10px;
    background-color: #111;
    padding: 3px 10px;
  }

  .content h4 {
    color: #fff;
  }

  .content p {
    color: #fff;
  }

.btn {
  padding: 8px;
  font-size: 12px;
  line-height: 1;
  border-width: 0;
}

  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
  }

.btn-comum {
  display: inline-block;
  vertical-align: top;
  color: #eee;
  background: #5a5a5a;
  border: 0;
}

  .btn-comum:hover,
  .btn-comum:focus,
  .btn-comum:active,
  .btn-comum.active {
    background: #7b7b7b;
    color: #fff;
  }

  .btn-comum:focus {
    -webkit-box-shadow: inset 0 3px 5px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 3px 5px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 5px 1px rgba(0, 0, 0, .25);
  }

  .btn-comum.bt-margin-left {
    margin-left: 20px;
  }

.btn.btn-comum.active.focus,
.btn.btn-comum.active:focus,
.btn.btn-comum.focus,
.btn.btn-comum:active.focus,
.btn.btn-comum:active:focus,
.btn.btn-comum:focus {
  color: #eee !important;
}


.btn.btn-primary {
  background-color: #6165a7 !important;
}

  .btn.btn-primary:hover,
  .btn.btn-primary:focus,
  .btn.btn-primary:active,
  .btn.btn-primary.active {
    background-color: #40448c !important;
  }

.btn.btn-info {
  background-color: #346381;
}

  .btn.btn-info:hover {
    background-color: #204F6D;
  }


.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  background-color: #0C3753;
}

.btn.btn-success {
  background-color: #55AA3F;
}

  .btn.btn-success:hover {
    background-color: #3A8F23;
  }


.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #1F6E0A;
}

.btn.btn-link {
  padding: 4px;
}

.btn-link-default {
  color: #fff;
}

.btn.btn-link-default:hover,
.btn.btn-link-default:focus,
.btn.btn-link-default:active,
.btn.btn-link-default.active {
  color: #ddd;
}

.btn-link-danger {
  color: #a94442;
}

.btn.btn-link-danger:hover,
.btn.btn-link-danger:focus,
.btn.btn-link-danger:active,
.btn.btn-link-danger.active {
  color: #872623 !important;
}

.nowrap {
  white-space: nowrap;
}


/*============================== LOGIN ============================== */
* {
  box-sizing: border-box;
  margin: 0;
}

body.login {
  background: #333 url(/Images/new/bg-login-main.jpg) no-repeat fixed center;
  background-size: cover;
}

body.login-main {
  background: #333 url(/Images/new/bg-login-main.jpg) no-repeat fixed center;
  background-size: cover;
}

.main-logo {
  margin: 35px auto;
}

  .main-logo img {
    margin: auto;
    display: block;
    max-height: 90px;
    max-width: 200px;
    height: auto;
    width: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
  }

.login-content {
  min-height: -moz-calc(100vh - 123px);
  min-height: -webkit-calc(100vh - 123px);
  min-height: calc(100vh - 123px);
}

.login-main .login-data {
  border: 20px solid rgba(108, 111, 177, 0.7);
}

.login-data {
  margin: auto;
  position: relative;
  display: block;
  width: 300px;
  border: 20px solid rgba(108, 111, 177, 0);
}

  .login-data > div {
    margin: 5px;
    background-color: rgba(108, 111, 177, 0.7);
    padding: 10px;
    overflow: auto;
  }

    .login-data > div .sis_logo {
      width: 60%;
      display: block;
      margin: 10px auto 20px;
    }

    .login-data > div .login-resp {
      color: #fff;
      margin: -5px 0 7px;
      display: block;
      font-size: 12px;
    }

      .login-data > div .login-resp:empty {
        margin: 0;
      }

    .login-data > div input[type=text], .login-data > div input[type=password] {
      margin-bottom: 7px;
      width: 100%;
      font-size: 13pt;
      padding: 8px 12px;
      border: none;
      background-color: rgba(255, 255, 255, 0.4);
    }

      .login-data > div input[type=text]::-webkit-input-placeholder, .login-data > div input[type=password]::-webkit-input-placeholder {
        color: #333;
      }

      .login-data > div input[type=text]:-moz-placeholder, .login-data > div input[type=password]:-moz-placeholder {
        color: #333;
      }

      .login-data > div input[type=text]::-moz-placeholder, .login-data > div input[type=password]::-moz-placeholder {
        color: #333;
      }

      .login-data > div input[type=text]:-ms-input-placeholder, .login-data > div input[type=password]:-ms-input-placeholder {
        color: #333;
      }

    .login-data > div a {
      font-size: 12px;
      color: #fff;
      text-decoration: none;
      opacity: 0.7;
      margin-top: 5px;
      display: inline-block;
    }

      .login-data > div a:hover, .login-data > div a:focus, .login-data > div a:visited {
        opacity: 1;
      }

    .login-data > div .btn {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      margin-top: 7px;
			border-radius: 0;
    }

      .login-data > div .btn:focus {
        outline: none;
      }

.login-footer {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 20px 0;
}

  .login-footer img {
    height: 32px;
    margin-left: 3px;
  }

/*============================== MENU ============================== */
.menu {
  background-color: #333;
  height: 100%;
  width: 300px;
  overflow: auto;
  position: fixed;
  left: -300px;
  top: 0;
  transition: left 0.5s;
}

  .menu h1 {
    padding: 20px 20px 10px;
    font-size: 55px;
    color: #666;
    margin: 0;
    width: 100%;
  }

  .menu ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: auto;
    height: -moz-calc(100vh - 176px);
    height: -webkit-calc(100vh - 176px);
    height: calc(100vh - 176px);
  }

    .menu ul li {
      width: 100%;
    }

      .menu ul li a {
        color: #fff;
        font-size: 15px;
        padding: 5px 0 5px 25px;
        display: block;
        width: 100%;
        transition: all 0.5s;
      }

        .menu ul li a::before {
          content: "";
          margin-right: 10px;
          transition: all 0.5s;
          height: 5px;
          width: 5px;
          border: 1px solid #fff;
          display: inline-block;
          margin-bottom: 1.3px;
        }

        .menu ul li a:hover, .menu ul li a:focus {
          text-decoration: none;
          padding-left: 35px;
        }

          .menu ul li a:hover::before, .menu ul li a:focus::before {
            margin-right: 20px;
            height: 8px;
            width: 8px;
            margin-bottom: 0;
            animation-name: rotate-full;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
          }

  .menu .select2-container {
    width: 100%;
    padding: 0 20px;
  }

    .menu .select2-container .select2-choice {
      border: none;
      border-radius: 0;
      background: #222;
      color: #eee;
    }

      .menu .select2-container .select2-choice .select2-arrow {
        background: none;
        border-left: none;
      }

  .menu .logoff {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    text-align: right;
    color: #fff;
    font-size: 20px;
    background-color: #222;
    border-top: 4px solid #111;
    text-transform: capitalize;
  }

    .menu .logoff .user {
      font-size: 15px;
      float: left;
      margin-left: 20px;
      margin-top: 12px;
      display: inline-block;
    }

      .menu .logoff .user::before {
        content: "";
        margin-right: 10px;
        font-size: 13px;
      }

    .menu .logoff a {
      margin-right: 20px;
      margin-top: 9px;
      display: inline-block;
    }

      .menu .logoff a i {
        margin-right: 6px;
        transition: all 0.5s;
      }

      .menu .logoff a:hover i {
        text-shadow: 0 0 5px #00ff80;
      }

.select2-drop {
  left: 20px !important;
  width: 260px !important;
  background: rgba(34, 34, 34, 0.9) !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  padding-top: 5px;
}

.select2-results .select2-highlighted {
  background-color: #2e2e2e !important;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background-color: #222 !important;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none !important;
}

.select2-search input {
  color: #000;
}

.content {
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  transition: left 0.5s;
}

body.open_menu .menu {
  left: 0;
}

body.open_menu .content {
  left: 300px;
}

#cover_close_btn {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -9999;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}

#menu_btn {
  position: fixed;
  left: 7%;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  height: 50px;
  width: 50px;
  transition: left 0.5s, top 0.5s;
  background-color: rgba(255, 255, 255, 0.7);
}

  #menu_btn span {
    position: relative;
    transition: all 0.2s;
    display: block;
    height: 3px;
    width: 35px;
    background-color: #666;
    margin: auto;
    margin-top: -moz-calc(50% - 2px);
    margin-top: -webkit-calc(50% - 2px);
    margin-top: calc(50% - 2px);
  }

    #menu_btn span::before, #menu_btn span::after {
      content: "";
      display: block;
      height: 3px;
      width: 35px;
      position: absolute;
      background-color: #666;
      transition: all 0.2s;
    }

    #menu_btn span::before {
      top: -10px;
    }

    #menu_btn span::after {
      top: 10px;
    }

  #menu_btn:hover span::before {
    top: -13px;
  }

  #menu_btn:hover span::after {
    top: 13px;
  }

.open_menu #menu_btn {
  left: 240px;
  top: 28px;
  background-color: transparent;
}

  .open_menu #menu_btn span {
    background-color: transparent;
  }

    .open_menu #menu_btn span::before, .open_menu #menu_btn span::after {
      top: 0;
      transition-delay: 0.4s;
    }

    .open_menu #menu_btn span::before {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .open_menu #menu_btn span::after {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

  .open_menu #menu_btn:hover span {
    animation-name: rotate;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }

    .open_menu #menu_btn:hover span::before, .open_menu #menu_btn:hover span::after {
      top: 0;
    }

.open_menu #cover_close_btn {
  z-index: 9999;
  opacity: 0.5;
  left: 300px;
}

/*============================== MAIN ============================== */
.content .short > div a {
  color: #ccc;
  transition: all 0.3s;
}

  .content .short > div a:hover {
    color: #eee;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  }

  .content .short > div a section {
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 30px !important; /*background-image: url(../Images/new/bc_short.png) */
    font-size: 16px;
  }

    .content .short > div a section i {
      display: block;
      font-size: 30px;
      margin-bottom: 10px;
    }

#lblResposta {
  display: block;
  padding: 8px 0px;
  color: #ff5555;
}

#lblInteracoes, .lblInteracoes {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px;
}

  #lblInteracoes fieldset, .lblInteracoes fieldset {
    border-bottom: 1px solid #222;
    padding: 7px 0;
  }

    #lblInteracoes fieldset:last-of-type, .lblInteracoes fieldset:last-of-type {
      border-bottom: 0;
    }

    #lblInteracoes fieldset legend, .lblInteracoes fieldset legend {
      color: #eee;
      font-size: 15px;
      margin-bottom: 3px;
      border-bottom: 0;
    }

    #lblInteracoes fieldset b, .lblInteracoes fieldset b {
      display: block;
      font-size: 15px;
      margin-bottom: 3px;
    }

    #lblInteracoes fieldset ul, .lblInteracoes fieldset ul {
      list-style: none;
      padding: 0;
      margin: 10px 0 0;
    }

    #lblInteracoes fieldset li, .lblInteracoes fieldset li {
      background-color: rgba(0, 0, 0, 0.2);
      display: inline-block;
      padding: 5px 8px;
    }

      #lblInteracoes fieldset li i, .lblInteracoes fieldset li i {
        margin-right: 4px;
      }

.clear {
  clear: both;
  display: block;
}

/*|Max X Right| */
@media (max-width: 767px) {
  .max-sm-rg {
    text-align: right;
  }

  .max-sm-none {
    display: none;
  }
}
/*|Nav-Tabs| */
.nav-tabs {
  display: block;
  clear: both;
  padding-top: 10px;
  border-bottom: 1px solid #5a5a5a;
  color: #eee;
}

  .nav-tabs > li {
    margin-bottom: -1px;
  }

    .nav-tabs > li > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0;
    }

      .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        background-color: #5a5a5a;
      }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      background-color: #5a5a5a;
      color: #eee;
      border: 0;
    }

.tab-content {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: auto;
  margin-bottom: 15px;
}

/*============================== TABLE ============================== */
.thead div, .tbody div {
  margin-bottom: 0 !important;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #333;
}

.thead {
  margin-top: -2px;
}

  .thead div {
    background-color: #111;
  }

.tbody > article {
  display: flex;
  float: left;
  width: 100%;
}

  .tbody > article::after {
    content: "";
    diplay: block;
    clear: both;
  }

  .tbody > article div {
    background-color: #444;
    border-bottom: 1px solid #333;
    min-height: 24px;
  }

  .tbody > article:hover div {
    background-color: #3f3f3f;
  }

.table-content {
  overflow-x: auto;
  float: left;
  width: 100%;
}

table {
  width: 100%;
  background-color: #444;
}

  table tr:hover {
    background: #3f3f3f;
  }

  table tr td, table tr th {
    padding: 5px;
    font-weight: normal;
    border: 1px solid #333;
    font-size: 12px;
    color: #fff;
  }

    table tr td a, table tr th a {
      padding: 5px;
      margin: -5px;
    }

.page-table td {
  padding: 0;
  border: 0;
  padding: 10px 0;
}

  .page-table td table {
    width: inherit;
    float: right;
  }

    .page-table td table td {
      padding: 0 5px;
      width: 17px;
    }

      .page-table td table td a {
        padding: 2px 5px;
        background-color: rgba(0, 0, 0, 0.3);
      }

        .page-table td table td a:hover {
          background-color: rgba(0, 0, 0, 0.7);
        }

      .page-table td table td span {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 2px 5px;
        margin: -5px;
      }

.obs {
  padding: 0 !important;
  display: flex;
  float: left;
  width: 100%;
}

  .obs div {
    background-color: #222 !important;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }

  .obs .col-obs {
    display: flex;
    min-height: 25px !important;
  }

    .obs .col-obs.nome {
      display: flex;
      width: -moz-calc(100% - 110px);
      width: -webkit-calc(100% - 110px);
      width: calc(100% - 110px);
    }

    .obs .col-obs.data {
      width: 215px;
      display: flex;
    }

    .obs .col-obs.download {
      width: 24px;
      text-align: center;
      padding: 5px 0 0 0 !important;
    }

    .obs .col-obs.obs-tag {
      display: flex;
      width: 35px;
      background-color: #000 !important;
    }

    .obs .col-obs.obs-text {
      display: flex;
      flex-direction: column;
      width: -moz-calc(100% - 35px);
      width: -webkit-calc(100% - 35px);
      width: calc(100% - 35px);
    }

.download, .visualizado {
  text-align: center;
}

  .download i, .visualizado i {
    font-size: 1.4em;
    width: 100%;
  }

  .visualizado i {
    color: #00cc00;
  }

.col-obs {
  float: left;
  position: relative;
}

.home-solic > section + section {
  margin-top: 10px;
}

.home-solic .lead {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: larger;
}


.home-solic .thead > div, .home-solic .tbody article > div {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

  .home-solic .thead > div:first-of-type, .home-solic .tbody article > div:first-of-type {
    text-align: center;
    width: 35px;
  }

  .home-solic .thead > div:nth-of-type(2), .home-solic .thead > div:nth-of-type(3), .home-solic .tbody article > div:nth-of-type(2), .home-solic .tbody article > div:nth-of-type(3) {
    width: 75px;
  }

  .home-solic .thead > div:nth-of-type(4), .home-solic .thead > div:nth-of-type(5), .home-solic .tbody article > div:nth-of-type(4), .home-solic .tbody article > div:nth-of-type(5) {
    width: -moz-calc((100% - 280px) / 2);
    width: -webkit-calc((100% - 280px) / 2);
    width: calc((100% - 280px) / 2);
  }

  .home-solic .thead > div:nth-of-type(6), .home-solic .tbody article > div:nth-of-type(6) {
    width: 95px;
  }

.pagina {
  padding: 0;
  list-style: none;
  text-align: right;
  display: block;
  clear: both;
  padding-top: 10px;
  margin-bottom: 0;
}

  .pagina li {
    display: inline-block;
    margin-left: -4px;
    background-color: rgba(0, 0, 0, 0.3);
  }

    .pagina li.active, .pagina li:hover {
      background-color: rgba(0, 0, 0, 0.7);
    }

    .pagina li a {
      font-size: 13px;
      width: 17px;
      height: 19px;
      display: block;
      text-align: center;
    }

/*============================== ANIMATION ============================== */
@-webkit-keyframes rotate-full {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-full {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate-full {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-full {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  20% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  20% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  20% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  20% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Utilidades */
.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-0 {
  padding: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

/*============================== MODAL ============================== */
.md-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  cursor: pointer;
}

.md {
  position: absolute;
  left: 0;
  right: 0;
  top: 15vh;
  margin: auto;
  background: #333;
  width: 700px;
  z-index: 99999;
  padding: 0 15px 15px 15px;
}

  .md label {
    color: #fff;
    margin-top: 20px;
  }

  .md .estrela {
    list-style: none;
    padding: 0;
    color: #fff;
  }

    .md .estrela li {
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../Images/star-o.png) no-repeat;
    }

      .md .estrela li.estrela-full {
        background: url(../Images/star-full.png) no-repeat;
      }

/*# sourceMappingURL=new.css.map */

/* Form */
input[type=file]:focus, input[type=checkbox]:focus, input[type=aspo]:focus {
  outline: none;
}

.form-group + .form-group:last-child {
  margin-bottom: 0;
}

.input-group-sm .input-group-addon {
  padding: 0 0 0 4px;
}

.input-group-sm .input-group-addon,
.input-group-sm input {
  font-size: 11px;
  height: 28px;
}

.input-group-addon {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

input, select, textarea {
  padding: 5px !important;
  margin-bottom: 0;
  border-radius: 0 !important;
}

.file-upload input[type=file] {
  display: none;
}

  .file-upload input[type=file] + label {
    cursor: pointer;
    padding: 6px;
    text-align: center;
    background-color: #222;
  }

    .file-upload input[type=file] + label:hover,
    .file-upload input[type=file] + label:focus,
    .file-upload input[type=file] + label:active {
      background-color: #151515;
    }

#flUpload_ctl01.success ::after,
#flUpload_ctl01.error ::after {
  float: right;
  font: 20px FontAwesome;
}

#flUpload_ctl01.success ::after {
  content: "\f058";
}

#flUpload_ctl01.error ::after {
  content: "\f057";
}

#flUpload_ctl02.success {
  background: #247948 !important;
}

#flUpload_ctl02.error {
  background: #a94442 !important;
}



/* Collapse */

.collapse-indicator {
  position: relative;
  background-color: #444;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
}

  .collapse-indicator:before {
    content: " ";
    position: absolute;
    top: -8px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #444 transparent;
  }

@media (min-width: 992px) {
  .collapse-favorecido:before {
    left: 34.5%;
  }
}

/*@media (min-width: 768px) {
  .collapse-indicator .form-group {
    margin-bottom: 0;
  }
}*/

/* Modal */
.modal-header {
  padding: 10px;
  border-bottom-style: none;
  background-color: #444;
  color: #fff;
}

  .modal-header .close {
    opacity: .3;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 0;
  }

  .modal-header h2 {
    padding: 0;
    border-bottom-style: none;
  }

.modal-content {
  padding: 10px 5px;
  border-style: none;
  background-color: #333;
  color: #fff;
}

.modal hr {
  border-color: #222;
  margin: 0 -5px 10px;
}

.modal .radio {
  position: relative;
}

  .modal .radio label,
  .modal .check label {
    padding: 7px;
    line-height: 1;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
  }

.modal .btn-lg .radio label,
.modal .btn-lg .check label {
  padding: 10px 10px 11px;
}

.modal .radio label:before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 4px;
  line-height: 28px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 1px #000;
  transition: .3s ease-in-out;
}

.modal .radio input[type=radio],
.modal .check input[type=checkbox] {
  display: none;
}

.modal .radio input {
  width: auto;
}

  .modal .radio input[type=radio]:checked + label:before {
    background-color: #3edc81;
    border: 2px solid #8effc1;
  }

.modal .check {
  display: inline-block;
}

  .modal .check label:before {
    content: "\f14a";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    border-radius: 2px;
    color: transparent;
    background-color: #fff;
    box-shadow: 0 0 1px #000;
    transition: .3s ease-in-out;
  }

  .modal .check input[type=checkbox]:checked + label:before {
    background-color: transparent;
    color: #3edc81;
  }

#div_boleto, #div_boleto table, #div_boleto table tr, #div_boleto table td {
  background-color: #fff;
  color: #000;
}

/* Label */
.label-lg {
  display: inline-block;
  font-size: large;
}

.label-primary {
  background-color: #6165a7;
}

  .label-primary:hover {
    background-color: #40448c !important;
  }

/* Badge */
.badge-lg {
  padding: 8px;
}

/* Dropdown */
.dropdown-menu {
  padding: 8px;
  font-size: 10px;
  background: #222;
}

/* Select2 */
.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: #222;
  border: 1px solid #222;
}

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
  }

.select2-dropdown {
  background-color: #222;
  border-style: none;
  border-radius: 0;
  color: #fff;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,.5);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6165a7;
}

.select2-container--default .select2-results__group {
  background-color: #333;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #fff;
  border-color: #6165a7;
  outline-color: rgba(97, 101, 167, 0.5);
}

.select2-container {
  display: block;
  width: 100% !important;
}

  .select2-container .selection * {
    outline: none;
  }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #444;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #3c3c3c;
  cursor: default;
}

/* BS DatePicker */
.datepicker td, .datepicker th {
  border-radius: 0;
}

.datepicker .day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .decade:hover,
.datepicker .century:hover {
  color: #6165a7;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  color: #9196d0;
}

.datepicker .day.active,
.datepicker .month.active,
.datepicker .year.active,
.datepicker .decade.active,
.datepicker .century.active,
.datepicker .day.focused,
.datepicker .month.focused,
.datepicker .year.focused,
.datepicker .decade.focused,
.datepicker .century.focused {
  color: #fff;
  background-image: none !important;
  background-color: #6165a7 !important;
}

.datepicker.dropdown-menu {
  background-color: #444;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #333;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #444;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #444;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: none !important;
  color: #fff;
}


/* Table BS */
table tr.bg-danger, .table-content tr.bg-info, table tr.group-parent {
  text-shadow: 1px 1px rgba(0,0,0,.25);
}

table tr.bg-danger {
  background-color: rgba(169, 68, 66, 0.25);
}

  table tr.bg-danger:hover {
    background-color: rgba(169, 68, 66, 0.5);
  }

table th.bg-danger {
  background-color: #3f2b2c;
}

table td.bg-danger {
  background-color: #272222;
}

table tr.bg-info {
  background-color: rgba(49, 112, 143, 0.25);
}

  table tr.bg-info:hover {
    background-color: rgba(49, 112, 143, 0.5);
  }

table td.bg-info {
  background-color: #151818;
}

table th.bg-info {
  background-color: #1b2726;
}

table tr.bg-warning {
  background-color: rgba(236,151,31,.2);
}

  table tr.bg-warning:hover {
    background-color: rgba(236,151,31,.4);
  }

table td .btn-comum {
  width: auto;
  margin: 0;
  background: rgba(34,34,34,.5);
}

  table td .btn-comum + .btn-comum {
    margin-top: 0;
    margin-left: 10px;
  }

table td .btn-link + .btn-link {
  margin-left: 5px;
}

table td input[type=checkbox],
table td input[type=aspo] {
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: normal;
  vertical-align: text-top;
}

table tr.group-parent {
  background-color: #5d5d5d;
}

  table tr.group-parent:hover {
    background-color: #6d6d6d;
  }

  table tr.group-parent td, .table-footer th, .table-footer td {
    border-top-width: 10px;
  }

/* Utilitarios */
.d-ib {
  display: inline-block;
}

.va-bottom {
  vertical-align: text-bottom;
}

/* Agenda */
.fc-button {
  display: inline-block;
  border-radius: 0 !important;
  color: #eee;
  background: #222;
  text-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.fc button .fc-icon {
  top: -1px;
}

.fc-button:hover, .fc-button:active, .fc-state-active, .fc-state-down {
  background: #6165a7;
}

.fc-button:focus {
  outline: none;
  background: #4f5289;
}

.fc-unthemed td.fc-today {
  background: #4B4C5D;
}

  .fc-unthemed td.fc-today.fc-day-top {
    background: #5a5b73;
  }

.fc-day-grid-event {
  padding: 4px;
  margin: 0;
  border-radius: 0;
  border-width: 0 0 0 10px;
  box-shadow: inset 2px 0 #444;
  text-shadow: 0 1px 2px #000;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #111;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #111;
}

.fc-list-item:hover td {
  background-color: #5a5a5a;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  margin: 0;
}

.fc-widget-content hr {
  margin: 0 0 8px !important;
}

.fc-more-popover .fc-event-container, .fc-row .fc-content-skeleton td[rowspan], .fc-row .fc-helper-skeleton td[rowspan] {
  background: #444;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
  padding-bottom: 2px;
  background: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: #222;
  border-color: #222;
  border-bottom: 0;
}

.fc-time-grid, .fc-time-grid-container {
  width: 100%;
}

  .fc-time-grid .fc-event {
    border-width: 0 0 0 8px;
    border-radius: 0;
    box-shadow: inset 2px 0 #444;
  }

.fc hr {
  margin-bottom: 0 !important;
}

.fc-day-grid-event.fade {
  opacity: .25;
}

  .fc-day-grid-event.fade:hover {
    opacity: .75;
  }

/* Folha de Pagamento */
strong[id$=strong_unidade] {
  display: block;
  min-height: 14px;
  font-size: 10px;
}

/* Financeiro */
table .line-count {
  margin: 0;
  background: #333;
}

table#example {
  margin-top: 10px;
}

  table#example td.dataTables_empty {
    border-left: 83px solid #333;
  }

.dt-buttons, #example_filter,
#example_filter input[type="search"] {
  display: inline-block;
  vertical-align: middle;
}

  #example_filter label {
    margin: 0;
  }

  #example_filter,
  #example_filter input[type="search"] {
    margin-left: 10px;
  }

    #example_filter input[type="search"] {
      width: auto;
    }
