@charset "utf-8";

body, p, ul, ol, dl, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, th, td, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font: 0.75em/1.5 Arial, Helvetica, sans-serif;
    color: #444;
    padding: 8px 0;
    background: #fff;
}

body, p, ul, ol, dl, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, th, td, input, select, textarea {
    box-sizing: border-box;
}

/* ----[ layout ]------------------------------ */

#container {
    position: relative;
    width: 998px;
    padding: 170px 20px 20px 20px;
    margin: 0 auto 8px auto;
}

#content {
    float: right;
    width: 75%;
    padding-right: 20px;
}

#sidebar {
    position: relative;
    width: 23%;
    min-height: 300px;
    padding-bottom: 90px;
    padding-top: 18px;
    float: left;
    padding-left: 20px;
}

#sidebar.fixed {
    position: fixed;
    top: 20px;
}

/* ---[ menu ]-------------------------------- */

/* horizontal */
#menu {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 83px;
    left: 0px;
    padding-left: 260px;
    border-bottom: 3px solid #176aaf;
}

#menu li {
    margin-right: 1px;
}

#menu li:last-child {
    margin-right: 0;
}

#menu li, #menu a {
    display: block;
    float: left;
    line-height: 36px;
}

#menu a {
    position: relative;
    float: left;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
    color: #666;
    background: #f6f6f6;
    border-radius: 5px 5px 0 0;
    margin: 0 2px; 
    transition: all 0.5s ease;
}

#menu a:hover {
    background: #e4e4e4;
}

#menu a.active {
    font-weight: bold;
    background: #176aaf;
    color: white;
}

#menu a.active .lcor {
    background-position: 0 -1px;
}

#menu a.active .rcor {
    background-position: -109px -1px;
}

/* vertical */
.menu.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    width: 210px;
    height: 30px;
    line-height: 30px; /*height: 36px;*/
}

.menu.header.basket {
    background: transparent url(images/content.png) no-repeat 102px -272px;
}

.menu.content {
    margin: 0 0 14px 0;
}

.menu.content a {
    font-size: 1.1em;
    color: #666;
    line-height: 25px;
    text-decoration: none;
}

.menu.content a:hover {
    color: #176aaf;
    text-decoration: underline;
}

.menu.content a.button:hover {
    text-decoration: none;
    color: #fff;
}

.menu.content ul ul {
    background: transparent url(images/menu.png) no-repeat -494px -253px;
    padding: 8px 0 0 20px;
    margin-top: -3px;
}

.menu.content ul ul a {
    padding: 0;
    background: none;
}

/* ---[ elements ]---------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 0.4em 0;
}

h1 {
    font-size: 2.3em;
    font-weight: normal;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
    color: #176aaf;
    margin-top: 15px;
}

h2 {
    font-size: 1.5em;
    color: #666;
    font-weight: normal;
    margin-top: 40px;
}

h2.nomargin {
    margin: 0 0 1em 0;
    color: #444;
}

h2.hover:hover {
    color: #176aaf;
}

h2 big {
    font-size: 1.4em;
}

h2.margin_top {
    margin-top: 2.4em;
}

h2.orange {
    color: #fd6512;
}

/* #fe4819 */

h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: bold;
    /*color: black;*/
}

a {
    color: #176aaf;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.strong_text {
    font-weight: bold;
    text-decoration: none;
    color: #222;
}

a.strong_text:hover {
    text-decoration: underline;
}

.textleft {
    text-align: left !important;
}

.textright {
    text-align: right !important;
}

.textcenter {
    text-align: center !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

span.floatleft, span.floatright, span.clear {
    display: block;
}

small {
    font-size: 0.9em;
}

big {
    font-size: 1.2em;
}

strong {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.nodisplay {
    display: none;
}

label {
    cursor: pointer;
}

abbr {
    font-family: Arial, Helvetica, sans-serif;
    cursor: help;
}

table {
    border-collapse: collapse;
}

.icon.logout {
    background-image: url("images/iconpower.png");
    background-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    background-color: #f6f6f6;
    padding: 10px 20px 10px 35px;
    border-radius: 5px;
    background-position: 13px 9px!important;
}

ul {
    list-style: none;
}

ul.default {
    list-style-type: disc;
    margin: 1em 0 1em 20px;
}

.auto_height {
    height: auto !important;
    line-height: normal !important;
}

/* optimalizovat, přepsat do hezké podoby */
ul.dotted-list {
    margin: 2em 0;
}

ul.dotted-list li {
    background: transparent url(images/forms.png) no-repeat 0 -87px;
    margin-bottom: 6px;
}

ul.dotted-list a {
    padding-left: 22px;
    text-decoration: none;
}

ul.dotted-list a:hover {
    text-decoration: underline;
}

/* optimalizovat, přepsat do hezké podoby */

ul.stored-files, .certificate-files {
    margin: 2em 0;
}

.certificate-files {
    text-align: center
}

ul.stored-files li {
    float: left;
    width: 312px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 32px;
}

ul.stored-files li.left {
    margin-right: 28px;
}

ul.stored-files li.right {
    margin-left: 28px;
}

ul.stored-files a, .certificate-files a {
    padding: 10px 0 10px 36px;
    text-decoration: none;
}

ul.stored-files a:hover, .certificate-files a:hover {
    text-decoration: underline;
}

/*.certificate-files a { display: block; float: left; }
.certificate-files .cer_lin, .certificate-files .cer_win { float: right; margin-left: 15px; }*/

ul.stored-files .pdf {
    background: transparent url(images/icons32.png) no-repeat 0 0;
}

ul.stored-files .doc {
    background: transparent url(images/icons32.png) no-repeat 0 -64px;
}

ul.stored-files .png {
    background: transparent url(images/icons32.png) no-repeat 0 -128px;
}

ul.stored-files .jpg {
    background: transparent url(images/icons32.png) no-repeat 0 -192px;
}

ul.stored-files .gif {
    background: transparent url(images/icons32.png) no-repeat 0 -256px;
}

.certificate-files .cer {
    background: transparent url(images/icons32.png) no-repeat 0 -320px;
}

.certificate-files .cer_lin {
    padding: 0 0 0 34px;
    margin-right: 34px;
    background: transparent url(images/icons32.png) no-repeat 0 -384px;
}

.certificate-files .cer_win {
    padding: 0 0 0 34px;
    background: transparent url(images/icons32.png) no-repeat 0 -448px;
}

.intermediate_panel {
    height: 34px;
    line-height: 34px;
    margin-top: 2em;
    padding-left: 62px;
}

.intermediate_panel h3 {
    color: #666;
    margin: 0 34px 0 0;
}

/* font-size relativně */
.intermediate_panel h3, .intermediate_panel a {
    float: left;
    font-size: 11px;
}

dt#file-label {
    width: 140px;
}

dt#save-label {
    display: none;
}

dd#save-element #save {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 100px;
}

p {
    margin-bottom: 1em;
}

.code {
    color: #666;
    padding: 1em;
    background-color: #fbfbfb;
    border: 1px dashed #ddd;
}

.code table {
    width: auto;
}

.code td {
    padding: 1px 30px 1px 0;
}

.code td:first-child {
    padding-right: 15px;
}

.hr {
    border-bottom: 2px solid #f0f0f0;
    margin: 3em 0;
}

.hr.lighter {
    border-bottom: 2px solid #eee;
    margin: 5px 0;
}

.margin.top,
.margin_top1 {
    margin-top: 1em !important;
}

