﻿/* #region Common */

html.login { 
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: 'SFProDisplay-Regular';
	font-size: 15px;
    color: #485156;
    background-color: #ffffff;
    margin: 0;
}

a {
	color: #42bbc4;
	text-decoration: none;
}

a:hover {
    color: #42bbc4;
    text-decoration: underline;
}

a img {
    border: none;
}

h1 {
	font-family: 'SFProDisplay-Bold';
    font-size: 1.0em;
    text-transform: uppercase;
	line-height: 1.5;
}

h2 {
	font-family: 'SFProDisplay-Bold';
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 1.5;
	color: #048998;
	margin-bottom: .3rem;
}

h3 {
	font-family: 'SFProDisplay-Bold';
    font-size: 18px;
    font-weight: bold;
    color: #092f56;
	margin-bottom: 15px;
}

h4 {
	font-family: 'SFProDisplay-Semibold';
	font-size: 1rem;
	text-transform: uppercase;
}

.small {
	font-size: 0.8rem;
}

.table {
	color: #092f56;
}

label {
	font-size: 13px;
}

.form label {
	margin-top: 0.1rem;
	margin-bottom: 0;
}

input[type="text"],
input[type="password"],
select.form-control {
	font-size: 0.8rem;
	font-weight: 500;
	background: transparent;
	border: 1px solid rgba(0,0,0,.125);
}

.form-control:focus {
	border: 1px solid #3ab2ad;
	box-shadow: none;
}

.form-control.is-invalid,
.form-control.is-invalid:focus {
	box-shadow: none;
}

.btn {
	font-family: 'SFProDisplay-Semibold';
	font-size: 12px;
	text-transform: uppercase;
	padding: .5rem 1rem;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active:focus {
	color: #ffffff;
	background-color: #3ab2ad !important;
    border-color: #3ab2ad !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover {
	background-color: #3ab2ad !important;
	border-color: #3ab2ad !important;
}

.btn-outline-primary,
.btn-outline-primary:visited,
.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
	color: #3ab2ad;
	border-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:active:hover,
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #3ab2ad;
	background-color: transparent;
	border-color: #3ab2ad;
	box-shadow: none;
}

.btn-secondary,
.btn-secondary:visited,
.btn-secondary:focus,
.btn-secondary:active:focus {
	color: #ffffff;
	background-color: #90a4ae !important;
	border-color: #90a4ae !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:active:hover {
	color: #ffffff;
	background-color: #90a4ae !important;
	border-color: #90a4ae !important;
}

.btn-danger,
.btn-danger:visited,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	background-color: #2a9640;
	border-color: #2a9640 !important;
}

.btn-orange,
.btn-orange:visited,
.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange:hover,
.btn-orange:active,
.btn-orange:active:hover {
	background-color: #ee731a !important;
	border-color: #ee731a !important;
}

.btn > .far {
	padding-right: 5px;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb .breadcrumb-item {
	font-family: 'SFProDisplay-Bold';
	font-size: 16px;
	text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

.breadcrumb .breadcrumb-item a {
	color: #485156;
}

.breadcrumb .breadcrumb-item.active {
	color: #3ab2ad;
}

.carousel-indicators > li {
	border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #3ab2ad;
}

.carousel-indicators li {
    background-color: #7dc0c9;
}

.dropdown-menu {
	font-size: 12px;
    padding-top: .08rem;
	padding-bottom: .08rem;
	margin-top: 0;
	margin-bottom: 0;
}

.dropdown-divider {
    margin: .3rem 0;
}

.dropdown-menu > a {
	font-family: 'SFProDisplay-Regular';
	color: #3ab2ad;
}

.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
    color: #ffffff;
	background-color: #3ab2ad;
}

.no-item {
	font-family: 'SFProDisplay-Regular';
	font-size: 1rem;
	text-align: center;
	padding-top: 50px;
}

.no-item > img {
	max-width: 120px;
	height: auto;
}

.alert.alert-info {
	font-weight: 600;
	color: #ffffff;
	background-color: #048998;
	border-color: #00a9bd;
}

.alert.alert-info button.close {
	color: #ffffff;
}

@media (min-width: 768px) {
	.btn-image {
		font-size: 15px;
		line-height: 1.2;
	}

	.btn-image > img {
		width: auto;
		height: 50px;
	}
}

@media (min-width: 1024px) {
	.no-item {
		font-size: 1.1rem;
		padding-top: 200px;
	}

	.no-item > img {
		max-width: 180px;
	}
}

@media (min-width: 1648px) {
	h1 {
		font-size: 16px;
	}
}

/* #endregion */

/* #region Layout Navigation */

.dash-nav {
	background-color: #ebeeef;
	min-width: 25%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto; 
}

.dash-compact .dash-nav {
	display: none; 
}

.dash-nav::-webkit-scrollbar {
	width: 0;
	background: transparent; 
}

.dash-nav header {
	text-align: center;
	background-color: #3ab2ad;
	min-height: 90px;
	position: relative;
}

.dash-nav header a img {
	width: auto;
	max-width: 200px;
	max-height: 40px;
}

.dash-nav .dash-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
}

