html,
body {
    height: 100%;
}

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

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

/* 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;
}


.aparatai-index label {
        width: 120px;
}

.plu-set-wrapper {
    border: 1px solid grey;
    padding: 10px;
    width: 100%;

    float: left;
}

.plu-set-head {
    float: left;
    width: 100%;
    clear: both;
    font-weight: bold;
    border-bottom: 1px solid #985f0d;
    margin-bottom: 5px;
}

.set-rows {
    float: left;
}

.pl-row {
    border-bottom: #0d3349;
    clear: both;
}
.row-head{
    font-weight: bold;
}

.clr1 {
    width: 140px;
    float: left;
}
.clr2 {
    width: 80px;
    float: left;
}
.clr3 {
    width: 80px;
    float: left;
}
.clr4 {
    width: 100px;
    float: left;
}
.clr5 {
    width: 100px;
    float: left;
}
.clr6 {
    width: 100px;
    float: left;
}
.clr7 {
    width: 100px;
    float: left;
}
.clr22 {
    width: 100px;
    float: left;
}
.clr23 {
    width: 100px;
    float: left;
}
.clr24 {
    width: 100px;
    float: left;
}
.clr25 {
    width: 130px;
    float: left;
}
.clr26 {
    width: 100px;
    float: left;
}

.reciept {
    float: right;
    border: 1px solid #bdbdbd;
    padding: 5px;
}

.rows-wrapper{
    clear: both;
    float: left;
}

.recr1 {
    width: 400px;
    float: left;
    clear: both;
}
.recr2 {
    width: 400px;
    clear: both;
    float: left;
    font-weight: bold;
}
.recr3 {
    width: 400px;
    float: left;
    clear: both;
}
.recr4 {
    width: 400px;
    float: left;
    clear: both;
}
.recr5 {
    width: 400px;
    float: left;
    clear: both;
}
.recr6 {
    width: 400px;
    float: left;
    clear: both;
}

.config-index .row {
    margin-top: 5px;
    float: left;
    width: 100%;
    clear: both;
}

.config-index .row select {
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 180px;
}


/**
http://192.168.10.93/patients/default/viewcase/?id=26298
 */
.import-default-index {
    float: left;

}
.import-default-index .row{
    clear: both;
    margin-bottom: 10px;
    float: left;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-left: 3px !important;
    padding-top: 1px !important;
    padding-right: 3px !important;
    padding-bottom: 1px !important;
    line-height: 1.3 ;
    vertical-align: top ;
}

.table2 > thead > tr > th, .table2 > tbody > tr > th, .table2 > tfoot > tr > th, .table2 > thead > tr > td, .table2 > tbody > tr > td, .table2 > tfoot > tr > td {
    padding-left: 3px !important;
    padding-top: 1px !important;
    padding-right: 3px !important;
    padding-bottom: 1px !important;
    line-height: 1.3 ;
    vertical-align: top ;
    font-size: 15px !important;
}

.admin-config-link {
    float: right;
    clear: both;
    position: relative;
    top: -20px;
}

.front-variables-wrp {
    margin-right: 20px;
}
.front-variables-wrp label {
    width: 150px;
    float: left;
}

.front-variables-wrp select, .front-variables-wrp text {
    float: left;
    width: 200px;
}

.form-group {
    margin-bottom: 1px;
}