@import "bootstrap/bootstrap.less";

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

@import "bootstrap/responsive.less";


/* ===== Primary Styles ========================================================
   Author: reallifedata
   ========================================================================== */
.fullWidth {
    width: 90%;
}

.halfWidth {
    width: 40.5%;
}

.thirdWidth {
    width: 24%;
}

@import "subnav.less";
@import "datatables.less";

.ui-datepicker {
    z-index: 1003 !important; /* must be > than popup editor (1002) */
}
.ui-dropdownchecklist-text {
    display:inline;
}

.block .block_head .bheadl {
    width: 20px;
    height: 54px;
    float: left;
}

.block .block_head {
    line-height: 54px;
}

.block.small.login {
    width: 470px;
    margin-top: 30px;
    margin-bottom: 18px;
    padding-bottom: 5px;
    padding: 25px;
    border: 1px solid #666;
}

.block.small.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block.small {
    width: 49%;
    padding-bottom: 0;
}

.block {
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.formLabelCell {
    width: 125px;
}

.navbar-fixed-top,
.navbar-static-top {
    .navbar-inner {
        .box-shadow(~"0 1px 10px rgba(99,99,99,1)");
    }
}

.subnav {
    margin-top: -20px !important;
}

table.checkboxList {
    vertical-align:top;
}
table.checkboxList label{
    display: inline;
}

.ui-dropdownchecklist {
    vertical-align: middle;
}
.disabledObject {
    text-line-through: single;
    text-decoration-line-through: initial;
    text-decoration: line-through;
}

.validation-summary-errors{
  background-color: @errorBackground;
  border-color: @errorBorder;
  color: @errorText;
}