.dash-nav .dash-nav-list .dash-nav-item {
	font-family: 'SFProDisplay-Heavy';
	font-size: 1.0rem;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #485156; 
	min-height: 56px;
	padding: 8px 15px 8px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .02em; 
}

.dash-nav .dash-nav-list .dash-nav-item:hover,
.dash-nav .dash-nav-list .dash-nav-item.active {
	text-decoration: none; 
	color: #3ab2ad;
	background-color: #d9f1f0;
}

.dash-nav .dash-nav-list .dash-nav-item .fas,
.dash-nav .dash-nav-list .dash-nav-item .far {
	font-size: 24px;
	color: #78909C;
	margin-right: 15px; 
	width: 25px;
}

.dash-nav .dash-nav-list .dash-nav-item:hover .fas,
.dash-nav .dash-nav-list .dash-nav-item.active .fas,
.dash-nav .dash-nav-list .dash-nav-item:hover .far,
.dash-nav .dash-nav-list .dash-nav-item.active .far {
	color: #3ab2ad;
}

@media (max-width: 991.98px) {
	.dash-nav {
		background-color: #ffffff;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1070; 
	}

	.dash-nav.mobile-show {
		display: block; 
	} 

	.dash-nav header .menu-toggle {
		color: #ffffff;
		font-size: 36px;
		position: absolute;
		top: 10px;
		right: 20px;
	}
}

@media (min-width: 992px) {
	.dash-nav {
		min-width: 25%;
	}
}

@media (min-width: 1024px) {
	.dash-nav {
		/*border-right: solid 1px #d4f0f4;*/
	}

	.dash-nav header .menu-toggle {
		display: none;
		margin-right: auto; 
	}

	.dash-nav .dash-nav-list {
		margin-top: 55px;
	}
}

@media (min-width: 1408px) {
	.dash-nav {
		min-width: 20%;
	}

	.dash-nav .dash-nav-list .dash-nav-item {
		padding-left: 35px;
	}
}

@media (min-width: 1648px) {
	.dash-nav {
		min-width: 17%;
	}

	.dash-nav .dash-nav-list .dash-nav-item {
		font-size: 12px;
		padding-left: 30px;
	}
}

@media (min-width: 1920px) {
	.dash-nav .dash-nav-list .dash-nav-item {
		padding-left: 55px;
	}
}

/* #endregion */

/* #region Layout Content */

.dash {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh; 
}

.dash-app {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	width: 100%;
	margin-top: 90px;
}