/* .margin_top1: margin-top: 1em; přepsat, upravit v šablonách */
.margin_top2 {
    margin-top: 2em !important;
}

.margin_bottom05 {
    margin-bottom: 0.5em !important;
}

.margin_bottom1 {
    margin-bottom: 1em !important;
}

.margin_bottom2 {
    margin-bottom: 2em !important;
}

.blue {
    color: #176aaf;
}

.grey {
    color: #666;
}

.red {
    color: red;
}

.row.hightlight {
    margin-top: 0.5em;
}

.bg.hightlight {
    padding: 10px;
    background-color: #f4f4f4;
    margin: 1em -10px 2em -10px;
}

.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w58 {
    width: 58px !important;
}

/* /admin/order/index/ */
.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w72 {
    width: 72px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w136 {
    width: 136px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w188 {
    width: 188px !important;
}

/* individuální šířky po úpravách prověřit - jestli se někde používájí, ev. smazat */
.w190 {
    width: 190px !important;
}

.w198 {
    width: 198px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px !important;
}

.w218 {
    width: 218px !important;
}

/* individuální šířky po úpravách prověřit - jestli se někde používájí, ev. smazat */
.w220 {
    width: 220px !important;
}

.w230 {
    width: 230px !important;
}

.w240 {
    width: 240px !important;
}

.w250 {
    width: 250px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w280 {
    width: 280px !important;
}

.w290 {
    width: 290px !important;
}

.w300 {
    width: 300px !important;
}

.w310 {
    width: 310px !important;
}

.w320 {
    width: 320px !important;
}

.w330 {
    width: 330px !important;
}

.w340 {
    width: 340px !important;
}

.w350 {
    width: 350px !important;
}

.w360 {
    width: 360px !important;
}

.w370 {
    width: 370px !important;
}

.w380 {
    width: 380px !important;
}

.w390 {
    width: 390px !important;
}

.w400 {
    width: 400px !important;
}

form.w400 {
    padding: 2px;
}

.auto {
    width: auto !important;
}

.line_16 {
    line-height: 1.6em;
}

/* ---[ ol/ul list ]-------------------------- */

/*ol.list { list-style: none; }
ol.list { counter-reset: pol }
ol.list li:before { counter-increment: pol; content: counters(pol,".") }
*/

ol.list {
    text-transform: uppercase;
    font-weight: bold;
    margin: 1em 0 1em 20px;
}

ol.list ol li {
    font-weight: normal;
    margin-left: 20px;
}

ol.list ol {
    margin-left: 20px;
}

/*
ol.list ol li:before {  
  content: counters(pol, ".", decimal);
  margin: 0 8px 0 -14px;
}

*/

ol.list ol li {
    padding-left: 8px;
}

ol.list ol p {
    margin-left: 8px;
}

ol.list ol[type="a"] li:before {
    counter-increment: none;
    content: none;
}

ol.list ol[type="a"] li {
    padding: 0;
}

ol.list li {
    margin: 15px 0 5px 0;
}

ol.list li li {
    margin: 10px 0;
}

/* li li lepší jak definovat samostatně ul li + ol li*/
ol.list span.spacing {
    display: block;
    margin: 10px 0;
}

ol.list ol, ol.list ul {
    text-transform: none;
    color: #222;
    margin-left: 20px;
}

ol.normal li, ol.list ul li {
    text-transform: none;
    font-weight: normal;
}

ol.list ul li {
    list-style-type: disc;
}

/* ---[ navi ]-------------------------------- */

.pagination {
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 10px;
}

.pagination.top {
    margin: 2em 0 1em 0;
}

.pagination.bottom {
    margin: 1em 0 2em 0;
}

.pagination span {
    color: #ccc;
    padding: 0 4px;
}

.pagination .prev, .pagination .next {
    background: transparent url(images/content.png) no-repeat 0 0;
}

.pagination .prev.disabled, .pagination .next.disabled {
    color: #999;
}

.pagination .prev {
    float: left;
    padding: 0 0 0 8px;
    background-position: 0 -175px;
}

.pagination .prev.disabled {
    background-position: 0 -239px;
}

.pagination .next {
    float: right;
    padding: 0 8px 0 0;
    background-position: 33px -143px;
}

.pagination .next.disabled {
    color: #999;
    background-position: 33px -207px;
}

/* ---[ notice/warning ]---------------------- */

.notice {
    padding: 5px 10px;
    background-color: #fbf8e9;
    border: 1px solid #ececec;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2.3em;
    width: 93%;
}

.form .notice {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.notice strong:first-child {
    display: block;
    float: left;
    text-transform: uppercase;
    padding-left: 19px;
    background: transparent url(../images/icon-notice.png) no-repeat 0 0;
    margin-right: 5px;
}

.notice p {
    margin-bottom: 0.3em;
}

.notice p:last-child {
    margin-bottom: 0;
}

/*
.notice {
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin: 2em 0;
}

.notice h3 {
  margin: 0 0 0.2em 0;
  padding-left: 20px;
}

.notice p { margin: 0; }
*/

.google {
    position: absolute;
    right: 0;
    bottom: 60px;
}

.sklik {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.img_tutorial {
    width: 400px;
    margin: 0 auto 2em auto;
}

.img_desc {
    font-size: 90%;
    text-align: center;
    color: #666;
}

/* ---[ steps order ]------------------------- */

ol.order li {
    list-style-position: inside;
    margin: 5px 0;
}

ol.order li.active {
    color: #176aaf;
    font-weight: bold;
}

/* ---[ content ]----------------------------- */

.ssl.order.item {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.top.row {
    height: auto;
    background: #fbfbfb;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    display: table;
    width: 100%;
}

/*.ssl.order.item:last-child { margin-bottom: 0; }*/ /* větší odsazení? */

.ssl.order.item div div {
    height: 40px;
    line-height: 30px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
}

.ssl.order .domain {
    line-height: 1.7em!important;
}

th.domain {
    word-break: break-word;
} 

.ssl.order.item .bottom div {
    height: 60px;
    border-right: 1px dashed #dedede;
    padding: 10px 20px;
    line-height: 41px;
    text-align: center;
}
.ssl.order.item div div.price.w188 {
    line-height: normal;
    padding-top: 10px;
}

.ssl.order.item div div:first-child {
    text-align: left;
}

.ssl.order.item div div.last-child {
    padding-right: 0;
    margin-left: 7px;
    border-right: 0;
}

.ssl.order.item .bottom div.last-child {
    padding-top: 15px;
}

.ssl.order.item div div .domain {
    line-height: normal;
    word-break: break-word;
}

/*.ssl.order.item div a { padding: 1px 0; }*/
.ssl.order.item .hr {
    border-bottom: 1px dashed #dedede;
    margin: 0;
}

.ssl.order.item .domain a {
    font-size: 1.1em;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.ssl.order.item .domain a:hover {
    text-decoration: underline;
}

.ssl.order.item small {
    display: block;
    font-weight: normal;
    color: #444;
}

.ssl.order.item .bottom.row .price small {
    display: inline;
}

.ssl.order.item .bottom.row span {
    color: #444;
}

.ssl.order.item .top.row .authority {
    font-weight: bold;
    color: #444;
    text-align: center;
    line-height: normal;
}

.ssl.order.item .top.row .validity,
.ssl.order.item .top.row .status {
    line-height: normal;
}

.ssl.order.item .top.row .validity small {
    font-weight: bold;
}

.ssl.order.item .bottom .price.w150 {
    line-height: normal;
    padding-top: 15px;
}

.ssl.active.list {
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 100%;
}

.ssl.active.list.border-red {
    border: 1px solid red;
}

.ssl.active.list.border-green {
    border: 1px solid #00c932;
}

.ssl.active.list .domain a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.ssl.active.list .domain a:hover {
    text-decoration: underline;
}

.ssl.active.list .type {
    padding-right: 20px;
}

.ssl.active.list .expiration.active .ic8 {
    background-position: 0 -204px !important;
    margin: 0 0 0 5px;
}

.ssl.active.list .expiration.active {
    font-weight: bold;
    color: #eb0000;
}

.ssl.active.list .expiration.active a {
    font-weight: normal;
    color: #333;
}

.paging_full_numbers {
    height: 33px;
    margin-top: 13px;
    margin-left: 5px;
}
.paginate_button {
    background: #f6f6f6;
    padding: 5px;
    color: #666;
    font-weight: bold;
    margin: 5px;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 3px;
}

 .paginate_button.current {
    background: #176aaf;
    color: #fff;
}

/* cols */
.leftcol {
    float: left;
    width: 330px;
    margin-right: 10px;
}

.rightcol {
    float: right;
    width: 330px;
    margin-left: 10px;
}

.col4 .col {
    float: left;
    width: 170px;
}

.col4 .col div {
    margin-bottom: 5px;
}

.col4 .col.last-child {
    padding-top: 46px;
}

/*.csr.hightlight {
    width: 290px;
    border: 1px dashed #ddd;
    padding: 5px 10px;
}*/

.csr.hightlight th {
    width: 6%;
}

/*.rounded.row { padding: 4px 8px; background-color: #fafafa; border-radius: 2px; border: 1px solid #c4c4c4; margin: 5px 0 5px -8px; }*/
/*.leftcol table, .rightcol table { width: 333px; }*/

.thumbnail {
    position: relative;
    width: 298px;
    min-height: 250px;
    max-height: 250px;
    padding: 20px 15px;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-bottom: 20px;
    background: #fbfbfb;
}

.thumbnail div {
    padding: 4px;
}

.thumbnail:hover {
    background-color: #fbfbfb;
}

.thumbnail label {
    font-weight: bold;
}

.thumbnail label input[type="radio"] {
    margin-right: 4px;
}

.thumbnail input[type="submit"] {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/* path */
#path {
    position: absolute;
    width: 100%;
    top: 135px;
    left: 0;
    padding: 0 40px 0 260px;
    color: #176aaf;
}

#path a {
    color: #999;
    text-decoration: none;
}

/* ---[ header ]------------------------------ */

#login.info {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
}

#login.info span {
    color: #666;
}

#login.info strong {
    color: #444;
}

#login.info .ic_3 {
    margin-left: 8px;
}

#top {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 1004px;
    height: 124px;
    text-align: center;
    padding-top: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: transparent url(images/content.png) no-repeat 0 0;
}

#top #login.info {
    top: 22px;
    right: 42px;
}

