/******* 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: sans-serif, serif;

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

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

.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: #0E73B7 !important;
    color: #fff;
    /*text-decoration: underline;*/
    padding-bottom: 3px;
    
}
.traffic-table .input{
	width:150px;
    max-width: 100%;
    height: 30px;
    border: 1px solid #ccc;
	background: linear-gradient(#ffffea , #fffdbe);
	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: #d9ead3;
	text-align:left;
}
.traffic-table tr td:nth-child(2){
    background: #c9daf8;
    text-align: left;
}
.traffic-table tr td:nth-child(4){
    text-align: center;
}
.traffic-table tr td.bg-white{
    background: #fff;
}
.traffic-table tr td.bg-green{
    background: #6aa84f !important;
    border-color: #56903d !important;
	color:#fff !important;
}
.traffic-table tr td.bg-light-green{
    background: #00ff00 !important;
}
.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: 900;
	border-radius: 5px;
	border: 1px solid #DC5E48;
	background: #D4543E;
	color: #fff;
	cursor: pointer;
}
.calc-btn .clc-btn:hover,
.calc-btn .clc-btn:focus,
.calc-btn .clc-btn:active{
	background: #CE4027;
	outline: none;
}


/****Project Wins Table*****/
.proj-wins-container{
    max-width: 100%;
    margin-top: 10px;
}
.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{
    width: 400px;
    height: 35px;
    padding: 0 5px;
    border-right: 1px solid rgb(211, 207, 207);
    border-bottom: 1px solid rgb(211, 207, 207);
}
.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: #0E73B7 !important;
    color: #fff;
    border-color: #0d649e;
    padding-bottom: 3px;
    
}
.proj-wins-table tr:nth-child(odd) td{
    vertical-align: bottom;
    padding-bottom: 3px;
}

.proj-wins-table .bg-gray td{
    background: #d9ead3 !important;
}
.proj-wins-table .bg-green td{
    background: #93c47d !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: 2rem;
        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;
}