.dash-mobile-header {
	text-align: center;
	background-color: #048998;
	padding-top: 15px;
	min-height: 90px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

.dash-mobile-header a img {
	width: auto;
	max-height: 40px;
}

.dash-mobile-header .menu-toggle {
	color: #ffffff;
	font-size: 36px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.dash-toolbar {
	padding: 0 30px;
}

.dash-toolbar .welcome > span {
	font-family: 'SFProDisplay-Bold';
	font-size: 16px;
	text-transform: uppercase;
	color: #485156;
}

.dash-toolbar .welcome > span:nth-child(2) {
	font-size: 12px;
	text-transform: none;
	color: #3ab2ad;
}

.dash-toolbar .far {
	font-size: 2rem;
}

.dash-toolbar > div > a > img {
	margin-top: -9px;
	margin-left: 10px;
	width: 37px;
	height: auto;
	vertical-align: middle;
}

.dash-toolbar .menu-toggle {
	margin-right: 15px;
	float: left;
}

.dash-content {
	background-color: #ffffff;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	/*padding: 15px;*/
}

.dash-content.dash-content-grey {
	background-color: #eceff1;
}

.dash-content .dash-actions {
	background-color: #ffffff;
	padding: 0 30px;
	min-height: 70px;
	position: relative;
}

.dash-content .dash-actions h1 {
	margin-top: 0.5rem;
}

.dash-content .dash-actions.dash-actions-background {
	background-color: #ffffff;
	border-bottom: solid 1px rgba(0,0,0,.125);
}

.dash-content .dash-actions.dash-actions-border {
	border-bottom: solid 1px rgba(0,0,0,.125);
}

.dash-content .dash-actions .btn-image {
	margin-left: 10px;
}

.dash-content .dash-actions .form-inline {
	justify-content: flex-end;
    align-items: flex-start;
}

.dash-content .content {
	padding: 15px;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.dash-app {
		margin-left: 25%; 
	}

	.dash-compact .dash-app {
		margin-left: 0; 
	}
	
	.dash-toolbar {
		color: #ffffff;
		background-color: #ebeeef;
		height: 90px;
		position: fixed;
		top: 0;
		right: 0;
		left: 25%;
		z-index: 1000; 
	}

	.dash-toolbar a {
		color: #ffffff;
	}

	.dash-toolbar .dropdown-menu a {
		color: initial;
	}

	.dash-compact .dash-toolbar {
		left: 0; 
	}

	.dash-toolbar .welcome span {
		margin: 0 5px;
	}

	.dash-toolbar .welcome img {
		width: 40px;
		height: auto;
	}

	.dash-content .dash-lists .left {
		padding: 15px;
		float: left;
		width: 320px;
		overflow-y: auto;
	}

	.dash-content .dash-lists .right,
	.dash-content .dash-lists .right {
		background-color: #eceff1;
		border-left: solid 1px rgba(0,0,0,.125);
	}

	.dash-content .dash-lists .left.categories {
		width: 420px;
	}

	.dash-content .dash-lists .right {
		padding: 15px;
		overflow-y: auto;
	}
}

@media (min-width: 1408px) {
	.dash-app {
		margin-left: 20%; 
	}

	.dash-toolbar {
		left: 20%;
	}
}

@media (min-width: 1648px) {
	.dash-app {
		margin-left: 17%; 
	}

	.dash-toolbar {
		left: 17%;
	}
}

/* #endregion */

/* #region Login */

#section-login .logo {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#section-login .box {
	color: #485156;
	background-color: rgba(255, 255, 255, 0.90);
	position: absolute;
	width: 80%;
	max-width: 850px;
	height: 500px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#section-login .box .left {
	background-color: #00b5af;
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	display: none;
}

#section-login .box .left .logo-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#section-login .box .left .logo-2 {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#section-login .box .right {
	padding: 80px 30px 0 30px;
	width: 100%;
	float: left;
}

@media (min-width: 768px) {
	#section-login .box .left {
		display: block;
	}

	#section-login .box .right {
		padding: 180px 30px 0 30px;
		width: 50%;
	}
}

/* #endregion */

/* #region Home */

#section-home-1 {
	padding: 0;
}

#section-home-1 .blocks {
	background-color: #ffffff;
	padding: 30px 15px 0 15px;
}

