﻿
.girdViewStyle
{
    width: 80%;
    min-width: 80%;
}

.headerGrid
{
    background-color: #39adc6;
    font-family:Calibri (Body);
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    font-size: 15px;
}

.rowsGrid
{
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}
.rows:hover
{
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    text-align: left;
}
.selectedrow
{
    background-color: #ff8000;
    font-family: Arial;
   color: #fff;
    font-weight: bold;
    text-align: left;
}
.mydatagrid a /** FOR THE PAGING ICONS  **/
{
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
 
.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
    background-color: #000;
    color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}
.pagerGrid
{
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}
 
.mydatagrid td
{
    padding: 5px;
}
.mydatagrid th
{
    padding: 5px;
}
.f_tran_btn {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	background-color: var(--charthead);
	height: 30px;
	width: 140px;
	text-align: center;
	border-radius: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	border-bottom: 2px solid #273c51;
}
.f_tran_btn:hover {
	cursor:pointer;
	border-bottom: 2px solid #7b8f86;
	background-color:#89a398;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.f_tran_btn a{
	color:#FFF;
	text-decoration:none;
}

.f_btn {
	line-height: 30px;
	text-align: center;
	/*float: right;*/
    display:inline-block;
	width: 70px;
	text-transform: uppercase;
	border-radius: 2px;
	margin-left: 7px;
}
.f_btn_dark a
{
    text-decoration:none;
    color:#FFF;

}
.f_btn_light a
{
    text-decoration:none;
    color:#000;

}
.f_btn:hover {
	cursor:pointer;
	opacity:0.7;
	
}
.f_btn_light {
	color: #000;
	background-color: #F47F27;
}

.f_btn_dark {
	color: #FFF;
	background-color: #273C51;
}

.f_btn_blue {
    color: #FFF;
    background-color: #008cd2;
    border-style:none;
}

.f_btn_blue a
{
    text-decoration:none;
    color:#000;

}

