﻿@charset "utf-8";
/* 你自己的样式 */
form {
    background-color: #F5F5F5;
    height: 100%;
}

.thLeftOnly {
    background-color: #F5F5F5;
    height: 100%;
}

.searchTable {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.searchDiv {
    width: 30% 200px;
    height: 40px;
    line-height: 40px;
    word-break: break-all;
    word-wrap: break-word;
}


.tdPadding20 {
    padding-left: 20px;
}

.thLeftOnly {
    text-align: left;
}

.tdPadding20R {
    padding-right: 20px;
}

.thRightOnly {
    text-align: right;
}

.divFloatLeftOnly {
    float: left;
}

.thLeft, .thLeft150 {
    width: 100px;
    text-align: left;
}

.thLeft150 {
    width: 150px;
}

.thLeft300 {
    width: 300px;
}

.thRight, .thRight150 {
    width: 100px;
    text-align: right;
}

.thRight150 {
    width: 150px;
}

.thCenter150 {
    width: 100px;
    text-align: center;
}

.thLeft100pc {
    width: 100%;
}

.spanCenter {
    text-align: center;
}

.LoginBox {
    height: 400px;
    padding-top: 12px;
}

.LoginHeadFont {
    color: white;
    font-size: 24px;
    line-height: 55px;
}

#search {
    margin-right: 17px;
}

.Refresh {
    width: 53px;
    margin-top: 4px;
}

.backGroudLeft {
    overflow: auto;
}

#treediv, .backGroudRight {
    background-color: white;
}

.backWhite {
    background-color: white;
    height: 100%;
}

.backGray {
    background-color: #F5F5F5;
}

.isread {
    float: right;
}

.width69 {
    width: 69%;
}

.width34 {
    width: 34%;
}

.width30 {
    width: 30%;
}

.ml-1p {
    margin-left: 1%;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    .width69 {
        width: 100%;
    }

    .width30 {
        width: 100%;
    }

    .width34 {
        width: 100%;
    }
    .ml-1p {
        margin-left: 0;
    }
}
