 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
}

/*
	/*Login
*/

.login {
	position: relative;
	height: 100vh;
	background: #f7f7f7;
	background-image: url('http://www.skoresheet.com/wp-content/uploads/2019/02/sports-comings-soon-banner.png');
	background-size: cover;
	background-position: center;
}

.login::after {
	content: "";
    position: absolute;
    background: #1f2d41d9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-dv {
	position: absolute;
    top: 50%;
    left: 50%;
    background: #fff0;
    width: 650px;
    height: 450px;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px #252525;
    z-index: 1;
}

.login-left {
	width: 325px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.login-left::after {
    content: "";
    background: rgba(3, 17, 35, 0.64);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-logo {
	position: absolute;
	z-index: 2;
	border: 2px solid  #96a0b5;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 200px;
	text-align: center;
	padding: 1rem;
}

.login-left img {
	width: 60px;
}

.login-copyright {
	position: absolute;
	bottom: 25px;
	color: #ccc;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	width: 100%;
	font-weight: 300;
}

.login-right {
	width: 325px;
	height: 100%;
	background: #f2f5fc;
	position: absolute;
	top: 0;
	right: 0;
}

.login-heading {
	padding: 3.5rem 15px;
    color: #666;
    text-align: center;
    font-size: 16px;
}

.login-inputs {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 2rem;
}

.login-inputs .form-control {
	height: 40px;
	box-shadow: 1px 1px 3px #ccc;
	font-size: 12px;
	padding-right: 35px;
}

.login-inputs .form-control:first-child {
	border-radius: 2px 2px 0 0;
	border: none;
}

.login-inputs .form-control:nth-child(n+2) {
	border-radius: 0 0 2px 2px;
	border: none;
	margin-top: 0.8px;
}

.login-inputs::after {
	content: "\f2c0";
	font-family: "FontAwesome";
	position: absolute;
	right: 2.8rem;
	top: 8px;
	color: #aaa;
	width: 16px;
	height: 18px;
	font-size: 16px;
	overflow: hidden;
}

.login-inputs::before {
	content: "\f023";
	font-family: "FontAwesome";
	position: absolute;
	right: 2.8rem;
	top: 47px;
	color: #aaa;
	width: 16px;
	height: 22px;
	font-size: 18px;
	overflow: hidden;
}

.login-inputs span {
	font-size: 12px;
	line-height: 2;
	display: block;
	color: #999;
}

.login-inputs span input {
	position: relative;
	top: 3px;
}

.login-inputs .btn {
	font-size: 14px;
	border-radius: 2px;
}

/*
	/*Login Loader
*/

.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	z-index: 3;
	display: none;
}

.loader img {
	position: absolute;
	width: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*
	/*Header
*/

.page-wraper {
	padding-left: 85px;
    padding-top: 10px;
    padding-right: 5px;
	position: relative;
	min-height: 100vh;
	background: #f5f5f5;
}

.sidebar {
	width: 80px;
	position: fixed;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 2;
}

.logo-dv {
	height: 60px;
	position: relative;
	background: #0d1d33;
}

.logo-dv::before {
	content: "";
	position: absolute;
	top: 60px;
	border-top: 50px solid #0d1d33;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}

.logo-dv img {
	width: 100%;
	position: relative;
	bottom: -10px;
	padding: 7px;
}

.side-menus {
	height: calc(100% - 120px);
	top: 120px;
	position: absolute;
	width: 100%;
	overflow: auto;
}

.side-menus::-webkit-scrollbar {
	display: none;
}

.side-menus a {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #666;
	padding: 0.7rem 0.2rem;
	text-decoration: none;
	line-height: 18px;
}
.side-menus span {
	display: block;
	font-size: 10px;
    text-transform: uppercase
}

.side-menus a:hover {
	color: #ecb800;
	transition: all 0.4s;
}

.side-menus a.active {
	color: #ecb800;
}

.seperator {
	margin: 0.5rem;
	position: relative;
	height: 1px;
}

.seperator::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #f5f5f5, #ccc, #f5f5f5)
}

.submenu {
	position: relative;
    text-align: center;
    font-size: 20px;
    color: #666;
    padding: 0.7rem 0;
	cursor: pointer;
}

.submenu-dv {
	position: absolute;
    left: 50px;
    bottom: 20px;
    display: none;
}

.submenu:hover .submenu-dv {
	display: block;
}

.submenu-dv .btn {
	border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 13px;
    padding: 5px 0;
    margin-bottom: 0.3rem;
}

.tooltip {
	pointer-events: none;
}

/*
	/*Dashboard
*/

.dashboard .col-md-1,
.dashboard .col-md-2,
.dashboard .col-md-3,
.dashboard .col-md-4,
.dashboard .col-md-5,
.dashboard .col-md-6,
.dashboard .col-md-7,
.dashboard .col-md-8,
.dashboard .col-md-9,
.dashboard .col-md-10,
.dashboard .col-md-11,
.dashboard .col-md-12 {
	padding: 0 5px;
}

.card {
	border-radius: 0;
	margin-bottom: 10px;
}

.spinner {
	position: relative;
}

.card-title {
	font-size: 14px;
}

.card-title .total {
	float: right;
}

.total label {
	font-size: 12px;
	color: #797979;
	font-weight: 400;
}

.card-body {
	position: relative;
	font-weight: 300;
}

.dashboard .card-footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	border: 0;
}

.country-card {
	height: 550px;
}

.short-card {
	height: 130px;
}

.normal-cards {
	height: 270px;
}

.card-count {
	color: #06c352;
	font-size: 2.5em;
	text-align: center;
	font-weight: 200;
}

.dashboard td {
	padding: 6px 15px !important;
	color: #333 !important;
}

.dashboard-dropdown .btn{
	font-size: 12px;
	border-radius: 0;
}

.dropdown.dashboard-dropdown .dropdown-menu {
	top: 30px !important;
	font-size: 12px;
	border-radius: 0;
}

.dashboard .dropdown.dashboard-dropdown .dropdown-menu a:last-child {
	margin-top: -38px;
}

.dropdown.dashboard-dropdown .dropdown-menu .form-control {
	opacity: 0;
	cursor: pointer;
}

.dropup.dashboard-dropdown .dropdown-menu {
	top: auto !important;
	bottom: 30px !important;
	font-size: 12px;
	border-radius: 0;
}

.dropup.dashboard-dropdown .dropdown-menu a:last-child {
	margin-top: -38px;
}

.dropup.dashboard-dropdown .dropdown-menu .form-control {
	opacity: 0;
	cursor: pointer;
}

.dashboard-dropdown .dropdown-menu a {
	padding: 8px 10px;
}

.middle-cards {
	height: 245px;
}

.bottom-card {
	height: 370px;
}

.spinner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffffcc;
	z-index: 1;
}

