/*

Theme Name: Uncode Child

Description: Child theme for Uncode theme

Author: Undsgn™

Author URI: http://www.undsgn.com

Template: uncode

Version: 1.0.0

Text Domain: uncode

*/

.fancybox-content {
  max-width: 90%;
  max-height: 90%;
}

.nnki-popup {
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.nnki-popup.displayed {
  display: block;
}

.nnki-popup .popup-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nnki-popup .popup-close img {
  width: 15px;
}

.nnki-popup .popup-close {
  color: black;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
 
.nnki-popup .popup-content{
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: 5%;
  right: 5%;
  background: white;
  overflow: auto;
  padding: 20px;
}

.controlediv > a.tablecontroleswitch{
    padding: 70px 25px 0;
    width: 120px;
    flex: initial;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 11px;
    text-transform: uppercase;
}

.headerlistingdash{
	display: flex;
    justify-content: space-between;
}

.headerlistingdash .tablesecteur {
    position: static;
    float: none;
    display: flex;
    justify-content: flex-end;
padding-right: 5px;
}

.headerlistingdash .tabletdsecteur {
	    display: block;
}

.headerlistingdash .btsecteur {
display: block;
margin-top: 5px;
margin-bottom: 5px;
}