html, body{
    min-height: 100%;
}
body.login-body{
    background: url("../images/img_appic.png") no-repeat center center / cover;
}
body.login-text-socket-body{
    background: url("../images/img_appic.png") no-repeat center center / cover;
}
#userid-login{
    padding-left: 52px;
    background: #fff url("../images/user-icon.png") no-repeat 15px center;
}
#password-login{
    padding-left: 52px;
    background: #fff url("../images/password-icon.png") no-repeat 13px center;
}
.well.store{
    background: #fff;
    padding: 15px 20px 25px;
}
.well.store h3{
    color: #00b1eb;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
}
.well.store .form-control{
    color: #fff;
    background: #cdcccc;
    font-size: 14px;
}
#add-appointment-html .form-control{
    background: white;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.well.store button[type='submit']{
    background: #00b1eb;
    font-size: 14px;
    color: #fff;
    padding: 11px 18px;
    float: right;
}
.btn{
    background: #00b1eb;
    color: #fff;
}
.btn-default{
    background: #c7cbd6;
    color: #333333;
    padding: 11px 30px;
}
form.phone{
    padding: 0 90px;
}
.well.store form.expanded{
    margin-left: -20px;
    margin-right: -20px;
}
.well.store table.table{
    background: #effafe;
    text-align: center;
}

