﻿.container-fluid {
    background-color: #EAEDF1;
    padding: 5px 1%;
}

.columns {
    background-color: white;
    border: 1px solid #EAEDF1;
    height: 200px;
    box-shadow: 2px 2px 2px #A9A9A9;
    margin: 0px -7px;
    padding: 10px 10px;
}

.box_title {
    background-color: #F5F5F6;
    height: 50px;
    line-height: 50px;
    margin: -20px -10px;
}

    .box_title ul {
        margin-left: -25px;
    }

        .box_title ul li {
            float: left;
            list-style: none;
            margin: 0px 15px;
            padding: 0px 5px;
            cursor: pointer;
        }

.li_active {
    border-bottom: 2px solid #0094ff;
    color: #0094ff;
}

.content_hide {
    display: none;
}

.small_box {
    background-color: #F5F5F6;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F5F5F6;
    transition: all 0.15s, 0.15s;
}

    .small_box:hover {
        border: 1px solid #00c1de;
    }
