body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #333;
}

* {
    padding: 0;
    margin: 0;
    border: 0 none;
}

.invisible {
    position: absolute;
    top: -5000px;
    left: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/*Header*/
.header {
    margin: 10px 20px;
}

.header-admin {
    margin: 10px 20px;
    text-align: right;
}

.header-admin .project {
    float: left;
    text-align: left;
    width: 50%;
}

.header-admin h2 {
    margin-bottom: 5px;
}

.header-admin a {
    color: #bf3b1f;
}

.header-admin a:hover {
    color: #333333;
}

/* background */
#background {
    background: url(../files/images/layout/bg-body.png) center top repeat-x #ffffff;
}

/*Page*/
#page {
    width: 99%;
    margin: 0 auto;
    padding: 0 .5%;
    text-align: left;
    position: relative;
}

/*Page*/

/*Header*/

#subheader-index {
    height: 362px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#subheader-vnitrni {
    height: 99px;
    position: relative;
    z-index: 2;
}

#subheader-vnitrni #h1 {
    position: absolute;
    background: url(../files/images/layout/bg-h1.png) left top no-repeat;
    height: 41px;
    overflow: hidden;
    left: 0;
    bottom: -1px;
}

#subheader-vnitrni h1 {
    font-size: 1.5em;
    line-height: 41px;
    padding: 0 63px 0 20px;
    background: url(../files/images/layout/bg-h1-doplnek.png) right top no-repeat;
}

/*Slogan*/

/*Footer*/
#footer {
    padding: 13px 12px 30px 0;
    color: #999999;
}

#footer.footer {
    background: url(../files/images/layout/bg-footer.png) left top repeat-x;
    padding: 13px 12px 30px 12px;
}

#footer p {
    line-height: 1.4em;
    padding: 2px 0;
}

#footer p.footer-right {
    float: right;
}

#footer a {
    color: #bf3b1f;
}

#footer a:hover {
    color: #333333;
}

/*Footer*/


/*Login*/
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login .form-out {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    padding: 2rem;
}

.login h2 {
    margin: .5rem auto;
}

.login #form {
    margin: 1.5rem auto;
}

.login #footer {
    margin: 3rem;
    margin-bottom: 15rem;
}

.login input {
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    width: 230px;
    margin: 1rem auto;
}

.login .button {
    margin-top: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    overflow: hidden;
    background-color: #bf3b1f;
    border: none;
    cursor: pointer;
}

.login .button:hover {
    background-color: #333;
}

.bad_login_message {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    color: #bf3b1f;
}

@media screen and (min-width: 391px) {
    .login .form-out {
        border-radius: 7px;
    }
}

/*Login*/

/*Main*/
#main {
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
}

#main p {
    line-height: 1.4em;
    padding: 5px 0;
}

#main a {
    color: #bf3b1f;
}

#main a:hover {
    color: #333333;
}

#main h2 {
    font-size: 1.5em;
    padding-top: 15px;
    padding-bottom: 5px;
}

#main h3 {
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 5px;
}

#main h4 {
    font-size: 15px;
}

#main .alist {
    padding: 0 0 10px 20px;
    font-size: 1rem;
}

#main .alist li {
    padding-bottom: 20px;
}

/*Main-vnitrni*/
#main-vnitrni {
    min-height: 300px;
    /*overflow: hidden;*/
    background: url(../files/images/layout/bg-main-vnitrni.png) left top repeat-x #ffffff;
    padding-bottom: 40px;
}

#main-in {
    padding: 20px 20px 0 20px;
}

/*Main-vnitrni*/

/*Navigation*/
#nav {
    position: absolute;
    height: 35px;
    margin: 0;
    padding: 0;
    bottom: 62px;
    list-style-type: none;
    border-bottom: 1px solid white;
    z-index: 999999;
}

#nav li {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding: 0 10px;
}

#nav li ul {
    display: none;
    position: absolute;
    height: auto;
    left: 0;
    top: 35px;
    background: #000;
    padding: 0;
    z-index: 999999;
}

#nav li ul li {
    float: none;
    display: block;
    height: 30px;
    line-height: 30px;
    background: url(../files/images/layout/bg-submenu.png) no-repeat;
    font-size: 13px;
    border-top: 1px solid white;
    text-transform: none;
    padding: 0;
    *width: 145px;
}

#nav li li a {
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    white-space: nowrap;
}

#nav li > a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    white-space: nowrap;
}

#nav li a:hover, #nav li.active a {
    background-color: #333;
}

