@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');

@import url('pagination.css');

:root {
    /* default variables, rewrite values in theme */
    --color-link-hover: #0d58d0;
    --border-color: #cfcfcf;
    --border-color-dark: #3f4042;
    --required: #8ab4f8;
    --required-dark: #047db7;
    --font-color: #282828;
    --background-color: #f3f4f6;
    --background-color-dark: #211f21;
    --background-color-container: #fff;
    --background-color-container-dark: #18181b;
}

body {
	color: var(--font-color);
	background-color: var(--background-color);
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 170%;
}

.body-overlay {
	/* intended for themes */
}

/* one-way css class  */
.fl{float:left;}
.fr{float:right;}
.center{text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.upper {text-transform: uppercase;}
.lower {text-transform: lowercase;}
.strong {font-weight: bold; }
.normal {font-weight: normal; }
.italic {  font-style: italic; }
.upper_off {text-transform: none;}
.bgwh { background-color: white; }
.wh { color: white; }
.note { color: #AAAAAA; }
.small {font-size: 14px; line-height: 20px; }
.mini {font-size: 13px; }
.micro {font-size: 12px;  }
.big { font-size: 120%; }
.low { line-height: 130%; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
.inline { display: inline; }
.inline-block { display: inline-block; }
.pointer { cursor: pointer; }
.nowrap { white-space: nowrap; }
.dotted { border-bottom: 1px dotted; }
.va-middle { vertical-align: middle; }
.nobr { white-space:nowrap; }
.line-through {text-decoration: line-through; }
.underline {text-decoration: underline; }
sup, .sup  { vertical-align: top; position: relative; top: -0.3em; }

a.ico { text-decoration: none; }
a.ico:visited { text-decoration: none; }
a.ico:hover { text-decoration: underline; }

 /* text tag with some color background */
.tag {
	display: inline-block; padding: 2px 4px; margin: 2px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	line-height: 150%;
    /* default and hover background-color and color, use e.g. bc5 for primary tag colors */
    background-color: #3498DB; border-color: #3498DB; color: #fff;
}

.tag a:hover {
    color: #fff;
}

.tag input[type="radio"] {
	margin: 0 3px 0 0; padding:0;
	vertical-align: middle;
}

.width-full { width: 100% !important; }
.width-half { width: 50% !important; }
.width-quarter { width: 25% !important; }

.w-25 { width: 25px; }
.w-50 { width: 50px; }
.w-75 { width: 75px; }
.w-100 { width: 100px; }
.w-200 { width: 200px; }
.w-250 { width: 250px; }
.w-300 { width: 300px; }
.w-350 { width: 350px; }

/* common elements */

a {color: #343434; text-decoration: underline; }
a:hover {
	color: var(--color-link-hover); 
	text-decoration:none;
}

a.nocolor { color: #6A6A6A; }
a.nocolor:hover { color: #3F98D8; }

.link_2 {text-decoration: none;}
.link_2:hover {text-decoration: underline;}

/* font awesome */
a.ficon {text-decoration: none; }
a.ficon:hover {text-decoration: none !important;}
.ficon.right { margin: 0 0.3em 0 0; }
.ficon.left { margin: 0 0 0 0.3em; }
.ficon.none { margin: 0 0 0 0; }

.hidden{
	display: none;
}
.opacity_hide { opacity: 0; }
.opacity_show { opacity: 1; }
.opacity_90 { opacity: 0.90;}

.cleaner{
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

/* https://css-tricks.com/examples/hrs/ */	
hr {
	border: 0;
	height: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.09);
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);	
}

/* source: http://developer.mozilla.org/en/docs/Consistent_List_Indentation */
.container ul {
	margin-left: 0; padding-left: 20px;
	margin-top: 2px; margin-bottom: 2px;
}
.container ol {
	margin-left: 0px; padding-left: 20px;
	margin-top: 2px; margin-bottom: 2px;
}
.container li { margin-bottom: 4px; text-align:left; }

.container td {
	border-collapse: collapse;
	padding: 6px;
}

div.message {
    display: table;
    min-width: 250px;
    background-color: #E1EFF9;
    color: #5F5F5F;
    line-height: 140%;
    margin: 0 0 10px 0;
    /* https://stackoverflow.com/questions/20505008/css-property-to-pad-text-inside-of-div
    */
    padding: 10px 15px;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}

div.message.block {
    display: block;
    width: auto;
}

div.message.inline {
    display: inline-block;
    margin: 0 0 0 0;
}

div.message.narrow {
	padding: 5px 10px;
}

div.message.warning { background-color: #FDEFDD;  border: 1px solid #FACF9A; }
div.message.warning .ficon { color: #F3A547; }
div.message.error {	background-color: #FBE0DF; border: 1px solid #F1A7A3; }
div.message.error .ficon { color: #E86058; }
div.message.info { background-color: #E4F5F1; border: 1px solid #A8E1D6; }
div.message.info .ficon { color: #47C1A6; }
div.message.tip { background-color: #E1EFF9; border: 1px solid #9ECCEB;}
div.message.tip .ficon { color: #56A5DD; }
div.message.note { background-color: #EDEDED; border: 1px solid #D9DEE4; }

div.message a { color: #000; }
    
.bg_dark { color: #fff; }
.bg_dark a {color: #fff; }

.hline {
	border-bottom: 1px solid #e4e4e5;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 15px;
	height: 1px;
}

/* forms */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="file"],
input[type="datetime-local"],
textarea,
select {
    background-color: #fff;
    box-sizing: border-box;
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 160%;
    max-width: 100%;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid;
    border-color: var(--border-color-1);
    border-radius: 16px;
}

input[type=checkbox].big {
	transform: scale(1.3);
}

select {
	/* bugfix select is smaller than input */
	/* https://stackoverflow.com/questions/32377809/make-text-and-select-input-type-to-be-of-same-height */
	padding-top: 6px;
	padding-bottom: 6px;
}


.forms { margin-top: 5px; }
.forms .item:after {
	/* clearfix */
  content:"";
  display:table;
  clear:both;
}

.forms .item {
	padding: 5px 0 5px 0;
}

.forms.items-nopadding .item {
	padding: 0 0 0 0;
}

.forms.striped .item:nth-child(even) {
	background-color: var(--background-color);
}

.forms.striped .item.submit:nth-child(even) {
	background-color: transparent;
}

.forms .item.submit {
}

.forms .label label, .forms-label {
	font-weight: bold;
	color: #868686;
}

.forms .input {
	max-width: 800px;
}

.forms.horizontal .label { float:left; width:200px; text-align:right; }
.forms.horizontal .input { margin-left:20px; float:left; width: 500px; }

.forms .label { max-width: 100%; }
.forms .input { max-width: 100%; }

.forms .normal {
	font-weight: normal !important;
}

.forms.horizontal.lw-75 .label { width: 75px; }
.forms.horizontal.lw-100 .label { width: 100px; }
.forms.horizontal.lw-125 .label { width: 125px; }
.forms.horizontal.lw-150 .label { width: 150px; }
.forms.horizontal.lw-175 .label { width: 175px; }
.forms.horizontal.lw-200 .label { width: 200px; }
.forms.horizontal.lw-250 .label { width: 250px; }
.forms.horizontal.lw-300 .label { width: 300px; }
.forms.horizontal.lw-400 .label { width: 400px; }
.forms.horizontal.lw-auto .label { width: auto; }

.forms.iw-50 .input { width: 50px; }
.forms.iw-100 .input { width: 100px; }
.forms.iw-150 .input { width: 150px; }
.forms.iw-200 .input { width: 200px; }
.forms.iw-250 .input { width: 250px; }
.forms.iw-300 .input { width: 300px ; }
.forms.iw-350 .input { width: 350px; }
.forms.iw-400 .input { width: 400px; }
.forms.iw-425 .input { width: 425px; }
.forms.iw-450 .input { width: 450px; }
.forms.iw-auto .input { width:  auto; }

.forms input[type="text"],
.forms input[type="number"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="search"],
.forms input[type="time"],
.forms select,
.forms textarea
{ 
	width: 100%;
}

input[type=checkbox].big {
	transform: scale(1.3);
}

.forms .short {
	text-align: left;
	display: inline-block;
	width: auto; 
	margin-right: 5px;
}

.forms .input.short {
	margin-right: 25px;
}

.forms .short input, .forms .short select {
	width: auto;  /* not supported e.g. by firefox */
	max-width: 120px;
}

/*
@-moz-document url-prefix() {
	.forms .short input, .forms .short select {
	  width: 80px;
	}
}
*/

button, input[type=button], .button, .links-to-buttons a {
	border: none;
	padding: 7px 14px;
	display: inline-block;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.2s ease 0s;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 160%;
	font-weight: normal; 
	/* text-transform:uppercase; */
	cursor: pointer;
    border: 1px solid;
	border-radius: 25px;	
	color: var(--color-1);
	background: var(--background-color-1);
	border-color: var(--border-color-1);
}

.ui-widget-content a.button:not(:hover) {
    color: #6a6a6a;
}

button:hover, input[type=button]:hover, .button:hover, .links-to-buttons a:hover  {
	color: var(--color-1-hover);
	background: var(--background-color-1-hover);
	border-color: var(--border-color-1-hover);
	text-decoration:none;
}

button.small, .button.small {
	padding: 6px 8px;
	font-size: 15px;
	line-height: 18px;
}

button.mini, .button.mini {
	padding: 5px 5px;
	font-size: 14px;
	line-height: 16px;
}

button.micro, .button.micro {
	padding: 3px 3px;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}

.button.action {
    padding: 6px 10px;
	font-size: 13px;
	line-height: 16px;
    border: none;
    border-radius: 20px;
    color: var(--color-1);
    background-color: var(--background-color-1);
}

.button.action:hover {
    color: var(--color-3);
    background-color: var(--background-color-3);
}

button.ui-high, .button.ui-high {
    background-color: var(--background-color-3);
    color: var(--color-3);
    border-color: var(--border-color-3);
}

button.ui-high:hover, .button.ui-high:hover {
    background-color: var(--background-color-3-hover);
    color: var(--color-3-hover);
    border-color: var(--border-color-3-hover);
}

button.ui-medium, .button.ui-medium {
    background-color: var(--background-color-2);
    color: var(--color-2);
    border-color: var(--border-color-2);
}

button.ui-medium:hover, .button.ui-medium:hover {
    background-color: var(--background-color-2-hover);
    color: var(--color-2-hover);
    border-color: var(--border-color-2-hover);
}

input[required], textarea[required], select[required],
.forms input[required], .forms textarea[required], .forms select[required]
{
 border: 1px solid;
 border-color: var(--required);
}

.required {
    border: 1px solid var(--required) !important;
}

input[disabled], input[readonly],
.forms input[disabled], .forms input[readonly]
{
	background-color: #F3F3F3;
	color:  #7f7f7f;
}

.disabled
{
	background-color: #F3F3F3 !important;
	color:  #7f7f7f !important;
}


.forms input.autofilled { 
	background-color: #ECFFEC; 
}

/* special button: switch */

.btn-switch {
	background-color: #F5F5F5;
	padding: 6px 12px;
	color: #6F6F6F;
	border-color: #DCDCDC;
	border-right-width: 0;
	font-size: 14px;
	line-height: 20px;	
	margin: 0;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn-switch.active {
	/*
	color: #404040;
	background-color: #DFDFDF;
	border-color: #CFCFCF;
	*/
	color: #fff;
	background-color: #A4A4A4;
	border-color: #A4A4A4;
}

.btn-switch.left {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-switch.right {
	border-right-width: 1px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* template */

/* colors */
.c0, .c0 a { color: #939DA4 !important;} /* gray */
.c1, .c1 a { color: #73879C !important;} /* gray/blue */
.c2, .c2 a { color: #26B99A !important;} /* green */
.c3, .c3 a { color: #458de4 !important;} /* blue */
.c4, .c4 a { color: #E74843 !important;} /* red */
.c5, .c5 a { color: #9B59B6 !important;} /* violet */
.c6, .c6 a { color: #F3A547 !important;} /* orange */

/* hover colors */
.c0-h:hover { color: #939DA4 !important;} /* gray */
.c1-h:hover { color: #73879C !important;} /* gray/blue */
.c2-h:hover { color: #26B99A !important;} /* green */
.c3-h:hover { color: #458de4 !important;} /* blue */
.c4-h:hover { color: #E74843 !important;} /* red */
.c5-h:hover { color: #9B59B6 !important;} /* violet */
.c6-h:hover { color: #F3A547 !important;} /* orange */

/* titles */
h1, h2, h3, h4, h5, h6 {
	color: #111;
}

h1, .h1 {
    font: 300 26px/30px 'Roboto', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
}
h2, .h2 {
    font: 300 24px/28px 'Roboto', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
}
h3, .h3 {
    font: 300 22px/26px 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}
h4, .h4 {
    font: 300 20px/24px 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}
h5, .h5 {
    font: 300 19px/23px 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}
h6, .h6 {
  font: 300 18px/22px 'Roboto', sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}

h1 .ficon, h2 .ficon, h3 .ficon, h4 .ficon, h5 .ficon, h6 .ficon
, .h1 .ficon, .h2 .ficon, .h3 .ficon, .h4 .ficon, .h5 .ficon, .h6 .ficon
{
    color: #777;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b
{
	font-weight: 400;
}

/*
.title-link a {
	color: #2D2D2D;
	text-decoration: none;
}
.title-link a:hover {
	color: #F1CE65;
	text-decoration: underline;
}
*/

/* grids */
.grid-row {
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

.grid-1 {
	width: 100%;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;	
	margin: 5px 1% 7px 0;
}

/* grid 2 = 2 columns, 50% width for each */
.grid-2 {
	width: 100%;
}

.grid-2-1 {
	float: left;
	width: 48%;
	margin: 5px 2% 7px 0%;
}

.grid-2-1.nomargin {
	float: left;
	width: 50%;
	margin: 0 0;
}

.grid-2-1.nomargin .pad {
	padding: 10% 10% 0 10%;
	text-align: left;
}

.grid-2 .grid-row {
	margin-bottom: 20px;
}

/* grid 3 = 3 columns */
.grid-3 {
	width: 100%;
}
.grid-3-1 {
	float: left;
	width: 31.2%;
	margin: 5px 2% 7px 0;
}

.grid-3.nomargin {
	margin: 0 0;
}

.grid-3-1.first {
	margin-left: 0;
}


/* grid 4 = 4 columns */
.grid-4 {
	width: 100%;
}

.grid-4-1 {
	float: left;
	width: 23%;
	margin: 5px 2% 5px 0;
}

.grid-4.nomargin {
	margin: 0 0;
}

.grid-4-1 .pad {
}

.grid-4-1.last {
	margin-right: 0;
}

.grid-row.nomargin {
	margin: 0 0;
}

/* template */

/* layout */
div.header {
	width: 100%;
	/* background-color: rgba(34, 55, 79, 1); */
    /* background-color: #f9fafb; */
	position: relative;
}

div.header > .pad {
	padding: 15px 22px 10px 22px;
}

.logo_container {
    width: 70px;
    height: 70px;
    border-radius: 50%; /* Kruh */
    overflow: hidden; /* Ořezání přetečení */
     display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
	background-color: #fff;
	box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.10), /* Upper soft shadow */
	0px 1px 3px rgba(0, 0, 0, 0.13), /* Lower smaller shadow */
	0px 4px 8px rgba(0, 0, 0, 0.17); /* Main increase */
	transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */	
}

.logo_container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Vyplní kruh způsobem "cover" */
}

div.main {
	width: 100%;
	margin-bottom: 40px; /* space for panel_notifications */
}

div.main > .pad {
	padding: 0px 22px 0 22px;
}


div.container {
	border: 1px solid;
    border-color: var(--border-color);
	background-color: var(--background-color-container);
	margin-bottom: 25px;
	/* https://stackoverflow.com/questions/20505008/css-property-to-pad-text-inside-of-div
	*/
	padding: 20px 25px 25px 25px;
    box-sizing: border-box;
	border-radius: 10px;	
}

body.window {
	background-image: none;
	height: auto;
}

body.window div.container {
	margin: 10px;
}

.container h1:first-of-type
{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E8E8E8;
}

/* header */

/* module buttons */
.button_module {
	display: inline-block;
	width: 74px; height: 74px;
	cursor: pointer;
	/* position: relative; */
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	margin: 3px 10px 3px 0;
	border: 1px solid;
    border-color: #cbd0d6;
    border-color: var(--border-color-1);
	background-color: #fff;
    background-color: var(--background-color-1);
	border-radius: 15px;	
}

.button_module.active {
	border: 1px solid;
    border-color: var(--border-color-4);
    background-color: var(--background-color-4);
}

.button_module:hover {
	border: 1px solid;
    border-color: var(--border-color-3);
	background-color: var(--background-color-3);
	box-shadow:0 0 10px var(--background-color-3);
    color: var(--color-3);
}

.button_module .ico {
	display: block;
}

.button_module .ico .ficon {
	font-size: 32px;
	line-height: 32px;
	margin: 10px 0 8px 0;
}

.button_module .name {
	/* text-align: center; */
	display: block;
	/* color: #475062; */
	color: var(--color-1);
	font-size: 14px;
	line-height: 17px;
}

.button_module.active .name {
    color: #000;
}

.button_module:hover .name, .button_module:hover a  {
    color: var(--color-3);
}

/* user */
.button_module.ui_user {
	overflow: hidden;
	display: inline-block;
	height: 74px;
	width: auto;
	text-align: right;
	cursor: auto;
	/*
	background-color: #f5f6f7;
	*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;	
	font-size: 13px;
	/*
    color: #242424;
	*/
	line-height: 17px;
	margin: 3px 0 3px 0;
	/*
	border: 1px solid #cbd0d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	*/

}

.button_module.ui_user .ficon {
	font-size: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 2px 2px 4px;
}

.button_module.ui_user:hover .ficon {
	color: var(--color-3);
}

.button_module.ui_user #switch_user_multi_client_icon {
	font-size: 16px;
}

.button_module.ui_user .pad {
	padding: 8px;
}

/* UI elements */
div.table-env {
	/* responsive table with horizontal scroller */
	overflow-x:auto;
}
table.table {
	border-collapse: collapse;
}

table.table td,
table.table th
{
	border-collapse: collapse;
	padding: 8px 10px;
}

table.table.table-narrow td,
table.table.table-narrow th
{
	padding: 3px 5px;
}


table.table td {
	border-top: 1px solid;
    border-color: var(--border-color); 
    /* border-color: #e3e3e6; */
	background-color: var(--background-color-container);
}

table.table thead td {
	border-top: none;
	border-bottom: 2px solid;
    border-color: var(--border-color);
	font-weight: bold;
}

table.table.table-bordered {
	border: 1px solid; 
    border-color: var(--border-color);
}

table.table.table-striped tr:nth-child(odd) td {
    background-color: var(--background-color);
}

table.table.table-striped thead tr td {
	background-color: var(--background-color-container) !important;
}

table.table tr.hilite td {
    background-color: var(--background-color-5) !important;
}


div.dialog { display: none; } /* jquery UI hidden containers */

/* panel_notifications */
#panel_notifications {
	position: fixed;
	bottom: 0;
	left: 0; right: 0;
	z-index: 5000;
	background: rgba(0,0,0,0.85);
}

#panel_notifications.hilite {
    background: rgba(34,48,61,0.9);
}

#panel_notifications .pad {
	padding: 8px 10px 8px 24px;
	color: rgba(255,255,255,0.85);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#panel_notifications .pad a {
    color: rgba(255,255,255,0.85);
}

#panel_notifications_close {
	padding: 5px;
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
	opacity: 0.75;
	transition:all 0.3s ease 0s;
}

#panel_notifications_close:hover {
	opacity: 1.0;
}

/* panel_license */
#panel_license {
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	color: rgba(255,255,255,0.85);
}

#panel_license .pad {
	text-align: center;
	padding: 6px 10px;
}

#panel_license .line {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 19px;
    padding: 1px 0;
}

/* image-preview-container */
div.image-preview-container {
	float: left;
	width: 19%;
	margin: 0 1% 10px 0;
}

div.image-preview-container .ipc-preview {
	width: 100%;
	height: 180px;
    border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    box-shadow:0 0 10px var(--border-color-1);
}

div.image-preview-container .ipc-controls {
	text-align: center;
	font-size: 120%;
    margin-bottom: 7px;
}

div.image-preview-container .ipc-controls a {
    padding: 0 5px;
}

div.image-preview-container .invisible {
    opacity: 0.8;
    filter: saturate(0);
}

div.image-preview-container .invisible:hover {
    opacity: 1;
    filter: saturate(1);
}

/* subscription_boxes */

div.subscription_boxes {
	margin-top: 5px;
}

div.subscription_boxes .box {
	width: 280px;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media (max-width: 601px) {

	div.subscription_boxes .box {
		float: left;
		width: 48%;
		margin: 0 1% 10px 1%;
	}
	
} /* @media (max-width: 601px) */

div.subscription_boxes .title {
	font-size: 120%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #75818A;
}

div.subscription_boxes .box .pad {
	padding: 8px;
	text-align: center;
	line-height: 35px;
	border: 1px solid transparent;
    border-radius: 25px;	
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

div.subscription_boxes .box .pad.selected {
	border: 1px solid #C63DC0;
	box-shadow: 0px 0px 5px 0px rgba(198,61,192,0.5);
}


div.subscription_boxes .box.months_12 .pad {  background-color: #E2F5F1; }
div.subscription_boxes .box.months_6 .pad { background-color: #F3FAFE; }
div.subscription_boxes .box.months_3 .pad { background-color: #fff; }
div.subscription_boxes .box.months_1 .pad { background-color: #fff; }

div.subscription_boxes .radio_months {
	display: inline-block;
	margin: 20px 0 20px 0;
	transform: scale(1.7);
}

div.subscription_boxes .savings_annual { font-size: 120%; color: #26B99A; }
div.subscription_boxes .price_total { font-size: 130%; color: #3498DB; }
div.subscription_boxes .price_total_vat { font-size: 120%; color: #939DA4; }
div.subscription_boxes .vat { 
	color: #939DA4;
	 font-size: 90%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;

}

.content_box {
    background-color: #F5F5F5;
    border: 1px solid #DCDCDD;
    margin: 0 15px 15px 0;
    /* https://stackoverflow.com/questions/20505008/css-property-to-pad-text-inside-of-div
    */
    padding: 10px 15px;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.edit_image_preview {
    margin: 15px 0 5px 0;
}

div.edit_image_preview img {
    max-height: 60px;
    width: auto;
}

.option_available { background-color: #fff; color: black; }
.option_occupied { background-color: #DFDFDF; color:  #808080; font-style: italic; }

.cols-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	
	-webkit-column-gap: 2%; /* Chrome, Safari, Opera */
	-moz-column-gap: 2%; /* Firefox */
	column-gap: 2%; 
    
}

div.select_item_env {
	margin: 12px 0 5px 0;
	width: 100%;
	border: 1px solid;
	/* border-color: #E4E4E5; */
	border-color: var(--border-color-1); 
	border-radius: 10px; /* future proofing for when border-radius is supported */
	
}

div.select_item {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	overflow: auto;
    background-color: #f9f9f9;
	background-color: var(--background-color-5); 
}

div.select_item_env div.title {
	font-weight: bold;
	padding: 5px 10px;
	background-color: none;
}


div.select_item_env div.item {
    background-color: var(--background-color-1);
	border-bottom: 1px solid;
	/* border-color: #E4E4E5; */
	border-color: var(--border-color-1); 
}

div.select_item div.item a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

div.select_item_env div.item a:hover {
	text-decoration: none;
    color: var(--color-2);
	background-color: var(--background-color-2);
}

div.select_item_env div.item span {
	color: #808080;
	font-weight: normal;
}

div.select_item_env .item_active {
	background-color: var(--background-color-4);
	color: var(--color-4);
}

input.counter {background-color: #F5F5F5; border: 1px solid #C6C8CE;}

/* main content (css layout */
div.list_title {
	width: auto;
	padding: 4px;
	font-weight: bold;
}

div.list_row {
	width: auto;
    padding: 4px 8px;
	background-color: #f3f4f5;
    background-color: var(--background-color);
    border-radius: 7px;
    margin: 5px 0;
}
div.list_row_left {
	float: left;
	padding: 2px;
}
div.list_row_right {
	float: right;
	padding: 2px;
}
div.list_row_clearer {
    clear: both;
    border: none;
    visibility: hidden;
}

.setting_logo { max-width: 300px; max-height: 70px; }

.license_counter {
    color: var(--border-color-1);
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 5px;
}