button
{
	cursor: pointer !important;
}

.flag-icon
{
	margin: auto;
}

.ts-preview
{
	overflow: hidden;
}

.ts-icon
{
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.ts-icon-group
{
	width: 16px;
	height: 16px;
}

.ts-channel
{
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.ts-channel:hover
{
	color: #09afdf;
}

.cspacer
{
	text-align: center;
}

.rspacer{
	
	text-align: right;
}

.ts-active
{
	border: 1px dotted #cdcdcd;
}

.disabled-div
{
	opacity: 0.7;
	z-index: 999;
	position: relative;
}

.disabled-div::before
{
	content: "Ukończone";
	position: absolute;
	z-index: 1000;
	top: 40%;
	color: black;
	width: 97%;
	padding: 20px;
	background-color: green;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.card
{
	margin-right: 3%;
}

.center
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

[data-notify="progressbar"] 
{
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	display: block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.4!important;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.4!important;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.4!important;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.4!important;
  font-style: italic;
}

.loading
{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 7em;
	color: white;
}

a.clear
{
	color: white;
}

a.clear:hover
{
	color: white;
}

.client-avatar
{
	width: 100%;
	height: 100%;
}

.partner-miniature
{
	width: 100px;
}

.partner-img
{
	width: 40%;
}

.show-log-info
{
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.show-log-info:hover
{
	color: #09afdf;
}

.disable > a
{
	color: #CCC !important; 
	cursor: not-allowed;
}

.disable > a:hover
{
	color: #CCC !important; 
	background-color: #fff !important;
}

.debug-info
{
	background-color: #fff;
	color: #262626;
	width: 250px;
	position: fixed;
	top: 140px;
	z-index: 1002;
	border-radiu: 0 10px 0 0;
}

.debug-info .header
{
	padding: 9px 15px;
	background: #f1f1f1;
	position: relative;
	border: 1px solid #e1e1e1;
	height: 38px;
	color: #777777;
}

.debug-info .body
{
	top: 0px;
	position: absolute;
	opacity: 0;
	padding: 12px 10px;
	position: absolute;
	border: 1px solid #f1f1f1;
	border-top: none;
	transition: all 0.6s ease-in-out;
	background: #fff;
}

.debug-info.opened .body 
{
	top: 38px;
	opacity: 1;
}

.debug-info .trigger
{
	display: block;
	height: 36px;
	position: absolute;
	right: -36px;
	top: 0px;
	background: #f1f1f1;
	width: 36px;
	font-size: 18px;
	line-height: 35px;
	color: #777777;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.debug-info.opened .trigger 
{
	right: 0px;
	border-color: transparent;
}
