body {
	font-family: 'Roboto', sans-serif;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
#mainCtn {
	height: 100vh;
}
.fullHeight {
	position: relative;
	height: 100%;
}
.fullWidth {
	width: 100%;
}
.loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 999;
}
.pointer {
	cursor: pointer;
}
.relative {
	position: relative;
}
.scrollCtn {
	overflow: auto;
}
.previewMedia {
	position: absolute;
	top: 0;
	right: .75rem;
	cursor: pointer;
}

nav {
	background-color: #fff;
}
nav .brand-logo img {
	max-height: 40px;
	margin-top: 8px;
}
main#mainCtn,
#mainCtn.public {
	height: -moz-calc(100vh - 56px);
	height: -webkit-calc(100vh - 56px);
	height: calc(100vh - 56px);
}
main, footer {
	padding-left: 300px;
}
main.fullScreen, footer.fullScreen {
	padding-left: 0;
}
.sidenav,
.sidenav .collapsible-body {
	background-color: #1b5883;
}
.sidenav li.active:not(.subLevel),
.sidenav .collapsible-body>ul:not(.collapsible)>li.active, 
.sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
	background-color: #053e65;
}
.sidenav li>a {
	color: white;
	text-transform: uppercase;
}
.sidenav .collapsible-header {
	padding: 0 32px;
}
.sidenav .divider {
	margin: 8px 0;
}
nav ul a {
	color: #000;
}
.btn,
.btn-large,
.btn-small {
	background-color: #fd8524;
}
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: #e89756;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #fd8524;
}
.btn.secondary,
.btn-large.secondary,
.btn-small.secondary {
	background-color: #1cba85;
}
.btn.secondary:focus,
.btn-large.secondary:focus,
.btn-small.secondary:focus,
.btn-floating.secondary:focus {
    background-color: #168d65;
}
.btn.secondary:hover,
.btn-large.secondary:hover,
.btn-small.secondary:hover {
    background-color: #29eaa9;
}
.btn.remove,
.btn-large.remove,
.btn-small.remove,
.btn-floating.clearBtn {
	background-color: #fc0e2b;
}
.btn.remove:focus,
.btn-large.remove:focus,
.btn-small.remove:focus,
.btn-floating.remove:focus,
.btn-floating.clearBtn:focus {
    background-color: #c3081f;
}
.btn.remove:hover,
.btn-large.remove:hover,
.btn-small.remove:hover,
.btn-floating.clearBtn:hover {
    background-color: #f8445a;
}
.clearBtn {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.clearBtn i {
	line-height: 24px;
	font-size: 1.2rem;
}

[type="radio"].invalid:not(:checked)+span:before,
[type="radio"].invalid:not(:checked)+span:after {
	border: 2px solid #F44336;
}
.select2-container {
	max-width: 100%;
	width: 100% !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
	border-bottom: 1px solid #9e9e9e;
	height: 3rem;
	line-height: 3rem;
	font-size: 16px;
	border-radius: 0;
	outline: none;
}
.select2-hidden-accessible.invalid + .select2-container--default .select2-selection--single,
.select2-hidden-accessible.invalid + .select2-container--default .select2-selection--multiple {
	border-bottom: 1px solid #F44336;
    -moz-box-shadow: 0 1px 0 0 #f44336;
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(0,0,0,0.87) transparent transparent transparent;
}
.select2-container + label {
	position: absolute;
	top: -26px;
	font-size: .8rem;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	min-height: 3rem;
	height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 1.5;
}
.select2-container .select2-search--inline .select2-search__field {
	height: 26px;
	line-height: 26px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
}

table.dataTable thead th, 
table.dataTable thead td,
table.dataTable tbody th, 
table.dataTable tbody td {
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding: 6px 5px !important;
}
table.dataTable thead>tr>th.sorting {
	padding-right: 26px !important;
}
table.dataTable.no-footer {
	border: none;
}
#dataList .select-wrapper {
	display: inline-block;
	width: 60px;
	margin: 0 6px;
}
#dataListTable_filter {
	min-width: 300px;
}
#dataListTable_filter input {
	height: 1.8rem;
}
#dataListTable .btn-small {
	padding: 0 8px;
}
#dataFilter {
	float: left;
	padding-left: 12px;
}

.modalSmall {
	width: 34%;
}
.modalLarge {
	width: 90%;
	max-height: 80%;
}
.divider {
	background: rgba(96, 125, 139, 0.15);
}
#sortable li {
	cursor: move;
}
#sortable.collection .collection-item.meditation {
	padding: 10px 20px 10px 30px;
}
.ui-state-highlight {
	line-height: 1.5rem;
	padding: 10px 20px;
	height: 44px;
}
.editorCtn label {
	font-size: 1rem;
	margin-bottom: 12px;
	display: inline-block;
}
.ql-editor {
	min-height: 200px;
}
strong {
	font-weight: bold;
}
.excelButton {
	background-color: #fd8524 !important;
	color: white !important;
	text-transform: uppercase;
    border: none !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.removeOption {
	position: absolute;
	top: 6px;
	right: 0;
	cursor: pointer;
	color: #f44336;
	z-index: 1;
}
label.truncate {
	max-width: 92%;
}
.subLevel ul li a {
	padding-left: 50px !important;
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
	.modalSmall {
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {  
	.modalSmall {
		width: 80%;
	}
	#formCtn {
		display: block;
	}
	.valignBlock {
		display: block;
	}
	iframe {
		max-width: 100%;
	}
}
@media only screen and (max-width : 992px) {
	main, footer {
		padding-left: 0;
	}
}
@media only screen and (min-width: 601px) {
	nav .brand-logo img {
		max-height: 48px;
		margin-left: 12px;
	}
	.sidenav {
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		height: calc(100% - 64px);
		top: 64px;
	}
	nav ul.left {
		margin-left: 300px;
	}
	main#mainCtn,
	#mainCtn.public {
		height: -moz-calc(100vh - 64px);
		height: -webkit-calc(100vh - 64px);
		height: calc(100vh - 64px);
	}
}