.content-body {
    padding: 36px 60px 50px 60px;
    background-color: #fff;
    border-radius: 20px;
}


#table {display: table;}

.row {display: table-row;}

.cell {
      display: table-cell;    
      position: relative;
}

.markerlicenses {
    margin-bottom: 50px;
}

.content-body #table {
    width: 100%;
    text-align: left;
}

.content-body #table .cell {
    height: 34px;
    padding-top: 10px;
    border-bottom: 1px solid #e1e5e6;
}

.content-body #table .row:last-child .cell {
    border-bottom: 2px solid #011626;
}

.content-body #table .cell.inpWrapp {
    width: 44px;
}

.content-body #table .cell label { 
     position: absolute;    
}

.content-body #table .cell.thead label {
    top: 5px;
}

.content-body #table .row.thead {     
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #3d4547;    
}

.content-body #table .cell.thead {
    border-bottom: 2px solid #011626;
    height: 30px;    
}

/* Cia?aea iaicia?aai noeee aey IE8 e aieaa noa?uo aa?nee
o.a. caanu iu iaiiiai iaeaai?a?eaaai noaiaa?oiue ?aeaien. */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
/* Yoi aey anao a?aoca?ia, e?iia nianai noa?uo, eioi?ua ia iiaaa??eaa?o
naeaeoi?u n ie?nii. Iieacuaaai, ?oi label eeeeaaaeai. */
.checkbox + label {
  cursor: pointer;
}

/* Aaeaa eaao ioi?ieaiea ?aeaiena a nia?aiaiiuo a?aoca?ao, a oae?a IE9 e auoa.
Aeaaiaa?y oiio, ?oi noa?ua a?aoca?u ia iiaaa??eaa?o naeaeoi?u :not e :checked,
a ieo ana ie?aneaao?uea noeee ia n?aaioa?o. */

/* I?y?ai i?eaeiaeuiue ?aeaien. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; /* aoaai iiceoeiie?iaaou inaaai?aeaien ioiineoaeuii label */
  padding: 0 0 0 60px; /* inoaaeyai neaaa io label ianoi iia inaaai?aeaien */
}
/* Ioi?ieaiea ia?aie ?anoe ?aeaiena a auee??aiiii ninoiyiee (oii). */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/* Ioi?ieaiea aoi?ie ?anoe ?aeaiena a auee??aiiii ninoiyiee (ia?aee??aoaeu). */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; /* aieiaoey, ?oiau ?aeaien ia?aee??aeny ieaaii */
}
/* Iaiyai oii ?aeaiena, eiaaa ii aee??ai. */
.checkbox:checked + label:before {
  background: #9FD468;
}
/* Naaeaaai ia?aee??aoaeu ?aeaiena, eiaaa ii aee??ai. */
.checkbox:checked + label:after {
  left: 26px;
}
/* Iieacuaaai iieo?aiea oieona. */
.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
} 


.inpCheckbox, .inpRadio {
    display: none;
}

[data-type='list'] label, [data-type='bool'] label {
    cursor: pointer;
}

/*
[data-type='list'] label .filterValue, [data-type='bool'] label .filterValue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e5e6;
    
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #3d4547;
}
*/

[data-type='list'] .filterValueItem:last-child label .filterValue, [data-type='bool'] .filterValueItem:last-child label .filterValue {      
    padding-bottom: 0px;
    border-bottom: none;
}

[data-type='list'] label > .filterValue:before, [data-type='bool'] label > .filterValue:before  {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('check-def.png');
    margin-right: 7px;
} 

[data-type='list'] label:hover > .filterValue:before, [data-type='bool'] label:hover > .filterValue:before  {
    background-image: url('check-hov.png');
}

[data-type='list'] label > input:checked + .filterValue:before { 
    background-image: url('check.png');
}

[data-type='bool'] label > input:checked + .filterValue:before { 
    background-image: url('radio.png');
}

.add-site {
    border-radius: 100px;
    background-color: #198ed5;
    border:none;
    margin-top:20px; 
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #ffffff; 
    line-height: 40px; 
    padding: 0px 30px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}