/*********************
	HTML Elements
*********************/
* {
	margin:0;
	padding:0;
}
img, div, a {
	behavior: url(css/iepngfix.htc)
}

/**************************************/
/* FONTS */

@font-face {
  font-family: 'Nunito-Regular';
  src: url('/css/font/Nunito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito-ExtraLight';
  src: url('/css/font/Nunito-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito-Bold';
  src: url('/css/font/Nunito-Bold.ttf') format('truetype');
}



@font-face {
  font-family: 'FiraSans-Regular';
  src: url('/css/font/FiraSans/FiraSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'FiraSans-Bold';
  src: url('/css/font/FiraSans/FiraSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'FiraSans-thin';
  src: url('/css/font/FiraSans/FiraSans-Thin.ttf') format('truetype');
}

.darkGray18_500{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #6C757D;
}
.darkGray14_500{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #323A46;
}

.gray18_400{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.gray18_600{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}

.gray14_400{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.gray14_500{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.lightGray14_400{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #98A6AD;
}
.black16_300{
    font-family: FiraSans-Regular;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #000000;
}
.gray16_500{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.gray15_500{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.gray15_600{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.black16_500{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    
    
    letter-spacing: 0.6px;
    
    color: #000000;
}
.gray12_400{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* or 117% */
    
    letter-spacing: 0.6px;
    
    color: #98A6AD;
}
.gray30_600{
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0.6px;
    color: #6C757D;
}




.projectDescription{
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 5px;
    height: 76px; 
    width: 360px;
}






/**************************************/

body {
	font-family: FiraSans-Regular, Verdana ;
	/*Nunito-Regular */
	padding:0;
	margin:0;
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;

}
a, a:visited {
	text-decoration:none;
}
img {
	border:0;
	/*margin:1px;*/
}
p {
	padding:3px;
}
h2 {
}
input {
	/*padding:2px;*/
}
input[type="text"]{
	padding: 0 3px;
	border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 4px;
	/*border: none ; #c7c7c7  1px solid
	/*background: #F8F9FA;*/
	/*border-radius:3px;*/
	/*font-size:10px;*/
}

input[type="submit"]{
	/*background: none repeat scroll 0 0 #6C757D;*/
 /*   border-color: #000;*/
 /*   border-style: solid;*/
 /*   border-width: 1px 1px 2px;*/
    color: #FFFFFF;
    cursor: pointer;
    /*font-weight: bold;*/
    /*margin: 3px;*/
    /*padding: 1px 5px 2px;*/
    border-width: 0;
	-webkit-border-radius: 2.4px;
    -moz-border-radius: 2.4px;
    border-radius: 2.4px;
}
/*input[type="submit"]:hover{ background:#F3F9FF; border-color: #375B91; color:#000;}*/




input[type="text"]:disabled{
	padding:0px !important;
	border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 4px;
	background:#e8e8e8 !important;
	/*font-size:12px;*/
}
input[disabled] {
	padding:0px !important;
	background:#e8e8e8 !important;	
}
.txtinput{
	padding:3px !important;
	/*border:solid 1px #d3d3d3 !important; */
	background:#e8e8e8 !important;

}


select {
    
    font-weight: 400;
    font-size: 14px;
    color:#6C757D;
    /*line-height: 22px;*/
	/*padding:2px;*/
	/*font-size: 12px;*/
	/*font-family: Arial, Tahoma, Verdana;*/
	/*padding:0;*/
	/*margin:0;*/
}
.clear {
	clear:both;
}
/*********************
	Structure
*********************/
#container {
	/*width:1004px;*/
	width:100%;
	margin:0 auto;
}
#wrapper {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#header {

    height: 102px;   /* line-height: 102px;makd line height same in order to vertically center*/
    
    padding-right: 13px;
    
    
    
	
    /*width: 100%;position:relative;display: flex;
    align-items: center;*/
    box-shadow: 0px -3px 22px 1px rgba(0, 0, 0, 0.25);
}

#logo {
	height: 59px;    
	
	float: left;
	
	margin-left: 65px;
	
	margin-top: 22.5px;    
    
	
	/*
    margin-top: 20px;display: table-cell;margin-top: 22.5px;
	    vertical-align:middle;
	padding:px 0px 0px 5px;      5px 0px 0px 5px;*/

}
#logo222{ position:absolute; top:35px; left:40px;}

#logo2 {
	margin:15px 0 0 0;   /*margin:15px 0 0 0;*/
	padding:0; 
	float:right;
}

#nav { position: relative; z-index: 1001; clear:both; background:url(../image/bg-nav.png) top left repeat-x;  height:10px; margin:0 10px; }

#header h2 {
	margin-top:0px;
}
    
.subheading{font-weight:bold; color:#3693DB;}

#content {
	/*width:815px;*/
	min-width: 700px;
	margin-left: 320px;
    margin-top: 35px;
	padding: 0px 10px 10px 0;
	min-height:395px;
}




#footer {
   clear: both;
    height: 35px;
    margin-top: 15px;
    padding: 0;
    vertical-align: middle;
}
#box{
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    border-radius: 4px;
    margin-right: 20px;
    align-items: center;
    display: flex;
    flex-flow: column;
}
#box1{
   
    border-radius: 4px;
    margin-right: 20px;
}


h3 {
	font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 125% */
    
    letter-spacing: 0.6px;
    
    color: #6C757D !important;
    background: #fffff !important;
}


/*********************
	Sidebar
*********************/

#sidebar {
	background:#FFF;
	width: 260px;
	float:left;
	min-height: 395px;
	height:100%;
	margin:30px 0 0 30px;
	box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    border-radius: 4px;
    padding-bottom: 30px;
}
.sidebarMain{
    font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    height: 41.04px;
    line-height: 41.04px;
    letter-spacing: 0.6px;
    color: #6C757D !important;

    
}

.sideArrow{
    display : inline-flex; 
    padding-left: 30px;
    width: 100%;
    height: 41.04px;
}

.sidebarHeaderText{ 
    padding-left: 14px;
    width: 100%;
}
.disabled{
    color: #DEE2E6 !important;
    /*background-color: #DEE2E6 !important;*/
}
.disabled:active{
    pointer-events: none;
}
.disabled:hover{
    color: #DEE2E6 !important;
    background: none !important;
}
.icondisabled{
    background-color: #DEE2E6 !important;
}


#sidebar ul {
	list-style:none;
	
	margin:0px;
	padding:0px;
}

#sidebar ul li {
	margin:0px;
	padding:0px;
	
}

#sidebar ul li a, #sidebar ul li a:visited {
	padding-left: 0;
	text-decoration:none;
	margin:0 3px;
	display:block;
	
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#3D73DD;
	
}
#sidebar ul li ul {
	margin-left:10px;
}
#sidebar ul li ul li:hover {
	margin-left:0;
	background:#F3F9FF;
}
.mainListHeader:hover{
    background:#F3F9FF;
}


#sidebar h3 {
	padding:2px;
	font-size:12px;
	margin:0px;
	background:#f3f9ff;
	border-bottom: 1px solid #d9e6f0;
}



/****************
    tooltip Box
****************/

.con-tooltip {

  position: relative;
  margin-left: 5px;
  
}

.tooltip, .tooltip_under {
  visibility: hidden;
  z-index: 1;
  opacity: 1;
  
  /*width: 153px;*/
  /*height: 48px;*/
   padding: 0px 20px; 
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 36px;
  margin: 0 !important;
  
  background: #ffffff;
  color: #373D3F;
  
  position: absolute;
  /*top:-130%;*/
  /*left: 50%;*/
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;

  border: 1px solid #009CE7;
  box-sizing: border-box;
  border-radius: 4px;
  font: 16px;

  transform: translateY(9px);
  transition: all 0s ease-in-out;
  
   /*box-shadow: 0 0 3px rgba(56, 54, 54, 0.86); */
}

.tooltip_position_sidebar {
    width: 153px;
    height: 36px;
    top:-130%;
    left: 50%;
    white-space: nowrap;
}

.tooltip_position_export {
    width: 253px;
    height: 36px;
    top:-178%;
    left: -9%;
    white-space: nowrap;
}

.tooltip_position_duration {
    width: 214px;
    height: 36px;
    top:-59px;
    left: -173px;
}



.tooltip::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: white;
  border-width:1px;
  border-style:solid;
  border-color:transparent #009CE7 #009CE7 transparent;
  transform:rotate(45deg);
  
 
  position: absolute;
  margin-bottom: -8px;
  left: 20%;
}

