
.table > tbody > tr.active > td {
    background-color: #D7F1FD !important;
}

.ui-select-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-edit {
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 5px 10px 5px 10px;
    /*border-color: #ccc;*/
}

.btn-edit:hover, .btn-edit:focus, .btn-edit:active, .btn-edit.active {
    background-color: #ebebeb;
}

.alert {
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.win_content .container {
    width: 100%;
}

.btn-nav {
    margin-top: 10px;
}

.buttons_fixed .container-toolbar {
    background-color: #7d8691;
}

.buttons_fixed .btn-toolbar {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
}

.buttons_fixed .container {
    padding-left: 0px;
    padding-right: 0px;
}

.buttons_fixed {
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, .1);

}

.buttons_fixed:hover {
    opacity: 1;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #FFF1D1;
}

.pagination {
    margin-bottom: 0px;
    margin-top: 10px;
}

.table {
    font-size: 0.9em;
    margin-bottom: 0px;
}

.table th {
    background-color: #E7E7E7;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 6px;
}

a {
    text-decoration: underline;
    color: #0077ff;
    cursor: pointer;
}

a:hover, li.active { /*, li.active a*/
    color: #f50000;
    text-decoration: none;

}

.nav-tabs > li > a {
    text-decoration: none;
    padding: 7px 12px 7px 12px;
}

.nav-pills > li > a {
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}

.btn-group a, btn-toolbar a, a.btn {
    text-decoration: none;
}

.btn, .navbar-ctm {
    text-shadow: none;
}

.btn {
    -moz-box-sizing: border-box;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: none;
}