#top #login.info a {
    color: white;
}

#top p {
    display: inline;
    font-style: italic;
    padding: 4px 6px;
    border-radius: 0 0 3px 3px;
    background-color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#logo, #brand {
    display: block;
    position: absolute;
    overflow: hidden;
    background: transparent url(images/logos.png) no-repeat 0 0;
    z-index: 10;
}

#logo span {
    display: none;
}

#logo.customer,
#logo.admin {
    top: 20px;
    left: 40px;
    width: 129px;
    height: 45px;
}

#logo.customer {
    background-position: 0 -393px;
}

#logo.admin {
    background-position: -171px -393px;
}

#logo.sslmarket {
    top: 32px;
    left: 42px;
    width: 193px;
    height: 55px;
}

.cz #logo.sslmarket {
    background-position: 0 -459px;
}

.sk #logo.sslmarket {
    background-position: 0 -535px;
}

.hu #logo.sslmarket {
    background-position: 0 -535px;
}

#brand {
    bottom: 12px;
    right: 42px;
    width: 147px;
    height: 22px;
}

.cz #brand {
    background-position: 0 -610px;
}

.sk #brand {
    background-position: 0 -652px;
}

.hu #brand {
    background-position: 0 -652px;
}

/* ---[ icons ]------------------------------- */

.icon {
    background: transparent url(images/icons.png) no-repeat 0 0;
}

.icon.block {
    display: block;
    width: 16px;
    height: 16px;
}

a.icon.block {
    padding: 11px;
}

table .icon.block {
    margin: 0 auto;
}

.icon.inline {
    display: inline;
}

.icon.inline {
    padding: 1px 0 1px 22px;
}

/*.icon.inline.floatleft, .icon.inline.floatright { padding: 8px; }*/
.icon.floatleft, .icon.floatright {
    padding: 8px;
}

h3 .icon.floatright {
    padding: 0 20px 0 0;
    margin-bottom: 2em;
}

td .icon.inline.floatright {
    margin: 1px 8px 0 0;
}

td .icon.inline.floatright.ic_8 {
    margin: 0;
}

.description .icon {
    margin-right: 3px;
}

#update-approver-link {
    position: absolute;
    top: 85px;
    right: 0;
}

td.icons .icon {
    margin: 0 4px;
}

/* .icon.floatleft, .icon.floatright { display: block; width: 16px; height: 16px; }
.icon.floatleft.minus { margin-left: -20px; }
.icon.floatright.minus { margin-right: -20px; } uz se asi nepouziva, zkontrolovat pred optimalizaci */

.icons_line {
    height: 18px;
}

.icons_line .icon {
    margin-top: -5px;
}

.icons_line .ic_10 {
    margin-right: 10px;
}

/* icons inline */
.ic_1 {
    background-position: 0 -1px !important;
}

.ic_2 {
    background-position: 0 -30px !important;
}

.ic_3 {
    background-position: 0 -59px !important;
}

.ic_4 {
    background-position: 0 -88px !important;
}

.ic_5 {
    background-position: 0 -117px !important;
}

.ic_6 {
    background-position: 0 -146px !important;
}

.ic_7 {
    background-position: 0 -175px !important;
}

.ic_8 {
    background-position: 0 -204px !important;
}

.ic_9 {
    background-position: 0 -233px !important;
}

.ic_10 {
    background-position: 0 -262px !important;
}

.ic_11 {
    background-position: 0 -291px !important;
}

.ic_12 {
    background-position: 0 -320px !important;
}

.ic_13 {
    background-position: 0 -349px !important;
}

.ic_14 {
    background-position: 0 -378px !important;
}

.ic_15 {
    background-position: 0 -407px !important;
}

.ic_16 {
    background-position: 0 -436px !important;
}

.ic_17 {
    background-position: 0 -465px !important;
}

.ic_18 {
    background-position: 0 -494px !important;
}

.ic_19 {
    background-position: 0 -523px !important;
}

.ic_20 {
    background-position: 0 -552px !important;
}

.ic_21 {
    background-position: 0 -581px !important;
}

.ic_22 {
    background-position: 0 -610px !important;
}

.ic_23 {
    background-position: 0 -639px !important;
}

.ic_24 {
    background-position: 0 -668px !important;
}

.ic_25 {
    background-position: 100% -697px !important;
}

.ic_26 {
    background-position: 100% -726px !important;
}

/* icons block */
.ic_1.block {
    background-position: 5px 4px !important;
}

