html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

body {
	font: 13px/1.5em 'Century Gothic';
}

/* Wrapper for page content to push down footer */
#container-main-wrap {
	min-height: 100%;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

#container-main-wrap > .container {
	padding: 60px 15px 0;
}

#container-main-wrap .container-content-wrap {
	min-height: 100%;
	height: 100%;
	/* Indent header by its height */
	margin: 0 auto;
	/* Clear Pad */
	padding: 0;
	/* Pad bottom by header height */
	padding-top: 50px;
	/* Overflow */
	overflow: auto;
}

#container-main-wrap .container-content-wrap > .container > .row {
	padding-top: 18px;
}

/* Set the fixed height of the footer here */
#footer {
	height: 60px;
	line-height: 59px;
	color: #404040;
	background: #f6f6f6;
	border-top: 1px solid #d6d6d6;
}

.full-height {
	height: 100%;
}

/* Columns */
.column-right {
}

.column-left {
}

.column-middle {
}

/**
 * Collapse Box
 */
.box-collapse {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 300ms cubic-bezier(0, .6, .6, 1);
	-moz-transition: height 300ms cubic-bezier(0, .6, .6, 1);
	-ms-transition: height 300ms cubic-bezier(0, .6, .6, 1);
	-o-transition: height 300ms cubic-bezier(0, .6, .6, 1);
	transition: height 300ms cubic-bezier(0, .6, .6, 1);
}
.box-collapse.opened {
	height: auto;
	-webkit-transition: height 400ms ease-in;
	-moz-transition: height 400ms ease-in;
	-ms-transition: height 400ms ease-in;
	-o-transition: height 400ms ease-in;
	transition: height 400ms ease-in;
}

/**
 * Fixes Custom Scrollbar
 */
#main .mCustomScrollbar,
#main .mCustomScrollBox {
	position: relative !important;
}
.mCustomScrollbar,
.mCustomScrollBox {
	position: static !important;
}
.mCSB_container {
	margin-right: 0;
}

/**
 * Scrollbars
 */
.app-content-scroll {
	max-height: 850px;
}

/**
 * Page header. -----------------------------------------------------------//
 */
.page-navbar-header {
	height: 50px;
	background: url( "../img/background/navbar-header.png" ) repeat-x;
}

.product-edition {
	font-size: 16px;
    padding-top: 15px;
    font-style: italic;
    color: #888888;
    font-weight: bold;
}

.company-description .col-md-6:first-child {
	padding-right: 5px;
}

.company-description .col-md-6:last-child {
	padding-left: 5px;
}

.company-description .logo,
.company-description .company-name {
	line-height: 49px;
}

.company-description .company-name {
	display: inline;
}
.top-menu-shadow {
	/** -webkit-box-shadow: 0 6px 6px -6px lightgrey; 
	-moz-box-shadow: 0 6px 6px -6px lightgrey;
	box-shadow: 0 6px 3px -6px lightgrey; */
}

/**
 * Dropdown Menu Links
 */
.dropdown-title {
	color: #777;
	line-height: 46px;
}
.dropdown-user-menu {
	position: relative;
}
.dropdown-user-menu img {
	border:1px solid #ccc;
	margin-right: 10px;
}

/**
 * Dropdown Status for each case: Online | Offline | Busy | Away
 */
.dropdown-status {
	margin-top: 15px;
}
.dropdown-status .btn {
	padding: 0px 4px 0px 5px;
	color: #FFF;
}
.dropdown-status .btn-online {
	background-color: #91c757;
}
.dropdown-status .btn-offline {
	background-color: #bababa;
}
.dropdown-status .rbn-dropdown-menu {
	min-width: inherit;
}
.dropdown-status .rbn-dropdown-menu > li > a {
	font-size: 12px;
}
.dropdown-status .caret {
	border-top-color: #fff;
}

/**
 * Page header icons. ---------------------------------------------------------//
 */
