/*
Theme Name: DocPress Child New
Description: A child theme of DocPress by Hardeep Asrani for NextDayFlyers Help Center
Author: E Morningstar
Template: docpress
Version: 1.0.0
*/

body {
	font-size: 16px !important;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
}

header.jumbotron {
	color: #FFF;
	padding: 150px 0 0 0;
	margin: 0;
}

.jumbotron .container {
	color:#333333;
}

h2.doc-title i {
	font-size:42px;
	color:#DADADA;
}

div .doclist article h2 {
	color: #333;
	font-size: 20px;
	margin: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="range"]:focus,
textarea:focus {
	border-color: #a6ce39;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

header.jumbotron .form-group .btn {
	height: 50px;
	padding: 0 40px;
	color: #FFF;
	background-color: #669c10;
	border-color: #4E800D;
}

header.jumbotron .form-group .btn:hover {
	color: #FFF;
	background-color: #4E800D;
	border-color: #669c10;
}

header.jumbotron .form-group .btn:focus {
	color: #FFF;
	background-color: #4E800D;
	border-color: #333333;
}

.entry-content,
.entry-content p,
.entry-content span {
	font-size: 16px;
	line-height: 1.6842;
}


.entry-content ul{
	    margin-left: 20px!important;
}

.entry-content ul li{
	list-style-type: disc!important;
}





.entry-content h2{
	font-size:20px!important;
}
.entry-content h3{
	font-size:18px!important;
}
.entry-content h4{
	font-size:16px!important;
}

.entry-footer {
	color: #669c10;
	margin: 50px 0;
}

.entry-footer a {
	color: #669c10;
	font-size: 15px;
}

.sidebar .docwidget {
	font-size: 16px;
}

.sidebar .docwidget .widget-title {
	font-size: 16px;
	font-weight: bold;
}

div.footer {
	color: #f0f0f0;
	background: #1A1A1A;
	position: relative;
	font-size: 13px;
}

div.footer a {
	color: #f0f0f0;
}

div.footer a:hover {
	color: #FFF;
}

a {
	color: #669c10;
}

a:hover {
	color: #a6ce39;
	
}

.btn-primary {
  color: #ffffff;
  background-color: #669c10 !important;
  border-color: #4e800d !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #4e800d !important;
  border-color: #4e800d !important;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #4e800d !important;
  border-color: #669c10 !important;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4e800d !important;
  border-color: #4e800d !important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #4e800d !important;
  border-color: #4e800d !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #669c10 !important;
  border-color: #4e800d !important;
}

div.box-top {
	background:#F6F6F6;
	transition:all 0.2s ease;
	margin: 20px 0;
	box-sizing: border-box;
	border-radius: 5px;
	background-clip: padding-box;
	padding:0 20px 20px 20px;
}

div.box-top .doc-title {
    font-size: 24px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
}

div.box-top .box-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}

div.box-top .box-content p {
	font-size: 16px;
	color:#515C66;
	text-transform:none;
	margin: 20px 0px;
}

div .box-content p {
	font-size: 16px !important;
}

div .homerow {
	width: 100%;
	background-color: #F6F6F6;
}

.pagination {
	display: block;
	font-size: 15px;
}

.pagination .right {
	float: right;
}

.pagination a:hover {
	text-decoration: underline;
}







/* TEST CODE */
/*
a:hover {
	text-decoration: none !important;
}

style="font-size:42px;color:#DADADA;"

.entry-footer {
	color: #669c10;
}
.entry-footer a {
	color: #669c10 !important;
}
.entry-footer a:hover {
	color: #a6ce39 !important;
}

*/