.spinner::after {
	content: "\f110";
	font-family: "FontAwesome";
	position: absolute;
	top: 45%;
	left: 45%;
	font-size: 30px;
	-webkit-animation: fa-spin 2s infinite linear;
	z-index: 1;
	color: #333;
}

.card table td {
	color: #545454;
	padding: 11px 15px;
	border-color: #eeeff1;
	font-size: 13px;
}

.normal-cards .table-responsive {
	height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
}

.normal-cards .table-responsive.storage-table {
	height: 200px;
}

.dashboard th {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding: 8px 15px;
	border: none !important;;
}

/*
	/*Dropdown Animation
*/

@media (min-width: 992px) {
	.animate {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

/*
	/*Scrollbar
*/

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-track { 
	border-radius: 10px;
	background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background: rgb(13,29,51,0.8); 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgb(13,29,51,1);
	transition: all 0.4s;
}

/*
    *Custom Notify
*/

.custom .brighttheme-success {
    background: #0ca800;
    color: #fff;
    opacity: 0.9;
}

.custom .brighttheme-error {
    background: #e91616;
    color: #fff;
    opacity: 0.9;
}

.btn {
	font-size: 13px;
}

/*
	/*My Switch
*/

.switch-o {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 16px;
}

.switch-o input {
	display:none;
}

.switch-o .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: inset -1px 1px 2px #ccc, inset 1px 1px 3px #666;
}

.switch-o .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: -1px;
	bottom: -1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: inset 2px -2px 8px #f3f3f3, 1px 1px 2px #999;
}

