@font-face {
    font-family: 'OpenSans Bold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Light';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff'),
        url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans SemiBold';
    src: url('fonts/OpenSans-SemiBold.eot');
    src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans ExtraBold';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Regular';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body
{
	margin:0px;
	padding:0px;
	font-family: 'OpenSans Regular';
}
h1,h2,h3,h4,h5,h6
{
margin:0;
padding:0;
line-height:normal;
font-weight:normal;}
p
{
margin:0;
padding:0;
}
*
{
	box-sizing: border-box;
}
.log_in_section {
	width: 100%;
	float: left;
	background: #0050e9;
	height: 100vh;
    background: linear-gradient(to left, #0050e9 0%, #0033cc 100%);
}
.full_login_bar {
	background: #0093fe;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	padding: 10px;
	font-family: 'OpenSans Bold';
}
.log_in_form {
	width: 310px;
	margin: 0 auto;
	margin-top: 36vh;
}
.access_code {
	width: 100%;
	height: 38px;
	color: #333;
	border: none;
	border-radius: 40px;
	padding-left: 15px;
	font-size: 14px;
	float:left;
	margin-bottom:15px;
	letter-spacing: .3px;
	
}
.access_login
{
	width: 100%;
	float:left;
	height: 38px;
	color: #fff;
	border: none;
	background:#0093fe;
	border-radius: 40px;
		font-family: 'OpenSans Bold';
	font-size: 14px;
	text-align:center;
	cursor:pointer;
	transition:.7s;
	border:1px solid #0093fe;
}
.access_login:hover
{
		border:1px solid #fff;
		background:none;
}
.log_in_form h2 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: 'OpenSans SemiBold';
	padding-bottom: 14px;
	text-transform: uppercase;
}

.main_page_footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}
#menu a
{
	cursor:pointer;
}
.main_page_footer a {
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	background: #0050e9;
	padding: 13px;
	color: #fff;
	text-decoration: none;
	transition: .7s;
	cursor:pointer;
}
.acx_load_bar {
	font-size: 16px;
	line-height: 35px;
	text-align:center;
}
.main_page_footer a:hover, .main_page_footer a:active
{
	background:#0093fe;
}
.main_page_cover {
	width: 100%;
	float: left;
}
.main_page_head {
	width: 100%;
	position: fixed;
	background: #0050e9;
	top: 0;
	z-index: 999999;
}
.main_page_head h1 {
	text-align: center;
	color: #fff;
	font-size: 21px;
	padding: 15px;
}
#content
{
	width: 100%;
}
#page_load_holder {
	margin-top: 60px;
}
.please_wait {
	text-align: center;
}
.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.main_page_content {
	width: 100%;
}

.item_matter table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 98%;

}

.item_matter td, .item_matter th {
  border: 1px solid #dddddd;
  text-align: left;
  padding:10px 8px;
  color:#fff;
  font-size:14px;
}

.item_matter tr {
  background-color: #3b4c6b;
}
.main_page_content_item {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;

}
.item_graph {
	float: right;
	width: 25%;
}
.item_matter {
	width: 75%;
	float: left;
}

.item_graph_out {
	position: relative;
	height: 187px;
	background: url(images/blue_l.jpg);
	width: 100%;
	border-radius: 5px;
}

.item_graph_in {
	position: absolute;
	width: 100%;
	background: url(images/blue_g.jpg);
	height: 90%;
	border-radius: 5px;
	bottom: 0;
}
.item_matter h2 {
	font-size: 18px;
	font-family: 'OpenSans Bold';
	color: #3b4c6b;
	padding-bottom: 8px;
}

.item_graph_out_head h3{
	
	text-align: center;
}
.item_matter a {
	background: #0050e9;
	color: #fff;
	float: left;
	text-decoration: none;
	border-radius: 3px;
	padding: 7px 15px;
	transition: .7s;
	margin-top: 18px;
	font-family: 'OpenSans SemiBold';
	font-size: 14px;
	cursor:pointer;
}
.item_matter a:hover
{
	background:#0093fe;
}
.content_holder {
	padding: 15px;
	box-sizing: border-box;
}
.item_graph_out_head {
	color: #fff;
	top: 10%;
	position: absolute;
	width: 100%;
}
.main_page_content_item_out {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #8aceff;
	padding-bottom: 30px;
	padding-top: 10px;
}
.main_page_content .main_page_content_item_out:last-child
{
		border-bottom: none;
}
.prop_table th {
	background: #eff4e9;
	color: #2b1a1a;
	font-size: 15px;
	font-weight: normal;
	padding: 4px;
}
.prop_table td, .prop_table th {
	border: 1px solid #e3e3e3;
	padding: 8px;
}
.prop_table {
	font-size: 12px;
	font-family: Arial;
}
#save_settings {
	display: inline flow-root list-item;
	padding: 3px;
	cursor: pointer;
	width: 160px;
}
.prop_table select {
	font-size: 12px;
}
.report_head {
	width: 100%;
	display: block;
}
.report_head .each_r_h {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.report_head .each_r_h input, .report_head .each_r_h select {
	border: 1px solid lightgray;
	width: 100%;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
}
.edit_field input[type="number"] {
	color: gray;
	margin-left: 2px;
	margin-right: 7px;
	margin-top: 4px;
}
.filter_options {
	font-size: 13px;
	color: #777272;
	font-family: Arial;
	display: inline-block;
	margin-left: 15px;
}
.filter_options .active {
	text-decoration: underline;
	color: #533939;
}
.filter_options a {
	padding-left: 3px;
	padding-right: 2px;
	cursor: pointer;
}