.ic_2.block {
    background-position: 5px -25px !important;
}

.ic_3.block {
    background-position: 5px -54px !important;
}

.ic_4.block {
    background-position: 5px -83px !important;
}

.ic_5.block {
    background-position: 5px -112px !important;
}

.ic_6.block {
    background-position: 5px -141px !important;
}

.ic_7.block {
    background-position: 5px -170px !important;
}

.ic_8.block {
    background-position: 5px -199px !important;
}

.ic_9.block {
    background-position: 5px -228px !important;
}

.ic_10.block {
    background-position: 5px -257px !important;
}

.ic_11.block {
    background-position: 5px -286px !important;
}

.ic_12.block {
    background-position: 5px -315px !important;
}

.ic_13.block {
    background-position: 5px -344px !important;
}

.ic_14.block {
    background-position: 5px -373px !important;
}

.ic_15.block {
    background-position: 5px -402px !important;
}

.ic_16.block {
    background-position: 5px -431px !important;
}

.ic_17.block {
    background-position: 5px -460px !important;
}

.ic_18.block {
    background-position: 5px -489px !important;
}

.ic_19.block {
    background-position: 5px -518px !important;
}

.ic_20.block {
    background-position: 5px -547px !important;
}

.ic_21.block {
    background-position: 5px -576px !important;
}

.ic_22.block {
    background-position: 5px -605px !important;
}

.ic_23.block {
    background-position: 5px -634px !important;
}

.ic_24.block {
    background-position: 5px -663px !important;
}

.ic_25.block {
    background-position: 5px -692px !important;
}

.ic_26.block {
    background-position: 5px -721px !important;
}

/* icons inside h1, h2 */
h1 .icon, h2 .icon {
    float: right;
}

h2 .icon.floatleft {
    float: left;
    margin: 2px 4px 0 0;
}

/* icons states */
.icon.state1 {
    background-position: 0 -320px !important;
}

.icon.state2 {
    background-position: 0 -349px !important;
}

.icon.state3 {
    background-position: 0 -378px !important;
}

.icon.state4 {
    background-position: 0 -407px !important;
}

a.icon.state4 {
    background-position: 5px -402px !important;
}

.icon.state5 {
    background-position: 0 -435px !important;
}

a.icon.state5 {
    background-position: 5px -431px !important;
}

.icon.state6 {
    background-position: 0 -1px !important;
}

.icon.state7 {
    background-position: 0 -465px !important;
}

.icon.state8 {
    background-position: 0 -117px !important;
}

.icon.state9 {
    background-position: 0 -494px !important;
}

.icon.state10 {
    background-position: 0 -523px !important;
}

.icon.state13 {
    background-position: 0 -758px !important;
}

.icon.state15 {
    background-position: 0 -787px !important;
}

.icon.state-paypal-in-progress {
    background-position: 0 -815px !important;
}

.icon.state-paypal-waiting {
    background-position: 0 -843px !important;
}

.icon.state-paypal-error {
    background-position: 0 -869px !important;
}

/*
a.paycard { position: relative; }
a.paycard span {
  position: absolute;
  width: 139px; height: 19px;
  top: -22px; right: -150px;
  background: white url(images/forms.png) no-repeat -1367px -1px;
}
*/

a.icon2 {
    padding: 0 0 2px 20px;
}

a.icon2.icon2_detail {
    background: transparent url(images/icons.png) no-repeat 0 -30px;
}

a.icon2.icon2_payment {
    background: transparent url(images/icons.png) no-repeat 0 -1px;
}

a.icon2.icon2_download {
    background: transparent url(images/icons.png) no-repeat 0 -698px;
}

a.icon2.icon2_add_credit {
    background: transparent url("images/icon-credit-card-more.png") no-repeat scroll center center;
}

a.icon2.icon2_add_credit2 {
    background: transparent url("images/icon-credit-card-more.png") no-repeat scroll left center;
}

a.icon2.icon2_show {
    text-decoration: none;
    color: #111111;
    padding: 0 20px 2px 0px;
}

a.icon2.icon2_show.send_payment_show {
    background: transparent url(images/icon-toogle.png) no-repeat right -30px;
}

a.icon2.icon2_show.send_payment_hide {
    background: transparent url(images/icon-toogle.png) no-repeat right 0px;
}

/* header, ca logo */
p.header {
    position: relative;
    height: 25px;
    line-height: 25px;
    margin-bottom: 1em;
}

.expiration2 {
    width: 140px;
    text-align: center;
    padding: 11px;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-right: 5px;
}

.expiration2.active {
    font-weight: bold;
    color: #eb0000;
}

p.header .block {
    position: absolute;
    width: 142px;
    top: -38px;
    right: 0;
}

/* show/detail */
.block span.logo {
    display: block;
    margin: 0 auto;
    background: transparent url(images/logos.png) no-repeat 0 0;
}

.block span.ca_1 {
    width: 121px;
    height: 31px;
    background-position: 0 -1px !important;
}

.block span.ca_2 {
    width: 121px;
    height: 52px;
    background-position: 0 -62px !important;
    margin-top: -20px;
}

.block span.ca_3 {
    width: 121px;
    height: 28px;
    background-position: 0 -143px !important;
}

.block span.ca_4 {
    width: 121px;
    height: 28px;
    background-position: 0 -202px !important;
}

/* customer/order */
div.logo, p.logo span {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent url(images/logos.png) no-repeat 0 0;
}

div.ca_1, p.logo.ca_1 span {
    width: 121px;
    height: 31px;
    background-position: 0 -1px !important;
}

div.ca_2, p.logo.ca_2 span {
    width: 102px;
    height: 44px;
    background-position: -198px -62px !important;
}

div.ca_3, p.logo.ca_3 span {
    width: 121px;
    height: 28px;
    background-position: 0 -143px !important;
}

div.ca_4, p.logo.ca_4 span {
    width: 102px;
    height: 24px;
    background-position: -198px -202px !important;
}

p.logo {
    position: relative;
    padding-right: 160px;
}

p.logo.ca_2, p.logo.ca_4 {
    padding-right: 140px;
}

p.logo span {
    top: 0;
}

.logo.icon {
    display: block;
    float: left;
    width: 16px !important;
    height: 16px !important;
    background: transparent url(images/logos.png) no-repeat 0 0;
    margin-right: 4px;
}

.logo.icon.ca_1 {
    background-position: 0 -260px !important;
}

.logo.icon.ca_2 {
    background-position: 0 -289px !important;
}

.logo.icon.ca_3 {
    background-position: 0 -318px !important;
}

.logo.icon.ca_4 {
    background-position: 0 -347px !important;
}

/* ---[ forms ]------------------------------- */

/*dl { width: 100%; }*/

.security-check {
    background: url("images/security-check.png") no-repeat scroll 0px 0px;
}

form, .form {
    width: 100%;
    padding: 20px;
    background: #fbfbfb;
    border-radius: 3px;
    border: 1px solid #dedede;
    position: relative;
}

#returning_customer form {
    width: 300px !important;
}

#returning_customer {
    float: left;
}

#returning_customer input[type="submit"] {
    float: right;
    margin-top: 6px;
}

#new_customer {
    float: right;

}

#new_customer .form {
    width: 300px;
}

#returning_customer h2,
#new_customer h2 {
    margin-top: 0;
}

form.default {
    width: auto !important;
    padding: 0 !important;
    border: none !important;
}

form.default:hover {
    background: none !important;
}

