/*
* style.css 
*/
form.label {
  display: inline-block;
  width: 140px;
  text-align: left;
}
​ .container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  /*margin-bottom: 20px;*/
}
[class*="col-"],
header,
footer,
nav,
aside,
section,
div[role="main"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
div[role="main"] {
  background-color: #fff;
}
div[role="main"],
nav,
aside {
  /*height: 600px;*/
}
/** imgLinkDuplo CSS RESET **/
.highlight {
  background-color: #8888ff;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  background-image: url(../images/_backgrounds.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}
.btn-info {
  background-color: #00b5fc;
}

#divLogoHome {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
}

img {
  border: none;
}
hr {
  display: none;
}
p {
  padding-bottom: 8px;
}
a {
  color: #605f5f;
}
a:hover {
  text-decoration: underline;
}
#structure {
  text-align: left;
  margin: 0 auto;
  width: 1197px;
}
.dataTables_scroll {
  width: 960px !important;
  overflow: auto !important;
}

#uppercase {
  text-transform: uppercase;
}

#txtNameCrud {
  text-transform: uppercase;
}

#txtEmailCrud {
  text-transform: uppercase;
}

#txtLoginCrud {
  text-transform: uppercase;
}

/* Topo do site */
#topo {
  height: 85px;
  padding: 11px 0 0 0;
}
#logo,
#slogan {
  float: left;
}
#logoClient {
  float: right;
}
#logoClient img {
  position: relative;
  float: right;
}
#logo {
  padding: 0 15px 0 0;
}
#logo h1 {
  color: #797979;
  font: bold 14px Verdana, Arial, sans-serif;
  line-height: 60px;
  background: url(../images/logo.png) no-repeat;
  /*background-position: 200px 70px;*/
  text-indent: -999px;
  width: 220px;
  height: 71px;
}
#logoClient {
  color: #797979;
  font: bold 14px Verdana, Arial, sans-serif;
  line-height: 60px;
  text-indent: -999px;
  text-align: right;
  width: 220px;
  height: 71px;
}
#slogan {
  height: 60px;
  line-height: 98px;
  border-left: 1px solid #dfdfdf;
  padding: 0 0 0 16px;
}
#slogan h2 {
  font: normal 12px Verdana, Arial, sans-serif;
  color: #797979;
  line-height: 60px;
}

/* toolbar menu */
#toolbar {
  float: right;
  padding: 0px;
  font: bold 11px Arial, Verdana, sans-serif;
  height: 85px;
  width: 100px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
}
#toolbar img {
  padding: 5px;
  width: 90px;
  height: 80px;
}
.imgLink {
  cursor: pointer;
}
.imgLinkDuplo {
  cursor: pointer;
}
.imgTooltip {
  cursor: pointer;
}
.imgTooltipTrdocsLabel {
  cursor: pointer;
}

/* menu principal */
#menu {
  height: 33px;
  clear: both;
  /*background-color: #DFDFDF;*/
  z-index: 0 !important;
}
#titlePage {
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 22px;
  padding-left: 10px;
  text-align: left;
  height: 28px;
  background-color: #dfdfdf;
  color: #797979;
  line-height: 28px;
}
#fieldset-groupButton {
  border: medium none;
  padding: 0px;
  margin: 15px;
}
#chEnvio-element {
  border: medium none;
  display: table-header-group;
}
#chTipo-element {
  border: medium none;
  display: table-header-group;
}
#contentPage {
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: justify;
}
#content {
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: justify;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.0980392);
  margin: 3px auto;
  padding: 15px 35px 45px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.centraliza {
  width: 555px;
  margin: auto;
  /* height: 375px; //Se quer altura automática, é só deletar essa linha*/
}

form dt {
  width: 110px;
  clear: both;
  float: left;
  margin: 6px 18px 0px 70px;
}
form dd {
  margin: 6px 18px 8px 70px;
}

#contentPage label {
  color: #797979;
}

#returnFilter {
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: justify;
  /*border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;*/
  height: auto;
  margin: 0 auto;
  float: none;
}
#footer {
  /*    position:fixed;
        left:0px;
        bottom:0px;*/
  height: 60px;
  line-height: 60px;
  width: 100%;
  background: #00b5fc;
  text-align: center;
  color: #fff;
}
input:hover {
  background: #f7f2f2;
}
select:hover {
  background: #f7f2f2;
}

