@charset "UTF-8";
/* CSS Document */

/* Click Me styling */

.clickdesk-lighten .cd-bar {
    background-color: #F47D20 !important;
    background-image: url("https://clickdesk.s3.amazonaws.com/chat_bar/images/up-arrow.png") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 2px 2px 0 0 !important;
    box-shadow: 0 0 4px #666666 !important;
    color: #FFFFFF !important;
    display: block;
    font-family: 'oxygen',Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 2.3em !important;
    margin-top: 1px !important;
    position: relative !important;
	right: 20px;
    text-align: center !important;
	text-transform: uppercase !important;
    width: 209px;
    z-index: 9999 !important;
}


.clickdesk-lighten .cd-bar:hover {
    background-color: #3889BC !important;
    box-shadow: 0 0 5px #888888 !important;
    text-decoration: none !important;
}


/* Send Now styling */

.clickdesk-lighten .cd-chat-inner .cd-form-sec input.cd-chat-button, .clickdesk-lighten .cd-chat-inner .cd-form-sec input.cd-chat-button:hover {
    background-color: #F47D20 !important;
		background-image: none!important;
    border: 1px solid #CCCCCC !important;
    border-radius: 0 !important;
    box-shadow: 0 0 1px #000000 !important;
    color: #FFFFFF !important;
    max-width: 37% !important;
    overflow: hidden !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
}

.clickdesk-lighten .cd-chat-inner .cd-form-sec input.cd-chat-button:hover {
    background-image: none!important;
    background-repeat: no-repeat;
    border: 1px solid #9B9797 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0) inset, 0 0 2px rgba(96, 110, 121, 0.6) !important;
    background-color: #3889BC!important;
}

/* range the popup */

#clickdesk_popup {
right: 20px!important;
}

/* remove branding 

.clickdesk-lighten .cd-chat-inner .cd-footer .clickdesk-branding .footer-company-logo-sec {
    display: none !important;
}

*/