﻿@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* font-family: "Roboto", Helvetica, Arial, sans-serif; */

/* dark black: #343a40 */
/* grey dark:  #444444 */
/* grey light: #cdcdcd */
/* apple dark: #323232 */
/* red lite:   #f73859 */
/* blue aqua:  #0eaeb1 */
/* green lime: #29F499 */
/* orange lite: #ffc100 */

/* GENERAL */
*:focus {
    outline: none !important;
    box-shadow: none !important;
    pointer-events: pointer;
}
::selection {
	background-color: #444444;
}
a {
    color: #ffffff;
    cursor: pointer;
    pointer-events: pointer;
}
a:hover {
    color: #ffffff;
    cursor: pointer;
    pointer-events: pointer;
    text-decoration: none;
}
strong {
	color: #0eaeb1;
	font-weight: bold;
}
body {
	background-color: #323232;
	overflow-x: hidden;
}
.div-on-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.content-line-medium {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.8em;
}
.content-line-small {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.content-icon-medium {
	width: 100px;
	height: auto;
	margin: 10px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #343a40;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 8px solid rgba(255,255,255,0.20);
}
.btn-blue-lite {
	width: 260px;
	height: auto;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #0eaeb1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}
.btn-red-lite {
	width: 260px;
	height: auto;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #f73859;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}
/* GENERAL */

/* CUSTOM SCROLL */
* {
	scrollbar-width: thin;
	scroll-color: black white;
}
.customScroll {
	-ms-overflow-style: none;
}
.customScroll::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inherit;
}
.customScroll::-webkit-scrollbar-track-piece {
	width: 1px;
	display: inherit;
}
.customScroll::-webkit-scrollbar {
	width: 10px;
	height: auto;
	display: inherit;
}
.customScroll::-webkit-scrollbar-thumb {
	background: #323232;
	background: -webkit-linear-gradient(to bottom, #323232, #ffffff);
	background: linear-gradient(to bottom, #323232, #ffffff);
	border: 4px solid #323232;
	display: inherit;
}

/* MAIN NAVIGATION */
/* MAIN FOOTER */
footer {
	position: fixed;
    bottom: 0%;
    left: 0%;
    transform: translate(-0%,-0%);
    background-color: #323232;
    width: 100%;
}
footer p {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
footer p a {
	color: #ffffff;
}
footer p a:hover {
	color: #a8a8a8;
    text-decoration: none;
}
/* MAIN FOOTER */
/* MODAL PRIVACY */
.pp-background {
    background-color: rgba(52,58,54,0.90);
}
.pp-modal-privacy-content-background {
    background-color: rgba(52,58,54,0.00);
    border: rgba(52,58,54,0.00);
}
.pp-modal-privacy-body {
    background-color: rgba(52,58,54,0.00);
}
.pp-modal-privacy-title-privacy {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
}
.pp-modal-privacy-title, .pp-modal-privacy-content {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}
.pp-modal-privacy-title {
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 20px 0px;
}
.pp-modal-privacy-subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
.pp-modal-privacy-close-up, .pp-modal-privacy-close-down {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}
.pp-modal-privacy-close-up a, .pp-modal-privacy-close-down a {
    border-bottom: 2px solid #f73859;
    padding-bottom: 4px;
}
.pp-modal-privacy-close-up a:hover, .pp-modal-privacy-close-down a:hover {
    color: #f73859;
    text-align: right;
}
/* MODAL PRIVACY */

/* INDEX */
/* HEADER */
/*.section-header {
	background-color: rgba(50,50,50,1.00);
}
@media (min-width: 320px) {
	.header-image {
		padding: 50px 0px 0px 0px;
		background-color: #323232;
	}
	.content-line-big {
		font-family: "Roboto", Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-weight: 300;
		color: #ffffff;
		line-height: 1.8em;
		margin: 40px 0px 20px 0px;
	}
}*/
/*@media (min-width: 680px) {
	.header-image {
		background: url("../../img/header-image-full.png") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 68vh;
	}
	.content-line-big {
		font-family: "Roboto", Helvetica, Arial, sans-serif;
		font-size: 30px;
		font-weight: 300;
		color: #ffffff;
		line-height: 1.8em;
	}
}*/
.header-logo {
	width: 220px;
	height: auto;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
/* HEADER */
/* SLIDER */
.section-slider  {
	margin: 20px 0px 40px 0px;
}
.carousel-custom-image {
	width: 100%;
	height: auto;
	margin: 10px 0px 40px 0px;
	padding: 4px;
    background-color: #343a40;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.custom-arrow-left {
	width: 32px;
	height: auto;
	color: #ffffff;
}
.custom-arrow-right {
	width: 32px;
	height: auto;
	color: #ffffff;
}
/* SLIDER */
.container-small {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 2px solid #343a40;
}
.section-small {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background-color: rgba(50,50,50,1.00);
}
.section-small-image {
	background: url("../../img/header-image-full.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 48vh;
}
/* INDEX */

/* SECTIONS GENERAL OBJECTS */
.section-main {
	margin: 80px 0px 0px 0px;
	background-color: #ffffff;
}
.section-main-header {
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #323232;
}
.section-main-icon {
	margin: 0px 20px 0px 0px;
}
.section-main-line-big {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.8em;
}
.section-main-line-medium {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.8em;
}
.section-main-line-small {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.8em;
	margin-bottom: 10px;
}
/* SECTIONS GENERAL OBJECTS */

/* DASHBOARD */
.container-box-icon {
	margin: 0px 20px 0px 0px;
}
.container-box-title {
    font-family: "Roboto", Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #03141c;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #03141c;
}
.container-box-subtitle-left {
    font-family: "Roboto", Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #03141c;
    margin-bottom: 10px;
}
@media (min-width: 320px) {
    .container-box-subtitle-right {
        font-family: "Roboto", Roboto-Regular, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: #03141c;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .container-box-subtitle-right {
        text-align: right;
    }
}

.sendings-leads-info {
    font-family: "Roboto", Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #03141c;
    padding-top: 14px;
    padding-bottom: 10px;
}
@media (min-width: 320px) {
    .dashboard-progress-info {
        font-family: "Roboto", Roboto-Regular, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #03141c;
        text-align: left;
        text-transform: none;
        letter-spacing: 0.4px;
        padding-right: 10px;
        padding-bottom: 4px;
    }
}
@media (min-width: 768px) {
    .dashboard-progress-info {
        text-align: left;
    }
}
.dashboard-progress {
    height: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.dashboard-progress-dark-green {
    background-color: #289c8e;
}
.dashboard-progress-gri {
    background-color: #cdcdcd;
}
.sending-progress-bar {
	background-color: #ffffff;
}
.sendings-progress {
    height: 20px;
    margin-top: 2px;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sendings-progress-dark-green {
    background-color: #289c8e;
}
.sendings-progress-gri {
    background-color: #ffffff;
}
.sending-progress-text {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 4px 0px 0px;
}
.dashboard-nothing {
    width: 140px;
    height: auto;
}
.dashboard-chart {
    width: auto;
    height: 74px;
}
/* DASHBOARD */

/* DASHBOARD v2 */
/* DASHBOARD v2 */

/* SENDINGS */
/* SEARCH */
.input-group-topbar {
	width: 100%;
	margin-top: 0px !important;
	margin-bottom: 10px;
}
.form-control-topbar, .input-group-append-topbar {
    height: 28px !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #0eaeb1 !important;
	border-left: 1px solid #0eaeb1 !important;
	border-bottom: 1px solid #0eaeb1 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.btn-input-topbar-light {
    font-size: 12px;
    font-weight: bold;
	color: #ffffff;
    background-color: #0eaeb1 !important;
    border: 1px solid transparent !important;
	padding: 0px 10px 0px 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.btn-input-topbar {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0eaeb1 !important;
    border: 1px solid transparent !important;
	padding: 0px 10px 0px 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* SEARCH */
/* FILTERS */
.topbar-filters-title {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form-group-check-sendings-filters-top {
    display: block;
}
.form-group-check-sendings-filters-top input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group-check-sendings-filters-top label {
    position: relative;
    cursor: pointer;
    color: #03141c;
}
.form-group-check-sendings-filters-top label:before {
    content:'';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #03141c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 0px;
}

	.form-group-check-sendings-filters-top .lblCo:before {
		content: '';
		-webkit-appearance: none;
		background-color: #ffffff;
		border: 2px solid #03141c;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
		padding: 8px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		margin-right: 8px;
		margin-top: -2px;
	}

	.form-group-check-sendings-filters-top .lblTask:before {
		content: '';
		-webkit-appearance: none;
		background-color: #ffffff;
		border: 2px solid #03141c;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
		padding: 8px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		margin-right: 8px;
		margin-top: -2px;
	}

	.form-group-check-sendings-filters-top input:checked + .lblTask:after {
		content: '';
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 6px;
		height: 10px;
		border: solid #03141c;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}


.form-group-check-sendings-filters-top input:checked + .lblCo:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	border: solid #03141c;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-group-check-sendings-filters-top input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #03141c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* FILTERS */
/* MAIN TABLE */
.bs-table-custom {
	/* FOR RIGHT CLICK MENU DOWN */
	width: 100%;
	height: auto;
	/* FOR RIGHT CLICK MENU DOWN */
	margin: 10px 0px 0px 0px;
	border: none;
	background-color: #ededed;
}
.bs-table-container {
	margin: 0px;
	padding: 0px;
}
.bs-table-row {
	border-bottom: 1px solid #0eaeb1;
}
.bs-table-head {
	padding: 10px;
 font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 1.8em;
	margin: 0px;
}
.bs-table-line {
	padding: 10px;
 font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	line-height: 2em;
	margin: 0px;
}
.bs-table-btn {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bs-table-icon {
	font-size: 18px;
	font-weight: bold;
	color: #0eaeb1;
}
/* MAIN TABLE */
/* INSIDE TABLE */
.bs-card-sendings {
	border: none;
}
.bs-card-sendings-line-bold {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
}
.bs-card-sendings-line-small {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
/* INSIDE TABLE */
/* CARD INSIDE */
.card-sendings {
	background-color: #ffffff;
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.card-sendings-collapse {
	background-color: #ffffff;
	border: none;
	margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}
.card-sendings-inside {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0px 14px;
	background-color: #cdcdcd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #0eaeb1;
}
.card-title-icon {
	padding: 0px 10px 0px 0px;
}
.card-title-bold {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	border-bottom: 1px solid #000000;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}
.card-title-regular {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
.mpfs-card-title-bold {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
}
.card-sendings-creatives {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0px 14px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #0eaeb1;
}
.card-creative {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	/* border: 1px solid #0eaeb1; */
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.creative-image {
	width: auto;
    height: 220px;
	/*
    width: auto;
    height: 400px;
	*/
    /* border: 1px solid #0eaeb1; */
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}
.btn-open-creative {
	/* width: 220px; */
	width: 100%;
	height: auto;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #0eaeb1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}
.btn-open-campaign {
	/* width: 220px; */
	width: 100%;
	height: auto;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #1fb9a3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}
.card-sendings-frame {
	background-color: #ffffff;
	width: 100%;
	height: 400px;
	margin: 0px 0px 10px 0px;
}
.card-frame {
	width: 100%;
	height: 400px;
	padding: 10px;
}
.card-frame-inside {
	width: 100%;
	height: auto;
	border: none;
}
.card-statistics {
	width: 100%;
    height: auto;
}
.statistics-image {
    width: 100%;
    height: auto;
    /* border: 1px solid #0eaeb1; */
	border: none;
	margin: 0px 0px 10px 0px;
}
.card-lead {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
.card-lead-inside {
	background-color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #000000;
}
.card-lead-info-title-bold {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.card-lead-info-title-regular {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	line-height: 2.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.card-lead-info {
	margin: 10px 0px 0px 0px;
}
.lead-row {
	margin: 0px 0px 10px 0px;
}
.bs-table-custom-lead {
	margin: 10px 0px 0px 0px;
	border: 1px solid #ffffff;
}
.lead-table-btn {
	width: 20px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.lead-table-icon {
	font-size: 18px;
	font-weight: bold;
	color: #0eaeb1;
}
.lead-title-bold {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.lead-title-regular {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.lead-title-regular-qualified {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0eaeb1;
	text-transform: none;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.lead-title-regular-unqualified {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.lead-title-regular-disqualified {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f73859;
	text-transform: none;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.lead-title-regular-new {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffc100;
	text-transform: none;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
/* CARD INSIDE */
/* MESSAGES */
.left-message-normal {
	border: 1px solid #000000;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	background-color: #cdcdcd;
}
.left-message-urgent {
	border: 1px solid #f73859;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	background-color: #cdcdcd;
}
.right-message {
	border: 1px solid #0eaeb1;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	border-radius: 10px;
	border-top-right-radius: 0;
	background-color: #cdcdcd;
}
.messages-title-bold {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.messages-title-regular {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	line-height: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	word-break: break-word;
}
.left-message-file {
	width: auto;
	height: 100px;
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.right-message-file {
	width: auto;
	height: 100px;
	border: 1px solid #0eaeb1;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* MESSAGES */
/* SENDINGS */

/* dark black: #343a40 */
/* grey dark:  #444444 */
/* grey light: #cdcdcd */
/* apple dark: #323232 */
/* red lite:   #f73859 */
/* blue aqua:  #0eaeb1 */
/* green lime: #29F499 */
/* orange lite: #ffc100 */

/* TASKS */
.task-left {
	background-color: #323232;
	padding: 10px 10px 10px 10px;
}
.task-left-title {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}


.task-right {
	background-color: #323232;
	padding: 10px 10px 10px 10px;
}
.task-menu-icon {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #323232;
}
.task-menu-title {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}


.task-main-line-big {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
}
.task-main-line-medium {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;
}
.task-main-line-small {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}
.task-filters-title {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* TASKS */











