@font-face {
  font-family: "DINNextLTPro-LightCondensed";
  src: url("./fonts/DINNextLTPro-LightCondensed.eot"); /* IE9 Compat Modes */
  src: url("./fonts/DINNextLTPro-LightCondensed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/DINNextLTPro-LightCondensed.otf") format("opentype"), /* Open Type Font */
    url("./fonts/DINNextLTPro-LightCondensed.svg") format("svg"), /* Legacy iOS */
    url("./fonts/DINNextLTPro-LightCondensed.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/DINNextLTPro-LightCondensed.woff") format("woff"), /* Modern Browsers */
    url("./fonts/DINNextLTPro-LightCondensed.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTPro-Condensed";
  src: url("./fonts/DINNextLTPro-Condensed.eot"); /* IE9 Compat Modes */
  src: url("./fonts/DINNextLTPro-Condensed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/DINNextLTPro-Condensed.otf") format("opentype"), /* Open Type Font */
    url("./fonts/DINNextLTPro-Condensed.svg") format("svg"), /* Legacy iOS */
    url("./fonts/DINNextLTPro-Condensed.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/DINNextLTPro-Condensed.woff") format("woff"), /* Modern Browsers */
    url("./fonts/DINNextLTPro-Condensed.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BwDarius-Bold";
  src: url("./fonts/BwDarius-Bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/BwDarius-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/BwDarius-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/BwDarius-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/BwDarius-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/BwDarius-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/BwDarius-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.row {
	margin-left: 0;
	margin-right: 0;
}



ul.menu-item-list {
	list-style-type: none;
}


.item-selected {
	color: red;
}

.disabled {
	color: #888888;
}

.cleared {
	clear: both;
}

/* devdoc ****************************************************************************/  

body, div, span, a, input, textarea, select, .form-control, .btn-sm, .btn, h4 {	
	font-size:18px;

}

h2, h3 {	
}

.navbar-default {
	background-color: #0AC29D;
}

table thead tr {
	background-color: #0AC29D;
}

table thead tr th {
	color: white;
}

table thead tr th a i.fa {
	color: white;
}

.btn-success {
	background-color: #0AC29D;
}

.btn-iconic {
	background-color: transparent!important;	
	margin:2px;
}


.btn-default {
	background-color: #2C3E50;
	border-color: #2C3E50;
}



.btn-default.btn-sm.btn-iconic {
	color: #078169!important;
	border-color: #078169!important;
	font-size: 32px;
    padding: 4px;
    line-height: 32px;
    text-align: center;
    width: 45px;
}

.btn-default.btn-sm.btn-iconic i {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;	
}


.btn-success.btn-sm.btn-iconic {
	color: #0AC29D!important;
	border-color: #0AC29D!important;
	font-size: 32px;
    padding: 4px;
    line-height: 32px;
    text-align: center;
    width: 45px;
}

.btn-success.btn-sm.btn-iconic i {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;	
}

.btn-danger.btn-sm.btn-iconic {
	color: #e40068!important;
	border-color: #e40068!important;
	font-size: 32px;
    padding: 4px;
    line-height: 32px;
    text-align: center;
    width: 45px;
}

.btn-danger.btn-sm.btn-iconic i {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;	
}

.btn-primary.btn-sm.btn-iconic {
	color: #005678!important;
	border-color: #005678!important;
	font-size: 32px;
    padding: 4px;
    line-height: 32px;
    text-align: center;
    width: 45px;
}

.btn-primary.btn-sm.btn-iconic i {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;	
}

.btn-warning.btn-sm.btn-iconic {
	color: #F39C12!important;
	border-color: #F39C12!important;
	font-size: 32px;
    padding: 4px;
    line-height: 32px;
    text-align: center;
    width: 45px;
}

.btn-warning.btn-sm.btn-iconic i {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;	
}

.actions-block {
	float:right;
}

.right-block {
	text-align:right;
}

.right-block .float-right {
	margin-left: 10px;
}

th, td {
	padding-left: 5px;
	padding-right: 5px;
}

.full-width {
	width:100%;
}

.btn-sm {
	/*font-size: 16px;*/
}

table {
	margin-top:1em;
}

.pagination > li > a, .pagination > li > span {
	background-color: #0AC29D;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background-color: #078F74;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	background-color: #078F74;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	background-color: #c1e3dc;
}

.half {
	clear: both;
}
.half .form-group {
	width:47%; 	
	float: left;
}

.half .form-group:nth-child(even) {
	margin-left: 6%;
}

.clr-both {
	clear: both;
}

.fix-width {
	width:180px;
	margin-bottom: 10px;
}

#site-logo img{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 20px;
	margin-top: 20px;
	width: auto;
	height: 180px;
}

@media only screen and (max-width: 1500px) and (min-width: 600px) {
	#site-logo img{
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 20px;
		margin-top: 5px;
		width: auto;
		height: 100px;
	}	
}

@media only screen and (max-width: 600px) and (min-width: 100px) {
	#site-logo img{
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 20px;
		margin-top: 5px;
		width: auto;
		height: 100px;
	}	
}

