@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic&subset=latin");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background-color: hsl(0, 0%, 97%) !important;
  //background-image: url('https://condovive.com/images/fondo-navidad3.png');
  background-size: 90px 90px;
  font-family: "Roboto" !important;
}
/* -------------------------------------- WEBSITE TYPEFACES ------------------------------------*/
/* 
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Avenir-Light.woff") format("woff"),
    url("../fonts/Avenir-Light.ttf") format("truetype"),
    url("../fonts/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: 300;
  font-style: normal;
} */

.login-wrapper a {
  color: gray;
}

.login-container {
  /*
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 20%, 0.08);
box-shadow: 0 1px 3px hsla(0, 0%, 20%, 0.08);
  border: 1px solid hsl(0, 0%, 87%);
  background-color: white;

border-radius: 9px;
background: #ededed;
box-shadow:  -13px 13px 26px #d5d5d5, 
             13px -13px 26px #ffffff;
*/
  border-radius: 7px;
  /* box-shadow: 0 1px 20px hsl(0deg 0% 20% / 20%); */
  box-shadow: 0 0px 30px #094b7040;
  /* border: 1px solid hsl(0, 0%, 87%); */
  border: 2px solid #094b70;
  background-color: white;
}

.login-row {
  display: flex;
  width: 100%;
  height: 50px;
  //background-color: purple;
  border-top: 1px solid hsl(0, 0%, 87%);
}

.login-row first-child {
  border-bottom: 0px solid black;
}

.login-row input[type] {
  /* width: 77%; */
  font-family: "Roboto";
  width: 78%;
  border: none;
  height: 30px;
  border-radius: 0px;
  padding: 10px 5% 10px 0%;
  box-shadow: 0px 0px 0px hsl(0, 0%, 0%);
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.login-row input[type]:focus,
.login-row input[type]:active,
.login-row input[submit]:focus,
.login-row input[submit]:active {
  outline: none !important;
  box-shadow: 0px 0px 0px black;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  box-shadow: inset -10px 0 0px #f8b9b7 !important;
}

.login-row i,
.login-row svg {
  font-size: 1.5em;
  display: inline-block;
  /* width: 17%; */
  color: hsl(0, 0%, 51%);
  height: 25px;
  margin-top: 12.5px;
  vertical-align: top;
  text-align: center;
}

.login-row .icon-container {
  width: 17%;
  text-align: center;
}

.log-in {
  font-family: "Roboto";
  width: 100% !important;
  border: none;
  height: 52px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px hsl(0, 0%, 0%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  background-color: #094b70;
  font-weight: 200;
  line-height: 50px;
  font-size: 18px;
  outline: none;
}

.log-in:hover {
  background-color: #0c6698;
}

.login-administrador {
  border-bottom: 1px solid hsla(0, 100%, 100%, 0.35);
  border-radius: 0px;
}

#login1 {
  //border-bottom: 1px solid white;
}

.span4 {
  text-align: center;
}

.span4 a {
  color: hsl(0%, 0%, 50%);
}

#imglogocliente {
  /* width: 100%; */
  /* width: 80%; */
  width: 70%;
  height: auto;
  border-radius: 0.75rem;
}

.nombrecondominio {
  font-size: 30px;
  font-weight: 200;
  margin: 0px 10px;
}

.warning {
  color: red;
  font-size: 16px;
}

.footer {
  bottom: 0;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 200;
  margin-top: 100px;
}

.footer a {
  color: gray;
}

.dropdown {
  height: 50px;
  border: 0px;
  font-weight: 300;
  width: 80%;
  margin-right: 3%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 10px;
}

.dropdown:focus {
  outline: none;
}

#miscondominios {
  background-color: hsl(0, 0%, 80%) !important;
}

#miscondominios:hover {
  background-color: hsl(0, 0%, 70%) !important;
}

#miscondominios-link:hover {
  text-decoration: none !important;
}

.card-notification-bubble {
  background-color: #f00;
  color: #fff;
  padding: 2px 6px;
  border-radius: 13px;
  position: absolute;
  min-width: 26px;
  text-align: center;
  height: 26px;
  line-height: 22px;
  top: -6px;
  left: -8px;
}

.panelList {
  margin: 0px;
}

.panelList li {
  //display: inline-block;
}

.panelList li a {
  border-bottom: 1px solid hsl(0, 0%, 87%);
  padding: 10px;
  font-size: 18px;
  display: block;
  min-height: 30px;
  vertical-align: middle;
  font-weight: 300;
  position: relative;
  line-height: 30px;
  text-align: center;

  /*
  border: 1px solid hsl(0,0%,90%);
  padding: 10px;
  width: 70px;
  font-size: 18px;
  display: inline-block;
  margin: 5px;
  min-height: 70px;
  vertical-align: middle;
  font-weight: 300;
  border-radius: 5px;
  position: relative;
  line-height: 31px;
  text-align: center;
*/
  /*
  
border: 1px solid hsl(0, 0%, 52%);
padding: 10px 20px;
width: 70px;
font-size: 18px;
display: inline-block;
min-height: 94px;
vertical-align: middle;
font-weight: 300;
position: relative;
line-height: 40px;
text-align: center;
margin-left: -1px;
margin-top: -2px;
margin-bottom: -1px;
*/
}

.panelList li a:hover {
  text-decoration: none;
  background-color: hsl(0, 0%, 95%);
}
/*
#imglogocliente {
    background: url('images/logo-condominio.png') no-repeat;
    background-size: 500px 180px;
    width:500px;
    height:180px;
    background-position: center center;
}
*/

.keep-signed-in-container {
  margin-top: 0.35rem;
}

.keep-signed-in-container input[type="checkbox"] {
  float: none !important;
}
