html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    html.sys {
        width: 1024px;
        overflow: auto;
    }
}

.layui-laydate-content td.laydate-selected {
    background-color: #72caf3 !important;
}

.layui-laydate-footer span:hover {
    color: #197cda !important;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 12px;
}

.dropdown-menu > .active > a {
    background-color: #197cda;
}

.text-nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #197cda;
    border-color: #197cda;
}

thead > tr:nth-of-type(1) {
    background-color: #f2f2f2;
}

.bootstrap-select:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bootstrap-select a {
    outline: none;
}

.btn-all {
    background-color: #b7c5cc;
    color: #ffffff;
}

.btn-all:hover, .btn-all:link {
    background-color: #a2b1b8;
    color: #ffffff;
}

.btn-all:active, .btn-all:focus {
    background-color: #8c9ca4;
    color: #ffffff;
}

.btn-wathet {
    background-color: #379fff;
    color: #ffffff;
}

.btn-wathet:hover, .btn-wathet:link {
    background-color: #298ce9;
    color: #ffffff;
}

.btn-wathet:active, .btn-wathet:focus {
    background-color: #197cda;
    color: #ffffff;
}

.btn-del {
    background-color: #ff4277;
    color: #ffffff;
}

.btn-del:hover, .btn-del:link {
    background-color: #e73164;
    color: #ffffff;
}

.btn-del:active, .btn-del:focus {
    background-color: #d32958;
    color: #ffffff;
}

.btn-save {
    background-color: #01c08c;
    color: #ffffff;
}

.btn-save:hover, .btn-save:link {
    background-color: #309177;
    color: #ffffff;
}

.btn-save:active, .btn-save:focus {
    background-color: #03b182;
    color: #ffffff;
}

.resize {
    resize: none;
}

.control-label {
    font-size: 12px;
}

.help-block {
    font-size: 12px;
    color: #df3838;
}

.sign {
    color: #df3838;
    font-size: 16px;
    line-height: 12px;
    margin-right: 5px;
}

.doubleArrow {
    display: inline-block;
    width: 1.28571429em;
    height: 12px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    margin-top: 2px;
}

.arrow-left {
    background-image: url("../../images/toDoubleLeft.png");
}

.arrow-right {
    background-image: url("../../images/toDoubleRight.png");
}

.child-page {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}
