/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 20, 2020, 4:29:05 PM
    Author     : Mohsin
*/

.ag_col_4 {
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    float: left;
    width: 100%;
}
ul.ag_col_4 li.agent {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.235801032em;
    text-align: center;
    position: relative;
}
ul.ag_col_4 li.agent {
    width: 9.5%;
    margin-right: 0.5%;
    float: left;
    padding: 30px 0 0 0;
}
ul.ag_col_4 li.agent h1{
    font-weight: 700;
}
ul.ag_col_4 li.agent.last {
    margin-right: 0!important;
}
li.agent.green {
    background: #a7f3a7;
}
li.agent.lightgreen {
    background: #cff7cf;
}
li.agent.orange {
    background: #ffe3b0;
}
li.agent.last.red {
    background: #ffc3c3;
}
li.agent.red {
    background: #ffc3c3;
}
ul.ag_col_4 li.agent i.icon {
    padding: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    width: 73px;
    height: 73px;
}
ul.ag_col_4 li.agent i.green {
    background: green;
}
ul.ag_col_4 li.agent i.lightgreen {
    background: #6ef96e;
}
ul.ag_col_4 li.agent i.orange {
    background: #f5c56d;
}
ul.ag_col_4 li.agent i.red {
    background: #fd6868;
}
ul.ag_col_4 li.agent strong {
    font-size: 40px;
    color: #2e2e2e;
    font-weight: bold;
    line-height: 30px;
}
ul.ag_col_4 li.agent strong.amount {
    background: #2a73a7;
    border-radius: 7px;
    padding: 0 10px;
    line-height: 47px;
    color: #e1dfdf;
}
ul.ag_col_4 li.agent strong.amount {
    background: #3f8bb7;
}
ul.ag_col_4 li.agent span {
    font-size: 10px;
    color: #6b6b6b;
}
ul.ag_col_4 li.agent i.name {
    font-size: 25px;
    color: #483f3f;
}


.agent-head strong {
    border: 1px solid #e3e1e1;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 3px;
}
.agent-head {
    width: 100%;
    text-align: right;
    padding: 0 0 15px;
}

.asr_active {
    background: #ff780a;
    color: white;
}