﻿/* For Training Calendar */
.TrainTime
{
margin: 5px 0px 10px 0px;
padding: 5px 0px 10px 0px;
border-bottom: 1px solid #f4f4f4;
}

/*background-color: #0077c0;*/
.TrainTime .TrainTimeHome
{
width: 100%;
padding: 4px;
text-align: center;
float: left;
color: #fff;
background-color : #f5821f;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
}
.TrainTime .TrainTimeMatter
{
width: 100%;
float: left;
background: #fff;
border: 1px solid #f5821f;
padding: 5px 10px;
border-bottom: 2px solid #f5821f;
height:250px;
overflow-y:auto;
}
.Training-item
{
margin-bottom: 10px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.Training-item .inner-item
{
position: relative;
overflow: hidden;
margin-bottom: 20px;
}

.list-group-custom
{
list-style:none;	
}
