[class^="icon-"]:not(.except), [class*=" icon-"]:not(.except){
    color: rgb(21, 126, 251);
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
margin-left: 0px !important;
}

body{
	overflow-x: hidden;
	background-color: white;
}

.no-margin {
	margin: 0px !important;
}

.v-center {
	vertical-align: center;
	margin: auto;
}

.larger{
	font-size: larger;
}

.bg-white {
	background: white;
}
.pd-list-fix {
	padding: 5px 10px;
}
.imgfix img {
	padding: 5px;
}

.float {
	float: left;
}

.nav-link {
	font-size: 20px;
	color: #333;
    height: 50px;
}

.active .nav-link {
	color: #28bbf8 !important;
    cursor: pointer !important;
}

.min-bold {
	font-weight: 700;
	font-size: 11px;
}

.min {
	font-size: 12px;
}

.middle {
    vertical-align: middle !important;
}

.middle td {
    vertical-align: middle !important;
    border-color: #eee !important;
}

.min-min {
	font-size: x-small;
}

.ico-color{
	color: #28bbf8 !important;
}

.dropdown-menu{
    max-height: 300px;
    overflow: auto;
}

.min-165{
    min-width: 165px;
}

.white-bg {
	background-color: white;
}

.cr-icon {
    color: #28bbf8;
    background-color: aliceblue;
    padding: 5px;
}

.btn-custom{
    padding: 5px 15px;
}
.btn-custom span{
	font-size: 9px;
}

.btn-custom-alt{
   	padding: 1px 2px;
   	margin: 3px;
}

.radius-2{
   	border-radius: 2px;	
}

/* SPACES */
.bottomspace-xs{
	margin-bottom: 5px;
}

.bottomspace-sm{
	margin-bottom: 10px;
}

.bottomspace-md{
	margin-bottom: 15px;
}

.bottomspace-lg{
	margin-bottom: 20px;
}

.bottomspace-xl{
	margin-bottom: 25px;
}

.bottomspace-xxl{
	margin-bottom: 25px;
}

.bottomspace-big{
	margin-bottom: 50px;
}

.bottomspace-mega{
	margin-bottom: 100px;
}

.topspace-xs{
	margin-top: 5px;
}

.topspace-sm{
	margin-top: 10px;
}

.topspace-md{
	margin-top: 15px;
}

.topspace-lg{
	margin-top: 20px;
}

.topspace-xl{
	margin-top: 25px;
}

.topspace-xxl{
	margin-top: 35px;
}

.topspace-big{
	margin-top: 50px;
}

.topspace-mega{
	margin-top: 100px;
}

.pull-center{
	margin: 0px auto;
}

.large {
	font-size: large;
}

.pd-5{
	padding-left: 5px;
}

.mg-5{
	margin-left: 5px;
}
.pd{
	padding: 5px;
}
/* ICONS SIZES */
.font-1{
	font-size: 1em;
}

.font-1-5{
	font-size: 1.5em;
}

.font-2{
	font-size: 2em;
}

.font-2-5{
	font-size: 2.5em;
}

.font-3{
	font-size: 3em;
}

.font-4{
	font-size: 4em;
}

.font-5{
	font-size: 5em;
}

.font-7-5{
	font-size: 7.5em;
}

.font-10{
	font-size: 10em;
}

.font-15{
	font-size: 15em;
}

.font-20{
	font-size: 20em;
}

/* ALERT */
.alert-minimalist {
	background-color: rgb(255, 255, 255);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}

/* LINK */
a.white {
	color: white;
}
 a.white-hover:hover{
	color: white;
 }

/* DARK BG */
#bg {
	filter: brightness(0.5) blur(3px);
	-webkit-filter: brightness(0.5) blur(3px);
	-moz-filter: brightness(0.5) blur(3px);
}

.bg {
	background: rgba(0,0,0,0.7);
    padding: 15px;
}

.full {
	width: 100%;
}

.white {
	color: white;
}

.bigtxt {
	font-size: 35px;
	margin-top: 1em;
}

.bigtxt small {
	font-size: 15px;
	color: #ccc;
    display: block;
}

.br {
    display: block;
}

.text-muted-alt {
	color: #ccc;
}

.img-disc {
	height: 24px;
}

/* BORDER DIVIDER */
.divider-left {
	border-left: #eee 1px solid;
}

.divider-right {
	border-right: #eee 1px solid;
}

.divider-lr {
	border-right: #eee 1px solid;
	border-left: #eee 1px solid;
}

.divider-top {
	border-top: #eee 1px solid;
}

.divider-bottom {
	border-bottom: #eee 1px solid;
}

.divider-tb {
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}

.divider {
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid !important;
	border-right: #eee 1px solid;
	border-left: #eee 1px solid;
}

.jumbotron {
	background-color: #FAFAFA;
	box-shadow: #ccc 1px 1px 10px
}

.max-w-150{
	max-width: 150px;
	padding: 5px;
}

.max-w-100{
	max-width: 100px;
	padding: 5px;
}

.col-5-div {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
@media screen and (max-width: 768px) {
  	.col-5-div {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

	.nav-center-sm > li{
		float: none;
	    display: inline-block;
	}
}

.badge{
	padding: 2px 5px;
    text-align: center;
    background-color: #2a9fd6;
}

.notification>.media>.media-left{
	vertical-align: middle;
}

.no-border{
	border: 0px;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid white;
}

.input-group-btn .btn{
	margin-right: 0px;
}

.nav-center > li{
	float: none;
    display: inline-block;
}

.text-main{
	color: rgb(21, 126, 251);
}

.text-sec{
	color: rgb(251, 97, 21);
}

.no-decoration, .no-decoration:hover, .no-decoration:focus, .no-decoration:active{
    text-decoration: none !important;
    border-bottom: 0px !important;
}
#fh5co-mobile-menu-btn > .badge{
	position: absolute;
    margin-top: 20px;
    margin-left: 10px;
}

@media screen and (min-width: 768px){

	.container .jumbotron, .container-fluid .jumbotron {
	    padding-right: 15px;
	    padding-left: 15px; 
        padding-top: 15px;
	    padding-bottom: 15px;
	}
}

.tablesorter td, .tablesorter th {
    vertical-align: middle !important;
}

table.no-header-bg > thead > tr > th {
	background-color: transparent !important;
}

th.min {
	padding-left:10px!important;
}
table h3 > a {
	color: #28bbf8!important;
}