.uni_lms_inst_logo{
	display: none;
}

.unilms-template{
	background-color: #ffffff;
	width: 70%;
	margin: 20px auto !important;
}

.ui-datepicker {
    margin-left: -50px !important;
    background-color: #f1f1f1 !important;
    border: none !important;
}
.ui-widget-content {
    background: #f1f1f1 url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x !important;
}

.codo_stat_circle
{
  	width: 100px;
	height: 100px;
	background: #253b80;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  	margin: 0 auto;
}
.codo_stat_circle .count
{
  line-height: 100px;
  color:white;
  font-size:25px;
}

.codo-multi-columns {
    width: 100%;
    overflow: hidden;
}

.codo-column {
    width: 33.3%;
    display: block;
    float: left;
	padding: 1%;
}


@media(max-width: 992px){
	.codo-column {
		width: 50%;
	}
	.unilms-template{
		width: 85%;
	}	
}

@media(max-width: 767px){
	.codo-column {
		width: 100%;
	}	
	.unilms-template{
		width: 96%;
    	margin: 20px 2% !important;
	}
}