
h3{
    font-size: 25px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.4em !important;
}

p {
    /*font-size: 14px;
    margin: 0 0 10px !important;
    font-weight: 300;*/
} 

 small {
   /* font-size: 75%;
    color: #777;
    font-weight: 400;*/
}

.container .title{
    color: #3c4858;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

.container .title h3{
    font-size: 25px;
    font-weight: 300;
}

div.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
/*    background: #fff;*/
    width: 100%;
/*    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
}

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
/*    background: linear-gradient(60deg,#eee,#bdbdbd);*/
/*background-color: #75d0a7;*/
background-color: #00B0EB;

}

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body{
    padding: 15px 30px;
}

div.card .card-header-primary {
/*    background: linear-gradient(60deg,#ab47bc,#7b1fa2);*/

    /*box-shadow: 0 5px 20px rgba(9, 8, 8, 0.17), 0 13px 24px -11px rgba(156,39,176,.6);*!/
background-color: #75d0a7;*/
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.21);
}

div.card .card-header-danger {
    background: linear-gradient(60deg, #50efe2 0%, #0e9c84 100%);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px rgba(15, 181, 162, 0.6);
}


.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

.card .card-header .nav-tabs {
    padding: 0;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
/*    display: flex;*/
   /* flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;*/
}

.nav-tabs .nav-item.text {
    margin-bottom: -1px;
}

.nav-tabs .nav-item.text {
    margin-bottom: -1px;
	color: #ffffff;
	padding-right: 20px;
	padding-top: 10px;
	font: 18px PulsoRegular;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
	
}

.nav-tabs .nav-item .nav-link{
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: none;
    font-size: 20px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
	font-family: PulsoRegular;
}

.nav-tabs .nav-item .nav-link.active {
	color: #ffe600 !important;
}

.nav-link{
    display: block;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}
footer{
    margin-top:100px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    
}
.footer p{
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 300;
}
footer p a{
    color: #555;
    font-weight: 400;
}

footer p a:hover {
    color: #9f26aa;
    text-decoration: none;
}

@media only screen and (max-width:768px) {

.nav-tabs .nav-item.text {
    margin-bottom: -1px;
	color: #ffffff;
	padding-right: 20px;
	padding-top: 10px;
	font: 23px PulsoRegular;text-align: center;margin-bottom: 16px;
}

.nav-tabs .nav-item .nav-link {
 color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: none;
    font-size: 16px;
    padding: 8px 8px;
    background-color: transparent;
    transition: background-color .3s 0s;
 	font-family: PulsoRegular;
}



}