.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #fff !important;
}

.text-xs, .text-xs input, .text-xs textarea, .text-xs select {
    font-size: .75rem!important;
}
	
.text-sm, .text-sm input, .text-sm textarea, .text-sm select{
    font-size: .875rem!important;
}	
	
.text-md, .text-md input, .text-md textarea, .text-md select {
    font-size: 1rem!important;
}	
	
.text-lg, .text-lg input, .text-lg textarea, .text-lg select {
    font-size: 1.25rem!important;
}

a.login-link {
	color: #0dede5;
}	
a.login-link:hover {
	color: #dcfcf3;
}

.inner-page{
	padding-top: 30px;
}

.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	border-radius: 3px;
}
.callout + .bs-callout {
	margin-top: -5px;
}

.callout-default {
	border-left-color: #777;
}
.callout-default h4 {
	color: #777;
}

.callout-primary {
	border-left-color: #428bca;
}
.callout-primary h4 {
	color: #428bca;
}

.callout-success {
	border-left-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}

.callout-danger {
	border-left-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}

.callout-warning {
	border-left-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}

.callout-info {
border-left-color: #5bc0de;
}
.callout-info h4 {
color: #5bc0de;
}

.callout-bdc {
	border-left-color: #29527a;
}
.callout-bdc h4 {
	color: #29527a;
}

.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 0.25rem !important;}
.ml-2 {margin-left: 0.5rem !important;}
.ml-3 {margin-left: 1rem !important;}
.ml-4 {margin-left: 1.5rem !important;}
.ml-5 {margin-left: 3rem !important;}

.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: 0.25rem !important;}
.mr-2 {margin-right: 0.5rem !important;}
.mr-3 {margin-right: 1rem !important;}
.mr-4 {margin-right: 1.5rem !important;}
.mr-5 {margin-right: 3rem !important;}

.pl-0 {margin-left: 0 !important;}
.pl-1 {margin-left: 0.25rem !important;}
.pl-2 {margin-left: 0.5rem !important;}
.pl-3 {margin-left: 1rem !important;}
.pl-4 {margin-left: 1.5rem !important;}
.pl-5 {margin-left: 3rem !important;}

.pr-0 {margin-right: 0 !important;}
.pr-1 {margin-right: 0.25rem !important;}
.pr-2 {margin-right: 0.5rem !important;}
.pr-3 {margin-right: 1rem !important;}
.pr-4 {margin-right: 1.5rem !important;}
.pr-5 {margin-right: 3rem !important;}