.close-alert:hover{
	cursor: pointer;
}

.err-text{
	color: #f44336;
}

.text-center{
	text-align: center;
}

.special-col{
	text-align: center;
}

.text-info{
	width: 100%;
	text-align: center;
	padding: 100px;
}

#time-one:hover{
	cursor: pointer;
}

#time-three:hover{
	cursor: pointer;
}


.btn-rep{
	width: 100% !important; 
    margin:0 auto;
}

.btn-export{
	float: left;
    margin-left: 5px;
    text-align: center;
    width: 100px;
    height: 30px;
    color: #484848;
    border-radius: 2px;
    font-size: 12px;
    background: white;
    padding: 4px;
    margin-top: 8px;
    line-height: 24px;
}


.btn-export:hover{
	cursor: pointer;
}

 table.tableSection {
    display: table;
    width: 100%;
}
table.tableSection thead, table.tableSection tbody {
    float: left;
    width: 100%;
}
table.tableSection tbody {
    overflow: auto;
    height: 375px;
}
table.tableSection tr {
    width: 100%;
    display: table;
    text-align: left;
}
table.tableSection th, table.tableSection td {
    width: 33%;
}

.fv-preload{
    background-image: url('/img/fv-preload.gif');
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.img-zoom{
   /* width: 48px !important;
    height: 48px !important;*/
    border-radius: 25px;
    boder:1px solid #D8D8D8;
    padding: 1px;
}

.container{
    border-bottom: white !important;
}