.nav-middle-top {
	background: #FFF;
	height: 80px;
	max-height: 80px;
	padding-top: 8px;
}
.nav-middle-top li.quick-launcher-option {
	display: none;
}
.nav-middle-top li.list {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	text-decoration: underline;
}
.nav-middle-top li.list:first-child,
.nav-middle-top li.list:last-child {
	border-right: 1px solid #c2c2c2;
}

/**
 * Top Counter (Blue and Red bubble on the top of icons)
 */
.hide-before:before,
.hide-after:after {
	display: none !important;
}
[data-notifications-before],
[data-notifications-after] {
	position: relative;
}
[data-notifications-before]:before {
	content: attr(data-notifications-before);
	position: absolute;
	background: #4cd1fd;
	border-radius: 25%;
	display: inline-block;
	padding: 1px;
	color: #FFF;
	left: 0;
	top: -10px;
	width: 20px;
}
[data-notifications-after]:after {
	content: attr(data-notifications-after);
	position: absolute;
	background: #ff3b27;
	border-radius: 25%;
	display: inline-block;
	padding: 1px;
	width: 20px;
	color: #FFF;
	right: -15px;
	top: -10px;
}

/**
 * Middle Left
 */
.middle-left {
	border-right: 1px solid #e7e7e7;
}
.middle-left .padding-fix {
	padding-left: 20px;
}
.middle-left .content {
	padding: 10px;
}
.badge-missed {
	background: #fdc9c7;
	color: #808080;
	width: 30px;
}
.middle-sep-down,
.middle-sep-up {
	height: 10px;
	background: url('../img/icons/arrow-down.png') center no-repeat;
	border-bottom : 1px solid #e4e4e4;
	box-shadow: 0 1px 0 #fff;
	margin-top: 7px;
}
.middle-sep-up {
	background: url('../img/icons/arrow-up.png') center no-repeat;
}

.separator-right {
	border-right: 1px dotted #ccc;
}

/**
 * Activity List
 */
.ul-activity li.list {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #e2e2e2;
}
.ul-activity li.list .row {
	height: 37px;
}
.ul-activity img {
	background: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4;
	margin-right: 5px;
}
.ul-activity .icons {
	margin-top: 9px;
}
.ul-activity .icons:first-child {
	border-left: 1px dotted #cdcdcd;
	padding-left: 15px;
}

.ul-activity .sep-trash {
	border-right: 1px solid #cdcdcd;
}

/**
 * Middle Right Column --
 */
.middle-right {
	border-left: 1px solid #fff;
}
.middle-right .row {
	padding-right: 15px;
}
.middle-right ul.list {
	margin-top: 15px;
	padding-bottom: 10px;
}
.middle-right ul.list li {
	margin-top: 10px;
	margin-bottom: 20px;
}
.middle-right .badge-date {
	background: #fff;
	color: #666;
	font-size: 12px;
	padding: 5px;
}
.middle-sep {
	height: 10px;
	border-bottom : 1px solid #e4e4e4;
	box-shadow: 0 1px 0 #fff;
}

/**
 * Divider header for lists
 */
.contacts hr.divider,
.activities hr.divider {
	clear: both;
	margin-top: 2px;
	margin-bottom: 3px;
	border-top: 1px solid #b8d0d6;
	border-bottom: 1px solid #5a9aa8;
}

/**
 * Input Searches for Activities and Contact List
 */
.contacts {
	padding-top: 6px;
}
.contacts .row.groups {
	font-weight: bold;
}
.contacts .input-search input,
.activities .input-search input {
	font-size: 12px;
}
.contacts .input-search.input-group,
.activities .input-search.input-group {
	margin-top: 18px;
}
.contacts .input-search.input-group input.form-control,
.activities .input-search.input-group input.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-right: 25px;
}
.contacts .input-search.input-group i,
.activities .input-search.input-group i {
	right: 1px;
	padding-top: 8px;
	background-color: #5a9aa8;
	color: #fff;
	text-align: center;
	height: 32px;
	width: 32px;
	position: absolute;
	background-position: center center;
}