#section-home-1 .blocks .card {
	border: none;
	border-radius: 0;
	border-bottom-right-radius: 0.7rem;
	-webkit-box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	-moz-box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	margin-bottom: 30px;
}

#section-home-1 .blocks .card .image {
	background-color: #d0d8db;
	border-top-left-radius: 0.7rem;
	border-bottom-left-radius: 0.7rem;
	position: relative;
}

#section-home-1 .blocks .card .image img {
	width: auto;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#section-home-1 .blocks .card:hover .image {
	background-color: #3ab2ad;
}

#section-home-1 .blocks .card:hover .image img {
	filter: brightness(200%) contrast(200%) saturate(0%);
}

#section-home-1 .blocks .card .image img.bigger {
	width: auto;
	height: 100px;
}

#section-home-1 .blocks .card.green .image img {
	/*filter: brightness(184%) contrast(88%) hue-rotate(357deg) saturate(138%) grayscale(26%) invert(17%)*/
}

#section-home-1 .blocks .card .text {
	font-family: 'SFProDisplay-Regular';
	font-size: 12px;
	letter-spacing: 0.02rem;
	color: #485156;
	background-color: #f8f9fb;
	border-left: solid 4px #3ab2ad;
	border-top-right-radius: 0.7rem;
	border-bottom-right-radius: 0.7rem;
}

#section-home-1 .blocks .card.green .text {
	background-color: #d9f1f0;
}

#section-home-1 .blocks .card .text h2 {
	margin-bottom: 0;
}

#section-home-1 .blocks .card .text h2 a,
#section-home-1 .blocks .card .text h2 a:hover {
	font-family: 'SFProDisplay-Bold';
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #485156;
}

#section-home-1 .blocks .col-md-6:nth-child(5) {
	display: none;
}

@media (min-width: 1024px) {
	#section-home-1 .video-container {
		height: calc(768px / 2.56);
		max-width: 100%;
   		margin: 0 auto;
		overflow: hidden;
	}

	#section-home-1 .video-control {
		width: 100%;
   		height: auto;
	}
}

@media (min-width: 1280px) {
	#section-home-1 .video-container {
		height: calc(960px / 2.56);
	}
}

@media (min-width: 1440px) {
	#section-home-1 .video-container {
		height: calc(1152px / 2.56);
	}
}

@media (min-width: 1680px) {
	#section-home-1 .video-container {
		height: calc(1394px / 2.56);
	}
}

@media (min-width: 1920px) {
	#section-home-1 .video-container {
		height: calc(1580px / 2.56);
	}
}

@media (min-width: 2560px) {
	#section-home-1 .video-container {
		height: calc(2125px / 2.56);
	}
}

/* #endregion */

/* #region Account */

#section-account-1 .form {
	background-color: #ffffff;
	border: solid 1px #818689;
	border-radius: 1rem;
	padding: 25px;
	margin-bottom: 30px;
}

#section-account-1 .form h3 {
	font-size: 14px;
}

#section-account-1 .form.schedule .table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

#section-account-1 .form.schedule .table tbody tr td .form-control {
	text-align: center;
}

#section-account-1 .form.schedule .table thead tr th,
#section-account-1 .form.schedule .table tbody tr td {
	text-align: center;
}

#section-account-1 .form.schedule .table thead tr th:first-child,
#section-account-1 .form.schedule .table tbody tr td:first-child {
	font-size: 12px;
	border: none;
	text-align: left;
}

#section-account-1 .form.schedule .checkbox-container {
	display: initial !important;
	padding-left: 25px !important;
}

/* #endregion */

/* #region Playlists */

/* #region Card */

#section-playlist-1 h1 > span {
	font-size: 11px;
	text-transform: none;
	padding-left: 15px;
}

#section-playlist-1 .card {
	background-color: #ebeeef;
	border: none;
	border-radius: 0.6rem;
	margin-bottom: 30px;
	position: relative;
}

#section-playlist-1 .card.active {
	background-color: #3ab2ad;
	-webkit-box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	-moz-box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
}