.switch-o input:checked + .slider {
	background-color: #11d68d;
}

.switch-o input:focus + .slider {
	box-shadow: 0 0 1px #b6b6b6;
}

.switch-o input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.switch-o input:checked+ .slider.round::before{
	/*content: "\f118";
	color: #008800;*/
}

.switch-o input:checked + .slider .off{
	display: none;
}

.switch-o .slider.round {
	border-radius: 34px;
}

.switch-o .slider.round:before {
	border-radius: 50%;
	
}

.badge-success {
	background: #1abd81;
}

/*
	/*Channels
*/

.channels {
	padding: 0 5px;
	padding-bottom: 5rem;
}

.channels table td {
	vertical-align: middle;
}

.channels table td label {
	display: block;
}

.channels-table td {
	padding: 8px 5px !important;
}

.btn {
	box-shadow: 2px 2px 5px #ccc;
}

.collapse.out {
	background: #f9f9f9;
}

.channel-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	padding: 0.4rem;
	text-transform: uppercase;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
    vertical-align: middle;
}

.channel-detail {
	display: inline-block;
    padding-left: 8px;
    width: calc(100% - 60px);
    line-height: 15px;
    vertical-align: middle;
}

.channel-detail a {
	display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-img {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	padding: 0.4rem;
	text-transform: uppercase;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.user-img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*.ch-name {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	top: -12px;
}*/

.channels-table {
	min-height: 70vh;
}

.dropdown-menu {
	top: 30px !important;
	right: 0!important;
	left: auto !important;
	font-size: 12px;
	border-radius: 0;
}

.channels .form-group {
	margin-bottom: 8px;
}

.channels .dropdown {
	display: inline;
}

.channels .btn {
	border-radius: 0;
	height: 34px;
}

.btn-success {
	background: #01c851;
	border: 1px solid #01c851;
}

.btn-primary {
	background: #4385f5;
	border: 1px solid #4385f5;
}

.btn-danger {
	background: #e20538;
	border: 1px solid #e20538;
}

.btn-info {
	background: #33ad96;
	border: 1px solid #33ad96;
}

.btn-info:hover {
	background: #279681;
	border: 1px solid #279681;
}

.btn-warning {
	background: #ff8800;
	border: 1px solid #ff8800;
}

.search-bar {
	border-radius: 0;
	height: 34px;
	font-size: 12px;
	max-width: 350px;
	display: inline;
}

th {
	font-weight: 400;
	color: #666;
	border: none !important;
}

.channels label {
	font-weight: 500;
	color: #333;
	display: block;
	margin-bottom: 0;
}

.channels .badge {
	font-weight: 500;
	padding: 5px 10px;
}

.hiddenRow {
    padding: 0 4px !important;
    border: none !important;
}

.accordian-body {
	background: #f9f9f9;
	position: relative;
}

.filter {
	width: 200px;
}

.filter .dropdown-item {
	padding: 0.6rem 1rem;
}

.selected-filters {
	display: inline-block;
	font-size: 12px;
}

.my-selected {
	padding: 4px 20px 4px 10px;
	color: #333;
	display: inline-block;
	margin: 2px;
	position: relative;
	font-weight: 500;
}

.my-selected a {
	position: absolute;
	right: 7px;
	top: 7px;
	color: #333;
	text-decoration: none;
}

.s-admin-link {
	text-decoration: none;
	font-weight: 500;
	color: #1abd81;
	position: relative;
}

.s-admin-link:hover {
	text-decoration: none;
	color: #333;
	transition: all 0.4s;
}

.s-admin-link .badge {
	position: absolute;
    top: -10px;
    right: -10px;
    padding: 3px 5px;
}

.accordion-toggle {
	text-decoration: none;
	font-weight: 500;
	color: #17a2b8;
}

.accordion-toggle:hover {
	text-decoration: none;
	color: #999;
	transition: all 0.4s;
}

.page-item .page-link {
	color: #17a2b8;
}

.page-item.active .page-link {
	background: #17a2b8;
	border: 1px solid #17a2b8;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
	outline: none;
	border: none;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

.card-footer p {
	font-size: 12px;
	color: #666;
	margin: 0;
	margin-bottom: 5px;
	float: left;
}

.card-footer .pagination {
	float: right;
}

.top-buttons {
	margin-top: 5px;
}

.top-buttons .row {
	margin: 0 -10px;
}

.top-buttons .form-group {
	margin-bottom: 10px !important;
}

.top-buttons .btn {
	border-radius: 0;
	box-shadow: none;
}

.top-buttons .btn-light {
	border: 1px solid #ccc;
	color: #666;
}

.accordian-body span {
	display: inline-block;
	color: #666;
	font-size: 12px;
	width: 45%;
	text-align: right;
	margin-right: 8px;
}

.accordian-body label {
	margin-bottom: 5px;
}

.accordian-body .form-group {
	margin-bottom: 10px;
}

.accordian-body strong {
	color: #333;
	font-weight: 500;
	display: inline-block;
	width: calc(50% - 8px);
}

hr.styled.black {
    border: 0 !important;
    height: 1px !important;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    background-image: -moz-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    background-image: -ms-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    background-image: -o-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    margin: 30px 0;
}

.btn-back {
	width: 32px;
	height: 33px;
	background: #fbfbfb;
	padding: 5px;
	margin-left: 18px;
	position: relative;
	border: none;
	border: 1px solid #ccc;
}

.btn-back::before {
	content: "";
	position: absolute;
	left: -17px;
	top: -2px;
	border-right: 17px solid #ccc;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
}

.btn-back::after {
	content: "";
	position: absolute;
	left: -16px;
	top: -1px;
	border-right: 16px solid #fbfbfb;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

.btn-back i {
	position: relative;
	left: -5px;
	color: #555;
}

.channels table .dropdown-menu {
	top: 15px !important;
}

.channel-loader {
	position: relative;
	width: 100%;
	height: 180px;
	z-index: 2;
}

.channel-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	transform: translate(-50%,-50%);
}

.top-buttons form {
	display: inline;
}

.pos-rel {
	position: relative;
}

.ck-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255,0.9);
	z-index: 3;
	display: none;
}

.ck-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
}

