@charset "UTF-8";
/* arquivo INDEX */
/* Flex Container Definitions */
.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-container.flex-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-container.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-container.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-container.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-divider {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

.flex-block {
  padding: 0 5px 0 0;
  margin: 15px 0 0 0 !important;
}

/* =================================== */
/* BEGIN: SHOW Field - campos de exibição */
.showFieldContainer {
  background-color: #fff;
  padding: 0px;
  margin-right: 8px;
}

.showField {
  background-clip: padding-box;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-top: 0px none;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  margin: 8px 5px;
  padding: 0 3px 3px 3px;
  display: block;
  float: left;
  overflow: visible;
}

.showField h1 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  position: relative;
  padding: 0;
  margin: 0;
  color: #555;
}

.showField > div {
  font-family: "Source Code Pro Medium", Consolas, "Lucida Console";
  font-size: 16px;
  display: block;
  padding: 0 5px 2px 5px;
  /* width: calc(100% - 10px); padding+border */
  width: 100%;
  color: #000;
  min-width: 100px;
  /*max-width:calc(100% - 10px);*/
  word-wrap: break-word;
  /*word-break:break-all;*/
}

.showField > div.box {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

.showField.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.showField.horizontal > h1 {
  width: auto;
  float: left;
  display: block;
  white-space: nowrap;
}

.showField.horizontal > div {
  width: 100%;
  float: right;
  display: block;
}

.showField.disabled > div {
  color: #999;
}

.showField.featured > div {
  font-weight: bold;
}

/* END: SHOW Field - campos de exibição */
/* BEGIN: pagina listacadastro.php */
.table {
  display: table;
  width: 780px;
  font-family: "Source Code Pro Medium", Consolas, "Lucida Console";
  font-size: 1.2em;
}

.table .row {
  display: table-row;
  overflow: visible !important;
  height: auto !important;
}

.table .row:hover {
  background-color: rgba(230, 230, 230, 0.3);
}

.row-even {
  background-color: #FFF;
  /*rgba(0,0,250,0.2);*/
}

.row-odd {
  background-color: #FFF;
  /*rgba(200,200,200,0.2); */
}

.table .row .cell {
  display: table-cell;
  border: 1px solid #ccc !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-collapse: collapse;
  padding: 2px 5px !important;
  text-align: center;
  overflow: visible;
}

.cell-title {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
}

.cell-0 {
  width: 50px !important;
  text-align: right !important;
  font-weight: bold;
}

.cell-1, .cell-2 {
  width: 16px !important;
  text-align: center !important;
  white-space: nowrap;
}

.cell-3 {
  width: 150px !important;
  white-space: nowrap;
}

.cell-4 {
  width: 120px !important;
  font-weight: bold;
}

.cell-5, .cell-7 {
  width: 120px !important;
}

.cell-6 {
  width: 100px !important;
}

.cell-8, .cell-9, .cell-10 {
  width: 80px !important;
}

.status {
  display: inline-block;
  border-radius: 0.3em;
  border: 1px solid #FFF;
  font-weight: bold;
  text-align: center;
  padding: 1px 5px;
}

.status.s-1 {
  background-color: #DADADA;
}

.status.s-2 {
  background-color: #8D8;
}

.status.s-3 {
  background-color: #D99;
}

.status.s-4 {
  background-color: #CCD;
}

.status.s-5 {
  background-color: #FFF;
  border: 1px solid #CCC;
}

.win-info-data {
  font-family: "Source Code Pro Medium", Consolas, "Lucida Console";
  font-size: 14px;
}

.win-info-data div {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
  padding-top: 0.3em;
}

.win-info-data div span {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  color: #000;
}

.cmdExtinto {
  cursor: pointer;
}

/* END: pagina listacadastro.php */
/* Password Bar Level */
.pwdBarLevel {
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.pwdBarLevel .pwdBar {
  width: 154px;
  height: 10px;
  margin: 0px;
  overflow: hidden;
  border: 1px solid #999;
  padding: 1px;
  line-height: 1px;
}

.pwdBarLevel .pwdBar .pwdLevel {
  margin: 0px;
  padding: 0px;
  height: 10px;
  width: 1px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-image: url(../images/pwd_level.gif);
  background-size: 154px 10px;
  display: block;
  line-height: 1px;
  background-repeat: repeat-y;
}

.pwdBarLevel .pwdBarText {
  font-size: 0.8em;
  color: #777;
}

.pwdBarLevel .pwdBarText .pwdTxt {
  font-weight: bold;
  color: #444;
}

/* / Password Bar Level */
.loadingIcon {
  background-image: url(../images/loading1.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
  z-index: 9999;
  float: left;
}

.calendar-day {
  font-size: 14px !important;
}

.buttom-space {
  display: inline-block;
  width: 45px;
}

.texto_wind {
  font-size: 20px !important;
  /*white-space: nowrap;*/
}

.simpleMsg {
  font-size: 16px !important;
  font-weight: normal;
}

.simpleMsg span {
  display: block;
  width: 100%;
}

.simpleMsg .detail {
  font-size: 1.15em !important;
  min-height: 43px;
  font-weight: bold;
}

.simpleMsg .text {
  padding-left: 42px;
  padding-top: 15px;
  font-weight: normal;
}

.bottom {
  /*border-top: 1px solid #95b8e7;*/
}

.bottom .copyright, .bottom .contact {
  font-size: 10px;
  color: #888;
}

.bottom .copyright {
  float: left;
}

.bottom .copyright a {
  color: #555;
  text-decoration: none;
}

.bottom .copyright a:visited {
  color: #555;
  text-decoration: none;
}

.bottom .copyright a:hover {
  color: #000;
}

.bottom .contact {
  float: right;
  color: #555;
  font-weight: bold;
}

.topHeader-big {
  background-color: #DDD;
  height: 120px;
}

.topHeader-big .top-logo-left {
  background-image: url(../images/app-icon/android-icon-144x144.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 5px;
  float: left;
  display: block;
  width: 110px;
  height: 120px;
}

.topHeader-big .top-logo-left img {
  padding: 4px 4px 0px 4px;
}

.topHeader-big .top-logo-right {
  float: right;
  display: block;
  min-width: 250px;
  height: 120px;
  background-color: transparent;
}

.topHeader-big .top-logo-right img {
  padding: 4px 4px 0px 4px;
}

.topHeader-big .top-title {
  text-align: left;
  height: 120px;
}

.topHeader-big h1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
}

.topHeader-big h2 {
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
}

.topHeader-big h3 {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-style: italic;
  color: #5D7190;
}

.topHeader {
  background-color: #DDD;
  height: 165px;
}

.topHeader .top-logo-left {
  background-image: url(../images/app-icon/ms-icon-144x144.png);
  background-size: cover;
  float: left;
  display: block;
  margin-left: 20px;
  width: 135px;
  height: 135px;
}

.topHeader .top-logo-left img {
  padding: 4px 4px 0px 4px;
}

.topHeader .top-logo-right {
  float: right;
  display: block;
  min-width: 158px;
  height: 165px;
}

.topHeader .top-logo-right img {
  padding: 4px 4px 0px 4px;
}

.topHeader .top-title {
  text-align: center;
  height: 128px;
}

.topHeader h1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
}

.topHeader h2 {
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
}

.topHeader h3 {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 13px;
  color: #425066;
}

#mainPanel {
  padding: 5px;
}

.wincontent {
  position: relative;
  background-color: #fff;
  padding: 10px;
  width: auto;
  max-width: 600px;
  margin: 10px auto;
}

.wincontent img {
  float: left;
  margin-right: 8px;
}

.wincontent .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2D59FF;
  margin-bottom: 15px;
}