/**
 * Group List Filter
 */
.group-list-filters {
	margin: 10px 0 0 0;
	padding-bottom: 3px;
	vertical-align: base;
}
.group-list-filters .btn {
	background-color: #bababa;
	color: #fff;
}
.group-list-filters .rbn-dropdown-menu.bottom > .arrow {
	left: 85%;
}
.group-list-filters .rbn-dropdown-menu {
	top: 35px;
}
.group-list-filters .rbn-dropdown-menu .rbn-dropdown-content {
	min-width: 200px;
	max-height: 250px;
}

.group-list-filters .rbn-dropdown-menu .rbn-dropdown-content .app-content-scroll {
	max-height: 220px;
}

.group-list-filters .rbn-dropdown-menu .input-label {
	font-size: 12px;
}

.group-list-filters .rbn-dropdown-menu .radio,
.group-list-filters .rbn-dropdown-menu .checkbox {
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.group-list-filters .rbn-dropdown-menu > li > a {
	color: #fff;
	font-size: 12px;
}
.group-list-filters .btn:focus,
.group-list-filters .rbn-dropdown-menu > li > a:hover  {
	background-color: #d0d0d0;
}
.group-list-filters .caret {
	border-top-color: #fff;
}
.group-list-filters .current-filters-title {
	margin-top: 2px;
}
.group-list-filters-selected {
	padding: 2px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #cbcbcb;
}
.group-list-filters-selected .each-filter {
	color: #fff;
	background: #cbcbcb;
	display: inline-block;
	padding: 2px 6px 2px 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.group-list-filters-selected li {
	padding: 0;
	margin: 2px 4px 2px 0px;
}

/**
 * Group Lists
 */
.group-list ul {
	padding-bottom: 5px;
}
.group-list .list {
	height: 42px;
	max-height: 42px;
	padding: 4px 4px 4px 15px;
	border-left: 3px solid transparent;
}
.group-list .list .details {
	line-height: 33px;
}
.group-list .list .details.two-rows {
	line-height: 17px;
}
.group-list .list.available {
	border-left-color: #cae7ab;
}
.group-list .list.unavailable {
	border-left-color: #e77f7b;
}
.group-list .list.offline {
	border-left-color: #adadad;
}
.group-list .first-child {
	padding: 0;
	height: 5px;
	content: "";
}
.group-list .divider {
	clear: both;
	margin: 3px 0 3px 0;
	border-bottom: 1px solid #ebebeb;
}

/**
 * Activities
 */
.activities .nav-tabs {
	width: 100%;
	border: 0;
}
.activities .nav-tabs li {
	width: 50%;
	margin-bottom: 1px;
}
.activities .nav-tabs > li > a,
.activities .nav-tabs > li > a:hover,
.activities .nav-tabs > li > a:focus {
	color: #333;
	height: 36px;
}

.activities .nav-tabs > li.active > a,
.activities .nav-tabs > li.active > a:hover,
.activities .nav-tabs > li.active > a:focus {
	border: 0;
	height: 36px;
	background-color: #e7e7e7;
}
.activities .group-list .list {
	border: 0;
	padding: 4px;
	padding-left: 0;
}
.activities .group-list .list:hover {
	background-color: #F7F7F7;
}

.activities .box-collapse .first-child:hover {
	background-color: inherit;
}

.activities .group-list .list .details a {
	color: #121212;
	text-decoration: none;
}
.activities .group-list .list .details .details-info {
}

/**
 * Input Checkbox and Radio
 */
input[type=radio],
input[type=checkbox] {
	display: none;
}
.checkbox .input-label,
.radio .input-label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	font-size: 13px;
}
.checkbox .input-label:before,
.radio .input-label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #f3f3f3;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.radio .input-label:before {
	border-radius: 8px;
}
.checkbox .input-label:before {
	border-radius: 3px;
}
input[type=radio]:checked + .input-label:before {
	content: "\2022";
	color: #27C553;
	font-size: 24px;
	text-align: center;
	line-height: 16px;
}
input[type=checkbox]:checked + .input-label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 14px;
	color: #27C553;
	text-align: center;
	line-height: 18px;
}

