/* COMMON */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, ion-view, ion-content {
	font-family: "Open Sans";
}
.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.bg-grey,
.bg-grey > div.item-content {
	background-color: #F4F4F4!important;
}

h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.small-text {
	font-size: 12px !important;
}

.hide-before:before,
.hide-after:after {
	display: none !important;
}

/* BAR CSS GENERAL */
.bar-header {
	background: #E9E9E9;
	height: 52px;
}
.bar-header img {
	padding: 10px;
	 height: 55px;
}
.bar .title {
	color: #00a3ff;
	font-size: 20px;
	line-height: 52px;
}

.main-title {
	font-size: 14px;
	padding: 20px 10px 15px 10px;
}

.main-title-item {
	font-size: 18px;
	padding: 20px 10px 15px 10px;
}
.img-circle {
	border-radius: 100px;
}
.no-records {
	margin: 20px !important;
	text-align: center;
	color: grey;
}

.nav-title-slide-ios7:not(.no-animation) .button.back-button {
	margin-top: 3px;
}

.badge-blue {
	color: #FFF;
	font-size: 14px;
	background: #29ABE2;
	padding: 3px 15px 3px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: 0px 2px 2px 0px;
}
.badge-blue > a.ion-close {
	color: #FFF;
	padding-left: 8px;
}
.badge-green {
	color: #FFF;
	font-size: 14px;
	background: #69b1c2;
	padding: 3px 15px 3px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: 0px 2px 2px 0px;
}

/**
 * Colors
 */
.brown {
	color: #800000;
}
.green {
	color: #00cd00;
}
.grey {
	color: #7F7F7F;
}
.blue,
.blue:visited {
	color: #00a3ff;
}
.black {
	color: #000000;
}
.orange,
.orange a {
	color: #F7B46E;
}
.red {
	color: #F85D62;
}

/* SIZE FONTS */
.s12 {
	font-size: 12px;
}
.s22 {
	font-size: 22px;
}
.s26 {
	font-size: 26px;
}

/* miscellaneous */
.bold {
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: grey;
}
.badge a {
	cursor: pointer;
	padding-left: 5px;
	color: #fff;
}
.hover {
	cursor: pointer;
}


.valign-container {
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
}
.valign-item {
	top: 50%;
	margin: 0;
	position: relative;
	transform: translateY(-50%);
}

/**
 * Contact Picture Upload
 */
.contact-picture {
	height: 75px;
	width: 75px;
	position: relative;
}
.contact-picture img {
	border: 1px solid #7F7F7F;
	width: 75px;
	height: 75px;
}
.contact-picture .camera {
	margin-top: -30px;
	margin-left: -15px;
}
.contact-picture-list {
	height: 100px;
}
.contact-picture div.upload-image-overlay {
	z-index: 201;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	-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);
	border-radius: 100px;

}
.contact-picture:hover div.upload-image-overlay {
	opacity: 1;
}
.contact-picture div.upload-image-overlay span {
	top: 27px;
	left: 8px;
	padding: 2px 5px;
	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: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	-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);
	border-radius: 100px;
}
.contact-picture .loader .outer {
	top: 14px;
}
.contact-picture .loader .text {
	top: 35px;
	position: relative;
}
.contact-picture .loader.show {
	opacity: 1;
}

/* MAIN */
.main .title img {
	margin-top: 10px;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 20px;
}

