:root {
    --cierna:#000000;
    
    --fialova-svetla-old: #9566a0;
    --fialova-svetla-old: #732db0;
    --fialova-tmava-old: #2f003a; 
    --fialova-svetla: #9D06FF;
    --fialova: #4e0060;
    --fialova-tmava: #3C0053; 

    --modra-svetla: #669efd; 
    --modra: #005efb; 
    --modra-tmava: #003897;

    --zelena-svetla-old: #66cd77;
    --zelena-svetla: #D3CCED;
    --zelena: #00ac1c;
    --zelena-tmava: #006711;

    --cervena-svetla: #ff8f66 ;
    --cervena: #FF062A;
    --cervena-tmava: #992900;

    --tyrkysova-svetla: #66f2ff;     
    --tyrkysova: #00eaff;     
    --tyrkysova-tmava: #008c99;     

    --zlta-svetla: #fffee2;
    --zlta: #fffc6d;
    --zlta-tmava: #999607;

    --siva-svetla: #f5f5f5;
    --siva: #eeeeee;
    --siva-tmava: #8f8f8f;

    --biela:#ffffff;
}
:root50 {
    --cierna:#000000;
    
    --fialova-svetla: #a680af;
    --fialova: #4e0060;
    --fialova-tmava: #270030; 

    --modra-svetla: #80aefd; 
    --modra: #005efb; 
    --modra-tmava: #002f7e;

    --zelena-svetla: #80d68d;
    --zelena: #00ac1c;
    --zelena-tmava: #00560e;

    --cervena-svetla: #ffa180 ;
    --cervena: #ff4400;
    --cervena-tmava: #802200;

    --tyrkysova-svetla: #80f5ff;     
    --tyrkysova: #00eaff;     
    --tyrkysova-tmava: #007580;     

    --zlta-svetla: #fffeb6;
    --zlta: #fffc6d;
    --zlta-tmava: #807e37;

    --siva-svetla: #f7f7f7;
    --siva: #eeeeee;
    --siva-tmava: #777777;

    --biela:#ffffff;
}


div:not(:hover)>.copy_button {opacity:0}
.copy_button {background-image:url(/img/icon_copy.png);background-size:cover;background-position:50% 50%;width:24px;height:24px;position:absolute;cursor:pointer;transition:all 0.5s ease;opacity:0.5;}
.copy_button.clicked {background-image:url(/img/icon_copy_clicked.png);opacity:1}
.copy_button:hover {transform:scale(1.2);opacity:1}

.adserving {
    background-color: var(--fialova);
    margin-left: 4px;
    margin-right: 4px;
    color: white;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    cursor:help;
}
.adserving.error {   background-color: var(--cervena);}


.group_master {display:none}
.group_master_label b {background-color: var(--siva-tmava);color: white;padding: 0px 10px 0px 10px;border-radius: 5px;transition:all 0.5s ease;}
.group_master_label b:hover {background-color: var(--fialova-tmava);}
.stattablebox [mini-cursor="1"],
.artb_stats_sort_groups [mini-cursor="1"] {background-image:url(/img/question_33.png);background-repeat:no-repeat;background-position:bottom right;background-size:12px 12px;}
.stattablebox [mini-cursor="1"]:hover,
.artb_stats_sort_groups [mini-cursor="1"]:hover {background-image:url(/img/question_100.png);}

.campaign_type_filter  {overflow:hidden}
html body div.campaign_type_filter.disabled {color:#999 !important;}
.hoverable {opacity:0.2}
.hoverable:hover {opacity:1}
#clona {background-color:black;opacity:.4;position:absolute;top:0px;left:0px;width: 100%;height: 100%;overflow:hidden;display:none;z-index:90;}
.jq_popup  {display:none;background-color:#FFFFFF;border:1px solid black;border-radius: 3px 3px 3px 3px;box-shadow: 1px 0 2px #E7E7E7;min-height:400px;position:absolute;width:750px;z-index:200;}
.jq_popup  a.close{background-image: url("/img/close_icon.png");border: medium none !important;cursor: pointer !important;float: right;height: 22px;position: absolute;right: -9px;text-decoration: none !important;top: -9px;width: 22px;}

.jq_popup h1 {
    background-color: #BC6216;
    color: white;
    margin-top: 0;
    padding: 4px 10px 5px;
}




.ppc_taboola_on,
.ppc_appnexus_on,
.ppc_taboola_realy_on,
.ppc_appnexus_realy_on,
.native_error{transition:all 0.6s ease; display: block;float: left;border:1px solid var(--tyrkysova-tmava);padding: 5px;background-color: var(--tyrkysova-tmava);color: white !important;font-weight: bold;border-radius: 1px;margin:2px;}
.native_error {border:1px solid var(--cervena) !important;}
.ppc_appnexus_on:hover,.ppc_taboola_on:hover, .native_error:hover{ background-color:white;color: var(--tyrkysova-tmava) !important;}
body .native_error:hover{ color: var(--cervena) !important;}

a.sort_link
{
color:black;
cursor:pointer !important;
cursor:hand !important;
}
img.sort_arrow_up
{
cursor:pointer;
cursor:hand;
border:0px;
}
img.sort_arrow_down
{
cursor:pointer;
cursor:hand;
border:0px;
}
DIV.abutton
{
	border:1px solid black;
	width:200px;
}

DIV.abutton A {
	display:block;
	color:#000000;
	text-decoration:none;
	font: 12px/18px;
	text-align:center;
	border-right:1px solid #85857E;
	border-top:1px solid white;
	border-bottom:1px solid #85857E;
	border-left:1px solid white;
	height:100%;
    background-position:2px 2px;
    background-repeat:no-repeat;


	padding:2px 15px 2px 15px;
}

html>body DIV.abutton A
{
	width:168px;
}

DIV.abutton A.pressed {
	border-right:1px solid #FFFFFF;
	border-top:1px solid #85857E;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #85857E;
	padding:3px 14px 1px 16px;
  background-position:3px 3px;
}

DIV.abutton A:link {color:black}


#outerdiv {border-radius:0px 0px 10px 10px !important;}

DIV#centerdiv {
	width:750px;
	text-align:left;
  margin:0px auto;
  border-radius:0px 0px 10px 10px !important;
}

DIV#fullwidthdiv {
	width:940px;
	text-align:center;
  margin:0px auto;
  padding-bottom:20px;
  background-color:white;
}