#nav li.hover {
    color: #cce5f0;
}

/*Navigation*/

/*Pager*/
#main .pagination {
    text-align: center;
    margin: 20px 0;
}

#main .pagination a {
    background: #cce5f0;
    padding: 5px 10px;
    margin: 0 3px;
    line-height: 2em;
    text-decoration: none;
    color: #333333;
}

#main .pagination a:hover {
    background-color: #333;
    color: white;
}

#main .pagination strong {
    background-color: #bf3b1f;
    color: white;
    padding: 5px 10px;
    margin: 0 3px;
    line-height: 2em;
    font-weight: normal;
}

/*Pager*/

/* LISTING */

#listing_global_button {
    text-align: right;
    font-size: 17px;
    margin-bottom: .5em;
}

#listing_global_button a {
    line-height: 2em;
    text-decoration: none;
}

#listing {
    width: 100%;
}

#listing, #listing tr, #listing td {
    border: 0;
    padding: 0.3em;
}

#listing tr.sudy td {
    background-color: #f3f3f3;
}

#listing tr:hover td {
    background-color: #ddd;
}

#listing tr td {
    border-bottom: 1px solid #ddd;
    padding-left: 1em;
}

#listing tr.blank td, #listing tr.blank:hover td {
    background-color: transparent;
}

#listing tr.blank td {
    border: 0;
}

#listing td.functions {
    padding-left: 1em;
    padding-right: .2em;
    min-width: 65px;
}

#listing img.thumb {
    display: block;
}

#listing_filter {
    text-align: center;
    margin: .5em 0 1em 0;
}

#listing_filter a {
    padding: 3px 6px;
}

#listing_filter a:hover {
    background-color: #333;
    color: white;
    text-decoration: none;
}

#listing_filter strong {
    color: #333;
    background-color: #cce5f0;
    padding: 3px 6px;
}

#listing_filter select {
    max-width: 180px;
}

#listing_filter select, #listing_filter input {
    margin-bottom: .5em;
}

#listing td em {
    font-size: 13px;
}


/* FORMS */
.w75 {
    width: 75%;
    float: left;
}

.w66 {
    width: 66%;
    float: left;
}

