@import url("./modal.css");
@import url("./grid.css");

/*原生class(元素)的重载样式*/
body {
    font-size:1.2em;
}


.fa {
    font-size: small!important;
}

 @media print {
     .noprint{
         display:none;
     }

    .demo,#ribbon,#header,#left-panel{
        display:none;
    }
 }

ul.nostyle {
    padding:0px 0px;
 }

ul.nostyle > li {
    display:block;
}

pre.nostyle {
    padding:0 0;
    margin:0 0;
    border:none;
    background-color:transparent;
    font-size:13px;
    font-family: Arial,sans-serif;
    white-space: pre-wrap;
    /*width:100%;
    word-break:break-all;
    word-wrap:break-word;*/
}

.r {
    text-align:right;
}

.c {
    text-align:center;
}


.l {
    text-align:left;
}

.red {
    color:#A22;
}

.gray,.grey {
    color:#AAA;
}

[hidden] {
    display: none!important;
}

@media (max-width: 1280px) {
   pre.nostyle{
        max-width: 600px;
    }
}
@media (max-width: 1024px) {
    pre.nostyle{
        max-width: 500px;
    }
}

.fade.show {
    opacity: 0.7;
}

td.td-field > sa-input-select > div > div.input-group {
    border:0;
}

label {
    margin-bottom: 0;
}

.input-group-addon {
    font-size:12px;
}

select {
    font-weight:initial;
}

.dt-toolbar > .tr > .td > div.alert {
    padding:4px 4px;
    margin-bottom:unset;
}