/* DocSavy CSS
 * Developed by Dan Ward
 * Website: www.danwardweb.com
 * Email: dan@danwardweb.com
*/


.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-12,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-12 {
	float: left;
}

.container {
	margin: 0 auto;
	max-width: 90%;
}

body {
	color: #444;
  	font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
  	font-size: 18px;
  	line-height: 1.5em;
  	margin: 0;
}

.right {
	float: right!important;
}

.left {
	float: left!important;
}

.smallbutton {
	margin-top: 10px!important;
	padding: 5px 16px!important;
}

p {
	margin-bottom: 15px;
}

input[type="checkbox"] {
	margin-right: 15px;
}

form input[type="checkbox"] {
	float: left;
}

.text-center {
	text-align: center;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.sub-heading {
	font-size: 21px;
}

.extra-padding {
	box-sizing: border-box;
	padding: 0 15px;
}

.error {
	color: red;
}

/* HEADER */

#main-header {
	padding: 15px 0;
}

.logo img {
	height: 60px;
	max-width: 250px;
	width: auto;
}

#main-nav {
	float: right;
}

#main-nav ul {
	float: right;
}
	
#main-nav ul li {
	display: block;
	float: left;
	line-height: 60px;
	margin: 0;
	position: relative;
}
	
#main-nav ul li:hover {
	color: #003599;
}
	
#main-nav ul li:hover > a {
	color: #003599;
}
	
#main-nav ul li a {
	color: #444444;
	display: block;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 17px;
  	font-weight: 300;
  	line-height: 60px;
	padding: 0 1.1em;
	text-decoration: none;
	text-rendering: optimizelegibility;
}
	
#main-nav .sub-menu {
	background: #F2F2F2;
	display: none;
	position: absolute;
	right: 0;
	-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
    	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
	z-index: 99999;
}
	
#main-nav .sub-menu li {
	float: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
	
#main-nav .sub-menu li a {
	color: #5f5f5f;
	font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
	min-width: 180px;
	padding: 10px 10px 10px 20px;
	text-align: left;
}
	
#main-nav .sub-menu li:hover {
	background-color: transparent;
}
	
#main-nav .sub-menu li:hover > a {
	  background-color: rgba(0,0,0,.06);
	  color: #5f5f5f;
}
	
#main-nav ul li.has-children:hover > .sub-menu {
	  display: block;
}

#main-nav .sub-menu li,
#main-nav .sub-menu li a {
	line-height: 25px;
}

#main-nav ul .buy-button a {
	background: #003599;
	color: #fff;
}

#main-nav ul .buy-button {
	line-height: 50px;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main-nav ul .buy-button a {
	line-height: 50px;
	
}

#main-nav ul .buy-button a:hover {
	background: #0066c6;
		color: #fff;
		
}

#toggle {
	position: absolute;
	right: 30px;
	top: 15px;
}

.username p {
	text-align: right;
}

/* CONTENT */

#main-content {
	clear: both;
	min-height: 425px;
	overflow: hidden;
	padding-top: 10px;
}

h1.page-title {
	color: #444444;
	font-size: 24px;
	font-weight: bold;
	line-height: 64px;
}

form {
	background-color: #eee;
	margin: 30px auto;
	overflow: hidden;
	padding: 30px;
}

label {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
}

.input {
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-sizing: border-box;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	margin-bottom: 15px;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%;
}

input[name="companies"] {
	width: auto;
}

.submit {
	background: #003599;
	border: 0;
	color: #fff;
	float: right;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 30px;
	margin-left: 30px;
	text-decoration: none;
	padding: 10px 16px;
}

.submit:hover {
	background: #0066c6;
  	cursor: pointer;
}

.error-message {
	color: red;
}

.companyminus,
.companyplus {
	background-color: #fff;
	border: 1px solid #ccc;
  	border-radius: 4px;
  	color: #333;
  	font-size: 14px;
  	padding: 6px 12px;
}

.companyminus:hover,
.companyplus:hover {
	background-color: #e6e6e6;
  	border-color: #adadad;
  	cursor: pointer;
}

.dollar,
.cent,
.charge {
	float: left;
	font-size: 16px;
}

.dollar,
.cent {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	line-height: 32px;
  	width: 10%;
}

.dollar {
	border-bottom-right-radius: 0;
	border-right: 0;
	border-top-right-radius: 0;
	padding-left: 12px;
}

