@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    background-color: #eff3f6;
}
body, html {
    height: 100%;
    min-height: 100%;
}
button{
	cursor:pointer !important;
}
input[type="submit"]{
	cursor:pointer !important
}
.container{
	padding-bottom:75px;
}
header .navbar{
	border-bottom: 1px solid #e6eaee;
	min-height: 70px;
}
header .navbar-brand{
	padding-left: 20px;
	margin-right: 30px;
}
header .nav-link i{
	font-size:28px;
	color: #9fa9ba;
}
header .nav-link a, a:hover i{
    color: #2ea1f8 !important;
}
header .nav-link a i{
    transition: color .15s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
}
h2{
	font-family: Source Sans Pro,sans-serif;
	font-size: 1.75rem;
	margin: 0 0 .5rem;
    color: #354052;
    font-weight: 500;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.card-landing{
	padding: 15px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
	min-height: 380px;
	margin-bottom: 15px;
}
.card-landing-img{
	padding:0 4.8em 0 4.8em;
}
footer{
	height:35px;
}
#jivo-iframe-container{ display: none }