.content-body {
    padding: 36px 60px 50px 60px;
    background-color: #fff;
    border-radius: 20px;
}


#table {display: table;}

.markerlicenses .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;
}

.columns-kabinet {
        padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;    
}

.ashop_user_pers {
    width: 260px;
    height: 360px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.markerlicenses {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    margin-right: 20px;
}

.ashop_user_pers .user-avatar {
    float: none;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 150px;
    background-position: center;
    background-size: cover;    
}

.ashop_user_pers .avatar-block {
   margin-bottom: 15px; 
   float: none;
   width: inherit;
   height: inherit;
}

.ashop_user_pers .user-fullname {
   display: block;
   padding-bottom: 30px;
   border-bottom: 1px solid #e1e5e6;
   margin: 0 0 30px 0;
}

.ashop_user_pers .personal-block {
    float: none;
    text-align: left;
}

.ashop_user_pers .personal-block a {
   font-size: 14px;
   font-weight: normal;
   line-height: 1.29;
   letter-spacing: -0.2px;
   color: #3d4547;
   text-decoration: none;
   display: block;
   padding-left: 30px;
   line-height: 20px;
   text-align: left;
}

.ashop_user_pers .personal-block a:hover {
   color: #198ED5;
}

.ashop_user_pers .personal-block a.lnkPersonal {
   margin-bottom: 10px;
   background-image: url('edit.png');
    background-repeat: no-repeat;
}

.ashop_user_pers .personal-block a.lnkPassword {
   background-image: url('editpass.png');
   background-repeat: no-repeat;
}

.ashop_user_pers.partner:before {
   content: '';
   width: 83px;
   height: 83px;
   background-image: url('partner.png');
   position: absolute;
   right: 0;
   top: 0;
}


.hidden-tab {
   display: none;
} 

.tab-license-edit {
   margin-bottom: 20px;
}

.tab-license-edit > div {
   display: inline-block;
   font-size: 16px;
   font-weight: normal;
   letter-spacing: -0.2px;
   color: #198ed5; 
   margin-right: 35px;
   cursor:pointer;
}

.tab-license-edit > div.active {
   color: #3d4547;
}


.modal-wrapper-all {
    position: fixed;
    left:0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    z-index: 10001;
}

.overlay-modal-complete {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
}

.modal-complete {
    position: absolute;
    text-align: center;
    padding: 50px 30px;
    width: 500px;
    min-height: 100px;
    left: 50%;
    top: 40px;
    margin-left: -250px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 10001;
    display: none;
    margin-bottom: 50px;
}

.modal-complete.show {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;     
    
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-complete-icon {
    display: inline-block;
    width: 97px;
    height: 94px;
    background: url('modal.png');
    background-repeat: no-repeat;    
}

.modal-complete-description h1 {
    font-weight: 600;
    margin-bottom: 0px;
}

.modal-complete-description h3 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px
}

.modal-no {
    width: 40px;
    height: 40px;
    border: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    padding: 0 30px 0 30px;
    border-radius: 50px;
    color: #fff;
    background-color: #D0D0D0;
    text-transform: uppercase;
    font-weight: 600;
    width: inherit;
    background-repeat: no-repeat;
    font-size: 14px;
    margin: 0 10px;
    line-height: 40px;
}
.modal-no:hover {
    background-color: #c0c0c0;
}

.modal-yes {
    background-color: rgba(255,0,0,0.5);
    width: 40px;
    height: 40px;
    border: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    padding: 0 30px 0 30px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: inherit;
    background-repeat: no-repeat;
    font-size: 14px;
    margin: 0 10px;
    line-height: 40px;
} 
.modal-yes:hover {
    background-color: rgba(255,0,0,0.6);
}

.data-action, .add-site {
    height: 26px;
    border-radius: 100px;
    background-color: #26c485;
    padding: 0 20px;
    line-height: 26px;
    outline: none;
    border: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #ffffff;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.data-action[data-action="subDomain"], .data-action[data-action="editDNS"], .data-action[data-action="unLink"]  {     
    margin-top: 0px;
    background-color: #198ed5;    
}

.data-action[data-action="unLink"] {     
    background-color: #F84544;   
}

.markerlicenses .go-pay, .markerlicenses .ok-pay, .markerlicenses .go-next {
    display: inline-block;
    width: 100px;
    height: 26px;
    border-radius: 23px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.markerlicenses .go-pay {
    background-color: #26c485;
}

.markerlicenses .ok-pay {
    background-color: #f2f4f4;
    color: #bcc8cb;
}

.markerlicenses .go-next {
    background-color: #198ed5;
}

.markerlicenses .s-status {
    width: 100px;
}

.markerlicenses .s-state {
    width: 170px;
}

.markerlicenses .s-version {
    width: 105px;
    text-transform: capitalize;
}

.markerlicenses .s-license {
    width: 132px;
}

.s-version:not(.thead), .s-state:not(.thead) {
    font-size: 14px;    
}

.markerlicenses a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #198ed5;
    text-decoration: none;
}