/* ==========================================================================
   $ALTHAIA
   ========================================================================== */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* ==========================================================================
   $HEADER
   ========================================================================== */
.welcome {
  padding: 8px 0;
  background-color: #666;
}

.welcome .nav-list {
  float: right;
}

.welcome .nav-item + .nav-item {
  margin-left: 24px;
}

.welcome .nav-link {
  font-family: Arial;
  font-size: 12px;
  color: #EEF0F2;
}

  .welcome .nav-link:hover {
    color: #EEF0F2;
  }

  .welcome a.nav-link:hover {
    text-decoration: underline;
  }

.header {
  padding: 8px 0;
  background-color: #00bfd3;
}

.logo 
{
  position: relative;
  top: 10px;
  float: left;
  margin: 0;
}

.header-contact {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
  color: #0079C1;
  text-align: center;
}

.header-contact:before {
  position: absolute;
  left: -37px;
  display: block;
  width: 37px;
  height: 47px;
  content: "";
  background-image: url(img/fale-conosco.png);
}

.header-contact span {
  display: block;
}

.header-title {
  font-size: 16px;
  font-weight: bold;
}

.header-phone {
  font-size: 14px;
}

.free {
  font-size: 12px;
}

.menu .logo {
  width: 150px;
  margin-left: 49px;
  margin-top: -8px;
  margin-bottom: 8px;
}

.nav {
    float: left;
    margin-top: 13px;
    margin-left: 38%;
}

.nav-list {
  margin: 0;
  padding: 0;
}

.nav-item {
  display: inline-block;
  list-style: none;
}

.nav-link {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #666;
}

  .nav-link.active,
  .nav-link:hover {
    color: #fff;
    text-decoration: none;
  }

.nav-item + .nav-item {
  margin-left: 12px;
}

.menu .nav-item + .nav-item:before {
  position: relative;
  top: 3px;
  left: -6px;
  display: inline-block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #666;
  /* background-color: rgba(163, 164, 166, 0.6); */

}

/* ==========================================================================
   $FOOTER
   ========================================================================== */
.footer {
  padding-top: 10px;
  color: #666666;
  font-size: 12px;
  background-color: #f4f4f4;
}

.footer-logo {
  float: left;
  margin-right: 25px;
  margin-left: 50px;
  width: 75px;
  margin-left: 49px;  
}

.legal-info {
  margin-right: 50px;
  margin-top: 5px;
}

.copyright {
  margin-top: 5px;
  padding: 10px 0 8px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #00bfd3;
}

.copyright small {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/* ==========================================================================
   $HOME
   ========================================================================== */
.main {
  padding-top: 30px;
  padding-bottom: 40px;
}

.title-home {
  font-size: 20px;
  color: #00bfd3;
}

.marginTop {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
    .marginTop {
        margin-top: 0;
    }
}    

/* ==========================================================================
   $PAGE
   ========================================================================== */
.page {
  padding-top: 30px;
  padding-bottom: 40px;
}

.page-title {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #00bfd3;
  border-bottom: 1px solid #00bfd3;
}

.page-title1 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #666;
}

.page-subtitle {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #00bfd3;
}

.slider {
  margin-bottom: 30px;
}

.table {
    font-size: 13px;
}

.table-consolided {
    font-size: 12px;
}

.table-portal > tbody > tr > td,
.table-portal > thead > tr > th {
  vertical-align: middle;
}

.table-portal > thead > tr > th {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #00bfd3;
  border-bottom: 0;
}

.table-portal > tbody > tr > td {
  border-top: 0;
}

.table-portal > tbody > tr:hover > td {
  background-color: #DBF9FE;
}

.table-portal input {
  max-width: 100px;
}

.table-total {
    font-size: 13px;
}

.btn-small-icon .glyphicon {
  top: -1px;
  left: -2px;
  font-size: 0.8em;
  font-weight: normal;
}

.form {
  margin: 25px auto 6px;
}

.form .form-group {
  width: 100%;
  margin-bottom: 0;
}

.form .control-label {
  float: left;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  text-align: right;
}

.form .form-control {
  float: left;
  width: 66%;
}

.form .span-2 {
  width: 36%;
}

.form-check {
  display: block;
}

.form-check input[type=checkbox] {
  display: block;
  margin: auto;
}

