@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: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Light.woff") format("woff"),
      url("../fonts/Roboto-Light.ttf") format("truetype"),
      url("../fonts/Roboto-Light.svg#Roboto-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 hsla(0, 0%, 20%, 0.2); */
  box-shadow: 0 0px 30px #fb92275c;
  /* border: 1px solid hsl(0, 0%, 87%); */
  border: 2px solid #fb9227;
  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] {
  font-family: "Roboto";
  /* width: 77%; */
  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;
  line-height: 50px;
}

.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: #D37E28; */
  background-color: #fb9227;
  font-weight: 200;
  line-height: 50px;
  font-size: 18px;
  outline: none;
}

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

.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;
}

.platform-banner {
  font-size: 1.5rem;
  font-family: "Roboto";
  background-color: #fb9227;
  color: white;
  padding: 4px 16px;
  border-radius: 7px;
  font-weight: 300;
}

/* CONDO GRID */

.organization-container {
  border-radius: 10px;
  /* border: 3px solid rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 100px 5px #037bfe1a;
  /* box-shadow:  28px 28px 43px #037bfe,
               -28px -28px 43px #037bfe; */
  padding: 0.8rem;
  background-color: white;
  margin-bottom: 1.5rem;
}

.organization-container-header {
  /* background-color: #ffc0cb; */
  display: flex;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.organization-name {
  flex: 2;
  /* display: inline-block; */
  /* margin-top: -2.3rem; */
  /* background-color: #f7f7f7; */
  /* padding: 0 10px;
  margin-left: 10px; */
  font-weight: bold;
  /* background-color: #f00; */
  height: 2rem;
  /* position: absolute; */
  font-size: 1.5rem;
  margin: 0 0 0.8rem 0.8rem;
}

.organization-settings {
  flex: 1;
  /* background-color: #008000; */
  font-weight: bold;
  line-height: 2rem;
  text-align: right;
}

.organization-settings.disabled {
  opacity: 0.3 !important;
}

.organization-container .organization-settings-section:nth-of-type(1),
.organization-container .billing-change:nth-of-type(1) {
  /* .organization-container:first-child .organization-settings-section { */
  border-top: none !important;
}

.organization-settings-section {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
  font-size: 0.9rem;
  padding: 1.25rem 0 1.95rem;
}
.organization-settings-section h5,
.billing-change h5 {
  font-weight: bold;
  font-size: 1.1rem;
}

.organization-settings-section table {
  background-color: white;
}
.organization-settings-section .list-group-item:hover {
  background-color: #eee;
}

.billing-update {
  //background-color: red;
  display: flex;
}
.billing-update-arrow {
  flex: 0.15;
  justify-content: center;
  align-items: center;
  display: flex;
}
.billing-update-arrow i {
  font-size: 1.5rem;
  color: #007bff;
}

.billing-change {
  /* border-top: 1px solid #ccc; */
  padding: 1rem 0;
  font-size: 0.9rem;
  padding: 1.25rem 0 1.95rem;
  flex: 1;
}

.organization-owner {
  color: #828282;
  background-color: #d6d6d6;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #afafaf;
  /* padding: 0.2rem 0.6rem; */
  padding: 0.1rem 0.4rem;
  border-radius: 0.5rem;
}

.organization-permission {
  color: #55a254;
  background-color: #ccefcc;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #a8d6a8;
  padding: 0.1rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  width: 120px;
  line-height: 13px;
}

.pop-up-dialog {
  /* background-color: red;
  display: none;
  border-radius: 8px;
  padding: 0.8rem; */
  background-color: #fff;
  display: none;
  border-radius: 8px;
  padding: 0.8rem;
  box-shadow: 0px 0px 10px 0px #0000005c;
  overflow: visible !important;
  width: 220px;
  text-align: center;
}
.pop-up-dialog h3 {
  font-size: 1rem;
}
.pop-up-dialog .fa-caret-up {
  display: block;
  text-align: center;
  margin-top: -28.5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  text-shadow: 0px -2px 2px #0000001f;
}

.permissions-table {
  margin: 0 !important;
}
.permissions-table tr {
}
.permissions-table td {
  text-align: center;
  padding: 0 !important;
}

.permissions-table .fas {
  font-size: 1.5rem;
  opacity: 0.1;
}

.permissions-table .fa-check-circle {
  cursor: pointer;
}

.permissions-table .fa-check-circle.granted {
  color: #008000;
  opacity: 1;
}
/* .pop-up-dialog {
  background-color: red;
  display: none;
  border-radius: 8px;
  padding: 0.3rem;
} */

.card {
  border: 0px solid black;
}
.organization-container .col-md-2:hover {
  text-decoration: none;
}

.add-account {
  display: flex;
  text-decoration: none;
}

/* .add-account a:hover {
  text-decoration: none;
} */

.add-account .card {
  width: 100%;
}

.add-account .card-body {
  /* border: 6px dashed #00000017; */
  /* margin: 10px; */
  /* border-radius: 20px; */
  text-align: center;
  /* border: 6px dashed #00000017; */
  /* margin: 10px; */
  /* border-radius: 6px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.add-account:hover .card-body {
  /* box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 50%); */
}

.add-account.disabled {
  opacity: 0.3;
}

.add-account:hover {
  text-decoration: none !important;
}

.add-account i {
  font-size: 2.5rem;
}
.card-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}

