
/*========================================
	
	Base HTML
	
========================================*/


body, html {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	background-color: #00355e;
	font-family: "Muli", sans-serif;
	overflow-y: scroll;
}

textarea {
	resize: none;
}

legend {
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 4px;
	margin-top: 40px;
	border-bottom: 1px solid #F2F2F2;
	color: #404040;
}

legend:first-of-type {
	margin-top: 0;
}

legend h1 {
	font-size: 2.0em;
	font-weight: 600;
}

hr {
	border-top: 1px solid #e3e3e3;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

a {
	color: #337ab7;
}

a:hover {
	color: #77acd9;
}

label {
	font-weight: 600;
}

select.form-control {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	background-image: url(../img_new/arrow.png);
	background-position: 101% 50%;
	background-repeat: no-repeat;
}

select.input-sm {
	line-height: 20px;
}

/*========================================
	
	Bootstrap Overrides
	
========================================*/


.btn {
    border: 0;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:visited, .btn-outline:focus {
    background-color: lightgray;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid lightgray;
    color: lightgray;
}

.nav-tabs>li {
	background: #e5e5e5;
}

.nav-tabs>li>a:hover {
	background: #f2f2f2;
}

.nav-tabs>li>a {
	font-weight: 600;
	padding: 20px;
}

.alert {
	color: white;
	border: 0;
}

.alert-success {
	background: rgb(92, 184, 92); /* this is a green */
}

.alert-info {
	background: rgb(66, 139, 202); /* this is a light blue */
}

.alert-warning {
	background: rgb(240, 173, 78); /* this is an orange */
}

.alert-danger {
	background: rgb(217, 83, 79); /* this is a maroon */
}

.alert-validation {
	display: none;
}

.alert-validation p {
	margin-bottom: 10px;
}

.alert-validation label:last-child {
	margin-bottom: 0;
}

.well {
	border: 1px solid #F2F2F2;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar {
	font-weight: 600;
	letter-spacing: 0.1em;
	border: 0;
	background-color: #005191;
	margin: 0;
	/*box-shadow:
		0 4px 5px 0 rgba(0, 0, 0, .14),
		0 1px 10px 0 rgba(0, 0, 0, .12),
		0 2px 4px -1px rgba(0, 0, 0, .2);*/
}

.navbar .navbar-nav > li > a {
	color: #FFFFFF;	
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #004880;
    color: #BFBFBF;
}

.navbar-nav > li > .dropdown-menu > li > a {
	height: 32px;
	line-height: 32px;
}

.navbar-nav > li > .dropdown-menu {
    border: 0px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.navbar .navbar-brand {
	font-weight: 600;
	color: #FFFFFF;
}

.navbar-header > a:hover {
	color: #BFBFBF;
}

.navbar-brand, .navbar-nav li a {
	line-height: 64px;
	height: 64px;
	padding-top: 0;
}

.form-control {
    border: 1px solid #d9d9d9;
}

.nav-tabs.nav-justified>li:first-child {
	border-top-left-radius: 4px;
}

.nav-tabs.nav-justified>li:last-child {
	border-top-right-radius: 4px;
}

.nav-tabs.nav-justified>li>a {
	font-size: 16px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 4px;
    border-top: 0;
    border-bottom: 0;
    background-color: rgba(0,0,0,0.025);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}


/*========================================
	
	Page Title
	
========================================*/


.page-title-container {
	height: 280px;
	color: #FFFFFF;
}

.page-title-container h1 {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
	margin-top: 145px;
}


/*========================================
	
	Content Container
	
========================================*/


.container-content {
	
	overflow: hidden;
	
	position: relative;
	
	padding: 30px;
	
	min-height: 200px;
	
	margin-bottom: 40px;
	
	background-color: #FFF;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	
	/*-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
			box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);*/
	
}

.container-content h1, h2, h3, h4 {
	margin-top: 0;
}


/*==================================================
	
	Margin Classes
	
==================================================*/
	
	
	/* Other */
	
	.no-checkbox-margin input[type="checkbox"] {
		margin: 0px;
	}
	
	.no-margin {
		margin: 0px;
	}
	
	.no-padding {
		padding: 0;
	}
	
	.no-buffer {
		padding: 0px;
		margin: 0px;
	}
	
	/* Top */
	
	.no-buffer-top {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.no-margin-top {
		margin-top: 0;
	}
	
	.five-margin-top {
		margin-top: 5px;
	}
	
	.ten-margin-top {
		margin-top: 10px;
	}
	
	.fifteen-margin-top {
		margin-top: 15px;
	}
	
	.twenty-margin-top {
		margin-top: 20px;
	}
	
	
	/* Right */
	
	.no-buffer-right {
		padding-right: 0px;
		margin-right: 0px;
	}
	
	.no-margin-right {
		margin-right: 0;
	}
	
	.five-margin-right {
		margin-right: 5px;
	}
	
	.ten-margin-right {
		margin-right: 10px;
	}
	
	.fifteen-margin-right {
		margin-right: 15px;
	}
	
	.twenty-margin-right {
		margin-right: 20px;
	}
	
	/* Bottom */
	
	.no-buffer-bottom {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.no-margin-bottom {
		margin-bottom: 0px;
	}
	
	.five-margin-bottom {
		margin-bottom: 5px;
	}
	
	.ten-margin-bottom {
		margin-bottom: 10px;
	}
	
	.fifteen-margin-bottom {
		margin-bottom: 15px;
	}
	
	.twenty-margin-bottom {
		margin-bottom: 20px;
	}
	
	.thirty-margin-bottom {
		margin-bottom: 30px;
	}
	
	.forty-margin-bottom {
		margin-bottom: 40px;
	}
	
	/* Left */
	
	.no-buffer-left {
		padding-left: 0px;
		margin-left: 0px;
	}
	
	.no-margin-left {
		margin-left: 0px;
	}
	
	.five-margin-left {
		margin-left: 5px;
	}
	
	.ten-margin-left {
		margin-left: 10px;
	}
	
	.fifteen-margin-left {
		margin-left: 15px;
	}
	
	.twenty-margin-left {
		margin-left: 20px;
	}
	
	
/*==================================================
	
	Padding Classes
	
==================================================*/


.no-padding {
	padding: 0;
}

.five-padding-all {
	padding: 5px;
}

.ten-padding-all {
	padding: 10px;
}

.fifteen-padding-all {
	padding: 15px;
}

.twenty-padding-all {
	padding: 20px;
}

.thirty-padding-all {
	padding: 30px;
}


/*========================================
	
	Other
	
========================================*/


.data-usage {
	font-size: 11px;
}

.data-usage-exceeded {
	font-weight: 700;
	color: red;
}

.table-clients, .table-clients .label, .table-clients span,
.table-clients, .table-clients .label, .table-clients a {
	line-height: 32px;
}

.table-clients .client-icon {
	width: 32px;
	height: 32px;
	margin-right: 16px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	opacity: 0;
}

.metadata {
	opacity: 0.1;
}

.metadata:hover {
	opacity: 1.0;
}

.date-added, .date-updated {
	font-size: 12px;
}

.table>thead>tr>th {
	border-bottom: 2px solid #F2F2F2;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-bottom: 1px solid #F2F2F2;
}

th {
	background-color: #F2F2F2;
	font-size: 16px;
	font-weight: 600;
}

.table-fat>thead>tr>th, .table-fat>tbody>tr>th, .table-fat>tfoot>tr>th, .table-fat>thead>tr>td, .table-fat>tbody>tr>td, .table-fat>tfoot>tr>td {
	padding: 20px;
}

.table>tbody>tr>td.sub-feature, .table-fat>tbody>tr>td.sub-feature {
	padding-left: 50px;
}

.legend-small {
	margin-top: 30px;
	font-size: 1.15em;
	font-weight: 600;
	padding-bottom: 10px;
}

.attachment-button {
	
	height: 160px;
	font-size: 2em;
	text-align: center;
	color: #CCCCCC;
	margin-bottom: 15px;
	padding-top: 32px;
	
	border: 1px dashed #CCCCCC;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	
}

.attachment-button button {
	color: #404040;
	border: 1px solid #E6E6E6;
}

.footer {
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 280px;
}

.half-visible {
	opacity: 0.5;
}

.white-text {
	color: #FFFFFF;
}

.small-alert {
	padding: 5px;
}

canvas { 
	width: 100%;
	height: auto;
	margin-bottom: 20px;	
}

.loading-row {
	text-align: center;
	line-height: 64px !important;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*========================================
	
	Client Analytics
	
========================================*/


#clientAnalytics {
	
}

#clientAnalytics #chartWrapper {
	width: 100%;
}

#clientAnalytics #chartWrapper .highcharts-container,
#clientAnalytics #chartWrapper .highcharts-container svg {
	overflow: visible !important;
}

#clientAnalytics #chartWrapper .highcharts-tooltip {
	z-index: 1000 !important;
}

#clientAnalytics #chartWrapper .highcharts-tooltip hr {
	margin: 10px 0;
}

#clientAnalytics #loadingAnalytics {
	text-align: center;
	line-height: 200px;
}


