/* here you can put your own css to customize and override the theme */
.table > tbody > tr > td,
.table > thead > tr > th{
    vertical-align: middle;
}

.actions a, .actions i{
    color: #fff!important;
}

div.user-action .btn{
    margin: 5px!important;
}


.select2-container--bootstrap .select2-results__group{
    background-color: #eee;
    color: #000 !important;
}

.select2-container--bootstrap .select2-results__option .select2-results__option{
    padding-left: 30px !important;
}

.md-checkbox label>.box{
    /*background-color: red;*/
}
/**multi select style*/
.attribute_multi_select{
     width: 100%!important; 
}

.attribute_multi_select .ms-optgroup-label{
    font-weight: bold; 
}

.span-tree-path-select2-option{ 
    font-size: 10px; 
    font-style: italic; 
    padding-left: 20px; 
}

.grid-thumbnail-cell .images-uploaded{
    display: inline-block; 
    position: relative;
}

.grid-thumbnail-cell .images-uploaded img{
    border: 1px solid #d6d6d6;
}

.grid-thumbnail-cell .images-uploaded span{
    font-size: 1.1rem;
    background: #fff;
    border: 1px solid #a3a3a3; 
    border-radius: 10px !important;
    line-height: 10px;
    min-width: 20px;
    padding: .4rem;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
}

.sweet-alert{
    z-index: 99999!important;
}
    