input[type="text"] {
  height: 28px;
  border: 1px solid #dfdfdf;
  margin-bottom: 3px;
}

input[type="file"] {
  height: 30px;
  border: 1px solid #dfdfdf;
  margin-bottom: 3px;
}

input[type="password"] {
  height: 30px;
  border: 1px solid #dfdfdf;
  margin-bottom: 3px;
}
textarea {
  border: 1px solid #dfdfdf;
  margin-bottom: 3px;
}

#formLogin .errors {
  padding-left: 155px;
}
#formLogin input {
  margin: 0px 3px -1px -38px;
  width: 216px;
}

.errors {
  padding-left: 132px;
  color: red;
}
.errors li {
  list-style-type: square;
}
.errorsDepends {
  color: red;
  position: absolute;
  left: 560px;
  top: 10px;
}

/** CSS da �rea de Autentica��o do sistema */
#structureLogin {
  width: 500px;
  text-align: left;
  margin: 0 auto;
}

#footerLogin {
  /* background: url(../images/footer.jpg)  no-repeat;*/
  height: 28px;
  width: 500px;
  clear: both;
  text-align: center;
  font: normal 12px Verdana, Arial, sans-serif;
  color: #797979;
  line-height: 28px;
}
#divButtonSubaba {
  height: 10px;
  position: static;
  top: 43px;
  width: 50%;
}

#divButtonSubabaSetor {
  position: absolute;
  top: 43px;
  width: 50%;
  height: 50px;
}
#divButtonSubabaDocmto {
  position: relative;
  top: 80px;
  width: 50%;
}
.colors {
  color: #797979;
}
#txtNOs-element {
  position: relative;
  right: 0px;
  margin-bottom: 1px;
}
#txtNOs-label {
  position: absolute;
  left: 9px;
  margin-bottom: 1px;
}
#txtTipo-element {
  margin-bottom: 3px;
}
#txtTipo-label {
  margin-top: 1px;
}
#enviosistemasss {
  margin-bottom: 3px;
}
#enviotipo {
  margin-bottom: 3px;
}
#cbEndereco-element {
  margin-bottom: 3px;
}
#txtVl-element {
  margin-bottom: 3px;
}

/* Easy Tooltip */
#easyTooltip {
  margin: 0 10px 1em 0;
  width: auto;
  padding: 8px;
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
  line-height: 130%;
}
#easyTooltip h3 {
  margin: 0 0 0.5em 0;
  font-family: tahoma, arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#easyTooltip p {
  margin: 0 0 0.5em 0;
}
#easyTooltip img {
  background: #fff;
  padding: 1px;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 10px;
}
.easyTooltipOver {
  margin: 0px;
  width: 200px;
  height: auto;
  padding: 8px;
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
  line-height: 130%;
  position: fixed;
  display: block;
}
#divTooltip {
  display: none;
}
#divTooltipTrdocsLabel {
  display: none;
}
#divTooltipAba {
  display: none;
}
#formPrtclo checkbox {
  display: block;
  padding-left: 15px;
}
#divTituloAnexo {
  padding: 0;
  margin: 0;
  z-index: 10;
}
#divEmAnexo {
  padding: 0;
  margin: 0;
  font-size: 10px;
  z-index: 10;
  color: #797979;
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.anexo {
  font-family: "Trebuchet MS";
  font-size: 14px;
}
.spanAnexo {
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #797979;
  height: 20px;
}
.remover {
  background-image: url(../images/remove.png);
}
#anexos li {
  padding-left: 5px;
}
img.remover {
  cursor: pointer;
  vertical-align: bottom;
}
#divAnexos {
  background: #f6f7f9;
  border: 1px solid #e4e8f1;
  width: 450px;
  height: 100px;
  z-index: 10;
}

