/* Style the tab */
.tab {
    overflow: hidden;
    /*border-bottom: 1px solid #ccc;*/
    background-color: #eee;
    padding: 8px 0 0 8px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /*margin-bottom: -1.15pt;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #e1e1e1;
    float: left;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 12px 20px;
    margin-right: 2px;
}

.tab button,
.tab button * {
    font-size: 17px;
    color: #314693;
    transition: 0.2s;
}

/*.tab button:first-child {
    margin-left: 18px;
}*/

/* Change background color of buttons on hover */
.tab button:hover,
.tab button:hover * {
    background-color: #eee;
    color: #314693;
    /*text-shadow: 1px 1px 0px #d8edd4;*/
}

/* Create an active/current tablink class */
.tab button.active,
.tab button.active * {
    background-color: #fff;
    color: #333;
    text-shadow: none;
    cursor: default;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 18px 8px 0 8px;
    /*padding: 18px;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 8px;*/
}

.tabcontent menu ul li {
    /*overflow: hidden;
    background: none;*/
    list-style: none;
    padding: 3px 9px 18px 9px;
    float: left;
}

.tabcontent menu ul li div {
    /*padding: 0 18px 0 0;*/
}

.tabcontent menu ul li div.hdr1 {
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 16px;
}

.tabcontent menu ul li div span {
    display: inline-block;
    /*padding: 0 18px 0 0;*/
}

.tabcontent menu ul li ul li {
    padding: 3px 0 3px 23px;
    background-position: left 2px;
}

.domain_count {
    display: none;
}

.arrowdown {
    width: 45px;
    height: 72px;
    padding: 0 !important;
    background: url('https://img.ssls.cz/arrow-koupit-right-down.png') 0px 35px no-repeat;
    background-image: url('https://img.ssls.cz/arrow-koupit-right-down.svg');
    background-size: 45px 36px;
}

.arrowright {
    width: 21px;
    height: 72px;
    padding: 0 !important;
    margin: 0 3px 0 5px;
    background: url('https://img.ssls.cz/arrow-koupit-right.png') 0px 25px no-repeat;
    background-image: url('https://img.ssls.cz/arrow-koupit-right.svg');
    background-size: 21px 31px;
}

.arrowdownright {
    width: 38px;
    height: 72px;
    padding: 0 !important;
    margin: 0 3px 0 12px;
    background: url('https://img.ssls.cz/arrow-koupit-down-right.png') 0px 10px no-repeat;
    background-image: url('https://img.ssls.cz/arrow-koupit-down-right.svg');
    background-size: 36px 45px;
}

#i_san {
    padding-right: 8px;
}


.crt_tbl {
    clear: left;
    padding: 0 0 18px 0;
}

.cv_desc {
    padding: 5px 0 0 0;
}

.cv_desc,
.cv_desc * {
    font-size: 12px;
}

.cv_desc .blankwin {
    width: 12px;
    height: 12px;
    margin: 0 3px -2px 0;
}

.cv_desc a.nobreak {
    display: inline-block;
}

.w288 {
    width: 288px;
}

.w250 {
    width: 250px;
}

#ssl_certs_result,
#id_certs_result {
    display: table;
    width: 100%;
    padding: 0 0 18px 0;
}

#ssl_certs_result .row,
#id_certs_result .row {
    display: table-row;
}

#ssl_certs_result .row span,
#id_certs_result .row span {
    display: table-cell;
    padding: 7px 12px;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
}

#ssl_certs_result .row span.ca {
    width: 110px;
}

#id_certs_result .row span.ca {
    width: 85px;
}

#ssl_certs_result .row span.ca img,
#id_certs_result .row span.ca img,
#codesigncert img.code_ca,
#docsigncert img.code_ca {
    height: 20px;
}

#ssl_certs_result .row span.name,
#ssl_certs_result .row span.name *,
#id_certs_result .row span.name,
#id_certs_result .row span.name * {
    font-size: 18px;
}

#ssl_certs_result .row span.name a,
#id_certs_result .row span.name a {
    color: #314693;
}

#ssl_certs_result .row span.cena,
#id_certs_result .row span.cena {
    color: #bbb;
    text-align: right;
}

#ssl_certs_result .row span.rychlost,
#id_certs_result .row span.rychlost {
    color: #bbb;
}

#ssl_certs_result .row span.actions,
#id_certs_result .row span.actions {
    text-align: right;
}

#ssl_certs_result .row span.actions a,
#id_certs_result .row span.actions a,
a.newbuybutton {
    display: inline-block;
    padding: 5px 10px 5px 8px;
    background: #fff;
    border: 1px solid #314693;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #314693;
}

#codesigncert a.newbuybutton,
#docsigncert a.newbuybutton {
    margin-right: 18px;
}

#codesigncert .bigger_h,
#docsigncert .bigger_h {
    font-size: 18px;
}

#ssl_certs_result .row span.actions a:hover,
#id_certs_result .row span.actions a:hover,
a.newbuybutton:hover {
    border-color: #52A444;
    color: #52A444 !important;
}

#ssl_certs_result .row span.actions a img,
#id_certs_result .row span.actions a img,
a.newbuybutton img {
    width: 18px;
    height: 16px;
    margin: 0 8px -2px 0;
}

#ssl_certs_result .row:hover span,
#id_certs_result .row:hover span {
    background: #f5f5f5;
}

#ssl_certs_result .row:last-child span,
#id_certs_result .row:last-child span {
    border-bottom: none;
}

#idsmimecert .overflow ul.niked {
    padding-bottom: 18px;
}

#idsmimecert .overflow ul.niked li {
    float: left;
    padding-right: 18px;
}

#idsmimecert .row span.usage em.encaps {
    display: inline-block;
    float: left;
    /*width: 30px;
    height: 30px;
    padding: 7px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 50%;*/
    text-align: center;
    margin-bottom: -5px;
}

#idsmimecert .row span.usage em.encaps img {
    margin: 0 8px;
}

#idsmimecert .row span.usage em.encaps img.icon_email_sign {
    filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.38));
    width: 30px;
    height: 26px;
    margin-right: 10px;
}

#idsmimecert .row span.usage em.encaps img.icon_email_enc {
    filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.38));
    width: 30px;
    height: 20px;
}

#idsmimecert .row span.usage em.encaps img.icon_client_auth {
    width: 21px;
    height: 26px;
}

#idsmimecert .row span.usage em.encaps img.icon_document_sign {
    width: 22px;
    height: 23px;
}


/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 3px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #314693 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #314693 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #333;
  font-size: 16px;
  padding: 5px 16px 5px 12px;
  cursor: pointer;
}
.select-items div {
  padding: 7px 16px 7px 12px;
  border: none;
  border-bottom: 1px dotted #eee;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.select-items div:last-child {
    border-bottom: 5px solid #ccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #eee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}