.request-info {
  float: right;
  width: 410px;
  margin-bottom: 15px;
  font-size: 11px;
  color: #006B9D;
  text-align: right;
}

.total {
  float: right;
  width: 300px;
  margin-bottom: 20px;
}

.total label {
  float: left;
  margin-right: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #006B9D;
}

.total .form-control {
  float: right;
  width: 200px;
}

.form-inline {
  margin-bottom: 15px;
}

.form-inline label {
/*  width: 66px;*/
  margin-right: 4px;
  font-weight: 300;
  text-align: right;
}

.back_overlay
{	
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: transparent url("img/bg_transp.png");	
	z-index: 1003;
}
.white_content {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 58px;
	margin-top: -25px;
	margin-left:-22.5px;
	padding: 10px;
	background-color: #fff;
	z-index: 1002;
	overflow: hidden;
	text-align: center;
	border: 1px solid #0072BA;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:1px 1px 1px #ccc;
	-webkit-box-shadow:1px 1px 1px #ccc;
	box-shadow:1px 1px 1px #ccc;
	color: #0072BA;
	font-size: 10px;
	font-weight: bold;
}
.margin-left {
  margin-left: 10px;
}

.date-separator {
  font-size: 12px;
}

.date-list {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}

.date-item {
  position: relative;
  display: inline-block;
  list-style: none outside none;
}

.date-item + .date-item {
  margin-left: 8px;
}

.date-item + .date-item:before {
  position: absolute;
  top: 2px;
  left: -7px;
  display: block;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #CCC;
}

.date-item:nth-child(2):before {
  display: none;
}

.date-icon {
  color: #00bfd3;
}

.table {
  margin-bottom: 10px;
}

.table-solicitation {
  width: 100%;
  font-size: 13px;
  color: #666;
}

.table-solicitation td:last-child {
  width: 60%;
}

.table-solicitation td:first-child {
  width: 40%;
}

/* FORM LOGIN */

.form-checkout .page-title {
  margin-top: 0;
  font-size: 18px;
  border-bottom: none;
}

.form-checkout {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 6px;
}

.form-checkout label {
  float: left;
  width: 27%;
  margin-right: 2%;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  text-align: right;
}

.form-checkout .input-group {
  position: relative;
  width: 71%;
}

.form-checkout .input-group-addon {
  position: absolute;
  z-index: 9;
  color: #999;
  background-color: transparent;
  border: none;
}

.form-checkout .form-control {
  padding-left: 30px;
  border-radius: 4px !important;
}

.form-checkout .checkbox label {
  width: 71%;
  margin-left: 29%;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  line-height: 22px;
}

.form-divider .form-span-3 {
  width: 25%;
}


.form-divider .form-span-4 {
  width: 33.33333333%;
}

.form-divider .form-span-8 {
  width: 66.66666667%;
}

.form-divider .form-span-9 {
  width: 75%;
}

.form-checkout .form-control-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-checkout .form-control-right {
  padding-left: 12px;
  border-left: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.no-photo {
  max-width: 80px;
}

/* ==========================================================================
   $FORMS
   ========================================================================== */
label {
  font-family: "Oswald", sans-serif;
  color: #666;
  letter-spacing: .03em;
}

.form-control {
  height: 30px;
  padding: 6px;
}

.form-date {
  max-width: 90px;
}

.text-required {
  width: 73%;
  margin-top: 20px;
  margin-left: 27%;
  font-size: .8em;
  font-style: italic;
  color: #666;
}

/* Login */
.login-title {
  width: 90%;
  margin: 15px auto 0;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  color: #666;
  text-align: center;
}

.login-title span {
  font-size: 1.4em;
  line-height: 1.4;
}

.form-login {
  height: 190px;
  overflow: hidden;
  background-color: #00bfd3;
  /*background-image: linear-gradient(#52c0d3, #01dcf3);*/
  border-radius: 4px;
  box-shadow: 0 2px rgba(0, 0, 0, .2);
}

.divider-6 {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding: 20px;
}

.divider-login {
/*  background-color: #DADADA;
  background-image: linear-gradient(#DADADA, #B4B4B4);*/
}

  .divider-login:after {
    position: absolute;
    top: 10%;
    right: -10px;
    width: 1px;
    height: 80%;
    content: "";
    background-color: #fff;
    background-color: rgba(255, 255, 255, .25);
  }

.divider-singup {
  text-align: center;
/*  background-color: #52c0d3;
  background-image: linear-gradient(#52c0d3, #0069A8);*/
}

.divider-login a {
  color: #fff;
}

.title-login,
.title-singup {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-align: center;
}

  .title-login span,
  .title-singup span {
    top: -1px;
    font-size: 0.8em;
  }

.title-login {
    color: #fff;
    /* color: #FFD24C; */
    /* color: rgba(163, 164, 166, .65); */
}

.title-singup {
  margin-top: 36px;
  color: #fff;
}

.form-login label {
  display: none;
}

.form-login .form-control {
  margin-bottom: 5px;
}

.divider-login .btn,
.divider-singup .btn {
  position: relative;
  padding-right: 2.2em;
  border: 0;
  color: #666;
}

  .divider-login .btn span,
  .divider-singup .btn span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.6em;
    color: #fff;
    line-height: 1.8;
    background-color: #666;
    border-radius: 0 3px 3px 0;
  }

    .divider-login .btn:hover span,
    .divider-login .btn:focus span {
      border-radius: 0 3px 3px 0;
    }

    .divider-login .btn span {
      line-height: 2;
    }