.tooltip_under::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: white;
  border-width:1px;
  border-style:solid;
  border-color:transparent #009CE7 #009CE7 transparent;
  transform:rotate(225deg);
  
 
  position: absolute;
  margin-bottom: 45px;
  left: 20%;
}

.tooltip_top::after{
    border-color: #009CE7 transparent transparent#009CE7 ;
    margin-bottom: 53px;
    left: 88%  !important;;
}

.bubble_position_duration::after {
    left: 80%;
    
}
.bubble_position_right::after {
    left: 20%;
    
}


.con-tooltip:hover .tooltip {
  visibility: visible;
   /*transform: translateY(-5px); */
  opacity: 1;
  /*   transition: .3s linear;*/
  /*animation: odsoky 1s ease-in-out infinite  alternate; */
    pointer-events: visible !important;
    
}

.con-tooltip:hover .tooltip_under {
  visibility: visible;
   /*transform: translateY(-5px); */
  opacity: 1;
  /*   transition: .3s linear;*/
  /*animation: odsoky 1s ease-in-out infinite  alternate; */
    pointer-events: visible !important;
    
}










/*********************
  TopMenu, Top-Panel
*********************/
#topmenu {
	margin-top:0px;
	width:auto;
	float:left;
	voice-family:inherit;
}
#topmenu ul {
	list-style:none;
	/*ine-height:25px;*/
	float:left;
	padding:0;
	margin:0;
}
#topmenu li {
	display:inline;
	line-height:25px;
}
#topmenu a, #topmenu a:visited {
	padding:5px 8px;
	text-decoration:none;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited {
	padding:5px 12px 5px 12px;
	font-weight:bold;
}
#top-panel {
	background:#FFF;
	padding:5px;
	height:20px;
	float:left;
	width:875px;
}
#top-panel ul {
	list-style:none;
}
#top-panel ul li {
	display:inline;
	line-height:20px;
}
#top-panel ul li a {
	/*padding-left:19px;*/
	text-decoration:none;
	margin:0 3px;
	display:inline-block;
}
#top-panel a:hover {
	text-decoration:underline;
}
/*********************
		Other
*********************/
.a-right {
	text-align:right;
}
.a-left {
	text-align:left;
}
.a-center {
	text-align:center;
}
#pager {
	margin:5px;
	height:25px;
}
#styleswitcher {
	float:right;
}
#styleswitcher ul {
	list-style:none;
	line-height:10px;
}
#styleswitcher li {
	height:12px;
	display:inline;
}
#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
}
a#defswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#bd3f09;
	font-size: 8px;
	color:#bd3f09;
	display:inline-block;
}
a#blueswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#375b91;
	font-size: 8px;
	color:#375b91;
	display:inline-block;
}
a#greenswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#d0e0b8;
	font-size: 8px;
	color:#d0e0b8;
	display:inline-block;
}
a#brownswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#654322;
	font-size: 8px;
	color:#654322;
	display:inline-block;
}
a#mixswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#294145;
	font-size: 8px;
	color:#294145;
	display:inline-block;
}
#credits {
	clear:both;
	width:auto;
	float:left;
}


/*********************
		Tables
*********************/


table {
	
	border-collapse: collapse;
	/*table-layout:automatic;*/
	width:100%;
	
}
td, th {
	/*text-align:left;*/
	
}
th {
    /*height: 52px;*/
	/*background: #EEF2F7;*/
	font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.6px;
    
    background-color:#F8F9FA; 
    color: #000000;

}
thead {
}


.tableRows{
    height: 70px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.6px;
    color: #6C757D;
}

.tableRows:hover{
    /*background-color: #e8e8e8;*/
    
}
.tableRow:hover{
    background-color: #e8e8e8;
    
}

#box tr{
    /*padding:0;*/
    /*border: 0 !important;*/
    /*border-style: none !important;*/
}


/*********************
		Home
*********************/
#infowrap li {
 display:inline;
}
#infobox {
	width:365px;
	float:left;
	margin-top:10px;
}
#infobox h3 {
	padding:5px;
	font-size:14px;
}
.margin-left {
	margin-left:5px;
}
#rightnow .reallynow {
	padding: 5px;
	font-size:14px;
}
#rightnow h3 {
	padding:2px;
	padding: 0 10px;
	font-size:14px;
}
#rightnow .reallynow span {
	display: block;
	text-align: left;
	float: left;
	padding:0 2px;
	font-size:14px
}
#rightnow .reallynow a {
	text-decoration:none;
	display: block;
	text-align: right;
	float: right;
	padding:0 0 0 18px;
	margin-left:4px;
	font-weight:normal;
	font-size:12px;
}
#rightnow .reallynow a:hover {
	text-decoration:underline;
}
#rightnow .youhave {
	font-size:  12px;
	padding: 10px;
}
#rightnow a {
	font-weight: bold;
}


/*********************
		Forms
*********************/
form {
	padding:10px;
	margin:0 auto;
	position:relative;
}
form#form fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form#form legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 3px 3px 6px;
	width:254px;
}
form#form fieldset .innner_legend {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	width: 109px;
}
/*form#form label {
	clear:left;
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}*/
form#form .inputbox {
	margin:0 0 0 150px;
}
form#form .inputbox #tmp, form#form .inputbox #tmp1 {
	float:left;
}
form#form .inputbox #addthis {
	float:left;
}
form#form input {
	padding:3px;
	margin-bottom:5px;
}
form#form select {
	margin-bottom: 5px;
}
form#form textarea {
	width:350px;
	height:75px;
	padding:5px;
	overflow:auto;
	margin-bottom: 5px;
}
form#form option {
	background:#FFF;
}
form#form optgroup option {
}
form#form #button1, form#form #button2 {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form#form #button1:hover, form#form #button2:hover {
	background-position:center left;
}
form#form fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form#form legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 3px 3px 6px;
	width:254px;
}
form#form fieldset .innner_legend {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	width: 109px;
}
form#form label {
	clear:left;
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form#form .inputbox {
	margin:0 0 0 150px;
}
form#form .inputbox #tmp, form#form .inputbox #tmp1 {
	float:left;
}
form#form .inputbox #addthis {
	float:left;
}
form#form input {
	padding:3px;
	margin-bottom:5px;
}
form#form select {
	margin-bottom: 5px;
	
}
form#form textarea {
	width:350px;
	height:75px;
	padding:5px;
	overflow:auto;
	margin-bottom: 5px;
}
form#form option {
	background:#FFF;
}
form#form optgroup option {
	
}
form#form #button1, form#form #button2 {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form#form #button1:hover, form#form #button2:hover {
	background-position:center left;
}
/* ADDED BY MUNJAL */

form#frmPermission fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form#frmPermission legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 3px 3px 6px;
	width:254px;
}
form#frmPermission fieldset .innner_legend {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	width: 109px;
}
form#frmPermission label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form#frmPermission .inputbox {
	margin:0 0 0 150px;
}
form#frmPermission .inputbox #tmp, form#frmPermission .inputbox #tmp1 {
	float:left;
}
form#frmPermission .inputbox #addthis {
	float:left;
}
form#frmPermission input {
	padding:3px;
	margin-bottom:5px;
}
form#frmPermission select {
	margin-bottom: 5px;
}
form#frmPermission textarea {
	width:350px;
	height:75px;
	padding:5px;
	overflow:auto;
	margin-bottom: 5px;
}
form#frmPermission option {
	background:#FFF;
}
form#frmPermission optgroup option {
}
form#frmPermission #button1, form#frmPermission #button2 {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form#frmPermission #button1:hover, form#frmPermission #button2:hover {
	background-position:center left;
}
form#frmPermission fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form#frmPermission legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 3px 3px 6px;
	width:254px;
}
form#frmPermission fieldset .innner_legend {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	width: 109px;
}
form#frmPermission label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form#frmPermission .inputbox {
	margin:0 0 0 150px;
}
form#frmPermission .inputbox #tmp, form#frmPermission .inputbox #tmp1 {
	float:left;
}
form#frmPermission .inputbox #addthis {
	float:left;
}
form#frmPermission input {
	padding:3px;
	margin-bottom:5px;
}
form#frmPermission select {
	margin-bottom: 5px;
}
form#frmPermission textarea {
	width:350px;
	height:75px;
	padding:5px;
	overflow:auto;
	margin-bottom: 5px;
}
form#frmPermission option {
	background:#FFF;
}
form#frmPermission optgroup option {
}
form#frmPermission #button1, form#frmPermission #button2 {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form#frmPermission #button1:hover, form#frmPermission #button2:hover {
	background-position:center left;
}


