.page-link {
    color: black !important;
    /*background-color: #dfe6e9;*/
    background-color: #ffffff;
    border-radius: 4px;
    //border:1px solid red !important;

}

#myDataTable_first a, #basicTable_first a, #circTable_first a, #v_eventTable_first a,  #spotTable_first a,  #portsTable_first a {
    color: white !important;
    border-radius: 4px;
    background-color: black;
}

#myDataTable_last a, #basicTable_last a, #circTable_last a, #v_eventTable_last a , #spotTable_last a, #portsTable_last a {
    color: white !important;
    border-radius: 4px;
    background-color: black;
}

#myDataTable_previous a, #basicTable_previous a, #circTable_previous a, #v_eventTable_previous a, #spotTable_previous a, #portsTable_previous a {
    color: black ;
    border-radius: 4px;
    background-color: #dcdde1;
}

#myDataTable_next a, #basicTable_next a,#circTable_next a, #v_eventTable_next a, #spotTable_next a, #portsTable_next a  {
    color: black;
    //border:1px solid black !important;
    border-radius: 4px;
    background-color: #dcdde1;
}

.buttons-excel:hover, .buttons-csv:hover, .buttons-pdf:hover, .buttons-copy:hover {
    color: black;
    background-color: grey;
}

#myDataTable_ellipsis a {
    color: black !important;
    border-radius: 4px;
    background-color: #ffffff;
}
.paginate_button.active .page-link {
    background-color: #dcdde1;
    border-radius: 5px;
    border: 2px solid black !important;

}

/* search  */
#account_search, #room_search, #spot_search, #ticket_search,  #client_search,  #descr_search{
    border: 2px solid lightblue !important;
    border-radius: 3px;
    text-align:left
}

/*
td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_open.png')
    no-repeat center center;
}

tr.shown td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png')
    no-repeat center center;
} */

textarea {
    padding         : 10px;
    max-width       : 100%;
    line-height     : 1.5;
    border-radius   : 5px;
    border          : 1px solid #ccc;
    box-shadow      : 1px 1px 1px #999;
}

#basicTable tbody tr, #gantTable  tbody tr, #myDataTable tbody tr, .vis-item{
    cursor: pointer;
}

#snoAlertBox{
    position    : fixed;
    z-index     : 1000;
    top         : 7%;
    left        : 40%;
    height      : 4em;
    width       : 460px;
    max-width   : 50%;
	text-align  : center;
    display     : none;

}

#loader{
    position    :absolute;
    z-index     :1000;
    top         :40%;
    left        :50%;
}


.st_empty {
    color           : white;
    background-color: white;
}

.vis-item.sf02,.sf02 {
    color           : white;
    background-color: rgba(49,61,75,.6);
}
.vis-item.sf03,.sf03 {
    color           : white;
    background-color: rgba(49,61,75,.6);

}

.vis-item.st06,.st06 {
    color           : black;
    background-color: rgba(100, 181, 246, .7);
}

.vis-item.st05, .st05 {
    color:              white;
    background-color:   rgba(209,64,53,.8);
    border-color:       red;
}

.vis-item.sf05,.sf05 {
    color           : black;
    background-color: rgba(138, 201, 38,.6);
}

.dupa {
    color           : black;
    background-color: rgba(255,204,51,.8);
    border-radius: 5px;
    border-color:  white;
}

.vis-item.st07,.st07 {
    color           : black;
    background-color: rgba(255,204,51,.8);
}

.sf02,.sf03,.sf05, .st05, .st06, .st07, .st_empty{
    border-radius: 3px;
}


/*
centrowanie
https://jsfiddle.net/vx58mrpp/8/

article>
  <section>X</section>
  <section>O</section>
  <section>X</section>
  <section>O</section>
  <section>X</section>
  <section>O</section>
  <section>X</section>
  <section>O</section>
  <section>X</section>
</article>

article {
  display: inline-grid;
  grid-template-rows: 100px 100px 100px;
  grid-template-columns: 100px 100px 100px;
  grid-gap: 3px;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  font-size: 3em;
}
*/
#status_legend{
    display:                grid;
    background-color:       #f5f5f5;
    width:                  33%;
    grid-template-columns:  repeat(2, 1fr);
    grid-auto-rows:         50px;
    grid-auto-flow:         dense;
    text-align:             center;
    border-radius:          3px;
    gap:                    2px;
    text-indent:            12px;
}

#status_t{
    display:                grid;
    background-color:       whitesmoke;
    width:                  100%;
    grid-template-columns:  repeat(4, 1fr);
    grid-auto-flow:         dense;
    text-align:             left;
    border-radius:          3px;
    gap:                    2px;
    //grid-auto-rows:         100px;
}

#visualization {
    font-family:            sans-serif;
    background-color:       #f5f5f5;
}

/* CSS */
.button-70 {
  //background-image: linear-gradient(#0dccea, #0d70ea);
  background-image: linear-gradient(lightgrey, black);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 2px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

//<!-- HTML !-->
//<button class="button-62" role="button">Button 62</button>

/* CSS */
.button-70 {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-62:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.button-62:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

//<!-- HTML !-->
//<button class="button-8" role="button">Button 8</button>

/* CSS */
.button-8 {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;

}

.button-8:hover, .button-8:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.button-8:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-8:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}


#selectable .ui-selecting {background: #FECA40;}
#selectable .ui-selected {background: red; color: white;}

#selectable{
    margin: 0;
    padding: 0;
    position: relative;
    border:solid 1px #DDD;
    border-radius: 5px;
    background-color: #f8f9fa;
    //background-color: #f6fff8;

}

#selectable > div {
    border-radius: 4px;
    border      :solid 1px #CCC;
    position    : absolute;
    margin      : 0;
    padding     :0px;
    font-size   : 0.6rem;
    text-align  : left;
    text-justify: center;
    padding     : 1px;
    text-indent : 1px;
    cursor      : pointer;

}

.ui-selectable-helper {
    position: absolute;
    border:1px dotted black;
}

/* colors class for floorplan */
.regular_spot{background-color  : #F2F2F2; color:black; opacity:.8}
.cold_aisle{background-color    : #E0F2F7;}
.hot_aisle{background-color     : #eb3b5a;  opacity : .5}
.licznik{background-color       : #A4A4A4;}
.pdu{background-color           : #08298A; color:white}
.corridor{background-color      : #4b6584; color:black;  opacity: .6}
.kota{background-color          : #ED4C67;opacity : 1}
.perimeter{background-color     : black;opacity : 1}

#dc_container{
    cursor          : pointer;
    border-radius   : 4px;
    text-align      : left;
    background-color: #ddd;
    border          : solid 1px #CCC;
    text-indent     : 15px;
    padding         : 5px;
    font-size       : 1rem;
}

select {
  border: 0;
  outline: 0;
  background: transparent;
  border-image: none;
  outline-offset: -2px;
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 0px;

}

//================================
.multiselect {
  width: 200px;
}

.checkbox{
    width:60;
    font-size:2rem;

}

.redLabel, .greenLabel{
    background      : transparent;
    color           : white;
    width           : 60%;
    text-align      : center;
    border-radius   : 4px;
}

.greenLabel{
    background-color: green;
}
.redLabel{
    background-color: red;
}