* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", Arial;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

p {
    margin-bottom: 0;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:visited {
}

a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

.container {
    width: 1000px;
}

@media (min-width: 576px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

.tooltip {
    font-weight: 300;
}

.popover-header {
    font-weight: 300;
    font-size: 14px;
}

.popover-body {
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.bg-red {
    background-color: #d6181d !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
    background-color: #c40701 !important;
}

.btn-red {
    color: #fff;
    background-color: #d6181d;
    border-color: #d6181d;
}

.btn-red:hover {
    color: #fff;
    background-color: #c40701;
    border-color: #bd2130;
}

.btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #d6181d;
    border-color: #d6181d;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red {
    color: #d6181d;
    background-color: transparent;
    background-image: none;
    border-color: #d6181d;
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #d6181d;
    border-color: #d6181d;
}

.btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #d6181d;
    background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #d6181d;
    border-color: #d6181d;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-warning:hover {
    color: #fff;
}

.btn-outline-warning:hover {
    color: #fff;
}

.badge {
    font-size: inherit;
}

.badge-primary {
    color: #fff;
    background-color: #0283ce;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0085dc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-red {
    color: #fff;
    background-color: #d6181d;
}

.badge-red[href]:hover, .badge-red[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c40701;
}

.badge-warning {
    color: #fff;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #fff;
}

.border-red {
    border-color: #d6181d !important;
}

.text-red {
    color: #d6181d !important;
}

a.text-red:hover, a.text-red:focus {
    color: #c40701 !important;
}

.bg-gray {
    background-color: whiteSmoke !important;
}

.bg-white-85 {
    background: rgba(255, 255, 255, 0.85) !important;
}

.bg-white-95 {
    background: rgba(255, 255, 255, 0.95) !important;
}

.bg-primary {
    background-color: #0085dc !important;
}

.bg-black-85 {
    background: rgba(0, 0, 0, 0.85) !important;
}

.text-primary {
    color: #0283ce !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0085dc !important;
}

.text-link {
    color: #576b95 !important;
}

a.text-link:hover, a.text-link:focus {
    color: #435986 !important;
}

.text-default {
    color: #555555 !important;
}

.text-gray {
    color: #999 !important;
}

.text-black {
    color: #252525 !important;
}

.text-white-85 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.text-indent {
    text-indent: 2em !important;
}

.opacity-50 {
    opacity: 0.5;
}

.switch {
    margin: 3px 0;
    position: relative;
    display: inline-block;
    margin: 2px 0;
    font-weight: 400;
    cursor: pointer;
}

.switch input + span {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
    width: 54px;
    height: 30px;
    background-color: #eee;
    border-radius: 30px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.switch input + span:after {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 2px;
    left: 2px;
    width: 26px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch input:checked + span {
    background-color: #ddd;
}

.switch input:checked + span:after {
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.switch.switch-mini {
    font-size: 14px;
}

.switch.switch-mini input + span {
    width: 30px;
    height: 16px;
}

.switch.switch-mini input + span:after {
    width: 12px;
}

.switch.switch-mini input:checked + span:after {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.switch.switch-sm {
    margin: 8px 0 7px;
    font-size: 14px;
}

.switch.switch-sm input + span {
    width: 36px;
    height: 20px;
}

.switch.switch-sm input + span:after {
    width: 16px;
}

.switch.switch-sm input:checked + span:after {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.switch.switch-lg {
    margin: 1px 0;
}

.switch.switch-lg input + span {
    width: 70px;
    height: 34px;
}

.switch.switch-lg input + span:after {
    width: 30px;
}

.switch.switch-lg input:checked + span:after {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

.switch.switch-square input + span,
.switch.switch-square input + span:after {
    border-radius: 0;
}

.switch-default input:checked + span {
    background-color: #999999;
}

.switch-primary input:checked + span {
    background-color: #5c90d2;
}

.switch-info input:checked + span {
    background-color: #70b9eb;
}

.switch-success input:checked + span {
    background-color: #46c37b;
}

.switch-warning input:checked + span {
    background-color: #f3b760;
}

.switch-danger input:checked + span {
    background-color: #dc3545;
}

.switch-red input:checked + span {
    background-color: #d6181d;
}

.checkbox {
    position: relative;
    display: inline-block;
    font-weight: 300;
    cursor: pointer;
}

.checkbox input + span {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.checkbox input + span:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    content: "\f00c";
    text-align: center;
}

.checkbox input {
    position: absolute;
    opacity: 0;
}

.checkbox:hover input + span {
    border-color: #ccc;
}

.checkbox.checkbox-sm {
    margin: 9px 0 8px;
    font-size: 12px;
}

.checkbox.checkbox-sm input + span {
    width: 16px;
    height: 16px;
}

.checkbox.checkbox-sm input + span:after {
    font-size: 8px;
    line-height: 15px;
}

.checkbox.checkbox-lg {
    margin: 3px 0;
}

.checkbox.checkbox-lg input + span {
    width: 30px;
    height: 30px;
}

.checkbox.checkbox-lg input + span:after {
    font-size: 12px;
    line-height: 30px;
}

.checkbox.checkbox-rounded input + span {
    border-radius: 3px;
}

.checkbox-default input:checked + span {
    background-color: #999999;
    border-color: #999999;
}

.checkbox-primary input:checked + span {
    background-color: #5c90d2;
    border-color: #5c90d2;
}

.checkbox-info input:checked + span {
    background-color: #70b9eb;
    border-color: #70b9eb;
}

.checkbox-success input:checked + span {
    background-color: #46c37b;
    border-color: #46c37b;
}

.checkbox-warning input:checked + span {
    background-color: #f3b760;
    border-color: #f3b760;
}

.checkbox-danger input:checked + span {
    background-color: #d26a5c;
    border-color: #d26a5c;
}

.radio {
    position: relative;
    display: inline-block;
    margin: 7px 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input + span {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.radio input + span:after {
    position: absolute;
    content: "";
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.radio input {
    position: absolute;
    opacity: 0;
}

.radio input:checked + span:after {
    opacity: 1;
}

.radio input:focus + span {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.radio:hover input + span {
    border-color: #ccc;
}

.radio.radio-sm {
    margin: 9px 0 8px;
    font-size: 12px;
}

.radio.radio-sm input + span {
    width: 16px;
    height: 16px;
}

.radio.radio-lg {
    margin: 5px 0;
}

.radio.radio-lg input + span {
    width: 26px;
    height: 26px;
}

.radio-default input:checked + span:after {
    background-color: #999999;
}

.radio-primary input:checked + span:after {
    background-color: #5c90d2;
}

.radio-info input:checked + span:after {
    background-color: #70b9eb;
}

.radio-success input:checked + span:after {
    background-color: #46c37b;
}

.radio-warning input:checked + span:after {
    background-color: #f3b760;
}

.radio-danger input:checked + span:after {
    background-color: #d26a5c;
}

.input-disabled {
    opacity: .5;
    cursor: not-allowed;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-38 {
    font-size: 36px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-52 {
    font-size: 52px !important;
}

.font-size-64 {
    font-size: 64px !important;
}

.font-size-96 {
    font-size: 96px !important;
}

.font-size-128 {
    font-size: 128px !important;
}

.font-family-sans-serif {
    font-family: sans-serif;
}

.round-default {
    border-radius: 999px;
}

.pagination .page-item.active .page-link {
}

.pagination .page-item.disabled .page-link {
    color: #dcdcdc;
}

.grids {
    position: relative;
    overflow: hidden;
}

.grids:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.grids:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.grid {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: auto;
    box-sizing: border-box;
}

.grid:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.grid:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.grid:active {
    background-color: #ECECEC;
}

.image-hover {
    -moz-transition: all 2.2s;
    -webkit-transition: all 2.2s;
    -o-transition: all 2.2s;
    transition: all 2.2s;
    overflow: hidden;
}

.image-hover:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.z-index-999 {
    z-index: 999;
}

.z-index-1000 {
    z-index: 1000;
}

.border-round-default {
    border-radius: 9999px;
}

.zhezhao-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 70px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .25) 0, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 0, transparent 100%);
    pointer-events: none;
}

.zhezhao-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 160px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .25) 0, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .25) 0, transparent 100%);
    pointer-events: none;

    background: -webkit-linear-gradient(bottom, rgba(45, 45, 45, .9), rgba(45, 45, 45, 0));
    background: linear-gradient(to top, rgba(45, 45, 45, .9), rgba(45, 45, 45, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#ff000000');
}

.back-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -300px;
    background: url(../image/back-to-top.gif) 0px 0px no-repeat;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
}

.back-to-top:hover {
    background-position: -50px 0px;
}

.flashing {
    position: relative;
    overflow: hidden;
}

.flashing:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

.btn-rounded {
    border-radius: 1.2rem;
}

.text-shadow {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
    /*background: #3a3a3a;*/
}

.scrollbar::-webkit-scrollbar-track {
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 5px;
}

.btn-warning {
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #0283ce;
    border-color: #0283ce;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0085dc;
    border-color: #0085dc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0283ce;
    border-color: #0283ce;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0085dc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary {
    color: #0283ce;
    background-color: transparent;
    background-image: none;
    border-color: #0283ce;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0283ce;
    border-color: #0283ce;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0283ce;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0283ce;
    border-color: #0283ce;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.border-primary {
    border-color: #0084d4 !important;
}

.line-height-1 {
    line-height: 1;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-38 {
    line-height: 38px;
}

.line-height-40 {
    line-height: 40px;
}

.text-shadow-black {
    text-shadow: 0px 0 8px #000;
}

.item-list .item-col.item-col-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
}

.item-list .item-col.item-col-img.xs {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
}

.item-list .item-col.item-col-img.sm {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
}

.item-list .item-col.item-col-img.lg {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.item-list .item-col.item-col-img.xl {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
}

.item-list .item-col.item-col-img a {
    width: 100%;
}

.action-dropdown {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    text-align: center;
    padding-left: 0 !important;
}

@media (max-width: 767.98px) {
    .action-dropdown {
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3;
        -ms-flex-preferred-size: 40px !important;
        flex-basis: 40px !important;
        padding-right: 10px;
    }
}

.action-dropdown {
    position: relative;
    display: inline-block;
}

.action-dropdown.active .action-block {
    max-width: 120px;
}

.action-dropdown.active .action-toggle-btn {
    color: #0086cd;
}

.action-dropdown.active .action-toggle-btn .active {
    display: block;
}

.action-dropdown.active .action-toggle-btn .inactive {
    display: none;
}

.action-dropdown .action-toggle-btn {
    color: #9ba8b5;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.action-dropdown .action-toggle-btn .active {
    display: none;
}

.action-dropdown .action-block {
    height: 30px;
    max-width: 0px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 130%;
    background-color: #d7dde4;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.action-dropdown .action-block.direction-right {
    right: auto;
    left: 100%;
}

.action-dropdown .action-block .action-list {
    padding: 0;
    list-style: none;
    white-space: nowrap;
    padding: 0 5px;
}

.action-dropdown .action-block .action-list li {
    display: inline-block;
    padding: 0;
}

.action-dropdown .action-block .action-list a {
    display: block;
    padding: 0 5px;
}

/*
.action-dropdown .action-block .action-list a.edit {
    color: #38424C;
}

.action-dropdown .action-block .action-list a.check {
    color: #40B726;
}

.action-dropdown .action-block .action-list a.remove {
    color: #DB0E1E;
}
*/

.invalid-feedback, .valid-feedback, .invalid-tooltip, .valid-tooltip {
    font-weight: 300;
}

.shadow-mini {
    box-shadow: 0 0.055rem 0.055rem rgba(0, 0, 0, 0.055);
}