@charset "utf-8";

.dropbtn {
  color: #003C4D;
  padding: 16px;
  font-size: small;
  border: none;
  background-color: white;
  text-decoration: underline;
  padding: 0px;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #003C4D;
  color: white;
  min-width: 95px;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #c89f6a;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: white;}
body {
    background-repeat: no-repeat;
    background-color: #003C4D;
    text-align: center;
	font-family: 'Roboto', sans-serif;
    color: #595959;
}
body div {
    text-align: center;
}
#pageloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.75) url("../img/load.gif") no-repeat center center;
  z-index: 10000;
}
#pageloaderf {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.75) url("../img/load.gif") no-repeat center center;
  z-index: 10000;
}
#wrapper{
  display:flex;
  justify-content:space-between;
}
#informativos {
  width: 50%;
}
#fb {
  width: 50%;
}
#agendaEsq {
  width: 30%;
}
#agendaDir {
  width: 70%;
}
#rhEsq {
  width: 30%;
}
#rhDir {
  width: 70%;
}
.col-xl-7 {
    border-radius: 25px;
    margin-top: 1%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    background-color: white;
    width: 100%;
    min-width: 100vh;
    max-width: 90%;
}
.col-xl-12 .col-xl-12 h1 {
   font-family: 'Roboto', sans-serif;
}
.BUTTON_REP {
    font-size: 13px;
    padding: 14px 20px 12px;
    line-height: 1;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    background-color: #003c4d;
    border: 1px solid #000;
    color: #fff;
    margin-top: 20px;
    width: 200px;
}
.offset-xl-0.col-xl-7 .col-xl-12 img {
    margin-top: 0%;
}
.col-xl-7 footer {
    /* [disabled]margin-top: 20%; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.col-xl-7 footer p {
    /* [disabled]margin-top: 20%; */
}
.col-xl-7 {
    padding-top: 0.5%;
}

.BUTTON_REP:hover {
background-color: #c89f6a;
color: white;
}
.col-xl-12 #Enviar #cnpj,.col-xl-12 #Enviar #senha {
    width: 50%;
	height: 40px;
}
#errorLogin .errorLogin {
    font-size: 14px;
    /* [disabled]background-color: red; */
    color: red;
}
.col-xl-12 nav {
	border: none;
	padding-top: 2%;
	padding-bottom: 2%;
}
.col-xl-12 a {
    display: inline-block;
	margin-right: 10%;
	font-size: 14px;
	font-weight: bold;
}
ul#navigation {
    text-align: center;
    width: 100%;
}
ul#navigation li {
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    border: 0 none;
}
ul#navigation li a {
    padding:10px 0px;
    color:black;
    text-decoration:none;
    display:inline-block;
    background: white;
 border:0 none;
    -webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
}
ul#navigation li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.nomeA:hover, .nomeA, .nomeA:visited {
  color: #c89f6a;
}
ul#navigation li:hover > a {
    background:#c89f6a;
}
/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility:visible;
    opacity:1;
	border:0 none;
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
	border:0 none;
/*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
    width:180px;
    background:#003c4d;
    box-shadow:1px 1px 3px #ccc;
/* css3 transitions for smooth hover effect */
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul {
    top: 43px;
    left: 1px;
	border:0 none;
}

ul#navigation ul li ul {
	border:0 none;
    top: 0;
    left: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
    clear:both;
    width:100%;
    border:0 none;

    text-decoration:none;
}

ul#navigation ul li a {
    background:none;
    padding:7px 15px;
    color:white;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    clear:both;
    width:180px;
}
#dynamic {

}
.ahover:hover {
    border-bottom: 4px solid #ffb600 !important;
    transition: all 0.10s !important;
	content: "" !important;
	background-color: white !important;
	color: #003c4d !important;
}
.h1titulo {
    font-size: large;
    height: 91px;
    vertical-align: center;
    padding-top: 41px;
}
.titulo {
    text-align: center;
    height: 91px;
    background: url("../img/titulo.png") no-repeat center;
}
#empresa {
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px;
    text-align:center;
    padding-bottom: 5px;
}
#empresa label {
    height: 20px;
    width: 40%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 6%;
    text-align: right;
    float: left;
}
#empresa input {
    height: 30px;
    width: 30%;
    border: 1px solid #000;
    padding-left: 10px;
    padding-top: 0px;
}
#empresa select {
    height: 30px;
    width: 30%;
    border: 1px solid #000;
    padding-left: 10px;
    padding-top: 0px;
}
#empresa input:read-only {
    background-color: #cccccc;
}
.basic-slide {
  display: inline-block;
  width: 215px;
  padding: 10px 0 10px 15px;
  font-family: "Open Sans", sans;
  font-weight: 400;
  color: #377D6A;
  background: #dddddd;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 70px; // Arbitrary.
  transition: all .3s ease-in-out;

  &::-webkit-input-placeholder {
    color: #dddddd;
    text-indent: 0;
    font-weight: 300;
  }

  + label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    text-shadow: 0 1px 0 rgba(19,74,70,.4);
    background: #7AB893;
    transition: all .3s ease-in-out;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
.basic-slide:focus,
.basic-slide:active {
  color: #377D6A;
  text-indent: 0;
  background: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  &::-webkit-input-placeholder {
    color: #aaa;
  }
  + label {
    transform: translateX(-100%);
  }
}
.row span {
position: relative;
display: inline-block;
margin-bottom: 5%;
}
.slide-up {
display: inline-block;
width: 250px;
padding: 10px 0 10px 10px;
color: black;
background: #dddddd;
border: 0;
border-radius: 3px;
outline: 0;
text-indent: 80px;
transition: all .3s ease-in-out;
}
.slide-up::-webkit-input-placeholder {
color: #003C4D;
text-indent: 80px;
}
.slide-up + label {
display: inline-block;
position: absolute;
transform: translateX(0);
top: 0;
left: 0;
padding: 10px 15px;
text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
transition: all .3s ease-in-out;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
overflow: hidden;
color: white;
width: 35%;
}
.slide-up + label:before, .slide-up + label:after {
content: "";
position: absolute;
right: 0;
left: 0;
z-index: -1;
transition: all .3s ease-in-out;
}
.slide-up:focus + label:after {
  background-color: #C89F6A;
}
.slide-up + label:after {
top: 0;
bottom: 0;
background: #003C4D;
}

span:nth-child(1) .slide-up {
text-indent: 80px;
}

span:nth-child(3) .slide-up {
text-indent: 80px;
}
.slide-up:focus,
.slide-up:active {
color: black  ;
text-indent: 80px;
}
