#app-loading{
    text-align: center;
    background: rgb(240,241,241);
    font-size: 11pt;
    padding-top: 45vh;
    display: none;
    height: 100vh;
}
#app-loading > .loading-content{
    transform: translateY(-50%)
}
#app-loading > .loading-content > .app-loading-spinner{
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 6px solid transparent;
    border-radius: 50%;
    border-top-color: #3cba54;
    border-left-color: #f4c20d;
    border-bottom-color: #db3236;
    border-right-color: #4885ed;
    animation: 1s spin linear infinite;
}
body.loading > #atris{
    display: none
}
body.loading > #app-loading{
    display: block;
}
body.loading > #timeout-modal-template{
    display: none
}
@keyframes spin{
    from{
        transform: rotate(0deg)
    }
    to{
        transform: rotate(360deg)
    }
}
.sessiontimeout-page {
    position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	background: rgba(0,0,0,.8);
	padding-top: 40vh;
}
.sessiontimeout-container {
    background-color: white;
	padding: 8px;
	display:  inline-block;
	width: 300px;
	border-radius: 3px;
	transform: translateY(-50%)
}
.bg-light-gray {
    background-color: #bdc3c7 !important;
}
.list-group-item:hover{
    background-color: #f78c40;
    color: white;
    cursor: pointer;
}
.selected-notification{
    background-color: #f78c40;
}
.list-item-null{
    position: relative; 
    display: block; 
    padding: 10px 15px; 
    margin-bottom: -1px; 
    background-color: #fff; 
    border: 1px solid #ddd;
}
.not-used-powered-by {
	display: none;
}
@media print{
	.hidden-print{
		display:none;
	}
}
.warning-content-btn {
    background:white;
    border: 1px solid #d0d0d0;
    min-height:25px;
    padding-top:8px;
    padding-left: 12px;
    color:#496949;
    font-weight:bold;
    cursor: pointer;
}
.warning-content-btn:hover {
    background-color: #f78c40;
}
.minimize-btn {
    background-color: #496949;
    color: white;
    margin-top:  -2px;
    margin-right: 8px;
}
.wrap-content {
    padding:0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.passenger-data-on-carriage{
    margin:5px;
    height:75px;
    width:90px;
    border-radius:5px;
    background: #42f468; 
}
.passenger-data-on-carriage:hover{
    cursor: pointer;
    background: #f78c40;
}
.passenger-data-selected-on-carriage{
    background: #f78c40;
}
.chevron-carriages{
    display: inline-block;
    margin:5px;
}
.chevron-carriages:hover{
    cursor: pointer;
}
.carriage-seat-avail{
    border: 1px solid #e0e0e0; 
    margin:2px; 
    border-radius:10px; 
    width:40px; 
    height:40px;
    padding-top:8px;
}
.carriage-seat-avail:hover{
    cursor: pointer;
    border-color: #f78c40;
}
.carriage-seat-booked{
    border: 1px solid #e0e0e0; 
    margin:2px; 
    border-radius:10px; 
    width:40px; 
    height:40px;
    padding-top:8px;
}

.floatwa {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float{
    margin-top:16px;
}

@font-face {
    font-family: 'clear_sansregular';
    src: url('/static/fonts/ClearSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('/static/fonts/ClearSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
