html, body, div, table, h1, h2, h3, td, a, p,
article, aside, details, figcaption, figure, footer, header, main, mark, nav, section, summary, time, input
{
    border:0;
    margin:0;
    padding:0;
    border-spacing: 0;
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    
}

html, body
{
    background-color: #e5e5e5;
    height: 100%;
}

h1, h2, h3
{
    clear: both;
}

@media all and (orientation: portrait)
{
    td.startcontent
    {
        background-repeat: no-repeat; 
        background-position: center center; 
        background-size: auto 100%;
    }
}

@media all and (orientation: landscape)
{
    td.startcontent
    {
        background-repeat: no-repeat; 
        background-position: center center; 
        background-size: 140% auto;
    }
}

h1 { font-size: 150%}
h2 { font-size: 130%}

label
{
    cursor: pointer;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

a.area
{
    text-decoration: none;
    color: #ccc;
}
a.area:hover
{
    color: #fff;
}
a.areaselected
{
    text-decoration: none;
    color: #fff;
}

a.module
{
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a.workplace
{
    display: block;
    width: 100%;
}
a.workplace:hover
{
    text-decoration: underline;
}

a.chatfile
{
    display: inline-block;
}
a.chatfile:hover
{
    background-color: #e8f8fd;
}

a.paging
{
    display: inline-block;
    padding: 5px;
    min-width: 10px;
    text-align: center;
    cursor: pointer;
}
a.paging:hover
{
    background-color: #fff;
}

a.dda
{
    text-decoration: none;
    display: block;
    text-align: left;
}
a.dda:hover
{
    background-color: #e6fdfc;
}

/*a.active_info
{
    color: #145d74;
}*/


.p2
{
    padding: 2px;
}

.p5
{
    padding: 5px;
}

.p10
{
    padding: 10px;
}

.p15
{
    padding: 15px;
}

.p20
{
    padding: 20px;
}

.p25
{
    padding: 25px;
}

div.chat
{
    text-align: center;
}

header.main
{
    border-bottom: 1px solid #444;
    background-color: #037E8C;
    color: #ccc;
}

footer
{
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    background-color: #f2f2f2;
}

figure.module
{
    padding-top: 0;
    display: inline;
    display: table-cell;
    border: none;
    
    padding-bottom: 0;
    text-align: center;
    min-width: 85px;
    
    cursor: pointer;
}
figure.module:hover
{
    
}

.allmainbody
{
    padding-top: 0;
    margin-bottom: 35px;
}

.chatmenublock
{
    padding: 0;
    width: 50px;
    background-color: #e6f0f1;
    border-left: 1px solid #bbb;
    display: table-cell;
}

.leftmenublock
{
    padding: 0;
    width: 200px;
    min-width: 200px;
    background-color: #f5f5f5;
    border-right: 1px solid #bbb;
    display: table-cell;
}

.leftmenutopblock
{
    border-bottom: 1px dotted #888;
    background-color: #f5f5f5;
    text-align: center;
    display: none;
}

.meniuitem
{
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
}

.meniuitembreak
{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

p.selectedmnu
{
    background-color: #fff;
    border: 1px solid #bbb;
    border-right: 0;
    position: relative;
    right: -1px;
    padding-left: 9px;
}

.buttonarea
{
    position: relative;
    clear: both;
    display: block;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}


div.formdesignerleft
{
    float: left;
    width: 49%;
}

div.formdesignerright
{
    float: right;
    width: 49%;
}

div.designerElementContainer
{
    position: relative;
    clear: both;
    display: flex;
    border: 1px solid transparent;
    padding: 5px;
}

div.designerElementContainer:hover
{
    border: 1px solid #d0b314;
    background-color: #f9eeb0;
}

div.designerElementLabel
{
    float: left;
    display: table-cell;
    width: 35%;
    height: 100%;
    text-align: right;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 5px;
}

div.designerElementField
{
    float: left;
    display: table-cell;
    width: 64%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}
div.designerElementLabel
{
    float: left;
    display: table-cell;
    width: 35%;
    height: 100%;
    text-align: right;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 5px;
}

div.designerElementField
{
    float: left;
    display: table-cell;
    width: 64%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

div.designerHeadingField
{
    position: relative;
    width: 100%;
}

div.designerBreakLine
{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #888;
}


.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.rounded-corners-right {
    
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    
    -khtml-border-top-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
}

.rounded-corners-right-big {
    
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
    -moz-border-top-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    
    -khtml-border-top-right-radius: 50px;
    -khtml-border-bottom-right-radius: 50px;
}


.rounded-corners-top {
    
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    
    -moz-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    
    -khtml-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
}


.rounded-corners-big {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.cardBgDiv
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 5px;
}

.cardBgDiv:hover
{
    -moz-box-shadow:    0 0 5px 0 #bbb;
    -webkit-box-shadow: 0 0 5px 0 #bbb;
    box-shadow:         0 0 5px 0 #bbb;
    background-color: #e1f3f9;
}

.cardDiv1
{
    padding: 0;
    float: left;
    width: calc(50% - 10px);
    padding-bottom: 20px;
    border: none;
    padding-right: 20px;
}

.cardDiv2
{
    padding: 0;
    padding-bottom: 20px;
    float: left;
    width: calc(50% - 10px);
    border: none;
    padding-right: 0;
}

.cardDiv1_r
{
    padding: 0;
    float: left;
    width: calc(70% - 10px);
    padding-bottom: 20px;
    border: none;
    padding-right: 20px;
}

.cardDiv2_r
{
    padding: 0;
    padding-bottom: 20px;
    float: left;
    width: calc(30% - 10px);
    border: none;
    padding-right: 0;
}

div.card_edit_field_div
{
    float: left;
    display: inline-block;
    width: calc(50% - 0px);
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    padding-right: 0px;
    min-height: 50px;
}

div.field_place_4change
{
    float: left;
    width: calc(50% - 2px);
    /*border-top: 1px solid #eee;*/
}

.cardFieldLabel4change
{
    float: left; 
    width: calc(50% - 10px);
    clear: both; 
    text-align: right;
    font-weight: bold;
    padding: 5px;
    /*padding-top: 10px;*/
    overflow-wrap: break-word;
}
.cardFieldLabel4change_small
{
    float: left; 
    width: 30%; 
    clear: both; 
    text-align: right;
    font-weight: bold;
    overflow-wrap: break-word;
}
.cardFieldLabel
{
    float: left; 
    width: 30%; 
    clear: both; 
    text-align: right;
    color: #888;
}

.cardFieldValue4change
{
    float: left;
    width: calc(50% - 40px);
    padding: 2px;
    padding-bottom: 0;
/*    padding-left: 0;
    padding-right: 0;*/
    overflow-wrap: break-word;
    border: 1px solid transparent;
    margin: 2px;
}

.cardFieldValue4change_comment
{
    float: left; 
    width: 30px; 
    padding: 0;
    padding-top: 8px;
    text-align: left
}

.cardFieldValue4change_small
{
    float: left;
    width: 50%; 
}
.cardFieldValue
{
    float: left;
    color: #888;
}


input[type=button]
{
    height: 40px;
}



.showon500
{
    display: none;
}

.showon850
{
    display: none;
}

.showon1250
{
    display: none;
}

.showon1700
{
    display: none;
}


.shadowas
{
    -moz-box-shadow:    0 0 5px 0 #444;
    -webkit-box-shadow: 0 0 5px 0 #444;
    box-shadow:         0 0 5px 0 #444;
}

.shadowas_light
{
    -moz-box-shadow:    0 0 5px 0 #bbb;
    -webkit-box-shadow: 0 0 5px 0 #bbb;
    box-shadow:         0 0 5px 0 #bbb;
}

.shadowas_light_mousemove
{
    -moz-box-shadow:    0 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow:         0 0 0 0 #fff;
    background-color: #e1f3f9;
}

.shadowas_light_mousemove:hover
{
    -moz-box-shadow:    0 0 5px 0 #bbb;
    -webkit-box-shadow: 0 0 5px 0 #bbb;
    box-shadow:         0 0 5px 0 #bbb;
    background-color: #cfeef8;
}

.insideElementBlock
{
    border: 1px solid #ddd;
    margin: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.insideElementBlock:hover
{
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

.goto100on1250
{
    float: left;
    width: 50%;
    display: inline-block;
}


.checkbox_toggle {
position: relative;
display: block;
width: 35px;
height: 20px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
}
.checkbox_toggle:before {
content: "";
position: relative;
top: 3px;
left: 3px;
width: 34px;
height: 14px;
display: block;
background: #9A9999;
border-radius: 8px;
transition: background 0.2s ease;
}
.checkbox_toggle span.checkbox_span {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
display: block;
background: white;
border-radius: 10px;
box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
transition: all 0.2s ease;
}
.checkbox_toggle span.checkbox_span:before {
content: "";
position: absolute;
display: block;
margin: -18px;
width: 56px;
height: 56px;
background: rgba(79, 46, 220, 0.5);
border-radius: 50%;
transform: scale(0);
opacity: 1;
pointer-events: none;
}

.checkbox_cbx_db:checked + .checkbox_toggle:before {
background: #947ADA; /* sliderio backgroundas */
}
.checkbox_cbx_db:checked + .checkbox_toggle span.checkbox_span {
background: #4F2EDC; /* slideris */
transform: translateX(20px);
transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.checkbox_cbx_db:checked + .checkbox_toggle span.checkbox_span:before {
transform: scale(1);
opacity: 0;
transition: all 0.4s ease;
}



div.unselectable_div
{
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.DropTargetActive
{
    background-color: #c3f2e8;
}

.DropTargetActiveLine
{
    background-color: #dcfaf3;
}


.save_button
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dea115;
    background-color: #cde1fc;
    background-image: linear-gradient(#fef1d3, #f9d685);
    font-weight: bold;
    cursor: pointer;
}

.save_button:hover
{
    border: 1px solid transparent;
    border-bottom: 1px solid #936806;
    border-right: 1px solid #936806;
}

.save_button:active
{
    border: 1px solid transparent;
    border-top: 1px solid #936806;
    border-left: 1px solid #936806;
}

.card_icone
{
    background-color: #fff;
    border-bottom: 1px dotted #eee;
}

.card_icone:hover
{
    background-color: #eee;
}

.card_icone_link
{   
    display: block;
    padding: 5px;
    text-align: center;
}


.block_on_500_tracker
{
    float: left; 
    width: 150px; 
    padding-bottom: 5px;
    padding-right: 10px;
}

.block_on_500_title
{
    float: left; 
    width: calc(100% - 180px); 
    padding-bottom: 5px;
}


.pliusas_paslaugai
{
    position: absolute; 
    left: -18px; 
    top: -15px; 
    width: 24px; 
    height: 22px; 
    font-size: 150%; 
    font-weight: bold; 
    color: #fff; 
    background-color: #b4a7ce; 
    padding-top: 2px; 
    text-align: center;
}

.pliusas_paslaugai:hover
{
    background-color: #523985; 
}





/* The slider itself */
/*.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7e2424;
  cursor: pointer;
}

 Mouse-over effects 
.slider:hover {
  opacity: 1;  Fully shown on mouse-over 
}*/

.cardFieldLabel4change_2022
{
    clear: both;
    width: calc(100% - 5px);
    text-align: left;
    font-weight: bold;
    padding: 0;
    padding-left: 5px;
    padding-bottom: 0;
    overflow-wrap: break-word;
    /*display: block;*/
/*    min-width: 75%;
    width: 75%;*/
    margin-bottom: 2px;
    /*border-bottom: 1px dotted #888;*/
}

.cardFieldValue4change_2022
{
    clear: both;
    float: left;
    display: inline-block;
    width: calc(100% - 40px);
    padding-bottom: 0;
    padding-right: 5px;
    border: 1px solid transparent;
}