/*Hr*/
hr.verticalHr {
  border:         none;
  border-left:    1px solid hsla(0, 0%, 0%, 0.18);
  height:         20px;
  width:          1px;
}

hr.w50 {
  width: 50%;
}

hr.w80 {
  width: 80%;
}

.text10{
  font-size: 10px;
}

.myColor {
  color:var(--bgColor);
}

img.myColorSvg path {
  fill:#b9c9d4;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.frameround {
  background-color: var(--bgColor);
  color: #FFF;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 1px 6px 1px 6px;
}

/*Search*/
.zeusSearch {
  background: #FFF;
  border-radius: 25px;
}
.zeusSearch input {
  background: #FFF;
  border: none;
  width:93%;
}
.zeusSearch i {
  font-size: 20px;
  color: var(--bgColor);
  cursor: pointer;
}

.zeusSearch.pagination td {
  text-align:center;
  padding:2px;
}
.zeusSearch.pagination td.sucheImg {
  width:50px;
}

.zeusSearch.pagination td.sucheImg.Prev {
  background: url('/assets/sysImg/logoIcons/Prev.png') no-repeat;
  background-position: top right;
}
.zeusSearch.pagination td.sucheImg.Next {
  background: url('/assets/sysImg/logoIcons/Next.png') no-repeat;
  background-position: top left;
}
.zeusSearch.pagination td.sucheAw {
  cursor:pointer;
}
.zeusSearch.pagination td.sucheAw i {
  font-size:25px;
  color:#FF9500;
}
.zeusSearch.pagination td.sucheAw.active {
  cursor:default;
}
.zeusSearch.pagination td.sucheAw.active i {
  cursor:default;
  color: var(--bgColor);
}

.row.zeusSearch {
  background: transparent;
}

.card.zeusSelected {
  background-color: var(--bgColorAlpha);
}
/*End Search*/

/*Dialog*/
.dialogDiv {
  position: absolute;
  background: #FFF;
  border: 2px solid var(--bgColor);
  background-color:rgba(255, 255, 255, 1);
  border-radius: 25px;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.roundDiv {
  background: #FFF;
  width:80%;
  border: 2px solid var(--bgColor);
  background-color:rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 10px;
  padding-bottom: 20px;
}

.listDiv {
  background: #FFF;
  border: 1px solid var(--bgColor);
  background-color:rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: 2px;
  margin: 5px;
  /* padding-bottom: 10px; */
}

.dialogClose {
  position: absolute;
  float: right;
  top: 5px;
  right: 20px;
  color: var(--bgColor);
  font-size:20px;
  cursor: pointer;
}

/*Alert*/
.alertContainer {
  margin:10px;
  margin-top:0px;
  width: 40vw;
}
.alertRight {
  min-height: 30vh;
  padding:10px;
}
.alertLeft {
  line-height: 30vh;
  text-align: center;
  vertical-align: middle;
  font-size: 60px;
}
.alertBlue {
  color:blue;
}
.alertGreen {
  color:green;
}
.alertRed {
  color:red;
}
.alertOrange {
  color:orange;
}
.alertImg {
  max-width: 100px;
  max-height: 100px;
}

.alertBottom {
  margin-top: 10px;
  text-align: center;
}

#BS_alert{
  padding:2px;
  height:25px;
  /* width:80%;
  left:auto;
  right:auto; */
  text-align: center;
  display: none;
}

.BS_alertContainer{
  height:30px;
  /* position:fixed; */
  /* margin-top: -10px; */
}


/*Bootstrap notification icon image*/
.dataNotifyAvatar {
  width:40px;
  height:40px;
  overflow: hidden;
  border-radius: 50%;
}

.notifyFlag {
  margin-left: -10px;
  margin-top: -15px;
}


/*Bootstrap notification Area*/
.notyArea_account {
  background-color: rgba(212 , 31, 61, 0.20);
}

.notyArea_blue {
  background-color: rgba(0, 123, 255, 0.20);
}

.notyArea_indigo {
  background-color: rgba(102, 16, 242, 0.2);
}

.notyArea_purple {
  background-color: rgba(111, 66, 193, 0.2);
}

.notyArea_pink {
  background-color: rgba(232, 62, 140, 0.2);
}

.notyArea_red {
  background-color: rgba(220, 53, 69, 0.2);
}

.notyArea_orange {
  background-color: rgba(253, 126, 20, 0.2);
}