.w48 {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.w50 {
    width: 50%;
    float: left;
}

.w33 {
    width: 33%;
    float: left;
}

.w25 {
    width: 25%;
    float: left;
}

.show_tabs {
    margin-bottom: 1em;
}

h3 {
    line-height: 3em;
    font-size: 115%;
}

form, input, optgroup, select, textarea {
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    box-sizing: border-box;
}

input, optgroup, select, textarea {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f8f8f8;
}

input, optgroup, select {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f8f8f8;
    height: 29px;
}

select.sUrl {
    height: auto;
}

input.odeslat {
    padding: 5px 12px;
    border-radius: 3px;
    background-color: #ddd;
    cursor: pointer;
    border: none;
}

.odsadit-zleva {
    margin-left: 5px;
}

input.odeslat:hover {
    color: white !important;
    background-color: #333 !important;
}

input, optgroup, select, textarea, table.htmlarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input.checkbox, input.radio {
    border: 0;
    margin: 0 10px 0 0;
    vertical-align: middle;
    /*transform: scale(1.1);*/
}

.checkboxes {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

span.checkbox:hover, span.radio:hover {
    background-color: #cce5f0;
    cursor: pointer;
}

input.radio {
    border: 0;
    margin-right: 10px;
}

input.file {
    border: none;
}

input.hide {
    display: none;
}

div.form_element {
    margin-top: 4px;
    margin-bottom: 9px;
}

div.form_element h4 {
    font-size: 110%;
    padding: 0 0 6px 0;
}

div.form_element p {
    line-height: 1.3em;
    color: #999999;
}

div.form_element input,
div.form_element select {
    margin-top: 1px;
    margin-bottom: 2px;
}

label {
    /*color:#BF3B1F;*/
}

div.form_element h4 label span a {
    font-weight: normal;
}

fieldset {
    border: 0;
}

fieldset.extended-fields {
    border: 1px solid #999;
    padding: 10px 20px;
    margin-top: 20px;
}

fieldset.extended-fields legend {
    padding: 0 5px;
}

textarea.textarea-big {
    width: 864px;
    height: 400px;
    padding: 10px;
}

.full {
    width: 100%;
}

.readonly {
    background-color: #eee;
}

.fieldsLangs {
    padding-left: .5rem;
}

.fieldsLangs a {
    cursor: pointer;
    background-color: #eee;
    display: inline;
    padding: 1px 5px;
    font-size: 14px;
    color: #333 !important;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.fieldsLangs a.active {
    background-color: #bf3b1f;
    color: white !important;
}

.fieldsLangs a:hover {
    background-color: #333;
    color: white !important;
}

/* NORMAL FORM */
.form_submits {
    padding: 18px 0;
}

#cubesData .form_submits {
    padding: 10px 0 0 0;
}

.form_submits input {
    padding: 2px 20px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    margin-right: 3px;
    line-height: 0;
    box-sizing: content-box;
}

.form_submits input[name=save] {
    color: white;
    background-color: #bf3b1f;
}

.form_submits input[name=close] {
    background-color: #cce5f0;
}

/* FORM FOR TRANSLATION */
form.translation {
    margin-bottom: 1em;
    padding: 0.5em 0 0.7em 0;
}

form.translation .form_submits {
    display: inline;
    border: 0;
    background-color: white;
}

form.translation div.form_element {

}

div.clear {
    clear: both;
}

div.field_error input, div.field_error optgroup, div.field_error select, div.field_error textarea {
    background-color: #eccdc7; /* #FFC0C0; */
}

div.form_errors {
    margin: 1em 0;
    text-align: center;
    background: url(../files/images/layout/bg-submenu.png) !important;
}

div.form_errors ul {
    /*margin-top: 1em;*/
    padding-left: 0;
}

div.form_errors li {
    display: inline;
    color: white;
    font-weight: bold;
    line-height: 2em;
}

div.error_message {
    color: #bf3b1f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

div.message, span.cmessage, span.error_cmessage {
    color: green;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

span.cmessage, span.error_cmessage {
    text-align: left;
}

span.error_cmessage {
    color: #bf3b1f;
}

/* FILES */
a.a-dir, a.a-dir-up {
    display: block;
    background: url(../files/images/folder.png) no-repeat;
    padding-left: 20px;
    height: 15px;
}

a.a-dir-up {
    background: url(../files/images/folder-up.png) no-repeat;
}

#actual_path {
    line-height: 3em;
    font-size: 100%;
}

#actual_path strong {
    text-transform: none;
    color: #000;
}

/* GALLERY */
.gallery-photo {
    float: left;
    margin: 0 .5em .5em 0;
    text-align: center;
    padding: .5em;
}

.img-out {
    background-color: #C0FFC0;
    display: table;
    overflow: hidden;
    *position: relative;
}

.img-out .img-in {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *top: 50%;
}

.img-out .img-in a {
    *position: relative;
    *top: -50%;
    *left: -50%;
}

.gallery-photo .img-in img {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #eee;
    max-height: 146px;
    max-width: 146px;
}

.gallery-photo .functions {
    padding: 3px;
    border: 1px solid #eee;
    position: relative;
}

.gallery-photo .functions a {
    position: relative;
    z-index: 2;
}

.gallery-photo .functions .poradi {
    position: absolute;
    left: 2px;
    top: 0;
    color: #999;
    line-height: 27px;
    z-index: 1;
}

.noshow {
    background-color: #DCDCDC;
}

.main {
    background-color: #FFC0C0;
}

#listing-description {
    text-align: center;
    margin: .5em auto;
}

#listing-description em {
    display: none;
}

#listing-description .dshow {
    border-left: 1em solid #C0FFC0;
    padding-left: 0.5em;
}

#listing-description .dnoshow {
    border-left: 1em solid #DCDCDC;
    padding-left: 0.5em;
}

#listing-description .dmain {
    border-left: 1em solid #FFC0C0;
    padding-left: 0.5em;
}

#listing td.C {
    text-align: center;
}

#listing td.R {
    text-align: right;
}

/* JQUERY UI */
/*.ui-tabs {
  border: none;
}

.ui-tabs .ui-tabs-nav {
  border-radius: 0 !important;
  padding: 0 !important;
  background: none;
}

#tabsC.ui-tabs .ui-tabs-nav {
  background-color: #eee;
}

.ui-tabs .ui-tabs-panel {
  padding: 1.5em 1em;
}

#tabsC.ui-tabs .ui-tabs-panel {
  padding: 1.5em;
}*/

.ui-tabs .ui-tabs-nav {
    border-radius: 4px 4px 0 0;
    border: 1px solid white;
    border-bottom: 1px solid #ccc;
    margin: -2px;
    box-sizing: border-box;
    background-color: white;
    padding: 0;
}

