@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
    font-family: 'Poppins', sans-serif;
    font: 12px/20px "Helvetica neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    overflow: hidden;
    overflow-y: auto;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.login-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    padding: 40px 36px;
    width: 400px;
    text-align: center;
}

.login-logo {
    width: 200px;
    margin: 0 auto 14px auto;
    display: block;
}

.login-title {
    margin-bottom: 18px;
    color: #333;
    font-weight: 600;
}

.login-field {
    text-align: left;
    margin-bottom: 10px;
}

.login-field label {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 4px;
    display: block;
}

.login-field input {
    max-width: 400px;
}

.btn.login-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: auto;
    font-size: 1em;
    bottom: auto;
}

.login-error {
    color: #c0392b;
    font-size: 0.9em;
    margin-top: 12px;
}

.bucket {
    background-color: #ffffff;
    height: 250px;
    position: relative;
    min-height: 300px;
    /*max-width: 250px;*/
    border-color: #e3e3e3;
    border-style: solid;
}

body {
    background-color: #e3e3e3;

}

.index_line{
    border-style: solid;
    /*margin-left: 10px;*/
    border-width: 0px 0px 1px 1px;
    height: 20px;
}

.body {
    margin-top: 0px;
    height: 60vh;
    z-index: 5;
    background-color: #e3e3e3;
}

.pi-bucket {
    position: absolute;
    top: 15%;
    width: 100%;
    margin-left: 25px;
}

.pi-tag {
    /*position: absolute;*/
    /*bottom: -62px;*/
    margin-top: 10px;
    font-size: 25px;
    /*margin-left: 0px;*/
    /*left: 40px;*/
}

.pimage{

    background-image: url("../img/pi_icon2.png") ;
    background-size: 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.phoneimage{

    background-image: url("../img/phone.png") ;
    background-size: 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.dongleimage{

    background-image: url("../img/dongle.png") ;
    background-size: 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.simimage{

    background-image: url("../img/simcard.png") ;
    background-size: 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}

.name-tag {
    margin-top: 2px;
    /*bottom: -113px;*/
    font-size: 15px;
    color: #999;
    /*position: absolute;*/
    /*left: -22px;*/
}

.tag-sm{
    font-size: 12px;
    line-height: 100%;
}


.onoff-bucket {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -30px;
}

.btn {
    position: absolute;
    bottom: 0;
    border-radius: 0px;
    margin-top: 1px;
    background-color: #344a5f;
    height: 3.9em;
    font-size: 1.2em;
    text-align: center;
    width: 50%;
}

.btn-left {
    margin-left: 0;
    background-color: #344a5f;
}

.btn-right {
    margin-left: 50%;
}

.status-bucket {
    margin-top: 15px;
    margin-left: 15px;
    /*position: absolute;*/
    bottom: 45%;
    width: 100%;
    margin-left: 25px;
}

.status-led {
    /*position: absolute;*/
    /*top: -120px;*/
    /*left: -66px;*/
    border: 2px;
    border-style: solid;
    border-color: #4bc076;
    border-radius: 1em;
    width: 15px;
    height: 15px;
    /*margin-left: 40px;*/
    background-color: #4bc076;
}

.status-led-off {
    border-color: lightgrey;
    background-color: grey;
}

.switch {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
}

.switch:hover {background-color: #3e8e41}

.switch:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.switch.inactive{
    background-color: red;
}


#header {
    background-color: #232e32;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 15px;
    background-position-y: 15px;;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    max-height: 100px;
    width: 100%;
    z-index: 10;

}

.btn-primary {
    border: 1px;
    border-style: solid;
}

/*
#f8f8f8 light grey
#efefef dark gray
#e94b1e - orange
*/

.list {
    height: 60vh;
    overflow: scroll;
}

.user-message.ng-hide {
    opacity: 0;
    transform: rotateX(0deg);
}

.user-message {
    color: #FFFFFF;
    position: fixed;
    margin-left: 25vw;
    margin-top: -18px;
    text-align: center;
    -webkit-transition: opacity 3s ease-out, transform 2s ease-in-out;
    -moz-transition: opacity 3s ease-out, transform 2s ease-in-out;
    -ms-transition: opacity 3s ease-out, transform 2s ease-in-out;
    -o-transition: opacity 3s ease-out, transform 2s ease-in-out;
    transition: opacity 3s ease-out, transform 2s ease-in-out;
    opacity: 1;
    transform: rotateX(15deg);
}

.btn-sm {
    height: 1.7em;
    width: 3em;
    padding-top: 0;
    font-size: 1em;
    color: white;
}

.icon-red {
    color: #e94b1e;

}

.menu-text-red {
    color: #e94b1e;
    margin-top: 5px;

}

@media (min-width: 1200px) {
    .workspace {
        margin-top: 15vh;
        margin-left: 6vw;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }

}
