html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size:.9em;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}


.navbar-brand
{
    font-weight: 600;
    font-size: 2em;
    color:#fff !important;

}

.navbar-nav a
{
    text-transform: uppercase;
    font-weight: 300;
    color: #fff !important;
}

.nav > li > a {
    padding: 18px 5px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.wrap-normal .grid-view td {
    white-space: normal !important;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 18px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}



th img
{
    width: 32px;
    height: 32px;
    text-align: center;
}

th
{
    text-align: center;
}


table{
    border-color: #000;
}



tr.hover  td { background-color: #FDFF5E;}

td.hover { background-color: #FDFF5E;  }


tr.hover td[data-col-seq="11"] , tr td.hover[data-col-seq="11"]{
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="12"], tr td.hover[data-col-seq="12"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="13"], tr td.hover[data-col-seq="13"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="14"], tr td.hover[data-col-seq="14"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="15"], tr td.hover[data-col-seq="15"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="16"], tr td.hover[data-col-seq="16"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="17"], tr td.hover[data-col-seq="17"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="18"] , tr td.hover[data-col-seq="18"]{
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="19"], tr td.hover[data-col-seq="19"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="20"], tr td.hover[data-col-seq="20"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="21"] , tr td.hover[data-col-seq="21"] {
    background: #5DFF9C;
    /* Styles */
}
tr.hover td[data-col-seq="22"] , tr td.hover[data-col-seq="22"] {
    background: #5DFF9C;
    /* Styles */
}

tr.kv-group-footer td.hover
{
    background: #333;
    color:#fff;
}

#notification-pages label {
    display: block;
}

.alert-danger2 {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
