html {
	background-color: #001522;
}

.z-top {
    z-index: 999;
}

#cgadminmenu {
	background-color:	#eee;
	margin-bottom: 0;
}


#cgadminmenu .dropdown-menu {
	background-color:	#eee;
}

#cgadminmenu a {
	font-size: 13px;
	text-decoration: none !important;
}


nav.bg-brand-blue-1 li.horiz {

	list-style-type: none !important;
}

nav ul.pagination li a {
	color:				#333 !important;
}

nav ul.pagination li.active a {
	color:				#fff !important;
}

#messages td {
	color:				red;
}

.radio-inline label,
.checkbox-inline label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

label {
	color:				#666;
	font-weight:		normal;
}

label.required {
	color:				#01AEF0;
}

label.emphasize {
	text-decoration:	underline;
}


.has-error .form-control {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.cglayoutbox .subheading {
	background-color:	#f3f3f3;
	color:				#bbb;
	margin-top:			4px;
	margin-bottom:		4px;
	padding:			4px 8px;
	font-size:			13px;
}

.cglayoutbox .body {
	margin-top:			16px;
}
.cglayoutbox.editor .cmdline {
	text-align: right;
}


div.table .item {
    overflow:			auto;
    zoom:				1;
}

.btn {
	margin-bottom: 8px;
}

.btn.loginbtn {
	margin-bottom: 0;
}

.btn-default {
	background-color:	#01aef0;
	color:				#fff;
	border:				0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:disabled,
.btn-default:hover:disabled
 {
	background-color:	#42c0f0;
	color:				#fff;
	border:				0;
}

.btn-deemphasized {
	background-color:	#42c0f0;
	color:				#fff;
	border:				0;
}

.btn-primary {
	background-color:	#FFDE16;
	color:				#333;
	border:				0;
}

.cglayoutbox .item {
	content: " ";
}

.dateeditor .col-xs-4 {
	padding-left:		0;
	padding-right:		8px;
}

.dateeditor .col-xs-4:last-of-type {
	padding-right:		0;
}

.webbox {
	margin-bottom:		20px;
}

#certificate {
	margin-top:			20px;
	width: 				100%;
	height:				600px;
}

header .login {
	float:				right;
	margin-top:			10px;
}

header .login .forgot {
	float:				right;
	margin-top: 		4px;
	color:				white;
}

header .logout {
	float:				right;
	margin-top:			10px;
}

footer {
	margin-top:			100px;
}

#footerhome {
	margin-top:			0px;
}


.userinfo {
}

#userinfo input {
	width: 90%;
	margin-left: 8px;
	margin-right: 8px;
}

#userinfo .highlight {
	color: red;
}

#wrapper {
	background-color:	#fff;
}

.dashboard {
}

#dashboardwrapper {
	background-color:	#f6f6f6;
}

.dashboard .widget {
	background-color:	#fff;
	margin-bottom:		12px;
	box-shadow:			1px 1px 3px #ccc;
}

.dashboard .widget h2 {
	height:				46px;
	background-color:	#fff;
  color:        #666;
	padding: 			12px 12px 8px;
	font-size:			17px;
  border-bottom:    1px solid #eee;
}

.dashboard .actionneeded h2 {
	color:				#333;
	background-color:	#ffb69d;
}

.dashboard .widget .inner {
	padding:			8px 12px;
	color:				#888;
}

#skysthelimit .inner {
	text-align:			center;
	padding-bottom:		20px;
}


.dashboard .widget .inner .form {
	padding:			8px;
}

.dashboard .widget .subfooter {
	text-align:			center;
	margin-bottom:		16px;
}

.dashboard .widget .footer {
	padding:			4px 12px;
	text-align:			right;
  border-top:     1px solid #eee;
}

.dashboard .widget .inner .money {
	text-align:			right;
}

.dashboard .widget .inner .date {
	text-align:			right;
}

