/******* Traffic Table********/
.traffic-container{
    max-width: 100%;
    margin-top: 10px;
}
.traffic-container .traffic-table{
    width: 100%;
    border: 1px solid #333;
    border-spacing: 0;
    background: #fff;
    font-family: 'Aktiv Grotesk Corp Light';

}
.traffic-table th,.traffic-table td{
    height: 35px;
    padding: 0 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid rgb(211, 207, 207);
}

.traffic-table th{
  padding: 14px 10px !important;
  height: auto !important;
}

.traffic-table td {
	padding: 5px 10px;
	font-size:14px;
    vertical-align: middle;
}

.traffic-table th,.traffic-table td:last-child{
    border-right: none;
}
.traffic-table tr:last-child td{
    border-bottom: none;
}
.traffic-table th{
    /*background: #274e13;*/
    background: #40455B !important;
    color: #fff;
    /*text-decoration: underline;*/
    padding-bottom: 3px;
    vertical-align: middle;
    
}
.traffic-table .input{
	width:150px;
    max-width: 100%;
    height: 30px;
    border: 1px solid #c2b16b;
    background: linear-gradient(#f2da70, #caab2c);
	border-radius: 5px;
    text-align: center;
	font-weight: bold;
	margin-bottom:0px !important;
/*    background: #fff2cc;*/
	
    font-size: 15px;
}
.traffic-table .input:focus{
    outline: 0;
}
.traffic-table tr td:nth-child(3){
  padding: 3px 3px;
  text-align: center;
}
.traffic-table tr td:first-child{
    background: #f7f0e6;
	text-align:left;
}
.traffic-table tr td:nth-child(2){
    background: #F7F6FF;
    border-bottom-color: transparent;
    text-align: left;
}
.traffic-table tr td:nth-child(4){
    text-align: center;
}
.traffic-table tr td.bg-white{
    background: #fff;
    vertical-align: top;
}
.traffic-table tr td.bg-green{
    background: #9d9fae !important;
    border-color: #868897 !important;
	color:#fff !important;
}
.traffic-table tr td.bg-light-green{
    background: #82a28b !important;
    vertical-align: middle;
}
.traffic-table tr td.center{
    text-align: center;
}
.traffic-table tr td.bg-blue {
    background: #0E73B7 !important;
    color: #fff;    
}

.traffic-table tr td.font-lg {
    font-size: 20px;
    font-weight: 900;
}

/*******Calculate Button********/
.calc-btn{
    width: 100%;
	text-align: center;
}

.calc-btn .clc-btn{
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #3e425b;
    background: #3e425b;
	color: #fff;
	cursor: pointer;
    border-radius: 30px;
    transition: .4s linear;
}
.calc-btn .clc-btn:hover,
.calc-btn .clc-btn:focus,
.calc-btn .clc-btn:active{
	background: transparent;
    color: #3e425b;
	outline: none;
}


/****Project Wins Table*****/
.proj-wins-container{
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
.proj-wins-table{
    max-width: 100%;
    border: 1px solid #333;
    border-spacing: 0;
    background: #fff;
    text-align: center;
    font-family: sans-serif, serif;
    
}
.proj-wins-table .wins-table-heading{
    font-size: 20px;
}
.proj-wins-table th, .proj-wins-table td{
    vertical-align: middle;
    width: 400px;
    height: 35px;
    padding: 0 5px;
    border-right: 1px solid rgb(211, 207, 207);
    border-bottom: 1px solid rgb(211, 207, 207);
    font-family: 'Aktiv Grotesk Corp Light';
}
.traffic-table th,.traffic-table td:last-child{
    border-right: none;
}
.proj-wins-table tr:last-child td{
    border-bottom: none;
}
.proj-wins-table th{
    /*background: #ff9900;    */
    background: #40455b !important;
    color: #fff;
    border-color: #40455b;
    border-bottom-color: #54596f;
    padding-bottom: 3px;
    vertical-align: middle;
    padding: 14px;
}
.proj-wins-table tr:nth-child(odd) td{
    vertical-align: middle;
    padding-bottom: 3px;
}

.proj-wins-table .bg-gray td{
    background: #f7f0e6 !important;
}
.proj-wins-table .bg-green td{
    background: #82a28b !important;
}

@media screen and (max-width: 520px){
    /******* Traffic Table********/
    .traffic-table{
        font-size: 11.6px;
    }
    .traffic-table .input{
        width: 50px;
    }
    .traffic-table .input{
        font-size: 12px;
    }

    .calc-btn .clc-btn{
        width: 150px;
        font-size: 18px;
        padding: 5px ;
    }
    /****Project Wins Table*****/
    .proj-wins-table{
        font-size: 11.6px;
    }
	.traffic-table tr td:nth-child(2) {
		width:auto !important;
	}
    
}
.hide {
	display: none;
}
.proj-wins-container {width: 100%;float: left;}