/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); */
@font-face {
  font-family: 'roboto-regular';
  src: url('/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'roboto-light';
  src: url('/fonts/Roboto-Light.ttf');
}
/* begin custom css */
html, body {
  height: 100%;
}
body {
  padding: 60px 0 0 0;
  margin: 0 !important;
  background: url(https://iservices.wtmdobrasil.com/img/Wallpaper-iServices.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container-fluid {
  min-height: 70%;
  height: auto !important;
  margin: 0 auto;
}

table tr.sort th {
    min-width: auto !important;
	white-space: nowrap !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

th input::placeholder {
	white-space: nowrap !important;
	padding-left: 2px;
}

th input, th select {
	border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #cecece !important;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #75758b !important;
	font-size: 10px !important;
}

table tr {
    min-width: auto !important;
	white-space: nowrap !important;
}

#pickAvatarButton, .pickAvatar {
  border: 0px solid #fff !important;
  width: 70px !important;
  height: 70px !important;
}
#conpassQuest {
  display: none !important;
}
.fancybox-opened .fancybox-skin {
  padding: 0px !important;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.fancybox-close {
  background-image: none;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.fancybox-close:after {
  content: 'X';
  color: #cce8ff !important;
  font-weight: 300 !important;
  font-family: "Open Sans" !important;
  font-size: 20px;
}
.fancybox-inner .page-header {
  padding: 20px 20px;
  margin: 0 0 0 0;
  border-bottom: 0px solid #eee;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  background: #1e6ea5;
  color: white;
}
.fancybox-inner .page-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fancybox-inner {
  padding-right: 0;
  overflow: hidden !important;
  width: auto;
  height: auto !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.fancybox-inner .row {
  background: #f1f4f9 !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.fancybox-inner form {
  background: #f1f4f9 !important;
  padding: 20px 20px !important;
}
.fancybox-inner .table-responsive, .fancybox-inner p {
  margin: 10px 15px !important;
}
.fancybox-inner .panel-body .red {
  color: #ff8585;
  font-weight: bold;
}
.fancybox-inner .panel-body .blue {
  color: white;
  font-weight: bold;
}
.fancybox-inner .form-group {
  margin: 15px 0 !important;
}
.fancybox-inner label {
  margin: 0 12px 8px 0 !important;
}
.fancybox-inner .paises-list br, .fancybox-inner .moedas-list br, .fancybox-inner .nbs-list br, .fancybox-inner .capa-list br, .fancybox-inner .empresas-list br, .fancybox-inner .entidades-list br {
  display: block !important;
}
.fancybox-inner br {
  display: none !important;
}
.fancybox-inner .panel-default {
  background: #1e6ea5 !important;
  border: 0px solid transparent !important;
  border-color: none !important;
  border-radius: 0px !important;
  font-size: 15px !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  text-align: right;
  color: white;
}
.fancybox-inner .btn-group .panel-default {
  background: transparent !important;
  border: 0px solid transparent !important;
  border-color: none !important;
  border-radius: 0px !important;
  font-size: 15px !important;
  width: 100% !important;
  margin-bottom: 0px !important;
}
.fancybox-inner fieldset .row {
  padding: 0px !important;
  margin: 0 0 20px 0 !important;
}
.fancybox-inner .row .col-md-6 {
  padding: 20px !important;
}
.fancybox-inner #CapaInformacoesComplementares, .fancybox-inner #CapaObservacoes {
  height: 112px !important;
}
#grade_enquadramentos .btn-group {
  margin: 0 20px 20px 20px !important;
}
fieldset .col-md-4 {
  padding: 0;
}
#CapaInformacoesComplementares {
  height: 108px !important;
}
#CapaObservacoes {
  height: 183px !important;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0 !important;
  font-size: 1.6rem !important;
  line-height: inherit;
  color: #1e6ea5 !important;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.account-wall {
  background-color: #fff !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 0px 20px 0px;
  position: relative;
}
/*.account-wall {
    margin-top: 0px !important;
    padding: 20px 0px 20px 0px;
	border-radius: 4px !important;
    background-color: #fff !important;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c9d3dd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.account-wall .btn-primary {
  margin-top: 20px;
}
.btn {
  background-image: none;
  border: 0.5px solid #c9d3dd;
  border-radius: 4px;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
}
.btn-primary {
  color: #fff;
  background-color: #4aba58;
  background-image: none;
  border: 0px solid #c9d3dd;
}
.btn-primary:hover {
  background-color: #449d44;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px !important;
}
/*#NaturezaCambioAddForm {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 5vh !important;
    max-width: 80vw;
}*/
.navbar-brand {
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
  color: transparent !important;
  background: url(https://iservices.wtmdobrasil.com/img/logo-iservices.svg) no-repeat !important;
  overflow: visible !important;
  float: left;
  height: 60px;
  width: 160px;
  padding: 0;
  margin: 6px 0 0 0;
  font-size: 16px;
  line-height: 20px;
}
.navbar-brand a {
  color: transparent !important;
}
.navbar-brand a:hover {
  color: transparent !important;
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #1e6ea5 0%, #1e6ea5 100%) !important;
  background-image: -o-linear-gradient(top, #1e6ea5 0%, #1e6ea5 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e6ea5), to(#1e6ea5)) !important;
  background-image: linear-gradient(to bottom, #1e6ea5 0%, #1e6ea5 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: no-repeat;
  border-color: transparent !important;
  padding: 4px 0 4px 0 !important;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  background: white;
  border-bottom: 0px solid #ccc !important;
  height: 55px;
}
.navbar-inverse .navbar-text {
  color: #fff;
  font-family: 'roboto-light' !important;
  font-size: 14px !important;
}
.navbar-nav > li > a {
  color: #cce8ff !important;
  font-family: 'roboto-light' !important;
  font-size: 14px !important;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
  color: #fff !important;
  background-color: transparent;
}
.navbar-text {
  margin-top: 13px !important;
  margin-bottom: 10px;
  margin-left: 15px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #2378ad;
}
.navbar-inverse .navbar-toggle {
  border: 0px;
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #0c5c92;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 240px;
  padding: 10px 15px 10px 10px;
  margin: 2px 0 0;
  font-size: 13px;
  font-family: 'roboto-light' !important;
  text-align: left;
  list-style: none;
  background-color: #ffffff !important;
  /*    background-color: #2378ad;*/
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
}
.open {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#content .dropdown-menu {
  padding: 5px 10px 10px 10px;
  background: #fff !important;
  border: 1px solid #c9d3dd;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
#content .dropdown-menu > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
#content .dropdown-menu > .disabled > a {
  color: #999 !important;
}
.dropdown-header {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888888;
  /*	color: #cce8ff;*/
  white-space: nowrap;
}
.dropdown-menu .divider {
  width: 100%;
  height: 1px;
  margin: 9px auto;
  overflow: hidden;
  background-color: transparent;
  border: 0.4px solid #999999;
  /*	border: 1px inset #228dd1;*/
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666;
  /*	color: #fff;*/
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
  /*	background-color: #2378ad;*/
  background-image: none;
  background-repeat: repeat-x;
  color: #2378ad;
  text-decoration: underline;
}
.dropdown-menu > li > a > span:before {
  font-size: 16px !important;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 0px !important;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #2378ad !important;
}
.icone-siscoserv {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icone-siscoserv:before {
  display: block;
  content: ' ';
  background-image: url('../img/siscoserv.svg');
  background-size: 24px 16px;
  height: 14px;
  width: 24px;
  margin-right: 8px;
  margin-left: -4px;
}
.glyphicon-shield-check:before {
  display: block;
  content: ' ';
  background-image: url('../img/shield-check-01.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  color: #666 !important;
  /*margin-right: 8px;*/
}
svg:hover path {
  fill: #2378ad !important;
}
.panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.panel-default {
  border-color: #c9d3dd;
}
.panel-default > .panel-heading {
  color: #1e6ea5;
  border-color: #c9d3dd;
  background: #f1f4f9 !important;
  /*  background-image: -webkit-linear-gradient(top, #f1f4f9 0%, #f1f4f9 100%);
    background-image: -o-linear-gradient(top, #f1f4f9 0%, #f1f4f9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f4f9), to(#f1f4f9));
    background-image: linear-gradient(to bottom, #f1f4f9 0%, #f1f4f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); */
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  color: #fff;
  background: #428bca !important;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background: #dff0d8 !important;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background: #fcf8e3 !important;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede !important;
}
.panel-heading h3 {
  font-family: 'roboto-regular';
  font-size: 20px;
}
.alert-success {
  color: #3c763d;
  background: #dff0d8 !important;
}
.alert-info {
  color: #31708f;
  background: #d9edf7 !important;
}
.alert-warning {
  color: #8a6d3b;
  background: #fcf8e3 !important;
}
.alert-danger {
  color: #a94442;
  background: #f2dede !important;
}
@media (max-width: 767px) {
  .navbar-brand {
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
    color: transparent !important;
    background: url(https://iservices.wtmdobrasil.com/img/logo-iservices.svg) no-repeat !important;
    overflow: visible !important;
    float: left;
    height: 40px !important;
    width: 160px;
    padding: 0;
    margin: 5px 0 0 12px !important;
    font-size: 16px;
    line-height: 20px;
  }
  .navbar-nav > li > a {
    color: #666666 !important;
    /*	color: #cce8ff !important;*/
    font-family: 'roboto-light' !important;
    font-size: 14px !important;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
  }
  .navbar-inverse .navbar-text {
    color: #666 !important;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent !important;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
    padding: 5px 40px 5px 0 !important;
  }
  /*.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
	background-color: #f8f8f8;
}*/
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #333 !important;
    background-color: #f1f4f9;
    /*    background-color: #2378ad;*/
  }
  .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
    color: #333 !important;
    background-color: transparent;
  }
  .dropdown {
    margin-left: 0 !important;
  }
  #content .dropdown-menu > li > a {
    color: #333333 !important;
  }
}
/* FOOTER */
.contain {
  max-width: 1180px;
  margin: 0 auto;
  bottom: 0 !important;
}
.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0 20px 0;
  background-color: #edf0f5;
}
.footer p {
  font-size: 14px;
  color: #3b3d40;
}
.footer p a {
  font-size: 14px;
  color: #277cea;
  text-decoration: none !important;
  outline: 0;
}
.footer p a:hover {
  color: #3b3d40 !important;
  text-decoration: underline !important;
}
.footer img {
  margin: -10px 0 15px 0;
}
.logo-center-mobile {
  text-align: left;
}
/* Footer Social Icons */
ul.footer_social {
  width: 100%;
  display: inline;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}
ul.footer_social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}
ul.footer_social li a i {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  font-size: 18px !important;
  line-height: 18px !important;
  color: #7c7c7c;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
ul.footer_social li a i:hover {
  color: #616161;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 10px 20px 10px;
  }
  .footer p {
    margin: 0 auto 15px auto;
  }
  .logo-center-mobile {
    text-align: center;
  }
}
/* END FOOTER */
/* end custom css */
/* cakephp */
.asc:after {
  content: ' ↑';
}
.desc:after {
  content: ' ↓';
}
/* botoes */
h1.link, span.link {
  color: #428bca;
  cursor: pointer;
}
.conferido, .cancelado {
  color: #c9302c;
}
.form-submit {
  margin-top: 5px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.fa, .glyphicon {
  margin-right: 10px;
}
.input-group-addon {
  min-width: 40px;
  max-width: 40px;
}
.negrito {
  font-weight: bold;
}
.coluna-dividida {
  margin-bottom: 5px;
}
.form-control-feedback-sem-label {
  top: 0;
}
.form-group-sem-label {
  margin-bottom: 0;
}
#busy-indicator {
  background: url(../img/fancybox_loading.gif) no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  display: none;
}
/* cores */
.blue {
  color: blue;
}
.error-message, .red {
  color: red;
}
/* botao de acao */
.actions {
  margin-top: 5px;
  margin-left: 20px;
}
.click {
  cursor: pointer;
}
td > hr {
  margin: 0;
}
.panel-with-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/*Pesquisar por ajax*/
.highligth-options {
  color: #428bca;
}
.find_column_id {
  width: 0;
}
.detalhe-consulta {
  display: none;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
/*Scroll Top*/
.scroll-top {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.scroll-top, .scroll-top div {
  height: 20px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/**
 * drop down multilevel 
 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* arrumando radio */
div.radio fieldset legend {
  font-size: 12px;
  font-weight: bold;
}
div.radio fieldset input[type="radio"] {
  margin: 4px 4px 0 0;
}
div.radio fieldset label {
  padding: 0 10px 0 20px;
}
@media (max-width: 767px) {
  .navbar-collapse {
    /*        background: #1e6ea5eb !important;*/
    background: #ffffff !important;
  }
  .navbar-nav .open .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    transform: rotate(90deg);
  }
}