.divider-login .btn {
  margin-bottom: 8px;
  font-size: 0.8em;
}

.divider-singup .btn {
  margin-top: 8px;
  font-size: 1.2em;
}

span.text-right {
  display: block;
}

.forget-password {
  clear: both;
  display: block;
  text-align: right;
}

/* ==========================================================================
   $BUTTONS
   ========================================================================== */
.btn {
  padding: 4px 12px;
  font-family: "Oswald", sans-serif;
}

.btn-request {
  float: right;
}

.btn-icon {
    padding: 4px;
}

/* ==========================================================================
   $TABLES
   ========================================================================== */
.value-total {
  font-size: 18px;
  color: #52c0d3;
}

/* ==========================================================================
   $ICONS
   ========================================================================== */
.icon {
  display: inline-block;
}

.icon-pdf {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(img/icon-pdf.png) no-repeat center center;
}

/* ==========================================================================
   $CONTACT
   ========================================================================== */
.contact {
  position: absolute;
  top: 0px;
  right: 18px;
}

.contact-link {
  display: inline-block;
  padding-top: .25em;
  padding-left: .75em;
  font-family: "Oswald";
  line-height: 1.4;
  color: #fff;
}

.icon-fale-conosco
{
    width: 46px;
    position: absolute;
    top: 0px;
    left: -50px;
    height: 46px;
}
.contact-link:hover
{
    color: #666;
    text-decoration: none;
}
  /*.contact-link:before {
    position: absolute;
    top: 0;
    left: -49px;
    display: inline-block;
    width: 49px;
    height: 52px;
    content: "";
    background: url(img/Fone.png) no-repeat center top;
    border-radius: 6px;
  }*/

  /*.contact-link:hover {
    color: #666;
    text-decoration: none;
  }

    .contact-link:hover:before {
      background-position: center bottom;
    }
*/
  .contact-phone {
    font-size: 20px;
    font-weight: bold;
  }

/* ==========================================================================
   $IMAGES
   ========================================================================== */
.img-contact {
  margin-bottom: 1em;
  border-radius: 6px;
}

/* ==========================================================================
   $HELPERS
   ========================================================================== */
.text-success {
  color: #27ae60;
}

.text-warning {
  color: #d35400;
}


/* ADJUST */

.btn.glyphicon {
    font-family: "Glyphicons Halflings";
}

#ContentPlaceHolder1_Control_Login1_Login1,
#ContentPlaceHolder1_Control_Login1_Login1 table {
  width: 100%;
}

#ContentPlaceHolder1_Control_Login1_Login1 td {
  position: relative;
  display: block;
  width: 188px;
}

##ContentPlaceHolder1_Control_Login1_Login1_UserNameRequired,
##ContentPlaceHolder1_Control_Login1_Login1_PasswordRequired {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -9px;
}

#Control_Login1_Login1 input {
  width: 100%;
  margin-bottom: .71428em; /* 10px */
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
}

#ContentPlaceHolder1_Control_Login1_Login1 .bt-ico-entrar {
  width: 80px;
}