/*aumento de fonte*/
/* config plugin */
.tam1 p,
.tam1 li {
  font-size: 80%;
}
.tam2 p,
.tam2 li {
  font-size: 90%;
}
.tam3 p,
.tam3 li {
  font-size: 95%;
}
.tam4 p,
.tam4 li {
  font-size: 100%;
}
.tam5 p,
.tam5 li {
  font-size: 105%;
}
.tam6 p,
.tam6 li {
  font-size: 110%;
}
.tam7 p,
.tam7 li {
  font-size: 120%;
}
#font_size {
  height: 20px;
  margin-bottom: 15px;
}
#font_size ul {
  float: right;
}
#font_size ul li {
  float: left;
  margin-right: 3px;
}
#font_size a {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: #ccc;
  color: #4f4f4f;
}
ul {
  list-style: none;
}
ul {
  margin-bottom: 0.7em;
}
ul li {
  line-height: 15px;
}
#divContentInfo {
  float: left;
  width: 100%;
  height: auto;
  margin-left: 8px;
}
#divInfo {
  width: 300px;
  height: 150px;
  margin-right: 18px;
  margin-bottom: 18px;
  border: 1px solid #d1d1d1;
  float: left;
}
#divInfo:hover {
  border: 1px solid #797979;
}
#divInfo li {
  list-style-type: square;
  color: #797979;
  font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#divInfo a {
  color: #797979;
  font-size: 11px;
}
#divInfo a:hover {
  text-decoration: underline;
}
#spanImageInfo {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
}
#spanInfo {
  float: left;
  margin-left: 25px;
  margin-top: 3px;
  width: 186px;
}
#spanInfoNews {
  margin-left: 15px;
  margin-top: 3px;
  width: 284px;
  height: 115px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
*/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dddddd;
  position: relative;
}
.jspDrag {
  background: #cccccc;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

#iframeAnexo {
  border: 0;
  overflow: hidden;
  height: 60px;
  width: 450px;
  z-index: 10;
}
#divFrame {
  border: 0;
  z-index: 10;
}
#anexos {
  padding-left: 30px;
  list-style-image: url(../images/attachment.png);
}

.DTTT_container {
  /*width: 200px;*/
}

#pdfRota {
  position: absolute;
  top: 88px;
  left: 274px;
  width: 16px;
}

#tabsPrtclo {
  height: 450px;
}

