#ck {
    color: #6E8D98;
}

#ck.opened:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    content: "";
    background: rgba(131, 131, 131, .3);
}

#ck.opened .ckbar {
    display: block;
}

#ck.opened .ckopen {
    display: none;
}

.ckbar {
    display: none;
    /*position: fixed;
    	right: 0;
    	bottom: 0;
    	left: 0;*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    height: auto;
    width: 100%;
    max-width: 800px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

@media(max-width: 1023px) {
    .ckbar {
        /*width: 100%;
				left: 0;*/
        border-radius: 0px;
        height: 100%;
    }
}

#ck .ckwrap {
    /*
			width: 80%;
			margin: 20px auto;
			max-width: 1140px;
			position: relative;*/
    padding: 50px;
}

#ck .ckwrap:after {
    clear: both;
    content: "";
    display: block;
}

#ck .ckmessage {
    color: inherit;
    margin: 0;
    font: inherit;
    line-height: 1.8;
}

#ck .ckmessage a {
    font-weight: 600;
    text-decoration: none;
    color: #E04A2B;
    cursor: pointer;
}

#ck .ckmessage:after {
    content: '';
    display: block;
    clear: both;
}

#ck .ckmessage a:hover {
    text-decoration: underline
}

#ck .cksettings {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
    float: right;
}

#ck .cksettings .custom-control {
    position: relative;
    display: block;
    background-color: #E04A2B;
    padding: 15px;
    border-radius: 50px;
    margin-top: 20px;
}

#ck .cksettings .custom-control:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

#ck .cksettings .custom-control input, #ck .cksettings .custom-control label {
    color: white !important;
}

@media (min-width: 576px) {
    #ck .cksettings .custom-control {
        margin-right: 1rem;
        display: inline-block;
    }
}

#ck .cksettings input {
    display: none;
}

#ck .cksettings label {
    font-size: 0.9rem;
    line-height: 1.4em;
    color: #666;
    cursor: pointer;
    display: block;
    margin: 0;
    padding-left: 1.7em;
}

#ck .cksettings label:before, #ck .cksettings label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 1.2em;
    height: 1.2em;
    transform: translate(0, -50%);
}

#ck .cksettings label:before {
    border-radius: 5px;
    border: white solid 2px;
    width: 20px;
    height: 20px;
}

#ck .cksettings :checked+label:before {
    background-color: #E04A2B;
    border-color: white;
}

#ck .cksettings label:after {
    background: no-repeat 50%/50% 50%;
}

#ck .cksettings :checked+label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    padding: 2px;
}

/* bezárás gomb  
			#ck .btn {
				float: right;
				display: inline-block;
				margin: 0 0 0 10px;
				color: #fff;
				background: #E04A2B ;
				border: 2px solid #E04A2B ;
				transition: all .3s ease-in-out;
			}
				#ck .btn:hover {
					background: #EB1E2F;
					border: 2px solid #EB1E2F;
				}
			*/

#ck .btn-primary {
    content: "";
    font-size: 0;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
    border: none !important;
    background-color: white !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect x='24' y='24' width='24' height='24' transform='rotate(180 24 24)' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cline x1='5.63589' y1='5.63599' x2='18.3638' y2='18.3639' stroke='%2302202B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='18.3643' y1='5.63614' x2='5.63633' y2='18.3641' stroke='%2302202B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#ck .btn-primary:hover {
    cursor: pointer;
}

#ck details {
    display: inline !important;
    font-size: .8em;
}

#ck details summary {
    display: inherit;
    font-size: 1.2em;
}

#ck details[open] summary:after {
    content: ':';
}

#ck details summary {
    font-weight: 600;
    text-decoration: none;
    color: #E04A2B;
    cursor: pointer;
}

#ck details[open] summary {
    text-decoration: underline
}

#ck label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: inherit
}

#toggle-ckinfo {
    display: none;
}

#toggle-ckinfo+label {
    cursor: pointer;
    float: left;
    margin: 40px 0 0 0;
    padding: 10px 0px;
    font: inherit;
    font-weight: 600;
    line-height: 1.42857143;
    width: auto;
    color: #E04A2B;
}

#toggle-ckinfo+label:hover {
    text-decoration: underline;
}

#toggle-ckinfo+label:before {
    display: none;
}

#toggle-ckinfo+label:after {
    content: attr(data-alt);
    font: inherit;
    color: inherit;
    opacity: 1;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
}

#toggle-ckinfo:checked+label {
    margin-bottom: 20px;
}

#toggle-ckinfo:checked+label:after {
    content: attr(data-alt-close);
}

#toggle-ckinfo:checked~#ckinfo {
    display: block;
}

@media all and (max-width: 1023px) {
    #toggle-ckinfo+label {
        margin: 0px 0 0 0;
    }
}

#ckinfo {
    display: none;
    clear: both;
    height: 200px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

#ckinfo .info-head {
    font-weight: 600;
    background-color: #ebebeb;
    padding: 5px;
}

#ckinfo .info-row {
    padding: 5px
}

#ckinfo .info-row:after {
    clear: both;
    content: "";
    display: block;
}

#ckinfo .info-row+.info-row {
    border-top: 1px solid #e3e3e3
}

@media (max-width: 405px) {
    #ck .btn {
        display: block;
        margin: 0 auto 10px;
        float: none
    }
}

@media(max-width: 1023px) {
    #ckinfo .info-row div:first-of-type {
        font-weight: 600;
    }
}

@media(min-width: 1024px) {
    #ckinfo .info-row div {
        float: left
    }
    #ckinfo .info-row div:first-of-type {
        padding-right: 10px;
        width: 20%;
        word-wrap: break-word;
    }
    #ckinfo .info-row div:last-of-type {
        padding-left: 10px;
        border-left: 1px solid #e3e3e3;
        width: 80%;
    }
}

#ck .ckopen {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    display: block;
}