#overview {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
}

.overview_thead {
	padding: 0 19px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: linear-gradient(to right, #1595de 0%, #00dbdd 100%);
}

.overview_thead strong {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-transform: uppercase;
}

.overview_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: row;
	margin: 6px;
}

.overview_cat {
    height: 25px;
    line-height: 28px;
    padding: 0 7px 0 12px;
    text-transform: uppercase;
    color: #0fa8de;
    font-size: smaller;
    background: #eff5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
}

.overview_cat_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.overview_content .overview_columns:last-child {
    padding-left: 5px;
}

.overview_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
	overflow:hidden;
}

.overview_cat .overview_cat_col:last-child {
    text-align: right;
}

.overview_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-bottom: #f4f3f3 1px solid;
}

.overview_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    padding: 8px 5px;
}

.overview_row .overview_col:last-child {
    text-align: right;
    flex: 0 0 80px;
}

.overview_content .overview_columns:first-child {
    -webkit-box-flex: 0 0 240px;
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    padding-right: 5px;
}

.overview_col.icon {
    background: url(../../../images/chromax/sayilar.png);
    background-repeat: no-repeat;
    background-position: 4px 6px;
    -webkit-box-flex: 0 0 25px;
    flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    width: 22px;
    height: 20px;
}

.overview_columns .overview_row:nth-child(3) .icon {
    background-position-y: -15px;
}

.overview_columns .overview_row:nth-child(4) .icon {
    background-position-y: -36px;
}

.overview_columns .overview_row:nth-child(5) .icon {
    background-position-y: -55px;
}

.overview_columns .overview_row:nth-child(6) .icon {
    background-position-y: -76px;
}

.overview_columns .overview_row:nth-child(7) .icon {
    background-position-y: -97px;
}

.overview_columns .overview_row:nth-child(8) .icon {
    background-position-y: -117px;
}

.overview_columns .overview_row:nth-child(9) .icon {
    background-position-y: -136px;
}

.overview_columns .overview_row:nth-child(10) .icon {
    background-position-y: -156px;
}

.overview_columns .overview_row:nth-child(11) .icon {
    background-position-y: -176px;
}

.overview_refresh {
    float: left;
}

.overview_refresh a {
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    background: rgba(255, 255, 255, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.overview_refresh a:hover i, 
.overview_refresh a:focus i {
    animation: fa-spin 2s infinite linear;
}

@media screen and (max-width: 980px) {
.overview_content {
    display: block;
}

.overview_columns {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}
}

.overviewColor_1 {color: #777;}
.overviewTrow_1, .overviewTrow_2 {background: #F4F6F9;}
.overviewHover_1:hover {
	background: #eff5f53b;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
		
		