/*
	/*Custom Checkbox
*/

.features {
	display: block;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 40px;
	padding: 9px;
	border: 1px dashed #1abd81;
}

.features input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.features .checkmark {
	position: absolute;
	top: 9px;
	right: 10px;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #999;
}

.features:hover input ~ .checkmark {
	background-color: #ccc;
}

.features input:checked ~ .checkmark {
	background-color: #1abd81;
	border: 1px solid #1abd81;
}

.features .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.features input:checked ~ .checkmark:after {
	display: block;
}

.features .checkmark:after {
	left: 7px;
	top: 4px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
	/*Add Channel
*/

.breadcrumb {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 5px;
}

.breadcrumb a {
	color: #1abd81;
	font-weight: 600;
	text-decoration: none;
}

.add-channel {
	padding: 0 5px;
	padding-bottom: 30px;
}

.add-channel .card-title {
	margin-bottom: 1em;
}

.add-channel .form-group {
	margin-bottom: 5px;
}

.add-channel .form-control {
	border-radius: 2px;
    font-size: 12px;
    height: 40px;
    border: 1px solid #a5a5a5;
	transition: all 0.4s;
	resize: none;
	color: #333;
}

.add-channel .input-group-text {
	border-radius: 2px;
    font-size: 12px;
    height: 40px;
    border: 1px solid #a5a5a5;
	transition: all 0.4s;
	resize: none;
	color: #333;
}

.add-channel textarea.form-control {
	height: auto;
}

.add-channel .form-control:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #24825e;
	transition: all 0.4s;
}

.add-channel .form-control::placeholder {
	color: #888;
	font-weight: 300;
}

.add-channel .form-group label {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	background: #fff;
	padding: 1px 5px;
	margin-left: 8px;
	position: relative;
	bottom: -10px;
	color: #24825e;
	z-index: 5;
	display: inline-block;
}

.add-channel .form-group label span {
	color: #cc0000;
}

.was-validated .form-control:invalid {
    border-color: #a5a5a5;
}

.was-validated .form-control:valid {
    border-color: #24825e;
}

.was-validated .form-control:valid:focus {
    border-color: #24825e;
    box-shadow: 0 0 0 0.2rem rgba(36,130,94,.25);
}