.notyArea_yellow {
  background-color: rgba(255, 193, 7, 0.2);
}

.notyArea_green {
  background-color: rgba(40, 167, 69, 0.2);
}

.notyArea_teal {
  background-color: rgba(32, 201, 151, 0.2);
}

.notyArea_cyan {
  background-color: rgba(23, 162, 184, 0.2);
}


/*help Window*/
.helpWindow {
  font-size: 28px;
  cursor: pointer;
}

.helpWindowContainer {
  max-height: 80vH;
  width: 80vW;
}

.helpWindowContentBody {
  position: relative;
  max-height: 70vH;
  overflow-y: scroll;
}


.circleButton {
  cursor: pointer;
  color: #FFF;
  background-color: var(--bgColor);
  font-size:35px;
  border-radius: 50%;
  padding:7px;
}

.iconCmd {
  color:var(--bgColor);
  cursor: pointer;
}
.iconCmd.Big {
  font-size:50px;
  margin: 0 5px 0 5px;
}


.pulsante {
  cursor: pointer;
}


#swClose {
  position: absolute;
  float: right;
  top: 5px;
  right: 20px;
  font-size:30px;
}

.centerDiv {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.centerHDiv {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
}

.topRight {
  position: absolute;
  top: 5px;
  right: 20px;
}

.toRight {
  float: right;
}

.toLeft {
  float: left;
}

.txtRight {
  text-align: right;
}

.txtLeft {
  text-align: left;
}

.form-horizontal .control-label.txtLeft {
  text-align: left;
}

.textGrey {
  color: #cccccc;
}


.fixed {
  position: fixed;
}





/*Avatars*/
/* .thumbnail.avatarList {
  display: inline-block;
} */

.avatarList {
  cursor: pointer;
}

.avatarList img {
  width:100px;
}

.avatarThis {
  cursor: not-allowed !important;
  background: var(--bgColor);
  background-color: var(--bgColorAlpha);
}

.cloudLogin,
#newAvatar {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width:110px;
  height:110px;
  font-size:50px;
  margin-top: 5px;
  color:var(--bgColor);

}
.cloudLogin span,
#newAvatar span {
  position: absolute;
  top:30px;
  left:30px;
}

.newAvatarDivH {
  min-height: 30vh;
}

.newImagePreviewCanvas {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.newImagePreviewImg {
  max-width: 100px;
  max-height: 100px;
}

.imgWorkSpace {
  height:80vh;
  width:80vw;
}

.imgWorkSpace > img {
  position:relative;
}

/*thumbnail*/
.thumbnail {
  display: inline-block;
  position: relative;
}

.thumbnail.newImagePreviewCanvas {
  position: absolute;
}

.thumbnailDel {
  position: absolute;
  float: right;
  top:5px;
  right: 5px;
  color:#FF0000;
  background-color: #FFF;
  border-radius: 50%;
  font-size: 25px;
  width:25px;
  height:28px;
  display: none;
}

.showDelThumb:hover  div.thumbnailDel {
  display: block;
}

/*Notification menu*/
.dropdown-menu.notiMenu {
  width:500px;
  max-height:calc(100vh - 61px);
  overflow-y: scroll;
  overflow-x: hidden;
}


/*Sidebar*/
.sidebar .semperActive {
    color: #FFFFFF;
    opacity: 1;
    background: rgba(255, 255, 255, 0.23);
}

/* Maps */
#pawMap{
    position:relative;
    width:100%;
    height: calc(100vh - 115px);
    margin-top:-15px;
}


#paw_myPetsList,
#paw_livePetLg {
  margin-top:-15px;
  height: calc(100vh - 115px);
  max-height: calc(100vh - 115px);
  overflow-y:auto;
}

#petSubContainer{
  max-height:calc(100vh - 179px);
  overflow-y: hidden;
  padding:0;
}

/* Sub Header*/
.pawCard > header.pawSubHeader {
  margin: 30px 15px 0 15px;
  border-radius: 10px;
}
#mainSubHeader[data-bg="white"],
.pawCard > header.pawSubHeader[data-bg="white"] {
  background:#FFF;
}
#mainSubHeader[data-bg="white"] *,
.pawCard > header.pawSubHeader[data-bg="white"] * {
  color: #777;
}
#mainSubHeader[data-bg="red"],
.pawCard > header.pawSubHeader[data-bg="red"] {
  background:#FF0000;
}
#mainSubHeader[data-bg="red"] *,
.pawCard > header.pawSubHeader[data-bg="red"] * {
  color:#000;
}
#mainSubHeader > .cmd-right,
.pawCard > header.pawSubHeader > .cmd-right {
  float:right;
  margin-right:10px;
  right:15px;
  cursor: pointer;
}