#section-playlist-1 .card.group.active {
	color: #ffffff;
	background-color: #a1a5a8;
}

#section-playlist-1 .card > img.sticker-playlist-sent {
	position: absolute;
	top: -15px;
	right: -12px;
	width: 30px;
	height: 31px;
}

#section-playlist-1 .card .card-image {
	text-align: center;
	padding: 10px 5px 0px 5px;
	margin-top: 5px;
	max-width: 95%;
	width: 270px;
	height: 152px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#section-playlist-1 .card .card-image img {
	border: solid 5px #607d8b;
    max-width: 100%;
	max-height: 100%;
    height: auto;
	width: auto;
}

#section-playlist-1 .card .card-image .length {
	font-size: 0.6rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 3px 5px;
	border-radius: 7px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#section-playlist-1 .card .card-body {
	font-family: 'SFProDisplay-Bold';
	color: #90a4ae;
	padding: 15px;
}

#section-playlist-1 .card.active .card-body {
	color: #ffffff;
}

#section-playlist-1 .card .card-body h4.card-title {
	font-size: 12px;
}

#section-playlist-1 .card .card-body p {
	font-family: 'SFProDisplay-SemiBold';
	font-size: 10px;
	margin-bottom: 0;
}

#section-playlist-1 .card.active .card-body p {
	color: #ffffff;
}

#section-playlist-1 .card .card-body .status {
	font-size: 0.6rem;
	text-transform: uppercase;
	text-align: right;
	padding-right: 3px;
}

#section-playlist-1 .card .card-body .status.pending {
	color: #fd7a2a;
}

#section-playlist-1 .card .card-body .status.online {
	color: #35c434;
}

#section-playlist-1 .card .card-body .status.offline {
	color: #f01203;
}

#section-playlist-1 .card .card-body .status.online .fas,
#section-playlist-1 .card .card-body .status.offline .fas {
	margin-left: 5px;
}

#section-playlist-1 .card .card-body .context-menu {
	text-align: right;
	padding-top: 3px;
}

#section-playlist-1 .card .card-body .context-menu .dropdown-toggle {
	/* Increase click area */
	display: inline-block;
	padding: 0.1em 0.5em 0.5em 0.5em;
	margin: -1em;
}

#section-playlist-1 .card .card-body .context-menu .dropdown-toggle::before,
#section-playlist-1 .card .card-body .context-menu .dropdown-toggle::after {
    display: none;
}

#section-playlist-1 .card .card-body .context-menu .dropdown-toggle img {
	height: 30px;
	width: auto;
}

#section-playlist-1 .card.active .card-body .context-menu .dropdown-toggle img {
	filter: brightness(0) invert(1);
}

/* Buttons */

#section-playlist-1 .card .card-footer {
	border-top: none;
	padding: 0;
}

#section-playlist-1 .card .card-footer .row > div {
	text-align: center;
	background-color: #b0bec5;
	border-bottom-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
	padding: .5rem 1rem;
	transition: .5s ease;
}

#section-playlist-1 .card .card-footer.two-buttons .row > div:first-child {
	border-bottom-right-radius: 0;
}

#section-playlist-1 .card .card-footer.two-buttons .row > div:last-child {
	border-bottom-left-radius: 0;
}

/* First button colors */

#section-playlist-1 .card .card-footer .row > div:first-child {
	background-color: #b0bec5;
}

#section-playlist-1 .card.active .card-footer .row > div:first-child {
	background-color: #6bcac6;
}

#section-playlist-1 .card .card-footer .row > div:first-child:hover,
#section-playlist-1 .card.active .card-footer .row > div:first-child:hover {
	background-color: #00b5af;
}

#section-playlist-1 .card .card-footer .row > div:first-child:hover a,
#section-playlist-1 .card.active .card-footer .row > div:first-child:hover a {
	color: #ffffff;
}

/* Second button colors */

#section-playlist-1 .card .card-footer.two-buttons .row > div:last-child {
	background-color: #cfd8dc;
}

