/*
Theme Name: Nombre del Proyecto
Theme URI: http://www.urlproyecto.org/
Description: Desc Proyecto.
Author: Teko Estudio
Author URI: http://www.tekoestudio.com/
Version: 1.0

License:
License URI:

*/

.box-statistic .heading { line-height: 35px; }
.topbar-logo .container {
    display: flex;
    align-items:center;
}
.navbar-brand > img {
    width: 30%;
}
.contact-info {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loader{
	width: 100px !important;
    height: 100px !important;
    background-size: 100% !important;
	background-image: url("images/MSS-logo.jpg") !important;
}



label{
    font-weight:bold;
    /*background:#000;*/
    padding:5px 0;    
    font-size: 12px;
}

.table-responsive {
	overflow-x: hidden;	
}

#wp-footer,
#footer-thankyou,
#footer-upgrade {
	display: none !important;
}

.d-flex{
	display:flex;
}

.img-responsive.h-100{
	height: 100%;    
	width: 100%;
	object-fit:cover;
} 
