#utilities-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    padding: 15px;
}
.utility-wrapper{
    padding-left: 5px;
    padding-right: 5px;
}
.utility{
    display: table-cell;
    height: 56px;
    width: 56px;
    border-radius: 28px;
    background-color: #003D4C;
    margin-left: 20px;
    margin-right: 0px;
    vertical-align: middle;
    color: #fff;
    font-size: 1.5rem;
    padding: 0;

}
.active-util{
    background-color: #00B6AB;
}
.disabled{
    background-color: #dedede;
}
.utility p{
    margin-bottom: 0;
}
.counter{
    color: #fff;
    background-color: #00B6AB;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 18px;
    width: 18px; 
    font-size: 0.7rem;
    border-radius: 50%;
    padding-top: 1px;
    border: solid 2px #fff;
}
#surveycounter{
    height: 24px;
    width: 24px;
}

.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: #003D4C;
}

.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: #003D4C;
}
/* On mouse-over, add a grey background color */
.contact-btn:hover input ~ .checkmark {
    background-color: #003D4C;
}
/* 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*/
#QA-error{
    background: rgba(255,0,0,.5);
    border-radius: 8px;
    padding: 12px;
    color: #fff;
}
#QA-error a{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    color: rgb(255,0,0);
}
.unavailable{
    cursor: not-allowed;
    background: rgba(122,122,122,.2);
}
.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: #00B6AB!important;
    border-color: #00B6AB!important;
}
.active-toggle h2{
    color: #fff;
}
#utilities-button-wrapper{
    height: 70px;
    background-color: #fff;
    border-top: solid 2px #cecece;
    margin-left: -15px;
    margin-right: -15px;
}
#utilities-wrapper{
    background: rgba(0,0,0,0);
    padding-bottom: 0;
    transition: all ease-out .35s;
}

.header-CTA p{
    color: #00B6AB;
    font-size: 2rem;
    margin-bottom: 0;
}
#header-search{


    background: none;  
    border: none;
    color: #00B6AB;
}
@media only screen and (max-width: 992px) {

    .utility-wrapper{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 600.88px) {

    .utility-wrapper{
        height: 50px;

    }
    
    .utility{
width: 44px;
height: 44px;
    }
    
}
@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;
    }
}