/*Pets content*/
.pawCardContent{
  margin-top: 40px;
  max-height:calc(100vh - 220px);
  overflow-y:auto;
}

.pawCardContent .card.row{
  padding:10px 10px 10px 10px;
  margin:10px 10px 10px 10px;
}

.pawCardContent img.avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 1px #000;
    margin-left:-15px;
}

.pawCardContent .errorTxt{
  margin: 0 0 0 10px;
  font-size: 10px;
  color: #ff0000;
}

.pawCardContent .stacked-form {
  padding:0 10px 0 10px;
}

.petCard.titleCard {
  font-weight: bold;
  font-size: 18px;
}

.pawCardContent .input-group-addon,
.pawCardContent select.form-control,
.pawCardContent select.form-control > option,
.pawCardContent input.form-control {
  /* width:95%; */
  padding: 9px;
  border: solid 1px #4B718B;
  outline: 0;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CDDBE4), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #CDDBE4 1px, #FFFFFF 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.pawCardContent select.form-control > option {
  width:100%;
}

.pawSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.pawSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pawSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pawSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #bbb;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pawSlider:before {
  background-color: #2196F3;
}

input:checked + .pawSlider {
  /* background-color: #2196F3; */
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CDDBE4), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #CDDBE4 1px, #FFFFFF 25px);
}

/*input:focus + .pawSlider {
  border: solid 1px #4B718B;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  box-shadow: 0 0 1px #2196F3;
}*/

input:checked + .pawSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:disabled + .pawSlider:before {
  background-color: #000000;
}