.dashboard .widget .inner .actions a {
	color:				#666;
}

.dashboard .widget .inner .actions i {

	padding:			2px 4px;
}

.dashboard .inline h2 {
	height:				46px;
	margin-bottom:		12px;
	background-color:	#fff;
	color:				#666;
	padding: 			12px 8px 8px;
	font-size:			17px;
	box-shadow:			1px 1px 3px #ccc;
}

.dashboard .inline .btn {
	float:				right;
	position:			relative;
	top:			  	-4px;
}

.dashboard .inline .btn:hover {
	background-color:	#42c0f0;
}

.dashboard .highlighted h2 {
	color:				#333;
	background-color:	#FFDE16;
}

.dashboard .actionneeded h2 {
	color:				#333;
	background-color:	#ffb69d;
}

.dashboard .inline.demphasized h2 {
	color:				#333;
	background-color:	#fff;
}

.dashboard .widget .btn {
	margin-bottom: 0;
}

.dashboard .widget .premiums {
	margin-top: 20px;
	background-color: #fff;
}


@media all and (max-width: 991px) { /* XS / SM */
	header .login {
		margin-top: 15px;
	}

	header .login .form-group {
		margin-bottom: 5px;
	}

	header .login button {
		margin-bottom: 5px;
	}
}

@media all and (max-width: 460px) { /* Small Mobiles */
	header .login {
		float: none !important;
		margin: 15px auto 0;
	}

	header .logout {
		margin: 5px;
	}
}

.tooltip-inner {
	background-color: #FFDE16;
	color: black;
}


.tooltip.bottom .tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-bottom-color: #FFDE16;
}

.flashbtn {
	color:#000;
	background:#FFDE16;
	-webkit-transition:background: .5s;
	-moz-transition:background: .5s;
	-o-transition:background: .5s;
	transition:background: .5s
}

.unflashbtn {
	color:#FFF;
	background:#01AEF0;
	-webkit-transition:background: .5s;
	-moz-transition:background: .5s;
	-o-transition:background: .5s;
	transition:background: .5s
}

#messagebox {
	display: none;
}


i, a i {
	color: #666;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


ol.boldnums li {
	font-weight:bold;
}
ol.boldnums li > p {
	font-weight:normal;
}


.modal .modal-content {
	border-radius: 0;
}

.modal .modal-header {
	background-color: #00aeef;
}
.modal .modal-header h4 {
	color: #fff;
}


.text-right {
	text-align: right;
}

.log_bold {
	font-weight: bold;
}

.isotope-item {
  padding-left: 12px;
  padding-right: 12px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



.btn-group label, .btn-group-vertical label {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group .selected {
	color:#333;
	background-color:#FFDE16;
}

.btn-group-vertical .selected {
	color:#333;
	background-color:#FFDE16;
}

.btn-group input[type="radio"], .btn-group-vertical input[type="radio"] {
    opacity:0.01;
    z-index:100;
	width: 0;
	height: 0;
}

.btn-default i {
	color:white;
}

.btn-disabled {
	background-color: #ddd;
}
.dropdown-menu > li > span.fakea {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.modal .tab-pane {
	padding-top: 16px;
}

.spinner { 
  width: 50%;
  margin: 100 auto;
}


ul.field-errors {
	color: red;
	list-style-type: none;
	margin-bottom: 0;
}

ul.field-errors li {
	color: red;
	list-style-type: none;
}

.pagination {
	margin: 0;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
	    text-align: left;
		margin-bottom: 5px;
	}
}


.my-masonry-grid {
  display: -webkit-box; /* Not needed if autoprefixing */
  display: -ms-flexbox; /* Not needed if autoprefixing */
  display: flex;
  margin-left: 0px; /* gutter size offset */
  width: auto;
}
.my-masonry-grid_column {
  padding-left: 0px; /* gutter size */
  background-clip: padding-box;
}

.my-masonry-grid_column > div {
  margin-bottom: 10px;
}