﻿.tableEditOption {
    margin: 0px;
    padding: 0px;
    background: #ebeff2;
    border-radius: 4px;
    display: table;
}
.tableEditOption li {
    list-style: none;
    float: left;
    color: #53616d;
    font-size: 18px;
    padding: 0px 12px;
    margin: 5px 0px;
    border-right: solid 1px #bcbec0;
}
.tableEditOption li:last-child {
    border-right: none !important;
}
.tableEditOption li:hover i {
    color: #242e35;
    cursor: pointer;
}

.customTab label {
    min-height: 25px;
}
.form-group {
    min-height: 90px;
}

.scrtabs-tabs-fixed-container {
    width : 96% !important;
}
.scrtabs-tabs-fixed-container .scrtabs-tab-scroll-arrow {
    display: none !important;
}

.divscrollbar{
   max-height:550px;
   overflow-y:auto;
}
.divheight{
    height:700px;
}

.lb-dataContainer {
    background-color: white;
}

.lb-caption {
    display : block !important;
    font-weight : bold;
    margin-bottom: 10px;
    color: #666;
}