/**
 * Contact Card
 */
.contact-card {
	padding: 20px 20px 0 20px;
}
.contact-card .contact-info {
	padding: 10px 0 10px 10px;
}
.contact-card .edit-contact span {
	margin: 20px 0 0 0;
}
.contact-card .contact-info .head {
	margin-top: 15px;
}
.contact-card .contact-info .divider-grey {
	margin-bottom: 5px;
}


/**
 * Contact Picture Upload
 */
.contact-picture {
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin: 0 10px 0 0;
	min-height: 117px;
	width: 117px;
	position: relative;
}
.contact-picture div.upload-image-overlay {
	z-index: 201;
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 105px;
	height: 106px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	background-color: rgba(0, 0, 0, 0.5);
}
.contact-picture:hover div.upload-image-overlay {
	opacity: 1;
}
.contact-picture div.upload-image-overlay span {
	top: 38px;
	left: 16px;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #4ECDED;
	color: #fff;
}
.contact-picture div.upload-image-overlay span:hover {
	background: #2BB8DB;
}
.contact-picture .loader {
	z-index: 200;
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 105px;
	height: 106px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	background-color: rgba(0,0,0,0.5);
}
.contact-picture .loader .outer {
	top: 32px;
}
.contact-picture .loader .text {
	top: 35px;
	position: relative;
}
.contact-picture .loader.show {
	opacity: 1;
}

/**
 * Contact Card
 */
.contact-card .rbn-icon-contact-card-calendar-add {
	margin-top: -10px;
}
.contact-card .form-control,
.contact-card input {
	font-size: 12px;
}
.contact-card input[type="file"] {
	width: 100px;
}

.contact-card .nav > li > a {
	padding: 5px;
}
.contact-card .nav > li > a:hover {
	background: #f6f6f6;
	border-color: transparent;
	border-bottom: 1px solid #5a9aa8;
}
.contact-card .nav-tabs > li.active > a,
.contact-card .nav-tabs > li.active > a:hover,
.contact-card .nav-tabs > li.active > a:focus {
	background: #f6f6f6;
	border: 1px solid #5a9aa8;
	border-bottom-color: transparent;
}
.contact-card .nav-tabs > ul {
	margin-top: 9px;
	border-bottom: 1px solid #5a9aa8;
}
.contact-card ul li div li {
	padding: 5px;
}
.contact-card ul .active {
	border: 1px solid #5a9aa8;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #f6f6f6;
}

.contact-card .input-base {
	border: 1px solid #d4d4d4;
	border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #FFF;
}
.contact-card .input-base .tab-content-wrapper {
	padding: 10px;
	padding-bottom: 5px;
}
.contact-card .input-base .icons-base {
	border-top: 1px solid #ededed;
	padding: 5px;
	height: 45px;
}
.contact-card .input-base .icons-base i {
	margin: 2px 10px 0 3px;
}
.contact-card .input-base .icons-base .attach-file {
	padding-left: 10px;
	border-left: 1px solid #bdbdbd;
	line-height: 33px;
}
.contact-card .input-base .icons-base .attach-file a {
	color: #a3a3a3;
}
.contact-card .input-base .icons-base .attach-file span {
	padding-top: 10px;
}

.btn-primary {
	background-color: #69b1c2;
	border-color: #5a9aa8;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus {
	background-color: #5a9aa8;
	border-color: #69b1c2;
}

.btn-warning {
}

.btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus {
}

.contact-card .btn-done {
	background-color: #5a9aa8;
	border-radius: 0;
	color: #fff;
}
.contact-card .btn-done span {
	margin-right: 10px;
}
.contact-card .divider-tab {
	border-bottom: 1px solid #5a8dcd;
	padding-bottom: 5px;
}

