#terminal {
	background-color: #001000;
	padding: 10px;
	font-size: 15px;
	font-family: "Droid Sans Mono Dotted", monospace;
	letter-spacing: 2px;
	min-height: 18px;
	color: #00ff00;
	border-radius: 5px;
	width: 90%;
	margin: 0 5%;
	text-align: center;
}
#acl {
	margin: 20px 0 0px 0px;
}
#acl > table {
	width: 94%;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: #19194077;
	margin: 0 3% 20px 3%;
    box-shadow: 1px 1px 3px #338bb7;
    border: 1px dotted #17585866;
}
#acl th {
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	border: 1px dashed #143c40;
	padding: 4px;
}
#acl td {
	border: dotted 1px #666;
	padding: 5px 2px;
	text-align: center;
}
#acl .select {
	background-color: rgba(0,50,0,0.2);
	text-align: center;
	width: 100px !important;
}
#acl .select > input{
    width:100%; cursor:pointer;
}
#acl_ga3 {
	color: #93c14a;
	background-image: url('https://www.grupa-tense.pl/wp-content/uploads/2020/11/content.svg');
	background-repeat: no-repeat;
}
#acl_ga4 {
	background-image: url(https://www.grupa-tense.pl/wp-content/uploads/2020/11/ppc.svg);
	background-repeat: no-repeat;
	color: #ee7511;
}
#acl_gsc {
    background-image: url(https://www.grupa-tense.pl/wp-content/uploads/2020/11/seo.svg);
    background-repeat: no-repeat;
    color: #00aeef;
}
body {
	padding: 0;
	margin: 0;
	font-family: Muli,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #3a3a3a;
    background-color: #1a1a49;
}
p {
	margin: 0 0 10px 0;
}
.top {
	background-color: #00aeef;
	padding: 0;
	text-align: center;
	color: #fff;
	position: relative;
	min-height: 210px;
	margin: 0;
	background-image: url(https://www.grupa-tense.pl/wp-content/themes/nowegt/assets/images/sygnet.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.hello {
	font-size: 30px;
	padding: 30px;
	font-weight: bold;
    background-image: url(logo-tense-white.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 222px;
}
.tool_desc {
	font-weight: normal;
	font-size: 14px;
	background-color: rgba(0,0,0,0.1);
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff;
	margin: 0;
    margin-bottom: 50px;
}
.tool_desc > a {
	color: #fff;
}
.tool_desc > small {
	font-style: italic;
}
.cover {
	background-color: #212160ff;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
	background-image: url(https://www.grupa-tense.pl/wp-content/themes/nowegt/assets/images/sygnet.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
    min-height: 400px;
    text-align: center;
}
button {
	background-color: #ee7511;
	border: #ee7511;
	border-radius: 25px;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
button.green{
    background-color: #0f8a01;
}
button.red {
	background-color: #7d1414;
	border-color: #f20000;
}
input {
	background-color: rgba(255,255,255,0.9);
	border: 0;
	border-bottom: 2px solid #00aeef;
	box-shadow: none !important;
	color: #3a3a3a;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 20px;
	outline: none;
}
input:focus {
    background-color: rgba(255,255,200,1);
}
#domain {
	width: 500px;
	margin-bottom: 30px;
}
#policy {
	margin-bottom: 0;
	padding-bottom: 10px;
}
#policy > a {
  font-size: 16px;
  text-decoration: navajowhite;
  color: #fff;
  border-bottom: 1px dotted #fafafb;
}
#company {
	padding: 8px 29px;
	border: 2px solid orange;
	border-radius: 18px;
	background-color: orange;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#login:disabled{
    background-color: #ccc;
    color: #666;
    position: relative;
}
#login:disabled::after {
	content: "<- najpierw wybierz kod spółki";
	position: absolute;
	left: 17px;
	color: white;
	height: 22px;
	background-color: #00000050;
	padding: 5px 20px;
	top: 6px;
	border-radius: 15px;
}

.list_descripion {
	border: 1px solid #fff;
	width: 80%;
	margin: auto;
	border-radius: 50px;
	padding: 20px 10px;
	color: #fff;
}

.list_descripion > i {
	color: #999;
}

.warning {
    display: none;
	color: red;
	background: #fdd;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
	border: dotted red 1px;
	border-radius: 20px;
}




