.s-side {
    padding: 10px;
    border: 1px solid #dedede;
    height: calc(100% - 80px);
}

.s-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.s-side .s-firstItem i {
    font-size: 20px;
}
.s-side .s-firstItem span {
    display: inline-block;
    font-size: 20px;
}
.s-side .first {
    padding:6px 0px;
    border-bottom: 1px solid #dedede;
}
.s-side .d-firstNav span {
    display: inline-block;
    font-size: 20px;
}
.s-side .d-firstNav i {
    font-size: 14px;
    color: #999999;
}
.d-firstDrop{
    margin-left: 30px !important;
    margin-top: 10px !important;
    color: #999999;
}
.s-secondNav:hover a,.d-firstNav:hover a{
    color: #005caf;
}
.s-side .d-secondDrop {
    margin-left: 40px;
    margin-top: 10px;
}
.iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
    display: none;
}


.d-firstNav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: #666666;
}

.active .d-firstNav a, .d-firstNav:hover a{
    background: #f7f7f7;
    border-left: 2px solid #0061b4;
    color: #0061b4;
}


.s-side .s-secondNav, .s-side .s-secondItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px 14px 0;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    color: #666666;
    /*box-shadow: 0 4px 10px 10px rgba(128, 127, 127, 0.1);*/
}

.s-side .s-secondNav, .s-side .s-secondItem a {
    color: #666666;
}

.s-side .s-secondNav:hover, .s-side .s-secondItem a:hover {
    color: #0061b4;
}
.s-side .s-secondNav i {
    font-size:14px;
    color: #999999;
}


.s-thirdItem a {
    display: block;
    padding: 6px 0;
    color: #666666;
}

.s-thirdItem a:hover {
    color: #005caf;
}

.s-firstDrop > li {
    /*list-style: square;*/
    list-style: none;
    position: relative;
}

.s-firstDrop > li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 2px;
    position: absolute;
    left: -20px;
    top: 22px;
}

.s-firstDrop .d-secondDrop li {
    list-style: none;
}

.first:hover .d-firstDrop, .active .d-firstDrop{
    display: block;
}

.d-firstDrop li:hover .d-secondDrop {
    display: block;
}


.s-side .s-secondItem:last-child {
    border-bottom: none;
}



.pager-box {
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}


.pager-loose:before,
.pager-loose:after {
    display: table;
    content: " ";
    clear: both;
}


.pager-loose {
    display: block;
    margin: 20px 0;
}
.pager-loose.pager-pills > li > a,
.pager-loose.pager-pills > li > span {
    border-radius: 16px;
}
.pager-loose > li > a,
.pager-loose > li > span {
    margin-left: 5px;
    border-radius: 4px;
}
.pager-loose > li:first-child > a,
.pager-loose > li:first-child > span {
    margin-left: 0;
}

.pager {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}
.pager > li {
    display: inline;
}
.pager > li > a,
.pager > li > span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.53846154;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pager > li:first-child > a,
.pager > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pager > li:last-child > a,
.pager > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
    z-index: 2;
    background-color: #0061b4;
    color: #fff;
}
.pager li.active.disabled > a {
    background-color: #0061b4 !important;
}
.pager > li.active > a,
.pager > li.active > span,
.pager > li.active > a:hover,
.pager > li.active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0061b4;
    border-color: #0061b4;
}
.pager > li.disabled > span,
.pager > li.disabled > span:hover,
.pager > li.disabled > span:focus,
.pager > li.disabled > a,
.pager > li.disabled > a:hover,
.pager > li.disabled > a:focus {
    color: #ddd;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pager-justify {
    display: block;
}
.pager-justify .next > a,
.pager-justify .next > span {
    float: right;
    border-radius: 4px;
}
.pager-justify .previous > a,
.pager-justify .previous > span {
    float: left;
    border-radius: 4px;
}
.pager-goto {
    width: 100px;
    text-align: center;
}
.pager > li > div {
    float: left;
}
.pager > li .pager-goto,
.pager > li .pager-size-menu,
.pager > li.space {
    margin: 0 5px;
}
.pager-label {
    position: relative;
    float: left;
    padding: 5px 4px;
    margin-left: -1px;
    line-height: 1.53846154;
    text-decoration: none;
    border: 1px solid transparent;
}
.pager-item-left > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pager-item-right > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pager-lg > li > a,
.pager-lg > li > span {
    padding: 10px 16px;
    font-size: 16px;
}
.pager-lg > li:first-child > a,
.pager-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pager-lg > li:last-child > a,
.pager-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pager-sm > li > a,
.pager-sm > li > span {
    padding: 2px 8px;
    font-size: 12px;
}
.pager-sm > li:first-child > a,
.pager-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pager-sm > li:last-child > a,
.pager-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager-pills > li:first-child > a,
.pager-pills > li:first-child > span {
    border-radius: 16px 0 0 16px;
}
.pager-pills li button {
    border-radius: 16px !important;
}
.input-group-btn .btn {
    border-radius: 16px !important;
}
.pager-pills .pager-goto-input {
    border-radius: 16px !important;
}
.pager-pills > li:last-child > a,
.pager-pills > li:last-child > span {
    border-radius: 0 16px 16px 0;
}
.pager-pills.pager-justify > li > a,
.pager-pills.pager-justify > li > span {
    border-radius: 16px;
}
.pager-goto-btn {
    background: #ffffff;
}
.pager-loose {
    display: block;
    margin: 20px 0;
}
.pager-loose.pager-pills > li > a,
.pager-loose.pager-pills > li > span {
    border-radius: 16px;
}
.pager-loose > li > a,
.pager-loose > li > span {
    margin-left: 5px;
    border-radius: 4px;
}
.pager-loose > li:first-child > a,
.pager-loose > li:first-child > span {
    margin-left: 0;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-flex {
    display: flex !important;
    align-items: center;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:first-child > .btn-group-vertical > .btn, .input-group-btn:last-child > .btn-group-vertical:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-btn .btn {
    border-radius: 16px !important;
}

.btn {
    color: #353535;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: .4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: .4s cubic-bezier(.175, .885, .32, 1);
    transition: .4s cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-property: background, border, outline, opacity, -webkit-box-shadow;
    -o-transition-property: background, border, box-shadow, outline, opacity;
    transition-property: background, border, outline, opacity, -webkit-box-shadow;
    transition-property: background, border, box-shadow, outline, opacity;
    transition-property: background, border, box-shadow, outline, opacity, -webkit-box-shadow;
}

.pager-goto-btn {
    background: #ffffff;
    border: 1px solid #dedede;
}

.pager-goto-input {
    width: 60px;
    height: 34px;
    margin-right: 10px;
}
.custom-icon-ellipsis-h {
    display: inline-block;
    width: 20px;
}

