* {
	box-sizing: border-box;
}

body {
  font-family: sans-serif;
  line-height: 1.42857143;
}

a {
	text-decoration: none !important;
}

/* Bootstrap Collapse Chevron */
a[aria-expanded=false] .fa-chevron-up {
	display:none;
}
a[aria-expanded=true] .fa-chevron-down {
	display:none;
}



.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.sortfields {
	display:none;
}


/* HEADER */
#header {
	background-color: #756389;
	padding: 0 0 30px 0;
	min-height: 735px;
	position: relative;
}
#header_top_full {
	padding: 35px 0;
	min-height: 100px;
	background: #2D2634;
}

#header_search h3 {
	text-align: center;
	font-weight: 500;
	font-size: 55px;
}

#header_search p.subtitle {
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	padding: 0 10%;
}

#header_search p.search {
	margin-top: 30px;
	text-align: center;
	position: relative;
}

#header_search p.search input {
	display: block;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	padding: 10px 15px;
	padding-right: 150px;
	border-color: #E5E5E5;
	width: 70%;
	margin: 0 15%;
}

#header_search p.search button {
	background: #F25858;
	color: #fff;
	width: 130px;
	text-align: center;
	height: 50px;
	position: absolute;
	top: 0;
	right: 15%;
	border-radius: 0 4px 4px 0;
	border: 0px solid #fff;
}

#header_search ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}	

#header_search ul li {
	display: inline-block;
	color: #23527c;
	opacity: 0.7;
	margin: 0 10px;
	font-size: 13px;
}

#header_search ul li:hover {
	color: #23527c;
	opacity: 1;
}	

#header_search ul li i {

}	

#header_search ul li button {
	background: none;
	padding: 0;
	border: 0px solid #fff;
	box-shadow: none;
}

#widget_area {
	background-color: #f6f8f9;
	border-bottom: 1px solid #d5dadf;
	padding-top: 34px;
	padding-bottom: 10px;
}

.widget .icon i {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
    color: #756389;
    font-size: 40px;
    height: 75px;
    position: relative;
    width: 75px;
    padding-top: 17px;
}	

.widget h4 {
	margin-bottom: 20px;
}

.widget .details {
	color: #999;
	font-size: 14px;
	line-height: 26px;
	padding: 0 40px;
}

#recent-lists {
	padding: 25px 0px 0px 0px;
}

#recent-list-title {
	background: #F6F8F9;
	position: relative;
	border-radius: 3px;	
	margin-bottom: 40px;
}

.recent-title {
	background-color: #756389;
	color: #fff;
	line-height: 50px;
	padding-left: 69px;
	padding-right: 20px;
	font-size: 16px;
	width: auto;
	display: inline-block;
	margin: 0;
	border-radius: 3px 0 0 3px;
}

#recent-list-title i.left {
	position: absolute;
	top: 0;
	left: 0;
    background: rgba(0,0,0,.1);
    text-align: center;
    width: 50px;
    height: 100%;
    color: #fff;
    font-size: 17px;
    padding-top: 17px;
    border-radius: 3px 0 0 3px;
}	

#recent-list-title a.view-more {
	position: absolute;
	top: 12px;
	right: 15px;
	background: #0098d0;
	color: #fff;
	padding: 2px 10px 4px 10px;
	border-radius: 3px;
	border-width: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,.18);
	transition: all 0.3s ease 0.1s;
	cursor: pointer;
}

#report-lists {
}

