﻿/*normal control start*/

.ibox-content {
    position: relative;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.empty_state {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .empty_state > i {
        margin: auto;
        margin-bottom: 0px;
        font-size: 90px;
        color: #ccc;
    }

    .empty_state > h3 {
        margin: 8px 0px;
        text-align: center;
        font-weight: normal;
    }

    .empty_state > p {
        font-size: 14px;
        margin: 0px;
        color: #999;
        text-align: center;
    }
/*normal control end*/

/*search control  begin*/
div.search {
    padding: 10px 0
}

    div.search > form {
        position: relative;
        margin: 0 auto
    }

        div.search > form > input,
        button {
            border: none;
            outline: none
        }

        div.search > form > input {
            width: 100%;
            height: 42px;
            padding-left: 13px
        }

        div.search > form > button {
            height: 42px;
            cursor: pointer;
            position: absolute
        }

.bar input {
    border: 2px solid #3568A7 !important;
    border-radius: 5px;
    top: 0;
    right: 0
}

.bar button {
    background: #3568A7;
    border-radius: 0 5px 5px 0;
    width: 60px;
    top: 0;
    right: 0
}

    .bar button:before {
        content: "搜索";
        font-size: 13px;
        color: #F9F0DA
    }
/*search control end*/

/*calendar control start*/
.vertical-timeline-block .gray-bg::before {
    border-color: transparent rgb(243, 243, 244) transparent transparent!important;
    border-right: 7px solid rgb(243, 243, 244)!important;
}
/*calendar control end*/
