/* ILOBK Main CSS */

 body {
 	background-color: #000;
 }

/* COLUM SPACING - RED - BLUE - BLACK - GENERAL */
.Rot-one, 
.Rot-two, 
.Rot-three, 
.Rot-four {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #EEE;
}

.Blau-one, 
.Blau-two, 
.Blau-three, 
.Blau-four {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #EEE;
}

.black, 
.footer {
	background-color: #000000;	
}

.black {
	color: #EEE;
	padding: 20px 10px 20px 0;
	text-align: right;
}

.footer {
	color: #999;
	padding: 30px 0 50px 0;
}


/* Chat Message Alert System */

.well-yellow {
	display: none;
  	position: fixed;
  	z-index: 500;
	min-height: 20px;
	padding: 19px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #eddc42;
	border: 1px solid #eddc42;
	border-radius: 4px;
 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);	
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: translate;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: translate;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: translate;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    80% { opacity: 1.0; }
    100% { opacity: 1.0; }    
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    80% { opacity: 1.0; }
    100% { opacity: 1.0; }    
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    80% { opacity: 1.0; }
    100% { opacity: 1.0; }    
}


/* TASK - ZIEL EINGABEN */
.Rot-taskinput {
	padding-top: 40px;
	padding-bottom: 20px;
	/*background-color: #CE2700; Color between two and three */
	background-color: #E32700;
}

.Blau-taskinput {
	padding-top: 40px;
	padding-bottom: 20px;
	/*background-color: #0060d0; Color between two and three */
	background-color: #0068E3;
}


/* COLUM DEFINITON - CENTER*/
.col-center-block{
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

/* COLUM SPACING HEADER ILOBK*/
.col-padding-top {
    padding-top: 8%;
}

.col-margin-task {
	margin-left: 10px;
}


/* BUTTON NAVIGATION WHITE HEADER */
.btn-navtoggle {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
  	border-radius: 3px;
}
/* BUTTON NAVIGATION RED SUBMIT */
.btn-navtoggle {
	display: inline-block;
	color: #000;
	font-weight: bold;
  	border-radius: 3px;
}
/* BUTTONS RED + WHITE DEFINITION FOR OTHER CASES */
.btn-navtoggle:active,
.btn-navtoggle:focus,
.btn-navtoggle:hover,
.btn-navtoggle:active,
.btn-navtoggle:focus,
.btn-navtoggle:hover {
	background-color: #CCC;
}
/* Background for Team Red */
.btn-navtoggle.Rot,
.btn-circle.Rot {
	background-color: #FF2C00;
}
/* Background for Team Blue */
.btn-navtoggle.Blau,
.btn-circle.Blau {
	background-color: #0075FF;
}
/* BUTTON CIRCLE - TASK STEP NUMBER */
.btn-circle {
	padding: 7px 20px;
	margin: 2px 0px 10px 0px;
	display: inline-block;
	color: #FFF;
	font-weight: 500;
	font-size: 30px;
  	border-radius: 50px;
  	border: 4px solid transparent;
}
.btn-circle:active,
.btn-circle:focus,
.btn-circle:hover {
	color: #FFF;
}
/* GREY - RED - BLUE FONT ON BUTTONS */
.greyfont {
	color: #333;
}

.Rot-font {
	color: #E32700;
}

.Blau-font {
	color: #0068E3;
}

.label-white {
	background-color: #FFF;
}

/* CAROUSEL - CONTENT - GEHEIME AGENTEN INFORMATIONEN */ 
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-inner .item>img{
	display:inline-block;
    float: none;
    margin: 0;
    width: 50%;
}

.item{
    text-align: center;
    padding-bottom: 100px;
}


/* CHAT STARTS HERE */
.chat-overflow {
	max-height: 400px;
	overflow-y: scroll;
}

/* CHAT Scrollbar WIDTH */
.scrollbar::-webkit-scrollbar {
    width: 15px;
}

/* CHAT Scrollbar Handle */
.scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #CCC; 
}


/* RED TEAM BACKGROUND */ 
.Rot-one {
	background-color: #FF2C00;
}

.Rot-two {
	background-color: #E32700;
}

.Rot-three {
	background-color: #BF2100;
}

.Rot-four {
	background-color: #8F1900;
}


/* BLUE TEAM BACKGROUND*/
.Blau-one {
	background-color: #0075FF;
}

.Blau-two {
	background-color: #0068E3;
}

.Blau-three {
	background-color: #0058BF;
}

.Blau-four {
	background-color: #00428F;
}
