/*
Template Name: Calcoastal
*/

body {
	font-family: 'Open Sans', sans-serif !important;
}

/* Links */

.default-theme a:link {
	color: #333;
}

.default-theme a:visited {
	color: #777;
}

.default-theme a:hover {
	color: #000;
}

.default-theme a:active {
	color: #09F;
}

#vbx-main {
	padding: 0px;
}
.vbx-content-container {
	border: 1px solid #CCC;
}

/* Header */

#openvbx-logo a {
    display: block;
    float: left;
    height: 40px;
    width: 241px;
    margin: 10px 10px;
    background: #FFF url(images/cc-logo.png) no-repeat left top;
    background-size: 80%;
    outline: none;
}



/* VBX Utility Menu */

#vbx-util-menu .vbx-util-item a {
    display: block;
    float: left;
    padding: 4px 6px;
    margin-left: 15px;
	color: #4E9E29;
    background-color: #FFF;
}

#vbx-util-menu .vbx-util-item .username {
	color: #777;
}



/* VBX Context Menu */

#vbx-context-menu {
    padding: 5px;
    background-color: #CCC;
    border-bottom: 1px solid #FFF;
    overflow: auto;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topleft: 4px;
    -webkit-border-radius-topright: 4px;
}


/* VBX Main Navigation */

#vbx-main-nav .vbx-nav-title {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #8BC8E9;
    text-transform: uppercase;
    background: #316480 url(images/nav-title-bg.png) repeat-x left top;
    border-bottom: 1px solid #316480;
}

#vbx-main-nav .vbx-nav-item a {
    display: block;
    padding: 6px 5px 6px 10px;
    font-size: 14px;
	color: #FFF;
    text-decoration: none;
    background-color: #869BA6;
    border-bottom: 1px solid #FFF;
}

#vbx-main-nav .vbx-nav-item a:hover {
	background-color: #6DA0BE;
}

#vbx-main-nav .selected a,
#vbx-main-nav .selected a:hover {
    width: 166px;
    font-size: 14px;
    font-weight: bold;
	color: #777777;
    background-color: #CCC;
}




/* VBX Items Grid */

.vbx-items-grid .unread .phone-number {
    color: #329FD8;
}

.vbx-items-grid .message-row .phone-number {
    color: #316480;
}

.vbx-items-grid .quick-call-popup .call {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 42px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background: url(images/quick-call-popup-button-bg.png) no-repeat center center;
}

.vbx-items-grid .quick-sms-popup .send-button {
    height: 28px;
    width: 80px;
    margin-left: 10px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: url(images/quick-sms-popup-button-bg.png) no-repeat center center;
}

.pagination a:link,
.pagination a:visited {
    color: #BBB;
}

.pagination a:hover {
    color: #FFF;
}

.pagination a:active {
    color: #FFF;
}

.pagination .current {
    color: #FFF;
    background-color: #333;
}

.ui-dialog .ui-dialog-titlebar {
    color: #FFF;
    background-color: #329FD8;
}




/* Message Details*/

.message-details-header .quick-call-popup .call {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 42px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background: url(images/quick-call-popup-button-bg.png) no-repeat center center;
}



/* Buttons */

#vbx-client-status .client-button, #vbx-client-status .client-button-wrap {
	border-radius: 0px;
}
button.call-button, button.call-button span {
	background-image: none;
}
#vbx-call-sms-buttons span, #vbx-call-sms-buttons button {
	background-image: none;
	padding: 0px 10px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 13px;
}

#vbx-client-status .client-button, #vbx-client-status .client-button-wrap {
	background-image: none;
	padding: 0px 10px;
	width: inherit;
	border:0px solid silver;
	padding: 0px;
	height: 32px;
}
#vbx-client-status .client-button {
	background-image: none;
	border:0px solid silver;
}
#vbx-client-status .client-button span, #vbx-client-status .client-button-wrap span {
	padding: 0px 10px;
	font-weight: 400;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 13px;
}


button.normal-button {
    background: transparent url(images/normal-button-bg.png) no-repeat right -96px;
}

button.normal-button span {
    background: transparent url(images/normal-button-bg.png) no-repeat left top;
	color: #253C49;
}

button.normal-button:hover span, button.normal-button-hover span {
	color: #0D181E;
}

button.normal-button:active span, button.normal-button-active span {
	color: #2E5669;
}


button.submit-button {
    background: transparent url(images/submit-button-bg.png) no-repeat right -96px;
}

button.submit-button span {
    background: transparent url(images/submit-button-bg.png) no-repeat left top;
	color: #253C49;
}

button.submit-button:hover span, button.submit-button-hover span {
	color: #0D181E;
}

button.submit-button:active span, button.submit.button-active span {
	color: #2E5669;
}

button.call-button {
/*     background: transparent url(images/call-button-bg.png) no-repeat right -96px; */
}

button.call-button span {
/*     background: transparent url(images/call-button-bg.png) no-repeat left top; */
	color: #253C49;
}

button.call-button:hover span, button.call-button-hover span {
	color: #0D181E;
}

button.call-button:active span, button.call-button-active span {
	color: #2E5669;
}

button.sms-button {
/*     background: transparent url(images/sms-button-bg.png) no-repeat right -96px; */
}

button.sms-button span {
/*     background: transparent url(images/sms-button-bg.png) no-repeat left top; */
	color: #253C49;
}

button.sms-button:hover span, button.sms-button-hover span {
	color: #0D181E;
}

button.sms-button:active span, button.sms-button-active span {
	color: #2E5669;
}

.quick-call-button {
    background: url(images/quick-call-button-bg.png) no-repeat center top;
}

.quick-sms-button {
    background: url(images/quick-sms-button-bg.png) no-repeat center top;
}


.playback-button {
    background: url(images/play-pause-stop-bg.png) no-repeat left top;
}

.assign-button {
    background: url(images/assign-owner-button-bg.png) no-repeat right top;
}

#vbx-call-sms-buttons button {
	background-image: none;
	background-color: #EFEFEF;
	border:1px solid silver;
}

