/*

DEFAULT IS MOBILE

*/
@media print {
    .no-print {
        display: none !important;
    }
}

.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 {
    width: auto;
}


.drag-handle {
    cursor: move;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
