a[ng-click],
[ng-click]{
    cursor: pointer;
}

.table .checkbox {
    margin-top: auto;
    margin-bottom: auto;
}

.table th.col-small {
    width: 10px;
}

.table th.col-small-2 {
    width: 20px;
}

.table th.col-small-3 {
    width: 30px;
}

.table th.col-medium {
    width: 100px;
}

.table th.col-medium-2 {
    width: 200px;
}
.custom-height{
  	height: 400px;
}
.custom-scroll {
	overflow: auto;
	height: 300px;
}

.date {
	font-weight: bold;
	font-size: 25px;
}
.year {
	font-size: 11px;
}

.we-notif {
        width: 90%;
        margin-top: 5px;
}

.we-notif .alert {
        margin-bottom: 5px;
        padding: 5px 35px 5px 5px;
}

.login-box-body {
    border: 1px solid black;
}