.form-horizontal .form-group{
    margin: 0px 0px 4px 2px;
    padding:0px 0px  4px 2px;
}
    
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: 24px;
    margin-top: 5px;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout.callout-info, .callout.callout-danger, .callout.callout-warning, .callout.callout-success {
    background-color: #fff !important;
    color: #525252 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}


.select2-container {
    width:100% !important;
}

.select2-dropdown {
    position: inherit;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    
}

.boxsizingBorder {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.table{
    margin-bottom:0;
    white-space: nowrap;
    vertical-align: middle;
}

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible +
    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.font-weight-bold {
    font-weight: bold !important;
}

/*for dropdown has-error*/
.has-error .select2-selection .file-preview {
    border-color: rgb(185, 74, 72) !important;
}

.less-padding {
    padding-left: 5px !important;
    padding-right : 5px !important;
    /*padding 0 !important;*/
    margin: 0 !important;
}

textarea {
    resize: none;
}

.dot {
    height: 0.8em;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.dot-success {
    background-color: green;
}

.provision-computation {
    font-size: 22px !important;
}

.margin-b-0 {
    margin-bottom: 0;
}

.dashboard-box-height {
    height: 139px;
}