#section-playlist-1 .card.active .card-footer.two-buttons .row > div:last-child {
	background-color: #ddf2f2;
}

#section-playlist-1 .card .card-footer.two-buttons .row > div:last-child:hover,
#section-playlist-1 .card.active .card-footer.two-buttons .row > div:last-child:hover {
	background-color: #ff7300;
}

#section-playlist-1 .card .card-footer.two-buttons .row > div:last-child:hover a,
#section-playlist-1 .card.active .card-footer.two-buttons .row > div:last-child:hover a {
	color: #ffffff;
}

/* Button link */

#section-playlist-1 .card .card-footer .row > div a,
#section-playlist-1 .card .card-footer .row > div a:hover,
#section-playlist-1 .card .card-footer .row > div a:visited {
	font-family: 'SFProDisplay-Bold';
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #485156;
	/* Increase click area */
	display: inline-block;
	padding: 1em 2em;
	margin: -1em -2em;
}

@media (min-width: 768px) {
	#section-playlist-1 .card.player[GroupID] {
		/*margin-left: 15px;*/
	}
}

@media (min-width: 1280px) {
	#section-playlist-1 .card .card-body h4 {
		padding-top: 0;
	}
}

/* #endregion */

/* #region Card-Overlay */

#section-playlist-1 .card-overlay {
	position: relative;
}

#section-playlist-1 .card-overlay .card {
	background-color: #ffffff;
	-webkit-box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	-moz-box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	box-shadow: 10px 10px 3px -6px rgba(179,177,179,0.86);
	opacity: 1;
	position: relative;
	transition: .5s ease;
}

#section-playlist-1 .card-overlay.dropping .card {
	background-color: #3ab2ad;
}

#section-playlist-1 .card-overlay .card.campaign {
	background-color: #d9f1f0;
}

#section-playlist-1 .card-overlay:hover .card {
	opacity: 0.2;
}

#section-playlist-1 .card-overlay:hover .card-actions {
	opacity: 1;
}

#section-playlist-1 #playlistItemList .card-overlay:hover .card-actions {
	cursor: move;
}

#section-playlist-1 .card-overlay:hover .card-actions.move {
	cursor: move;
}

#section-playlist-1 .card-overlay .card .card-image img {
	border: none;
}

#section-playlist-1 .card-overlay .card-body {
	font-family: 'SFProDisplay-Semibold';
	color: #707a7a;
	text-transform: uppercase;
	border-bottom-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
    padding: 0.5rem;
	/*padding-bottom: 1.2rem;*/
}

#section-playlist-1 .card-overlay .card-actions {
	text-align: center;
	background-color: rgba(0,181,176,0.5);
	border-radius: 0.6rem;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .5s ease;
}

#section-playlist-1 .card-overlay .card-actions ul {
	list-style: none;
	padding: 0;
	height: 100%;
}

#section-playlist-1 .card-overlay .card-actions ul li {
	padding: 0;
	width: 100%;
}

#section-playlist-1 .card-overlay .card-actions ul li hr {
    border-top: 1px solid #ffffff;
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	padding-top: 2px;
	width: 100%;
}

#section-playlist-1 .card-overlay .card-actions.action-2 ul li hr {
	margin-top: 1.5rem;
	padding-top: 15px;
}

#section-playlist-1 .card-overlay .card-actions ul li a {
	font-family: 'SFProDisplay-Bold';
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #ffffff;
	/* Increase click area */
	display: inline-block;     
	padding: 0.5em;     
	margin: -0.5em;
}

#section-playlist-1 .card-overlay .card-actions ul li a:hover {
	text-decoration: none;
	color: #2b877c;
}

#section-playlist-1 .card-overlay .card-actions ul li a .far {
	font-size: 1.5rem;
	padding-right: 5px;
	display: inline-block;     
}

#section-playlist-1 .card-overlay .card-actions ul li a span {
	display: block;
}

#section-playlist-1 .card-overlay .card.masked > div > img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#section-playlist-1 .card-overlay .card .dropdown-toggle {
	font-size: 20px;
	padding: 10px;
    margin: -10px;
	position: absolute;
	top: 15px;
	right: 15px;
}