.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.multi-column-dropdown {
  list-style: none;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.settingsUsr {
  display: none;
}

.sf-menu-default {
  background-color: #4c62e9;
  border-color: #35454c;
  z-index: 99;
}
.sf-menu-default .sf-menu-brand {
  color: #ecf0f1;
}
.sf-menu-default .sf-menu-brand:hover,
.sf-menu-default .sf-menu-brand:focus {
  color: #fcfafe;
}
.sf-menu-default .sf-menu-text {
  color: #ecf0f1;
}
.sf-menu-default .sf-menu-nav > li > a {
  color: #ecf0f1;
}
.sf-menu-default .sf-menu-nav > li > a:hover,
.sf-menu-default .sf-menu-nav > li > a:focus {
  color: #fcfafe;
}
.sf-menu-default .sf-menu-nav > li > .dropdown-menu {
  background-color: #4c62e9;
  z-index: 99;
}
.sf-menu-default .sf-menu-nav > li > .dropdown-menu > li > a {
  color: #ecf0f1;
  z-index: 99;
}
.sf-menu-default .sf-menu-nav > li > .dropdown-menu > li > a:hover,
.sf-menu-default .sf-menu-nav > li > .dropdown-menu > li > a:focus {
  color: #fcfafe;
  background-color: #35454c;
}
.sf-menu-default .sf-menu-nav > li > .dropdown-menu > li > .divider {
  background-color: #35454c;
}
.sf-menu-default .sf-menu-nav .open .dropdown-menu > .active > a,
.sf-menu-default .sf-menu-nav .open .dropdown-menu > .active > a:hover,
.sf-menu-default .sf-menu-nav .open .dropdown-menu > .active > a:focus {
  color: #fcfafe;
  background-color: #35454c;
  z-index: 99;
}
.sf-menu-default .sf-menu-nav > .active > a,
.sf-menu-default .sf-menu-nav > .active > a:hover,
.sf-menu-default .sf-menu-nav > .active > a:focus {
  color: #fcfafe;
  background-color: #35454c;
  z-index: 99;
}
.sf-menu-default .sf-menu-nav > .open > a,
.sf-menu-default .sf-menu-nav > .open > a:hover,
.sf-menu-default .sf-menu-nav > .open > a:focus {
  color: #fcfafe;
  background-color: #35454c;
  z-index: 99;
}
.sf-menu-default .sf-menu-toggle {
  border-color: #35454c;
  z-index: 99;
}
.sf-menu-default .sf-menu-toggle:hover,
.sf-menu-default .sf-menu-toggle:focus {
  background-color: #35454c;
  z-index: 99;
}
.sf-menu-default .sf-menu-toggle .icon-bar {
  background-color: #ecf0f1;
  z-index: 99;
}
.sf-menu-default .sf-menu-collapse,
.sf-menu-default .sf-menu-form {
  border-color: #ecf0f1;
  z-index: 99;
}
.sf-menu-default .sf-menu-link {
  color: #ecf0f1;
  z-index: 99;
}
.sf-menu-default .sf-menu-link:hover {
  color: #fcfafe;
  z-index: 99;
}

@media (max-width: 767px) {
  .sf-menu-default .sf-menu-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .sf-menu-default .sf-menu-nav .open .dropdown-menu > li > a:hover,
  .sf-menu-default .sf-menu-nav .open .dropdown-menu > li > a:focus {
    color: #fcfafe;
  }
  .sf-menu-default .sf-menu-nav .open .dropdown-menu > .active > a,
  .sf-menu-default .sf-menu-nav .open .dropdown-menu > .active > a:hover,
  .sf-menu-default .sf-menu-nav .open .dropdown-menu > .active > a:focus {
    color: #fcfafe;
    background-color: #35454c;
  }
}

a.dropdown-toggle:hover + ul.dropdown-menu,
ul.dropdown-menu:hover {
  display: block;
}
.fontSizeIcon {
  font-size: 20px;
  color: #4c62e9;

  cursor: pointer;
}

@import "bourbon";
/* tudo relacionado a tela de login - inicio  MRSS.20230713*/

/* mensagem temporaria de erro de cache */
#mensagem-sem-estilo {
  display: none;

}

.modal-login {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
  
}

.modal-login h2 {
  margin-top: -0.5px;
}

.modal-login p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  
  color: #585858;
  text-align: center;
}

.modal-login:target {
  visibility: visible;
  opacity: 1;
}

.modal-login_content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.modal-login_close {
  font-size: 24px;
  position: absolute;
  top: 4px;
  right: 5px;
  color: #585858;
  text-decoration: none !important;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
  /* remover underline */
  &:hover {
    color: #000;
    background-color: #f2f2f2;
  }

}

#login-container-total {
  display: flex;
  flex-direction: row;
  
}


#login-container-background-image {
  display: flex;
  height: 100vh;
  width: 65vw;
  background-image: url(../images/background_new.jpg);
  background-size: cover;
}


#login-container-form {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  width: 35vw;
  min-width: 350px;
  /* max-width: 1080px; */
  /* min-height: 100px; */
  height: 100vh;
  background-color: #fff !important;
  box-shadow: 20px 3px 14px 20px black;
}

#login-container-logo {
  /* margin-top: 190px; */

  width: 50%;
  /* margin: -190px auto 40px auto; */
  margin: 0px auto;
  margin-top: 15vh;
  /* margin-bottom: auto; */
}

#login-sbcontainer-form {
  /* margin-bottom: auto; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  text-align: center;
  /* background-color: blue; */
}

#formLogin {
  margin-top:90px;
  width: 100%;
  min-height: 60px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
}

#formLogin input {
  /* background-color: red; */
  box-shadow: none;
  margin: 0px;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  /* padding-left: 10px; */
  font-size: 16px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;

}

#sso-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-height: 41px;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
  padding: 0 12px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #5E5E5E;
  border: 1px solid #8C8C8C;


}


.input-data-new{
  margin-top: 100px;
  width: 90%;
  height: 40px;
  margin: 0 20px;
  
  position: relative;
  justify-content: initial;
  text-align: initial;
  background-color: #fff;
  
}

.input-data-new input{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  /* background-color: #f7f2f2; */
  border-radius: 0px !important;
  color: #000;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
  padding-left: 10px;
}

