/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 /*--------------------------------------------------------------
# Traffikstörningar
--------------------------------------------------------------*/
.deviation-message {
    width: 100%;
    color: white;
	min-height: 69px;

}

.deviation-message .fa{
	font-size: 33px;
    margin-top: 8px;
    float: left;
    margin-right: 7px;
}


.deviation-message-box{
	background-color:white;
	color: black;
	padding:10px;
	border: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 26px;
	
}

.sms-link{
	position: relative;
    float: left;
    margin-top: 26px;
    color: white;
    font-weight: bold;
    margin-bottom: 14px;
    margin-left: -11px;
    
}
.sms-link:hover{
	color: white;
	
}
.sms-link  .fa.fa-arrow-right{
	        float: right;
	    position: relative;
	    margin-top: 4px;
	    font-size: 14px;
	    margin-left: 6px;
}


.deviation-message>.textContainer{
    width: 10%;
    float:left;
}
.deviation-message>.deviText{
/*    max-width: 90%;
    vertical-align: bottom;
    float:left;
*/
}
.deviText {
    margin-top: 8px;
      margin-bottom: 16px;
}
.deviText b {
	margin-right: 10px;
}

.lineLinks{cursor:pointer; color:#0058A6; }

.lineLinkBtn{
	border: 1px solid white;
    padding: 7px 20px;
    width: 300px;
    background-color: white;
    margin-right: 20px;
    line-height: 47px;
    white-space: nowrap;
}


.deviation-message-line{overflow: hidden;}
.hiddenLine{height:0px;}


.closeBtn {
    border: 1px solid #a0a0a0;
    width: 19px;
    padding: 4px;
    cursor: pointer;
    float: left;
    background-color: #ee1c25;
    height: 18px;
    line-height: 7px;
    color: white;
    font-weight: bold;
    margin-top: 2px;
    margin-right: 10px;
}


/*@media screen and (max-width: 540px) {.deviation-message>.deviText{ max-width: 60%; } }*/
/*--------------------------------------------------------------
# /Traffikstörningar
--------------------------------------------------------------*/

 /*--------------------------------------------------------------
# Knappar Linjer
--------------------------------------------------------------*/
.lines-form{
	margin-bottom:20px;
	margin-left: 2px;
}
.lines-box .line-btn {
    float: left;
    padding: 1.5% 3%;
    margin: 2px;
    background-color: #f1f1f1;
    cursor:pointer;
     transition: all 0.3s ease-in-out;
	 -webkit-transition: all 0.3s ease-in-out;
}
.lines-box .line-btn.selected {
    
    background-color: #11C181;
    color:white;
}

@media screen and (max-width: 768px) {
	.lines-box .line-btn {
		width: 100%;
		 padding: 3.5% 3%;
	}
		
}
 /*--------------------------------------------------------------
# Knappar Linjer
--------------------------------------------------------------*/

#reload-button{
	cursor: pointer;
    background-color: #11C181 ;
    color: white;
    border: 0px solid;
    font-weight: 700;
    padding: 5px 30px;
}

#reset-button{
	cursor: pointer;
    background-color:  #ee1c25 ;
    color: white;
    border: 0px solid;
    font-weight: 700;
    padding: 5px 30px;
    float: right;
}


 /*--------------------------------------------------------------
# misc
--------------------------------------------------------------*/

.sms-danger{
	width: 100%;
	background-color: #ee1c25;
  display: inline-block;
    position: relative;
}
.sms-danger.green{

	background-color: #11C181;
}
.sms-danger span{
	 color: white;
    font-weight: bold;
    padding: 5px 20%;
    text-align: center;
    display: block;
    width: 100%;
    
}
.sms-danger .fa{
	font-size: 33px;
    top: 13px;
    left: 17px;
	position: absolute;
	color:white;
	
}


#globalPopup{
	position:fixed;
	top: 0px;
	left: 0px;
	height:	100%;
	width: 100%;
	background-color: #0058A6 ;
	color: white;
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	text-align: center;
}

#globalPopup.showPopup{
	opacity:1;
}

#globalPopup h2{
	margin-top: 300px;
	font-size: 40px;
	 @media screen and (min-width: 550px) {
		 margin-top: 200px;
	 }
}

 @media screen and (max-width: 550px) {
	#globalPopup h2{
		font-size: 35px;
		margin-top: 145px;
	}
 }

#globalPopup h3{
	margin-top: 300px;
	font-size: 40px;
	background-color: white;
	min-width: 252px;
	margin: 0 auto;
	padding: 5px 5px;
	display: inline-block;
	color: #0058A6;
	font-size: 24px;
}

 @media screen and (max-width: 550px) {
	#globalPopup h3{
		font-size: 20px;
	}
 }


#globalPopup #whiteLogo{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	margin-top: 40px;
}

 @media screen and (max-width: 550px) {
	#globalPopup #whiteLogo{
		margin-top: 10px;

	}
 }


#globalPopup #warningRound{
	position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    margin-top: 180px;

}

@media screen and (max-width: 550px) {
	#globalPopup #warningRound{
	    margin-top: 70px;
	    margin-left: -30px;
		width: 60px;
	}
}


#globalPopup #exit{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 30px;
	margin-right: 30px;
	width: 40px;
	height:	40px;
	cursor: pointer;
	
}

 @media screen and (max-width: 550px) {
	#globalPopup #exit{
		margin-top: 10px;
		margin-right: 10px;
	}
 }



#globalPopup .warningText{
	font-size: 24px;
    display: block;
	width: 70%;
    margin-left: 15%;
	margin-bottom:50px;
	margin-top: 50px;
}

 @media screen and (max-width: 550px) {
	#globalPopup .warningText{
		margin-bottom: 20px;
		margin-top: 20px;
		width: 90%;
    margin-left: 5%;
    font-size: 18px;
	}
 }


#globalPopup .readMore{
	font-size: 24px;
	border: 2px solid white;
	min-width: 152px;
	margin: 0 auto;
	padding: 5px 5px;
	display: inline-block;
	color: white;
	font-size: 24px;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
	
}
#globalPopup .readMore:hover{
	background-color: RGBA(255,255,255,0.1);
}
#cookieframe{
	opacity: 0;
	height: 1px;
	width: 1px;
}