table form, table form:hover {
    width: auto;
    padding: 0;
    background: none;
    border: none;
}

/* smazat definici, form doplnit tridou default*/
/*table form select { min-width: 40px; max-width: 40px; } smazat?*/

/* desc */
.description {
    color: #999;
}

p.description {
    margin: 10px 0;
    letter-spacing: 0.03em;
    font-size: 0.9em;
}

.description ul li {
    list-style: disc inside none;
    line-height: 1.3em;
}

ul.description {
    margin-top: -3px;
}

ul.description li {
    padding: 3px 0;
    border-bottom: 1px dashed #e4e4e4;
}

ul.description li.last-child {
    border: none;
}

ul.description span, ul.description strong {
    float: left;
    margin-right: 5px;
}

ul.description span:first-child {
    margin-right: 15px;
}

ul.description strong {
    font-size: 1.2em;
    color: #aaa;
    line-height: 16px;
}

dd p.description {
    position: absolute;
    left: 210px;
    top: 0;
    width: 318px;
    margin: 0;
}

#customer_form #invoice_dic-element p.description {
    width: 100%;
}

/* zkontrolovat zda popisky někde nepřekrývají tlačítko submit */

p.description.table {
    padding-left: 12px;
}

dt, dd {
    float: left;
    min-height: 25px;
    line-height: 38px;
    margin: 0 0 6px 0;
}

dd {
    position: relative;
}

dt {
    clear: left;
    color: #444;
}

dt:last-child, dt:last-of-type,
dd:last-child {
    margin-bottom: 0 !important;
}

dd small {
    color: #929292;
}

/* form > two colls */
form .leftcol {
    width: 308px;
    margin-right: 20px;
}

form .rightcol {
    width: 308px;
    margin-left: 20px;
}

/* form > customer_form */

#order-domainname {
    position: relative;
}

#order-domainname span {
    position: absolute;
    display: block;
    top: 0;
    left: 4px;
}

#order-domainname input[type="text"] {
    padding-left: 13px;
    min-width: 149px !important;
}

/* form > elements */

#years-element label, #order_summary_form dd label {
    display: block;
    float: left;
    width: 65px;
}

#renew-element label {
    display: block;
    float: left;
    width: 65px;
}

#state_id-element label {
    margin-right: 15px;
}

/*
body:last-child #renew-element label {
     width: 120px;
}*/

select#owner_country,
select#invoice_country {
    max-width: 200px;
    max-width: 194px \9;
}

/*#login_submit-element { text-align: right; margin-top: 1em; }
#email_submit-element { text-align: right; margin-top: 1em; }*/

/* form>individual width */

form#login_form {
    width: 60%;
    margin-bottom: 1em;
}

form#login_form dt {
    min-width: 100px;
}

form#login_form .textright {
    margin-top: -39px;
}

form#customer_form dt {
    min-width: 160px;
}

form#customer_form .textright {
    margin-top: -25px;
}

form#change_password_form {
    width: 65%;
}

form#change_password_form dt {
    min-width: 180px;
}

form#change_password_form .textright {
    margin-top: -25px;
}

form#password_form {
    width: 60%;
}

form#password_form dt {
    min-width: 100px;
}

form#password_form .textright {
    margin-top: -39px;
}

form#order_params_form dt {
    min-width: 90px;
}

form#order_params_form .textright {
    margin-top: -25px;
}

form#order_contacts_form dt {
    min-width: 160px;
}

form#order_contacts_form .textright {
    margin-top: -25px;
}

form#order_contacts_form h2 label {
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    color: #666;
}

form#order_payment_form dt {
    min-width: 160px;
}

/*form#order_payment_form .textright { margin-top: -25px; } nelze zasahuje do description u DIČ, smazat */

form#order_csr_form textarea {
    width: 529px;
    margin-bottom: -2px;
    height: 250px;
}

form#order_csr_form .textright {
    margin-top: -25px;
}

form#order_csr_form dt {
    min-width: 125px;
}

form#order_summary_form dt {
    min-width: 121px;
}

form#order_summary_form textarea {
    width: 463px;
    margin-bottom: 0.5em;
}

form#order_summary_form p.description {
    margin-bottom: 1em;
}

form#order_summary_form p.agreement {
    margin-bottom: -8px;
}

form#order_summary_form p.agreement label {
    margin-left: 2px;
}

form#order_summary_form .textright {
    margin-top: -29px;
}

form#payment_form {
    width: 350px;
}

form#payment_form, form#note-form, form#doc-form {
    padding: 0;
    border: none;
}

form#payment_form:hover, form#note-form:hover, form#doc-form:hover {
    background: none;
}

form#payment_form dt, form#note-form dt, form#doc-form dt {
    font-weight: normal;
    color: #222;
}

form#payment_form dt, form#payment_form dd,
form#note-form dt, form#note-form dd, form#doc-form dt {
    margin-right: 6px;
}

form#warnings_form dt {
    min-width: 180px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 30px;
    min-height: 38px;
}

form#warnings_form dd label,
#autorenew-box #autopay_variant-row label {
    display: block;
    float: left;
    line-height: 34px;
    margin-right: 13px;
    font-size: 1.2em;
    color: #444;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 30px 0;
}
#autorenew-box .leftcol {
    width: 100%;
}
#autorenew-box .toggi {
    float: left;
}

input#new_settings-0,
input#new_settings-1,
input#autorenew_settings-0,
input#autorenew_settings-1,
input#autorenew_settings-2,
input#autopay_variant-2,
input#autopay_variant-1,
input#autopay_variant-0 {
    margin-right: 33px;
}

label.new_settings-0,
label.autorenew_settings-0,
label.autopay_variant-0 {
    background-image: url("images/paymyself.png");
}

label.new_settings-1,
label.autorenew_settings-1,
label.autopay_variant-1,
label.autopay_variant-3 {
    background-image: url("images/credit.png");
}

label.autorenew_settings-2,
label.autopay_variant-2 {
    background-image: url("images/paypal.png");
}

/* #file #save umistit sem ..... */

form#request_form dt {
    min-width: 100px;
}

form#request_form #body-element {
    width: 550px;
}

form#request_form textarea {
    width: 550px;
}

form#request_form #priority-label {
    margin-right: 10px;
}

form#request_form #priority-element label {
    margin-right: 10px;
}

form#request_form .textright {
    margin-top: -25px;
}

form#voucher_form dt {
    min-width: 80px;
}

form#voucher_form .textright {
    margin-top: -25px;
}

form#article_form dt {
    min-width: 100px;
}

form#article_form .textright {
    margin-top: -25px;
}

form#preference_form dt {
    min-width: 80px;
}

form#preference_form .textright {
    margin-top: -25px;
}

form#news_form dt {
    min-width: 80px;
}

form#news_form .textright {
    margin-top: -25px;
}

form#category_form dt {
    min-width: 80px;
}

form#category_form .textright {
    margin-top: -25px;
}

form#router_form dt {
    min-width: 90px;
}

form#router_form .textright {
    margin-top: -25px;
}

form#key_form dt {
    min-width: 90px;
}

form#key_form .textright {
    margin-top: -25px;
}

form#update-form #csr {
    width: 670px;
}

textarea#note-text {
    width: 470px;
}

textarea#renew-text {
    width: 470px;
}

/*#voucher { margin-right: 6px; }*/

/* form>popup window */
/*#update-dialog { }*/
#update-form-box form, #mail-form-box form {
    width: auto !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

