﻿html, body {
    min-height: 100%;
    height: auto;
}

#main-content {
    padding-bottom: 10px;
    /*float: right;*/
    /*width: calc(100% - 205px);*/
    /*z-index: -1;*/
    position: relative;
}

#content {
    margin-top: 51px;
}


html.waiting, html.waiting * {
    cursor: wait !important;
}

html, body{
    min-height: inherit;
}

tr td .success {
    color: darkgreen;
    font-weight: bold;
}

tr td .failed {
    color: darkred;
    font-weight: bold;
}

tr:hover .success, tr:hover .failed {
    color: #58585A;
}

tr.selected td .success, tr.selected td .failed {
    color: #58585A;
}

tr#non-selected td .success {
    color: darkgreen !important;
    font-weight: bold !important;
}

tr#non-selected td .failed {
    color: darkred !important;
    font-weight: bold !important;
}

body.form-group {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) and (max-width : 992px) {
    #main-content{
        padding-top: 50px;
    }
}

.dpc-title {
    text-transform: uppercase;
    color: #C1D42F;
}

.btn-dpc, .button-bar li .button-bar-item {
    text-transform: uppercase;
    padding: 6px 12px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    background-color: #C1D42F !important;
    /*color: #fff;*/
    color: #333;
    border-radius: 0;
}

.btn-dpc {
    margin-right: 5px;
}

.btn-dpc:disabled, .button-bar li .button-bar-item:disabled {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    background-color: #efefef !important;
    color: #58585A !important;
    box-shadow: 0px 1px 0px #e4e4e4 inset;
}

.btn-dpc:hover, .button-bar li .button-bar-item:hover {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    background-color: #efefef !important;
    color: #58585A !important;
    box-shadow: 0px 1px 0px #e4e4e4 inset;
}

.btn-dpc:hover:disabled, .button-bar li .button-bar-item:hover:disabled {
    opacity: 0.8;
    text-decoration: none;
    cursor: no-drop;
    background-color: #efefef !important;
    color: #58585A !important;
    box-shadow: 0px 1px 0px #e4e4e4 inset;
}

thead.thead-light {
    background-color: #efefef !important;
}

tfoot.summary {
    background-color: #efefef !important;
}

label, h1, h2, h3, h4, p, td, tr, .cell {
    color: #58585A;
}

label {
    text-align: left !important;
}

.alert, pre {
    border-radius: 0 !important;
}

/* Selected line */
/*.grid tbody tr.selected {
    background-color: #C1D42F;
}

.grid tbody tr.selected td, .grid tbody tr#non-selected td {
    background-color: inherit;
}*/

/* Hover selected line */
/*.grid tbody tr.selected:hover {
    background-color: #C1D42F;
}

.grid tbody tr.selected:hover td, .grid tbody tr#non-selected:hover td{
    background-color: inherit;
}*/

/* Line hover */
/*.table-hover > tbody > tr:hover, .grid tbody tr#non-selected:hover {
    background-color: #f2f2f2;
}

.table-hover > tbody > tr:hover td, .grid tbody tr#non-selected {
    background-color: inherit;
}*/

/* Grid thead tfoot backgroud color */
/*.grid thead tr {
    background-color: #efefef;
}

.grid tfoot tr {
    background-color: #efefef;
}*/

/* Grid container */
.table-container{
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-container table {
    width: calc(100% - 2px);
}

.table-quetion-choice > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

/*.grid > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}*/

.table-container table tr td {
    border: 1px solid #ddd;
}

.table-quetion-choice, .table-quetion-choice tbody tr td {
    border-right: none;
    border-left: none;
}

/* Grid empty message */
/*.empty-grid-cell {
    text-align: left;
}*/

/* Icon color */
.fa.fa-backward,
.fa.fa-chevron-left,
.fa.fa-chevron-right,
.fa.fa-forward {
    color: #58585A;
}

/*.grid-container .search-bar button:last-child {
    margin-right: 0;
}

.grid thead tr, .grid tfoot tr {
    border: 1px solid #ddd;
}*/