/*********************
	Icons
*********************/
.icon {
	padding-left:19px;
	text-decoration:none;
	height:20px;
	font-size:12px;
	margin:0 3px;
	display:inline-block;
	line-height:20px;
}
.user {
	background:transparent url(../img/icons/user.png) no-repeat left;
}
.useradd {
	background:transparent url(../img/icons/user_add.png) no-repeat left;
}
.group {
	background:transparent url(../img/icons/group.png) no-repeat left;
}
.search {
	background:transparent url(../img/icons/magnifier.png) no-repeat left;
}
.online {
	background:transparent url(../img/icons/world.png) no-repeat left;
}
.pagenew {
	background:transparent url(../img/icons/page_add.png) no-repeat left;
}
.rss {
	background:transparent url(../img/icons/rss.png) no-repeat left;
}
.feed {
	background:transparent url(../img/icons/feed.png) no-repeat left;
}
.report {
	background:transparent url(../img/icons/report.png) no-repeat left;
}

.manage {
	background:transparent url(../img/icons/cog.png) no-repeat left;
}
.manage_page {
	background:transparent url(../img/icons/page_gear.png) no-repeat left;
}
.folder {
	background:transparent url(../img/icons/folder.png) no-repeat left;
}
.promotions {
	background:transparent url(../img/icons/coins.png) no-repeat left;
}
.cart {
	background:transparent url(../img/icons/cart.png) no-repeat left;
}
.folder_table {
	background:transparent url(../img/icons/folder_page.png) no-repeat left;
}
.shipping {
	background:transparent url(../img/icons/car.png) no-repeat left;
}
.invoices {
	background:transparent url(../img/icons/page_white_text_width.png) no-repeat left;
}
.addorder {
	background:transparent url(../img/icons/folder_page_add.png) no-repeat left;
}
.add {
	background:transparent url(../img/icons/add.png) no-repeat left;
}
.app_add {
	background:transparent url(../img/icons/application_add.png) no-repeat left;
}
.report_seo {
	background:transparent url(../img/icons/report_link.png) no-repeat left;
}
.modules {
	background:transparent url(../img/icons/bricks.png) no-repeat left;
}
.modules_manage {
	background:transparent url(../img/icons/bricks_gear.png) no-repeat left;
}
.save_button {
	background:transparent url(../image/Save-button.png) no-repeat left;
}
.edit_button {
	background:transparent url(../image/Edit-button.png) no-repeat left;
}
.cance_button {
	background:transparent url(../image/Cancel-button.png) no-repeat left;
}




.iconSize{
    height: 41px;
	width: 20px;
	background-color: #6C757D;
	background-size: 20px 20px;
	float: left;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    /*margin-top: 9px;*/
}

.house {
  -webkit-mask-image: url(../img/icons/home-solid.svg);
  -webkit-mask-size: contain;
    
}
.modelList {
	-webkit-mask-image: url(../img/icons/modelList.svg);
	-webkit-mask-size: contain;
}