.well.store table.table tbody td{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 0;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    line-height: 2em;
}
.well.store table.table tbody td::before{
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background: #e1e7e9;
    left: 0;
    top: 15%;
    position: absolute;
}
.well.store table.table tbody td:first-child::before{
    display: none;
}
.well.store .well{
    padding: 10px 15px;
    background: #7d7d7d;
    color: #fff;
    border: 0;
}
.well.sysad-message h3{
    font-size: 30px;
}
.well.sysad-message h3 small{
    font-size: 24px;
}
.well.store .well.message{
    background: #f5f6f9;
    margin-bottom: 15px;
}
.user-message{
    color: #00b1eb;
    font-size: 14px;
    font-weight: bold;
}
.user-message > *{
    display: block;
    margin: 0 auto;
}
.user-message i{
    font-size: 30px;
}
.message-content{
    font-size: 14px;
    font-weight: bold;
    color: #73737b;
}
.well.message .time{
    color: #73737b;
    font-size: 12px;
    font-weight: 300;
}
.well.message .error-status{
    font-size: 12px;
    color: #9d0000;
    text-align: right;
    margin-bottom: 0;
}
.well.sysad-message .pagination a{
    background: #e6e5e5;
    border: 0;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.well.sysad-message .pagination .active a{
    background: #7d7d7d;
}
.store-tabs{
    position: relative;
}
.store-tabs .nav-tabs{
    border-bottom: 2px solid #00b1eb;
}
.store-tabs .nav-tabs a{
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    background: none;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.store-tabs .nav-tabs li:hover a, .store-tabs .nav-tabs li.active a{
    color: #00b1eb;
    background: transparent;
    border: 0;
}
.nav-tabs li.active{
    position: relative;
}
.nav-tabs li.active::before{
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(53, 135, 177, 0);
    border-bottom-color: #3587b1;
    border-width: 5px;
    margin-left: -5px;
}
.store-block{
    background: #effafe;
    padding: 10px 22px 10px 34px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.store-block h4{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #00b1eb;
}
.store-block .user{
    padding-top: 30px;
}
.store-block .edit{
    padding-top: 10px;
    border-left: 1px solid #e1e7e9;
}
.store-block .notify{
    border-left: 1px solid #e1e7e9;
}
.store-block .user span{
    color: #999999;
    font-size: 13px;
}
.store-block .edit a{
    text-align: center;
    color: #00b1eb;
    font-size: 12px;
    margin-right: 14px!important;
}
.store-block .edit a i{
    font-size: 18px;
    background: #00b1eb;
    color: #fff;
    width: 37px;
    height: 37px;
    line-height: 38px;
    display: block;
    margin: 8px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.store-block .edit a i.fa-lock{
    background-color: red;
}

.detail-items .edit a i, .box-tools button.select i{
    font-size: 15px;
    background: #00b1eb;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 8px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.store-block .edit a span{
    display: block;

}

.store-block .notify p{
    font-size: 14px;
    color: #9f9e9e;
    margin-bottom: 0;
    padding-left: 25px;
}
.store-block .notify p.has-border{
    border-left: 1px solid #e1e7e9;
}
.store-block .notify p strong{
    color: #757575;
    display: block;
    font-size: 24px;
}
.store-block .notify .form-control{
    background: #fff;
    color: #656565;
    width: 100%;
    padding: 10px 15px;
    height: 43px;
}
.store-block .notify .form-group{
    width: 100%;
    margin-top: 10px;
}
.store-block .notify button[type='submit']{
    width: 100%;
    padding: 10px 5px;
    margin-top: 10px;
}
.nav.top-menu.store-notify{
    padding-top: 6px;
}
.store-block.customer-table{
    margin: 15px auto 0;
    max-width: 1100px;
}
.owner a span{
    color: #757575;
    font-weight: bold;
    font-size: 19px;
}
.owner a i{
    color: #757575;
    background: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    height: 42px;
    width: 42px;
    line-height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.edit a{
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0 19px;
}
.edit a:hover{
    color: #757575;
}
.edit a:hover i{
    background: #757575;
}
.owner a:hover span{
    color: #00b1eb;
}
.owner a:hover i{
    background: #00b1eb;
    color: #fff;
}
.store-block.customer-table{
    padding: 0;
    background: transparent;
}
.store-block.customer-table table.table{
    margin-bottom: 0;
    background: transparent;
}
.store-block.customer-table .edit{
    border-left: 0;
}
.store-block.customer-table table.table tr{
    background: #effafe ;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 24px 10px 22px;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.store-block.customer-table.limit-width table.table tr{
    max-width: 700px;
}
.store-block.customer-table table.table .user{
    min-width: 240px;
}
.store-block.customer-table table.table .latest-msg{
    min-width: 132px;
}
.store-block.customer-table table.table tr td{
    padding-left: 10px;
    padding-right: 20px;
}
.latest-msg{
    color: #999999;
    font-size: 13px;
    text-align: left;
}
.msg-tooltip{
    width: 480px;
    background: #47c7f1;
    color: #f4f4f5;
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.msg-tooltip::before{
    right: 100%;
    top: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(71, 199, 241, 0);
    border-right-color: #47c7f1;
    border-width: 5px;
    margin-top: -5px;
}
.msg-tooltip p{
    margin-bottom: 0;
}
.msg-tooltip p.last-message{
    font-size: 11px;
}
.store-block.message-table{
    max-width: none;
}
td.latest-msg::before{
    display: none !important;
}td.latest-msg.has-border::before{
     display: block !important;
 }
#calendar-btn{
    position: absolute;
    right: 0;
    top: -25px;
}
.round-icon{
    text-align: center;
}
.round-icon i{
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 38px;
    font-size: 20px;
    background: #00b1eb;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.round-icon span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #00b1eb;
}
.store-tabs.has-calendar{
    margin-top: 20px;
}
.message-list{
    list-style-type: none;
    padding-left: 0;
    border-top: 5px solid #f1f2f7;
}
.message-list li a{
    padding: 8px 12px;
    display: block;
    border-bottom: 1px solid #e5e8ef;
}
.message-list li a:hover{
    background: #ceeffb;
}
.message-list i{
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    background: #e4e4e4;
    color: #000;
    line-height: 30px;
    font-size: 20px;
}
.message-list span{
    font-size: 16px;
    color: #5b5b5c;
    margin-left: 12px;
    width: 130px;
    display: inline-block;
    overflow: hidden;
}
.message-list li small{
    font-size: 14px;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.message-list li small.active{
    background: #00b1eb;
    color: #fff;
}
.message-list li small.inactive{
    background: #e6e6e6;
    color: #6e7578;
}
.view-all-msg{
    padding: 0 8px;
}
.view-all-msg a{
    width: 100%;
}
.schedule-block{
    background: #fff;
    padding: 0 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.schedule-block .today{
    padding: 16px 20px 16px 0;
}
.schedule-block .today span{
    display: block;
    font-size: 40px;
    color: #00b1eb;
}
.schedule-block .today strong{
    font-size: 14px;
    color: #cbcbcb;
}
.schedule-block .day strong{
    color: #00b1eb;
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.schedule-block .day span{
    font-size: 14px;
    color: #b3b2b2;
}
.schedule-block .day a{
    display: block;
    text-align: center;
    height: 109px;
    box-sizing: border-box;
    padding: 30px 10px;
    position: relative;
}
.schedule-block .day a::before{
    display: block;
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    background: #f1f2f7;
    position: absolute;
    left: 0;
}
.schedule-block .day.active, .schedule-block .day:hover{
    background: #f5fcfe;
}
.schedule-block ul{
    list-style-type: none;
    margin: 0;
}
.schedule-block ul li{
    display: block;
    float: left;
}
.card-block{
    position: relative;
    padding: 15px 15px;
    background: #fff;
    color: #999999;
    font-size: 11px;
    border-radius: 5px;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.card-block .status{
    height: 14px;
    width: 14px;
    background: #00b1eb;
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.card-block .setting-btn{
    color: #00b1eb;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
}
.card-block h4{
    font-size: 14px;
    color: #00b1eb;
    margin-bottom: 5px;
    font-weight: bold;
}
.card-block img{
    border: 2px solid #bebebf;
    margin-top: 20px;
}
.card-block p{
    margin-bottom: 5px;
}
.card-block p a{
    display: inline-block;
    color: #00b1eb;
    margin: 0 2px;
    font-size: 16px;
}
.status-btn button{
    background: none;
    border: 0;
}
.status-btn .red{
    color: #cf000f;
}
.status-btn .green{
    color: #00b911;
}
#person-card{
    margin-top: 25px;
}
.icon-menu#top_menu{
    margin-top: 23px;
}
#top_menu.icon-menu .nav > li{
    border-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;

}
.icon-menu ul.top-menu > li > a.rounded-icon{
    color: #5b5b5c;
    background: #ceeffb;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px !important;
    padding-top: 4px;
    line-height: 1.2em;
}
.icon-menu ul.top-menu > li > a{
    font-size: 12px;
    color: #595959;
    padding: 0;
    line-height: 1.2em;
    padding-right: 0 !important;
}
#top_menu.icon-menu .badge, .leftside-navigation .badge{
    color: #fff;
    background: #00b1eb;
    font-size: 11px;
}
.message-list.single{
    padding-top: 80px;
    border-top: 0;
}
.card-block.large h4{
    font-size: 24px;
}
.card-block.large p{
    font-size: 13px;
}
.card-block.large .btn, .edit-profile .btn{
    width: 100%;
    max-width: 180px;
}
.card-block.large img{
    border: 10px solid #f1f2f7;
}
.card-block.large .profile{
    padding-top: 10px;
}
.right-info{
    border-left: 1px solid #e9e9e9;
}
.right-info strong{
    font-size: 30px;
    display: block;
    line-height: 1.2em;
}
.right-info p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.right-info span{
    font-size: 20px;
}
.edit-profile .flat-blue{
    display: inline-block;
    margin-right: 15px;
}
.edit-profile .flat-blue .radio{
    margin-top: 0;
    margin-bottom: 10px;
}
.edit-profile .flat-blue .radio > div{
    float: left;
}
.edit-profile .flat-blue .radio label{
    padding-left: 5px;
    color: #c0c0c1;
    font-size: 13px;
}
.edit-profile .flat-blue .radio label i{
    font-size: 19px;
}
.edit-profile{
    padding: 30px 40px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.edit-profile img.img-circle{
    border: 10px solid #f1f2f7;
}
.edit-profile h4{
    font-weight: bold;
    font-size: 24px;
    color: #00b1eb;
}
.edit-profile .form-group, .edit-profile p{
    margin-bottom: 10px;
    color: #b9b6b6;
}
.edit-profile input.form-control{
    background: #cdcccc;
}
.message-header.store-block{
    background: #fff;
}
.message-header.store-block h3{
    font-size: 26px;
    color: #00b1eb;
    font-weight: bold;
    margin-bottom: 10px;
}
.message-header.store-block p{
    font-size: 13px;
    color: #999999;
}
.message-header.store-block .edit{
    border-left: 0;
}
.message-row > div{
    float: left;
}
.message-chat{
    padding: 30px;
    background: #fff;
}
.message-chat .sender-avatar{
    margin-right: 13px;
}
.message-chat .message-detail{
    background: #ceeffb;
    padding: 10px 15px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-width: 240px;
    /*width: calc(100% - 233px);*/
}
.message-chat .message-detail .message-type{
    margin-left: 40px;
}
.message-time{
    text-align: right;
    /*width: 140px;*/
}
.message-time p{
    display: inline-block;
}
.message-time p.timestamp{
    font-style: italic;
    font-size: 12px;
}
.message-detail a{
    color: #656565;
    font-weight: bold;
    font-size: 13px;
}
.message-row{
    margin-bottom: 25px;
}
.receive .message-detail{
    margin-right: 20px;
    display: inline-block;
    float: none;
}
.receive .message-detail::after{
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(206, 239, 251, 0);
    border-right-color: #ceeffb;
    border-width: 5px;
    margin-top: -5px;
}
.send .message-detail::after{
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 250, 254, 0);
    border-left-color: #effafe;
    border-width: 5px;
    margin-top: -5px;
}
.message-row.send .message-detail{
    margin-left: 73px;
    background: #effafe;
}
.input-message button{
    margin-left: 13px!important;
    border-radius: 5px!important;
    background: #00b1eb;
    color: #fff;
    font-weight: 600;
    padding: 11px 17px!important;
}
.input-message input{
    color: #656565;
    background: #f4f4f5;
    border: 0;
    width: calc(100% - 110px - 10px - 30px);
    margin-left: 30px;
    display: inline-block;
    font-size: 13px;
}
.input-message input::-webkit-input-placeholder {
    color: #656565;
    font-size: 13px;
}

.input-message input:-moz-placeholder { /* Firefox 18- */
    color: #656565;
    font-size: 13px;
}

.input-message input::-moz-placeholder {  /* Firefox 19+ */
    color: #656565;
    font-size: 13px;
}

.input-message input:-ms-input-placeholder {
    color: #656565;
    font-size: 13px;
}
.chatbox{
    max-height: 400px;
    overflow-y: auto;
}
.message-chat .bot-question-answers-box {
    background: #f7f7f7 url(../images/iLead/icon.png) no-repeat 10px;
    background-size: 15px;
    margin-bottom: 5px;
    padding: 2px 3px 3px 25px;
    border: 1px solid #e4e4e4;
    vertical-align: middle;
}
.message-chat .bot-question-answers-box.active {
    background-color: #00adef;
    border: 1px solid #72b3cc;
    background-image: url(../images/icons/dark-check.png);
}
.message-chat .bot-question-answers {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #4a8ed2;
    font-family: Verdana, Arial;
}
.message-chat .bot-question-answers-box.active .bot-question-answers {
    color: #FFFFFF;
}
.modal-body .edit-profile{
    padding: 30px 0 0 0;
}
#full-person-card.store-block{
    background: #fff;
}
#full-person-card .card-block{
    padding: 0
}
#full-person-card .card-block .card-header{
    padding: 10px;
    background: #ceeffb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#full-person-card .card-block img{
    margin-top: 0;
    max-width: 50px;
    border: 3px solid #636368;
}
#full-person-card .card-block h4{
    font-size: 24px;
    margin-top: 12px;
}
.has-border-left{
    border-left: 1px solid #d1e1e7;
}
#full-person-card.store-block .edit{
    padding-top: 0;
    border-left: 0;
}
#full-person-card.store-block .edit i{
    margin-top: 0;
}
.card-bottom.well.store{
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
}
.well.store.no-gap{
    padding: 0;
    margin: 0 -40px;
    border: 0;
}
.well.store.no-gap table{
    margin-top: 20px;
    margin-bottom: 20px;
}
.card-bottom.well.store table{
    margin-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*@media (max-width: 1400px) {
    .msg-tooltip{
        width: 300px;
    }
    .schedule-block .today{
        padding-right: 10px;
    }
    .schedule-block{
        padding: 0 10px;
    }
    .schedule-block .day a{
        padding: 30px 5px;
    }
    .break-md{
        display: block;
    }
    .edit a{
        margin: 0 5px;
    }
    .well.store{
        padding: 15px 10px 25px;
    }
}*/
table#customerTable tr td:first-child
{
    text-align: left;
}

#avatar-placeholder {
    margin:  0 auto 10px auto;
}
.top-nav {
    padding-bottom: 10px;
}

