﻿@charset "utf-8";
/* CSS Document */
body {
    background-color: #fff !important;
}

.argaam-wrapper {
    width: 100%;
    padding: 0;
}

    .argaam-wrapper .argaam-container {
        width: 100%;
    }

        .argaam-wrapper .argaam-container .content {
            width: 100%;
            padding:0; 
        }

.section-right-inside {
    float: none;
    width: 100%;
    background: #fdfdfd;
	border-top: 3px solid #90ad90;
	padding: 10px;
}
.section-right-inside:before, .section-right-inside:after {
	display: table;
	content: "";
	line-height: 0;
}
.section-right-inside:after {
	clear: both;
}
    .section-right-inside .menu {        
	background: none;
	border: none !important;
	display: flex;
	width: 735px;
	float: left;
}
        .section-right-inside .menu li {
            border-bottom: none;
            float: left;
        }

            .section-right-inside .menu li:first-child a {
               
            }

        .section-right-inside .menu a {
            border-left: none;
            border-right: none;
            color: #000;
            padding: 0 10px;
            text-align: center;
            font-size:13px;
        }

        .section-right-inside .menu li + li a {
           
        }

.section-left-inside {
    width: 100%;
    float: left;
    margin: 30px auto 0;
}

.section-right-inside .menu li i {
    display: none;
}
.section-right-inside .menu .active {
	background: #8EAF84;
	color: #fff !important;
    font-weight:normal;
}
.additional-menu-holder {
	font-family: 'ArgaamPlus', Arial;
	float: right;
	width: 95px;
	position: relative;
	height: 34px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
    color:#8EAF84;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
.additional-menu-holder .fa-bars {
	text-align: center;
	width: 35px;
	position: absolute;
	right: 6px;
	top: -5px;
	height: 35px;
}
.additional-menu-holder .fa-bars:before {
	font-size: 24px;
	color: #8EAF84;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
}
.additional-menu-items {
	background: #fdfdfd;
	position: absolute;
	top: 34px;
	width: 200px;
	right: 15px;
	padding: 10px;
	border: 1px solid #f8f8f8;
	border-top: 0;
	box-shadow: -5px 8px 13px rgba(136, 136, 136, 0.12);
	display: none;
    z-index:9;
}
.additional-menu-holder:hover .additional-menu-items{
	display: block;
}
.additional-menu-items li a {
	color: #000;
	padding: 5px 15px;
	display: block;
}
.additional-menu-items li a:hover {
	color: #fff;
	background: #8EAF84;
}
.section-right-inside .menu a:hover {
	color: #fff;
	background: #8EAF84;
}
.section-right-inside .menu li + li {
	margin-left: 4px;
}
.bbb2px {
	border-bottom: 2px solid #8EAF84;
}
.enrgy-chart .active, .chart-tab .active{
	    color: #8EAF84;
    border-top: 1px solid #8EAF84;
}
.tabs-gray li .active:hover, .tabs-gray li .active {
    border-color: #8EAF84 #eee #fff;
    color: #8EAF84;
}
.argaam-wrapper.tablet {
    zoom: 1;
}
.enrgy-chart a:hover, .chart-tab a:hover{
    color: #8EAF84;
}
 .currency{
     margin-right:15px;
 }
 .export-print{
     margin-right:20px;
 }

 .icon.chart {
	background: url(../Content/images/chart__icon.svg) no-repeat 0 0;
	display: inline-block;
}
.export-print .ico {
	margin: 0;
	background-image: url(../Content/images/exportdata__icon.svg);
}
.pie-chart .ico {
	background-image: url(../Content/images/pie__chart-ico.svg);
}
.pie-chart a:hover .ico,
.pie-chart .ico,
.btn-export .ico,
.colum.chart a:hover .icon,
.colum.chart .icon {
	background-position: unset;
}