.form-control-user1 {
    /* font-size: .8rem; */
    border-radius: 10rem;
    padding: 3;
    height: 50px;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    border: none;
}

.table td{
	vertical-align: middle;
}

.round{
	border-radius: 50px;
}
.text-sm{
	font-size: 10pt;
	font-weight: 700;
}

.img-size{
    width:100px;
    height: auto;
}

.table thead th{
    vertical-align: middle;
}

.infocard{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    color:#fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    
}

.infocard h5{
    position: absolute;
    top:70px;
    right:20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.infocard h3{
    font-size: 36px;
    font-weight: 700;
    
    position: absolute;
    top:20px;
    right:20px;
    display: block;
}

.infocard i{
    position: absolute;
    font-size: 38px;
    opacity: 0.8;
    top:30px;
    left: 20px;
    
}

.infocard.primary{
    background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
}
.infocard.secondary{
   background-image: linear-gradient( 135deg, #E2B0FF 10%, #9F44D3 100%);
}
.infocard.danger{
   background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.infocard.success{
   /*background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);*/
   background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.infocard.info{
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}
.infocard.warning{
    /*background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);*/
    background-image: linear-gradient( 109.1deg,  rgba(181,73,91,1) 7.1%, rgba(225,107,140,1) 86.4% );
}
.infocard.light{
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}

.smallcard{
    width: 100%;
    height: 120px;
    /*border-radius: 10px;*/
    margin:10px 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    background:#fca853;
    text-overflow: hidden;


}

.smallcard img{
    position: absolute;
    top:30px;
    right:30px;
    width: 40px;
    height: auto;
}
.smallcard .text{
    position: absolute;
    font-size:14px;
    color:#000;
    font-weight:700;
    top:85px;
    right: 20px;
    text-transform:uppercase;
    color:#333;
}
.smallcard .count {
    position: absolute;
    font-size:25px;
    color:#fff;
    font-weight: 700;
    line-height: 50px;
    top: 0px;
    left:20px;
    padding:10px 10px;
    height: 60%;
    border-radius: 0px 0px 50px 50px;
    z-index: 9;
    background:#333;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