#update-form-box form dt, #mail-form-box form dt {
    font-weight: normal !important;
    color: #222 !important;
    width: 160px !important;
}

.ui-resizable-handle {
    display: none !important;
}

.ui-resizable-se {
    display: block !important;
}

.ui-widget-content {
    background: white !important;
    border: none !important;
}

.ui-dialog .ui-dialog-content {
    padding: 1em !important;
}

.ui-widget {
    font: 100%/1.5 Arial, Helvetica, sans-serif !important;
}

.ui-widget-header {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    background: #666 !important;
    border: none !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-dialog-title {
    float: none !important;
    margin: 0 !important;
}

.ui-dialog {
    padding: 0 !important;
    border-radius: 2px !important;
    border: 2px solid #666 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0 10px 0 0 !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0 !important;
}

.ui-button .ui-button-text {
    display: inline !important;
    line-height: auto !important;
}

/*#login_submit-label { display: none; }
#email_submit-label { display: none; }

#login_form { width: 318px; }
#email_form { width: 318px; }
#login_form:hover { background-position: -691px -1px; }
#email_form:hover { background-position: -691px -1px; }

#email_form input { width: 312px; }*/

/* general */

/* elements */

/*select { min-width: 50px; }*/

input, select, textarea, th, td {
    font: 100%/1.5 Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="password"], select {
    height: 23px;
}

input[type="text"], input[type="password"], select, textarea {
    min-width: 159px;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #dedede;
}

select {
    min-width: 200px;
    min-width: 194px \9;
    height: 40px;
    padding: 3px 2px;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
    border-top: 1px solid #a4a4a4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #a4a4a4;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    background-color: #fff3c3;
    border-top: 1px solid #a4a4a4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #a4a4a4;
}

select option, select optgroup {
    font: 100%/1.5 Arial, Helvetica, sans-serif;
}

select optgroup {
    font-style: normal;
    font-weight: bold;
    padding: 0 5px;
}

select option {
    padding: 2px 5px;
}

textarea {
    resize: vertical;
}

p#paypal-not-active {
    float: left;
    padding: 10px;
    background: #ffd3d3;
    width: 100%;
    margin-top: 20px;
}

/*
select {
  font: 100%/1.5 Arial, Helvetica, sans-serif;
  color: #606060;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;   
}

textarea:focus, select:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
  color: #242424;
  background-color: #fff9e1;
  border-top: 1px solid #6f92be;
  border-right: 1px solid #6f92be;
  border-bottom: 1px solid #b7c8de;
  border-left: 1px solid #b7c8de;
}
*/

/*
.button {
  display: block;
  text-decoration: none;
}
*/

.button.right {
    float: right;
    position: relative;
    right: 15px;
}

.button,
input[type="submit"],
.ui-dialog .ui-dialog-buttonpane button {
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
    color: #666;
    background-color: #fff;
    border: 1px solid #dedede;
    cursor: pointer;
    min-width: 100px;
}

a.button:hover {
    text-decoration: none;
}

.blue.button,
#login_submit,
#customer_submit,
#password_submit {
    color: #fff;
    background-color: #176aaf;
    border-color: #176aaf;
}

.button.grey {
    color: #666;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.button:hover,
#login_submit:hover, #customer_submit:hover, #password_submit:hover,
input[type="submit"]:hover,
.ui-dialog .ui-dialog-buttonpane button:hover {
    background-color: #ee7f23;
    color: #fff;
    border-color: #ee7f23;
}

.button.has_icon {
    padding-left: 5px !important;
}

.button.has_icon .icon {
}

.button.renew {
    margin: 0 auto;
}

.button.renew.green {
    width: 158px;
    height: 38px;
    line-height: 38px;
    font-size: 2em;
    font-weight: normal;
    padding: 0 !important;
    display: block;
    text-align: center;
    text-decoration: none;
}

.button.renew.grey {
    font-weight: bold;
    display: block;
    text-decoration: none;
    width: 150px;
}

.button.paycard.grey {
    width: 88px;
    height: 23px;
    line-height: 23px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 !important;
    float: right;
}

/* grey buton
input[type="submit"],
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    color: #222;
    padding: 3px 10px;
    background: #eeeeee url(images/forms.png) no-repeat -1042px -61px;
    border-radius: 2px;
    border: 1px solid #c4c4c4;
}

input[type="submit"]:hover, .ui-state-hover {
    background: #e3e3e3;
} */

input[type="submit"].button-green {
    color: #fff;
    border-color: #0a5c00;
    background: #339900;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#339900), to(#33cc00));
    background: -webkit-linear-gradient(top, #33cc00, #339900);
    background: -moz-linear-gradient(top, #33cc00, #339900);
    background: -ms-linear-gradient(top, #33cc00, #339900);
    background: -o-linear-gradient(top, #33cc00, #339900);
}

input[type="submit"].button-green:hover {
    background: #339900;
}

fieldset {
    position: relative;
    width: 638px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
}

fieldset legend {
    font-weight: bold;
}

fieldset table {
    width: auto !important;
}

fieldset th, fieldset th {
    padding: 1px 0;
}

/*fieldset#paycard table { margin-left: 80px; }*/
fieldset#paycard table th {
    font-weight: bold;
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

/*
fieldset#paycard span {
  display: block;
  position: absolute;
  width: 97px; height: 60px;
  top: 35px; left: 20px;
  background: white url(images/forms.png) no-repeat -1367px -32px;
}
*/

fieldset#paycard a.button {
    margin-top: -1em;
}

/* ---[ filter ]------------------------------ */

#filter {
    margin-bottom: 1em;
}

#filter .row {
    margin-bottom: 3px;
}

#filter .row.last-child {
    margin: 0;
}

#filter input[type="text"], #filter select {
    float: left;
}

#filter input[type="text"] {
    width: 194px;
    margin-right: 6px;
}

#filter #col {
    width: 200px;
    margin-right: 6px;
}

#filter #certificate_id {
    width: 200px;
    margin-right: 6px;
}

#filter.pricelist #certificate_id {
    width: 202px;
}

#filter #customer_id {
    width: 200px;
    margin-right: 6px;
}

#filter #branch_id {
    min-width: 120px;
    max-width: 120px;
    margin-right: 6px;
}

#filter.pricelist #branch_id {
    min-width: 146px;
    max-width: 146px;
}

#filter #renew {
    min-width: 120px;
    max-width: 120px;
    margin-right: 6px;
}

#filter.pricelist #renew {
    min-width: 146px;
    max-width: 146px;
}

#filter #order_by {
    min-width: 120px;
    max-width: 120px;
}

#filter.pricelist #order_by {
    min-width: 146px;
    max-width: 146px;
}

#filter #state_id {
    min-width: 120px;
    max-width: 120px;
}

#filter input[type="submit"] {
    float: right;
    width: 120px;
}

#filter .row.radio label {
    display: block;
    float: left;
    margin: 6px 15px 0 0;
}

/* ---[ table default ]----------------------- */

table.selection {
    border-collapse: separate;
    width: auto;
}

.cert-price-default {
    color: #118C4E;
    font-weight: bold;
}

.cert-price {
    color: #7E8F7C;
    font-weight: bold;
}

