@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Passion+One:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@font-face {
     font-family: 'StateFaceRegular';
     src: url('/fonts/stateface-regular-webfont.eot');
     src: url('/fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
          url('/fonts/stateface-regular-webfont.woff') format('woff'),
          url('/fonts/stateface-regular-webfont.ttf') format('truetype'),
          url('/fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
     font-weight: normal;
     font-style: normal;
 }

.flip {
    -webkit-perspective: 800;
    perspective: 800px;
    width: 300px;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
}

.flip .card .face {
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}

.flip .card .bottomContainer {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.1);
    box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.1);
    font-family: 'Roboto', sans-serif;
    width: 300px;
    border: 1px solid #999;
    border-top: none;
    background-color: #efefef;
    display: inline-block;
    margin: 0;
    z-index: 1;
    overflow: hidden;
}

    .bottomContainer::after {
        color: #f5f5f5;
        text-shadow: -1px -1px 1px #E3E3E3;
        content: attr(data-bg-text);
        display: block;
        font-family: 'Open Sans';
        font-weight: 700;
        font-size: 13em;
        position: absolute;
        bottom: -55px;
        right: -15px;
        z-index: -999;
    }

.employeeContainer {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: 'Roboto', sans-serif;
    width: 300px;
    height: 250px;
    display: inline-block;
    margin: 10px;
}

    .ONEprop {
    }

    .Pathlight {
    }

    .name {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        font-size: 1.3em;
        color: #000000;
        border: 1px solid #999;
        border-bottom: 1px solid #ccc;
        padding: 10px;
        background-color: #fff;
    }

    .subinfo {
        font-size: 0.6em;
    }

    .account {
        line-height: 30px;
    }

    .dne {
        display: inline-block;
        padding: 0 0 0 3px;
        font-size: 1.0em;
        font-style: italic;
        color: #f00;
    }

    .created {
        display: inline-block;
        padding: 0 0 0 3px;
        font-size: 1.0em;
        color: #158c1b;
    }
    
    .userHardware {
        color: #000;
    }
    
    .accountInput {
        border: none;
        background: none;
        font-size: 1.0em;
        padding: 0;
        font-weight: 400;
    }


.bottomContainerBack {
    -webkit-transform: rotatey(-180deg);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.1);
    box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.1);
    font-family: 'Roboto', sans-serif;
    width: 300px;
    border: 1px solid #999;
    border-top: none;
    background-color: #efefef;
    display: inline-block;
}

    .bottomContainerBack .actionItem {
        display: inline-block;
        font-size: 1.8em;
        padding: 10px;
    }

    .actionItem .delete {
        color: #f00;
    }
    
    .actionItem .done {
        color: #158c1b;
    }


.header {
    height: 100%;
    background-color: #33C3F0;
    color: #fff;
    line-height: 40px;
    padding: 2px;
}

.settingsButtonContainer {
    float: right;
    margin: -10px 5px 0 0;
}

.settingsCloseButtonContainer {
    float: right;
    margin: 0 5px 0 0;
}

    .settingsButton, .lockButton {
        color: #c1c1c1;
    }

    .settingsButton:hover, .lockButton:hover {
        color: #999;
        cursor: pointer;
    }
    
    .unlockButton {
        color: #158c1b;
    }
    
    .unlockButton:hover {
        color: #257c19;
        cursor: pointer;
    }
    
.editButtonContainer {
    float: right;
    margin: -10px 5px 0 0;
}