html, body 
{
	font-family: Helvetica;
}

.page_title
{
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.36px;
	color: #5e8bff;
	margin-left: 5px;
}


.page_tabs {
	width: 85%;
    height: 28px;
    margin: 0 auto;
    border-radius: 5px 5px 0px 0px;
    background-color: #497bfc;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    font-weight: bold;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
}

.full_cell {
	width: 85%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    height: auto;
    background-color: #ffffff;
    overflow-y: hidden;
    margin: 0px auto 10px auto;
}

.chartContent {
	position: relative;
	display: block;
	top: 0;
	height: 100%;
	width:100%;
}

.chartTitle
{
	/*display: inline-block;*/
   /* font-size: 13px;*/
   /* letter-spacing: -0.29px;*/
   /* color: #7d7d7d !important;*/
    /*margin: 10px;*/
   /* font-weight: bold;*/
}

.relContainer {
	width: 100%;
	height: calc(100% - 32px);
	position: relative;
	top: 0;
}

.m_table_container {
	width: calc(100% - 20px);
    height: auto;
    height: auto;
    border: solid 1px #ffffff;
    margin: 0px auto;
}

.info_table
{
	font-size: 12px;
    letter-spacing: -0.29px;
    color: #7d7d7d;
    line-height: 30px;
    width: 99%;
    border: solid 1px #7d7d7d;
    table-layout: fixed;
    text-align: center;
	margin-bottom: 15px;
}
.info_table .field_name
{
	width:180px;
	padding-left: 2px;
	white-space: nowrap;
}

.info_table .field_value
{
	font-weight: 600;
}

.info_table tr:nth-child(2n) {
	background-color: #e5e1e6;
}

.apply_btn:focus {
	background-color: #C9E671;
}

.desktop_item {
	display: none !important;
}
.mobile_item {
	display: revert;
}

.chartTitle{
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin: 12.5px 0px;
    left: 12px;
    background-color: #7d7d7d;
    color: #FFFFFF;
    width: 80px;
    height: 17px;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.mobile_menu {
	width: 100%;
	height: 75px;
	background-color: #6f97ff;
}

.Veision {
    width: 44%;
    height: 53px;
    position: absolute;
    top: 8px;
    left: 4%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}

.Type {
    width: 44%;
    height: 53px;
    position: absolute;
    top: 8px;
    left: 52%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}

.pic {
    float: left;
    width: 4%;
    height: 53px;
    text-align: center;
    line-height: 50px;
    margin-left: 6%;
}
.font1 {
    font-size: 14px;
    font-weight: bold;
	color: #494949;
    float: right;
    width: 88%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.font2 {
    font-size: 10px;
    font-weight: normal;
	color: #7d7d7d;
    float: right;
    width: 88%;
    height: 20px;
    text-align: center;
    line-height: 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bg_radius{
	background-color: #6f97ff;
    height: 35px;
}

.Radius {
    border-radius: 0px 35px 0px 0px;
    width: 100%;
    height: 35px;
    box-shadow: 1px -3px 2px 0px #638FFF;
    background-color: #f7f7f7;
}

.style_canvas{
	width: 100%;
	height:60px
}

.pagination > div {
	width: 30%;
	height: 25px;
	display: inline-block;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.6;
	background-color: white;
	font-family: Calibri,helvetica,sans-serif !important;
	margin-right: 2px;
}

.pagination > div > a {
	color: #687e90;
	font-size: 14px;
	min-width: 30px;
	line-height: 21px;
	display: block;
	text-decoration: none;
}

.pagination .active {
	background-color:#c4c4c4;
	color:#fff;
	border:none;
	line-height: 25px;
	height: 25px;
}

.pagination div:last-child {
	border-right: 1px solid #aaa;
}

.pagination {
	display: block;
	text-align: center;
	padding-top: 5px;
}
.pagination_table {
	background-color: gray;
	height: 35px;
	width: 85%;
	margin: -12px auto 18px auto;
}