/**
 * Contact Card Edit Contact
 */
.contact-card .contact-edit li {
	width: 100%;
}
.contact-card .contact-edit .head-content {
	margin: 20px 0px 10px -25px;
}
.contact-card .contact-edit .content {
	margin-left: 10px;
}
.contact-card .contact-edit .form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

/**
 * Devices
 */
.devices {
	margin-left: 20px;
	margin-right: 20px;
}
.devices .btn {
	margin-top: 5px;
}
.devices .checkbox {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.devices .head {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
}
.devices .content {
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #ccc;
}

/**
 * Language Settings
 */
.language-settings {
	margin: 20px;
}
.language-settings table {
	margin-bottom: 20px;
}

/**
 * My Outgoing Caller Id
 */
.my-outgoing-caller-id .divider-brown {
	margin-bottom: 10px;
}
.my-outgoing-caller-id {
	margin: 20px;
}
.my-outgoing-caller-id table {
	width: 100%;
}

/**
 * Profile View
 */
.profile-view {
	margin: 20px;
}
.profile-view .head-content {
	margin: 20px 0px 10px 0px;
}
.profile-view .content {
	margin-left: 10px;
}

/**
 * Import Contacts
 */
.extension-contact-import {
	margin: 20px;
}

.extension-contact-import-message {
	padding-top: 10px;
}

/**
 * Notification
 */
.noty .noty_type_error {
	background-color: #f2dede;
}

.noty_text {
	font-weight: normal;
}

/* Personal information */
.dropdown-menu.personal-information {
	top: 33px;
}

.personal-information li {
	margin: 7px;
	line-height: 14px;
	font-size: 13px;
}

/**
	* Quick access - Top style
	*/

.nav-middle-top .custom-top-list > li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.nav-middle-top .custom-top-list .custom-list-shared {
	padding-left : 13px;
}

.nav-middle-top .custom-top-list .each-footer {
	background: #f6f6f6;
	display: inline-block;
	width: 100%;
	padding: 5px;
}
.nav-middle-top .custom-top-popup .app-content-scroll {
	max-height: 400px;
}
.nav-middle-top .custom-top-popup > .rbn-dropdown-menu {
	text-align: left;
	min-width: 400px;
	padding: 10px;
	margin-top: 10px;
}
.nav-middle-top .custom-top-popup > .rbn-dropdown-menu > .arrow {
	left: 5%;
}

.nav-middle-top .custom-top-popup .rbn-dropdown-content .open > .rbn-dropdown-menu {
	min-width: 333px;
	top: -5px;
	left: 42px;
}

.nav-middle-top .custom-top-popup .rbn-dropdown-content .open > .rbn-dropdown-menu > .arrow {
	top: 8%;
}

.nav-middle-top .custom-top-popup .rbn-dropdown-content .open > .rbn-dropdown-menu .departments {
	min-width: 312px;
	top: 33px;
	left: 0px;
}

.nav-middle-top .custom-top-popup .rbn-dropdown-content .open > .rbn-dropdown-menu .event-drop {
	min-width: 312px;
	top: 33px;
	left: 0px;
}

.nav-middle-top .custom-form textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.nav-middle-top .custom-form .group-button {
	margin-bottom: 10px;
}

.nav-middle-top .custom-form .group-button button {
	margin-right: 3px;
}

.nav-middle-top .divider-grey2 {
	margin-bottom: 10px;
}

/**
 * Contact card list
 */
.custom-list .each-footer {
	margin: 10px 0 0 0px;
	padding: 5px;
}

.custom-list .each-footer .custom-list-posted {
	text-align: right;
	background: #FFF;
	min-height: 31px;
}

.custom-list .each-footer .icon {
	top: -2px;
	position: relative;
}

.custom-list .each-footer .custom-list-shared {
	background: #e6e6e6;
	padding: 3px;
	min-height: 25px;
}

.custom-list {
	padding: 10px 0 10px 10px;
}
.custom-list .custom-list-item {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 2px solid #FFF;
}
.custom-list .custom-list-item:first-child {
	border-top: none;
}
.custom-list .custom-list-item .info {
	padding: 5px;
}
.custom-list .custom-list-item .icon-left {
	margin-right: 10px;
}
/**
 * Custom form fields
 */
.custom-form .custom-dropdown .rbn-dropdown,
.custom-form .custom-dropdown-grouped .rbn-dropdown {
	clear: both;
	padding-left:5px;
	width: 100%;
	height: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 32px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}

.custom-form .custom-dropdown li {
	height: 27px;
}

.custom-form .custom-dropdown li,
.custom-form .custom-dropdown-grouped li {
	border-left: 3px solid transparent;
	line-height: 25px;
	padding-left: 10px;
}

.custom-form .custom-dropdown li.active,
.custom-form .custom-dropdown li:hover,
.custom-form .custom-dropdown-grouped ul li ul li.active,
.custom-form .custom-dropdown-grouped ul li ul li:hover {
	background-color: #f5f5f5;
	border-left-color: #1683ff;
}

.custom-form .custom-dropdown .rbn-dropdown .btn-trigger,
.custom-form .custom-dropdown-grouped .rbn-dropdown .btn-trigger {
	padding-left: 10px;
}

.custom-form .custom-dropdown .rbn-dropdown .rbn-dropdown-menu,
.custom-form .custom-dropdown-grouped .rbn-dropdown .rbn-dropdown-menu {
	top: 32px;
	width: 100%;
}
.custom-form .custom-dropdown .rbn-dropdown .rbn-dropdown-menu .rbn-dropdown-content,
.custom-form .custom-dropdown-grouped .rbn-dropdown .rbn-dropdown-menu .rbn-dropdown-content {
	padding: 5px;
	max-height: 405px;
}

.custom-form textarea {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
}

.custom-form .checkbox {
	padding-left: 0;
}
.custom-form .btn-add {
	background: #82b424;
	border-radius: 0;
	color: #FFF;
}
.custom-form .btn-add span,
.custom-form .btn-cancel span  {
	margin-right: 10px;
}
.custom-form .btn-cancel {
	background: #f37c77;
	border-radius: 0;
	color: #FFF;
}

.custom-form .done {
	padding: 5px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #d4d4d4;
}
.custom-form .done .btn-done {
	background: #5a9aa8;
	border-radius: 0;
}

.custom-form .done .btn-done span {
	margin-right: 10px;
}

.custom-form .attachment {
	margin-bottom: 10px;
}

/**
 * Other
 */
.show-more {
	cursor: pointer;
	padding: 4px;
	margin-bottom: 2px;
	text-align: center;
	color: #03a1d5;
	height: 20px;
	max-height: 20px;
	position: relative;
}

/**
 * Player
 */
.close-popover.btn.btn-small {
	padding: 4px 9px 2px 8px;
	font-size: 13px;
	border: 1px solid #A7A1A1;
	border-radius: 2px;
}
.jp-controls a.jp-play,
.jp-controls a.jp-pause {
	padding: 2px 8px 0px 8px;
}
.jp-controls a.jp-mute,
.jp-controls a.jp-volume-max {
	font-size: 13px;
	margin-right: -3px
}

/**
 * Contact Card Tab
 */
.contact-card .tabbable .tab-title {
	position: relative;
	top: -25px;
	margin-right: 5px;
}

/**
 * Contact Groups
 */
.contact-card .group-list-filter-filters {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #69b1c2;
}
.contact-card .group-list-filter-filters .each-filter {
	background: #69b1c2;
	color: #fff;
	padding: 2px 6px 2px 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 2px;
}
.contact-card .group-list-filter-filters li {
	padding: 0;
	margin: 2px 4px 4px 0;
}