@media (min-width: 1200px) {
	.container {
		width: 90%!important;
	}
	
	#main h1 {
		position: absolute;
		top: -100px;
		left: 100px;
	}
	
	 #main {
		 margin-top: 50px;
	 }
}

.container {
}

.container h1 {	
}

.container h1.empty {	
}

.container h1.pos0 {	
}

.navbar.navbar-default.navbar-static-top, .nav.navbar-nav.navbar-right {
	position: absolute;
    right: 0;
    top: 10px;
	margin-right:20px;
	background-color:transparent;
	margin-right: 20px;
    width: 40px;
}

.form-control {
	padding:5px;
	padding-left:10px;
}

form[role=search] .btn {
	height:45px;
	width:45px;
	padding:8px;
}

form[role=search] button[type=submit] {
	padding-top:5px;
}

hr {
	height: 0;
	border-top: 5px solid #0AC29D;
	margin-top:20px;
}



.bootstrap-datetimepicker-widget {
  width:500px!important;
}

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table th  {
	height: 50px;
	line-height:50px;
	width:50px;
}

.datepicker-years .year, .datepicker-decades .decade {
	width: 70px;
}

body {
	overflow-x:hidden;
}


.messages {
	position: fixed;
    top: 20px;
    right: 100px;
    z-index: 100000;
}

.form-group label.checkbox {
	margin-left: 25px;
}

.form-group label.checkbox input[type="checkbox"]{
	margin-left: -25px;
}

.inline-left {
	float: left;
}

.small-names {
	font-size:14px;
}

.pl-1 {
	margin-left:10px;
}

.pr-2 {
	margin-right:20px;
}

.navbar-default .navbar-nav > li > a {
	color: #0AC29D;
}

.m-120 {
	min-width: 120px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

footer {
    background: #005678;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
	text-align: left;
}

.infobox div {
	font-size:14px!important;
	color:white;
}

.ui-dialog {
	z-index:1000000!important;
}

#gridline1, #gridline2 {
	position: fixed;
	top:10px;
	left:0px;
	width: 100vw;
	height:1px;
}

#gridline1 {
	border-top: 3px dotted #333333;
}

#gridline2 {
	border-top: 3px dashed #AA0000;
}

.activeTarget {
	border-left: 10px solid orange;
}

.clicked, .btn-success.btn-sm.btn-iconic.clicked {
	color: white!important;
    background-color: #0AC29D!important;
}

.small-names {
	font-size:11px;
}


.disabled .start-number {
	color: #DDDDDD;
	border-color: #DDDDDD;
}

.inactivator {
	color:red;
}

.shtb {
	width:120px;
	border: 1px solid #0AC29D;
	
}

.breakpoint {
	background-color:#e3fcf7;
}

.next-element, .actual-element {
	list-style-type: none;
	width:100%;
	border: 1px solid #0AC29D;
	padding:5px;
}

.actual-element {
	border-width: 3px;
	background-color:#e3fcf7;
}

.next-element {
	min-height:37px;
}

.next-element .align-right {
	text-align:right;
}

.right-side {
	padding-left:10px;
	border-left: 5px solid  #0AC29D;
}

.led-screen {
	padding:20px;
	padding-top:30px;
}

.led-screen h1 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin:0!important;
}

.led-screen h2 {
	text-align: center;
	font-size: 48px;
	margin:0!important;
}

.led-screen hr {
	width:90vw!important;
	padding-bottom:20px;
	border-top-color: #12ACB6;
}

.led-top-margin {
	
}

.led-container {
	display: grid;
	grid-template-columns: 20% 1fr 20%;
	gap: 15px;
	justify-content: center;
	text-align: center;
	margin:0!important;
}

.led-col3 {
	
}

.led-item {
	padding:10px;
	justify-content: center;
	text-align: center;
}

.led-start-number {
	font-size: 100px;
}

.led-logo, .led-logo img {
	max-width: 12vw!important;
	text-align: center;
}

.led-team {
	font-size: 36px;
}

.led-coreo {
	font-size: 30px;
}

.led-name-container {
	display: flex;	
	gap:20px;
	flex-wrap: wrap;
}

.led-names-item {
    flex: 1 1 calc(25% - 20px);
    font-size: 24px;
    padding: 10px;
}