.alert.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert.alert-danger .ion-close {
	float: right;
	cursor: pointer;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert.alert-success .ion-close {
	float: right;
	cursor: pointer;
}

.loader {
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
}

.loader .loading {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	border: 5px solid transparent;
	border-top-color: #76b7e6;
	border-bottom-color: #76b7e6;
	border-radius: 50%;
}

.loader .outer {
	-webkit-animation: spin 1s infinite;
	-moz-animation: spin 1s infinite;
	animation: spin 1s infinite;
	margin: 0 auto;
	display: block;
	width: 46px;
	height: 46px;
}

.loader .inner {
	-webkit-animation: spin 1s infinite;
	-moz-animation: spin 1s infinite;
	animation: spin 1s infinite;
}

.loader .text {
	color: white;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		-webkit-transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
	}
}
/* LOGIN PAGE */
.login-page .form-area {
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ececec;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.login-page .button.button-block,
.login-page .button.button-full {
	background-color: #68b1c2;
	color: white;
	font-size: 15px;
	padding: 0;
}
.login-page .item-input {
	margin-bottom: 10px;
}
.login-page .list-inset {
	background: #f5f5f5;
}
.login-page .trouble {
	margin: 10px;
	font-size: 12px;
}
.login-page .header-label {
	margin-bottom: 10px;
}
.login-page .info {
	color: #b0b0b0;
	font-size: 12px;
	margin-bottom: 10px;
}
.login-page.custom-form input[type="email"] {
	margin-bottom: 10px;
}
.login-page.custom-form input[type="checkbox"], .login-page.custom-form input[type="checkbox"]:hover {
	width: 15px;
	height: 15px;
	padding: 0px;
	background-position: -1760px;
}
.login-page.custom-form input[type="checkbox"]:checked, .login-page.custom-form input[type="checkbox"]:checked:hover {
	background-position: -1795px -10px;
}

.bar.bar-header.main {
	background: #f0f0f0;
}

/* MENU LEFT */
.menu-left {
}
.menu-left .item, .menu-left .item a {
	background: #FFFFFF;
	font-size: 15px;
}
.menu-left .button.button-full {
	margin-top: 0px;
}
.user-info {
	background: #FFF;
}
.user-info div {
	float: left;
	padding-right: 5px;
	margin-top: 9px;
}
.bar-header.user-info img {
	padding: 0px;
}
.menu-left .user-info div:first-child{
	margin-top: 0px;
}
.menu-left .bar-header {
	height: 52px;
}
.test-update {
	height: 44px !important;
}
/* SHARE MODAL CONTENT */
.share {
	margin: 15px;
	margin-top: 0px;
}
.share .main-title {
	margin-left: -10px;
}
.share .clear {
	color: #3bb5fa;
}
.share.custom-form textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

/* ANNOUNCEMENTS PAGE */
.announcements {
}
.announcements .list {
}
.announcements .list .card {
	margin: 0px;
}
.announcements .list .card .item {
	background: #ececec;
}

/* WELCOME PAGE MISSING EVENTS */
.missed-list {
	margin: 10px 0px 10px 0px;
}
.missed-list .missed-item {
	display: inline-block;
	width: 100%;
}
.missed-list .missed-item > div {
	float: left;
}
.missed-list .missed-item .avatar,
.missed-list .missed-item .name,
.missed-list .missed-item .info {
	float: left;
	padding-right: 10px;
	height: 34px;
}
.missed-list .missed-item .name {
	font-weight: bold;
	margin-right: 10px;
}
.missed-list .missed-item .info {
	font-size: 	12px;
}
.missed-list .missed-item .info .number {
	color: #e2a501;
}
.missed-list .missed-item .info .time {
	color: #7e7c7d;
}
.missed-list .missed-item .icons {
	float: right;
	font-size: 22px;
	margin-top: 5px;
}
.missed-list .missed-item .icons a {
	margin-left: 10px;
	cursor: pointer;
}


.expand-chevron{
	margin-right: 15px;
	margin-top: -3px;
}

/* ACTIVITY LIST */
.activity-group-title {
	padding: 5px 0px 0px 15px;
	color: #b25a57;
	font-size: 14px;
}
/* ACTIVITY LIST */
.activity-group-title {
	padding: 5px 0px 0px 15px;
	color: #b25a57;
	font-size: 14px;
}
.activity-list {

	width: 100%;
	min-height: 55px;
	margin-top: 5px;
	border-top: 2px solid #e4e4e4;
	background: #f6f6f6;
}
.activity-list .activity-item {
	padding: 0px 0px 0px 15px;
	min-height: 55px;
	border-bottom: 1px solid #e4e4e4;
}
.activity-item .badge {
	float: right;
}
.activity-item .icon {
	flex: 0 0 60px;

}
.activity-item .name {
	flex: 0 0 60%;
	max-width: 60%;
}
.activity-item .nameFrom {
	margin-top: 10px;
	color: #7e7c7d;

	font-size: 12px;
}
.activity-item .note {
	color: #7e7c7d;

	font-size: 11px;
	margin-left: 64px;
	padding: 0px;
}
.activity-item .time {
	color: #7e7c7d;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 11px;
	float: right !important;
}
.activity-list .custom-item ul {
	list-style-type: circle;
}
.activity-list .custom-item li {
	margin: 20px;
	padding: 0px;
}
.activity .accordion-title .day {
	font-size: 16px;
	line-height: 26px;

}
.activity .group-title {
	padding: 10px !important;
}
.activity .team-title {
	margin-top: 0px !important;
}
.activity .sub .col {
	margin-top: 7px;
}
.activity .sub .col:first-child {
	margin-top: 0px;
}
.activity .accordion-single > div.list > ion-item > div.item-content {
	background-color: #F4F4F4;
}
.activity .accordion-single > div.list > ion-item > div.item-content > .accordion-title {
	padding: 10px 10px;
	background-color: #FFFFFF !important;
}
.activity a {
	font-size: 16px;
	color: #6B6B6B;
	font-weight: 400;
}
.activity .departament {
	font-size: 16px;
	color: #6B6B6B;
	font-weight: 400;
}

.activity .note {
	float: left;
	margin: 7px 3px 4px 0px;
	font-size: 14px;
	color: #7F7F7F;
}
.activity .time{
	font-size: 14px;
	color: #7F7F7F;
	font-weight: 400;
}

.show-more {
	text-align: center;
	margin: 10px 0px -10px 0px;
	font-size: 14px;
	color: #00a3ff;
}

/* NOTES PAGE LIST */
.view-note-modal {
	margin-bottom: 10px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-title {
	font-size: 18px;
	color: #606972;
	padding: 27px 10px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-content {
	padding: 10px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-content pre {
	font-family: "Open Sans";
	border-bottom: 1px solid #ACACAC;
	padding: 10px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-title.read {
	background-color: #fff;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-content .attachment {
	margin-top: 5px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-title .action-performed {
	float: left;
	margin: -5px 10px 0px 0px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-title .date {
	color: #7f7f7f;
	font-size: 13px;
	font-style: italic;
	margin-right: 40px;
	float: right;
}

.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-title:not(.has-click){
	min-height: 48px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-content .info {
	border: 1px solid #c4c4c4;
	background-color: #e9e9e9;
	padding: 3px;
	color: #606972;
	font-size: 11px;
	margin-top: 5px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-content .info.has-share {
	margin-right: 35px;
}
.notes .accordion-single > div.list > ion-item > div.item-content > .accordion-content .share {
	float: right;
	margin: -50px -12px 0px 0px;
}
.notes .button-remove.button {
	background-color: #FC4349;
	padding-top: 12px;
}
.notes .button-edit.button {
	background-color: #7993B3;
    padding-top: 1px;
}
.notes .button-list.button {
    background-color: #DCDE6C;
    padding-top: 8px;
}
.notes .item-options {
	height: 77px;
}
.notes .item {
	white-space: initial;

}
.notes .item .info{
	white-space: initial;
}
.notes .note-content {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 88px;
	color:#29ABE2;
	font-weight: bold;
}

/* NOTES PAGE EDIT ADD */
.notes .custom-form {
	padding: 20px 15px 20px 15px;
}
.notes .fileupload {
	position: absolute;
	left: 0px;
	margin-top: -13px;
	height: 46px;
	opacity: 0;
	z-index: 1000;
}
.notes .selected-file {
	display: inline-table;
	margin-bottom: 20px;
}
.notes .users-shared,.event-add .users-shared {
	font-size: 11px;
	white-space: initial;
}
.notes .fix-margin-left {
	margin-left: -10px;
}
.contact-view .notes .item div {
	margin-bottom: 0px;
}
.contact-view .notes .accordion-single > div.list > ion-item > div.item-content > .accordion-title {
	padding: 10px 0px 10px 0px;
}

.record-to-contact-info {
	position: absolute;
	top: 0px;
	right: 0px;
}
.fix-margin-right {
	padding-right: 24px;
}


/* Note / Event to a Contact PopOver class */
.event-to-contact {
	height: 100px;
	margin-top: 0px!important;
}
.event-to-contact ion-content {
	padding: 10px;
}

/* LISTING HELPER */
.custom-list {
	margin-top: 5px;
	border-top: 2px solid #e4e4e4;
	background: #f6f6f6;
}
.custom-list .custom-item {
	padding: 10px;
	border-bottom: 2px solid #e4e4e4;
}
.custom-item .badge {
	float: right;
}
.custom-list .custom-item ul {
	list-style-type: circle;
}
.custom-list .custom-item li {
	margin: 20px;
	padding: 0px;
}
.custom-list a {
	color: #a8a8a8;
}
.custom-list .custom-item.no-records {
	margin: 0px;
}
.custom-list .status-border {
	border-left: 4px solid transparent;
}
.custom-list .custom-item.available {
	border-left-color: #cae7ab;
}
.custom-list .custom-item.unavailable {
	border-left-color: #e77f7b;
}
.custom-list .custom-item.offline {
	border-left-color: #adadad;
}

/* CUSTOM SEARCH */
.custom-search {
	background: #d4d6d7;
	height: 70px;
	padding-top: 11px;
}
.custom-search .list-inset {
	margin: 0px 10px;
}
.custom-search .ion-funnel {
	margin-right: 5px;
	cursor: pointer;
}

.text-left {
	text-align: left!important;
}

/* EVENTS - CALENDAR / CALENDAR CONTACT CARD */
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-title {
	font-size: 18px;
	color: #2FABE2;
	padding: 27px 10px;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-content {
	padding: 10px;
	background-color: #fff;
	color: #000;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-title.read {
	background-color: #fff;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-content .attachment {
	margin-top: 5px;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-title .action-performed {
	float: right;
	margin: -15px 30px 0px 0px;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-title .date {
	color: #7f7f7f;
	font-size: 12px;
	font-style: italic;
	margin-left: 10px;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-content .info {
	border: 1px solid #c4c4c4;
	background-color: #e9e9e9;
	padding: 3px;
	color: #606972;
	font-size: 12px;
	margin-top: 5px;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-content .info.has-share {
	margin-right: 35px;
}
#events .accordion-single > div.list > ion-item > div.item-content > .accordion-content .share {

}
#events .button-remove.button {
	background-color: #FC4349;
	padding-top: 12px;
}
#events .item-options {
	height: 76px;
	border-bottom: 1px solid #ACACAC
}
.contact-view #events .item div {
	margin-bottom: 0px;
}
.contact-view #events .accordion-single > div.list > ion-item > div.item-content > .accordion-title {
	padding: 10px 0px 10px 0px;
}
.events-contact-card .mobicon-calendar-decline {
	margin-top: 14px;
}
.events-contact-card .item .accordion-content {
	white-space: initial;
}
.events-contact-card .accordion-single > div.list > ion-item > div.item-content > .accordion-content > span.signature {
	width: 100%;
}
.events-contact-card .accordion-single > div.list > ion-item > div.item-content > .accordion-content > span.signature.has-share {
	width: 90%;
}
.events.loader {
	background-color: inherit;
	padding: 50px;
	text-align: center;
	font-size: 30px;
	color: #676767;
}
.events-category .item {
	margin-bottom: 0px !important;
}
.events-category .item label {
	display: block;
	padding: 4px 0px;
}
/*MODAL*/
.modal .bar .title{
	text-align: left;
}

/* EVENT STYLE (notes / calendar / call) */

.event {
	font-family: Myriad Pro;
}
.event div {
	font-family: Myriad Pro;
}
.event .title {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding: 15px 10px 10px 8px;
}
.event .event-content {
	color: #7e7c7d;
	font-size: 13px;
}
.event .responsible {
	font-size: 16px;
	color: #b6625f;
	margin-top: 5px;
}
.event .label {
	margin: 5px 5px 0px 5px;
}
.event .badge-blue {
	margin-left: 15px;
}

/* Event Add */
.event-add .custom-form {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.event-add .custom-form textarea{
	padding: 10px;
}
.event-add .invite {
	border-bottom: 1px solid #ACACAC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 15px;
	min-height: 35px !important;
}
.border{
	border: 1px solid #ACACAC;
	padding:10px;
}
.fonte{
	color:#29ABE2;
	font-weight: bold;
}

.event-add .custom-form .list {
	margin: 0px;
}
.event-add .is-public {
	padding: 7px;
}
.event-add .new {
	display: inline-table;
	width: 97% !important;
	margin-right: 0px !important;
	padding: 10px !important;
}
.event-add .accordion-single > div.list > ion-item > .accordion-title.arrow-down,
.event-add .accordion-single > div.list > ion-item > .accordion-title.arrow-up{
	background: none;

}
.event-add .when {
	margin-top: -16px;
}
.event-add .events-icon {
	margin-top: -16px;
	margin-right: 8px;

}

.extra-info .icons {
	display: block;
	height: 20px;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
}
.event .icons .ion-close-circled {
	color: #000;
}
.extra-info .icons i {
	margin-left: 20px;
}
.extra-info {
	color: #b9b7b7;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 13px;
	background: #fff;
	margin-top: 5px;
}

.whats-new {
	color: #000000;
	padding: 10px;
	font-size: 13px;
	background: #fff;
	margin: 20px;
	padding-bottom: 23px;
	position: relative;
}
.whats-new strong {
	font-weight: 400;
	font-size: 14px;
}
.whats-new li {
	color: #6B6B6B;
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
}
.whats-new li:before {
	content: " - ";
}
.whats-new a {
	color: #53A5C2;
}

.filter select {
	width: 100%;
	border: none;
	height: 0px;
	padding: 0px;
	color: #444;
	margin-bottom: 10px;
}
.filter select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 33px;
	height: 33px;
	background-attachment:fixed;
	color: transparent;
	background:transparent url("../../resources/img/icons/icons-sprite.png") no-repeat 100% center;
	background-position: -60px -0px;
}
.filter option{
	color: #a8a8a8;
}
.filter .item {
	padding: 10px;
}

.company-announcement .title{
	line-height: 26px;
	font-size: 16px;
	color: #7F7F7F;
	font-weight: 400;
}
.company-announcement .hora{
	font-size: 12px;
	color: #7F7F7F;
	line-height: 12px;
}
.company-announcement .item {
	padding: 0px;
}
.company-announcement .accordion-title {
	border: 1px solid #E9E9E9;
	padding: 15px 10px;
	font-size: 18px;

}
.company-announcement .arrow-down{
	background: url("../../resources/img/icons/arrow-down.png") no-repeat;
	background-position: right;
}
.company-announcement .arrow-up{
	background: url("../../resources/img/icons/arrow-up.png") no-repeat;
	background-position: right;
}
.company-announcement .accordion-content {
padding: 25px;

}

.language .custom-form {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.language .custom-form .row {
	padding-top: 15px;
}
.language .check {
	padding-top: 8px;
	padding-left: 5px;
}

.language .item{
	border: 0;
}
.language .primary{
	line-height: 19px;
	font-size: 16px;
	color: #8E0436;
	font-weight: 400;
}
.language .title{
	line-height: 19px;
	font-size: 16px;
	color: #6B6B6B;
	font-weight: 400;
}
/* CONTACT LIST FIXES FOR NEW LAYOUT */
.contact-list .accordion-single > div.list > ion-item > .accordion-title.arrow-down,
.contact-list .accordion-single > div.list > ion-item > .accordion-title.arrow-up {
	background-image: none;
}
.contact-list .accordion-single > div.list > ion-item > .accordion-title.initial {
	background: #fff;
	padding: 23px 0px 10px 10px;
	/* border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #FFF; */
}
.contact-list .accordion-single > div.list > ion-item > .accordion-title.contact-name {
	padding: 12px 0px 12px 3px;
	border-left: 6px solid transparent;
	border-top: none;
	color: #999;
	font-size: 18px;
	font-weight: normal;
}
.contact-list .accordion-single > div.list > ion-item > .accordion-title.contact-name.available {
	border-left-color: #B0D58B;
}
.contact-list .accordion-single > div.list > ion-item > .accordion-title.contact-name.unavailable {
	border-left-color: #F97A7A;
}
.contact-list .accordion-single > div.list > ion-item > .accordion-title.contact-name.offline {
	border-left-color: #A5A5A5;
}
.contact-list .accordion-single > div.list > ion-item > .accordion-content.options {
	padding: 0px 5px 5px 5px;
}
.contact-list .status {
	font-style: italic;
	font-size: 12px;
}
.contact-list .clear {
	margin-top: -24px;
	margin-right: 10px;
}
.contact-list .options .row,
.contact-list .options .row .col {
	padding: 0px;
}

.pickmodal.modal ion-content {
	padding: 30px;
}
.contact-list .search .input-holder {
	/* margin-right: 21px; */
}
.pickmodal.modal ion-content .item {
	padding-bottom: 20px;
	font-size: 16px;
}
.filter .platform-ios .popover-arrow:after {
	background-color: #EFEFEF;
}

/* .contact-list {
	font-size: 11px;
	color: #a8a8a8;
}
.contact-list div {
	font-family: Open Sans;
}
.contact-list a {
	color: #a8a8a8;
}
.contact-list .badge {
	font-size: 11px;
}
.contact-list .filters {
	padding: 5px;
}
.contact-list .custom-list {
	border-top: 1px solid #e4e4e4;
}
.contact-list .custom-item {
	padding: 0px 0px 0px 15px;
	border-bottom: 1px solid #e4e4e4;
}
.contact-list .name {
	font-size: 14px;
	padding: 6px 0px 6px 0px;
} */

.search {
	background: #d4d6d7;
	color: #bcbcbc;
	padding: 10px;
	/*position: fixed;
	top: 44px;*/
	width: 100%;
}
.search .input-holder {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: white;
	font-size: 13px;
	height: 30px;
	padding-left: 30px;
	color: #bcbcbc;
}
.search input[type="search"] {
	padding: 0px;
	height: 30px;
	color: #bcbcbc;
	width: 90%;
/* 	-webkit-appearance: textfield;  */
/* 	font-size: medium;  */
/* 	background: #fff; */
}

/* ::-webkit-search-cancel-button {  */
/* 	display: none;  */
/* } */

.search .mob-icon-search-input {
	position: absolute;
	margin-left: 5px;

}
.bar-search {
	padding: 0px;
}
.bar-search .search {
	padding: 7px;
}
.letters-index {
	width: 20px;
	position: fixed;
	left: 100%;
	background: #FFF;
	margin-left: -26px;
	padding: 4px 30px 5px 5px;
	height: 100%;
	color: #3bb5fa;
	margin-top: 51px;
	z-index: 100;
	font-size: 18px;
}
.letters-index div {
	height: 20px;
	text-align: center;
}

/* CONTACT CARD */
.contact-view .bar-subheader {
	background: #FFF;
	color: #7F7F7F;
	border-left: 8px solid transparent;
	padding: 15px 0px 0px 20px;
}
.contact-view .bar-subheader .name {
	font-size: 16px;
}
.contact-view .bar-subheader .status {
	font-style: italic;
	color: #6B6F74;
	margin-left: 10px;
}
.contact-view .bar-subheader.available {
	border-left-color: #B0D58B;
}
.contact-view .bar-subheader.unavailable {
	border-left-color: #F97A7A;
}
.contact-view .bar-subheader.offline {
	border-left-color: #A5A5A5;
}
.contact-view .card-top {
	padding: 6px 10px;
	border-bottom: 1px solid #ccc;
}
.contact-view .card-middle .item .row .col:first-child {
	position: relative;
	min-height: 45px;
}
.contact-view .card-middle .item .row .col:last-child {
	padding-top: 9px;
}
.contact-view .card-middle .item .row {
	border-bottom: 1px solid #f4f4f4;
}
.contact-view .card-middle .item .row .col:first-child i {
	margin-left: 8px;
	/*position: absolute;
	top: 50%;
	margin-top: -50%;*/
}
.contact-view .custom-form {
	/* padding: 0px 15px 20px 15px; */
	/* removed to accomplish the requirements */
}
.contact-view .custom-form .item {
	border: none;
	/* color: #000; removido cor de texto de my profile */
}
.contact-view .item div {
	margin-bottom: 6px;
}
.contact-view .contact-view .col {
	/*border-bottom: 1px solid #f4f4f4;*/
	/*border-bottom: 1px solid #000;*/
}
.contact-view .item .row .col span {
	float: left;
	margin-right: 5px;
}
.contact-view .item .row .col a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.contact-view .has-contact-card {
	top: 200px !important;
}
.platform-ios .contact-view .has-contact-card {
	top: 220px !important;
}
.contact-view .bar-header img {
	padding: 0px;
	border-color: #ccc;
}
.contact-view .contact-status {
}
.contact-view .contact-top {
	margin-top: 16px;
	margin-left: -28px;
	background-color: #fff;
}

/**
 * @TODO just remove this comment when add second line of icons.
.contact-view .col.icons .row {
	margin-top: -20px;
}
.contact-view .col.icons .row {
	padding: 0px;
}
.contact-view .col.icons .row:first-child .col {
	border-bottom: 1px solid #f4f4f4;
}
*/
.contact-view .col.icons .row .col {
	padding-left: 12px;
}
.contact-view .col.icons .row .col:last-child {
	border-right-width: 0px;
}
.contact-view .col-picture {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 140px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 140px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
}
.contact-view .groups {
	display: inline-block;
	margin-left: 0px;
}
.contact-view .groups .title {
	padding: 5px;
}
.contact-view .badge-blue {
	float: left;
}
.contact-view .custom-form .item {
	white-space: initial;
}
.contact-view .fileinput-button input {
	display: none;
}
.contact-view #fileUpload {
	opacity: 0;
	position: absolute;
	z-index: 1000;
	height: 75px;
	width: 75px;
}


/**Contact Edit Css*/

.contact-edit {

}

.contact-edit .groups {
	display: inline-block;
	margin-left: 10px;
	width: 100%;
	height: 100%;
}
.contact-edit .groups div {
	margin-bottom: 6px;
	margin-top: 15px;
}
.contact-edit .add-group-span{
	padding: 10px 0px 10px 0px;
	line-height: 22px;
	font-size: 18px;
	font-weight: 400;
	color: #7F7F7F;
	border-top: none;
}
.contact-edit .icon.rbn-mobicon-35-add {
	margin-top: -10px;
}
.contact-edit .col-picture {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 140px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 140px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
	min-width: 140px;
}
.contact-edit .contact-picture {
	height: 100px;
	width: 100px;
	position: relative;
}
.contact-edit .contact-picture .camera {
	margin-top: 0px;
	margin-left: -5px;
}
.contact-edit .contact-picture img {
	width: 100px;
	height: 100px;
}

.contact-edit .contact-picture div.upload-image-overlay {
	z-index: 201;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: -5px;
	width: 100px;
	height: 100px;
	-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-edit .contact-picture:hover div.upload-image-overlay {
	opacity: 1;
}
.contact-edit .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-edit .contact-picture div.upload-image-overlay span:hover {
	background: #2BB8DB;
}
.contact-edit .contact-picture .loader {
	z-index: 200;
	opacity: 0;
	position: absolute;
	top: -5px;
	left: -7px;
	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);
	border-radius: 100px;
}
.contact-edit .contact-picture .loader .outer {
	top: 32px;
}
.contact-edit .contact-picture .loader .text {
	top: 35px;
	position: relative;
}
.contact-edit .contact-picture .loader.show {
	opacity: 1;
}

.contact-edit .fileinput-button input {
	top: -40px;
	left: -22px;
	width: 138px;
	height: 106px;
	display: none;
}

.contact-edit .reenter-password {
	flex: 1 0 auto;
	padding: 0px;
	margin: 0px;
	width: 34%;
}
.contact-edit #fileUpload {
	position: absolute;
	width: 105px;
	height: 105px;
	z-index: 1000;
	opacity: 0;
}

.contact-view .add-group-span{
	padding: 10px 0px 10px 0px;
	line-height: 22px;
	font-size: 18px;
	font-weight: 400;
	color: #7F7F7F;
	border-top: none;
}

.contact-view .icon.rbn-mobicon-35-add {
	margin-top: -10px;
}

.contact h2{
	border-bottom: 1px solid #ccc;
}
.contact .my-profile{
	line-height: 19px;
	font-size: 16px;
	font-weight: 400;
}
.contact .my-profile .blue{
	color: #53A5C2;

}
.contact .my-profile .row{
	padding: 15px;

}
.contact .right-bar{
	padding: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: right!important;
}
.contact  .list{
	border: none;
	position: initial;
}

.contact .my-profile .item{
	color: #000000;
}
.contact .my-profile div{
	color: #b9b7b7;
}

.contact .my-profile a{
	color: #000000;
}
.contact .my-profile .grey{
	color: #b9b7b7;
}

.contact .badge {
	background-color: transparent;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	float: left;
	margin: 5px 5px 5px 0px;
	background: #44C6E9;
}
.contact .extra-info {
	font-size: 14px;
}
.contact .item {
	border: none;
	padding: 5px;
	/* background-color: transparent; */
}
.contact .bg-transparent .item {
	background-color: transparent;
}
.contact .main-title {
	line-height: 29px;
	font-size: 24px;
	font-weight: 400;
}
.contact .item-input-wrapper {
	background: #fff;
}
.contact .item-input-inset {
	border: 1px solid #ccc;
}
.contact .extensions {
	margin-top: 10px;
}

.contact .add-icons {
	display: list-item;
	margin-right: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.contact .add-icons i {
	margin-left: 20px;
}
.contact .add-icons .rbn-icon-common-attach-file {
	vertical-align: middle;
}
.contact .groups {
	white-space: initial;
}
.contact .picture {
	padding-top: 5px;
	padding-right: 40px;
}
/* CONTACT ADD GROUP DROPDOWN STYLES */
.add-group .custom-form input.inline {
	display: inline-block;
	margin-right: 0px;
	width: 70%;
}
.add-group .custom-form .button {
	padding: 0px;
	width: 30%;
	display: inline-block;
	margin-top: 0px;
	line-height: 30px;
	min-height: 30px;
}
.add-group .item {
	padding: 10px;
	font-size: 14px;
}

.tab-contact-card {
	background: #FFFFFF;
	padding: 15px;
}
.tab-contact-card #content > div {
	padding: 0px;
}

/*
	CONTACT CARD TAB ANIMATION
	http://coveloping.com/tools/css-animation-generator
*/
.mycss-animation {
	-webkit-transition:1s linear all;
	-moz-transition:1s linear all;
	-o-transition:1s linear all;
	transition:1s linear all; /* future proof */

	background:red;
}
.mycss-animation.mycss-animation-active {
	background:blue;
}

.animated {
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translateX(-2000px);
		}
		60% {
				opacity: 1;
				-webkit-transform: translateX(30px);
		}
		80% {
				-webkit-transform: translateX(-10px);
		}
		100% {
				-webkit-transform: translateX(0);
		}
}

@keyframes bounceInLeft {
		0% {
				opacity: 0;
				transform: translateX(-2000px);
		}
		60% {
				opacity: 1;
				transform: translateX(30px);
		}
		80% {
				transform: translateX(-10px);
		}
		100% {
				transform: translateX(0);
		}
}
.bounceInLeft {
		-webkit-animation-name: bounceInLeft;
		animation-name: bounceInLeft;
}
@-webkit-keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
}
@keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
}
.fadeIn {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
}

/* CALL */
.call .button-bar {
	padding: 5px;
}
.call .button-bar .button {
	background-color: #FFF;
	color: #29ABE2;
	font-size: 16px;
	border-color: #29ABE2;
}
.call .button-bar .button:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.call .button-bar .button:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.call .button-bar .button.active {
	background-color: #29ABE2;
	color: #fff;
}
.call .item,
.call .accordion-single > div.list > ion-item > div.item-content > .accordion-title:not(.has-click) {
	padding: 15px 0px 7px 0px;
}
.call .list {
	border-top: 1px solid #ACACAC;
}
.call .accordion-single > div.list > ion-item > div.item-content > .accordion-title.arrow-down,
.call .accordion-single > div.list > ion-item > div.item-content > .accordion-title.arrow-up {
	background-image: none;
}
.call .accordion-content {
	background-color: #fff;
	margin: 3px;
}
.call .call-contact-view .item,
.call .call-contact-view ion-list:not(.default-ionic-list) .item {
	border-top: none;
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 0px 0px 0px;
}
.call-contact-view .list {
	border-top: 0px;
}
.call-contact-view .accordion-title {
	margin-bottom: -10px !important;
}
.call .call-contact-view .item .date {
	margin-left: 0px;
}
.call.bar-subheader {
	background-color: #fff;
	border:0px;
}

.call .item .caller,
.call .item .caller a {
	color: #000;
}
.call .item .caller.red, .call .item .caller.red a {color:#F85D74}
.call .item .date {
	color: #827F7F;
	font-size: 12px;
	text-align: center;
	text-transform: lowercase;
	margin-left: -35px;
}
.call .player {
	float: left;
	width: 80%;
}
.call .share {
	float: right;
	margin: 0px;
}
.call .media-player {
	background-color: #FFF;
}
.contact-view .call .col i {
	margin-top: 0px;
}

.call table {
	width: 100%;
}
.call td {
	padding: 3px;
	vertical-align: middle;
}
.call .picture {
	border: 1px solid #FFF;
	margin-right: 5px;
	width: 35px;
	height: 35px;
}
.call .row {
	padding: 0px;
}
.call .info {
	padding-left: 10px;
	text-align: center;
}
.call .time {
	color: #7e7c7d;
	font-size: 12px;
	text-align: right;
}
.call .info .label {
	color: #767676;
	font-size: 90%;
	margin-top: -5px;
}
.call .icons {
	font-size: 20px;
}
.call .icons i {
	margin-left: 10px;
}
.call .mark-as-read {
	border-right: 1px dotted #909090;
	padding-right: 15px;
	margin-top: 3px;
}
.call .button-remove.button {
	background-color: #FC4349;
	padding-top: 12px;
}
.call .item-options {
	height: 84px;
}

.call .list-thumbnail .row .list-title h3 {
	color: #7F7F7F;
}
.call .list-thumbnail .row .list-title h3.red {
	color: #F85D62;
}
.call .rbn-mobicon-50-phone {
	margin: 0px auto;
}

.receive-calls-at {

}
.receive-calls-at input[type="checkbox"] {
	margin-right: -7px;
}
.receive-calls-at .ion-ios7-plus-outline,
.receive-calls-at .ion-record,
.receive-calls-at .ion-edit,
.receive-calls-at .ion-trash-a,
.receive-calls-at .ion-ios7-locked {
	font-size: 20px;
}

/* Used for a SINGLE menu LINK top right */
.bar .button.button-clear.recent {
	font-size: 13px;
	color: #00a3ff;
}
.dial-pad-container {
	text-align: center;
}
.dial-pad-container .back-grey{
	background: #f8f8fa;
}
.dial-pad-container input[type="text"] {
	font-size: 30px;
	height: 35px;
	text-align: center;
	font-family: Myriad Pro;
	font-weight: normal;
	padding: 0px;
}

.dial-pad-container ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 245px;
}

.dial-pad-container li {
	border-radius: 40px;
	clear: none;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 35px;
	font-weight: normal;
	line-height: 15px;
	margin: 5px;
	padding: 20px 0 20px 0;
	text-align: center;
	width: 71px;
	border: 1px solid #ccc;
}

.dial-pad-container li.footer {
	padding: 5px 3px 5px;
	font-weight: bold;
	font-size: 20px;
	width: 85px;
}

.dial-pad-container li.footer.green {
	color: green;
}

.dial-pad-container li:active {
	box-shadow: 1px 1px 6px rgba(0,0,0,.6);
	-webkit-transform: scale(.92);
	-moz-transform: scale(.92);
	transform: scale(.92);
	-webkit-transition: all .05s ease-out;
	-moz-transition: all .05s ease-out;
	transition: all .05s ease-out;
}

.dial-pad-container li span {
	display: block;
}

.dial-pad-container li span.letters {
	color: #888;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 10px;
	line-height: 27px;
	text-transform: uppercase;
}

.dial-pad-container #star {
	font-size: 32px;
	position: relative;
	top: 7px;
}

.dial-pad-container .btn {
	margin-top: 16px;
}

/* WELCOME PAGE */
.welcome-page {
}
.welcome-page .missed.button {
	min-height: 90px;
	line-height: 80px;
	font-size: 20px;
}
.welcome-page .missed .badge {
	float: right;
	margin-top: 32px;
	border-radius: 7px;
}
.welcome-page .mainCollapse .recentActivity {
	color: #b25a57;
}

.welcome-page .mainCollapse > li > ul {
	display: none;
}
.welcome-page .mainCollapse > li > div {
	padding: 20px 10px;
	/* border-top: 1px solid #dedede; */
	border-bottom: 1px solid #dedede;
}
.welcome-page .mainCollapse > li > div span {
	float: right;
	font-size: 18px;
}
.welcome-page .mainCollapse > li > ul > li {
	border-bottom: 1px solid #dedede;
	padding: 10px 10px 25px;
	background-color: #f6f6f6;
}
.welcome-page .mainCollapse > li > ul > li a {
	color: #000;
}
.welcome-page .mainCollapse > li > ul > li .missedCalls {
	margin-top: 20px;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls li {
		margin-top: 15px;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls img {
		background-color: #999999;
		width: 32px;
		height: 32px;
		float: left;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls .title {
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		color: #000;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls .details {
		float: right;
		font-size: 10px;
		margin-right: 60px;
		color: #7e7c7d;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls .details span:first-child {
		color: #e2a501;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls .icons {
		float: right;
		width: 50px;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls .icons i{
		float: left;
	}
	.welcome-page .mainCollapse > li > ul > li .missedCalls .icons i:first-child{
		margin-top: 7px;
		margin-right: 7px;
	}
.welcome-page .mainCollapse > li > ul > li .voicemails {
	margin-top: 20px;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails li {
		margin-top: 15px;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails img {
		background-color: #999999;
		width: 32px;
		height: 32px;
		float: left;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .title {
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		color: #000;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .details {
		float: right;
		font-size: 10px;
		margin-right: 10px;
		color: #7e7c7d;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .details span:first-child {
		color: #e2a501;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .icons {
		float: right;
		width: 100px;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .icons i,
	.welcome-page .mainCollapse .upcomingEvents .icons i {
		float: left;
		margin-left: 10px;
		margin-top: 5px;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .icons i:first-child,
	.welcome-page .mainCollapse .upcomingEvents .icons i:first-child {
		margin-left: 0px;
		margin-top: 0px;
	}
	.welcome-page .mainCollapse > li > ul > li .voicemails .icons i:last-child,
	.welcome-page .mainCollapse .upcomingEvents .icons i:last-child {
		margin-top: 0px;
	}
.welcome-page .mainCollapse .upcomingEvents {
	color: #00a3ff;
}
.welcome-page .mainCollapse .upcomingEvents ul {
	color: #000;
	font-size: 12px;
}
.welcome-page .mainCollapse .upcomingEvents ul li ul li {
	margin-top: 10px;
}
.welcome-page .mainCollapse .upcomingEvents ul .details {
	color: #5e5d5e;
}
.welcome-page .mainCollapse .upcomingEvents ul .icons {
	margin-bottom: 10px;
	float: right;
	font-size: 14px;
}

.welcome-page .mainCollapse .showMore {
	float: left;
	text-align: center;
	width: 100%;
	color: #00a3ff;
	font-size: 10px;
	margin-top: 2px;
}
.clearBoth {
	clear: both;
}
.welcome-page .badge-assertive {
	background-color: #fdc9c7;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 15px;
}
.welcome-page .upcomingEvents .badge-assertive {
	background-color: #88fef5;
}

/* STATUS LABEL */
.status-label {
	float: right;
	font-size: 9px;
	margin-right: -30px;
}

/* INFINITY SCROLL FIX FOR LOADING COMPONENT */
ion-infinite-scroll .scroll-infinite {
	display: none;
}
ion-infinite-scroll.active .scroll-infinite {
	display: block;
}

/* OVERRIDING IONIC STYLES IN ORDER TO ACCOMPLISH THE NEW DESIGN */
.toggle input:checked + .track {
	border-color: #4dcf4a;
	background-color: #4dcf4a;
}
.toggle .track {
	width: 44px;
	height: 22px;
}
.toggle .handle {
	width: 18px;
	height: 18px;
	border-radius: 18px;
}
.modal {
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
	min-height: 90%;
	width: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.modal .item{
	border: 1px solid #e4e4e4;
}
.modal .header{
	border: 1px solid #e4e4e4;
}
.modal h2.title {
	color: #878787;
	font-size: 16px;
}
.modal.modal-device {
	bottom: inherit;
	min-height: 300px;
}
.modal .bar {
	background-color: transparent;
}
.popup {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.popup .button {
	color: #FFF;
	border: 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	padding: 10px;
}

.popup .button-positive {
	background: #29ABE2;
}

.popup .button-default {
	background: #FC4349;
}

.item-divider {
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 3px;
	background-color: #ffffff;
}
.item-divider-my-activity {
	min-height: 1px;
	background-color: #ACACAC;
}
.item-toggle .toggle {
	top: 14px;
}
img.login-image {
	position: absolute;
	top: 0; bottom:0; left: 0; right:0;
	margin: 0px auto;
	margin-top: 5px;
}
.menu-font {
	font-size: 14px;
}
.ion-ios7-arrow-back {
	color: #16a8fb;
	padding-right: 10px;
}

/* FIX ON THE FOOTER FOR NEW LAYOUT */
.footer-menu {
	height: 70px;
	/*text-transform: uppercase;*/
	background: #FFF;
	border-top: 1px solid #cccccc !important;
}
.tabs-icon-top.tabs .tab-item {
	font-size: 11px;
}
.footer-menu .tab-item {
	margin-top: 10px;
	margin-bottom: 5px;
}
.tab-item .icon {
	height: 50px;
}
.has-header {
	top: 52px;
}
.has-footer {
	bottom: 70px;
}
/* Fixing Foot menu not hiding completely when keyboard is triggered */
.keyboard-open .has-footer {
	bottom: 0px;
}
.has-subheader {
	top: 100px;
}
.bar-subheader {
	top: 51px;
	padding: 0px;
}

/* ADD GROUP FIX LAYOUT @TODO fix */
.add-group .custom-form .row {
	padding: 10px;
}
.add-group .button-save {
	font-size: 12px;
	padding: 7px;
	margin-top: 5px;
}

/* TABS */
#tabwrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	/* border: 1px solid #ddd; */
}
#tabs { overflow: hidden; background: #FFFFFF; }
#tabs li { list-style: none; margin: 0px;}
#tabs li a {
	float: left;
	display: block;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	/* border-right: 1px solid #E6E4E4; */
	font-size: 15px;
	border-left: none;
	background: #FFFFFF;
}

/* #tabs li a:hover { background: #666; } */
/* #tabs li:first-child a { border-left: 1px solid #ddd; }
#tabs li:last-child a { border-right: 1px solid ##E6E4E4; } */

#tabs li.current a {
	background: #fff;
	color: #FFFFFF;
	border: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	z-index: 3;
	-moz-border-radius: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
#tabs li .label-right {
	float: right;
	margin: 10px 5px 0px 0px;
	color: #00a3ff;
	display: none;
	white-space: nowrap;
}
#tabs li.current .label-right {
	display: block;
}
#content {
	border: 1px solid #ddd;
	z-index: 2;
	margin-top: -2px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#content > div {
	clear: both;
	padding: 20px;
	line-height: 19px;
	color: #666;
	display: none;
}

#content .current { display: block; }
#content #home.first { display: block; }
#content p { margin: 0 0 20px 0;}

.loaderCenter { text-align: center; margin-bottom: -20px; }

.event-title { color: #7F7F7F; }
.event-title-overdue { color: #F85D62; }
.event-list .button-remove.button { background-color: #FC4349; }

.list-thumbnail ion-item:not(:last-child) { border-bottom: 1px solid #acacac !important; }
.list-thumbnail .row img { border-radius: 100px; }
.list-thumbnail .row .list-title h3 { color: #F85D62; font-size: 16px; margin-bottom: 0px; }
.list-thumbnail .row .list-title p { color: #7F7F7F; font-size: 14px; font-style: italic; }
.list-thumbnail .row .list-time { text-align: right; color: #7F7F7F; font-size: 14px; }
.list-thumbnail .row .list-time p { margin: 0px; }
.list-thumbnail .row .col:last-child i { float: right; }
.list-thumbnail .button-remove.button { background-color: #FC4349; padding-top: 7px; }

.list-thumbnail .share { float: right; margin: 0px; }
.list-thumbnail .player { float: left; width: 80%; }

.call .list-thumbnail .item-content { padding: 0px; }
.call .list-thumbnail .item, .call .list-thumbnail > div.list > ion-item > div.item-content > .accordion-title:not(.has-click) { padding: 0px; }
.call .list-thumbnail .accordion-content { margin: 0px !important; border: 0px !important; }

.feedback .custom-form {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.feedback .levels {
	color: #7f7f7f;
	font-size: 13px;
	font-style: italic;
}

.feedback .scale-row {
	background-color:#FFFFFF;
	height:10px;
	float:right;
}

.feedback .scale-number {
	float:left;
	text-align:center;
	color:#000000;
}

.feedback .custom-item {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.feedback .custom-form .invalid {
	border: 1px solid red;
}

.feedback .custom-form .raw {
	border: 1px solid white;
}

.feedback .custom-form textarea{
	padding: 10px;
	border: 1px solid grey;
}

.my-caller-id .custom-form {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.accordion-title.device {
	border-left: 6px solid transparent;
	border-bottom: none;
	border-top: none;
}

.accordion-title.device.enabled_registered {
	border-left-color: #B0D58B;
}

.accordion-title.device.disabled {
	border-left-color: #F97A7A;
}

.accordion-title.device.enabled_unregistered {
	border-left-color: #A5A5A5;
}

.devices .button-enable.button {
	background-color: #7F7F7F;
	pading-top: 12px;
}

.devices .button-edit.button {
	background-color: #D7D7D7;
	pading-top: 12px;
}

.devices .button-remove.button {
	background-color: #FC4349;
	pading-top: 12px;
}

.devices .small-text {
	color: #7f7f7f;
	font-size: 13px;
	margin-left: 10px;
}

.devices .inner-text {
	font-size: 14px;
}

.devices .inner-text-selectable {
	padding-left: 0;
	padding-right: 0;
	marging-left: 0;
	marging-right: 0;
	text-align: right !important;
	-webkit-user-select: text !important;
		-khtml-user-select: text !important;
		-moz-user-select: text !important;
		-ms-user-select: text !important;
		-o-user-select: text !important;
		user-select: text !important;
}

.devices .cellphones .accordion-single > div.list > ion-item > div.item-content > .accordion-title.arrow-down,
.devices .cellphones .accordion-single > div.list > ion-item > div.item-content > .accordion-title.arrow-up {
	background-image: none !important;
}

.devices .row {
	padding: 0;
}

.devices input[type="text"] {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: -5px;
	height: 35px;
	text-align: right;
	font-weight: normal;
	padding: 0px;
	background-color: #FFFFFF;
}

.devices input[type="text"].readonly {
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 0px;
	height: 18px;
	font-size: 14px !important;
	color: #444;
	font-family: 'Open Sans';
}

.button.button-menu {
	border-color: #29ABE2;
	background-color: #29ABE2;
	color: #fff;
}

.filter .item {
	margin-bottom: 0 !important;
}

/* Makes ScrollBar always visible */
.filter .ng-animate .scroll-bar {
	visibility: visible !important;
}
.filter .scroll-bar-fade-out{
	opacity:1 !important
 }

.filter .item label {
	display: block;
	padding: 0;
}

.add-group .item {
	margin-bottom: 0 !important;
}

.add-group .item label {
	display: block;
	padding: 0;
}

.start-call {
	background-color: #29ABE2;
	position: absolute;
	top: 52px;
	z-index: 9;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	font-size: 18px;
}
.platform-ios .start-call {
	top: 64px;
}

.message-label {
	color: #7f7f7f;
}

.my-caller-id input[readonly]:not(.cloned-text-input) {
	background-color: #ffffff;
}

.button-welcome-page.button-remove {
	padding-top: 13px !important;
}
.button-calendar-welcome-page.button-remove {
	padding-top: 7px !important;
}
.row-call {
	border-width: 0px !important;
}

.signature {
	border:1px solid #e8e8e8;
	background-color:#fff;
	height: 150px;
	width: 100%;
}

.rbn-menu a {
	position: relative;
	color: #29ABE2;
}

.notification {
	position: absolute;
	top: 0px;
	right: 2px;

	background-color: #f78989;
	padding: 3px 6px;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
}
.perfil-usuario{
	width:35%;
	margin:5px;
	font-size:13px;
	position:relative;
	margin-top:10px;
}
.perfil-adm{
	width:20%;
	margin-top:10px;
}
.corDoBotao{
	margin-left: -30%;
	 color: #ffffff;
	 background-color: #8B5A00;
	 border-color: #8B5A00;
}
.corDoBotao:hover{
	 color: #ffffff;
}
.azul{
	color: #29ABE2;
	font-weight: bold;
}
.inscritos{
	padding:10px;
}
.logo{
	width:50%;
	height:50%;
	top:5px;
	margin-left:140px;
}