body { 
    margin: 0; 
    padding: 0;  
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
}

p { margin: 4px 0px 0px 0px;} 

h1 { font-size: 1.7em; }

.cc-blue { color: rgb(16, 8, 128); }

#map {  
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    z-index: 400; 
}   
/* #map { position: absolute; top: 0; bottom: 50%; width: 10%; } */

.cc-overlay {
    position: absolute; top: 0; left: 0;
        z-index: 1200; 
        width: 100%;
        opacity: 0.5;
    background-color: rgba( 40, 100, 40, 0.4); 
}

.cc-title          { 
    padding: 0.1em 0.5em 0.1em 0.5em;
    height: 1.4em; 
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    border: 1px solid rgba( 255, 255, 255, 0.9); border-radius: 4px;
    z-index: 5000;
}

.cc-title-map {
    position: absolute; top: 10px; left: 10px;
    background-color: rgba( 40, 100, 40, 0.4); 
}

.cc-title-map a { color: #fff; text-decoration: none; }

.cc-title-fpage {
    position: absolute; top: 10px; left: 2%;
    background-color: rgb(16, 8, 128);
}

.cc-title-fpage a { color: #fff; text-decoration: none; }

.cc-backtomap-fpage {
    position: absolute; top: 10px; right: 2%;
	vertical-align: top;
    text-align: right;
}

.cc-poi-info-descr {
    font-size: 1.2em;
    padding: 0.5em 0em 0.5em 0em;
}

.cc-title-gap {
    clear: both;
    height: 0.1em; 
    width: 100%;
    padding: 0.1em 0em 1.5em 0em;
    position: relative; float: left;
    /* border-bottom: 1px solid rgb(16, 8, 128);   */
}

.cc-logo-img {
    position: relative; float: left;
    height: 1.2em; 
    padding-right: 0.5em;
}
.cc-text-small {
    font-size: 0.7em;
}

.cc-text-big {
    font-size: 1.4em;
}

.cc-coord-overlay {
    position: absolute; top: 10px; left: 200px;
    background-color: rgba( 40, 100, 40, 0.7);
    /* height: 1em; */
    color: #f80;
    font-size: 1em;
    z-index: 1000;
    padding: 0.5em;
}

.cc-coord-overlay-background1 {
    background-color: rgba( 40, 40, 100, 0.7);
}

#dist-coord-format1 {
    position: relative; float: left;
    margin-right: 0.5em;
}

.cc-debug-overlay {
    position: absolute; top: 50px; left: 50px;
    background-color: rgba( 100, 40, 40, 0.8);
    /* height: 1em; */
    color: #f80;
    font-size: 1.2em;
    z-index: 6000;
    padding: 0.5em;
}

/* home or landing pages with link buton to map and main sections */
.cc-home-overlay {
    border: 1px solid rgba( 255, 255, 255, 0.9); border-radius: 4px;
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translate(-50%, -50%); /* Centers the div */
    z-index: 4500;
    background-color: rgba(16, 8, 64, 0.6);
    width: 60%; min-width: 250px; max-width: 400px;
    padding: 12px 12px 0px 12px;
}

.cc-home-contents {
    position: relative; float: left;
    width: 100%;
}

.cc-home-section {
    border: 1px solid rgba( 255, 255, 255, 0.9); border-radius: 4px;
    clear:both;
    position: relative; float: left;
    margin: 0px 0px 12px 0px;
    width: 100%;
    cursor: pointer;
    /*width: calc(100% -25px);*/
}

.cc-home-section-title {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    margin: 2px 4px 0px 4px;
    width: 100%;
}

.cc-home-section-desc {
    color: #fff;
    font-size: 1.0em;
    margin: 2px 4px 2px 4px;
    width: 100%;
}

.cc-home-section-logo {
    margin-bottom: 4px;
    height: 1.4em; 
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}
.cc-home-section-logo a { color: #fff; text-decoration: none; }

.cookie-overlay a { color: #fff; }

.cookie-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(16, 8, 64, 0.6);
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 5000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-overlay button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px;
    cursor: pointer;
}


/* control box and buttons ---------------------------------------- */

.cc-ctrls-container { 
    position: absolute; top: 3.5em; left: 10px;
    background-color: rgba(240, 240, 240, 1); 
    border: 1px solid rgba( 240, 240, 240, 1); border-radius: 4px; 
    z-index: 2000; 
}

.cc-ctrl-icon   {  
    /* background-color: rgba(128, 240, 240, 1);  */
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 0px 2px; 
}

.cc-ctrl-icon-border {
    border-bottom: 1px solid rgba( 208, 208, 208, 1); 
}

.cc-ctrl-img    { 
    width: 24px; height: 24px; cursor: pointer;  
    margin: 0px; padding: 0px;
}

.cc-ctrl-img-no-pointer {
    width: 24px; height: 24px; 
    margin: 0px; padding: 0px;
}

.ctrls-img-alt {
    width: 24px; 
    position: absolute; top: 3.5em; left: 44px;
    width: 35%; min-width: 200px;
    padding: 4px;
    background-color: rgba(240, 240, 240, 0.85); 
    display: none;
    z-index: 3000; 
}

.cc-ctrl-img-disabled {
    opacity: 0.3;
    cursor: auto;
}

.cc-box-input {
    width: 98%;
}

.cc-box-textarea {
    clear:both;
    width: 98%;
}

.cc-box-input-20 {
    width: 20%;
}

/* boxes ------------------------------------------------------ */

.cc-box {
    position: absolute; top: 3.5em; left: 10px; max-height: 75%;   /* bottom: 100px;  */
    width: 50%; min-width: 250px; max-width: 400px;
    z-index: 4000; 
    overflow: auto;
    background-color: rgba(240, 240, 240, 0.85); 
    padding: 1%;
    border: 1px solid rgba(   0,  0, 255, 0.5); border-radius: 4px; 
    display: none; 
}   
  
.cc-unpriv-box { width: 100px; min-width: 100px;}

.cc-usercfg-type-container {
    position: relative; float: left;
    width: 90%;
    margin: 4px 0px 0px 6px;
    
}

.cc-usercfg-img-wrap {
    position: relative; float: left;
    border: 2px solid rgba(   0,  0, 255, 0.5); border-radius: 4px; 
    padding: 4px 4px 0px 4px;
    margin-right: 14px;
    cursor: pointer;
}

.cc-usercfg-txt {
    height: 40px;
    line-height: 44px;
    
}

.cc-usercfg-img-wrap:hover {
    background-color:  rgb(16, 8, 128); 
}
  
.cc-usercfg-img {
    width: 40px;
}
/*  
.cc-box-container {
    position: absolute; top: 3.5em; left: 48px; 
    position: absolute; top: 3.5em; left: 10px; bottom: 20px;
    overflow: scroll;
    width: 50%; min-width: 250px; max-width: 400px;
    background-color: rgba(240, 240, 0, 0); 
    z-index: 1000; 
}

.cc-box {
    position: absolute; top: 3.5em; left: 10px; bottom: 20px;
    position: relative; float: left; width: 100%;
    background-color: rgba(240, 240, 240, 0.85); 
    margin: 0% 0% 1% 0%; padding: 1%;
    border: 1px solid rgba(   0,  0, 255, 0.5); border-radius: 4px; 
    display: none; 
}   
*/        
.cc-close-cross  {}

.cc-right-top-img {
    position: relative; float: right; width: 16px;
    cursor: pointer; margin: 2px 2px 0px 0px; 
    
}

.cc-box-tittle   { 
    font-size: 1.1em;
    font-weight: bold;
    color: rgb(16, 8, 128); /* 10 08 80*/
    /* background-color: rgba(200, 0, 0, 0.9);  */
}
 
.cc-box-sub-tittle   { 
    font-size: 1.0em;
    font-weight: bold;
    color: rgb(16, 8, 128); /* 10 08 80*/
    margin-bottom: 0.2em;
}
 
.cc-box-html       {}

.cc-box-input {
    font-size: 1em;
    color: rgb(16, 8, 128); /* 10 08 80*/
}

.cc-box-poi-txt {
    font-size: 1em;
    color: rgb(16, 8, 128); /* 10 08 80*/
}

.cc-box-poi-append {
    font-size: 0.8em;
    color: #555; /* 10 08 80*/
}

.cc-box-poi-photos-link {
    font-size: 1.0em;
    color: #fff; 
    border-radius: 4px; 
    border: solid #aaa 1px;
    background-color: rgb(64, 64, 128);
    margin: 2px 0px 2px 0px;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
}

.cc-subbox-collapse-expand {
    border-radius: 4px; 
    border: solid #aaa 1px;
    padding: 2px 6px 6px 6px;
}
.cc-box-select:hover, .cc-box-input:hover, .cc-box-textarea:hover {
    background-color: rgb(255, 255, 192);
}

.cc-ent_vis-sel {
    margin-left: 20px;
}

.cc-home-section-box {
}

.cc-home-section-title-box {
    font-size: 1.3em;
    margin-bottom: 0.2em;
}

.cc-home-section-desc-box {
    font-size: 0.9em;
}



/* distance box ----------------------------------------------- */

.cc-dist-img { 
    height: 16px; 
    margin-top: 1px;
}

/* general elements ------------------------------------------- */

.cc-line-space-01 { clear: both; height: 0.1em; }
.cc-line-space-02 { clear: both; height: 0.2em; }
.cc-line-space-03 { clear: both; height: 0.3em; }
.cc-line-space-04 { clear: both; height: 0.4em; }
.cc-line-space-05 { clear: both; height: 0.5em; }
.cc-line-space-06 { clear: both; height: 0.6em; }
.cc-line-space-07 { clear: both; height: 0.7em; }
.cc-line-space-08 { clear: both; height: 0.8em; }
.cc-line-space-09 { clear: both; height: 0.9em; }
.cc-line-space-10 { clear: both; height: 1.0em; }
.cc-line-space-15 { clear: both; height: 1.5em; }
.cc-line-space-20 { clear: both; height: 2.0em; }


.cc-but-img { 
    vertical-align: middle;
    padding: 0px 4px 0px 2px;
    /* position: relative;*/
    /* float: left; */
}

div.cc-but-cross  { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-cross.png'); }
div.cc-but-del    { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-del.png'); }
div.cc-but-save   { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-save.png'); }
div.cc-but-upload { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-upload.png'); }
div.cc-but-reload { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-reload.png'); }
div.cc-but-logout { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-logout.png'); }
div.cc-but-coord  { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-coord.png'); }
div.cc-but-edit   { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-edit.png'); }
div.cc-but-login  { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-login.png'); }
div.cc-but-key    { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-key.png'); }
div.cc-but-signup { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-signup.png'); }
div.cc-but-map    { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-map.png'); }
div.cc-but-email  { padding: 2px 0px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-email.png'); }
div.cc-but-draw   { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-draw.png'); }
div.cc-but-plus   { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-plus.png'); }
div.cc-but-subs   { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-subs.png'); }

div.cc-but-save1   { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-save.png'); }
div.cc-but-upload1 { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-upload.png'); }
div.cc-but-draw1   { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-draw.png'); }
div.cc-but-cross1  { padding: 2px 0px 2px 25px; max-width: 100%; background-image:   url('icons/but-cross.png'); }

span.cc-but-cross  { padding: 2px 4px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-cross.png'); }
span.cc-but-upload { padding: 2px 4px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-upload.png'); }
span.cc-but-plus   { padding: 2px 4px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-plus.png'); }
span.cc-but-minus  { padding: 2px 4px 2px 25px; max-width: 39.4em; background-image:   url('icons/but-minus.png'); }

.cc-button3 {
    cursor: pointer;
    padding: 2px 0px 2px 1%;
	margin: 1px 0px 1px 0px;
    vertical-align: middle;
    background-color: #ccc;
    background-repeat:  no-repeat;
    background-position: 4px 3px;
    border-radius: 4px; 
    border-top: solid #eee 2px; border-bottom: solid #666 2px; 
    width: 100% -25px ;
    max-width: 40.6em; /* !! improve this adjustment cc-button cc-page-input*/
}
.cc-button3:hover {
    background-color:  rgb(18, 8, 140); 
    border-top: solid rgb(30, 15, 242) 2px; 
    border-bottom: solid rgb(5, 2, 38) 2px; 
    color: #fff;
    font-weight: bold;
}
.cc-button3-half {
    width: 50% -25px ;
	margin-right: 2px;
}
.cc-button3-10 {
    width: 10em;
}
.cc-button3-25 {
    width: 25em;
}
.cc-button3-25 {
    width: 25em;
}
.cc-button3-auto {
    width: auto;
    text-decoration: none;
}

.cc-button4 {
    cursor: pointer;
    padding: 0% 5% 0% 0%;
	margin: 0% 2% 0% 2%;
    vertical-align: top;
    background-color: #ccc;
    border-radius: 4px; 
    border-top: solid #eee 2px; 
    border-bottom: solid #666 2px; 
    width: 90% ;
}
.cc-button4:hover {
    background-color:  rgb(18, 8, 140); 
    border-top: solid rgb(30, 15, 242) 2px; 
    border-bottom: solid rgb(5, 2, 38) 2px; 
    color: #fff;
    font-weight: bold;
}

div.cc-but-cross {
}

.cc-button {
    /* color: rgba(32, 16, 255, 1); 
    font-family: Georgia, Times, serif; 
    position: relative;
    font-size: 0.7em;   
    background-color: rgba(250, 255, 220, 0.9);
    text-align: center;
    */
    cursor: pointer;
    padding: 2px 0px 2px 1%;
	margin: 1px 0px 1px 0px;
    vertical-align: middle;
    background-image: linear-gradient(to bottom, #ccc, #888); 
    border-radius: 4px; 
    border-top: solid #eee 2px; border-bottom: solid #666 2px; 
    
    width: 99%;
    max-width: 40.6em; /* !!! improve this adjustment cc-button cc-page-input*/
}

.cc-button1 {
    max-width: 100%;
}

.cc-button:hover {
    /* border: solid rgb(16, 8, 128) 2px; */
    border-radius: 4px; 
    /* background-image: linear-gradient(to bottom, rgb(192, 151, 255), rgb(131, 97, 230));  */
    /* border-top: solid rgb(233, 189, 255) 2px; border-bottom: solid rgb(89, 60, 187) 2px;  */
    background-image: linear-gradient(to bottom, rgb(25, 12, 204), rgb(9, 5, 77)); 
    border-top: solid rgb(30, 15, 242) 2px; border-bottom: solid rgb(5, 2, 38) 2px; 
    color: #fff;
    font-weight: bold;
}

.nodisplay { display: none; }
.display { display: block; }

.clear-both { clear: both; }
.cursor-pointer { cursor: pointer; }

.loader-container {
    width: 100%;
    text-align: center;
}

.loader-img {
    width: 48px;
}

.cc-input-file-hidden {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.cc-input-file-label {
    width: 100%;
    display:block;
    vertical-align: middle;
    /* text-align: center; */
    cursor: pointer;
}
/*
.cc-box-input:hover {
    background-color: rgb(233, 189, 255);
}

.cc-box-select:hover {
    background-color: rgb(233, 189, 255);
}
*/

/*
#map:active { cursor: crosshair; }
.mapboxgl-map:active { cursor: crosshair; }
.mapboxgl-canvas-container:active { cursor: crosshair; }
.cc-title:active { cursor: crosshair; }
*/
.grabbing:active { cursor: crosshair; }

/* tracks elements ------------------------------------------------------------ */

.tracks-container {
    clear:both;    
    position: relative;
    float: left;
    width: 99.5%;
    padding: 0.5% 0.5% 0.5% 0%;
    margin-top: 0.5em;
}

.track-container {
    clear:both;    
    position: relative;
    float: left;
    width: 99%;
    margin-top: 0.15em;
    padding: 0.25% 0.5% 0.25% 0.5%;
    /* background-color: rgba(32, 16, 255, 0.2);  */
    background-color: rgba(219, 217, 255, 1);
    /* background-color: rgba(151, 175, 151, 1); */
    border: 1px solid rgba( 240, 240, 240, 1); border-radius: 4px; 
}

.track-top-line {
    clear:both;    
    position: relative;
    float: left;
    width: 100%;
    color: rgba(16, 8, 128);
    /* color: #fff; */
    cursor: pointer;
}

.track-bottom-body {
    padding-top: 0.5em;
    border-top: solid rgb(16, 8, 128, 0.5) 1px;
}     


.track-bottom-line {
    clear:both;    
    position: relative;
    float: left;
    width: 98%;
    padding: 0.2em;
}

.track-name {
    position: relative;
    float: left;
    font-size: 1.2em;
    width: 70%;
}

.track-dist {
    position: relative;
    float: right;
    text-align: right;
}

.track-icon {
    position: relative;
    float: right;
    width: 16px;
    cursor: pointer;
    margin-left: 1em;
}

.track-icon-help {
    width: 16px; 
    margin-right: 0.5em;
    margin-left: 0.2em;
}

.track-bottom-val {
    color: rgb(16, 8, 128);
    margin-bottom: 0.5em;
}

.track-bottom-box {
}

.cc-track-global {
    background-color: #ff8;
}

.cc-track-button {
    position: relative;
    float: left;
    cursor: pointer;
    padding: 2px 8px 2px 8px;
	margin: 2px 0px 2px 0px;
    vertical-align: middle;
    background-image: linear-gradient(to bottom, #cce, #88a); 
    border-radius: 4px; 
    border-top: solid #eef 2px; border-bottom: solid #668 2px; 
}

.cc-track-button1 {
    position: relative;
    float: left;
    padding: 2px 8px 2px 8px;
	margin: 2px 0px 2px 0px;
    vertical-align: middle;
    background-color: #ccf;
    /* background-image: linear-gradient(to bottom, #cce, #88a);  */
    border-radius: 4px; 
    /* border-top: solid #eef 2px; border-bottom: solid #668 2px;  */
}

/* expand block elements ------------------------------------------------------ */

.cc-expand-block-header { /* 1 */
    text-align: left;
    /* padding: 6px 0px 2px 8px; */
    padding: 1% 0% 0.3% 1.3%; 
}

.cc-expand-block-icon { /* 1.1 */
    /* background-color: #aaa; */
    height: 48px;
}

/* -- */
.cc-expand-block-wrap {
    position: relative; float: left; width: 98.7%; /* cc-expand-block-header 100 - 0% - 1.3% */
   
}

.cc-expand-block-icon-img { /* 1.1.1 */
    /* background-color: #a8a8a8; */
    /* background-color: rgba( 168, 168, 168, 0.6)*/
    background-color: rgba( 192, 192, 192, 0.6);
}

.cc-expand-block-tittle { /* 1.2 */
    margin-bottom: 6px;
    padding-left: 6px;
    vertical-align: top;
}

.cc-expand-block {
    margin: 6px 0px 4px 4px;
}

/* help elements -------------------------------------------------------------- */

.cc-help-type-icons-text {
    vertical-align: top;
    padding-left:6px;
}

.cc-help-type-icon {
    width: 16px;
}

.cc-help-mouse-r {
    clear: both;
    border-bottom: 1px solid rgba( 0, 0, 255, 0.5); 
    position: relative; float: left; width: 100%;
}


.cc-help-mouse-c1 {
    position: relative; float: left; width: 40%;
}

.cc-help-mouse-c2 {
   position: relative; float: left; width: 55%; 
   padding-left: 5%;
}

.cc-help-mouse-block {
    margin-bottom: 6px;
}



/* search box ----------------------------------------------------------------- */
.search-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-name {
    vertical-align: middle;
}

.search-type-icon {
    vertical-align: middle;
}

.search-type-icon-container {
    position: relative; float: left;
    width: 26px;
    min-height: 22px;
    text-align: center;
    vertical-align: middle;
}

.cc-box-input-search {
    width: 98%;
    max-width: 20em;
    height: 1.5em;
    background-image: url('icons/search.png');
    background-repeat: no-repeat;
    /*background-size: auto; */
    background-size: 1.4em; 
    background-position: right;
}
.cc-box-input-search1 {
    width: 98%;
    max-width: 20em;
    height: 1.5em;
    background-image: url('icons/search.png');
    background-repeat: no-repeat;
    background-size: 1.4em; 
    background-position: right;
    
    border: solid rgb(30, 15, 242) 1px;
    border-radius: 4px; 
    padding: 2px;
    background-color: #fcfcfc;

}
.cc-box-input-selected {
    width: 98%;
    max-width: 20em;
    height: 1.5em;
    background-image: url('icons/done.png');
    background-repeat: no-repeat;
    background-size: 1.4em; 
    background-position: right;
    
    border: solid rgb(30, 15, 242) 1px;
    border-radius: 4px; 
    padding: 2px;
    background-color: #fcfcfc;

}
.cc-box-input-searching {
    width: 98%;
    max-width: 20em;
    height: 1.5em;
    background-image: url('icons/ajax-loader.gif');
    background-repeat: no-repeat;
    /*background-size: auto; */
    background-size: 1.4em; 
    background-position: right;
}
.search-li {
    position: relative; float: left;
    width: 100%;
    margin: 2px 0px 0px 2px;
    border-radius: 4px;    
    background-color: #eee;
    cursor:pointer;
}

.search-li:hover {
    background-image: linear-gradient(to bottom, rgb(25, 12, 204), rgb(9, 5, 77)); 
    border-top: solid rgb(30, 15, 242) 2px; border-bottom: solid rgb(5, 2, 38) 2px; 
    color: #fff;
    font-weight: bold;
}

/* a2b ------------------------------------------------------------------------ */

.cc-search-container-a2b {
    max-width: 20em;
    margin-left: 7em;
    margin-top: 4px;
}

.cc-search-container-a2b-empty {
    border-radius: 4px;    
    background-color: #fdd;
    padding: 4px 0px 4px 4px;
}

.a2b-page {
}

.a2b-page {
background-color: #e}    h3 {     
    font-size: 1.2em;
    margin-block-start: 1em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold; 
    color: rgb(16, 8, 128); 
}

.cc-side-text {
    position: relative; float: left;
    font-size: 1.1em;
    color: rgb(16, 8, 128); 
}

.cc-a2b-input-search {
    position: relative; float: left;
}

.cc-reverse-icon {
    position: relative; float: left;
    margin-left: 0.5em;
    cursor: pointer;
}

.cc-reverse-icon-img {
    width: 24px;
    height: auto;
}

.cc-overlay-slider-a2b {
    position: relative; float: left;
}

.cc-side-text-7 {
    position: relative; float: left;
    color: rgb(16, 8, 128); 
    width: 7em;
}

.cc-side-text-11 {
    position: relative; float: left;
    color: rgb(16, 8, 128); 
    font-size: 1.1em;
    width: 11em;
}

.a2b-summ-line {
    font-weight: bold;
    color: rgb(16, 8, 128); 
    font-size: 1.2em;
}

.a2b-summ-num {
    color: #000; 
}

.cc-undedrline {
    text-decoration: underline;
}

.cc-middle-text {
    position: relative; float: left;
    text-decoration: underline;
}

.cc-a2b-img {
} 

.cc-a2b-img-cfg {
    position: relative; float: left;
    width: 24px; height: 24px; cursor: pointer;  
    margin: 0px; padding: 0px;
    margin-right: 0.5em;
}

.a2b-block-title {
    cursor: pointer; 
}

.a2b-cfg-blk-container {
    position: relative; float: left;
    width: 48%;
    min-width: 20em;
    margin: 0%  0.5% 1% 0.5%;
    padding: 0.5%;
    background-color: #f8f8f8;
}

.cc-icon18 {
    width: 18px;
}

.cc-icon24 {
    width: 24px;
}

.a2b-cfg-blk-tittle {
    font-size: 1.0em;
    font-weight: bold;
    color: rgb(16, 8, 128); 
    margin-bottom: 0.2em;
}

.a2b-cfg-container1 {
    position: relative; float: left;
    clear: both;
}

.cc-a2b-data-container {
    overflow: auto;
    width: 100%;
    /* width: 100%;
    display:inline-flex; */
}

.a2b-row {
    clear: both;
    overflow: hidden; /* clip, hidden, visible, auto, scroll   */
    height: 24px;
    width: 1024px;
}

.a2b-row-h {
    /* height: 42px; */
    height: 60px;
}

.a2b-row-h-group {
    position: relative; float: left;
    text-align: center;
    overflow: hidden;
}

.a2b-row-h-group-txt {
    position: relative; float: left;
    width: calc(100% - 4px);
    margin: 0px 2px 2px 2px;
    background-color: #c8c8ff;
}

.a2b-row-h-group-txt1 {
    position: relative; float: left;
    width: calc(100% - 4px);
    margin: 0px 2px 2px 2px;
    background-color: #c8d8f8;
}

.cc-a2b-c {
    float:left;
    margin: 2px;
    padding: 0px 5px 0px 5px;
    text-align: right;
    width: 3.5em;
    height: 20px;
    overflow: hidden;
    /* align-items: center; vertical align */ /* but "breaks" overflow, centering the text */
    display: flex;
}

.cc-a2b-nam {
    text-align: left;
    width: 14em;
}

.cc-a2b-sym {
    text-align: center;
    width: 2em;
}

.cc-a2b-sym-img {
    width: auto;
    height: 18px;
}

.cc-a2b-map {
    text-align: center;
    width: 2em;
}

.cc-a2b-map-img {
    width: auto;
    height: 14px;
    padding-top: 2px;
}

.cc-a2b-pdesc-icon {
    width: auto;
    height: 18px;
    cursor: pointer;
}


.cc-a2b-h { 
    height: 38px;
    background-color: #c8c8ff;
}

.cc-a2b-h1 { 
    height: 38px;
    background-color: #c8d8f8;
}

.cc-a2b-1 { 
    background-color: #e8e8f8;
}

.cc-a2b-1a { 
    background-color: #e8f0f8;
}

.cc-a2b-0 { 
    background-color: #f8f8f8;
}

.cc-a2b-0a { 
    background-color: #f8f8f8;
}

.cc_a2b_table {
    background-color: #00f800;   
    border: 0px; 
    /*table-layout:fixed;
    width:100%; */
}

.a2b-trow-h {
    border: 4px solid;
    display: block;
    /* white-space: nowrap; */
}
.a2b-row-fixh {
    position: relative; float: left;
    height: 10px;
    overflow: hidden;
}

.a2b-tc  {
    overflow: hidden;
    white-space: nowrap;
}

.a2b-c-fixh {
}





.cc-top-right-icon {
    position: absolute; top: 5px; right: 2%;
	vertical-align: top;
    text-align: right;
}

.cc-top-right-icon1 {
    position: absolute; top: 20px; right: 20px;
	vertical-align: top;
    text-align: right;
}


.cc-a2b-container { 
    width: auto; 
    height: auto;
    margin: 0%;
    padding: 0%;
    position: relative; 
}
.cc-a2b-contents {
    position: relative; 
    width: 96%; max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 1% 2% 1% 2%;
    border: 1px solid rgb(16, 8, 128, 0.7); 
    border-radius: 4px; 
}

.cc-a2b-infoo-overlay {
    width: 20em;
    background-color: #f8f8f8;    
    color: rgb(16, 8, 128);
    position: absolute; top: 10px; left: 10px;
    /* 
    background-color: rgba( 40, 100, 40, 0.7); 
    height: 1em;
    color: #f80;
    */
    font-size: 1em;
    z-index: 1000;
    padding: 0.5em;
}

.cc-a2b-share-icon {
    position: relative; float: left;
    width: auto;
    height: 24px;
    margin-right: 0.5em;
    cursor: pointer;
}


.cc-a2b-share-text {
    position: relative; float: left;
    vertical-align: middle;
    text-decoration: underline;
}

.cc-copyclipboard-icon {
    position: relative; float: left;
    width: auto;
    height: 24px;
    margin-right: 0.5em;
    cursor: pointer;
}

.cc-copyclipboard-text {
    position: relative; float: left;
    vertical-align: middle;
}

.cc-pointer-text {
    cursor: pointer;
    text-decoration: underline;
}



/* pages ---------------------------------------------------------------------- */

.cc-page-container {
    position: absolute; top: 0; left: 0; bottom: 0; right: 0;
    margin: 0;
    padding: 0;
    color: #222;
    z-index: 4000; 
    max-width: 600px;

    overflow: auto;
    background-color: rgba(240, 240, 240, 0.90); 
}

.cc-page {
    clear:both;    
    position: relative;
    float: left;
    width: 98%;
    padding: 1%;
    margin-top: 30px;
    color: #222;
}

.cc-page-input {
    font-size: 1em;
    margin-bottom: 0.2em;
}

.cc-page-select:hover, .cc-page-input:hover, .cc-page-textarea:hover {
    background-color: rgb(255, 255, 192);
}

.cc-page-tittle { 
    font-size: 1.1em;
    font-weight: bold;
    color: rgb(16, 8, 128); /* 10 08 80*/
    margin-bottom: 1em;
    //background-color: rgba(200, 0, 0, 0.9); 
}

.page-section-tile { 
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 0.4em;
    margin-top: 0.6em;
}

.cc-page-textarea    {
    width: 99%; 
    max-width: 38.5em;     
    margin-bottom: 0.2em;
}
.cc-page-input-short { width: 10em; }
.cc-page-input-normal { width: 99%; max-width: 40em;}

.cc-page-field-title       {}
.cc-page-select      {}
.cc-page-checkbox    {}

.cc-entity-cost-table {
    
}

.cc-art-desc {
    margin-top: 0.3em;
    font-size: 1.2em;
    color:  rgb(0, 0, 0); 
}

.cc-art-ves {
    margin-top: 0.3em;
    font-size: 1.0em;
}



table, th, td {
  border: 1px solid #444;
  border-collapse: collapse;
  text-align: right;
}

td {
    padding-right: 8px;
    padding-left: 8px;
}

table {
    margin-bottom: 6px;
}

.cc-hr1  {
    clear: both;
    margin-top: 0.7em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid rgba( 16, 8, 128, 1); 
    /* position: relative; float: left; */
    width: 100%;
}




.cc-info-dialog    { 
    position: absolute; top: 3.5em; left: 42px;
    width: 60%; min-width: 300px;
    background-color: rgba(200, 255, 200, 0.0); 
}

.cc-info              {
    position: relative; float: left; width: 95%;
    background-color: rgba(200, 255, 200, 0.85); margin: 1%; padding: 1%;
    border: 2px solid rgba(   0,  0, 255, 0.9); border-radius: 6px; 
    display: none;
}


.cc-box-state { display:none; }

    
.element-poi-class {
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}



.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}


/* cc-fpage change to another css? */
.cc-fpage-container { 
    width: auto; 
    height: auto;
    margin: 0%;
    padding: 0%;
    position: relative; 
}
.cc-fpage-contents {
    position: relative; 
    width: 95%; max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0.5% 2% 2% 2%;
    border: 1px solid rgb(16, 8, 128, 0.7); 
    border-radius: 4px; 
}

.pseudolink {
    color: rgba(  0,  0, 255, 1);
    text-decoration: underline;
    cursor: pointer;
}

/* images and comments -------------------------------------------------------- */
.cc-box-img { 
    max-width: 100%; 
    cursor: zoom-in; 
}

.cc-box-fpage {
    max-width: 100%; 
}

.cc-box-img-author {
    font-size: 0.8em;
}

.cc-entry-mini-icon {
    width: 12px;
    cursor: pointer;
}

.cc-map-grid-icon {
    width: 24px;
    cursor: pointer;
    margin-right: 6px;
    margin-top: 6px;
    vertical-align: text-bottom;
}

.cc-map-grid-txt {
    
}


/* css for sponsor overlay ------------------------------------------------*/

.cc-sponsor-overlay {
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 64, 64, 64, 1);
    text-align: center;
    z-index: 4500;
}

.cc-sponsor-overlay-img {
    max-width: 98%;
    max-height: 98%;    
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border: 4px solid rgba(32, 16, 255, 0.4);   */
}

.cc-sponsor-overlay-close {
    position: absolute;
    top: 1rem;
    cursor: pointer; 
    right: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: .6;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBzdHJva2Utd2lkdGg9JzEwJyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J00wIDEwMEwxMDAgME0wIDBsMTAwIDEwMCcvPjwvZz48L3N2Zz4=);
}


/* css for displaying poi photos ------------------------------------------*/

.cc-photo-overlay {
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 64, 64, 64, 1);
    z-index: 4500;
    text-align: center;
}


.cc-photo-overlay-img {
    max-width: 98%;
    max-height: 98%;    
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; /* change for photo gallery !! */
    /* border: 4px solid rgba(32, 16, 255, 0.4);   */
}

.cc-photo-overlay-txt{
    display: block;
    position: absolute;
    font-size: 1.5em;
    color: #ddf;
    bottom: 1%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.photo_overlay_next {
    right: 1rem;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTAgMTAwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIHN0cm9rZS13aWR0aD0nMTAnIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTAgMGw0NSA1MC00NSA1MCcvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 50%;
}

.photo_overlay_prev {
    left: 1rem;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTAgMTAwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIHN0cm9rZS13aWR0aD0nMTAnIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUwIDBMNSA1MGw0NSA1MCcvPjwvc3ZnPg==);
}

.photo_overlay_next, .photo_overlay_prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3rem;
    width: 1.5rem;
    opacity: .6;
    cursor: pointer;
}


.photo_overlay_close {
    position: absolute;
    top: 1rem;
    cursor: pointer; 
    /* cursor: url("icons/cross16.png"), auto; */
    right: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: .6;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBzdHJva2Utd2lkdGg9JzEwJyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J00wIDEwMEwxMDAgME0wIDBsMTAwIDEwMCcvPjwvZz48L3N2Zz4=);
}

.cc-check-img {
    max-width: 240px;
}

.cc-action-icon-16 {
    width: 16px;
    cursor: pointer;
}

.cc-poientry-progress-box {
    width: 96%;
    padding: 1%;
    margin: 1%;
    border: 1px solid rgb(16, 8, 128);
    background-color: rgba ( 200, 200, 200, 1);
}

.cc-poientry-progress {
    /* position:relative;
    float:left; */
    width: 100%;
    height: 20px;
    background-color: rgb(16, 8, 128);;
}

/* fpges calculator ---------------------------- */
.cc-calculator-container {
    clear: both;
    width: 100%;
    position:relative;
    float:left;
    background-color: #ddd;
    border: 1px solid rgba( 16, 8, 128, 0.9); border-radius: 4px;
}
.cc-calculator-cell {
    position:relative;
    float:left;
    width:10%;
    height:4.2em;
    text-align: right;
    /* margin: 4px 0.2% 4px 0.2%; */
    margin: 2px 0px 2px 0px;
    padding: 4px 0.5% 4px 0.1%;
    border-right: 1px solid rgba(128, 128, 128, 0.5);
    /* background-color: #ccf; */
}
.cc-no-border {
    border:none;
}
.cc-calculator-input {
    width: 90%;
}
.cc-calculator-cell-header {
    overflow: hidden;
    height: 1.4em;
    /* border-bottom: 1px solid rgba( 16, 8, 128, 0.3); */
}
.cc-calculator-input {
    text-align: right;
}
.cc-calculator-result1        { min-width:  4.5em;}
.cc-calculator-result2        { min-width:  4.5em;}
.cc-calculator-result3        { min-width:  6.0em;}
.cc-calculator-inputbox1      { min-width:  8.0em;}
.cc-calculator-inputbox2      { min-width:  6.5em;}
.cc-calculator-submitt        { min-width:  4.5em;padding-right:0.0%;padding-left: 0.0%}
.cc-calculator-unit-selector  { min-width:  5.0em;}

/*  home fpage icons --------------------------------------------------- */

.cc-home-icon {
    width: 16px; 
    margin-right: 0.5em;
    margin-left: 0.2em;
}

.cc-fpage_entity {
    clear: both;
	font-size: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}

/* photos page -------------------------------------------------------------- */

.cc-photo-sel-box {
    position:relative;
    float:left;
    width:100%;
}

.cc-photo-sel-item {
    position:relative;
    float:left;
    margin-right: 2em;
    /* min-width: 240px; */
}

.cc-photo-resize-icon {
    border: 1px solid rgb(16, 8, 128, 0.5);
    border-radius: 2px;
    width: 32px;
    cursor: pointer;
}

.cc-photo-resize-icons {
    position:relative;
    float:left;
    margin-top: 8px;
    clear: both;
    width: 100%;
}

.cc-photo-gallery {
    position:relative;
    float:left;
    clear: both;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.cc-photo-row {
    position:relative;
    float:left;
    margin-top: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(16, 8, 128, 0.2);
    clear: both;
    width: 100%;
}

.cc-photo-photo-box {
    position:relative;
    float:left;
}
 
.cc-photo-photo-box-0  { width: 100.0% }
.cc-photo-photo-box-1  { width: 100.0% }
.cc-photo-photo-box-2  { width:  50.0% }
.cc-photo-photo-box-3  { width:  33.3% }
.cc-photo-photo-box-4  { width:  25.0% }
.cc-photo-photo-box-6  { width:  16.6% }
.cc-photo-photo-box-7  { width:  14.2% }
.cc-photo-photo-box-8  { width:  12.5% }
.cc-photo-photo-box-9  { width:  11.1% }
.cc-photo-photo-box-10 { width:  10.0% }
.cc-photo-photo-box-11 { width:   9.0% }
.cc-photo-photo-box-12 { width:   8.3% }

.cc-photo-img-box {
    position:relative;
    float:left;
    margin: 0px 2px 0px 2px; /* left margin should match cc-photo-img-box, cc-photo-poi_name/area_name/comm */
}

.cc-photo-img {
    position:relative;
    float:left;
    width: 100%;
    cursor: zoom-in; 
}

.cc-photo-footer {
    position:relative;
    float:left;
    clear: both;
    width: 100%;
}

.cc-photo-poi_name {
    position:relative;
    float:left;
    clear: both;
    margin-left: 2px; /* left margin should match cc-photo-img-box, cc-photo-poi_name/area_name/comm */
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: rgb(16, 8, 128); /* 10 08 80*/
    font-size: 1.0em;
    overflow: hidden;
    max-height: 1.3em;
}


.cc-photo-area_name {
    position:relative;
    float:left;
    clear: both;
    margin-left: 2px; /* left margin should match cc-photo-img-box, cc-photo-poi_name/area_name/comm */
    width: 100%;
    font-style: italic;
    color: rgb(128, 128, 128); /* 10 08 80*/
    font-size: 0.8em;
    overflow: hidden;
    max-height: 1.3em;
}


.cc-photo-comm {
    position:relative;
    float:left;
    clear: both;
    margin-left: 2px; /* left margin should match cc-photo-img-box, cc-photo-poi_name/area_name/comm */
    width: 100%;
    font-size: 0.9em;
    overflow: hidden;
    max-height: 4.0em;
}

.cc-photos-more {
    margin:             0.5em 0 0.3em 0;
    text-align: center;
    border:             1px solid;
    padding:       10px 10px 10px 25px;
    vertical-align: text-top;
    border-radius:5px;
    box-shadow:  0 1px 1px #fff inset;
    color:              #000;
    background-color:  #FFDA72; /* #e8eef1; */
    cursor: pointer;
}

.cc-photos-more-img {
    width: 32px;
    margin-top: 8px;
}

.cc-photo-maplink {
    width: 1.0em;
    vertical-align:middle;
}

.cc-map-poi-photos-container-top {
    position:relative;
    float:left;
    clear: both;
    width: 100%;
}

.cc-map-poi-photos-container {
    position:relative;
    float:left;
    clear: both;
    margin: 4px 0px 4px 0px; /* left margin should match cc-photo-img-box, cc-photo-poi_name/area_name/comm */
    padding: 0px;
    width: 100%;
    height: 148px;
    overflow: hidden; 
    /* overflow-x: auto; */
    display: flex;
    cursor: pointer;
    background-color: #eeeeee;
    border: 1px solid rgba( 16, 8, 128, 0.9); 
    border-radius: 4px;
    /* white-space: nowrap; */
    object-fit: cover;
}

.cc-map-poi-photo-container{
    position:relative;
    float:left;
    padding: 4px;
}

.cc-map-poi-photo{
    position:relative;
    float:left;
    width: auto;
    height: 140px;
}

/* define several image classes for embedding user-referenced images using {http substitution */
.cc-img-subs-void {  }

.cc-img-subs-100pc { width: 100%; }
.cc-img-subs-095pc { width:  95%; }
.cc-img-subs-090pc { width:  90%; }
.cc-img-subs-080pc { width:  80%; }
.cc-img-subs-070pc { width:  70%; }
.cc-img-subs-060pc { width:  60%; }
.cc-img-subs-050pc { width:  50%; }
.cc-img-subs-040pc { width:  40%; }
.cc-img-subs-030pc { width:  30%; }
.cc-img-subs-030pc { width:  30%; }
.cc-img-subs-020pc { width:  25%; }
.cc-img-subs-015pc { width:  15%; }
.cc-img-subs-010pc { width:  10%; }
.cc-img-subs-005pc { width:   5%; }
 
.cc-img-subs-900px { width: 900px; }
.cc-img-subs-800px { width: 800px; }
.cc-img-subs-700px { width: 700px; }
.cc-img-subs-600px { width: 600px; }
.cc-img-subs-500px { width: 500px; }
.cc-img-subs-400px { width: 400px; }
.cc-img-subs-300px { width: 300px; }
.cc-img-subs-200px { width: 200px; }
.cc-img-subs-150px { width: 150px; }
.cc-img-subs-100px { width: 100px; }
.cc-img-subs-090px { width: 090px; }
.cc-img-subs-080px { width: 080px; }
.cc-img-subs-070px { width: 070px; }
.cc-img-subs-060px { width: 060px; }
.cc-img-subs-050px { width: 050px; }
.cc-img-subs-040px { width: 040px; }
.cc-img-subs-030px { width: 030px; }
.cc-img-subs-025px { width: 025px; }
.cc-img-subs-020px { width: 020px; }
.cc-img-subs-015px { width: 015px; }
.cc-img-subs-010px { width: 010px; }

/* caiacs -------------------------------------------------------------------- */

.cc-caiacs-container { 
    width: auto; 
    height: auto;
    margin: 0%;
    padding: 0%;
    position: relative; 
}
.cc-caiacs-contents {
    position: relative; 
    width: 95%; max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0.5% 2% 2% 2%;
    border: 1px solid rgb(16, 8, 128, 0.7); 
    border-radius: 4px; 
}
.cc-backtomap-caiacs {
    position: absolute; top: 10px; right: 2%;
	vertical-align: top;
    text-align: right;
    cursor: pointer;
}
.cc-caiacs-topright-icon-wrap {
    position: relative; 
    float: right;
    vertical-align: top;
    margin-left: 9px;
    text-align: right;
    cursor: pointer;
}
.cc-caiacs-topright-icon {
    width: 22px;
    height: auto;
}
.cc-caiacs-contents h1 {
    color: rgb(16, 8, 128, 0.7); 
    display: inline-block;
    font-size: 1.9em;
    margin-block-end: 0em;
}
.cc-caiacs-contents h2 {
    color: rgb(16, 8, 128, 0.7); 
    display: inline-block;
    margin-block-end: 0em;
}
.cc-caiacs-h1h2 {
    color: #000; 
    display: inline-block;
    font-size: 1.4em;
    margin-left: 0.7em;
    margin-right: 0.7em;
}
.cc-manufact-list-button {
    margin-right: 5px;
    margin-top: 5px;
}
.cc-zoom-container {
    width: 100%;
    height: auto;
    /* width: 600px;
    height: 200px; */
    overflow: hidden;
}
.cc-zoom-img-container {
    width: 100%;
    height: 100%;
    min-height: 240px;
    position: relative;
    background-color: #eee;
}
@media (max-width: 768px) {
    .cc-zoom-img-container {
    min-height: 120px;
    }
}
.cc-zoom-img {
    width: 100%;
    height: auto;
}
.controls {
    margin-top: 2px;
}
.cc-zoom-ctrl {
    height: 24px;
}
.cc-zoom-but-img {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}
.cc-zoom-ctrls {
    position: absolute; top: 0; left: 0;
}
.cc-zoom-ctrl1 {
    padding: 3px 3px 1px 3px;
    margin-right: 3px;
    cursor: pointer;
    display: inline-block;
}
.cc-zoom-back {
    background-color: rgb(255, 255, 255, 0.5);
}

/* caiacs guide funnel ---------------------------- */
.cc-cfunnel-container {
    position: absolute; top: 28 px; right: 0;  
    z-index: 5200;
    width: 90%;
    max-width: 400px; 
    /* display: none; !!! */
}
.cc-cfunnel {
    background-color: #333;
    color: #fff;
    padding: 20px;
    margin: 10px;
    text-align: left;
}


.cc-cfunnel-row {
    margin-top: 12px;
}
.cc-cfunnel-header{
    margin-top: 0px;
    font-size: 1.4em;
}

.cc-cfunnel-ncaiacs {
    margin-top: 10px;
}
.cc-cfunnel-ncaiacs-num {
}
.cc-cfunnel-ncaiacs-txt {
    margin-left: 5px;
    margin-right: 10px;
}
.cc-cfunnel-button {
    background-color: #999;
    border: 2px solid #777;
    color: #fff;
}

.cc-cfunnel-manufact-h {
    background-color: #777;
    background-color: #999;
    border: 2px solid #777;
    margin-top: 10px;
    padding: 2px;
    cursor: pointer;
}
.cc-cfunnel-manufact-himg {
    height: 1em;
    width: auto;
    float:right;
    margin-right: 5px;
    margin-top: 3px;
    
}

.cc-cfunnel-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: block;
    justify-content: center;
        margin: 0 15px;

    padding: 10px 20px;
    display: block;
}
.cc-cfunnel-items:hover {
    background-color: #575757;
}
.cc-cfunnel-slide-minmax {
    width: 3em;
    background-color: #00f;
    position: relative;
    float:left;   
}
.cc-cfunnel-slide-input {
    width: calc( 100% - 7em);
    background-color: #f00;
    position: relative;
    float:left;   
}


.cc-irange-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0px; /* 10px */
}
.clear-both { clear: both; }

.cc-irange-slider {
    position: relative;
    margin: 0px 10px;
    border-radius: 4px; 
    height: 8px;
    background-color: #e0e0e0;
    border: 1px solid #c0c0c0; 
    width: 100%;
    box-sizing: border-box;
}

.cc-irange {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    z-index: 10;
}

.cc-irange::-webkit-slider-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #007bff;
    cursor: ew-resize;
    -webkit-appearance: none;
    appearance: none;
}

.cc-irange::-moz-range-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #007bff;
    cursor: ew-resize;
}

.cc-irange-track {
    position: absolute;
    background: rgba(0, 125, 255, 0.6);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px; 
    height: 8px;
   /* z-index: -1; */
}




.cc-menu-container {
    position: absolute; top: 28 px; right: 0;  
    z-index: 5500;
    display: none;
}
    
.cc-caiacs-menu1 {
    background-color: #333;
    color: #fff;
    padding: 2px;
    margin: 10px;
    text-align: left;
}
.cc-caiacs-menu-icon {
    cursor: pointer;
    font-size: 2.0em;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}


/*.cc-caiacs-menu {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center; 
}

.cc-caiacs-menu-icon-old {
    cursor: pointer;
    display: none;
}*/

.cc-caiacs-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: block;
    justify-content: center;
}

.cc-caiacs-menu-items li {
    margin: 0 15px;
}

.cc-caiacs-menu-items a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: background-color 0.3s;
}

.cc-caiacs-menu-items a:hover {
    background-color: #575757;
}

/*
@media (max-width: 768px) {
    .cc-caiacs-menu-icon {
        display: block;
    }

    .cc-caiacs-menu-items {
        flex-direction: column;
    }

    .cc-caiacs-menu-items.active {
        display: flex;
    }

    .cc-caiacs-menu-items li {
        margin: 10px 0;
    }
}
*/

.cc-caiacs-section {
    clear: both;
    width: 100%;
    background-color:  rgb(16, 8, 128); 
    color: #fff;
    padding: 5px 0px 5px 10px;
    margin: 20px 0px 10px 0px;
    text-align: left;
    font-size: 1.2em;
}
.cc-caiacs-row {
}
.cc-caiacs-contruc {
}
.cc-caiacs-weight {
}
.cc-caiacs-price {
}

/*
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
*/

.table-container {
    /* margin: 20px;
    padding: 20px; */
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 40em;
}

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

.metrics-table th, .metrics-table td {
    padding: 6px 12px;
    border: 1px solid #dddddd;
    text-align: left;
}

.metrics-table th {
    background-color: #007BFF;
    color: #ffffff;
    text-transform: uppercase;
}

.metrics-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.metrics-table tr:nth-child(odd) {
    background-color: #ffffff;
}

/*
.metrics-table tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
*/

.cc-caiacs-shortdescr {
    padding-top: 20px;
    font-size: 1.2em;
}

.cc-caiacs-container button {
    cursor: pointer;
}

.cc-photo-container1 {
    width: 100%;
    height: auto;
    /* width: 600px;
    height: 200px; */
    overflow: hidden;
}
.cc-photo-img-container1 {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #eee;
}
.cc-caiacs-manufact {
    clear: both;
    width: calc(100% -10px);
    background-color:  rgb(16, 8, 128); 
    color: #fff;
    padding: 5px 0px 5px 10px;
    margin: 20px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
}
.cc-caiacs-browse-caiac {
    font-size: 1.2em;
    position: relative;
    float: left;
    padding: 0% 1% 2% 1%;
    width: 31%;
    height: 240px;
    overflow: hidden;
}
.cc-photo-img1 {
    width: 100%;
    height: auto;
}
@media (max-width: 950px) {
    .cc-caiacs-browse-caiac {
        height: 240px;
        width: 48%;
    }
}
@media (max-width: 768px) {
    .cc-caiacs-browse-caiac {
        width: 98%;
        height: auto;
    }
}

/* caiac compare ----------------------------------------------------- */

.cc-comp-section {
    background-color:  rgb(16, 8, 128) !important; 
    color: #fff;
    font-size: 1.2em;
    vertical-align: top;
}
.cc-comp-img {
    width: 100px;
}
.manufact-opt {
    cursor: pointer !important; /* no va */
    color: #44f;
    font-size: 1.2em;
    background-color: #ccc;
}
.cc-caiacs-comp-remove {
    position: relative;
    float: right;
    /* vertical-align: middle; */
    height: 14px;
    width: auto;
    cursor: pointer;

}




.cc-caiacs-loader-wrap {
    width: 100%;
    text-align: center;
}
.cc-caiacs-loader-img {
    width: 64px;
    height: auto;
}
.cc-caiac-field-title {
    clear: both;
    position: relative;
    float: left;
    width: 12em;
    font-size: 1.1em;
    margin-bottom: 0.8em;
}
.cc-caiacs-edit-variants td {
    text-align: left;
    background-color: #f8f8ff;
}
.cc-full-width {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; /* Ensures padding is included in the element's total width */
}
.cc-caiacs-browse-icon {
    width: 24px;
    cursor: pointer;
}
.cc-button-big {
    font-size: 1.6em;
    background-color: #ff4;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    }
.cc-button-big:hover {
    background-color: #fc0;
}

.cc-caiacs-edit-photo-block {
    box-sizing: border-box;
    padding: 12px 0px 0px 0px;
    width: 100%;
}
.cc-caiacs-edit-photo-photo {
    box-sizing: border-box;
    padding: 0px 8px 0px 0px;
    position: relative;
    float: left;
    width: 50%;
    max-width: 600px;
}
.cc-caiacs-edit-photo-img {
    width: 100%;
    height: auto;
} 
.cc-caiacs-edit-photo-actions {
    position: relative;
    float: left;
}
.cc-photo-pos-select {
    margin-bottom: 6px;
}

.cc-kayakphoto-progress-box {
    width: 96%;
    padding: 1%;
    margin: 1%;
    border: 1px solid rgb(16, 8, 128);
    background-color: rgba ( 200, 200, 200, 1);
}

.cc-kayakphoto-progress {
    /* position:relative;
    float:left; */
    width: 100%;
    height: 20px;
    background-color: rgb(16, 8, 128);;
}


.cc-caiacs-jordic {
    display: flex;        
    margin-top: 1em;
    position: relative;
    float: left;
    align-items: center;
    justify-content: center;
}
.cc-caiacs-jordic-img {
    position: relative;
    float: left;
    vertical-align: middle;
    height: 40px;
    width: auto;
}
.cc-caiacs-jordic-txt {
    position: relative;
    float: left;
    vertical-align: middle;
    font-size: 2.0em;
    color: rgb(16, 8, 128, 0.7); 
    display: inline-block;
    margin-left: 0.7em;
}
@media (max-width: 768px) {
    .cc-caiacs-jordic-txt {
        font-size: 1.6em;
    }
}

.cc-browse-manufact-logo-box {
    display: flex;        
    margin-top: 1em;
    position: relative;
    float: left;
    align-items: center;
    justify-content: center;
}
.cc-browse-manufact-logo-img {
    position: relative;
    float: left;
    vertical-align: middle;
    max-width: 256px;
    width: auto;
    margin-right: 1em;
}
.cc-browse-manufact-name-box {
    position: relative;
    float: left;
    vertical-align: middle;
    /*font-size: 2.0em;*/
    font-size: 1.1em;
    color: rgb(16, 8, 128, 0.7); 
    display: inline-block;
}
@media (max-width: 768px) {
    .cc-browse-manufact-logo-img {
         /* max-width: 40%; */
         max-width: 180px;
    }
    .cc-browse-manufact-name-box {
        /*font-size: 1.6em;*/
        font-size: 0.9em;
    }
}
.cc-browse-manufact-descr-box {
    margin: 1.5em 0em 1.5em 0em;
    font-size: 1.2em;
}
.cc-browse-manufact-contact-tittle {
    font-size: 1.2em;
    color: rgb(16, 8, 128, 0.7); 
}
.cc-browse-manufact-contact-box {
    margin: 1.2em 0em 1.0em 0em;
}
.cc-browse-manufact-url-box {
}
.browse-caiacs-body button  {
    text-decoration: none;
}

.cc-prev-next-container-top {
    width: 100%;
    display: flex;   
    align-items: center; 
    justify-content: center;
    height: 30px;
    /* margin-top: 10px; */
}


.cc-prev-next-container {
    display: flex;   
    align-items: center; 
    justify-content: center;
    height: 30px;
}

.cc-slider-indicator {
    position: relative;
    float: left;
    margin: 0px 20px 0px 20px;
    display: flex;
    gap: 5px;
}

.cc-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.cc-active {
    background-color: rgb(16, 8, 128, 1.0);
}

.cc-slider-ctrls {
    position: relative;
    float: left;
    padding: 3px 3px 1px 3px;
    margin-right: 3px;
    cursor: pointer;
    display: inline-block;
}

.cc-hit-counter {
    position: relative;
    float: right;
    font-size: 0.8em;
}
.cc-comp-img-more {
    height: 8px;
}
.cc-share-comp-img {
    height: 20px;
}
.cc-kayak-comp-big-img-box {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgba(16, 8, 64, 0.6);
    padding: 4px;*/
    z-index: 5000;
    align-items: center; 

    border: 4px solid rgba(16, 8, 64, 0.6);    
    background-color: #fff;
    padding: 0px;

}
.cc-kayak-comp-big-img{
    width: 100%;
    height: auto;
    max-width: 1024px;
    max-height: 640px;
}
.cc-comp-section {
}



