/*change for datatable*/
#wrapper{    
    height: 100%;
    overflow: hidden;
}
.usr-bg{
    background-color: #dcdcdc;
}
select[disabled]{
    background-color: #eee;
}
.ui-tooltip{
    background: white;
}
.ui-tooltip-content{
    font-size: 22px;
    white-space: pre-wrap;
}
.startup{
    width: 100%;
    position: absolute;
    height: 80%;
    -webkit-user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0%;
    left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
.startup .spinner{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 4px solid #999;
    position: relative;
}
.startup .spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    border: 4px solid #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    clip: rect(0px, 30px, 30px, 0px);

    -moz-animation:rotate 1s;  
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    -webkit-animation:rotate 1s;  
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -ms-animation:rotate 1s;  
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;

    animation:rotate 1s;  
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.popover-content{
    white-space: pre-wrap;
    word-break: break-word;
}
.popover-title{
    white-space: pre-wrap;
    word-break: break-word;
}
#page-wrapper{
    height: 100%;
    min-height: auto;
}
html,body{
    overflow: hidden;
}
.navbar-static-side{
    height: 100%;
    overflow-y: auto;
}
[title_]:hover:after {
    content: attr(title_);
    position: absolute;
    font-size: 13px;
    background: white;
    border: 1px solid black;
    z-index: 999999;  
    bottom: calc(100% + 6px);
    left: calc(50% + 7px);
    padding: 5px 7px;
    border-radius: 11px 10px 10px 0px;
    max-width: 233px;
    display: inline-block;
    word-break: inherit;
    height: auto;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    width: max-content;
    color:black;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #408080;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
::-webkit-scrollbar-thumb:active {
    background: #000000;
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
::-webkit-scrollbar-track:active {
    background: #ffffff;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

body .label{
    font-family: Microsoft YaHei;
}

.ibox-title {
    padding-top: 7px;
}
.ibox-title h5{
    position: absolute;
    margin: 0;
    line-height: 32px;
}
.ibox-tools{
    min-height: 32px;
    padding-right: 30px;
}
.popover.clockpicker-popover{
    z-index: 2050;
}
.ibox-tools .collapse-link
,.ibox-tools .close-link{
    position: absolute;
    right: 5px;
    top: 5px;
}
.ibox-tools .close-link{
    right: 35px;
}
.rmkname{
    font-weight: normal;
}
.dataTables tr td:first-child{
    min-width: 45px;
}


.div_iframe_right{
    position: fixed;
    z-index: 21000;
    width: 30%;
    height: 100%;
    top: 0px;    
    right: 0px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.3);  
}
.div_iframe_title{
    padding: 0 80px 0 20px;
    height: 2.9em;
    line-height: 2.9em;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    text-align: left;
}
.div_iframe_right .btn_close{
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 15px;
}

@media screen and (max-width: 1366px) {
    .div_iframe_right{
        width: 50%;
    }
}

.wp-highlight{
/*    color:red;*/
    background: yellow;
}