/****************** HELP DESK ********************/
#helpDeskWrapper *{box-sizing: border-box;}
#helpDeskWrapper{ transition:left 0.5s; width: 300px;left: -285px;position: fixed;top: 0px;bottom: 0px; border-right:15px solid rgba(0,0,0,0); z-index:9999999; }
#helpDeskInner{ background:#202020; width:285px; height:100%; }
#helpDeskWrapper:hover,
#helpDeskWrapper:active,
#helpDeskWrapper:focus{ left:0px; }
#helpDeskWrapper .header{display: inline-block;vertical-align: top; line-height: 25px; padding-right:10px; }
#helpDeskWrapper p{ color:#fff; text-align:center; }
#helpDeskWrapper .cache{ display:block;margin-top: 25px;padding-top: 25px;border-top: 1px solid rgba(255,255,255,0.2); }
#helpDeskWrapper .cache form{ display:inline-block; width:50px; margin-right:10px; }
#helpDeskWrapper .form{ 
    display:block; 
    position:relative;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.2); 
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.2); 
}
#helpDeskWrapper .form svg,
#helpDeskWrapper .cache svg{ fill: #fff;height: 20px;padding-top: 2.5px; }
#helpDeskWrapper textarea.form-control{ min-height:200px; }
#helpDeskWrapper .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin:5px;
    max-width:270px;
    min-height: 40px;
    font: 400 14px Arial;
}

#helpDeskWrapper .btn-dark:not(:disabled):not(.disabled).active:focus, 
#helpDeskWrapper .btn-dark:not(:disabled):not(.disabled):active:focus, 
#helpDeskWrapper .show>.btn-dark.dropdown-toggle:focus{ box-shadow: 0 0 0 0.2rem rgba(52,58,64,.5); }
#helpDeskWrapper .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin:5px;
}

#helpDeskWrapper .btn[type="submit"] { color: #fff; background-color: #343a40; border-color: #343a40;max-width:270px;width:100%; }
#helpDeskWrapper .logo{ text-align: center; padding-top: 10px; }