.valid-feedback,
.invalid-feedback {
	font-weight: 500;
}

.square {
	border-radius: 0;
}

.save-dv {
	background: linear-gradient(#e9f1ee,#fff);
	padding: 1rem;
	padding-bottom: 2rem;
	border-radius: 6px 6px 0 0;
	margin-top: 5px;
	text-align: right;
	margin-top: 2rem;
}

.not-found-text {
	margin: 0 !important;
	width: 100% !important;
}

.ranges {
	display: flex;
}

.ranges .range {
	width: 50%;
}

.second-range {
	margin-left: 8px;
}

.parent-usage-cut {
	width: 100% !important;
}

/*
	/*User
*/

.user-detail {
	display: inline-block;
	line-height: 15px;
	position: relative;
	top: -5px;
	margin-left: 5px;
}

.user-detail label {
	margin: 0;
}

.ui-datepicker {
	z-index: 6 !important;
}

.main-title{
	background: #0d1d33;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    margin: -1.25rem;
    margin-bottom: 1rem;
}

.main-title label {
	color: #ccc;
	font-size: 14px;
}

.min-h75 {
	min-height: 75vh;
}

.tooltip {
	pointer-events: none;
	font-size: 12px;
}

.not-found {
    text-align: center;
    font-size: 16px;
    padding: 5em;
    color: #888;
    width: 100%;
    background: #fff;
}

.username-error {
	border-color : #dc3545;
	box-shadow : 0 0 0 0.2rem rgba(220,53,69,.25);
}

/*
	/*Email Modal
*/

.email-modal .modal-title {
	font-size: 16px;
}

.email-modal .modal-content {
	border-radius: 0;
}

.email-modal .modal-header {
	background: #f9f9f9;
}

.email-modal .form-control {
	border-radius: 2px;
	font-size: 14px;
}

/*
	/*Manage Content
*/

.content-table thead th {
	color: #333;
    font-size: 14px;
    font-weight: 600;
}

.content-table tbody td {
	font-size: 12px;
	color: #666;
}

.content-table tbody td:first-child {
	text-transform: uppercase;
	color: #676767;
    font-weight: 400;
	font-size: 13px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: #f8f9fa;
}

.ml-n10 {
	margin-left: -10px;
}

/*
	/*Administrators
*/

.input-group .btn {
	height: auto;
}

.form-control {
	font-size: 14px;
}

/*
	/*Channel Analytics
*/

.analytics-title {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 -0.55rem;
	margin-bottom: 1rem;
}

.rev-trans {
    width: 100%;
    display: table;
    padding: 1.3rem 4rem;
}

.rev-trans label {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.rev-trans span {
    font-size: 2em;
    font-weight: 600;
    color: #888;
}

.rev-list-dv {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.rev-list {
    padding: 2rem;
    border-top: 1px solid #d3d3d3;
    background: #fcfcfc;
    height: 209px;
}

.rev-list label {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin: 0;
}

.rev-list span {
    font-size: 20px;
    float: right;
    font-weight: 700;
    color: #666;
}

.no-bg {
	background: none !important;
}

/*
	/*Notifications
*/

.notification .switch-o {
	margin: 0;
	margin-left: 2rem;
}

.page-item.disabled .page-link {
	border-color: #becacc;
    background: #e8ebef;
}

.cke_contents {
	min-height: 46vh !important;
}

/*
	/*Add Content
*/

.add-content {
	padding-bottom: 1rem;
}

/*
	/*Manage Roles
*/

.roles {
	padding: 0 5px 15px 5px;
}

.ml-n5 {
	margin-left: -5px;
}

.roles-table {
	min-height: 43vh;
}

.roles-table .dropdown-menu {
	left: 0 !important;
	right: auto !important;
	top: 20px !important;
}

.roles-table td {
	font-weight: 400;
	color: #333;
}

.roles-table th {
	font-weight: 500;
}

.roles label {
	margin: 0;
	font-weight: 500;
}

.roles .form-control {
	border-radius: 0;
	resize: none;
}

/*
	/*Theme Checkbox
*/

.custom-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.custom-check:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom-check input:checked ~ .checkmark {
	border: 1px solid #18c39c;
	background-color: #18c39c;
}

.custom-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-check input:checked ~ .checkmark:after {
	display: block;
}

.custom-check .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fstElement {
	width: 100%;
	border: 1px solid #a5a5a5 !important;
	min-height: 40px;
	padding: 0 6px;
}

.fstControls {
	width: 100% !important;
	padding: 5px !important;
	padding-bottom: 0 !important;
}

.fstMultipleMode .fstQueryInput {
	font-size: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 28px !important;
}

.fstChoiceItem {
	margin: 0 !important;
	font-size: 12px !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	border: 1px solid #33ada2 !important;
    background-color: #33ada2 !important;
}

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

.fstResultItem.fstSelected {
	color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #c1c1c1 !important;
}

.fstResultItem.fstFocused {
    background-color: #33ada2 !important;
    border-color: #72c5b6 !important;
}

.lh-10p {
	line-height: 10px;
}

/*
	/*Not Authorized Page
*/

.not-auth {
	padding: 0 5px;
	padding-bottom: 15px;
}

.not-auth-main {
	padding-top: 47%;
	background: #fff;
	position: relative;
}

.not-authorized {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.not-auth-icon {
	font-size: 5em;
	color: #fbc200;
}

.not-authorized h3 {
	font-size: 1.4rem;
}

.not-authorized p {
	font-weight: 400;
    color: #697586;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #24825e !important;
    border-radius: 2px !important;
    height: 40px !important;
    box-shadow: none !important;
    background: transparent !important;
}

.filter-option {
	padding: 8px 15px !important;
}

.bootstrap-select>.dropdown-menu {
	transform: translate3d(0px, 10px, 0px) !important;
}

.bs-searchbox .form-control {
	height: 30px;
}

.transactions {
	padding: 0 5px;
    padding-bottom: 5rem;
}

.transactions .top-buttons .form-control {
	border-radius: 0;
	font-size: 12px;
}

.transactions-table td {
	vertical-align: middle;
	font-weight: 400;
}

.transactions-table th {
	font-weight: 500;
}

.transactions .top-buttons select.form-control:not([size]):not([multiple]) {
	height: 34px;
}

.autocomplete-items {
	position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.17);
}

.autocomplete-items div {
	padding: 8px 15px;
	line-height: 28px;
    color: #7c8ca5;
    transition: all 0.4s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.autocomplete-items div:hover {
	background: #f8fcfe;
    border-top: 1px solid #D3DCE6;
    border-bottom: 1px solid #D3DCE6;
    transition: all 0.4s;
    cursor: pointer;
}

.transaction-modal .modal-body {
	padding: 1rem 2rem;
}

.transaction-modal .close {
	position: absolute;
    right: 19px;
    top: 29px;
}

.transaction-modal .modal-header {
	display: block;
}

.transaction-modal td {
	padding: 8px 15px;
    font-size: 13px;
}

.transaction-modal td span {
	color: #02773c;
	display: block;
}

.transaction-modal .table {
	border: 1px solid #ccc;
}

.transaction-modal .modal-content {
	border-radius: 0;
}

.transaction-modal .modal-title {
	text-align: center;
	font-size: 18px;
}

.modal-title span {
	display: block;
    font-size: 12px;
    font-weight: 400;
    color: #777;
}

/*
	/*Downloads
*/

.downloads-table {
	margin-top: 2rem;
}

.table-heading {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.table-heading span {
	display: block;
	font-size: 13px;
	color: #777;
}

.downloads-table td {
	vertical-align: middle;
	border-top: 1px solid #c3c3c3 !important;
	padding: 6px 12px !important;
	font-weight: 400;
	color: #333 !important;
}

.downloads-table tbody tr:nth-of-type(odd) {
    background-color: rgba(136, 136, 136, 0.05);
}

.pNotify-link, .pNotify-link:hover, .pNotify-link:focus {
	display: block;
    text-align: center;
    color: #e4ff00;
}

.dropdown.dashboard-dropdown .dropdown-menu {
	left: 0!important;
	right: auto !important;
}

.support-dropdown .dropdown-menu {
	left: 0 !important;
	right: auto !important;
}

.articles-table {
	height: calc(100vh - 260px);
	overflow-x: hidden;
	overflow-y: auto;
}

.articles-table td {
	padding: 15px !important;
	vertical-align: middle;
}

.article-table td:first-child a {
	font-size: 14px;
	color: #01c851;
	font-weight: 400;
}

.add-article {
	padding: 0 5px;
}

.add-article .breadcrumb {
	background-color: #fff;
	padding: 1.2rem 1.5rem;
	border: 1px solid #ddd;
	margin: 0;
}

.article-inner {
	background-color: #fff;
	height: calc(100vh - 80px);
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
}

.article-sidebar {
	position: absolute;
	right: 0;
	height: 100%;
	width: 350px;
	background-color: #eee;
	top: 0;
}

.article-leftbar {
	position: absolute;
	left: 0;
	height: 100%;
	width: calc(100% - 350px);
	top: 0;
	padding: 3rem;
}

.article-leftbar .form-group {
	position: relative;
}

.article-title {
	font-size: 1.8rem;
	font-weight: 200;
	padding: 5px 10px;
}

.article-title i {
	font-size: 16px;
	position: relative;
	top: -6px;
	color: #777;
}

.article-title:hover {
	background-color: #f3f3f3;
	cursor: pointer;
}

.categories {
	padding: 0 5px;
}

.add-btns {
	margin: 5px 0 10px 0;
}

.category-inner {
	position: relative;
	background-color: #fff;
	height: calc(100vh - 70px);
	border: 1px solid #d8dcde;
}

.category-sidebar {
	position: absolute;
	height: 100%;
	width: 320px;
	left: 0;
	top: 0;
	background-color: #fbfbfb;
	border-right: 1px solid #d8dcde;
	padding: 1.5rem;
}

.total-list {
	background-color: #f1f1f1;
	border-radius: 6px;
	padding: 0.2rem 0;
}

.category-sidebar ul {
	list-style: none;
	padding: 0;
}

.category-sidebar ul a {
	padding: 0.7rem 1.2rem;
	display: block;
	text-decoration: none;
	color: #666;
}

.category-sidebar ul span {
	float: right;
}

.category-sidebar ul i {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.categories-rightbar {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 320px);
	padding: 1.5rem;
	padding-bottom: 60px;
	overflow-x: hidden;
	overflow-y: auto;
}

.clist-heading {
	font-weight: 400;
	font-size: 1.2rem;
}

.categories-list {
	height: calc(100vh - 230px);
	overflow-x: hidden;
	overflow-y: auto;
}

.categories-list h5,
.articles-list h5 {
	font-size: 14px;
	color: #01c851;
	margin: 1rem 0;
}

.categories-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fbfbfb;
	border-top: 1px solid #d8dcde;
	padding: 13px 15px;
}

.catgs {
	position: relative;
}

.catgs .cat-name {
	display: block;
	border-radius: 2px;
	border: 1px solid #eee;
	color: #666;
	padding: 0.6rem 1.2rem;
	margin: 5px 0;
	text-decoration: none;
	transition: all 0.4s;
	position: relative;
}

.catgs .cat-name:hover {
	border: 1px solid #01c851;	
}

.categories-list h6 {
	margin: 0;
	font-size: 14px;
}

.categories-list span {
	color: #777;
	font-size: 12px;
}

#titleInput {
	display: none;
}

.article-sidebar {
	padding: 1rem;
	padding-top: 115px;
}

.styled-form label {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    background: #fff;
    padding: 1px 5px;
    margin-left: 8px;
    position: relative;
    bottom: -10px;
    color: #24825e;
    z-index: 5;
}

.form-control:focus {
	box-shadow: none;
}

.styled-form .form-control {
	border-radius: 2px;
	resize: none;
}

.article-sidebar .styled-form label {
	background: linear-gradient(0deg, #f8f9fa, #eee);
}

.article-sidebar .btn-light {
	height: 36px;
    border-radius: 0;
}

.article-sidebar .btn-light:hover,
.article-sidebar .btn-light:focus {
	background: #f8f9fa;
}

.article-sidebar .btn-light:not(:disabled):not(.disabled).active,
.article-sidebar .btn-light:not(:disabled):not(.disabled):active,
.article-sidebar .btn-light.dropdown-toggle  {
	background: #f8f9fa !important;
}

.categories-footer .dropdown-menu {
	left: 0 !important;
	right: auto !important;
	top: -5px !important;
	box-shadow: 2px 2px 5px #eee;
	border: none;
}

.categories-footer .btn {
	box-shadow: none;
}

.articles-table .checkmark {
	height: 18px;
	width: 18px;
}

.articles-table .custom-check {
	margin-bottom: 18px;
	padding-left: 7px;
}

.articles-table .checkmark:after {
	left: 6px;
	top: 2px;
	border-width: 0 2px 2px 0;
}

.text-success {
	color: #01c851 !important;
}

.categories-footer .dropdown-item {
	padding: .5rem 1rem;
	font-size: 13px;
}

.categories-footer .dropup {
	display: inline-block;
}

.categories-footer .bottom-buttons {
	display: none;
}

.articles-table td:nth-child(2) i {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.articles-table td:nth-child(2) p {
	margin: 0;
	font-size: 12px;
	color: #999;
}

.catgs .dropdown {
	position: absolute;
	right: 20px;
	top: 17px;
}

.catgs .dropdown-toggle::after {
	display: none;
}

.catgs .dropdown-menu {
	position: absolute;
	right: 0 !important;
	left: auto !important;
}

.cat-name i {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.article-save {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	background-color: #f8f8f8;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 102px;
}

.article-sidebar .form-group label {
	font-weight: 500;
	margin: 0;
}

.article-sidebar .form-group p {
	margin: 0;
	color: #666;
	margin-bottom: 2px;
}

/*
	/*Tags Input
*/

.tagsinput,
.tagsinput * {
	box-sizing: border-box
}

.tagsinput {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #556270;
	padding: 5px 5px 0;
	border: 1px solid #e6e6e6;
	border-radius: 2px
}

.tagsinput.focus {
	border-color: #ccc
}

.tagsinput .tag {
	position: relative;
    background: #e6e6e6;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #444;
	padding: 5px 30px 5px 5px;
	border-radius: 2px;
	margin: 0 5px 5px 0
}

.tagsinput .tag .tag-remove {
	position: absolute;
	background: 0 0;
	display: block;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	color: #ff6b6b;
	line-height: 30px;
	padding: 0;
	border: 0
}

.tagsinput .tag .tag-remove:after,
.tagsinput .tag .tag-remove:before {
	background: #ff6b6b;
	position: absolute;
	display: block;
	width: 10px;
	height: 2px;
	top: 14px;
	left: 10px;
	content: ''
}

.tagsinput .tag .tag-remove:before {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.tagsinput .tag .tag-remove:after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

.tagsinput div {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.tagsinput div input {
	background: 0 0;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	border: 0;
	margin: 0 5px 5px 0
}

.tagsinput div input.error {
	color: #ff6b6b
}

.tagsinput div input::-ms-clear {
	display: none
}

.tagsinput div input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1
}

.tagsinput div input:-moz-placeholder {
	color: #ccc;
	opacity: 1
}

.tagsinput div input::-moz-placeholder {
	color: #ccc;
	opacity: 1
}

.tagsinput div input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1
}

#slugInput {
	text-transform: lowercase;
}

.channel-features {
	position: relative;
}
.channel-features .btn-wrapper {
	position: absolute;
    right: 0;
    top: 23px;
}
.channel-features .btn-wrapper .btn {
	border-radius: 0px;
}
.add-channel .error .form-group label {
	color: #f00;
}
.was-validated .error .form-control:valid {
	border-color: #f00;
}
.usage-settings-wrapper h3 span {
	float: right;
	cursor: pointer;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
		overflow: hidden;
		width: 100%;
		-webkit-appearance: none;
		background-color: #01c851;
		outline: none;
    }
	input[type='range']::-webkit-slider-thumb {
      width: 5px;
      -webkit-appearance: none;
      height: 20px;
      cursor: ew-resize;
      background: #434343;
    }
}

input[type="range"]::-moz-range-track {  
  background-color: #01c851;
}
input[type="range"]::-ms-fill-upper {  
  background-color: #01c851;
}
.revenue_range .card-title {
	margin-top: 10px;
}