.ys-cfdb7 .extension {
    width: 30%;
    border: 1px #888 solid;
    padding: 7px;
    margin: 5px;
    float: left;
    text-align: center;
}
.ys-cfdb7 h3{
  text-align: center;
}
.ys-cfdb7 .button{
  text-align: center;
}
.ys-cfdb7-a{
  font-size: 20px;
  text-decoration: none;
}
.ys-cfdb7-a img{
  width: 50px;
}
/* The Modal (background) */
.ys-modal{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.disabled-color{
  color: #23282D;
}
.manage-column{
  font-weight: 600 !important;
}
.model-open-content{
  position: relative;
}
.model-open-content .loader{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.loader img{
  width: 75px;
}
.ys-cfdb7-active-modal .loader{
  display: flex !important;
  justify-content: center;
}
.ys-inner-link{
  color: rgba(0,115,170,0.5);
}
.columns-names-chmages{
  margin-left: 10px; 
}
.form-action-btns button {
   margin-right: 10px !important;   
}
td a:empty::after {
  content: "____";
  
}

.wrap #welcome-panel .welcome-panel-column-container {
  display: block;
}
#ys-column-Modal .form-btn-hide {
  display: none;
}