.site-box {
	padding: 0px 30px 30px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-box:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.site-report {
	border: 1px solid #942968;
	padding: 0;
	transition: all 0.3s ease 0.1s;
	margin-bottom: 3px;
	border-radius: 7px 7px 0px 0px;
}

.site-report:hover {
	box-shadow: 0 0 12px rgba(0,0,0,.4);
}
div.report-date {
	/*
	margin-bottom: 30px;
	*/
	text-align: center;
	font-size: 9px;
}

.site-img a {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e8edef;
	display: block;
}

.site-img a img {
	width: 100%;
	height: 100%;
}

div.site-report div.site-img a img.img-thumbnail {
	background-color:#ffffff;
	border:0px;
	padding:0px;
	border-radius:0px;
}

.site-title {
	padding: 2px 0px;
	text-align: center;
	background: #942968;
	border-radius: 4px 4px 0px 0px;
}	

.site-title a {
	font-size: 15px;
	color:#eeeeee;
	display: block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.site-report .site-title a:hover {
	color:#ffffff;
}

.short-info {
	border-top: 1px solid #942968;
	border-bottom: 1px solid #942968;
	background: #ffffff;
}

.short-info p {
	text-transform: uppercase;
	display: inline-block;
	width: 31%;
	border-right: 1px solid #942968;
	font-size: 11px;
	margin: 0;
	text-align: center;
	padding: 5px 0px;
	line-height: 16px;
	
}


.short-info p:last-child {
	border-right: 0px solid #942968;
}	

.short-info p span {
	font-weight: bold;
	font-size: 12px;
}




/*!
	*speedometer.css
	*author: Manivannan R
	*project: Speedometer
*/
.envelope {
	background:#4E4359;
	position: relative;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	margin:0 auto;
}
.speedNobe{
	position:absolute;
	width:100%;
	z-index:10;	
	transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;	
}
.speedPosition {
	position: absolute;
	color: #FFF;
	text-align: center;
	line-height: 80PX;
	font-family:arial;
	font-size: 30px;
	font-weight:bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #0073B7;
	box-shadow: 0 0 3px 3px black;
	-webkit-box-shadow: 0 0 3px 3px black;
	-moz-box-shadow: 0 0 3px 3px black;
	-o-box-shadow: 0 0 3px 3px black;
}
.fonts
{
	font-family:arial;
	font-weight:bold;
	width:100%;
	text-align:center;
}

.speedNobe div{
	background: #F3972A;
	position: absolute;
	height: 100%;
	top: 0;
}
.numb,.nob{
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;	
	position: absolute;
	opacity: 0.5;
}
.nob{
	
	background:#eee;
	box-shadow: 0 0 2px 1px #eee;
	-webkit-box-shadow: 0 0 2px 1px #eee;
	-moz-box-shadow: 0 0 2px 1px #eee;
	-o-box-shadow: 0 0 2px 1px #eee;
}
.numb{
	
	color:#eee;
	text-align: left;
	overflow: hidden;
	opacity: 0.5;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height:20px;
}
.nob.bright{
	opacity: 1;
}
.nob.danger{
	background:#FF113A;
	box-shadow: 0 0 2px 1px #FF113A;
	-webkit-box-shadow: 0 0 2px 1px #FF113A;
	-moz-box-shadow: 0 0 2px 1px #FF113A;
	-o-box-shadow: 0 0 2px 1px #FF113A;
}
.numb.bright{
	opacity: 1;
}
.numb.danger{
	color: #FF113A;
}




/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border:1px solid #ddd;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-blue-dark {
  border-top-color: #3c8dbc;
}
.box.box-blue {
  border-top-color: #00c0ef;
}
.box.box-red {
  border-top-color: #dd4b39;
}
.box.box-yellow {
  border-top-color: #f39c12;
}
.green {
  color: #00a65a;
}
.red {
  color: #dd4b39;
}
.box.box-green {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-blue-dark {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-blue-dark > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-blue-dark > .box-header a,
.box.box-solid.box-blue-dark > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-blue {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-blue > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-blue > .box-header a,
.box.box-solid.box-blue > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-red {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-red > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-red > .box-header a,
.box.box-solid.box-red > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-yellow {
  border: 1px solid #f39c12;
}
.box.box-solid.box-yellow > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-yellow > .box-header a,
.box.box-solid.box-yellow > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-green {
  border: 1px solid #00a65a;
}
.box.box-solid.box-green > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-green > .box-header a,
.box.box-solid.box-green > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none!important;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool:active {
  outline: none!important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}


body div#listing div.box div.box-header h3.box-title a {
	/*
	text-transform: capitalize;
	*/
}


@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}



/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}

.info-box.custom {
  min-height: 70px;
}

.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}

.info-box-icon.custom {
  height: 70px;
  line-height: 70px;
}

.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.info-box-number.custom {
  font-size: 15px;
}

.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-box-text.custom {
  font-size: 12px;
}

.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}






