body {
	height: 100%;
	padding-top: 60px;
	text-rendering: optimizelegibility;
	background-color: #1477af;
	background-image:url('/img/extra_clean_paper.png');
}

html {
/* 	background-color: #1477af; */
/* 	min-height: 0 !important; */
}

h2 {
	color: #404040;
}

a {
	color: #45a1de;
	text-decoration: none;
}

a:hover, a:focus {
	color: #45a1de;
}

hr {
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #FFF;
}

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

#badge-logo {
	padding-top: 10px;
	width: 50px;
}

#primary-logo {
	width: 260px;
}

#footer2 {
	font-size: 14px;
	/*background-color: #f7f7f9;*/
	padding-top: 40px;
	/*min-height: 100%;*/
	/*margin-top: 100px;*/
	color: #777;
	text-align: center;
	/*border-top: 2px solid #DDD;*/
	overflow: hidden;
	/*box-shadow: 0px 500px 0px 500px #f7f7f9;*/
}

#footer {
	bottom: 0 !important;
}

#footer p {
	color: #D7D7D7;
	font-size: 14px;
}

.footer-container a {
    color: #fff !important;
}

.alert {
	margin-top: 20px;
}

.signin-error {
	color: #FF0000;
}

.form-control:hover, .form-control:focus {
	border-color: #45a1de;
}

.initial-search .form-control {
	border: 2px solid #45a1de;
}

.initial-search {
	width: 300px;
	padding-top: 15px;
}

.intro-jumbo {
	background-color: transparent;
	margin-top: 30px;
}

.help-jumbp {
	height: 330px;
}

.intro-jumbo h3 {
	font-size: 28px;
	font-weight: 700;
}

.intro-loader p {
	font-weight: bold;
}

.intro-jumbo h1 {
	font-weight: 900;
	font-size: 60px;
}

.intro-header {
	margin-top: 5px;
	letter-spacing: -1px;
}

.intro-sub-header {
	margin-top: -1px;
	color: #616161;
}

.center-header {
	padding-top: 30px;
	font-weight: 900;
	font-size: 60px;
}

.center-sub-header {
	color: #3498DB;
	font-size: 28px;
  	font-weight: 700;
}

.center-content {
	padding: 50px;
}

