.pointer{
    cursor: pointer!important;
}
.nopadding{
	padding:0!important;
}
/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* centered columns styles */
/*https://codepen.io/makrjean22/pen/xEdKAK*/
.row-centered {
    text-align:center!important;
}
.row-centered .col-centered {
    display:inline-block!important;
    float:none!important;
    /* reset the text-align */
    text-align:left!important;
    /* inline-block space fix */
    margin-right:-4px!important;
    text-align: center!important;
}

/* select2 labels text white issue*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #282828;
}

div.dt-button-collection {
    padding:0;
}
div.dt-button-collection .dt-button {
    min-width: auto;
}
div.dt-button-collection div.dropdown-menu {
    padding:0;
}
/* Landscape tablets and medium desktops */
@media (min-width: 768px) and (max-width: 1199px) {
}




/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}