input:disabled + .pawSlider {
  background: -webkit-gradient(linear, left top, left 25, from(#000000), color-stop(4%, #000000), to(#000000));
  background: -moz-linear-gradient(top, #000000, #000000 1px, #000000 25px);
}


/*Verify code*/
.wrapperVeriCode {
  box-sizing: border-box;
  background-image: url("../sysImg/sq.gif");
  width: 240px;
  height: 40px;
  background-size: 40px;
  padding-left: 14px;
}
.textVeriCode {
  background: none;
  display: block;
  width: 240px;
  padding: 3px 0 0;
  border: none;
  font-weight: bold;
  /* color:#D31E40; */
  font-family: monospace;
  font-size: 26px;
  letter-spacing: 24px;
  color: transparent;
  text-shadow: 0 0 0 var(--bgColor);

  &:focus {
      outline: none;
  }

}
/*END Verify code*/


.pawSlider.round {
  border-radius: 34px;
}
.pawSlider.round:before {
  border-radius: 50%;
}

/* Carousel */
.caroselloSwipe > ol.carousel-indicators {
  top:0px;
}
.caroselloSwipe > ol.carousel-indicators > li,
.caroselloSwipe > ol.carousel-indicators > li.active {
  background-color: grey;
  border:0;
  height: 10px;
}
.caroselloSwipe > ol.carousel-indicators > li.active {
  background-color: blue;
  border:0;
}
.pawList,
.pawLive {
  display: inline-block;
  position:relative;
  width:100%;
  margin: 5px 0 0 0;
  text-align: left;
}


.pawList .petcard,
.pawLive .petcard {
  margin: 0;
  padding: 10px;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}

.pawLive .petcard hr {
  margin-top:0px;
  margin-bottom:-10px;
}
.pawList .petcard hr {
  display:none;
}

.petname {
  font-weight: bold;
}

.pawList i,
.pawLive i {
  font-size: 40px;
  float: left;
  margin-right: 0px;
  margin-left: -10px;
  /* width: 50px; */
  text-align: center;
}

.pawLive .footer > div {
  display:inline-block;
  height:30px;
  text-align:center;
  min-height:30px;
  margin-top: 0;
}
.pawLive .footer > div.cmd {
  width:50%;
  color: blue;
  cursor: pointer;
}

.gpsStatus {
  position:absolute;
  top:5px;
  right:10px;
  font-size: 10px;
  cursor: pointer;
}
.gpsStatus  div[data-status="initialising"],
.gpsStatus div[data-status="locating"] {
  color:#FF9C11;
}
.gpsStatus div[data-status="sleeping"],
.gpsStatus div[data-status="disconnected"] {
  color:#D60E12;
}
.gpsStatus div[data-status="located"] {
  color:#15db26;
}

.pawList > div.noSubscription {
  margin-left: -15px;
}
.pawList .petcard {
  margin: 10px -20px 0 -20px;
}

.petcard .avatar {
  margin-top: -10px;
  padding-left: -20px;
}

.noSubscription {
  position:absolute;
  background: rgba(0,0,0, 0.9);
  border-radius: 4px;
  top:0;
  width:100%;
  height:100%;
  cursor: normal;
}
.noSubscription > div {
  width:98%;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  word-wrap: ;
}

.inlineMenu {
  display: flex;
  justify-content: space-between;
}
.inlineMenu > li {
  text-align: center;
  line-height: 13px;
  cursor:pointer;
  color:#000;
}
.inlineMenu > li > br {
  display: block;
  margin: 555px 0;
}
.inlineMenu > li.active {
  color:var(--bgColor);
}

.pointer {
  cursor: pointer;
}

.menuSection {
  color:#700006;
}
.menuSection .sectionName {
  font-size: 22px;
}

/*Required*/
.form-group.required .control-label:after {
  content:"*";
  color:red;
  padding-left:5px;
}
/*End Required*/

/*Social network*/
.mySocialNetwork {
  font-size: 30px;
  letter-spacing: 2px;
}
/*End Social network*/

/*Language*/
#defLangSelector .dd-selected-image,
#defLangSelector .dd-option-image,
.langClsImg,
.langFlag {
  height: 20px;
}
/*End Language*/

/*isoCC*/
.isoCC30 {
  height: 30px;
}
/*End isoCC*/

/*bs-selct-svg*/
.bs-selct-svg {
  width:23px;
  height:15px;
  display:inline-block;
  margin-right:10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}
/*End bs-selct-svg*/




@media (min-width: 992px) {
  .pawList.active,
  .pawLive.active {
    background: var(--bgColor);
    background-color: var(--bgColorAlpha);
  }

  .pawCardContent .input-group-addon,
  .pawCardContent select.form-control,
  .pawCardContent select.form-control > option,
  .pawCardContent input.form-control {
    width:95%;
  }


  .dynWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .listNotyDel,
  .swipeNotyDel {
    float:right;
    cursor:pointer;
  }
  .swipeNotyDel {
    font-size:20px;
  }
}

@media (max-width: 991px) {
/* @media (max-width: $smallWindowMax) { */
  /*Alert*/
  .alertContainer {
    margin:10px;
    width: 80vw;
  }

  .alertLeft {
    line-height: 15vh;
    font-size: 30px;
  }

  /* Maps */
  #pawMap{
    height: calc(100vh - 90px);
    margin-top:-15px;
  }

  /* Sub Header*/
  #mainSubHeader {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:59px;
  }
  #mainSubHeader ul.dropdown-menu {
    position:absolute;
    right:0;
    left:calc(100vw - 170px);
  }

  .pawLive-container {
    bottom:-25px;
    padding: 0 5px 8px 5px;
    width:90%;
  }

  .pawLive {
    margin: 20px 5px 0 5px;
    -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
  }

  .pawList {
    margin: 20px 5px 0 5px;
    width:90%;
  }

  .noSubscription {
    margin-left: -5px;
  }


  .pawContentContainerXS {
    margin-top:-10px;
    margin-left:-15px;
  }

  .pawCardContent{
    margin-top: 0px;
    padding-top: 0;
    width:calc(100vw - 30px);
    max-width:calc(100vw - 30px);
    min-height: calc(100vh - 160px);
    margin-bottom: 10px;
    overflow-x: hidden;
  }

  .pawCardContent .errorTxt{
    margin: -15px 0 0 10px;
  }

  .fullOnXs {
    position:absolute;
    top:0;
    min-height: calc(100vh - 150px);
  }

  .floatBottomMenuXs {
    position:fixed;
    bottom:15px;
    left:0;
    z-index: 2;
    padding:5px 16px 0 15px;
    background: #fff;
    width: 100vw;
    white-space: nowrap;
  }

  .dynWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  /*Search*/
  .zeusSearch.results.popup {
    max-height:30vh;
    overflow-y:scroll;
  }
  /*End Search*/
}

@media (max-width: 400px) {
  ul {
    padding-left: 10px;
  }
  li {
    word-break: break-word;
  }
}