.btn-link:hover, .btn-link:focus {
	color: #45a1de;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link {
	color: #45a1de;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}

.btn-link:hover {
	color: #2c3e50; !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #45a1de;
	background-color: transparent;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #45a1de;
	background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #ffffff !important;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-left: -15px !important;
}

.open .btn-info {
	background-color: #3498db !important;
}

.modal-header {
	color: #ffffff;
	background-color: #2c3e50;
	border-bottom: none;
}

.modal-footer {
	background-color: #ecf0f1;
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.account-group {
	padding-top: 4px;
}

.jumbo-link {
	font-size: 19px;
	padding-top: 5px;
}

.jumbo-h4 {
	margin-top: 20px;
  	margin-bottom: 10px;
}

.well {
  background-color: #FFF;
  border: 1px solid #d7e0e2;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dash-badge {
	padding: 6px 10px;
	text-shadow: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #b4bcc2;
}

.label-info, .badge-info {
	background-color: #3498db;
}

.label-important, .badge-important {
	background-color: #e74c3c;
}

.paging_bootstrap { float: right; }
.dataTables_filter { float: right; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #45a1de;
  border: 1px solid transparent;
  margin-left: -1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #FFF;
  background-color: #217dbb;;
  border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #FFF;
  background-color: #217dbb;
  border-color: transparent;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #45a1de;
  border-color: transparent;
  cursor: not-allowed;
}

.dash-table th, .dash-table td {
	padding: 8px;
	line-height: 21px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd !important;
}

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

.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 {
	background-color: #2c3e50;
	color: #FFF;
	padding-left: 8px;
}

table a:not(.btn), .table a:not(.btn) {
	text-decoration: none;
}

.thumbnail {
	background-color: #FFF;
	display: block;
	padding: 4px;
	line-height: 21px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.thumbnail h3 {
	font-size: 28px;
	font-weight: 700;
}

.render-display {
	overflow: auto;
	height: 200px;
	margin: auto;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	height: 200px;
	border-color: #A9A9A9;
}

.talking-display {
	border-style: solid;
	border-width: 1px;
	height: 200px;
	border-color: #A9A9A9;
	text-align: center;
}

.dns-info {
	text-align: left !important;
	font-size: 12px;
	padding: 5px;
	border-top: 0px;
}

.bootstrap-switch-wrapper {
	margin-top: -6px;
}

.results-header {
	word-wrap: break-word;
}

.navbar-search {
	padding-top: 4px;
}

.dashboard-thumbnail {
	border: 0;
}

.dashboard-thumbnail img {
	border: 1px solid #ddd;
}

.radio label, .checkbox label {
	padding-left: 0px;
}

.main-wrap {
	background-image:url('/img/extra_clean_paper.png');
	background-color: #f7f7f9;
	padding-bottom: 100px;
}

@media (max-width: 990px) {
	.container {
		width: 100%;
	}
	@media (min-width: 767px) {
		.primary-container {
			margin-top: 60px;
		}
	}
}

@media (max-width: 768px) {
	.results-header {
		font-size: 16px;
	}

	.radio label, .checkbox label {
		padding-left: 15px;
	}
}

.breadcrumb {
	background-color: #FFFFFF;
}

.breadcrumb li.remove:before {
    content: '';    
} 

.breadcrumb .btn {
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px
}

.panel-help {
	line-height: 1.2em;
}

.panel-help p {
	padding-bottom: 15px;
}

.panel-heading a {
	color: #FFF;
	text-decoration: none;
}

.panel-heading a {
	color: #FFF;
	text-decoration: none;
}

.panel-heading a:hover {
	text-decoration: underline;
}

.progress {
	height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.peek-domain {
	border-top: 1px solid #dce4ec;
	border-bottom: 1px solid #dce4ec;
	border-left: 0px;
	border-right: 0px;
}

.progress-panel-body {
	text-align: center;
}

.peek-port {
	width: 75px !important;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
}

.peek-domain {
	padding-left: 5px;
	padding-right: 5px;
}

.peek-path {
	width: 320px !important;
	padding: 5px;
}

.site-name {
	color: #95a5a6;
}

.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; border-radius: 50em !important; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */

.resolution-pills>li.active>a, .resolution-pills>li.active>a:hover, .resolution-pills>li.active>a:focus {
	color: #2c3e50;
	background-color: #ffffff;
	font-size: 13px;
}

.resolution-pills>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #FFF;
	font-size: 13px;
}

.resolution-pills>li>a:hover, .resolution-pills>li>a:focus {
	text-decoration: none;
	background-color: #C7CBCB;
	color: #2c3e50;
	font-size: 13px;
}

.resolution-panel .panel-body {
	padding: 10px;
}

.resolution-panel .centered-pills {
	top: 2px;
}

.dashboard-jumbotron {
	background-color: #FFF;
}

.dashboard-jumbotron:hover {
	background-color: #C0C0C0;
	cursor: pointer;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
}

.dash-stat-pills {
	font-size: 12px;
}

.dash-plus {
	padding-left: 9px;
	padding-right: 8px;
	position: relative;
	top: -17px;
}

.panel-quick {
	background-color: #2C3E50;
	/*border-radius: 10px;*/
	white-space: nowrap;
}

.panel-quick i {
	color: #FFF;
}

.quick-peek-eye {
	float: left;
	margin-top: -3px;
	padding-right: 15px;
}

.peeking-at {
	color: #FFF;
}

#load-status {
	color: #FFF;
}

.navbar-fixed-top {
	border-bottom-width: 1px;
	border-bottom-color: #18212B;
}

.panel {
	border: 0px;
}

.sub-header-cool {
	color: #3498DB;
}

.cool-header h1 {
	font-weight: 900;
	font-size: 60px;
	text-align: center;
	margin-top: 50px;
}

.cool-header-sub {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-align: center;
	color: #3498DB;
	padding-bottom: 50px;
}

.info-block {
	color: #888888;
	padding-left: 3px;
	font-size: 12px;
}