.cert-price-bad {
    color: #B71427;
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.separate {
    border-collapse: separate;
}

div.table {
    border-radius: 3px;
    border: 1px solid #ddd;
}

table small {
    font-weight: normal;
    color: #929292;
}

tr.has_button th, tr.has_button td {
    padding-bottom: 10px !important;
    vertical-align: top;
}

tr.has_button .button {
    margin: -4px 0 0 15px;
}

tr.has_button .state, tr.has_button .button {
    float: left;
}

table.align_bellow_button {
    margin-top: 33px;
}

/*.table th, .table td { color: #666; }*/
/*.table th strong, .table td strong { font-weight: normal; color: #666; } */

/* default */
table.default thead th {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
    text-align: left;
    padding: 10px;
}

table.default tbody th {
    font-weight: bold;
    color: black;
}

table.default tbody th, table.default tbody td {
    text-align: left;
    padding: 15px 10px;
}

table.default tbody tr:hover th, table.default tbody tr:hover td {
    background-color: #fff3c3;
}

/* highlight */
table .highlight th, table .highlight td {
    background-color: #fbfbfb;
}

/*table .highlight.blue th { background-color: #dfe9f5; }
table .highlight.grey th { background-color: #eee; }*/

/* style3 */
table.style3 {
    border: 2px solid #f6f6f6;
}

table.style3 thead th {
    font-size: 0.9em;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding: 15px 5px 3px 5px;
}

table.style3 th, table.style3 td {
    border: 1px solid #f6f6f6;
}

table.style3 tbody th {
    width: 100px;
    font-weight: bold;
    color: #666;
}

table.style3 tbody td {
    font-weight: bold;
    text-align: right;
}

table.style3 tbody th {
    text-align: left;
}

table.style3 tbody th, table.style3 tbody td {
    padding: 13px;
    text-align: center;
}

table.style3 td.addtobasket {
    width: 100px;
    text-align: center;
}

table.style6 {
    width: 100%;
    border: 0;
}

table.style6 th {
    width: 50%;
    font-weight: bold;
    text-align: left;
}

table.style6 th, table.style6 td {
    padding: 7px 0;
}

table.style6 td input {
    margin-top: 8px;
}

hr {
    height: 2px;
    background: #f6f6f6;
    margin: 40px 0 15px;
}

.addtobasket input, .addtobasket select {
    float: left;
    height: 25px;
}

.addtobasket select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 70px;
    min-width: 70px;
    max-width: 64px \9;
    min-width: 64px \9;
}

.addtobasket input[type="submit"] {
    width: 30px;
    background: #ddd url(images/forms.png) no-repeat -1301px 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 0;
}

.addtobasket input[type="submit"]:hover {
    background-position: -1332px 2px;
    background-color: #4cbf3a;
    border-color: #4cbf3a;
}

/* style4 */
table.style4 thead th {
    font-size: 0.9em;
    font-weight: normal;
    color: #666; /*color: #176aaf;*/
    text-align: left;
    padding: 15px 10px 3px 10px;
}

table.style4 tbody th {
    font-weight: bold;
    color: black;
}

table.style4 tbody th, table.style4 tbody td {
    text-align: left;
    padding: 2px 10px;
}

/* 5px 10px - pokud by nebyla v řádku ikona 16x16 */
table.style4 tbody tr:hover th, table.style4 tbody tr:hover td {
    background-color: #fff3c3;
}

table.style4 tbody th a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

table.style4 tbody th a:hover {
    text-decoration: underline;
}

table.style4.reduce_padding th, table.style4.reduce_padding td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table.style4.reduce_padding th:first-child, table.style4.reduce_padding td:first-child {
    padding-left: 10px !important;
}

table.style4.reduce_padding th.last-child, table.style4.reduce_padding td.last-child {
    padding-right: 5px !important;
    padding-left: 0 !important;
}

/* style5 */
table.style5 {
    color: #666;
    border: 1px solid #ddd;
    margin: 1em 0 2em 0;
}

table.style5 thead th {
    font-weight: normal;
    text-align: left;
    background-color: #f4f4f4;
}

table.style5 tbody td {
    text-align: right;
}

table.style5 th, table.style5 td {
    padding: 4px 8px;
    border: 1px solid #e5e5e5;
}

/* style1 */
table.style1 tbody th {
    width: 129px;
    font-weight: bold;
    color: black;
    border-right: 1px solid white;
}

table.style1 tbody th, table.style1 tbody td {
    text-align: left;
    padding: 4px 5px;
}

table.style1.column4 tbody td {
    width: 189px;
}

/* style2 */
table.style2 {
    width: 100%;
    border: 1px solid #f0f0f0;
}

table.style2 th, table.style2 td {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

table.style2 th {
    width: 42%;
    text-align: left;
    background: #f6f6f6;
    padding-left: 10px;
    padding-right: 10px;
}

table.style2 td {
    width: 58%;
    padding-left: 10px;
}

/* style1.order */
table.style1.order tbody th {
    width: 179px;
}

table.style1.order tbody th, table.style1.order tbody td {
    border-bottom: 1px solid white;
}

table.style1.order tbody tr:last-child th, table.style1.order tbody tr:last-child td {
    border: none;
}

.invoice.indentation th, .invoice.indentation td {
    padding-top: 41px;
}

/* ---[ list ]-------------------------------- */

.list_all {
    text-align: right;
    padding-right: 0px;
    margin-top: 2em;
    width: 100%;
}

.list_all span {
    color: #666;
    margin: 0 0 0 3px;
    position: relative;
    top: -1px;
}

/* ---[ footer ]------------------------------ */

#footer {
    position: relative;
    width: 998px;
    color: #666;
    margin: 0 auto;
    padding: 15px 30px;
    border-top: 3px solid #f6f6f6;
}

#footer span {
    color: #ccc;
    padding: 0 8px;
}

#footer a {
    color: #666;
}

/* ---[ notice msg ]-------------------------- */

/* states */
span.state {
    font-weight: bold;
}

.state.green, .discount.green {
    color: #00c932;
}

.state.red, .discount.red {
    color: #eb0000;
}

.state.grey {
    color: #444;
}

.discount.green, .discount.red {
    font-weight: bold;
}

/* notices */
#error, #success {
    position: relative;
    font-weight: bold;
    color: white;
    padding: 10px;
    margin: 1em 0;
    border-radius: 2px;
}

#success {
    background: #50ab38;
}

#error {
    background: #ab3838;
}

#order_contacts_form #tech-box {
    width: 50%;
}

form#order_contacts_form dt,
#tech-box dt {
    width: 33%;
    min-width: 0;
}

form#order_contacts_form dd,
#tech-box dd {
    width: 50%;
    min-width: 0;
}

/* form errors */
.errors {
    color: #eb0000 !important;
    background: #ffd3d3;
}

.error-form {
    border-color: #ffb2b5 !important;
}

.error-form:focus {
    background-color: #fff2f3 !important;
}

/* ---[ admin ]------------------------------- */

#container.admin h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

#thawte {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.wysiwyg {
    border: 1px solid #8CACBB;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 0;
}

/*akce 33% thawte - objednavka*/
#years-element .description {
    color: #090;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
    top: -24px;
}

/*/clanek/zkusebni-ssl-certifikat/*/
/*ssl button*/
.ssl-button {
    display: block;
    width: 135px;
    height: 40px;
    overflow: hidden;
    margin-top: 21px;
}

.ssl-button span {
    display: none;
}

.ssl-button.thawte {
    background: transparent url(images/ssl-button.png) no-repeat 0 0;
}

.ssl-button.verisign {
    background: transparent url(images/ssl-button.png) no-repeat 0 -40px;
}

