/*body {
  min-width: 1024px;
}
.container {
  min-width: 1024px;
  max-width: none !important;
}
*/

.list-group-striped.list-group-large .list-group-item {
    border: 1px solid #ddd;
    min-height: 45px;
    vertical-align: middle;
    line-height: 200%;
    font-size: 14px;
}

.list-group-striped .list-group-item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.list-group-striped .list-group-item:hover {
    background-color: #f0f0f0;
}

.table-middle td, .table-middle th {
    vertical-align: middle !important;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav-right {
    float: right !important;
}

.mt-10 {
    margin-top: 10px;
}

.nav-tabs > li:not(.active) > a.bg-primary:hover {
    color: #fff;
    background: #286090;
    border-color: #286090;
}

.badge-danger {
    background-color: #b94a48;
}

.badge-warning {
    background-color: #f89406;
}

.badge-success {
    background-color: #468847;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-inverse {
    background-color: #333333;
}

.my-nav {
    margin-bottom: -11px;
    margin-top: -5px;
}

.dashed_underline {
    text-decoration: underline dashed;
}

.shac {
    position: relative;
}
.shac-menu {
    margin-top: -1px;
    overflow-y: auto;
}
.shac-menu > .key-active > a {
    background-color: #f5f5f5;
}
.shac-menu > .key-active {
    background-color: #f7f8f9;
}
.shac-item {
    cursor: pointer;
}