DIV#fullwidthdivNMD {
  width:1000px;
  text-align:right;
  margin:0px 0px 0px auto;
  padding-bottom:20px;
  background-color:white;
}

DIV#fullwidthdivbox {
  width:950px;
  text-align:center;
  margin:0px auto;
  background-color:white;
}

DIV#fullwidthdivboxNMD {
  width:1200px;
  text-align:right;
  margin:0px auto 0px auto;
  background-color:white;  
}

DIV#helpbox {
	width:200px;
	text-align:left;
	visibility:hidden;
	background-color:#FFFFAA;
	border:2px solid black;
	font:12px;
	padding:4px;
	position:absolute;
	color:black;
	z-index: 10;
}

.smallgrey {font-size: 11px;color: #999999;}
SMALL {font-size:11px}

.grey {color:var(--siva)}
.orange {color:var(--cervena)}
.yellow {color:var(--zlta)}
.green {color:var(--zelena);}

BODY {
	margin:0px;
    padding-bottom: 15px;
	text-align:center;
	background-color:white;
    font-size: 13px;
    line-height:18px;
}

TABLE TR TD, UL
{
    font-size: 13px;
    line-height:18px;
}

A:link 	 {color: var(--modra-tmava);}
A:visited {color: var(--modra-tmava);}
A IMG  {border: none}
A.help {cursor:help}
IMG.help {margin-left:2px;margin-bottom:2px}
NOBR A:hover {text-decoration:underline;}
NOBR A {text-decoration:none}

SMALL {font-size: 11px}
.small {font-size: 11px}
.medium {font-size: 12px}
.medium TABLE TR TD, TABLE#medium TR TD {font-size:12px}
#black, .black {color: #000000}
#grey, .grey	{color: #C6C3C6}
#mediumgrey, .mediumgrey	{color: #777777}
#darkgrey, .darkgrey {color:#1E1E1E}
#orange, .orange {color:#F16723}
#blue, .blue {color:#526594;}
#linkblue {color:#0000c8}
H1, A.H1, A.H1:visited
{/*Main Headers*/
font-weight:bold;
color: var(--fialova);
text-align:left;
font-size: 20px;
line-height:28px;
margin-bottom:0px;
}

H1.bottom
{
    font-size: 19px;
    color: #3D5E75;
    font-weight:normal;
}

H1.bottom A.submenu
{
    font-size: 12px;
}

H1.bottom SPAN.submenu
{
    font-size: 12px;
    color: #000000;
}

H1.bottom SPAN.submenu_disabled
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

DIV.submenu
{
    /*height: 28px;
    border-left: 1px dotted #000000;
    border-right: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    margin-top: 0px;*/
}

H1.right
{
   font-size: 11px;
   color: #000000;
   font-weight: normal;
   text-align: right;
   vertical-align: bottom;
   line-height: 17px;
}

H6 {/*small bold*/
			font: bold 13px/16px;
			margin-bottom:0px;
}


div.newbutton,div.newbutton_green {
    margin-left:auto;
    margin-right: auto;
	width:200px;
}


div.newbutton a, div.newbutton_green a 
{
    display:block;
	height:32px;
	text-align:center;
	font:bold 14px/30px;
	text-decoration:none;
	color:black;
    cursor:hand;
    cursor:pointer;
    line-height:26px;
} 

div.newbutton a:visited, div.newbutton_green a:visited  { color:black; }

div.newbutton input {
    border-radius: 5px;
    height:32px;
    text-align:center;
    font:bold 14px/30px;
    text-decoration:none;
    background-color: var(--siva);
    color:black;
    cursor:hand;
    cursor:pointer;
    border-style : none;
    width:100%;
}

div.newbutton_green  input {
    height:26px;
    text-align:center;
    font:bold 11px/25px;
    text-decoration:none;
    color:black;
    cursor:hand;
    cursor:pointer;
    border-style : none;
    width:100%;
}


div.newbutton_orange {
    margin-left:auto;
    margin-right: auto;
    width:200px;
    padding-right:4px;
}

div.newbutton_orange  a {
    display:block;
    height:40px;
    text-align:center;
    font:19px/33px Impact;
    text-decoration:none;
    color:black;
    cursor:hand;
    cursor:pointer;
}

DIV.newbutton_orange a:visited
{
    color:black;
}

div.newbutton_orange  input {
    background:url('/img/skin/buttonbgright_w_orange.gif') right no-repeat;
    height:40px;
    text-align:center;
    font:19px/33px Impact;
    text-decoration:none;
    color:white;
    cursor:hand;
    cursor:pointer;
    border-style : none;
    width:100%;
}


div.newbuttonsmall
{
    margin-left:auto;
    margin-right: auto;
    width:100px;
    padding-right:3px;
    background:url('/img/skin/button_small_right.png') right no-repeat;
}

div.newbuttonsmall a 
{
    display:block;
    height:20px;
    text-align:center;
    font:bold 11px/20px;
    text-decoration:none;
    color:black;
    cursor:hand;
    cursor:pointer;
    background:url('/img/skin/button_small.png') left no-repeat;
    width:100%;
    margin: 0px;
} 

div.newbuttonsmall input {
    background:url('/img/skin/button_small.png') left no-repeat;
    height:20px;
    text-align:center;
    font:bold 11px/20px;
    text-decoration:none;
    color:black;
    cursor:hand;
    cursor:pointer;
    border-style : none;
    width:100%;
}

div.buttonnew{
  margin:auto;
  background-image:url(/img/buttons/_back.png);
  background-position:top;
  background-repeat:repeat-x;
  width:150px;
}
div.buttonnew .buttonnew_left{
background-image:url(/img/buttons/_left.png);background-position:top left;background-repeat:no-repeat;
}
div.buttonnew .buttonnew_right{
height:40px;background-position:top right;background-repeat:no-repeat;background-image:url(/img/buttons/_right.png);
}
div.buttonnew .buttonnew_rightx{
height:40px;background-position:top right;background-repeat:no-repeat;background-image:url(/img/buttons/_rightx.png);
}
div.buttonnew input, div.buttonnew a {
background-position:center;
background-repeat:repeat-x;
padding-right:30px;
display:block;
height:30px;
overflow:hidden;
line-height:35px;
text-decoration:none;
color:black;
background-color:transparent;
border-width:0px;
cursor:pointer;
font-weight:bold;
font-size:12px;
text-align:center;
}

div.buttonnewsmall{
  margin:auto;
  background-image:url(/img/buttons/small/_back.png);
  background-position:top;
  background-repeat:repeat-x;
  width:150px;
}
div.buttonnewsmall .buttonnew_left{
background-image:url(/img/buttons/small/_left.png);background-position:top left;background-repeat:no-repeat;
}
div.buttonnewsmall .buttonnew_right{
height:30px;background-position:top right;background-repeat:no-repeat;background-image:url(/img/buttons/small/_right.png);
}
div.buttonnewsmall .buttonnew_rightx{
height:30px;background-position:top right;background-repeat:no-repeat;background-image:url(/img/buttons/small/_rightx.png);
}
div.buttonnewsmall input, div.buttonnewsmall a {
background-position:center;
background-repeat:repeat-x;
padding-right:30px;
display:block;
height:30px;
overflow:hidden;
line-height:26px;
text-decoration:none;
color:black;
background-color:transparent;
border-width:0px;
cursor:pointer;
font-weight:normal;
font-size:11px;
text-align:center;
}

div.buttonnewsmall .buttonnew_rightx input, div.buttonnewsmall .buttonnew_rightx a, div.buttonnew .buttonnew_rightx input, div.buttonnew .buttonnew_rightx a {
  padding-right:0px;
  width:100%;
}
div.buttonnewsmall input:hover, div.buttonnewsmall a:hover, div.buttonnew input:hover, div.buttonnew a:hover{
background-image:url(/img/buttons/light.png);
}
div.buttonnewsmall input:hover, div.buttonnewsmall .buttonnew_rightx a:hover div.buttonnew input:hover, div.buttonnew .buttonnew_rightx a:hover{
background-image:url(/img/buttons/light.png);
}

div.buttonnewsmall input:focus, div.buttonnewsmall input:active,div.buttonnewsmall input:-moz-focus-inner ,div.buttonnewsmall a:focus, div.buttonnewsmall a:active,div.buttonnewsmall a:-moz-focus-inner {
outline: 0;
border: 0;
}


div.buttonnew input:focus, div.buttonnew input:active,div.buttonnew input:-moz-focus-inner ,div.buttonnew a:focus, div.buttonnew a:active,div.buttonnew a:-moz-focus-inner {
outline: 0;
border: 0;
}

.tiptable TR TD {font-size:12px;border:1px solid black;background-color:#576694;color:#FFFFFF;padding:2px;padding-left:4px;}

/*.tiptable TR TD {font-size:12px;border:1px solid #C9C9BC;background-color:#F7F7E7;color:#000000;padding:2px;padding-left:4px;}
	*/
/* menu a TDButton */	

.button {
background-color: var(--zelena);
padding: 6px 15px;
color: var(--biela);
border-radius: 2px;
border: 0px;
margin: 4px;
transition:background-color 0.5s ease;
cursor:pointer;
}
.button:hover {background-color:var(--fialova);}

TD.menu {cursor:pointer;cursor:hand;height:20px;border-top:1px solid #151A3A;border-bottom:1px solid #000000;background-color:#E5E4D3}

TD.menu DIV {font: 12px/20px;text-align:center;height:100%;border-right:1px solid #85857E;border-top:1px solid #FFFFFF; border-bottom:1px solid #85857E;border-left:1px solid #FFFFFF}

TD.menu A {/*Filter: Glow(Color=#FFFFFF, Strength=2);*/text-decoration:none;color:black;width:100%;}

TD.menu A.selected {font-weight:bold}

TD.menu DIV.register {background-color:#47AE3C;border-right:1px solid #054A06;border-top:1px solid #C3ECC5; border-bottom:1px solid #054A06;border-left:1px solid #C3ECC5}

DIV.submenu
{
    width:100%;
    text-align:right;
    margin-top:-16px;
    margin-bottom:40px;
}

/* end TDButton */

.rollover a {display:block; background-color: #FFFFFF}
.rollover a:hover {background-color:#E5E4D3}


TABLE.thin, TABLE.thininvisible
{
				padding:0px;
				background-color: #000000;
}

TABLE.thin_border TD.darkbeige 
{
    border-top: 1px solid #000000;
    background-color:#E8E8D9;
    font-weight:bold;
    font-size:12px;
}

TABLE.thin_border TD
{
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 3px;
    padding-right: 3px;
}

TABLE.thininvisible TR.invisible {display:none}

.expandable_section_collapsed .hideable
{
    display:none;
}

.expandable_section_expanded .hideable
{
}

.expandable_section_collapsed .inverse
{
}

.expandable_section_expanded .inverse
{
    display:none;
}

TABLE.thin TR TD.header
{
    font-weight:bold;
    text-align:center;
    background-color:#E8E8D9;
}
			
TABLE.thin TR TD.darkbeige, TABLE.thin TR.darkbeige TD, TABLE.thininvisible TR TD.darkbeige	{background-color:#E8E8D9;font-weight:bold;font-size:12px;}
TABLE.thin TR TD.palebeige, TABLE.thin TR.palebeige TD, TABLE.thininvisible TR TD.palebeige	{background-color:#F7F7E7;}

.bggrey {background-color:#F7F7F7;}

TABLE.thin TR TD,TABLE.thininvisible TR TD
			{
				background-color: #ffffff;
				padding-left: 4px;
				padding-right:2px;
				height:20px;
			}
            
TABLE.thin TR.hidden
{
    display: none;
}
			

DIV.campaignBlocked {color:#B2B2B2}
DIV.campaignBlocked A {color:#B2B2EE}

DIV.campaignActive SPAN.red {color:var(--cervena)}
DIV.campaignBlocked SPAN.red {color:#FFB2B2}

Div.news {line-height:20px;margin-top:5px;}
Div.news DIV {margin-bottom:5px}
TD.n {text-align:right}

Div.error {
    width:100%;
    background-color:red;
    color:white;
    font:bold 14px/18px;
    padding:2px;
}
input.error{
    border-color:var(--cervena);
    background-color:var(--zlta);
    border-style:solid;
    border-width:1px;
}

/* -------------------------------- */
/* Messages - common */
UL.messages {
    color:black;
    margin-left:0px;
    margin-bottom:15px;
    background-position:60px left;
    background-repeat:no-repeat;
    min-height: 90px;
}

UL.messages li.title {
    font-size:16px;
    line-height:22px;
    font-weight:bold;
    color:white;
    list-style-type: none;
    padding:1px 0px 1px 10px;
    margin-left:0px;
    margin-bottom:5px;
}

UL.messages li {
    margin-left:120px;
    padding-bottom:5px;
}

html>body UL.messages li.title {
    margin-left:-40px;
}

html>body UL.messages li {
    margin-left:50px;
}



/* Error messages */
UL.messages#errormessage
{
    background-color:var(--cervena);
    border-bottom-color:var(--cervena);;
}

UL.messages#errormessage li.title
{
    background-color:var(--cervena);
}

/* Warning messages */
UL.messages#warningmessage
{
    background-color:var(--zlta);
    border-bottom: 2px solid var(--zlta);
    border-left: 2px solid var(--zlta);
    border-right: 2px solid var(--zlta);
    background-image:url('/img/message_bg_warning2.gif');
    background-position:15px 40px;
    background-repeat:no-repeat;

}

UL.messages#warningmessage li.title
{
    background-color:#77BB44;
}

UL.messages#tipmessage
{
    background-color:var(--biela);
    border-bottom-color:var(--fialova-tmava);
}

UL.messages#tipmessage li.title
{
    background-color:#5A6790;
}

DIV.warningmessage_small
{
    border: 2px solid #fef200;
    font-size: 11px;
    height: 20px;
    background-color:#fffebb;
    
}

DIV.warningmessage_small IMG
{
    margin-top:2px;
    margin-right: 5px;
    margin-left: 5px;
}

/* -------------------------------- */

/* MESSAGES TABLE */
TABLE.messages
{
    width: 95%;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    height: 90px;
    margin-top: 5px !important;
    margin-bottom: 25px !important;
    border: 2px solid;
    overflow:hidden;
}

TABLE.messages TR TD
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 4px;
    height: 22px;
}

TABLE.messages TR TD.image
{
    width: 70px;
}

TABLE.messages TR TD#x
{
    text-align: right;
}

TABLE.messages TR TD.title
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 24px;
    padding-left: 4px;
}

TABLE.messages TR TD LI P
{
    color: #000000;
    color:var(--fialova);
    font-size:14px;
}


TABLE.messages#success
{
    border-color: #77BB44;
}

TABLE.messages#success TR TD.title
{
    background-color: #77BB44;
}

TABLE.messages#warning TR TD LI
{
    list-style-type:none;
}

TABLE.messages#success TR TD
{
    background-color: #F1F8EC;
}

TABLE.messages#success TR TD LI
{
    list-style-type:square;
    color: #77BB44;
}

TABLE.messages#error
{
    border-color: var(--cervena);;
}

TABLE.messages#error TR TD.title
{
    background-color: var(--cervena);;
}

TABLE.messages#error TR TD LI
{
    list-style-type:square;
    color: #F60000;
}

TABLE.messages#error TR TD
{
    background-color: #FFFFB6;
}
    
TABLE.messages#warning { border-color: var(--zlta);  border-radius: 8px; }
TABLE.messages#tip     { border-color: var(--fialova-svetla); border-radius: 8px;}
TABLE.messages#tip TD.title span   { color: var(--biela) !important;}

TABLE.messages#tip TR TD * {   color: var(--fialova-tmava);   font-size: 16px; }
TABLE.messages .title span {   padding:5px 25px;   text-transform: uppercase;}

TABLE.messages#error     { border-color: var(--cervena  ); border-radius: 8px;}
TABLE.messages#error TR TD * {   color: var(--cervena-tmava);   font-size: 16px; }
TABLE.messages#error TR TD.title * {   color: var(--biela) !important;}
TABLE.messages#error TR TD i {   color: var(--siva-tmava) !important;display:block}

  
  
TABLE.messages#warning TR TD.title
{
background-color: var(--zlta);
color: var(--fialova);
}
TABLE.messages#tip TR TD.title        
{
background-color: var(--fialova-svetla) !important;
color: var(--biela) !important;
}

TABLE.messages#warning TR TD, TABLE.messages#tip TR TD
{
    background-color: #fefefe;/*#FFFFB6;*/
    text-align: left;
}

TABLE.messages#warning TR TD LI
{
    list-style-type:square;
}

DIV#link_shortening, DIV#limiter_warning, DIV.popup_warning
{
    display: none;
    border: 1px solid #000000;
    
    background-color: #FFFFFF;
}

TABLE.popup_warning
{
    border: 1px solid #000000;
    margin: 1px;
    width: 544px;
}

TABLE.popup_warning TR TD.x
{
    text-align:right;
    padding-right:1px;
    height:26px;
    background-color:#e3e1d2;
    border-bottom: 1px solid #000000;
    padding-right: 7px;
}

TABLE.popup_warning TR TD.gap
{
    width: 20px;
}

TABLE.popup_warning TR TD.description
{
   font-size: 12px;
   padding-top: 20px;
}

TABLE.popup_warning TR TD.footer
{
   font-size: 12px;
   font-weight: bold;
   color: #f97121;
   padding-top: 10px;
   padding-bottom: 30px;
}

TABLE.popup_warning TR TD.title
{
    font-size: 18px;
    line-height: 16px;    
    padding-top: 20px;
    border-bottom: 1px solid #e3e1d2;
}

TABLE.popup_warning DIV.popup_div
{
    font-size: 11px;
    font-weight: bold;
    color: #FF7322;
    margin: 10px;
}

TABLE.popup_warning DIV.popup_div LI, TABLE.popup_warning DIV.popup_div DIV
{
    font-weight: normal;
    color: #000000;
}

DIV.popup_div
{
    font-size: 11px;
    font-weight: bold;
    color: #FF7322;
    margin: 10px;
}

DIV.popup_div LI, DIV.popup_div DIV
{
    font-weight: normal;
    color: #000000;
}

TR.form_row TD.afterinput, TABLE.register TR TD.afterinput 
{
    padding-left:5px !important;
    /*
    border: 1px solid red;
    background-color: #fde5e5;
    */ 
    padding-left: 10px; 
    padding-right: 10px; 
    width: 180px; 
    vertical-align: middle; 
    line-height: 16px; 
    color: #808080;
}

TR.form_row TD.afterinput_info, TABLE.register TR TD.afterinput_info
{
    border: 1px solid #1A9411;
    background-color: #E0EFD5;
    padding: 10px; 
    width: 180px; 
    vertical-align: middle; 
    line-height: 16px; 
    color: #000000;  
    padding-left:5px !important; 
    font-size: 11px;  
    
}

TR.form_row TD.form_row_input INPUT {
margin-bottom:10px;
}
TD.formelementcaption {
    text-align:left;
    padding-right:5px;
    padding-top:4px;
    padding-left:12px;
    padding-bottom:5px;
    font-size: 12px;
}
TD.form_row_input
{
    vertical-align: top;
}
TD.formelementcaption_required {
    background-image:url('/img/required_bg.gif');
    background-repeat:no-repeat;
    background-position:2px 6px;
    font-weight:bold;
    text-align:right;
    padding-left:12px;
    padding-right:5px;
    padding-top:4px;
    font-size: 12px;
    text-align:left;
}

TD.formelementcaption SMALL{
    font-weight:normal;
    color:#808080;
}

TD.afterinput
{
    color: #7F7F7F;
    font-size: 11px;
    line-height:11px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

TABLE.section
{
    width:100%;
    border-bottom:1px solid #676767;
    margin-bottom:5px;
}

TD.sectionheading
{
    color:#F16723;
    font-size: 13px;
    font-weight: bold;
}

TD.sectionheading_right
{
    text-align:right;
}

.formrowcomment
{
    color:#6C6D6C;
    font-size:11px;
    line-height:12px;
    padding-bottom:10px;
}

.faq {
    margin-top:20px
}

.faqquestions {
    margin-top:3px;
}

DIV.charcounter {
text-align:left;
font:11px;
color: black;
padding-right:3px;
margin:0px;padding:0px;
}

SPAN#descriptioncounter, SPAN#titlecounter
{
    color:#FF6500;
}

.stats_div
{
    text-align:right;
}

TABLE.infotable_main
{
    width: 100%;
}

TABLE.infotable_main TD.text
{
  padding-top:10px;
  /*line-height:18px;*/
}

TABLE.infotable_main .header
{
   border-bottom: 1px solid #000000;
   padding-left: 4px;

   font-size: 24px;
   font-weight: normal;
   line-height: 27px;
   color:  #FF6600;
   height: 25px;
}



TABLE.infotable_item
{
    width: 518px;
}

TABLE.infotable_item TD
{
    padding-left: 20px;
    text-align:left;
    font-size: 11px;
}

TABLE.infotable_item .header
{
   border-bottom: solid 1px black;
   padding-left: 2px;
   font-size: 12px;
   font-weight: bold;
   color:  #000000;
}


table.box {
  border: 1px solid var(--fialova);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
  border-radius: 10px;
}
table.box td.header {border-radius:10px 10px 0px 0px}
table.box td.body {border-radius:0px 0px 10px 10px}

TABLE.box
{
    width:220px;
}

TABLE.box TD.header
{
   background-color:var(--fialova);
   border-top:1px solid var(--fialova-tmava);
   border-left:1px solid var(--fialova-tmava);
   border-right:1px solid var(--fialova-tmava);
   font-size: 14px;
   font-weight: bold;
   color:var(--siva);
   height:27px;
   padding-top: 3px 10px;
}

TABLE.box TD.body
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    text-align:left;
    font-size: 11px;
    font-weight: bold;
}

TABLE.infotable_result
{
    width: 100%;
    border: 1px solid #000000;
}

TABLE.infotable_result TD
{
    padding: 1px;
    border-top: 1px solid #000000;
    font-size: 11px;
}

TABLE.infotable_result TD.np
{
    background-color: #F5F5EF;
}

TABLE.infotable_result .header
{
    background-color: #446A84;
    border-top: none;
    color: #FFFFFF;
    font-weight: bold;
    text-align:center;
}

TABLE.index
{
    width:100%;
}

TABLE.index TD, TABLE.index TD OL
{

    color: #F16723;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding-left: 0px;
    margin-top:0px;
    margin-bottom:10px;
}

TABLE.index TD.header
{
    padding-left: 40px;
    font-weight:bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}

TABLE.index TD.bordered
{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

TABLE.index TD.image
{
    height:146px;
    font-weight: bold;
    font-size: 11px;
    color: #808080;
    text-align: right; 
    vertical-align: top;
    padding-right: 8px;   
    padding-top: 8px;  
    line-height: 16px; 
    cursor:pointer;
}

OL.index
{
    color:#F16723;
    text-align:left;
    font-size: 13px;
    font-weight: bold;
}

html>body OL.index {
    margin-left:28px;
}

SPAN.index
{
    color:#000000;
    font-weight: normal;
}

UL.index_nav
{
    font-size:11px;
    list-style-type:none;
    margin-top: 10px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:7px;
    /*
    padding-left:40px;
    */
    padding:0px;
}

UL.index_nav LI#selected
{
    background:URL("/img/small_orange_arrow.gif") no-repeat 0px 3px;
}

UL.index_nav LI#selected A
{
    color:black;
    text-decoration:none;
}

UL.index_nav LI {
    /*padding-left:15px;*/
    background:URL("/img/ul_arrow.gif") no-repeat 2px 7px;
}
UL.index_nav LI A
{
    font-weight: normal;
    margin-left:15px;
    display:block;
}

html>body ul.index_nav {
    /*
    margin-left:-35px;
  */
}

UL.index_nav #thin
{
    font-weight:normal;
    padding-bottom:0px;
}

UL.index_nav LI
{
    margin-top: 5px;
}

TABLE.helptable
{
    border-bottom:1px solid #000000;
    width:100%;
    margin-top:30px;
}

TABLE.helptable TR TD
{
    font-size: 11px;
    background-color: #FBFBF8;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

TABLE.helptable TR TD.header
{
    color: var(--cervena-svetla);
    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom:1px solid #000000;
    padding-left:0px;
}
TABLE.helptable TR TD.title
{
    padding-top: 6px;
    font-weight: bold;
}

TABLE TR TD.help_hl
{
    background:url('/img/dotted_line.gif') repeat-x 0% 100%;
    width:100%;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 1px;
}

TABLE TR TD.required
{
    font-weight:bold;
}

TABLE TR TD.optional
{
    font-weight:normal;
}


.form_header
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: var(--cervena-svetla);
    text-align: left;
    padding-bottom:5px;
}

TABLE TR TD.form_header A.helplink
{
    font-size: 11px;
    font-weight: normal;
    color: var(--zelena);
}

TABLE TR TD.comment
{
    font-size: 11px;
    color: color: var(--siva-tmava);
}

TABLE.bid_help
{
    width: 100%;
    margin-bottom: 20px;
}

TABLE TR TD TABLE.bid_help TR TD
{
    border: none;
    text-align: left;
    padding-left: 10px;
    background-color: #FFFFFF;
}

TABLE TR TD TABLE.bid_help TR TD.header
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
}

TABLE TR TD TABLE.bid_help TR TD.text
{
    background-image: url('/img/bidhelp_background.gif');
    height: 33px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 12px;
    color: #404F34;
}

TABLE TR TD TABLE.bid_help TR TD.link, TABLE TR TD TABLE.bid_help TR TD.arrow
{
    padding-top: 12px;
    font-weight: bold;
}

.block
{
    display:block;
}

.none
{
    display:none;
}

.display
{
}
/* savedialog */

table.dialog tr.required td.legend 
{
font-weight:bold;
}
table.dialog tr.required td.legend:before {content: "*";color:red;}

TABLE.index_table TR TD
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right:10px;
}
/****************************************** multi_select ****************************************************/
DIV.multi_select
{
    background-color:#E8E5CD;
    margin-bottom:10px;
    padding:5px;
    border:1px solid black;
    background-image:url('/img/multi_search_bg.gif');
    background-repeat:no-repeat;
    background-position:-10px -10px;
}
DIV.multi_select h2
{
text-align:left;
margin-top:4px;
margin-left:20px;
}
/****************************************** calendar_form ****************************************************/
.adminBody FORM.calendar_form
{
    background-image:url('/img/calendar_bg_icon.png');
    background-repeat:no-repeat;
    background-position:5px 5px;
    background-size:32px 32px;
    background-color:var(--siva);
    border-radius:3px;
    border: 1px solid var(--fialova);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 10px;
}
FORM.calendar_form
{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    padding:5px;
    border: 1px solid var(--fialova);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 10px;
}
FORM.calendar_form h2
{
text-align:left;
margin-top:4px;
margin-left:40px;
}
FORM.calendar_form table.calendar
{
border:1px solid black;
}

FORM.calendar_form table.calendar td.link,FORM.calendar_form table.calendar td.wlink,FORM.calendar_form table.calendar td.nowlink
{
cursor:pointer;
}
/****************************************** customer form_table ****************************************************/
FORM.form_table .newbutton { margin-top:10px; }
FORM.form_table
{
    margin-left:auto;
    margin-right:auto;
    background-color:var(--siva);
    margin-bottom:10px;
    padding:5px;
    border:1px solid var(--siva-tmava);
    border-radius:5px;
    width:600px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}
FORM.form_table h2
{
text-align:left;
margin-left:15px;
margin-top:5px;
padding:0px;
font-size:16px;
}
FORM.form_table table
{
width:100%;
}
/****************************************** admin form_table ****************************************************/
.adminBody FORM.form_table
{
    margin-left:auto;
    margin-right:auto;
    background-color:var(--siva);
    margin-bottom:10px;
    padding:5px;
    border:1px solid black;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    
    background-repeat:no-repeat;
    background-position:-5px -5px;
    width:600px;
}
.adminBody FORM.form_table h2
{
text-align:left;
margin-top:4px;
margin-left:40px;
}
.adminBody FORM.form_table table
{
width:100%;
}


.gradient-button {
    margin: 10px;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}
.adminBody  A.buttonlike:hover{
    background-color: var(--fialova) !important;
    margin: 2px 3px 4px;
    color:var(--siva) !important;
}

body.adminBody  A.buttonlike.singleclick.disabled{
background-image: linear-gradient(to right, #d2d2d2 0%, #d5d5d5 51%, #c4cfea 120%) !important;
font-weight:normal !important;
text-decoration: none !important;
color:#929292 !important; 
cursor:not-allowed;

}
body.adminBody div A.revise_ok {
color: var(--biela) !important;
width: 100% !important;
text-decoration: none;
font-size: 20px !important;
line-height: 40px;
background-color: var(--zelena) !important;
height: 40px !important;
}
.adminBody  A.buttonlike
{
margin: 2px 3px 4px;
width:298px;
margin-top:2px;
display:block;
height:22px;
cursor:pointer;
font-size:14px;
background-color:var(--siva);
text-align:center;
border-radius: 3px;
color:var(--fialova-tmava) !important;
border:1px solid #777;
padding-top:4px;
transition:all 1s ease;
}
.adminBody A.buttonlike:visited, A.buttonlike:active, A.buttonlike:link
{
color:black;
}
/****************************************** end admin form_table ****************************************************/


div.one_line_example
{
margin-left:30px;
font-size:11px;
line-height:14px;
overflow:hidden;
display:block;
float:left;
white-space:nowrap;
width:400px;
height:45px;
border:1px solid #d0d0d0;
padding-top:1px;
padding-left:3px;
}
div.one_line_example a
{
color:#003399;
}
div.one_line_example b
{
color:#ca0000;font-weight:bold;
}
div.two_line_example
{
margin-left:30px;
display:block;
float:left;
font-size:11px;
line-height:14px;
overflow:hidden;
white-space:nowrap;
width:234px;
height:60px;
border:1px solid #d0d0d0;
padding-top:1px;
padding-bottom:1px;
padding-left:3px;
}
div.two_line_example a
{
color:#003399;


}
div.two_line_example b
{
color:#ca0000;font-weight:bold;
}

input.form_link_input_with_http
{
    background-image:url('/img/http_bg_black.gif');
    padding-left:49px;
    background-repeat:no-repeat;
    background-position:0% 50%;
}

TABLE.keyword_dig#result
{
    height: 350px !important;   
}

TABLE.keyword_dig
{
    width: 500px !important;
    margin-top: 5px;
    background-color: #FFFFFF;
}

TABLE.keyword_dig TR TD
{
}

TABLE.keyword_dig TR TD.top_header
{
    font-weight: bold;
}

TABLE.keyword_dig TR TD.header
{
    padding-bottom: 5px;
    border-bottom: 1px dotted #000000;
    font-size: 11px;
}

TABLE.keyword_dig TR TD LABEL
{
    font-size: 11px;
}

TABLE.keyword_dig TR TD.gap
{
    line-height: 8px;
    font-size: 1px;  
}

TABLE.keyword_dig TR TD.footer
{
    padding-top: 6px;
    height: 100%;
    vertical-align: top;
}

TABLE.keyword_dig TEXTAREA
{
    width: 500px !important;
    margin-top: 5px;
    margin-bottom: 8px;
    height: 75px;
}

TABLE.keyword_dig TR TD#keyword_dig_results, 
TABLE.keyword_dig TR TD#short_keyword_dig_results, 
TABLE.keyword_dig TR TD#context_keyword_dig_results, 
TABLE.keyword_dig TR TD#portal_list_result
{
    height: 355px;
    background: url('/img/indafone/loading_animation_2.gif');
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

table.admint td{background-color:white;}
table.admint{background-color:black;}
table.admint td.header
{
background-color:#e8e8d9;
text-align:center;
color:black;

}
table.admint td{}
table.admint td.sumheader
{
border-bottom:0px;
border-left:0px;
text-align:right;
font-weight:bold;
padding-right:10px;   
}
table.admint td.sum
{
text-align:center;
font-weight:bold;
}
table.admint td.groupname
{
    width:60%;
    font-weight:bold;
}
table.admint td.title
{
padding-left:4px;
text-align:left;
width:50%;
}



form.form_table div.greenbutton input.greenbutton
{
height:25px !important;
font-size:14px !important;
}
form.form_table div.greenbutton
{
height:25px !important;
clear:both;
display:block;
text-align:center;
}

td.greywarning
{
    background-color:var(--siva);
    padding:5px;
    border-bottom:1px dotted #000000;
    font-size:11px;
    font-weight:bold;
}


SELECT OPTION.normal
{
    font-weight: normal !important;
    color: #000000;
    background-color: #FFFFFF;
}

SELECT OPTION.italic
{
    font-weight: bold !important;
    color: #000000;
    background-color: #FFFFFF;
    font-style: italic;
}

TABLE.area_small_faq
{
    width: 170px;
    border: 1px solid #8d8d8d;
    background-image: url('/img/partner/area_faq_background.gif');
    margin-left:20px;       
}

TABLE.area_small_faq TR TD.title
{
    font-weight: bold;
}

TABLE.area_small_faq TR TD
{
    padding: 5px;
    font-size: 11px;
}

TABLE.area_small_faq_complete
{
    margin-bottom: 20px;
}

TABLE.area_small_faq_complete TR TD.title
{
    font-weight: bold;
    padding-bottom: 2px;
}

TABLE.area_small_faq_complete TR TD
{
    padding-left: 5px;
    padding-bottom: 7px;
    font-size: 11px;
}
TABLE.newbiesteps{
  width:840px;
  margin:auto auto 5px auto;
  border-style:solid;border-color:#aaaaaa;border-width:0px 0px 0px 0px;
}
#CHeader H1{
margin:0px;
padding:0px;
}
table#CHeader{
	  background-image:url('/img/topmenu/cool_line.png');
    background-repeat:repeat-x;
    background-position:0px 30px;

}
table td.headrow{
    height:40px;
    line-height:30px;
}
div#aroundTable{
  width:600px;
  overflow:hidden;
}
div.horizont{
  height:5px;
  overflow:hidden;
  margin:auto auto 5px auto;
	  background-image:url('/img/topmenu/cool_line.png');
    background-repeat:repeat-x;
    background-position:0px 0px;

}

div.popup2{
    border-color:#dddddd !important;
    border-radius:3px; 
    /*background-image:url('/img/topmenu/gradient32v.png');
    background-repeat:repeat-x;
    background-position:0px 0px;
  */
}

div.space{clear:both;overflow:hidden;font-size:1px;line-height:1px;}
div.space1{clear:both;height:1px;overflow:hidden;font-size:1px;line-height:1px;}
div.space10{clear:both;height:10px;overflow:hidden;font-size:8px;line-height:10px;}
div.space20{clear:both;height:20px;}
div.space30{clear:both;height:30px;}

div.inNavigationBox{
  margin:10px 17px 20px 17px;
}

div.halfs div.leftSide{
  width:320px;margin-left:30px;float:left;text-align:left;
}
div.halfs div.rightSide{  width:320px;margin-right:30px;float:right;text-align:left;}
div.halfs div.space{  clear:both;overflow:hidden;font-size:1px;line-height:1px;}
div.headlineSmall{clear:both;font-weight:bold;border-bottom:1px solid black;}
div.hotlineAbout{}
div.hotlineAbout div.hotlinePortrait{width:92px;float:left;margin:0px;overflow:hidden;padding:0px;}
div.hotlineAbout div.hotlinePortrait img{width:90px;border:1px solid black;margin-top:6px;}
div.hotlineAbout div.hotlineDescription{
line-height:23px;
margin-bottom:20px;
margin-left:105px;
padding:0px;
}
div.hotlineAbout div.hotlinePeknyDen{clear:both;text-align:right;margin-bottom:20px;}
div.writeMe{ }
div.contactMe{}
.cursor_hand, .cursor_pointer {    cursor: hand;    cursor: pointer;   }
.hidden{    display: none !important;}
.sticky {
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  padding:15px;
  top:30px;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  transform:rotate(5deg);
  position:relative;
}

.continue_button2{background: none repeat scroll 0 0 #DF465A;border: 1px solid #C8C8C8;border-radius: 5px;color: #FFFFFF !important;border:none !important;cursor: pointer;display: inline-block;min-width: 100px;padding: 6px;text-align: center;float:right;text-decoration:none;}
.continue_button3{background: none repeat scroll 0 0 #45aec9;border: 1px solid #C8C8C8;border-radius: 5px;color: #FFFFFF !important;border:none !important;cursor: pointer;display: inline-block;min-width: 100px;padding: 2px;text-align: center;text-decoration:none;}
.nice_browse{width:110px;padding:10px;color:white;background:#45aec9;float:left;text-align:center;border-radius:5px;cursor:pointer}
/*.clear_both_popup2{margin-top:10px;border-bottom:solid 1px rgb(230,230,230);}*/
#g_helptext_logosettings{border-radius:10px;}

dfn {opacity:.2;margin:2px;width:10px;height:10px;background-image:url('/img/edit_icon.png');display:block;float:left;z-index:100;cursor:hand;cursor:pointer;}
dfn:hover {opacity:1;margin:2px;}
.wrap_desc_close{
    position:absolute;
    top:-10px;
    right:-10px; 
    width:22px;
    height:22px;
    background-image:url(/img/close_icon_red.png);   
    cursor:pointer;
}
#kalendarBack{
    z-index:100;
}
#kalendarBack + .kalendar, #kalendarBack + .kalendar + .kalendar{
    z-index:100;
}

.gib .userinfo_id {color:white !important}

.dashboard_inwrap > .chart_wrap{
	padding:10px !important;	
	margin:0px !important;	
}


.agency_customer_status_selector  .status_option_title {

padding-bottom:5px;
margin-bottom:15px;
border-bottom:1px dashed #7f7f7f;
}

 .hover_visible {opacity:0.1;transition: opacity 2s;}
 li li:hover .hover_visible {opacity:0.5}
 .hover_visible:hover {opacity:1 !important;transition: opacity 1s;}
 
 .ourips b,
 .ourips a {color:var(--fialova-tmava) !important;}
 .ourips {background-color: var(--zlta-svetla);border-bottom:3px solid var(--fialova-tmava);color:var(--fialova-tmava);opacity:0.75 !important;transition:all 0.4s ease}
 .ourips:hover {opacity:1 !important;}
 
 .ourips:after{
    content: "IBA Z NASICH IP";
    padding: 5px 10px 5px 10px;
    display: none;
    position: absolute;
    z-index:10;
    //top: 0px;
    //right: -30px;
    font-size:14px;
    line-height:18px;
    text-align: center;
    background-color: var(--fialova-tmava);
    border: 0px;
    color:var(--zlta);
    float:left;
    border-radius: 2px;
}
.ourips:hover:after{
    display: block;
}
 
.networkswitch.ourips:after, .debugswitch.ourips:after{display:none !important;}
 
 #forppcnws_header  img, #forppcimgnws_header img {height: 32px;float: left;position: absolute;top: 9px;}
 #forppcnws_header {position:relative;}
 #forppcnws_header ,#forppcimgnws_header {padding:10px;padding-top:20px;margin:-6px;background-image: url(/img/bg_news.jpg);background-size: cover;cursor:pointer;text-align:center}
 #forppcnws, #forppcimgnws{text-decoration:underline;color: #255563 !important;}