#utilities-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    padding: 15px;
}

.utility-wrapper{
    padding-left: 5px;
    padding-right: 5px;
}
.utility{
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: #283943;
    text-align: center;
}
.disabled{
    background-color: #dedede;
}
.utility img{
    margin-top: 13px; 
    margin-left: -1px;
    width: 22px;
    height: 22px;
}
#imagecounter{
    color: #fff;
    background-color: #555;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 18px;
    width: 18px; 
    font-size: 0.7rem;
    border-radius: 50%;
    padding-top: 1px;
}
#doccounter{
    color: #fff;
    background-color: #555;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 18px;
    width: 18px; 
    font-size: 0.7rem;
    border-radius: 50%;
    padding-top: 1px;
}
.signature_icon{
    width: 100px;
}
.type_sign{
    border-radius: 50px;
        padding: 7px 30px;
}
.type_sign p{
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0;
}

.contact-btn{
    padding: 7px 30px;
    border-radius: 50px;
    background-color: #51778e;
}

.contact-btn p{
    margin-bottom: 0;
    color: #fff;
    font-size: 1.4rem;
}
.contact-btn label{
    margin-bottom: 0;


}
#alert-message{
    border-radius: 20px;
    padding-top: 10px;
}
/*CUSTOM CHECKMARKS*/
/* Customize the label (the container) */
.contact-btn {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

/* Hide the browser's default checkbox */
.contact-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 11px;
  right: 20px;
  height: 25px;
  width: 25px;
  background-color: #51778e;
}

/* On mouse-over, add a grey background color */
.contact-btn:hover input ~ .checkmark {
  background-color: #51778e;
}

/* When the checkbox is checked, add a blue background */
.contact-btn input:checked ~ .checkmark {
  background-color: #283943;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contact-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contact-btn .checkmark:after {
  left: 9px;
  top: 2px;
  width: 8px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*END CUSTOM CHECKMARKS*/

.hidden{
    height: 0;
    overflow: hidden;
}
#alertdesk-wrapper{
    position: fixed;
    background-color: #dedede;
    bottom: 0;
    left: 0;
    transition: all, ease-out .4s;
}
#alertdesk-wrapper h2{

    font-weight: 700;
    margin-bottom: 20px;
}
.alert-invis{
    bottom: -400px!important;
}
#close-alert{
    width: 25px;
    position: absolute;
    right: 30px; 
    top: 20px;
    z-index: 1000;
}
#deviceListIn a, #deviceListOut a{
    color: #666;
}
.utility-wrapper{
    min-width: 60px;
    text-align: center;
    
}
.active-utilities{
    bottom: 0!important;
}
#utilities-toggle{
    display: none;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: #888;
       background: rgba(255,255,255,1);
       margin-bottom: 20px;
       height: 50px;
       width: 50px;
       transition: all ease-out .2s;
       cursor: pointer;
       margin-right: 40px;
}
#utilities-toggle h2{
   margin-top: 12px;
    margin-bottom:0;
    font-size: 1.4rem;


}
.active-toggle{
    background-color: #bdad33!important;
        border-color: #bdad33!important;
}
.active-toggle h2{
    color: #fff;
}
#utilities-button-wrapper{
    height: 80px;
 background-color: #fff;
     border-top: solid 2px #cecece;
}
#utilities-wrapper{
    background: rgba(0,0,0,0);
    padding-bottom: 0;
    transition: all ease-out .35s;

}
@media only screen and (max-width: 992px) {

     .utility-wrapper{
    margin-top: 10px;
            margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575.88px) {
        #utilities-toggle{
        display: block;
    }

    #utilities-wrapper{
    bottom: -150px;
}
    .utility-wrapper{
        height: 50px;
         
    }
 #utilities-button-wrapper{
    height: fit-content;
    padding-top: 0px;
}
.utility{

}
#utilities-toggle{
   
       margin-bottom: 15px;
    
       margin-right: 15px;
}
}