html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.footer {
    height: 90px;
    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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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;
}
/* Hide scrollbar for Chrome, Safari and Opera */

.testter-hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.testter-hidden-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* IE and Edge */
    scrollbar-width: thin;
    /* Firefox */
}
.testter-hidden-scrollbar2::-webkit-scrollbar{
    display: none;
}
.testter-hidden-scrollbar2{
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* IE and Edge */
    scrollbar-width: thin;
    /* Firefox */
}
.testter-auto-input{
    width: auto;
    min-width: 1ch;
    width: 10ch; /* Adjust based on expected content length */
}
.testter-fullscreen-block {
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}
.testter-fullscreen-block-container {
    margin: 0 auto;
    padding: 0 15px 20px;
}
.testter-main-table> tbody > tr:nth-of-type(2n)
{
    background-color: #f5f8f6;
}

/*.testter-main-table > tbody > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td*/
/*{*/
/*    border:none !important;*/
/*}*/
.testter-main-table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #959595;
}
@media (min-width: 768px) {
    .testter-fullscreen-block-container {
        width: 750px;
    }
}
@media (min-width: 1200px) {
    .testter-fullscreen-block-container {
        width: 1170px;
    }
}