.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #ffffff !important;
}
.bg-gray {
  color: #000000;
  background-color: #d2d6de !important;
}
.bg-black {
  background-color: #111111 !important;
}
/*
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
*/
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}


/* Modal Progress Bar */

div.modal-dialog div.progress-bar.progress-bar-info.progress-bar-striped {
    background-color: #942968;
}






/* ISOTOPE */




.button {
  display:inline-block;
  padding:5px 10px 5px 10px;
  border:none;
  border-radius:3px;
  /*
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  background: #eeeeee;
  */
  background-color:#eeeeee;
  color:#222222;
  font-family:sans-serif;
  font-size:14px;
  /*
  text-shadow: 0 1px white;
  */
  cursor:pointer;
}

.button:hover {
  background-color:#cccccc;
  /*
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  */
  color:#222222;
}

.button:active,
.button.is-checked {
  background-color:#942968;
  color: #ffffff;
}

.button.is-checked {
  color: #ffffff;
  /*
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  */
}

.button:active {
  /*
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
  */
}



.button-group {
  margin-bottom: 20px;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group .button {
  float:left;
  border-radius:0;
  margin:0px;
}
div#sorts.button-groupt button.button {
  float: right;
}
.button-group .button:first-child {
	border-radius: 5px 0px 0px 5px;
}
.button-group .button:last-child {
	border-radius: 0px 5px 5px 0px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}


div#listing div.grid div.box-body.collapsing  {
	opacity:0;
}
div#listing div.grid div.box-body.collapse.in {
	opacity:1;
	transition:opacity .8s linear; 
	-webkit-transition:opacity .8s linear; 
	-moz-transition:opacity .8s linear; 
	-o-transition:opacity .8s linear;
}




/* REPORT HEAD */
div.report-head {
	display:block;
}
div.report-head div.report-screenshot {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	margin-bottom:20px;
}
div.report-head div.report-screenshot div.analyze-screenshot-desktop {
	margin: 0 auto;
	display:inline-block;
}
div.report-head div.report-screenshot div.analyze-screenshot-desktop div.analyze-screenshot {
	border:2px solid #cccccc;
	background-color:#ffffff;
	padding:4px;
	display:inline-block;
}
div.report-head div.report-screenshot div.analyze-screenshot-desktop div.analyze-screenshot div.analyze-screenshot-image {
	display:inline-block;
}
div.report-head div.report-screenshot div.analyze-screenshot-desktop div.analyze-screenshot div.analyze-screenshot-image img {
	width: 400px;
	height: 225px;
	border:1px solid #ffffff;
}

div.report-head div.report-details {
	padding-left:30px;
	display:table-cell;
	vertical-align:top;
	overflow:hidden;
	text-align:left;
	font-family:'Roboto Condensed Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	/*
	width:100%;
	*/
}
div.report-head div.report-details h1 {
	font-size:38px;
	color:#942968;
	margin:0px;
}
div.report-head div.report-details h2 {
	font-weight:400;
	font-size:24px;
	margin:10px 0px 10px 0px;
	padding-bottom:14px;
	border-bottom:1px solid #e0e0e0;
}
div.report-head div.report-details h2 a:active,
div.report-head div.report-details h2 a:hover {
    color:#000000;
}
div.report-head div.report-details h2 a {
    color:#646464;
    text-decoration:none;
}