#cubesData .ui-tabs .ui-tabs-nav {
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
}

.ui-tabs .ui-tabs-panel {
    padding: 18px 18px 18px 18px;
}

.ui-datepicker-header {
    border-radius: 4px 4px 0 0;
}

#main .ui-state-hover:not(.ui-tabs-selected) {
    border-color: #333;
}

#main .ui-state-default:not(.ui-tabs-selected) a {
    color: #333;
}

#main .ui-tabs-selected a {
    font-weight: bold;
}

#main .ui-state-hover:not(.ui-tabs-selected) a:hover {
    color: #fff;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

.w50-left, .w50-right {
    width: 48%;
    float: left;
    overflow: hidden;
}

.w50-right {
    float: right;
}

@media only screen and (max-width: 960px) {
    .w50-left, .w50-right {
        width: 100%;
        float: none;
    }
}

.w50-left label:hover, .w50-right label:hover, label.skat:hover {
    background-color: #cce5f0;
}

.nowrap {
    white-space: nowrap;
}

.green {
    color: green;
}

.red {
    color: #bf3b1f;
}

.black {
    color: #222;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.functions .show {
    display: inline;
}

/* objednavka */
.kosik th {
    padding-left: 1em;
}

.detail-objednavky ul {
    padding-left: 15px;
}

div.grey h4 label, div.grey .text {
    color: #aaa;
}

div.grey input, .grey {
    border-color: #aaa;
}

.jw40p, .jw60p {
    margin-right: 1%;
}

.jw40p {
    width: 38%;
}

.jw60p {
    width: 58%;
}

@media (max-width: 1300px) {
    .w75 {
        width: 50%;
        float: left;
    }

    .w50 {
        width: 100%;
        float: none;
    }

    .w25 {
        width: 50%;
    }

    .jw40p, .jw60p {
        width: 98%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 650px) {
    .header-admin {
        text-align: center;
    }

    .header-admin .project {
        float: none;
        text-align: center;
        width: 100%;
    }
}

#main .buttonA {
    background-color: #bf3b1f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none;
}

a:hover .buttonA, #main .buttonA:hover {
    background-color: #333;
    color: #fff;
}

.functions a, a.noDecoration {
    text-decoration: none;
    line-height: 2em;
}

/* kostky */
.adminCubesInfo p {
    display: none;
}

.adminCubesInfo a.info {
    display: inline-block;
    background: url(../files/images/question2.svg) left top no-repeat;
    width: 15px;
    height: 15px;
    margin-left: .5rem;
    cursor: pointer;
}

#cubes ~ p {
    margin-bottom: 10px;
}

.cubesList {
    max-height: 1100px;
}

.cubesList.scrolling {
    overflow-y: scroll;
    padding-right: 10px;
}

.cube, #cubesData {
    background-color: #f3f3f3;
    color: #222;
    padding: 12px 25px 12px 12px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.cube {
    position: relative;
    min-height: 76px;
}

.cube.color1 {
    border-left: 5px solid forestgreen;
}

.cube.color2 {
    border-left: 5px solid orange;
}

.cube.color3 {
    border-left: 5px solid #cce5f0;
}

.cube.color4 {
    border-left: 5px solid #bf3b1f;
}

.cube:active {
    cursor: pointer;
}

.cube p {
    color: #222 !important;
}

.cube input, .cube span {
    background-color: white;
    display: block;
    float: left;
    height: auto;
    margin: 0;
}

div.form_element .cube input {
    padding: 2px;
    margin: 0;
}

div.form_element .cube input.cubeDescription {
    margin: 0 0 9px 0;
}

div.form_element .cube input.cubeActive {
    margin: 3px 5px 0 0;
}

.cube b.cubeId {
    font-weight: normal;
}

.cube .btn.data {
    margin-left: 30px;
}

.cube .btn {
    background-color: #ddd;
}

.cube a.btn:hover {
    color: white !important;
}

.cube small input {
    font-size: 10px;
    padding: 1px;
    width: 100%;
    border: none;
    background-color: transparent;
}

.cube .cubeOrder {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 25px;
    text-align: right;
}

.cube span {
    width: 2%;
    padding: .3% 0;
    background-color: inherit;
    text-transform: uppercase;
}

.cube .drag {
    position: absolute;
}

.drag {
    left: initial;
    bottom: 19px;
    width: 20px;
    cursor: pointer;
}

.cube .other {
    position: absolute;
    right: 3px;
    bottom: 20px;
    cursor: pointer;
}