.input-data-new input:focus ~ label,
.input-data-new input:valid ~ label{
  transform: translateY(-30px);
  font-size: 14px;
  color: #3498db;
  left: 0px;
}
.input-data-new label{
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #888888;
  font-weight: 500;
}

.input-data-new .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data-new .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data-new input:focus ~ .underline:before,
.input-data-new input:valid ~ .underline:before {
  transform: scale(1);
}


#formLogin .zend_form {
  width: 100%;
  padding-top: 80px;
  /* padding: 30px; */
  /* background-color: green; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#txtPassword-element, txtPassword-element {
  background-color: royalblue;
}

.login-input {
  /* background-color: red; */
}


/* botão inicio */
#btnLogar-element {
  width: 100% !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  /* background-color: #00b5fc !important; */
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#btnLogar {
  width: 90% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 45px;
  /* background-color: #00b5fc !important; */
  color: #fff;
  font-weight: bold;
  border: none;

  /* font-family: inherit; */
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  

  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}

#btnLogar:hover {
  text-decoration: none;
  background-color: #004ba0;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

#btnLogar:active {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
/* quando botão for selecionado com tab */
#btnLogar:focus {
  box-shadow: #00b5fc 0px 0px 0px 0.2rem;
}
/* botão fim */


  


/* tudo relacionado a tela de login - fim */
body {
  background: #eee !important;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  /* background-color: #ff0000; */
  /*border: 1px solid rgba(0,0,0,0.1);*/
}
.form-signin dt {
  margin: -9px;
}
.form-signin-heading,
.checkbox {
  margin-bottom: 30px;
}

.checkbox {
  font-weight: normal;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  @include box-sizing(border-box);

  &:focus {
    z-index: 2;
  }
}

input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.profile-img {
  width: 268px;
  height: 157px;
  margin: 0 auto 10px;
  display: block;
}

.need-help {
  margin-top: 10px;
}

.new-account {
  display: block;
  margin-top: 10px;
}

/** jQueryUI**/
li.ui-state-active {
  background: #4c62e9 !important;
}

li.ui-state-active:hover {
  background: #4c62e9 !important;
}

li.ui-state-active:hover a {
  background: inherit !important;
}

li.ui-state-active a {
  color: #fff !important;
  outline: none;
}
li.ui-state-active {
  background: #00b5fc none repeat scroll 0 0 !important;
}

#tableTotalBox {
  position: relative;
  left: 250px;
}

.dd,
dt {
  margin: -15px;
}

.footers {
  /*     
        height: 41px;
        margin: -6px 90px;*/
  text-align: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  -moz-border-bottom-left-radius: 7px;
  color: #fff;
}

.footersfull {
  color: #fff;
  height: 41px;
  margin: -6px 376px;
  text-align: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  -moz-border-bottom-left-radius: 7px;
}

#footers p {
  padding: 10px;
}
tr td {
  text-align: left;
  font-size: 12px;
}
dd select {
  height: 20px;
}

dt label {
  margin: -4px 0px 2px -1px;
}
#formLogin {
  height: 100px;
}

.page-login {
  color: #ffffff;
}
.page-login:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background-image: url("/trdocs/public/images/guarda2.jpg");*/
  background-image: url("/trdocs/public/images/sede.jpg");
  background-position-y: top;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.page-login:after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: rgba(38, 50, 56, 0.85);*/
  z-index: -1;
}
.page-login .brand {
  margin-bottom: 28px;
}
.page-login .brand-text {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.page-login form {
  width: 340px;
  margin: 30px 0;
}
.page-login form a {
  margin-left: 20px;
}
.page-login .page-copyright {
  color: #7c7c7d;
  font-size: 12px;
  position: relative;
  top: -19px;
}
.page-login .page-copyright .social .icon,
.page-login .page-copyright .social .icon:hover,
.page-login .page-copyright .social .icon:active {
  color: #ffffff;
}
@media (max-width: 480px) {
  .page-login form {
    /* width: auto; */
  }
}

#log {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-top: 10px;
  height: 375px;
  position: relative;
  top: 100px;
}

select.form-control {
  height: 38px;
  font-size: 12px;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
