.footable > thead > tr > th{
    min-width:85px;
}

.footable-row-detail-name{
    min-width:110px;
}
.footable-row-detail-value{
    padding-top:1px;
    padding-bottom:1px;
}
.footable-visible,.footable-last-column,.footable-row-detail-value,.footable-row-detail-value > a {
    word-break: break-all;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: auto;
}

 #img_show {
     display: none;
     background-color: rgba(16, 6, 6, 0.54);
     position: fixed;
     text-align: center;
     z-index: 98;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
 }
#img{
    margin-top:65px;
    width: 90%;
}

.div-background{
    background-size: cover;
    border-radius: 50%;
    width:38px;
    height:38px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.div-md{
    width:64px;
    height:64px;
}

.word-break-all{
    word-break: break-all;;
}

.select2-dropdown{
    z-index: 3000;
}

.note-editor{
    border:1px solid #e5e6e7 !important;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top:0 !important;
    padding-left:12px !important;
    min-width: 2rem;
    line-height: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-left:0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top:2px !important;
    margin-bottom:2px !important;
    line-height: 24px;
    height: 24px;
}

#sn-checkbox-open-in-new-window{
    opacity: 1 !important;
}

.search-input {
    height: 29px !important;
    margin-top: 15px !important;
    border: 1px solid #cecccc !important;
}
.search-input:hover{
    border: 1px solid #1ab394 !important;
}
.search-list {
    background-color: #ffff;
    margin-left: 25px !important;
    position: absolute;
    top: 60px;
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
    max-width:50%;
    display: none;
}

.search-a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.popover {
    z-index:9999 !important;
}

.i-checks-all-tr{
    width:60px !important;
    min-width:60px !important;
}

.span-break{
    word-break: break-all;
    width:auto;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}


.select2-container--default .select2-selection--multiple{
    height: auto !important;
    border-radius: 1px;
}
.select2-selection__rendered{
    display: block !important;
}

.copy,.edit-field-editor{
    cursor: pointer;
}

.cursor-pointer{
    cursor: pointer;
}