#section-playlist-1 .card-overlay .card .dropdown-toggle::after {
	border: none;
}

#section-playlist-1 .card-overlay .card .card-body {
	background-color: #ffffff;
}

#section-playlist-1 .card-overlay .card.campaign .card-body {
	background-color: #a8e5e2;
}

#section-playlist-1 .card-overlay .card.masked .card-image {
	border-bottom: solid 5px #999;
}

#section-playlist-1 .card-overlay .card.masked .card-body {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}

#section-playlist-1 .card-overlay .card .card-body .card-title {
	text-align: center;
}

#section-playlist-1 .card-overlay .card .card-body .card-title p {
	line-height: 1.2;
	margin-bottom: 0.2rem;
}

/* #endregion */

/* #region Categories */

#section-playlist-1 .categories {
	font-family: 'SFProDisplay-SemiBold';
}

#section-playlist-1 .categories .input-group .custom-select {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #707a7a;
	background-color: #d0d8db;
	max-width: 25%;
}

#section-playlist-1 .categories .input-group .form-control {
	font-size: initial;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #707a7a;
	background-color: #eff1f0;
	border-color: #eff1f0;
}

#section-playlist-1 .categories .new-media {
	background-color: #ee731a;
}

#section-playlist-1 .categories .new-media a {
	color: #ffffff;
}

#section-playlist-1 .categories .my-media {
	letter-spacing: 0.08rem;
	color: #ffffff;
	background-color: #3ab2ad;
	cursor: default;
}

#section-playlist-1 .categories .card {
	background-color: #ffffff;
}

#section-playlist-1 .categories li {
	font-size: 11px;
	text-transform: uppercase;
	padding: .5rem 1.25rem;
	cursor: pointer;
}

#section-playlist-1 .categories li.sub-item {
	padding-left: 30px;
}

#section-playlist-1 .categories li.list-group-item {
	display: flex;
    /*justify-content: flex-end!important;*/
}

#section-playlist-1 .categories li a {
	letter-spacing: 0.08rem;
	color: #707a7a;
}

#section-playlist-1 .categories li.active:not(.new-media) a {
	color: #3ab2ad;
}

#section-playlist-1 .categories li.list-group-item a:first-child {
    flex-grow: 1!important;
}

#section-playlist-1 .categories li.list-group-item a > i {
	font-size: 12px;
	color: #3ab2ad;
	margin-left: 10px;
}

#section-playlist-1 .categories li.active:not(.new-media) {
	background-color: #d9f1f0;
}

#section-playlist-1 .categories li.drag:not(.new-media) {
	background-color: #c3d9d8;
}

.list-group-item.active {
    border-color: rgba(0,0,0,.125);
	z-index: 0;		/* To avoid drag-drop is behind active list-group-item */
}

/* #endregion */

/* #endregion */

/* #region Content */

#section-content-1 img.support {
	position: fixed;
	max-height: 75%;
	max-width: 50%;
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
}

#section-content-1 h1 > span {
	font-size: 11px;
	text-transform: none;
	padding-left: 15px;
}

#section-content-1 .content {
	background-color: #ffffff;
	padding: 15px;
}

#section-content-1 .card {
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
}

#section-content-1 .card .card-body {
	background-color: #d4d6d7;
}

/* TEMP : To remove later when tutorial content will be OK */

#section-content-1 .overlay {
	background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1000000000;
}

#section-content-1 .overlay > span {
	font-size: 22px;
	text-align: center;
	padding-top: 280px;
}

/* TEMP */

/* #endregion */

/* #region Widget */

.widget-content-frame {
	top: 0;
	right: 0;
	display:none;
}

.widget-medias-frame {
	background-color: #ffffff; 
	border: #cccccc 1px solid; 
	position: fixed; 
	top: 20px; 
	right: 22%; 
	width: 77%; 
	height: 95%; 
	display:none;
}