.wincontent .content {
  text-align: left;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}

.wincontent .content a {
  background-color: #dfdfdf;
  color: #000;
  border-bottom: 1px dashed #e3e7ed;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
}

.wincontent .content a:hover {
  background-color: #e3e7ed;
}

.wincontent .content .destaque {
  color: #404040;
  font-weight: bold;
  font-size: 1.1em;
}

.wincontent.about {
  padding: 8px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-color: transparent;
  color: #163762;
}

.wincontent.about h1, .wincontent.about h2, .wincontent.about h3, .wincontent.about h4, .wincontent.about h5 {
  margin: 0;
  padding: 0px 8px;
}

.wincontent.about h2 span, .wincontent.about h3 span, .wincontent.about h4 span, .wincontent.about h5 span {
  font-weight: normal;
  font-size: 0.8em;
}

.wincontent.about h3, .wincontent.about h4 {
  font-weight: normal;
}

.wincontent.about h3 span, .wincontent.about h4 span, .wincontent.about h5 span {
  font-weight: bold;
}

.wincontent.about h4 a, .wincontent.about h5 a {
  color: #555;
  font-size: small;
  font-style: italic;
  text-decoration: none;
}

.wincontent.about h4 a:hover, .wincontent.about h5 a:hover {
  color: #000;
  text-decoration: underline;
}

