/* nav相关 */
.nav-push {
    margin-top: 60px !important;
}

/* 居中 */
.align-center {
    width: 50%;
    margin: 0 auto;
}

.align-center-raidinfo {
    width: 78%;
    margin: 0 auto;
}

.align-center-videostate {
    width: 90%;
    margin: 0 auto;
}

.align-center-avidinfo {
    width: 80%;
    margin: 0 auto;
}

.align-center-serverinfo {
    width: 80%;
    margin: 0 auto;
}

.align-center-storage {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .align-center-statesearch {
        margin-top: 15px;
        margin-left: 12%;
    }
}

@media (min-width: 1281px) {
    .align-center-statesearch {
        margin-top: 15px;
        margin-left: 21%;
    }
}

/* 颜色 */
.red {
    color: #e74c3c;
}

.white {
    color: #fff;
}

.green {
    color: #2ecc71;
}

.bg-blue {
    background-color: #3498db;
}

.bg-blue2 {
    background-color: #337ab7;
}

.bg-red {
    background-color: #e74c3c;
}

.bg-green {
    background-color: #1ABC9C;
}

.bg-emerald {
    background-color: #2ECC71;
}

.bg-main {
    background-color: #34495E;
}

/* 视频查询 */
.search-title {
    margin-top: 0px;
}

/* 视频状态 */
.align-center-statesearch > .span-margin {
    margin-right: 15px;
}

.align-center-statesearch > .fix-filename {
    display: inline-block;
    width: 330px;
}

.align-center-videostate > .row > .panel-primary {
    border-color: #2C3E50;
}

.align-center-videostate > .row > .panel-primary > .panel-heading {
    color: #fff;
    background-color: #34495E;
    border-color: #2C3E50;
}

.video-state > .row {
    margin-left: 0px;
}

.video-state > .row > .btn {
    padding: 0 !important;
}

.btn-margin {
    margin-right: 21px;
}

.align-btn-margin {
    width: 21px;
}

@media (max-width: 1280px) {
    .col-width {
        width: 85px !important;
    }

    .state-btn {
        font-size: 60% !important;
        height: 50px !important;
    }

    .arrow-style {
        text-align: center;
    }

    .left-18 {
        margin-left: 112px;
    }

    .left-9 {
        margin-left: 20px;
    }
}

@media (min-width: 1281px) {
    .col-width {
        width: 90px !important;
    }

    .state-btn {
        font-size: 70% !important;
        height: 50px !important;
    }

    .arrow-style {
        text-align: center;
    }

    .left-18 {
        margin-left: 118px;
    }

    .left-9 {
        margin-left: 20px;
    }
}

.edit-btn-large {
    margin: 0 auto !important;
    border-radius: 30px !important;
}

.state-text {
    position: absolute;
    width: 200px;
    top: 15px;
    font-size: 15px;
}

.padding_5 {
    padding-top: 5px;
}

.btn-worker {
    margin-top: 8px;
}

.popover-title {
    font-size: 30px;
}

.popover {
    max-width: 600px;
    width: auto;
}

/* 源站状态 */
.align-center-storage > .row > .panel-primary {
    border-color: #BDC3C7;
}

.align-center-storage > .row > .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

.flabel {
    text-align: right;
    margin-top: 5px;
}

.typelabel {
    margin-top: 5px;
}

.vs-title {
    margin-top: 0;
}

.vs-row {
    margin-top: 8px;
}

.vs-progress {
    margin-bottom: 0px !important;
}

.vs-progress-text {
    margin-bottom: 10px !important;
    text-align: center;
    font-size: 13px;
}

.vs-control {
    margin-top: 4px;
    margin-right: 8px;
    font-size: 25px;
}

.vs-delete {
    color: chocolate;
}

.vs-add {
    color: cadetblue;
}

.vs-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-input {
    width: 80px;
}

.group-text {
    color: #AAAAAA;
}

.hostname-text {
    font-size: 24px;
}

.form-group {
    margin-bottom: 10px !important;
}

/*以下为新增的css*/
.bigDiv {
    background-color: #F4F4F4;
    width: 600px;
    padding: 5px 30px 5px 10px;
    margin: 0 auto;
}

.bigitem {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 10px 30px 10px 15px;
}

.titleBox {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}

.fac {
    display: flex;
    align-items: center;
}

.fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blueLine {
    width: 3px;
    background-color: blue;
    height: 16px;
}

.titleSpan {
    margin: 0 10px;
}

.rightText {
    padding: 2px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}

.conBox {
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 10px;
}

.ttop {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.img100 {
    width: 100%;
    height: 100%;
}

.px16 {
    width: 16px;
    height: 16px;
}

.colours {
    padding: 5px 10px;
    border-radius: 5px;
    width: 89%;
    display: flex;
    justify-content: space-between;
}

.dataDiv {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 80%;
    margin-bottom: 10px;
}

.p7b5 {
    padding: 7px;
    border-radius: 5px;
}

.w2h3 {
    width: 2px;
    height: 3px;
}

.cakeBox {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #858585;
}

.cakeLeft {
    border-right: 1px solid #e6e6e6;
    padding: 10px 10px 10px 0;
}

.cakespan {
    margin-right: 5px;
    display: inline-block;
    border-radius: 3px;
    width: 12px;
    height: 12px;
}

.p101000 {
    padding: 10px 10px 0 0;
}

.p010 {
    padding: 0 10px;
}

.mr5 {
    margin-right: 5px;
}

.mt20 {
    margin-top: 20px;background-color: #ffffff;padding: 10px;
}

.inlinew20h20 {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.stardiv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 10px 0;
}

.stardiv01 {
    font-size: 26px;
    font-weight: bold;
    color: #F59A22;
}

.stardiv03 {
    color: #A0A0A0;
    font-size: 16px;
}

.tocomment {
    width: 80%;
    text-align: center;
    margin: 20px auto 20px auto;
}
.schoolBegin{
    margin: 10px auto;text-align: center;color: #A0A0A0;font-size: 15px;
}
.tit_span {padding: 10px 0 5px 10px;font-size: 16px;}

.tit_name {padding: 0 0 10px 15px;font-size: 16px;}
.com_item {font-size: 14px;padding: 10px;}

.com_peo {color: #999999;}

.com_peo_span {margin-right: 20px;}
.moreBtnDiv {display: flex;justify-content: center;align-items: center;margin: 10px auto;}

.moreBtn {
    background-color: #3271E1;
    color: #ffffff;
    padding: 5px 30px;
    border: none;
    border-radius: 5px;
}
span.com_new_name {
    width: 88px;
    border: none;
    margin-right: 20px;
}
.com_exp_name {
    border: none;
}
