@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

body, html {
	margin: 0;
	padding: 0;
}

#monitor-app {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #0c2b3f;
    margin: 0;
    padding: 0;
}

.row {
	margin: 0;
	padding: 0;
}

.middle > .row {
	height: 100%;
} 

#pickup {
	border-right: 1px dashed #bacbd5;
	height: 100vh;
	margin: 0;
	padding: 0;
}

#courier {
	border-right: 1px dashed #bacbd5;
	height: 100vh;
	margin: 0;
	padding: 0;
}

#tk {
	height: 100vh;
	margin: 0;
	padding: 0;
}

.top {
	width: 100%;
	height: 7%;
	background-color: #0c2b3f;
	background: linear-gradient(to bottom, #17486c, #0c2b3f 50%);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.3em;
	letter-spacing: 0.06em;
	display: flex;
}

.top > span {
	margin: auto;
}

.backwhite {
	height: 83%;
	background: #ffffff;
	padding: 0;
}

.middle {
    height: 100%;
    padding: 1.5%;
}

.foot {
	width: 100%;
	height: 10%;
	background-color: #0c2b3f;
	background: linear-gradient(to bottom, #17486c, #0c2b3f 35%);
	margin: 0;
	padding: 0;
	display: flex;
}

.wait {
	width: 33.3%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.process {
	width: 33.3%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.ready {
	width: 33.3%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.wait-text {
	height: 5%;
	border-radius: 3px;
	background-color: #eb6c77;
	margin-right: 1%;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 700;
	display: flex;
}

.process-text {
	height: 5%;
	border-radius: 3px;
	background-color: #40c6d2;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 700;
	display: flex;
}

.ready-text {
	height: 5%;
	border-radius: 3px;
	background-color: #30a2ee;
	margin-left: 1%;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 700;
	display: flex;
}

.wait-text > span, .process-text > span, .ready-text > span {
	margin: auto;
	letter-spacing: 0.06em;
}

.grey {
	width: 100%;
	height: 7.9%;
	border-radius: 3px 0 0 3px;
	background-color: #f0f6fa;
}

.white {
	width: 100%;
	height: 7.9%;
	border-radius: 3px 0 0 3px;
	background-color: #ffffff;
}

.wait > .white, .wait > .grey, .process > .white, .process > .grey {
	border-right: 1px dashed #bacbd5;
}

.total, .total-wait, .total-process, .total-ready {
	margin: auto;
	display: inline-flex;
	color: #ffffff;
	text-align: center;
	margin: auto;
	
}

.total-wait, .total-process, .total-ready {
	font-size: 1.4em;
	letter-spacing: 0.06em;
}

.total {
	border: 1px dashed #ffffff;
	border-radius: 50%; 
	padding: 10px;
}

.total > span {
	margin: auto;
	font-size: 1.6em;
	letter-spacing: 0.06em;
	font-family: Roboto;
}

.total > span > figure {
	font-size: 0.7em;
}

.fg-wait, .fg-process, .fg-ready {
	font-size: 0.9em;
	font-weight: 700;
	font-family: Roboto;
	letter-spacing: 0.06em;
}

.fg-wait {
	color: #eb6c77;
}

.fg-process {
	color: #40c6d2;
}

.fg-ready {
	color: #30a2ee;
}

figure {
	margin: 0 0 0 0;
	font-family: Roboto;
}

.order {
	color: #0c2b3f;
	font-family: "Open Sans";
	text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    font-size: x-large;
	display: flex;
}

.order > span {
	margin: auto;
}

.last{
	font-size: 0.6em;
}

.wait  span.last {
	color: #eb6c77;
}

.wait span.active {
    color: #eb6c77;
}

.process span.last {
	color: #40c6d2;
}

.process span.active {
    color: #40c6d2;
}


.ready span.last {
	color: #30a2ee;
}

.ready span.active {
    color: #30a2ee;
}

.control {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 10;
}
.control > i {
    cursor: pointer;
    color: white;
}

.aristos-hub-login-box {
    font-family: "Open Sans", sans-serif;

}
.aristos-hub-login-box .modal-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background: rgba(4, 40, 68, 1);
}
.aristos-hub-login-box .login {
    border-radius: 2px 2px 5px 5px;
    padding: 10px 20px 20px 20px;
    width: 90%;
    max-width: 320px;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.aristos-hub-login-box .login.loading button {
    max-height: 100%;
    padding-top: 50px;
}
.aristos-hub-login-box .login.loading:not(.fail) button .spinner {
    opacity: 1;
    top: 40%;
}
.aristos-hub-login-box .login.ok button {
    background-color: #8bc34a;
}
.aristos-hub-login-box .login.fail button {
    background-color: #fa0e00;
}
.aristos-hub-login-box .login.ok button .spinner {
    border-radius: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    height: 20px;
    animation: none;
    transform: rotateZ(-45deg);
}
.aristos-hub-login-box .login input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #6aa200;
}
.aristos-hub-login-box .login input + i.fa {
    color: #fff;
    font-size: 1em;
    position: absolute;
    margin-top: -47px;
    opacity: 0;
    left: 0;
    transition: all 0.1s ease-in;
}
.aristos-hub-login-box .login input:focus {
    outline: none;
    color: #444;
    border-color: #2196F3;
    border-left-width: 35px;
}
.aristos-hub-login-box .login input:focus + i.fa {
    opacity: 1;
    left: 30px;
    transition: all 0.25s ease-out;
}
.aristos-hub-login-box .login a {
    font-size: 0.8em;
    color: #2196F3;
    text-decoration: none;
}
.aristos-hub-login-box .login .title {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.aristos-hub-login-box .login button {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #2196F3;
    color: #fff;
    display: block;
    border: none;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 60px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 7px;
}
.aristos-hub-login-box .login button .spinner {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border: 4px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 50%;
    top: 0;
    opacity: 0;
    margin-left: -20px;
    margin-top: 8px;
    animation: spinner 0.6s infinite linear;
    transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.aristos-hub-login-box .login:not(.loading) button:hover {
    box-shadow: 0px 1px 3px #2196F3;
}
.aristos-hub-login-box .login:not(.loading) button:focus {
    border-bottom-width: 4px;
}

@keyframes spinner {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(359deg);
    }
}
* {
    box-sizing: border-box;
}

/* Vuejs animations */

.active {
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	animation-iteration-count: 7;
	-webkit-animation-iteration-count: 7;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

/* preloader styles and animation */

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

.object {
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}

@keyframes animate {
    0% {
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    }

    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}

/* special styles for projects */

.philips {
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 2.2em;
}