@media only screen and (min-width: 1440px) {
  .card-text {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .container > .row > .col-md-2 > .card > .card-body > .card-text {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .card-text {
    font-size: 0.7rem;
  }
}

@media (max-width: 600px) {
  .card-text {
    font-size: 1.2rem;
  }
}

.card-body {
  padding: 0.25em !important;
}
.card-img-top {
  height: auto;
}
.col-md-2 > .shadow-sm {
  /* border: 1px solid transparent; */
  /* box-shadow: 0 0.125rem 2rem rgba(0, 0, 0, 0.15) !important; */
  /* box-shadow: 0 0.125rem 2rem rgba(0, 0, 0, 0.15) !important; */
  /* box-shadow: 0px 0px 100px 5px #037bfe1a !important; */
  /* box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 10%) !important; */
  box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 3%) !important;

  padding: 0.5rem;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  border: 0;
}
.shadow-sm:hover {
  /* border: 1px solid #ccc; */
  /* box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.4) !important; */

  box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 24%) !important;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.card {
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
  border: 0;
}

.organization-logo-container {
  text-align: center;
}

.organization-logo {
  width: 30%;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 5%;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #ffffff !important;
  border: 1px solid black !important;
  text-align: justify;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  border-width: 2px;
  border-radius: 8px;
  /* opacity: 1 !important; */
}

.ui-helper-hidden-accessible {
  display: none;
}

#loading {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1499;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 5px;
}

#popup {
  position: relative;
  top: 200px;
  z-index: 501;
  text-align: center;
}

#confirmOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 100000;
}

.displayBox {
  background: #fff;
  width: 460px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -230px;
  border: 1px solid rgba(33, 33, 33, 0.6);
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

.displayBox .titleMessage {
  letter-spacing: 0.6px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.confirmBox,
.alertBox {
  padding: 30px;
  text-align: center;
}
.alertText {
  font-size: 15px;
  font-weight: bold;
}

.confirmBox .confirm {
  float: right;
  margin: 30px 0px 20px;
}

.confirmBox .confirm {
  float: right;
  margin: 30px 0px 20px;
}

.confirmBox .cancel {
  float: left;
  margin: 30px 0px 20px;
}

.confirmBox .warningProceed {
  float: right;
  margin: 30px 0px 20px;
}

.confirmBox .backToSafety {
  float: left;
  margin: 30px 0px 20px;
}

.alertBox .alertButton {
  border-color: #ffd679;
  color: #000;
  background-color: rgba(255, 214, 121, 0.3);
  width: 140px;
  float: none;
  margin: 30px auto 0px;
}

.confirmBox,
.alertBox {
  padding: 30px;
  text-align: center;
}
.alertText {
  font-size: 15px;
  font-weight: bold;
}

.confirmBox .confirm {
  float: right;
  margin: 30px 0px 20px;
}

.confirmBox .confirm {
  float: right;
  margin: 30px 0px 20px;
}

.confirmBox .cancel {
  float: left;
  margin: 30px 0px 20px;
}

.confirmBox .warningProceed {
  float: right;
  margin: 30px 0px 20px;
}

.confirmBox .backToSafety {
  float: left;
  margin: 30px 0px 20px;
}

.button {
  border: 2px solid #ccc;
  padding: 5px 10px 5px 0px;
  border-radius: 3px;
  background-color: transparent;
  margin-right: 20px;
  float: right;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  cursor: pointer;
}

.button:hover {
  /* margin-top: -1px; */
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 1px;
}

.button i {
  min-width: 30px;
  font-size: 1.1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.cancel,
.warningProceed {
  border-color: red;
  color: #f34848 !important;
  cursor: pointer;
}

.cancel .fa-times,
.warningProceed .fa,
.warningProceed .fal,
.warningProceed .far {
  color: red;
}

.button .fa-trash {
  color: red;
}

/* SELECT 2 */
ul.select2-selection__rendered {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
}

.select2-search__field {
  margin-right: -15px;
  width: 490px !important;
}

.select2-selection__rendered,
.select2-selection__rendered {
  min-height: 85px;
}

.select2-container .select2-selection--single {
  height: 41px !important;
  padding-top: 7px;
}

.dropdowns {
  width: 500px;
}

.dropdowns:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

.admin-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px dashed hsl(39deg 100% 50%);
}
