html,
body {
    height: 100%;
    font-size: 12px;
}

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

.wrap > .container {
    padding: 55px 15px 0;
}

.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: /*"\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: normal;
}

.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: 15px;
    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;
}

/*----------------------------*/
#w0 > div > div.navbar-header > a{
    padding-top: 10px;
}

#w1 > div > div.navbar-header > a,
#w2 > div > div.navbar-header > a,
#w3 > div > div.navbar-header > a,
#w4 > div > div.navbar-header > a{
    padding-top: 10px;
}

#w0 > table > thead > tr > th:nth-child(2),#w0 > table > thead > tr > th:nth-child(2) > a{
    width: 50px !important;
}

#w0 > table > thead > tr > th:nth-child(3){
    white-space: nowrap;
}

#w0 > table > thead > tr > th:nth-child(9){
    width: 140px;
}
#w0 > table > tbody > tr {
    height: 30px;
}
#analizeresultform-result label{
    width: 100%;
}

#w0 > div > div:nth-child(7) > div{
    margin: 0;
}
/*----------------------------------------------*/
.parasep-list {
    border-collapse: collapse;
    width: 40%;
}
.parasep-list td {
    border: 1px solid #cccccc;
}
.parasep-list td:first-child {
    padding-left: 10px;
}
.parasep-list .item-label{
    padding-left: 10px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    font-weight: bold;
    margin-right: 15px;
}
.parasep-list .form-group {
    margin-bottom: 0px;
}
.parasep-list .form-group > div {
    display: flex;
    justify-content: space-around;
}
.parasep-list .form-group > div label {
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 0px 10px;
    text-align: center;
    width: 50%;
}
.parasep-list .form-group > div label:first-child {
    border-right: 1px solid #cccccc;
}
.parasep-list .form-group > div label span {
    position: relative;
    top: -2px;
}
.parasep-list .form-group .help-block {
    margin: 0;
}
/*.parasep-list .form-group  label.modal-radio{
    border-bottom: 1px solid black;
}*/
/*-----------------------------------------------*/
#login-form > div.form-group.field-loginform-verifycode > div.col-lg-3 > div > div.col-lg-3{
    width: 150px;
}
.pagination{
    display: block;
    margin: 0 0 0 40%;
}
/*.analize_table th:hover{*/
    /*background-color: #ffffff !important;*/
/*}*/
/*.analize_table */
.table > tbody tr:hover{
    background-color: #a6c6ba !important;
}