/*========================================
	
	Production: App Assets
	
========================================*/


.app-assets-cover-disabled {
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: -20px;
	margin-top: -20px;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	z-index: 100;
	display: none;
	font-size: 18px;
	font-weight: 600;
}

.app-assets-cover-disabled .message-outer {
	display: table;
	height: 600px;
	width: 100%;
	overflow: hidden;
}

.app-assets-cover-disabled .message-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.app-assets-cover-disabled i {
	color: rgb(255, 192, 0);
	font-size: 64px;
}

.image-upload-box {
	text-align: center;
	width: 100%;
	height: 200px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.image-upload-box img {
	display: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}


/*========================================
	
	Production: Terms & Conditions
	
========================================*/


object, embed {
	background-color: #EFEFEF;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	overflow: hidden !important;
}

.no-embed {
	background-color: #EFEFEF;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 640px;
	text-align: center;
}

.no-embed .message-outer {
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.no-embed .message-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/*========================================
	
	Support
	
========================================*/


.support-body-text {
	font-size: 17px;
	font-weight: 300;
}

.message-container {
	width: 100%;
	text-align: center;
}

.message-container.height-50 {
	height: 50px;
}

.message-container.height-100 {
	height: 100px;
}

.message-container.height-150 {
	height: 150px;
}

.message-container.height-200 {
	height: 200px;
}

.message-container .message-outer {
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.message-container .message-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}




.panel {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.panel-group {
	
}

.panel-default>.panel-heading {
	padding: 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
	background-color: transparent;
}

.panel-title {
	font-size: 18px;
}

.panel-title span:last-of-type {
	font-weight: 400;
	opacity: 0.375;
}

.panel-title span:last-of-type:hover {
	opacity: 1;
}

.panel-body {
	padding: 20px;
	border-top: 0 !important;
}

.support-notes,
.panel-body textarea {
	padding: 15px;
	border: 2px solid rgba(0, 0, 0, 0.1);
}


/*========================================
	
	Support
	
========================================*/


.sp-replacer {
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	background: white;
}

.sp-container {
	border-radius: 2px;
	background-color: white;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.sp-palette-container {
	border-right: 0px;
}

.sp-palette .sp-thumb-el {
	width: 32px;
	height: 32px;
	margin: 4px;
}


/*
	
	Quill
	
*/


.ql-editor {
	height: 240px !important;
}

.ql-toolbar,
.ql-container {
	background-color: white;
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
	border: 0;
	border: 1px solid #D4D4D4;;
	border-radius: 2px;
}

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
	margin: 0 0 15px 0 !important;
    padding: 0 !important;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

