@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Roboto/Roboto-Regular.woff") format("woff"),
    url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype"),
    url("/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Roboto/Roboto-Bold.woff") format("woff"),
    url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype"),
    url("/fonts/Roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  width: 100%;
  height: auto;
}

blueDaysTable {
  border: none;
  border-spacing: 0px;
}

.color1 {
  color: white;
}

.color2 {
  color: #17375e;
}

.color3 {
  color: #286127;
}

.color4 {
  color: #3f3f3f;
}

.color5 {
  color: #4f4f4f;
}

.color6 {
  color: #717171;
}

.color7 {
  color: #333234;
}

.color8 {
  color: #636466;
}

.backgroundColor1 {
  background-color: #696969;
}

.backgroundColor2 {
  background-color: #4d5550;
}

.backgroundColor3 {
  background-color: #353535;
}

.backgroundColor4 {
  background-color: white;
}

/*.backgroundColor5{background-color: #F5F5F5;}*/

.backgroundColor5 {
  background-color: #ffffff;
}

.backgroundColor6 {
  background-color: #154996;
}

.border1 {
  border: 1px solid #bdd740;
}

input {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  font-weight: inherit;
}

select {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: none;
  font-weight: inherit;
}

.radioBtn {
  -webkit-appearance: radio;
  font-weight: inherit;
}

textArea {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.centeredContent {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  height: auto;
  overflow: hidden;
}

#alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

#alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 5%;
  padding-bottom: 40px;
  width: 338px;
  border: 1px solid white;
  background-color: white;
  /* border-radius: 15px; */
}

#alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

#alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
  width: 123px;
}

#alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

#alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  background-image: none;
  color: black;
  /* font-family: 'Roboto', sans-serif; */
}

#alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

#alertMessageAceptar {
  position: relative;
  margin: 0 auto;
  width: 216px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background-color: #0570d4;
  line-height: 40px;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  border: 1px solid #0570d4;
}

#alertMessageAceptar:hover {
  background-color: transparent;
  color: #0570d4;
}

.alertMessageClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  right: 16px;
  cursor: pointer;
  text-align: center;
  color: #0570d4;
  padding-top: 1px;
  font-size: 40px;
}

.alertMessageClose:hover {
  opacity: 0.8;
}

#loaderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1002;
}

#loaderDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#loaderDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 20%;
  width: 40px;
}

.fullBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.blackOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
}

.whiteOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: white;
}

.tagContainer {
  display: flex;
  width: 50%;
  justify-self: end;
  /* margin-left: 45%; */
  color: #ffffff;
  margin-top: 5px;
  /* margin-right: 10%; */
  justify-content: flex-end;
  position: absolute;
  right: 6px;
}

.tagExpandContainer {
  display: flex;
  width: 50%;
  justify-self: end;
  /* margin-left: 60%; */
  color: #ffffff;
  /* margin-top: 0px; */
  /* margin-right: 5%; */
  position: absolute;
  right: 0;
  justify-content: flex-end;
  top: -28px;
}

.etiquetaProduct {
  flex: 0 0 auto;
  grid-column: 1;
  background: #016ed3;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 24.39px;
  text-align: center;
  left: 0;
  order: 1;
  margin-right: 0%;
  width: 75%;
  padding-top: 4px;
}

.tagContainer .etiquetaProduct {
  margin-right: 5px;
}

.cocardaProduct {
  flex: 0 0 auto;
  grid-column: 2;
  background-color: #ffcc25;
  border-radius: 5px;
  font-size: 12px;
  line-height: 24.39px;
  font-weight: 800;
  text-align: center;
  right: 0;
  order: 2;
  max-width: 25%;
  overflow: hidden;
  word-wrap: break-word;
  width: 27px;
  height: 27px;
  padding-top: 4px;
}

.etiquetaExpandProduct {
  flex: 0 0 auto;
  grid-column: 1;
  background: #016ed3;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 24.39px;
  text-align: center;
  left: 0;
  order: 1;
  margin-right: 4%;
  width: 59%;
  padding-top: 4px;
}

.cocardaExpandProduct {
  flex: 0 0 auto;
  grid-column: 2;
  background-color: #ffcc25;
  border-radius: 5px;
  font-size: 12px;
  line-height: 24.39px;
  font-weight: 800;
  text-align: center;
  right: 0;
  order: 2;
  max-width: 25%;
  overflow: hidden;
  word-wrap: break-word;
  width: 33px;
  padding-top: 4px;
}
.fullRelative {
  position: relative;
  width: 100%;
  height: 100%;
}

.centeredLogon {
  position: relative;
  width: 720px;
  margin: 0 auto;
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
}

#registerUserBtn {
  margin-top: 20px;
}

#loginUserBtn:hover {
  cursor: pointer;
}

#registerUserBtn {
  cursor: pointer;
}

#loginTopMenu:hover {
  cursor: pointer;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pointedBlueLine {
  background-image: url("/images/pointedBlueLine.png");
  background-repeat: repeat-x;
}

.sexRadioBtn {
  float: left;
  width: 25px;
  margin-top: 10px;
}

.sexTypeText {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.checkbox {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #ec1c24;
  margin-top: 5px;
}

.checkboxTickImg {
  position: absolute;
  left: 2px;
}

.adminSwitch {
  position: relative;
  height: 30px !important;
  background-image: none !important;
}

.adminSwitchBkg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.adminSwitchBkgOn {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.adminSwitchHandle {
  position: absolute;
  left: 22px;
  top: 0px;
  height: 100%;
}

.transparentCheckBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.studio4dSprite {
  background-image: url(/files/layouts/studio4dsprite.png);
  overflow: hidden;
  position: absolute;
}

.blackBkg75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.75;
}

.blackBkg50 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

@media screen and (max-width: 770px) {
  #alertMessageDiv {
    width: 90%;
    margin-top: 15%;
  }
  #alertMessageAceptar {
    width: 80%;
  }

  .etiquetaProduct {
    flex: 0 0 auto;
    grid-column: 1;
    background: #016ed3;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 24.39px;
    text-align: center;
    left: 0;
    order: 1;
    margin-right: 4%;
    width: 75%;
    padding-top: 4px;
  }

  .cocardaProduct {
    flex: 0 0 auto;
    grid-column: 2;
    background-color: #ffcc25;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    padding: 6px 5px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 25%;
    overflow: hidden;
    word-wrap: break-word;
    width: 20px;
    padding-top: 4px;
    height: 20px;
    min-height: auto;
  }

  .etiquetaExpandProduct {
    flex: 0 0 auto;
    grid-column: 1;
    background: #016ed3;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 24.39px;
    text-align: center;
    left: 0;
    order: 1;
    margin-right: 4%;
    width: 75%;
    padding-top: 4px;
  }

  .cocardaExpandProduct {
    flex: 0 0 auto;
    grid-column: 2;
    background-color: #ffcc25;
    border-radius: 5px;
    font-size: 12px;
    line-height: 24.39px;
    font-weight: 800;
    text-align: center;
    right: 0;
    order: 2;
    max-width: 25%;
    overflow: hidden;
    word-wrap: break-word;
    width: 27px;
    padding-top: 4px;
  }

  .tagContainer {
    display: flex;
    width: 50%;
    justify-self: end;
    margin-left: 0;
    color: #ffffff;
    margin-top: 5px;
    margin-right: 10%;
    z-index: 1;
    height: auto;
  }

  .tagExpandContainer {
    display: flex;
    width: 50%;
    justify-self: end;
    margin-left: 45%;
    color: #ffffff;
    margin-top: 5px;
    margin-right: 10%;
  }
}