.widget-toolbar-frame {
	background-color: #ffffff;
	border: #cccccc 1px solid; 
	position: fixed; 
	top: 20px; 
	right: 20px; 
	width: 20%; 
	height: 95%;
	overflow: hidden;
	display:none;
}

.widget-toolbar-frame.collapsed {
	height: 35px;
	width: 35px;
}

/* #endregion */

/* #region Widget Toolbar */

.widget-toolbar {
	position: relative;
}

.widget-toolbar .widget-toolbar-header {
	color: #ffffff;
	background-color: #00a9bd;
	padding: 5px 10px 10px 10px;
	height: 35px;
	/*cursor: move;*/
}

.widget-toolbar .widget-toolbar-header.collapsed span:first-child {
	display: none;
}

.widget-toolbar .widget-toolbar-header a {
	color: #ffffff;
}

.widget-toolbar .widget-toolbar-content {
	padding: 10px;
	/*overflow-y: auto;*/
}

.widget-toolbar .widget-toolbar-footer {
	position: fixed;
	left: 10px;
	bottom: 10px;
}

.widget-no-toolbar {
	background-color: #00a9bd;
	padding: 5px 10px;
	position: absolute;
	top: 25px;
	right: 25px;
	height: 35px;
}

.widget-no-toolbar a {
	text-decoration: none;
	color: #ffffff;
}

/* #endregion */

/* #region Widget Medias */

.widget-media {
	/*overflow: hidden;*/
}

.widget-media .widget-media-header .title {
	color: #ffffff;
	background-color: #00a9bd;
	padding: 5px 10px 10px 10px;
	height: 35px;
}

.widget-media .widget-media-header .title a {
	color: #ffffff;
}

.widget-media .widget-media-header .nav-item.active {
	background-color: #80d4df;
	border-radius: .25rem;
}

.widget-media .widget-media-header .nav-item.active a {
	color: #ffffff;
}

.widget-media .widget-media-header .checkbox-container {
	font-size: initial;
	margin-top: 0;
	margin-right: 15px;
}

.widget-media .widget-media-content {
	padding: 30px;
	/*height: 600px;*/
	overflow-y: auto;
}

.widget-media .widget-media-content .breadcrumb {
    /*background-color: #efefef;*/
	padding: 5px 10px;
	margin-bottom: 15px;
}

.widget-media .widget-media-content .breadcrumb .breadcrumb-item {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.widget-media .widget-media-content .breadcrumb .breadcrumb-item.droppable {
	border: dashed 2px #3ab2ad;
	padding: 3px;
	margin-top: -4px;
}

.widget-media .widget-media-content .breadcrumb .breadcrumb-item.dropping {
	background-color: #3ab2ad;
}

.widget-media .widget-media-content .crop-wrapper img {
	/*width: auto;*/
	display: block;
	/* This rule is very important, please don't ignore this */
	max-width: 100%;
}

.widget-media .widget-media-footer {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

/* #endregion */

/* #region Custom CheckBox */

.checkbox-container {
	font-weight: 500;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container.m0 {
	margin-top: 0;
	margin-bottom: 0;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container a {
	text-decoration: underline;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #3ab2ad;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* #endregion */

/* #region Utility */

.loader {
	background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1000000000;
}

.loader > div {
	color: #666666;
	position: absolute;
    top: 50%;
    left: 50%;
}

.uploader-overlay {
	background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1000000000;
}

.uploader {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(132,132,132,0.6);
	box-shadow: 0px 2px 4px 0px rgba(132,132,132,0.6);
	padding: 15px;
	position: absolute;
	width: 460px;
	height: 250px;
	top: 40%;
    left: 40%;
}

.uploadergrid {
	display: none;
}

/* #endregion */

/* #region Bootstrap eModal */

.modal-footer-iframe {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

.modal-body-iframe {
    padding-bottom: 70px;
}

.progress-bar {
    background-color: #0e95c9;
}

.invalid-schedule {
	border-color: #dc3545 !important;
}

/* #endregion */
