/*
this file contains custom css styles
to suppliment/override those predefined
in the theme template.php file
*/




@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,600);

@import url('https://www.fusionpbx.com/app/www/animate.min.css');

#main_content {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-top: 20px;
	margin-top: 60px;
	font-size: 13px;
	}

td {
	font-size: 13px;
	}

h1 {
	font-family: 'Titillium Web', arial;
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	letter-spacing: -0.03em;
	line-height: 20px;
	}

h2 {
	font-family: 'Titillium Web', arial;
	font-weight: 600;
	font-size: 24px;
	color: #992424;
	letter-spacing: -0.02em;
	line-height: 18px;
	margin-bottom: 20px;
	}

h3 {
	display: inline-block;
	font-family: 'Titillium Web', arial;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	letter-spacing: -0.02em;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

h5 {
	margin-top: 35px;
	}

strong {
	font-weight: bold;
	color: #000000;
	}

.roundme {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}

button.btn {
	font-weight: 600;
	font-family: 'Titillium Web', arial;
	}

button.btn.btn-large {
	font-size: 20px;
	height: auto;
	padding: 6px 14px;
	margin-top: 8px;
	font-weight: 600;
	font-family: 'Titillium Web', arial;
	letter-spacing: -0.02em;
	}

td.highlight {
	border-right: 3px solid #c70202;
	}

select.highlight,
	input.highlight[type="text"],
	input.highlight[type="number"],
	input.highlight[type="password"] {
	border: 1px solid #c70202;
	}

span.indent-left {
	display: inline-block;
	padding-left: 20px;
	}

/* sm- */
@media(min-width: 0px) and (max-width: 767px) {
	.navbar {
		padding-top: 5px;
		padding-bottom: 5px;
		}

	.navbar-logo {
		height: 35px;
		margin: 8px 13px 6px 0px;
		}
	}

/* md+ */
@media(min-width: 767px) and (max-width: 3200px) {
	.navbar .navbar-nav > li > a,
	.navbar .navbar-nav > li.current-menu-item > a {
		padding-top: 20px;
		padding-bottom: 20px;
		}

	.navbar-logo {
		height: 35px;
		margin: 13px 0 6px 0px;
		padding-right: 13px;
		}
	}

.side_panel {
	background-color: #e4f2ff;
	text-align: left;
	padding: 20px 20px 50px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}

pre {
	display: block;
	padding: 10px;
	background-color: #edffec;
	border: 1px solid #b3f4ae;
	border-radius: 4px;
	font-weight: 500;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	margin-bottom: 15px;
	}

pre > code {
	font-family: Courier New, monospace;
	color: #0d7605;
	font-weight: 500;
	}

blockquote {
	margin-left: 20px;
	}

ol {
	padding-left: 15px;
	}

hr {
	margin-top: 25px;
	}

/* tweaks to mitigate an issue with markdown 'bugs' */

li > p {
	margin-bottom: 0;
	}

div.card {
	display: block;
	}

div.form_set.card {
	display: grid;
	}