.cube .other:hover .menuOther {
    display: block;
}

.cube .menuOther {
    display: none;
    position: absolute;
    right: 20px;
    bottom: -15px;
    padding-right: 10px;
}

.cube .other img {
    width: 20px;
}

.cube .cubeInfo {
    position: absolute;
    right: 0;
    bottom: 48px;
    /*background-color: #cce5f0;*/
    padding: 5px 7px 2px 7px;
}

.addCubeOnPosition {
    position: absolute;
    bottom: -11px;
    right: 5px;
}

.btn {
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 5px;
    border: none;
    background: none;
    color: #333;
    background-color: #eee;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 3px;
}

#main a.btn.add {
    background-color: #bf3b1f;
    font-weight: bolder;
    color: #fff;
    padding: 7px 10px;
}

#addCube {
    margin-bottom: 18px;
}

#addCube:hover, .btn:hover {
    cursor: pointer;
    color: white;
    background-color: #333 !important;
}

#cubesData {
    margin-left: 20px;
    padding: 10px;
}

.cubeHeader {
    margin-bottom: 1em;
}

.addCubeSteps input, .addCubeSteps select {
    background-color: white;
    padding: 3px;
}

#cubesData input[type=text],
#cubesData input[type=password],
#cubesData textarea {
    width: 95%;
}

#cubesData select {
    max-width: 95%;
}

#cubesData input[type=submit] {
    background-color: #bf3b1f !important;
    color: #fff;
    white-space: nowrap;
}

.cPhoto ~ img {
    max-width: 500px;
    background-color: #eee;
}

@media (max-width: 1300px) {
    .cPhoto ~ img {
        width: 100%;
    }
}

/* dashboard */
.dashboard__box {
    width: 300px;
    float: left;
    margin: 0 20px 20px 0;
    padding-bottom: 7px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 7px;
    display: table;
}

.dashboard__box h4 {
    background-color: #dddddd;
    border-radius: 7px 7px 0 0;
    padding: 7px;
}

#main a.dashboard__header {
    color: black;
    text-decoration: none;
}

a.dashboard__item {
    display: block;
    margin: 7px;
}

.dashboard__box a.dashboard__full {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 17px 0 10px 0;
    border-radius: 7px;
    height: 100%;
    min-height: 100px;
    overflow: auto;
    font-size: 1.1em;
    font-weight: bold;
}

/* Cubes table */
table.tableCubes {
    border-collapse: collapse;
}

table.tableCubes tr {
    border-bottom: 1px solid #ccc;
}

table.tableCubes tr:nth-child(even) {
    background: #f0f0f0;
}

table.tableCubes th, table.tableCubes td {
    padding: 5px 10px;
}

#cubeInfo {
    display: none;
}


/* dropzone Cropit */
.dropzoneCrop {
    border: 2px dashed #CCE5F0;
    border-radius: 5px;
    background: white;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.dropzoneCrop > span {
    color: #CCE5F0;
    text-align: center;
    display: block;
    font-size: 2em;
    padding: .5em;
}

.dropzoneCrop input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 5000px;
    direction: ltr;
    cursor: pointer;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

.dropzoneCrop input:focus {
    text-indent: -9999em;
}

/* ui searchlist */
.searchlist--search {
    position: relative;
}

.searchlist--autocomplete {
    position: absolute;
    min-width: 100px;
    max-width: 90%;
    top: 26px;
    left: -2px;
    z-index: 9;
    border: none;
    border-radius: 3px;
    padding: 0;
    height: auto;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.45);
}

.searchlist--autocomplete option {
    padding: 2px 5px;
}

.searchlist--autocomplete option:hover,
.searchlist--autocomplete option:focus,
.searchlist--autocomplete option:active,
.searchlist--autocomplete option:checked {
    color: white;
    background-color: #bf3b1f;
}

#main .searchlist a.btn.add {
    box-sizing: border-box;
    height: 29px;
}

.searchlist--list {
    margin: 2em auto 1em auto;
}

.searchlist--list span {
    display: block;
    background-color: #eee;
    color: #222;
    padding: .5em;
    margin-bottom: 1em;
    border-radius: 5px;
    position: relative;
    padding-right: 25px;
}

.searchlist--list span a {
    position: absolute;
    right: 5px;
    bottom: 2px;
}

.button-copy {
    color: #ddd;
    background-color: #bf3b1f;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
}

.button-copy:hover {
    background-color: #000;
}

.prvnih td {
    background-color: #a6b0bf !important;
}