.wincontent.about .box {
  width: 100%;
  margin: 10px;
  padding: 8px;
  border: 1px solid #ccc;
}

hr.gradient {
  border: 0;
  height: 1px;
  margin: 0;
  padding: 0;
  line-height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* HOOK cool menu */
.coolAccordion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 230px !important;
  width: 100% !important;
}

/* Arquivo Account */
.cmdStyled .l-btn-text {
  text-align: left;
  /*height: 45px;*/
  font-weight: bold;
  font-size: 1.2em !important;
}

.cmdStyled-big .l-btn-text {
  text-align: left;
  height: 45px;
  font-weight: bold;
  font-size: 1.5em !important;
}

.formTitleBar {
  font-size: 1.5em;
  border-radius: 0.30em;
  padding: 8px;
  margin-bottom: 15px;
  background-color: #EF7E00;
  font-weight: bold;
  color: #EEE;
  width: 100%;
}

.formTitleBar span {
  background-color: rgba(230, 230, 230, 0.6);
  border-radius: 0.30em;
  padding: 2px 5px;
  /*display: inline-block;*/
  float: right;
  width: auto;
  font-style: italic;
  font-size: small;
  color: #444;
}

.h-space {
  display: inline-block;
  height: auto;
  width: 65px;
}

.v-space {
  display: inline-block;
  height: 15px;
  width: auto;
}

/* BEGIN: User info - index.php */
.userInfo {
  width: 320px;
  margin: 5px;
  height: 110px;
  border: 1px solid #58C;
  border-radius: 8px;
}

.userInfo > div {
  vertical-align: top;
  text-align: left;
  min-width: 0;
  /*don't forget this line, see the explanation below*/
  margin: 0px;
  display: block;
  padding: 3px;
}

.userInfo > div > img {
  max-width: 100%;
  /*or width: 100%; if so the above line won't be required */
  height: auto;
  border-radius: 5px;
  /*background-color: rgba(0,0,0,0.30);*/
  padding: 0;
  margin: 0;
}

.userInfo .usr-fanta {
  font-size: 1.3em;
  font-weight: bold;
  color: #000D5A;
}

.userInfo .usr-name {
  font-size: 0.8em;
  font-weight: bold;
  color: #000D5A;
}

.userInfo .usr-type {
  font-size: 0.8em;
  font-weight: normal;
  color: #555;
}

.userInfo .usr-access {
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
}

.userInfo .usr-avatar {
  width: 20% !important;
  background-color: rgba(100, 100, 100, 0.2);
}

.userInfo .expires-session-bar {
  background-color: #579;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 2px;
  padding: 0;
  margin: 0;
}

/* END: User info - index.php */
@media screen and (max-width: 1920px) {
  #frmUserCad td {
    padding: 35px;
  }
  .buttom-space {
    display: inline-block;
    width: 45px;
    height: 35px;
  }
}

@media screen and (max-width: 1366px) {
  #frmUserCad td {
    padding: 25px;
  }
  .buttom-space {
    display: inline-block;
    width: 45px;
    height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  #frmUserCad td {
    padding: 20px;
  }
  .buttom-space {
    display: inline-block;
    width: 45px;
    height: 20px;
  }
}

@media screen and (max-width: 900px) {
  #frmUserCad td {
    padding: 10px;
  }
  .buttom-space {
    display: inline-block;
    width: 45px;
    height: 10px;
  }
}

/* arquivo Cadastroedit */
.divborder {
  border: 1px solid #95b8e7;
  border-radius: 5px;
  height: 36px;
}

.divborder > * {
  margin-top: 6px;
}

.caledar-day {
  font-size: 14px !important;
}

/* Arquivo Cadastro */
/* arquivo Login */
.showUserName {
  background-image: url("../images/icons/ok.png");
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  vertical-align: middle;
  /*height: 16px;*/
  line-height: 16px;
  padding: 2px 5px 2px 20px;
  border: 1px solid #AAE;
  border-radius: 0.30em;
  color: #475D81;
  font-weight: bold;
  display: none;
  margin-top: 8px;
}

.showUserName span {
  font-style: italic;
  font-weight: normal;
}

.horizontal-space {
  display: inline-block;
  height: auto;
  width: 45px;
}

.vertical-space {
  display: inline-block;
  height: 15px;
  width: auto;
}