.input {
	-webkit-mask-image: url(../img/icons/input.svg);
	-webkit-mask-size: contain;
}
.output {
	-webkit-mask-image: url(../img/icons/output.svg);
	-webkit-mask-size: contain;
}
.review {
	-webkit-mask-image: url(../img/icons/eye-solid.svg);
	-webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.users {
	-webkit-mask-image: url(../img/icons/users-solid.svg);
	-webkit-mask-size: contain;
}
.userHeader {
	-webkit-mask-image: url(../img/icons/user.svg);
	-webkit-mask-size: contain;
}
.admin{
    -webkit-mask-image: url(../img/icons/user-lock-solid.svg);
    
}
.settingsRight{
    -webkit-mask-image: url(../img/icons/settings.svg);
    -webkit-mask-size: contain;
}
.logoutRight{
    -webkit-mask-image: url(../img/icons/logout.svg);
    -webkit-mask-size: contain;
    
}
.arrowDown{
    -webkit-mask-image: url(../img/icons/arrowDown.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
}
.arrowUp{
    -webkit-mask-image: url(../img/icons/arrowSideMenue.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
}
.edit{
    -webkit-mask-image: url(../img/icons/edit.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.duplicate{
    -webkit-mask-image: url(../img/icons/duplicate.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.bin{
    -webkit-mask-image: url(../img/icons/bin.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.locked{
    -webkit-mask-image: url(../img/icons/locked.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.locked{
    background-color: #ff5b5b !important;
}
.unlocked{
    -webkit-mask-image: url(../img/icons/unlock-76.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.scenario{
    -webkit-mask-image: url(../img/icons/scenario.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.calendar{
    -webkit-mask-image: url(../img/icons/calendar.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.mine{
    -webkit-mask-image: url(../img/icons/mine.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.npv{
    -webkit-mask-image: url(../img/icons/npv.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.capital{
    -webkit-mask-image: url(../img/icons/capital.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.tooltipIcon{
    -webkit-mask-image: url(../img/icons/tooltip.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 16px;
    height: 15px;
    background: #009CE7;
    
}
.editUser{
    -webkit-mask-image: url(../img/icons/editUser.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 16px;
    height: 15px;
    background: #6C757D;
    
}
.deleteUser{
    -webkit-mask-image: url(../img/icons/deleteUser.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 16px;
    height: 15px;
    background: #6C757D;
    
}
.construction{
    -webkit-mask-image: url(../img/icons/construction.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 16px;
    height: 15px;
    background: #6C757D;
    
}

.legend_CF {
  /*-webkit-mask-image: url(../img/CF_chart.png);*/
  /*-webkit-mask-size: contain;-webkit-mask-repeat: no-repeat no-repeat;*/
  /*  -webkit-mask-position: center;*/
  /*  width: 100%;*/
  background:transparent url(../img/CF_chart.png) no-repeat ;  
}

.legend_PL {
  /*-webkit-mask-image: url(../img/PL_chart.png);*/
  /*-webkit-mask-size: contain;*/
  background:transparent url(../img/PL_chart.png) no-repeat ;  
    
}




/*Progress Bar*/

.iconstep1{
    -webkit-mask-image: url(../img/icons/lupe.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.iconstep2{
    -webkit-mask-image: url(../img/icons/Select.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.iconstep3{
    -webkit-mask-image: url(../img/icons/Capex.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.iconstep4{
    -webkit-mask-image: url(../img/icons/dollar.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.iconstep5{
    -webkit-mask-image: url(../img/icons/escalation.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.iconstep6{
    -webkit-mask-image: url(../img/icons/otherSettings.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}

.iconstep7{
    -webkit-mask-image: url(../img/icons/otherSettings.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}





.line{
    -webkit-mask-image: url(../img/icons/line.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    
}
.dollar{
    -webkit-mask-image: url(../img/icons/dollar.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
}
.percent{
    -webkit-mask-image: url(../img/icons/percent.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
}
.plus{
    -webkit-mask-image: url(../img/icons/plus.svg);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
}
.editButton{
    -webkit-mask-image: url(../image/Edit-button.png);
    -webkit-mask-repeat: no-repeat no-repeat;
    -webkit-mask-position: center;
    width: 100%;
}







.actionIcons{
    display:inline-block;
    height: 71px;
	width: 20px;
	/*background:transparent url(../img/icons/modelList.svg) no-repeat left;*/
	background-color: #6C757D;
	background-size: 20px 20px;
	margin: 0 0 0 6px;
	padding: 0;
}
.actionIcons:hover{
    background-color:#3D73DD;
}
.arrowSidemenue {
	height: 40px;
	width: 20px;
	/*background:transparent url(../img/icons/modelList.svg) no-repeat left;*/
	background-color: #6C757D;
	background-size: 20px 20px;
    padding-right: 32px;
	float: right;
}

.mainListHeader:hover .iconSize{
    background-color:#3D73DD;
}
.mainListHeader:hover .arrowSidemenue{
    background-color:#3D73DD;
}

.mainListHeader:hover .sidebarHeaderText{
    color: #3D73DD;
}


/*.mainListHeader:focus {*/
/*    background-color: #3D73DD;*/
/*}*/

.grayText{
    color: #6C757D;
}
.blueText{
    color: #3D73DD;
}
.gray{
    background-color: #6C757D;
}
.blue{
    background-color:#3D73DD;
}
.noShadow{
    box-shadow: none;
}
.blueShadow{
    box-shadow: inset 3px 0px 0px #3D73DD;
}

/*.mainListHeader:focus .iconSize{*/
/*    background-color:#3D73DD;*/
/*}*/
/*.mainListHeader:focus .sidebarHeaderText {*/
/*    color: #3D73DD;*/
/*}*/
/*.mainListHeader:focus .arrowSidemenue {*/
/*    background-color:#3D73DD;*/
/*}*/


/*.sidebarMain:focus {*/
/*    box-shadow: inset 3px 0px 0px #3D73DD;*/
    
/*}*/






.prifileImage {
	background:transparent url(../image/Avatar.png) no-repeat center;
	background-size: 50px;
}


.setup2 {
	background:transparent url(../img/icons/install3.png) no-repeat left;
}
.logoff {
	background:transparent url(../img/icons/sign_out.png) no-repeat left;
}
.pageedit {
    font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    /* background:transparent url(../img/icons/page_white_edit.png) no-repeat left;*/
    
    letter-spacing: 0.6px;
    padding: 10px 0 10px 54px !important;

    color: #6C757D;
    
	
}
/* Added By Munjal */
.location {
	background:transparent url(../img/icons/location_icon.jpg) no-repeat left;
}
.engineer {
	background:transparent url(../img/icons/engineer.jpeg) no-repeat left;
}
.proposal {
	background:transparent url(../img/icons/proposal.jpeg) no-repeat left;
}
.employee {
	background:transparent url(../img/icons/employee.jpeg) no-repeat left;
}
.item {
	background:transparent url(../img/icons/item.jpeg) no-repeat left;
}
.position {
	background:transparent url(../img/icons/icon-staff-position.png) no-repeat left;
}
.state {
	background:transparent url(../img/icons/stateicon.gif) no-repeat left;
}
.county {
	background:transparent url(../img/icons/icon_county.gif) no-repeat left;
}
.product {
	background:transparent url(../img/icons/product_icon.gif) no-repeat left;
}
.services {
	background:transparent url(../img/icons/service_icon.gif) no-repeat left;
}
.settings {
	background:transparent url(../img/icons/Settings.jpeg) no-repeat left;
}
/* Added By Munjal */

/*PAGING*/

.paging {
	padding:10px 0px 0px 0px;
	text-align:center;
	font-size:13px;
}
.paging.display {
	text-align:rightright;
}
.paging a, .paging span {
	padding:2px 8px 2px 8px;
}
.paging span {
	font-weight:bold;
	color:#000;
	font-size:13px;
}
.paging a {
	color:#000;
	text-decoration:none;
	border:1px solid #dddddd;
}
.paging a:hover {
	text-decoration:none;
	background-color:#6C6C6C;
	color:#fff;
	border-color:#000;
}
.paging span.prn {
	font-size:13px;
	font-weight:normal;
	color:#aaa;
}
.paging a.prn {
	border:2px solid #dddddd;
}
.paging a.prn:hover {
	border-color:#000;
}
.paging p#total_count {
	color:#aaa;
	font-size:12px;
	padding-top:8px;
	padding-left:18px;
}
.paging p#total_display {
	color:#aaa;
	font-size:12px;
	padding-top:10px;
}
.editlinks1{
    color: #6C757D;
}
.editlinks1:hover{
    color: #3D73DD;
}
.indexcss1{
    height: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    
    
    letter-spacing: 0.6px;
    display: inline-flex;
    /*float: left;*/
    color: #6C757D;
}
.indexcsssmall1{
    /*background: #98A6AD;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.6px;
    display: inline-flex;
    color: #98A6AD;
    padding-left: 18px;
    padding-right: 18px;
}
.pagingCircle{
    width: 33px;
    height: 33px;
    background: #536DE6;
    border-radius: 50%;
    background-color: #536DE6;
    background-size: 50px 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*margin: auto;*/
}





.required {
/*color:#FF0000;*/
}
.errorMessage {
	color:red;
	padding:0 0 0 5px;
	font-family: 'Nunito-ExtraLight';
    font-size: 18px;
    line-height: 22px;
}

.errorLogin{
    padding-left: 0 !important;
}

.error {
	/*color:red;*/
	font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    
    letter-spacing: 0.6px;
    
    color: #FF5B5B;
}
.mr-tp2 {
	background:url(../image/heading-login.jpg) 0 0 no-repeat;
	height:31px;
	line-height:31px;
	width:573px;
	padding:0 0 0 10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.input_button {
	background:url(../image/btn-blank.jpg) 0 0 no-repeat;
	height:26px;
	width:79px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.input_button2 {
	background:url(../image/btn-blank2.jpg) 0 0 no-repeat;
	height:26px;
	width:130px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.input_button3 {
	background:url(../image/btn-blank3.jpg) 0 0 no-repeat;
	height:26px;
	width:170px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.width_114 {
	width:118px;
}
#TB_ajaxWindowTitle {
	font-size: 14px;
	font-weight: bold;
}
span.inputbutton {
	background:url(../image/btn-blank4.png) left top no-repeat;
	height:26px;
	padding:0 0 0 11px;
	float:left;
	display:block;
	margin:0 4px;
}
span.inputbutton .button {
	background:url(../image/btn-blank4.png) right bottom no-repeat;
	height:26px;
	padding:0 11px 2px 0;
	float:left;
	display:block;
	border:none;
	color:#ffffff;
	overflow:visible;
	cursor:pointer;
	font-weight:bold;
}
.floatL {
	float:left;
}
.labelright {
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 5px;
	height:22px;
	line-height:22px;
}
ul{
 list-style:none;
}
li {
	/*padding:1px;*/
}
li a {
   text-decoration:none;
   
}
li a:hover{
   text-decoration: none;
   color:#202020;
}
.rightAlign{
    text-align:right; 
    justify-content: right;
    
}
.leftAlign{text-align:left}
.centerAlign{text-align:center}

.rotate {

font-family:Arial, Helvetica, sans-serif;

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.checkbox {
  width: 15px;
  height: 20px;
  /*display: block;
  padding-left:10px;
  margin-left:10px;
  clear: left;
  float: left;*/
}

#showProcess {
	position:absolute; 
	width:100%;
	display:block;
	height:100%;
	z-index:10;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

#Processdiv {
	position:absolute;
	left:35%;
	top:30%;
	width:404px;
	height:auto;
	padding: 20px;
	font-weight:bold;
	background:#FFFFFF;
	text-align:center;
	border: 1px solid gray;
	z-index:15;
}

.floatr{ float:right;}
.clearr{ clear:right;}

.headtext{ 
    color:#6C757D; 
    font-size:18px;
    
    letter-spacing: 0.6px;
    text-align: center;
    width: 279px;
    height: 102px;
    line-height: 102px;
    background: #F8F9FA;

} 
.profile{
    height: 65px;
    line-height: 65px;
    text-align: center; 
    display : inline-flex; 
    vertical-align: middle;
    background: #F8F9FA;
}


.header1{
	width: 100%;
	height: 70px;
	
	display: flex;
	align-items: center;
	
    background-color:#313A46;
    box-shadow: 0px -3px 22px 1px rgba(0, 0, 0, 0.25);
	
}

.logo1{
	width: 100%;
	height: 50px;
	
	display : inline-flex;
	margin-left: 65px;
	
}

.right1{
    font-family: 'FiraSans-Regular';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color:#6C757D;
	
	width: 279px;
    height: 70px;
	background: #3C4655 !important;
	border: none !important;
	/*display : inline-flex;*/
	margin-left: auto;
	align-items: center;
	margin-right: 13px;
	flex-shrink: 0;
	padding: 0 !important;
	text-align: center;
}

.profile1{
	flex-shrink: 0;
	display : inline-flex;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	padding-left: 18px; 
	color:#98A6AD ;
}

.btn{
    color: #98A6AD !important;
}
.btn:hover {
    /*background-color: #F8F9FA !important;*/
    /*border: none;*/
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus{
    box-shadow: none !important;
}
.dropdown-menu-right{
    right: 12px !important;
    left: auto !important; 
 
}
.dropdown-menu-currency{
    right: 13px !important;
    left: auto !important;    
}

.iconRight{
    float: left;
    width: 20px;
    height: 20px;
}
.textRight{
    color: #6C757D !important;
    font-family: 'FiraSans-Regular' !important;
    font-weight:400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.6px;
}





.PadL{ padding-left:23px;}
.margin2{margin:2px!important;}
.width190 { width:190px!important;}

#currTable { 
		display: block;
		width:1080px;
}

.chartborder{
	float:left; 
	border: 2px solid #000000; 
	padding: 8px; 
	border-radius: 25px;
}

/*.trdivwidth{
	width:1280px; overflow:auto; 
}*/
.trdivwidth table {}

.trdivwidth{ }

@media (min-width: 768px) and (max-width: 800px)  {

	#currTable { 
		display: block;
		width:520px!important;
	}
	
}
@media (min-width: 810px) and (max-width: 980px)  {

	#currTable { 
		display: block;
		width:708px!important;
	}
	
}


@media (max-width:980px){
.trdivwidth{
	width:630px; overflow:auto; 
}
}


@media (max-width:1024px){
.trdivwidth{
	width:690px; overflow:auto; 
}
}

.breadcrumb{
    font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* or 125% */
    
    letter-spacing: 0.6px;
    
    color: #3D73DD;
    margin-right: 24px;
}
.redButton{
    width: 204px;
    height: 37px;
    background: #FF5B5B;
    border:0;
    border-radius: 2.5px;
    font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #FFFFFF;
}
.redButtonText{

}
.searchBox{
    display : inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 4px;  
    width: 178px;
    height: 37px;
    font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0.6px;
    padding-left: 12px;
}

.tableRow{
    height: 70px ;
    line-height: 22px;
    padding: 0;
}


/*Progress Bar*/
.spacer{
    height:15px;
}
.progressbar{
    width: 90%;
    height: 80px;
    /*background: red;*/
    margin: auto;
    display: flex;
    justify-content: center;
}
.progressSection{
    width: 200px;
    height: 100%; 
    /*background: green;*/
    /*display: inline-block;*/
    flex-flow: row;
    display: flex;
}
.circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F3F9FF;
    background-size: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: auto;*/
    /*margin-right: 10px;*/
}
.circle:hover{
    /*background-color: #3D73DD; #F3F9FF*/
}
.progressIcon{
    position: relative;
    width: 18.81px;
    height: 15px;
    background-color: #98A6AD;

}
.progressText{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
    /*display:inline-flex;*/
    color: #98A6AD;
    flex-wrap: wrap;
    width: 100px;
    text-align: center;
    margin-top: 5px;
    
}
.verticalProgress{
    width: 100px;
    flex-flow: column;
    /*float: left;*/
    justify-items: center;
    display: inline-grid;

}
.lineContainer{
    width: 100%;
    height:40px;
    /*margin-left: -16px;*/
    display: flex;
    justify-content: center;
}
.progressLine{
    margin-top: 25px;
    width: 100%;
    /*width: 136px;*/
    height:3px;
    background-color: #98A6AD;
}

/*end*/

.assumptions{
    /*margin: 30px 0 0 0;*/
    display: flex;
}

.leftSide{
    float: left;
    height: 100%;
}
.rightSide{
    /*height: 100%;*/
    width: 100%px;
    margin: 25px 22px 0 93px;
    position: relative;
    margin-left: auto;
}


.optionList{
    flex-direction: column;
    display: flex;
    min-width: 523px;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 4px;
    /*margin: 26px 0 0 0;*/
    padding: 0 0 0 33px;

}
.optionListRow{
    /*margin: 0 122px 0 0;*/
    display: inline-flex;
    height: 36px;
    border-bottom: 1px solid #EEF2F7;
    align-items: center;
    margin-right: 29px;
    /*transform: matrix(1, 0, 0, 1, 0, 0);*/
}
.optionText{
    flex: 0 0 300px;
    
}
.optionSwitch{
   
}










.assumptionsTable{
    /*width="750" border="0" cellspacing="0" cellpadding="0"*/
    width: 750px;
    border: 0;
    margin: 0;
    padding: 30px 0 0 0;
}

.assumptionSubmit{
    width: 314px;
    height: 38px;
    background: #E03D31 !important;
    border-radius: 2.4px !important;
    float: right;
    margin: 33px 19px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}
.leftTextProg{
    width: 100%;
    height: 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #98A6AD;
    display: inline-flex;
    margin-top: 33px;
    margin-left: 24px;
    align-items: center;
}
.leftTextProg:hover{
    cursor: pointer;
    text-decoration: underline;
}


.headingProgress{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
    margin-left: 24px;
    margin-top: 25px;
}
.subHeadingProgress{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #98A6AD;
    margin: 4px 0 25px 24px;
    
}
.labelHeading{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
    margin-left: 24px;
    margin-top: 16px;
}
.inputLarge{
    width: 428px;
    height: 38px;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 24px;
    margin-top: 9px;
    float: left;
    padding-left: 10px;
}
.inputLargeFunc{
    width: 428px;
    height: 38px;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 24px;
    padding-left: 10px;
}
.unitLargeInput{
    width: 42px;
    height: 38px;
    background: #F3F9FF;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    margin-top: 9px;
    margin-left: -42px;
}
.unitLargeInputFunc{
    width: 42px;
    height: 38px;
    background: #F3F9FF;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    
    margin-left: -42px;
}
.textfieldCurrency{
    width: 94px;
    height: 38px;
    
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    margin-top: 9px;
    margin-left: -42px;
    background-color:#F3F9FF !important;
    margin-top: -1px;
    margin-left: -53px;
    font-family: FiraSans-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #98A6AD;

}


.noUnit{
    background: white;
    border-left: 0;
}

.unitIconLargeInput{
    width: 16px;
    height: 38px;
    background-color: #98A6AD;
    margin: auto;
}


.totalInput{
    width: 428px;
    height: 38px;
}

   /*Project Details*/
   
.projectDetails{
    width: 100%;
    height: 220px;
    margin-right: 18px;
}

.project-Data{
    /*position: absolute;*/
    width: 410px;
    height: 220px;
    /*left: 332px;*/
    /*top: 139px;*/
    
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    border-radius: 4px;
    
    float: left;
}
.productsList{
    position: relative;
    /*width: 100%;*/
    /*width: 652px;*/
    height: 220px;
    margin-left: 438px;;
    /*left: 770px;*/
    /*top: 139px;*/
    margin-right: 0;
    
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(154, 161, 171, 0.15);
}
.progressBox{
    position: relative;
    /*width: 1090px;*/
    /*height: 628px;*/
    /*left: 332px;*/
    /*top: 349px;*/
    margin: 25px 0 0 0;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    border-radius: 4px;
}

.imageProject{
    width: 60px;
    height: 60px;
    margin: 22px 0 0 22px;
    float: left;
}
.header{
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    /* identical to box height, or 94% */
    position: relative;
    margin: 22px 0 0 99px;
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.label1{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    
    
    letter-spacing: 0.6px;
    
    color: #98A6AD;
    margin-left: 24px;
    display: inline-flex;
}
.data1{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
    margin-left: 10px;
    color: #6C757D;  
    display: inline-flex;
}



    /*Products Table*/
    
.tbl {
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  margin-left: 29px;
  margin-right: 29px;
}
.row {
  display: flex;
/*   min-height: 50px; */
  border-bottom: 1px solid #98A6AD;
  align-items: center;
    margin: 0 !important;
}
.cell {
  flex: 1;
   
/*   border: 1px solid red; */
}
.cell:nth-child(1) {
  flex: 1.5;
}
.cell:nth-child(2) {
  flex: 1.5;
}
.cell:nth-child(3) {
  flex: 1.5;
}
.cell:nth-child(4) {
  flex: 0.5;
}
.cell:nth-child(5) {
  flex: 0.5;
}
.row:first-child .cell {
  display: flex;
  justify-content: left;         /*  center horiz. */
  align-items: center;             /*  center vert. */
  border-bottom: 1px solid #6C757D;
  font-weight: 500;
font-size: 14px;
 


letter-spacing: 0.6px;

color: #323A46;
}
.row .cell {
    padding: 0 !important;
  box-sizing: border-box;
  font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
}
.cellSelect{
    width: 200px;
    height: 34px;
    /*left: 62px;*/
    /*top: 187px;*/
    
    background: #FFFFFF;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 4px;
}

.addButton{
    width: 72px;
    height: 30px;
    
    
    background: #E03D31;
    border-radius: 3px;
    float: right; 
    margin-right: 44px;
    margin-top: 11px;
    line-height: 16px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden{ display: none; }

.show{}

.trProducts{
    height: 30px;
    border-bottom: 1px solid #98A6AD;
}
.radioText{
    
}
.progressNew{
    /*width: 1039px;*/
    height: 50px;
    background: #F3F9FF;
    display:flex;
    margin: 23px auto;
    width: 90%; 

    align-items: center;
}
.progressNewItem{
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #6C757D;
    display:flex;
    justify-content: space-evenly;
    border-left: solid 1px white;
    align-items: center;
}
.progressNewItem:hover{
    background: #3D73DD;
    color: #ffffff;
    cursor: pointer;
    
}
.generalRow{
    
    
}
.indent{
    padding-left: 25px;
    /*background-color: #EEF2F7;*/
    text-align: left;
}
.indentBold{
    padding-left: 25px;
    font-weight: bold;
}
.headerBlue{
    color: #3693DB;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height, or 125% */
    
    letter-spacing: 0.6px;
    padding-left: 15px;
}
.grayBackground{
    background-color: white;
    
    
}

.titleRow{
    padding-left: 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    
    letter-spacing: 0.6px;
    
    color: #6C757D;    
    
}

.table123{
    border-collapse: collapse; 

    
}

.tr_headerTax{
    width: 100%;
    display: flex; 
    /*flex-direction: row;*/
    padding: 5px 7px;
}


.tr_header{
    width: 100%;
    height: 38px;
    min-width: 980px;
    display: flex; 
    padding-right: 24px;
    /*flex-direction: row;*/
    /*padding: 5px 7px;*/
}
.tr_header td:nth-child(1){
    width: 250px;
}
.tr_header td:nth-child(2){
    /*flex: 1 0 100px;*/
    justify-content: right;
    display: flex;
    width: 100px;
    padding-left: 15px;
    height: 38px;
    align-items: center;
}
.tr_header td:nth-child(3){
    /*flex: 1 1 100px;*/
    justify-content: right;
    padding-right: 15px;
    display: flex;
    width: 100px;
    padding-right: 15px; 
    height: 38px;
    align-items: center;
}



/*Financing constant part*/

.tr_headerConst{
    width: 100%;
    height: 38px;
    
    display: flex; 
    padding-right: 24px;
    align-items: center;
}
.tr_headerConst td:nth-child(1){
    width: 250px;
}
.tr_headerConst td:nth-child(2){
    /*flex: 1 0 100px;*/
    justify-content: right;
    display: flex;
    width: 100px;
    padding-left: 15px;
    height: 38px;
    align-items: center;
}
.tr_headerConst td:nth-child(3){
    /*flex: 1 1 100px;*/
    justify-content: right;
    
    display: flex;
    width: 100px;
    padding-right: 15px; 
    height: 38px;
    align-items: center;
}






/*.tr_header:hover{*/
/*    background-color: lightgray;*/
/*}*/


.headerText{
    display: flex; 
     padding-bottom: 10px;
    /*flex-direction: row;*/
    /*flex: 1 1 120px;*/
    align-items: center;
}
/*.headerText:nth-child(1) {*/
/*  flex: 1 0 250px;*/
/*}*/
/*.headerText:nth-child(2) {*/
/*  flex: 1 0 50px;*/
/*  justify-content: right;*/
/*}*/
/*.headerText:nth-child(3) {*/
/*  flex: 1 1 80px;*/
/*  justify-content: right;*/
/*}*/
.headerData{
    display: flex;
    flex: 1 1 80px;
    justify-content: right;
}

/*############    DataTable design           */

.tr_class {
    /*border-bottom: 1px solid #98A6AD;*/
    display: flex;
    /*padding: 0 7px;*/
    height: 38px;
}
.tr_class > td{
    /*border-bottom: 1px solid #98A6AD;*/
}
.tr_class:hover{
    background-color: lightgray;
}


.text123{
    display: flex;
    /*justify-content: right;*/
}
/*.text123:nth-child(1) {*/
/*  flex: 1 0 250px;*/
/*}*/
/*.text123:nth-child(2) {*/
/*  flex: 1 0 60px;*/
/*  justify-content: right;*/
/*}*/
/*.text123:nth-child(3) {*/
/*  flex: 1 1 80px;*/
/*  justify-content: right;*/
/*}*/
.data123{
    text-align: right;
    display: flex;
    flex: 1 1 80px;
    justify-content: right;
}

/*style the upload file button*/
.displayNone{
    display: none;
}

.custom-file-upload{
    cursor: pointer;
    height: 36px;
    float: right;
    /*position: absolute;*/
    /*margin-left: 162px;*/
    width: 131px;
    background: #E03D31;
    border: 1px solid #C3161C;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    justify-content: center;
}
.textForButton{
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 36px;
    color: white;
    width: 212px;
}

.uploadButton{
width: 176px;
height: 38px;
position: relative; 
margin-top: -1px; 
margin-left: -130px;
letter-spacing: 0.6px;
background-color: transparent;
border: 0; 
color: transparent;
}

.exportCSV{
    display: flex;
    width: 161px;
    height: 37px;
    background: #EEF2F7;
    border: 1px solid #6C757D;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: auto;
}
.exportCSVdiv{
    display: flex;
    align-items: center;
    line-height: 37px;
    height: 37px;
    justify-content: center;

}
.flex100{
    display: flex;
    width: 100%;
    align-items: center;
}

.grayBackgroundMargin{
    /*background: #EEF2F7; */
    margin-left: 24px; 
    padding-right: 15px;
}


/*OPEX*/

.trOpex{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    /*padding: 0 22px;*/
    display: flex;
    flex-flow: row;
    
    flex: 1 1 auto;
    
}
.trOpex td:nth-child(1){
    /*label*/
    flex: 1 1 230px;
    display: flex;
    /*width: 230px;*/
}
.trOpex td:nth-child(2){
    /*currency*/
    width: 80px;
    margin-left: 5px;
    display: flex;
    justify-content: right;
}
.trOpex td:nth-child(3){
    /*costPerUnitCol*/
    width: 60px;
     /*max-width: 100px; */
    margin-left:25px;
    display: flex;
    justify-content: right;
}

.trOpex td:nth-child(4){
    /*unitCol*/
    width: 120px;
    margin-left: 20px;
    display: flex;
    justify-content: left;    
}
.trOpex td:nth-child(5){
    /*consumptionCol*/
    /*min-width: 40px; */
    /*max-width: 100px; */
    width: 65px;
    margin-left: 5px;
    display: flex;
    justify-content: left;
}
.trOpex td:nth-child(6){
    /*checkCol*/
    width: 40px;
    justify-content: center;
    margin-left: 5px;
    display: flex;
    align-items: center;
}


/*OPEX Gold*/
.trOpexGold{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    /*padding: 0 22px;*/
    display: flex;
    flex-flow: row;
    
    flex: 1 1 auto;
    
}
.trOpexGold td:nth-child(1){
    /*label*/
    flex: 1 1 180px;
    display: flex;
    /*width: 230px;*/
}
.trOpexGold td:nth-child(2){
    /*currency*/
    width: 80px;
    margin-left: 25px;
    display: flex;
    justify-content: right;
    flex-shrink: 0;
}
.trOpexGold td:nth-child(3){
    /*costPerUnitCol*/
    width: 60px;
     /*max-width: 100px; */
    margin-left:25px;
    display: flex;
    justify-content: right;
    flex-shrink: 0;
}

.trOpexGold td:nth-child(4){
    /*unitCol*/
   width: 120px;
    margin-left: 20px;
    display: flex;
    justify-content: left; 
    flex-shrink: 0;
}
.trOpexGold td:nth-child(5){
    /*consumptionCol*/
    /*min-width: 40px; */
    /*max-width: 100px; */
    width: 30px;
    margin-left: 5px;
    padding-right: 15px; justify-content: center;display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
}



/*CAPEX*/

.trCapex{
    width: 96%; 
    /*margin-left: 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    /*padding: 0 22px;*/
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    padding-right: 24px;
}
.trCapex td:nth-child(1){
    flex: 1 0 250px;
    /*width: 230px;*/
}
.trCapex td:nth-child(2){
    flex: 1 0 100px;
    justify-content: center;
    margin-left: 3px;
    /*width: 80px;*/
}
.trCapex td:nth-child(3){
    flex: 1 0 80px;
    justify-content: center;
    /*width: 80px;*/
}
/*.trCapex td:nth-child(3){*/
    /*flex: 1 0 100px;*/
/*    width: 100px;*/
/*}*/


/*TC, RC, Freight*/

.trTC{
    min-width: 980px;
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    /*padding: 0 22px;*/
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    padding-right: 24px;
}
.trTC td:nth-child(1){
    /*background-color: #EEF2F7;*/
}
.trTC td:nth-child(2){
    justify-content: right;
    display: flex;
    width: 50px;
    margin-left: 15px;
    height: 38px;
    align-items: center;
    /*width: 80px;*/
}
.trTC td:nth-child(3){
    justify-content: right;
    display: flex;
    width: 80px;
    margin-left: 15px;
    height: 38px;
    align-items: center;
}
.trTC td:nth-child(4){
    justify-content: right;
    display: flex;
    width: 120px;
    margin-left: 15px;
    height: 38px;
    align-items: center;
}
.trTC td:nth-child(5){
    justify-content: right;
    display: flex;
    width: 80px;
    margin-left: 15px;
    height: 38px;
    align-items: center;
}
.trTC td:nth-child(6){
    /*flex: 1 0 100px;*/
    /*width: 100px;*/
}


/*Resource*/

.trRes{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    /*padding: 0 22px;*/
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    
}
.trRes td:nth-child(1){
    flex: 1 0 230px;
    /*width: 260px;*/
}
.trRes td:nth-child(2){
    flex: 1 0 50px;
    justify-content: end;
    display: flex;
}
.trRes td:nth-child(3){
    flex: 1 0 50px;
    justify-content: end;
    display: flex;
}
.trRes td:nth-child(4){
    flex: 1 0 120px;
    display: flex;
    justify-content: end;
    
    display: flex;
    
}
.trRes td:nth-child(5){
    flex: 1 0 80px;
    /*width: 100px;*/
    text-align: right;
    justify-content: end;
    display: flex;
    padding-right: 20px;
}
/*.trRes td:nth-child(6){*/
    /*flex: 1 0 100px;*/
    /*width: 100px;*/
/*}*/





.yearlyCol{
    /*flex: 0 0 auto;*/
    width: 100px; 
    justify-content: right;
    margin-left: 5px;
}
.smallCol{
    min-width: 40px; 
    margin-left: 5px;
}




.opexCol{
    /*width: 100%; */
    display: flex; 
    flex: 1 1 auto;
    align-items: center;
}
.flexAlign{
    /*width: 100%; */
    display: flex; 
    flex: 1 1 auto;
    align-items: center;
}


.opexItemCol{
    min-width: 230px; 
    height:24px;
}
.currencyCol{
    height:24px;
    /*margin-left: 5px;*/
    background: #FFFFFF;
    border: 1px solid #98A6AD;
    box-sizing: border-box;
    border-radius: 4px;
}
.costPerUnitCol{
    min-width: 40px; 
    /*margin-left:5px;*/
    height:24px;
}
.inMCcol{
    min-width: 40px; 
    margin-left: 5px;
}
.unitCol{
    min-width: 120px;
    margin-left: 5px;
}
.consumptionCol{
    min-width: 40px; 
    margin-left: 5px;
    height:24px;
}
.USDfinalCol{
    min-width: 40px; 
    margin-left: 5px;
}
.checkCol{
    min-width: 25px; 
    justify-content: center;
    margin-left: 5px;
}

.products_List{
    display: flex;
    align-items: center;
}
.products_List div:nth-child(1){
    flex: 1 1 200px;
}
.products_List div:nth-child(2){
    flex: 1 1 120px;
}
.products_List div:nth-child(3){
    flex: 1 1 120px;
}
.products_List div:nth-child(4){
    flex: 1 1 130px;
}
.products_List div:nth-child(5){
    flex: 1 1 75px;
}
.products_List div:nth-child(6){
    flex: 1 1 75px;
}

.products_List:hover{
    background: rgba(242,243,244,0.2);
    
}


.inputField{
    
    background: #FFFFFF;
    border: 1px solid #6C757D;
    box-sizing: border-box;
    border-radius: 4px;
}

.headerWidget{
    font-weight: 500;
    font-size: 14.5px;
    line-height: 16px;
    /* identical to box height, or 110% */
    
    letter-spacing: 0.6px;
    
    color: #000000;
    background: #EEF2F7;
    height: 48px;
    align-items: center;
}
.dataWidget, .dataWidget_abbreviation{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    /* or 107% */
    
    letter-spacing: 0.6px;
    
    color: #6C757D;
    background: white;
    box-shadow: inset 0px -0.6px 0px rgba(0, 0, 0, 0.25);
    height: 48px;
    align-items: center;
}
.dataWidget div:nth-child(1){
    flex: 1 1 300px;
}
.dataWidget div:nth-child(2){
    flex: 1 1 100px;
    display: flex;
    justify-content: right;
    
}
.dataWidget div:nth-child(3){
    flex: 1 1 100px;
    display: flex;
    justify-content: right;
}

.dataWidget_abbreviation div:nth-child(1){
    /*flex: 1 1 300px;*/
}
.dataWidget_abbreviation div:nth-child(2){
    /*flex: 1 1 100px;*/
    display: flex;
    justify-content: right;
    
}


.boxWidget{
    mix-blend-mode: normal;
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    border-radius: 4px;
    padding: 24px; 
    width: 100%;
    margin: 24px;
    background-color: white;
}
.loanChart{
    width: 96%; 
	height: 300px; 
	margin: 24px;
	background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
    border-radius: 4px;
}
.loanTable{
	background: #FFFFFF;
    /*mix-blend-mode: normal;*/
    /*box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);*/
    /*border-radius: 4px;*/
    /*width: 96%;*/
    /*margin: 24px; */
    padding: 24px;
    
}
.tr_loan{
    padding: 0 24px;
    /*display: flex;*/
    /*width: 100%;*/
    text-align: right;    
}
.tr_loan td:nth-child(6){
    padding-right: 24px;
}
.tr_loan:hover{
    background-color: lightgray;
}

.trNPV div:nth-child(1){
    flex: 1 1 100px;
}
.trNPV div:nth-child(2){
    flex: 1 1 100px;
}
.trNPV div:nth-child(3){
    flex: 1 1 100px;
}
.trNPV div:nth-child(4){
    flex: 1 1 100px;
}




.trCurr{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    
}
.trCurr td:nth-child(1){
    flex: 1 1 150px;
}
.trCurr td:nth-child(2){
    flex: 1 1 150px;
}
.trCurr td:nth-child(3){
    flex: 1 1 150px;
    justify-content: right;
    display: flex;
}
.trCurr td:nth-child(4){
    flex: 1 1 150px;
    justify-content: center;
    display: flex;
}
.trCurr td:nth-child(5){
    flex: 1 1 150px;
    justify-content: right;
    padding-right: 15px;
}

  /*TAXES*/

.trTax{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    
}
.trTax td:nth-child(1){
    flex: 1 1 150px;
}
.trTax td:nth-child(2){
    justify-content: right;
    display: flex;
    width: 150px;
    padding-left: 15px;
    height: 38px;
    align-items: center;
}
.trTax td:nth-child(3){
    justify-content: right;
    display: flex;
    width: 50px;
    padding-left: 15px;
    height: 38px;
    align-items: center;
}
.trTax td:nth-child(4){
    justify-content: right;
    display: flex;
    width: 100px;
    padding-left: 15px;
    height: 38px;
    align-items: center;
}

  /*FINANCING*/

.trFin{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    
}

.trFin td:nth-child(1){
    flex: 1 1 200px;
}
.trFin td:nth-child(2){
    flex: 1 1 150px;
    justify-content: right;
    display: flex;
}
.trFin td:nth-child(3){
    flex: 1 1 80px;
    justify-content: right;
    display: flex;
}

.trFinConst{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    
}

.trFinConst td:nth-child(1){
    flex: 1 1 230px;
}
.trFinConst td:nth-child(2){
    flex: 1 1 50px;
    justify-content: right;
    display: flex;
}
.trFinConst td:nth-child(3){
    flex: 1 1 50px;
    justify-content: right;
    display: flex;
}

  /*SALES*/

.trSales{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    /*padding: 0 22px;*/
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    margin: 0 24px;
    width: 96%;
    
    
}

.trSales td:nth-child(1){
    width: 250px;
    margin-left: 24px;
}
.trSales td:nth-child(2){
    width: 180px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
}
.trSales td:nth-child(3){
    width: 80px;
    justify-content: center;
    display: flex;
    margin-left: 20px;
}
.trSales td:nth-child(4){
    width: 80px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
}
.trSales td:nth-child(5){
    width: 100px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
}
.trSales td:nth-child(6){
    width: 80px;
    justify-content: right;
    display: flex;
}


.trSalesBase{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    margin: 0 24px;
    width: 96%;
    
}

.trSalesBase td:nth-child(1){
    width: 250px;
}
.trSalesBase td:nth-child(2){
    width: 90px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
}
.trSalesBase td:nth-child(3){
    width:  200px;
    justify-content: right;
    display: flex;
    margin-left: 5px;
    margin-left: 20px;
}
.trSalesBase td:nth-child(4){
    width: 80px;
    justify-content: center;
    display: flex;
    margin-left: 20px;
}
.trSalesBase td:nth-child(5){
    width: 80px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
}
.trSalesBase td:nth-child(6){
    width: 80px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
}


.trSalesFe{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    margin: 0 24px;
    width: 96%;
    
}

.trSalesFe td:nth-child(1){
    width: 250px;
}
.trSalesFe td:nth-child(2){
    width:  150px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 0 0 auto;
}
.trSalesFe td:nth-child(3){
    width: 50px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 0 0 auto;
}
.trSalesFe td:nth-child(4){
    width:  80px;
    justify-content: right;
    display: flex;
    /*justify-content: center;*/
    margin-left: 20px;
    flex: 0 0 auto;
}
.trSalesFe td:nth-child(5){
    width: 80px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 0 0 auto;
}

.trSalesFe td:nth-child(6){
    width: 80px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 0 0 auto;
}


/*Fe yearly*/
.trSalesFeYearly{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    margin: 0 24px;
    width: 96%;
    flex: 0 0 auto;
}
.trSalesFeYearly td:nth-child(1){
    /*width: 250px;*/
}
.trSalesFeYearly td:nth-child(2){
    width:  150px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}
.trSalesFeYearly td:nth-child(3){
    width: 50px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}
.trSalesFeYearly td:nth-child(4){
    width:  70px;
    justify-content: right;
    display: flex;
    /*justify-content: center;*/
    margin-left: 20px;
    flex: 1 0 auto;
    
}
.trSalesFeYearly td:nth-child(5){
    
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}

/*Base yearly*/
.trSalesBaseYearly{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    margin: 0 24px;
    width: 96%;
    flex: 0 0 auto;
}
.trSalesBaseYearly td:nth-child(1){
    /*width: 250px;*/
}
.trSalesBaseYearly td:nth-child(2){
    width:  70px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}
.trSalesBaseYearly td:nth-child(3){
    width: 150px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}
.trSalesBaseYearly td:nth-child(4){
    width:  70px;
    justify-content: right;
    display: flex;
    /*justify-content: center;*/
    margin-left: 20px;
    flex: 1 0 auto;
    
}
.trSalesBaseYearly td:nth-child(5){
    
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}


/*Energy yearly*/
.trSalesEnergyYearly{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    /*background-color: #EEF2F7;*/
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    margin: 0 24px;
    width: 96%;
    flex: 0 0 auto;
}
.trSalesEnergyYearly td:nth-child(1){
    /*width: 250px;*/
}
.trSalesEnergyYearly td:nth-child(2){
    width:  150px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}
.trSalesEnergyYearly td:nth-child(3){
    width: 70px;
    justify-content: right;
    display: flex;
    margin-left: 20px;
    flex: 1 0 auto;
}
/*.trSalesEnergyYearly td:nth-child(4){*/
/*    width:  70px;*/
/*    justify-content: right;*/
/*    display: flex;*/
    /*justify-content: center;*/
/*    margin-left: 20px;*/
/*    flex: 1 0 auto;*/
    
/*}*/





/*View Assumptions*/

.trViewAss{
    width: 100%; 
    /*margin: 0 24px; */
    height: 38px; 
    align-items: center; 
    background-color: white;
    padding: 0 22px;
    display: flex;
    flex-flow: row;
    
    flex: 1 0 auto;
    color: #6C757D;
    /*margin: 0 24px;*/
    width: 100%;
    
}
.trViewAss:hover{
    background-color: lightgray;
}

.trViewAss td:nth-child(1){
    flex: 1 0 20px;
}
.trViewAss td:nth-child(2){
    flex: 1 0 150px;
    justify-content: left;
    display: flex;
}
.trViewAss td:nth-child(3){
    flex: 1 0 150px;
    justify-content: left;
    display: flex;
}
.trViewAss td:nth-child(4){
    flex: 1 0 230px;
    justify-content: left;
    display: flex;
    
}
.trViewAss td:nth-child(5){
    flex: 1 0 50px;
    justify-content: left;
    display: flex;
}
.trViewAss td:nth-child(6){
    flex: 1 0 50px;
    justify-content: left;
    display: flex;
}




.blueArea{
    width: 100%;
    display: flex;
    background: #F3F9FF;
    box-shadow: inset 3px 0px 0px #3D73DD;
}


.inputToText{
    border: 0;
    outline: none;
    background-color: #EEF2F7;
    /*readonly....this is to add to input field, works like 'disable' */
}




/*sticky table layout*/

.zui-table {
    /*border: none;*/
    /*border-right: solid 1px #DDEFEF;*/
    /*border-collapse: separate;*/
    /*border-spacing: 0;*/
    /*font: normal 13px Arial, sans-serif;*/
}
.zui-table thead th {
    background-color: #EEF2F7;
    /*border: none;*/
    /*color: #336B6B;*/
    /*padding: 10px;*/
    /*text-align: left;*/
    /*text-shadow: 1px 1px 1px #fff;*/
    white-space: nowrap;
}
.zui-table tbody td {
    /*border-bottom: solid 1px #DDEFEF;*/
    /*color: #333;*/
    /*padding: 10px;*/
    /*text-shadow: 1px 1px 1px #fff;*/
    /*white-space: nowrap;*/
}
.zui-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.zui-scroller, .zui-scrollerGold {
    margin-left: 250px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 15px;
    /*min-width: 600px;*/
    max-width: 1400px;
}
.zui-table .zui-sticky-col {
    /*border-left: solid 1px #DDEFEF;*/
    left: 0;
    position: absolute;
    top: auto;
    width: 250px;
    padding-left: 15px;
    height: 38px;
    display: flex;
    align-items: center;
}

.zui-sticky-col:after{
    box-shadow: 15px 0 10px -15px inset;
}

.zui-table .zui-sticky-col2 {
    /*border-right: solid 1px #DDEFEF;*/
    left: 140px;
    position: absolute;
    top: auto;
    width: 70px;

}

.zui_section_heading{
    left: 0;
    position: absolute;
    top: auto;
    width: 250px;
    padding-left: 15px;
    height: 38px;
    display: flex;
    align-items: center;
}

.shadow1 {
  position: relative;
  height: 38px;  
  
  /*below is necessary since height above is introduced when shadow appears*/
  display: flex;
  align-items: center;

    
}
.shadow1:after {
  box-shadow: 15px 0 10px -15px inset;
  content: " ";
  height: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  width: 10px;
  color: #6C757D;
}

.shadow2 {
  position: relative;
}
.shadow2:after {
  box-shadow: 15px -15px 10px 0 inset;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  position: absolute;
  width: 10px;
}


.scroll1::-webkit-scrollbar {
  display: none;
}

.shadow-start,
.shadow-end {
  position: relative;
}
.shadow-start:after,
.shadow-end:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  position: absolute;
  width: 10px;
  color: #6C757D;
}
.shadow-start:after {
  box-shadow: 15px 0 10px -15px inset;
  right: -10px;
}
.shadow-end:after {
  box-shadow: -15px 0 10px -15px inset;
  right: 0;
  color: #6C757D;
}

.shadows{
    box-shadow: 15px 0 10px -15px inset, -15px 0 10px -15px inset;
    opacity:0.999;
    z-index: 5;
}

.shadowLeft{
    box-shadow: 15px 0 10px -15px inset;
}
.shadowRight{
    box-shadow: -15px 0 10px -15px inset;
}




.headerBackground{
     background: rgba(238, 242, 247, 0.1);;
}

.makeShadowLighter{
    /*overlay transparent white*/
    background: rgba(255, 255, 255, 0.5);
}