.ssl-button.geotrust {
    background: transparent url(images/ssl-button.png) no-repeat 0 -80px;
}

.ssl-button.rapidssl {
    background: transparent url(images/ssl-button.png) no-repeat 0 -120px;
}

.ssl-button:hover.thawte {
    background-position: -135px 0;
}

.ssl-button:hover.verisign {
    background-position: -135px -40px;
}

.ssl-button:hover.geotrust {
    background-position: -135px -80px;
}

.ssl-button:hover.rapidssl {
    background-position: -135px -120px;
}

.sun.wrapper {
    position: relative;
    width: 705px;
    min-height: 26px;
    margin: 1.3em 0 3.3em 0;
}

.sun.wrapper h3 {
    z-index: 10;
    margin: 0;
}

.sun.wrapper .hover.sun:hover {
    background-color: #dce9f3 !important;
}

.sun.wrapper .hover.sun:hover a {
    color: #111;
    text-decoration: underline;
}

.sun.wrapper .hover.sun a {
    display: block;
    float: right;
    font-weight: bold;
    padding-right: 20px;
    background: transparent url(../images/icon-sun.png) no-repeat 100% 6px;
}

.sun.wrapper p.desc {
    margin-bottom: 0;
    color: #cc0000;
    font-size: 11px;
    line-height: 130%;
}

.sun.wrapper p.desc strong {
    color: #cc0000;
}

a.icon_open_sun {
    display: block;
    float: right;
    font-weight: bold;
    padding-right: 20px;
    background: transparent url(../images/icon-sun.png) no-repeat 100% 6px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 0px;
    right: 60px;
    padding-right: 19px;
    margin: -1px -8px 0.2em -8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.icon_open_sun:hover {
    color: #111;
    text-decoration: underline;
}

#sans-form {
    padding-top: 1em;
}

.button.green {
    color: white;
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
}

.button.green:hover {
    background-color: #4CAF50;
}

.alert {
    border: 1px solid #ececec;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.alert.ev {
    background: #F1F4D0;
    border: 1px solid #d8dbbb;
}

.alert.ov {
    background: #e9f0f7;
    border: 1px solid #d1d8de;
}

.alert.ev .btn-default {
    background-color: #8bc34a;
    border-color: #8bc34a;
    transition: all 0.5s ease;
}

.alert.ev .btn-default:hover {
    border-color: #4Caf50;
    background-color: #4caf50;
}

/*new rs*/

table.payment-sum {
    margin-bottom: 20px;
}

ul.payment-types {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1em;
}

ul.payment-types li {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}

ul.payment-types li .button {
    position: inherit;
    display: inline-block;
    float: left;
    width: 160px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 0 !important;
}

ul.payment-types li span.payment-logo {
    width: 150px;
    display: inline-block;
    float: left;
}

#paycard {
    margin-bottom: 1em;
}

.sale_red,
p.sale_red {
    margin: 0;
    padding: 0;
    background: #f44336;
    border-radius: 0 0 5px 5px;
    width: 62px;
    height: 26px;
    color: #fff;
    font-weight: normal;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 80px;
}

#order_params_form #years-element .description {
    left: 36px;
    top: -8px;
}

td.big-column {
    font-size: 24px;
    padding: 15px;
}

td.medium-column {
    font-size: 15px;
    padding: 15px;
}

.hidden {
    display: none;
}

.icon-color-red {
    color: #eb0000;
}

.icon-color-green {
    color: #00c932;
}

.icon-color-paypal {
    color:  #003087;
}

.icon-color-black {
    color:  #999;
}

.icon-color-gray {
    color: #d0d0d0;
}

.icon-color-gold {
    color:  #F1B000;
}

.icon-size-20 {
    font-size: 20px !important;
}
.icon-size-30 {
    font-size: 30px !important;
}
label.optional {
    /*min-width: 170px;*/
    display: inline-block;
    float: left;
}
label.required {
    font-weight: bold;
}
label.min170 {
    min-width: 170px;
}
label.optional.block {
    clear: left;
    display: block;
    font-weight: normal;
    width: 100px;
    min-width: 0px;
}
#domain-label label.optional {
    min-width: 0;
    font-weight: normal;
    font-size: 1em;
}
label.toggi[for='urgent'] {
    position: relative;
    left: -80px;
}
label.toggi[for='credit_autopay'] {
    position: relative;
    float: left;
    margin-right: 0;
}
.w638 {
    width: 638px;
}
input#global_autorenew, input.away {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
#autore {
    float: left;
    background: #e9f6e7;
    width: 100%;
    margin-top: -37px;
    margin-bottom: 35px;
    padding: 20px;
}
#autore h2 {
    font-weight: bold;
}
label.toggi {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 30px;
    float: right;
    margin-right: 430px;
    margin-top: -1px;
}

#autorenew-box label.toggi {
    margin-right: 115px;
    margin-top: 5px;
}

label.toggi:before {
    right: 1px;
    background-color: #f1f1f1;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 30px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input:checked + label.toggi:before {
    background-color: #00c932;
}

input:checked + label.toggi:after {
    margin-left: 20px;
    border-color: #00c932;
}

input + label.toggi:before, 
input + label.toggi:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input + label.toggi:after {
    width: 20px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
    border: 1px solid #CCC;
}


/************/

.i-check {
    padding-left: 65px;
    cursor: pointer;
    position: relative;
}

.i-check input {
    opacity: 0;
    position: absolute;
    margin-left: -5px;
}

.i-check input:checked + i {
    border-color: #00c932;
}

.i-check input:checked + i:before {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #00c932;
}

.i-check input:checked + span .active {
    display: inherit;
}

.i-check input[type="radio"] + i, .i-check input[type="radio"] + i:before {
    border-radius: 50%;
}

.i-check input[disabled] + i, fieldset[disabled] .i-check input + i {
    border-color: #dee5e7;
}

.i-check input[disabled] + i:before, fieldset[disabled] .i-check input + i:before {
    background-color: #dee5e7;
}

.i-check > i {
    width: 20px;
    height: 20px;
    line-height: 1;
    border: 1px solid #cfdadd;
    background-color: #fff;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.i-check > i:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-check > span {
    margin-left: -20px;
}

.i-check > span .active {
    display: none;
}
i.fa.fa-paypal.icon-color-paypal {
    width: 20px;
}
.fa-paypal::before {
    content: "\00a0"!important;
    background-image: url("images/paypal.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    margin-left: -10px;
}
.fa-paypal.icon-color-black:before {
    background-image: url("images/paypal-black.png");
}
.list .fa-paypal::before {
    height: 25px;
    width: 25px;
    margin-left: 0;
}
.fa {
    position: relative;
}
.ssl.list td:nth-child(4) {
  padding: 15px 0
}
.ssl.list .fa-user {
  float: left;
}
.ssl.list .fa-money {
  float: right;
}
.ssl.list .fa-paypal {
  position: relative;
  left: -10px;
  top: 5px;
}

.orange {
    color: #fc8114;
}


.notice2 {
    padding: 5px 10px;
    background-color: #fbf8e9;
    border: 1px solid #ececec;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2.3em;
    width: 93%;
}

.notice2 strong:first-child {
    display: block;
    padding-left: 19px;
    background: transparent url(../images/icon-notice.png) no-repeat 0 0;
    margin-right: 5px;
}

.info-buttons-group span {
    margin-bottom: 18px;
    margin-right: 5px;
    display: inline-block;
}