div.report-details-timestamp {
	margin:10px 0px 0px 0px;
}
div.report-details-item {
	margin:5px 0px 15px 0px;
}
div.report-details-info label {
	float:left;
	width:175px;
	text-align:right;
}
div.report-details-info div.report-details-value {
	margin-left:185px;
	color:#a4a3a3;
}


/* REPORT PERFORMANCE */
div.report-performance {
	color: #646464;
	text-align:left;
	display:inline-block;
	width:100%;
}
div.report-performance div.report-scores {
	padding-right:10px;
	float:left;
	/*
	width:49.5%;
	*/
}
div.report-performance h3 {
	color:#942968;
	font-size:22px;
	letter-spacing:-0.001em;
	margin:20px 0px 4px 0px;
	font-family:'Roboto Condensed Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.report-performance div.report-page-details {
	float:left;
	width:100%;
	/*
	padding-left:10px;
	
	*/
}
div.report-performance div.box {
	padding:0px;
	background:linear-gradient(#ffffff,#eeeeee);
	border:4px solid #e0e0e0;
	font-size:14px;
	margin-bottom:0px;
	display:inline-block;
}
div.report-performance div.smbox {
	padding:0px;
	background:linear-gradient(#ffffff,#eeeeee);
	border:2px solid #e0e0e0;
	font-size:14px;
	margin-bottom:0px;
	display:inline-block;
	width:400px;
	max-width:100%;
}
div.report-performance div.report-score {
	width:33.32%;
	float:left;
	border-right:1px solid #e0e0e0;
	padding:10px 15px 15px 15px;
	white-space:nowrap;
	margin-top:0;
	font-size:14px;
	color:#646464;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


div.report-performance div.report-score div.report-score-grade {
	/*
	vertical-align:top;
	*/
	position:relative;
}
div.report-performance div.report-page-detail {
	width: 33%;
	float:left;
	position:relative;
	border-right:1px solid #e0e0e0;
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	margin-top:0;
}
div.report-performance div.report-page-detail:last-child {
    border: 0;
}

div.report-performance div.report-score h4 {
	margin:0px;
	vertical-align:middle;
	font-size:16px;
	white-space:nowrap;
	letter-spacing:-0.001em;
	font-weight:600;
	display:inline-block;
}
div.report-performance div.report-page-detail h4 {
	margin:0px;
	vertical-align:middle;
	font-size:12px;
	white-space:nowrap;
	letter-spacing:-0.001em;
	font-weight:500;
}

div.report-performance div.report-scores div.report-score div.report-score-grade div.report-score-percent {
	position:absolute;
	/*
	top:0;
	*/
	padding:10px 0px 0px 10px;
	font-size:48px;
	line-height:48px;
	height:68px;
	display:inline-block;
	font-family:'Roboto Condensed Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.report-performance div.report-scores div.report-score div.report-score-grade div.grade {
	display:inline-block;
	font-size:68px;
	line-height:68px;
	height:68px;
	font-family:'Roboto Condensed Bold',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.report-score div.report-score-grade.color-grade-A {
	color:#23ab11;
}
div.report-score div.report-score-grade.color-grade-A div.grade {
	background: -webkit-linear-gradient(#eee, #23ab11);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
div.report-score div.report-score-grade.color-grade-B {
	color:#71bb30;
}
div.report-score div.report-score-grade.color-grade-B div.grade {
	background: -webkit-linear-gradient(#eee, #71bb30);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
div.report-score div.report-score-grade.color-grade-C {
	color:#cbb708;
}
div.report-score div.report-score-grade.color-grade-C div.grade {
	background: -webkit-linear-gradient(#eee, #cbb708);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
div.report-score div.report-score-grade.color-grade-D {
	color:#e29b20;
}
div.report-score div.report-score-grade.color-grade-D div.grade {
	background: -webkit-linear-gradient(#eee, #e29b20);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
div.report-score div.report-score-grade.color-grade-E {
	color:#bb4a12;
}
div.report-score div.report-score-grade.color-grade-E div.grade {
	background: -webkit-linear-gradient(#eee, #bb4a12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
div.report-score div.report-score-grade.color-grade-F {
	color:#eb393b;
}
div.report-score div.report-score-grade.color-grade-F div.grade {
	background: -webkit-linear-gradient(#eee, #eb393b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

div.report-performance div.report-page-detail span.report-page-detail-value {
	font-size:28px;
	line-height:28px;
	position:relative;
	color:#848484;
	font-family:'Roboto Condensed Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* TOOLTIP INFO */
div.report-page-details i.tips {
	color:#256fa2;
	font-size:12px;
	position:absolute;
	padding:2px 2px 2px 6px;
	margin:0px 0px 0px 0px;
}
div.report-page-details i.tips:hover {
	color:#3c9adc;
}

div.report-scores i.tips {
	color:#256fa2;
	font-size:16px;
	padding:0px 2px 2px 2px;
	margin:0px 0px 0px 0px;
}
div.report-scores i.tips:hover {
	color:#3c9adc;
}


/* FILTER & SORT */
div#filters {
	text-align:left;
	margin-top:20px;
}
div#sorts {
	text-align:left;
	margin-top:20px;
}


/* NAV HEADER */
nav#navigation h2 {
	color:#ffffff;
	margin:0px;
	padding:0px;
	line-height:66px;
}
nav#navigation h2 a {
	color:#eeeeee;
}
nav#navigation h2 a:hover {
	color:#ffffff;
}


/* Lighthouse */
body div.tab-content div#more.tab-pane h2 {
	margin:30px 0px 20px 0px;
}
body div.tab-content div#more.tab-pane h3 {
	margin:20px 0px 0px 0px;
}

.report_download_btn {
	display: inline-block;
	margin: 30px 0 !important;
	width: auto;
	position: relative;
}

.report_download_modal {
	/*top: 50%;
	transform: translateY(-50%) !important;*/
	height: 100%;
}

.report_download_modal .modal-dialog {
	top: 50%;
	transform: translateY(-50%) !important;
}

.report_download_modal .section.modal_value .form-group {
	display: flex;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: flex-start;
	align-items: center;
}

.report_download_modal .section.modal_value .form-group input.form-control {
	width: 70%;
	padding: 16px 0px 16px 20px;
	background: #ffffff;
	color: #444444;
	border: 1px solid #942968 !important;
	border-radius: 5px 0 0 5px;
	font-size: 18px;
	font-family: 'Roboto Light',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	box-shadow: none !important;
	outline: none;
	height: 60px;
}

.report_download_modal .section.modal_value .form-group .download_report_action {
	padding: 20px 30px 18px 30px;
	background-color: #942968;
	color: #ffffff;
	width: 30%;
	border: 1px solid #942968;
	border-radius: 0px 5px 5px 0px;
	font-size: 14px;
	font-family: 'Roboto Condensed Bold',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#processing_div_nopopup {
	border: 1px solid #ccc;
	background: #efefef;
	margin-bottom: 30px;
	text-align: center;
	padding: 20px;
}

#processing_div_nopopup .box-body {
	padding: 0 !important;
}

#processing_div_nopopup .box-body .col-xs-12 {
	padding: 0 !important;
}

#processing_div_nopopup .box-body .col-xs-12 .alert {
	padding: 0 !important;
	margin: 0;
	font-size: 16px !important;
  background: transparent !important;
  color: inherit !important;
}

#processing_div_nopopup .box-body .col-xs-12 .alert a {
	font-size:18px !important;
	margin-top:10px;
	display:inline-block;
  color: #942968 !important;
}





body div.tab-pane div#ttfb {
	font-size:11px;
	background-color:#8a98c1;
	margin:10px 5px 10px 5px;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}
body div.tab-pane div#fcp {
	font-size:11px;
	background-color:#2ebbf6;
	margin:10px 5px 10px 5px;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}
body div.tab-pane div#tti {
	font-size:11px;
	background-color:#b06dc9;
	margin:10px 5px 10px 5px;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}
body div.tab-pane div#lcp {
	font-size:11px;
	background-color:#417be7;
	margin:10px 5px 10px 5px;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}

/* Chart CSS */

.chart_ctypes_container {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.chart_ctypes_container .ctc_single_block {
  display: inline-block;
  width: auto;
  margin-right: 30px;
}
.chart_ctypes_container .ctc_single_block .colorblock {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.c_color_document {
  background: #ce92b6;
}
.c_color_script {
  background: #718394;
}
.c_color_stylesheet {
  background: #88a5be;
}
.c_color_image {
  background: #5883a9;
}
.c_color_media {
  background: #153d61;
}
.c_color_font {
  background: #926a9b;
}
.c_color_other {
  background: #a1a1a1;
}
.b_color_document {
  border-color: #ce92b6 !important;
}
.b_color_script {
  border-color: #718394 !important;
}
.b_color_stylesheet {
  border-color: #88a5be !important;
}
.b_color_image {
  border-color: #5883a9 !important;
}
.b_color_media {
  border-color: #153d61 !important;
}
.b_color_font {
  border-color: #926a9b !important;
}
.b_color_other {
  border-color: #a1a1a1 !important;
}
.content-charts-section {
  display: inline-block;
  width: 100%;
}
.content-by-size-section {
  display: inline-block;
  width: 100%;
}
.cbysize-inner {
  display: inline-block;
  width: 100%;
}
.cbysize-inner .singlebar {
  display: inline-block;
  float: left;
  cursor: pointer;
  position: relative;
}
.cbysize-inner .singlebar .bar_block {
  font-size: 11px;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  height: 50px;
}
.cbysize-inner .singlebar .bar_tooltip {
  position: absolute;
  background: #fff;
  bottom: 60px;
  z-index: 11111;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 4px solid;
  padding: 15px 20px;
  width: 260px;
  cursor: default;
  display: none;
}
.cbysize-inner .singlebar:hover .bar_tooltip {
  display: block;
}
.cbysize-inner .singlebar .bar_tooltip .subtitle {
  font-size: 20px;
  font-weight: 600;
}
.cbysize-inner .singlebar .bar_tooltip .content_info {
  font-size: 16px;
  color: #777;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.csection_title {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.content-by-requests-section {
  margin-top: 40px;
}
.content-tparty-table-section {
  display: inline-block;
  width: 100%;
}
.content-tparty-table-section table {
  width: 100%;
  font-size: 13px;
  margin: 0;
}
.tbadge {
  color: #fff;
  padding: 5px 7px;
  font-size: 11px;
  border-radius: 10px;
  cursor: default;
}
.badgeinfo {
  background-color: #2ebbf6;
}
.badgesuccess {
  background-color: #71c242;
}
.badgeredirect {
  background-color: #3da4f0;
}
.badgeclienterror {
  background-color: #fdb646;
}
.badgeservererror {
  background-color: #ff4c4c;
}
.button:hover, .button2:hover, .readon:hover, .readon2:hover, readon3:hover, a.readmore:hover, button.validate:hover, p.readmore a:hover, #member-profile a:hover, #member-registration a:hover, .formelm-buttons button:hover, .controls .btn:hover, .logout-button .btn:hover, .sprocket-readmore:hover, .roksearch_results a.clr:hover, input.g-newsletter-button-submit:hover {
  border-bottom: unset !important;
}
.button, .button2, .readon, .readon2, readon3, a.readmore, button.validate, p.readmore a, #member-profile a, #member-registration a, .formelm-buttons button, .controls .btn, .logout-button .btn, .sprocket-readmore, .roksearch_results a.clr, input.g-newsletter-button-submit {
  text-transform: capitalize !important;
}
.well {
  background-color: #f5f5f5 !important;
  border: 1px solid #e3e3e3 !important;
  margin-top: 10px;
}