#wizard{
    background-color: rgba(255, 255, 255, 0.8);
    /*background: grey;*/
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    width: 100%;
    padding: 10px 0px;
    margin: 10px auto;
    overflow: auto;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
@media (min-width: 992px){
    #wizard {
        width: 750px;
    }
}
#chat-tree-flow-wrap {
    width: 100%;
    height: 500px;
    overflow: scroll;
    position: relative;
}
#chat-tree-flow-content {
    width: 10000px;
    height: 10000px;
    background: #eee;
    position: relative;
}
.tree-wrap-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.tree-wrap-loading-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1000;
    opacity: 0.7;
}
.tree-wrap-loading-content {
    position: fixed;
    z-index: 1001;
    background: #FFF;
    width: 200px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #e5e5e5;
    left: 50%;
    top: 15%;
}
.clear-fix {
    clear: both;
}
.popup-action-buttons.store-block {
    padding: 0;
    background: #FFF;
}
.popup-action-buttons.store-block .edit a i { margin: 0; }
.answer-area, .input-fields, .link-url-wrap, .wait-for-reply { display: none; }
#chatbot-flow-invoke .modal-dialog { width: 900px; }
.chatbot-flow-invoke-content .messages {
    height: 350px;
    overflow-y: scroll;
}
.bot-typing { display: none; }
#chatbot-flow-invoke .error-tracer-content .content pre {
    height: 300px;
}
.revision-content {
    max-height: 300px;
    overflow: scroll;
}
.add-filter-row {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.store-block h4.add-filter-header-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

/*ATD support button */
.atlwdg-trigger.atlwdg-RIGHT {
    left: 100%;
    top: 40%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform: rotate(90deg);
    transform-origin: top left;
}
.atlwdg-trigger {
    position: fixed;
    background: #205081;
    padding: 5px;
    border: 2px solid white;
    border-top: none;
    font-weight: bold;
    color: white !important;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
}
/* End ATD support button */