#ContentPlaceHolder1_Control_Login1_Login1 input {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 4px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#ContentPlaceHolder1_Control_Login1_Login1_UserNameRequired,
#ContentPlaceHolder1_Control_Login1_Login1_PasswordRequired {
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -9px;
}

#ContentPlaceHolder1_Control_Login1_Login1 #ContentPlaceHolder1_Control_Login1_Login1_LoginButton {
    float: right;
    font-family: "Oswald",sans-serif;
    color: #666;
    border-radius: 4px;
    padding: 4px;
}

#ContentPlaceHolder1_Control_Login1_Login1 #ContentPlaceHolder1_Control_Login1_Login1_LoginButton:hover {
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

table.text tr {
    border-bottom: 15px solid transparent;
}

table.text td {
    position: relative;
}

.label-control label {
    width: 120px;
    margin-bottom: 0;
    padding-right: 6px;
    padding-bottom: 0;
    font-size: 12px;
}

table.text .form-control {
    width: 294px;
}

span.text {
    position: absolute;
    top: 0;
    right: 0;
}

.text.text-adjust {
    top: -10px;
}

.table-total {
    margin-top: 15px;
}

.margin-top {
    margin-top: 15px;
}

.btn-gamby {
    position: relative;
    padding-right: 48px;
}

.btn-gamby input {
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
    position: absolute;
    display: inline-block;
    padding: 4px 10px 4px 32px;
    top: 0px;
    left: 0px;
}

.btn-cart {
    padding-right: 105px;
}

.btn-request {
    padding-right: 95px;
}

.btn-search {
    padding-right: 54px;
}

.periodo-cota {
    display: inline-block;
}

.periodo-cota input {
    max-width: 90px;
    height: 30px;
    padding: 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-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;
}

.periodo-cota input:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.periodos {
    display: inline-block;
}

.periodos > div {
    display: inline-block;
}

.periodos a {
    cursor: pointer;
}

.form-inline .form-group {
    margin-right: 10px;
}

.table-solicitation label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.table-solicitation span {
    text-transform: capitalize;
}

.slider li {
    list-style: none;
}

.alert {
    display: block;
    padding: 6px 12px;
}

.form-checkout .alert {
    margin-left: 112px;
    font-size: .9em;
}

.form-control:focus + .popover {
    display: block;
}

.input-group .popover {
    width: 550px;
    max-width: 550px;
    height: 230px;
    font-size: 12px;
    color: #555;
    top: -100px;
    left: -554px;
}

.popover ul {
    padding-left: 20px;
}

.status-atendido {
    color: #428bca;
}

.status-cancelado {
    color: #D2691E;
}

.status-editar {
    color: #8B0000;
}

.status-pendente {
    color: #008000;
}

.status-pendente-aprovacao {
    color: #006400;
}

.status-pendente-distri {
    color: #006400;
}

.status-naoatendido {
    color: #F00;
}

.status-parcialmente-atendido {
    color: #FF8C00;
}

.status-reprovado {
    color: #8B0000;
}

.mandatory:after {
    content: " *";
}

/* $Calendar */
.pos-rel {
    position: relative;
    display: inline-block;
}

.calendar {
    position: absolute;
    z-index: 1;
    top: 110%;
    background-color: #fff;
    border: 0 !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}

.calendar th {
    padding: 2px;
    font-size: .9em;
    font-weight: normal;
}

.calendar td {
    padding: 2px;
}

.calendar td:first-child {
    padding: 0;
}

.calendar .calendar {
    position: static;
    box-shadow: none;
}

.calendar .calendar td {
    padding: 2px;
    font-size: .8em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #00bfd3;
}

.calendar .calendar td a {
    color: #fff !important;
    text-decoration: none;
}

/* ==========================================================================
   $Correções no IE
   ========================================================================== */

.is-ie #login {
    min-height: 110px;
}

.is-ie .login td {
    max-height: 36px;
}

/* ==========================================================================
   $Correções no Webkit
   ========================================================================== */

.is-chrome .form-checkout label,
.is-safari .form-checkout label,
.is-chrome .form-checkout .checkbox label,
.is-safari .form-checkout .checkbox label,
.is-chrome .form-inline label,
.is-safari .form-inline label {
    font-weight: 400;
}