.cent {
	border-bottom-left-radius: 0;
	border-left: 0;
	border-top-left-radius: 0;
	padding: 0 12px;
}

.charge {
	border-radius: 0;
	width: 60%;
}

input:read-only {
	background: transparent;
}

/* TABLE */

table {
	max-width: 100%;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead {
	font-weight: bold;
	font-size: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

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

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

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

.table-bordered {
	border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

.company-table th:last-of-type,
.company-table tr td:last-of-type {
	text-align: right;
}

.company-table .actions a {
	color: #003599;
	font-size: 24px;
}
.company-table button {
	background: transparent;
	border: 0;
	color: #003599;
	font-size: 24px;
}

.company-table .actions a:hover,
.company-table button:hover {
	color: #0066c6;
	cursor:pointer;
}

.company-table .input {
	max-width: 75%;
}


/* FOOTER */

footer {
	background-color: #282828;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #7e7e7e;
	overflow: hidden;
	padding: 30px;
	text-align: center;
}

footer a {
	color: #aebdc6;
	text-decoration: none;
}

footer a:hover {
	color: #cedfea;
	text-decoration: underline;
}

footer .links a {
	padding: 0 10px;
}



@media (max-width: 767px) {

	.col-xs-3 {
		width: 25%
	}
	
	.col-xs-4 {
		width: 33.33333%
	}
	
	.col-xs-5 {
		width: 41.66666%
	}
	
	.col-xs-6 {
		width: 50%;
	}
	
	.col-xs-7 {
		width: 58.33333%
	}
	
	.col-xs-8 {
		width: 66.66666%;
	}
	
	.col-xs-9 {
		width: 75%;
	}
	
	.col-xs-12 {
		width: 100%;
	}
	
	/* HEADER */
	.logo img {
		display: block;
		margin: 0 auto;
	}
	
	#main-nav-mobile {
		display: block;
		margin: 15px auto 0;
		
	}

	#toggle {
		display: block;
	}
	
	#main-nav {
		display: none;
	}
	
	/*MAIN*/
	
	.submit {
		display: block;
		float: none;
		margin-bottom: 15px;
		margin-left: 0;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	
	form {
		  padding: 30px 10px;
	}

}

@media (min-width: 768px) {

	.col-sm-3 {
		width: 25%
	}
	
	.col-sm-4 {
		width: 33.33333%
	}
	
	.col-sm-4 {
		width: 41.66666%
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-7 {
		width: 58.33333%
	}
	
	.col-sm-8 {
		width: 66.66666%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	#main-nav-mobile,
	#toggle {
		display: block;
	}
	
	#main-nav {
		display: none;
	}
	
	.login-form {
		width: 50%;
	}

}

@media (max-width: 991px) {

	#main-nav {
		width: 100%;
	}

	#main-nav ul {
		float: left;
		width: 100%;
	}

	#main-nav ul li {
		float: none;
		width: 100%;
	}

	#main-nav .sub-menu {
		display: inline-block;
    	position: relative;
    	background: transparent;
    	right: initial;
    	width: 100%;
    	box-shadow: none;
	}

	#main-nav ul .buy-button {
		clear: both;
		margin-left: 0;
	}

	#main-nav .sub-menu li:hover > a {
		background: transparent;
	}

	#main-nav .sub-menu li {
		border-bottom: 0;
	}

	#main-nav ul li .sub-menu li a {
		color: #444444;
		display: block;
		font-family: "PT Sans Narrow", sans-serif;
		font-size: 17px;
	  	font-weight: 300;
	  	line-height: 60px;
		padding: 0 1.1em;
		text-decoration: none;
		text-rendering: optimizelegibility;
	}

	#main-nav ul li .sub-menu li:hover {
		color: #003599;
	}
	
	#main-nav ul li .sub-menu li:hover > a {
		color: #003599;
	}

}


@media (min-width: 992px) {
	
	.col-md-3 {
		width: 25%
	}
	
	.col-md-4 {
		width: 33.33333%
	}
	
	.col-md-5 {
		width: 41.66666%
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-7 {
		width: 58.33333%;
	}
	
	.col-md-8 {
		width: 66.66666%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	
	.container {
		max-width: 1200px
	}
	
	
	/* HEADER */
	
	#main-nav-mobile,
	#toggle {
		display: none;
	}
	
	#main-nav {
		display: block;
	}
	
	.purchase {
		box-sizing: border-box;
		padding-left: 30px;
	}

}