.selectize-control .item{
    display: inline-block;
}
.selectize-dropdown{
    z-index: 999999;
}

.menu_horizontal .right.submenu-icon{
    display: none;

}
/*.select2-container--default .select2-selection--single{
    border:1px solid transparent;
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    display: none;
}
.select2-container--open .select2-dropdown--below{
    margin-top: -5px;
}
.select2-container--open .select2-dropdown--below{
    border-top: 1px solid #888;
}

.select2-container .select2-selection--single{
    font-size: 11px;
}*/
.select2-dropdown,.select2-drop{
    z-index: 999999999;
}
.select2-results__option{
    border-bottom: 1px solid #ddd;
}

.handsontable td.htDeleted {
    text-decoration: line-through;
    background: #ffeeee;
}

.handsontable td.htDeleted.htChanged:after {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: red;
    content: ' ';
    margin-top: 4px;
}

.handsontable td.htEdited.htChanged:after {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: green;
    content: ' ';
    margin-top: 4px;
}  
.handsontable td.htAdded.htChanged:after {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: #FAD160;
    content: ' ';
    margin-top: 4px;
}  
.coloumn-details{
    display: none;
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 9999;
    /*    top:75px;
        right: 123px;*/
    background: #EEEEEE;
    border: 1px solid #5E5E5E;
    padding:2px 10px;
    margin-top: 34px;

}
.coloumn-details:before{
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 7px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 6px;
    border-top-color: #5E5E5E;
    border-top-style: solid;
    border-top-width: 6px;
    content: "";
    display: block;
    height: 0;
    left: 123px;
    position: absolute;
    top: -7px;
    width: 0;

}
.handsontable .htCommentCell::after{
    /*        border: none !important;
            content: none !important;*/
    border-top-color: transparent;
    right: inherit;
    top: inherit;
}
.handsontable td.htInvalid,.handsontable td.formula-error{
    background-color: #FFFFFF !important; /*gives priority over td.area selection background*/
    /*    border-bottom-color: #f32727 !important;
        border-left-color: #f32727 !important;
        border-right-color: #f32727 !important;
        border-top-color: #f32727 !important;*/
    /*background-color: #ff4c42 !important; gives priority over td.area selection background*/
}
.handsontable td.htInvalid::before,.handsontable td.formula-error::before{
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-color: transparent;
    border-right-width: 10px;
    border-top-color: #C61D1D;
    border-top-style: solid;
    border-top-width: 8px;
    content: "";
    float:right;
    margin-right:-4px;

}

.handsontable td.formula {
    background-color: #FAD160;
}

.handsontableInput{
    box-shadow: 0 0 0 2px #5292f7 inset !important;
}
.coloumn-details .ic, .coloumn-details input[type="checkbox"] + label, input[type="radio"] + label{
    margin: 0;
}
.handsontable thead input[type="checkbox"] , .handsontable input[type="radio"] {
    position: initial;
    display: inline-block !important;
    clear:both;
    margin:0 auto;
}
.handsontable input[type="checkbox"] , .handsontable input[type="radio"] {
    position: initial;
    display: block !important;
    /*        clear:both;*/
    margin:0 auto;
}
.handsontable.listbox th, .handsontable.listbox tr:first-child th, .handsontable.listbox tr:last-child th, .handsontable.listbox tr:first-child td, .handsontable.listbox td{
    border-color: #9f9f9f;
}
/*    .handsontable.listbox td.htDimmed,.handsontable.listbox th{
        border-right: 1px solid #9f9f9f !important;
        border-top: 1px solid #9f9f9f !important;
    }*/
.handsontableInputHolder input{ 
    border: none !important;
    /*box-shadow:none !important;*/
}
.handsontableInputHolder .selectize-control input:focus{
    box-shadow:none !important;
    border: none !important;
}

.handsontableInputHolder input:focus{
    border: inherit !important;
    box-shadow:0 0 0 2px #5292f7 inset !important;
}
.handsontable tbody tr.edited td{
    background-color: #CFF3CF;
}

div.toolbar div.buttongroup {
    display: inline-block;
}

div.toolbar button {
    /*    background-color: transparent;*/
    background-color: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-color: linear-gradient(top,#f5f5f5,#f1f1f1);
    background-color: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-color: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);

    color: #666;
    border: 1px solid #999;
    outline: none;
}

div.toolbar div.buttongroup button{
    float: left;
    border-right: 0 none;
    box-shadow: 0 0 2px 1px #eee inset ;
}
div.toolbar div.buttongroup div.pager-input-container {
    float: left;
    border-right: 0 none;
}

div.toolbar div.buttongroup button:first-child ,div.toolbar div.buttongroup .saveButton{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.toolbar div.buttongroup button:last-child,div.toolbar div.buttongroup .column-show {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #666;
}

div.toolbar div.buttongroup button:hover {
    background: white;
    color: black;
    border: 1px solid #666 !important;
    box-shadow: 0 0 2px 1px #999 inset ;
}

div.toolbar div.buttongroup button:hover + button {
    border-left: 0 none;
    border-left-color: transparent;
}
div.toolbar div.buttongroup button:hover + div.pager-input-container input {
    border-left: 1px solid transparent;

}

div.toolbar div.buttongroup input:focus {
    box-shadow: none;
}
div.toolbar div.buttongroup input {
    border :1px solid #999;
    height: 28px;
}

div.buttongroup button.badge {
    line-height: 1.7em;

    padding-right: 10px;
    padding-top: 4px;
    padding-left: 2px;
    padding-bottom:4px;
}
div.buttongroup button.badge div {
    float: left;
}

div.buttongroup button.badge div.count {
    background-color: #c12e2a;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: white;
    line-height: 1.3em;
    margin-top: -11px;
    padding: 1px 4px;

}
div.buttongroup button.badge div.label {
    line-height: 1.2em;
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 4px;
    padding-top: 1px;
    background: transparent;
    color: #0073ea;
    font-weight: normal;
    text-align: left;

}
div.buttongroup button.badge div.label .fa{
    font-size: 16px;
    color:#5e5e5e;
}
.pager_container .label.total-pages {
    height: 24px;
    margin-left: 44px !important;
    margin-top: -26px;
    position: absolute;
    width: 44px;
    padding-top:.4rem;
}
.pager_container div.input label.tootbarLabel {
    background-color: #eeeeee;
    display: block;
    height: 25px;
    left: 3px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 4px;
    padding-left: 0.25rem;
    padding-right: 0.5rem;
    padding-top: 3px;
    position: absolute;
    top: 2px;
}
.pager_container .ic{
    margin-bottom: 0;
}
.pager_container .selectize-input {
    padding-left: 52px;
    height: 29px;
}
.pager_container .selectize-dropdown{
    z-index: 999999;
}
.pager_container div.selectize-input{
    border-radius: 4px;
}

.scroll-container {
    height: 350px;
    overflow: auto;
}
