body {
  padding: 50px;
  padding-top: 0px !important;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
}
.form-signin .checkbox{
    font-weight: normal;
}
.form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus{
    z-index: 2;
}
.form-signin input[type="text"]{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin input[type="password"].nomargin{
	margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.signup-wall{
	margin-top: 20px;
    padding: 20px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}
.user-banner{
    padding: 20px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); 
    width:100%;
    max-width: 100%;
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.new-account{
    display: block;
    margin-top: 10px;
}
h1.error-message{
    color: red;
}
ul.user-details{
    list-style: none;
}
.container{
    text-align: :center!important;
    margin-top:20px;
    width: 100% !important;
    display:block;
    
}
#table_accounts_wrapper{

}
li{
    list-style: none;
}
#userbar{
    text-align: center!important;
}
.buttonClass{
    font-size:17pt;

}
.iconSmall{
    width:18px;
    height: 18px;
}
.inline-fix{
    display:inline;
    padding-left:10px;
}
.imageShower{
    width:80%;
    position:relative;
    top:30px;
    display:none;
    overflow-y:scroll;
    margin:auto;
    z-index:1000;
}
.machineFrameHolder{
    visibility: hidden;
    height:100%;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:9994;
}
.machineFrameInfo{
    position:absolute;
    top:0px;
    left:60%;
    
    background: gray;
    max-width: 50%;
    width:300px;
    max-width:550px;
    max-height:190px;
    z-index:9996;
    min-height: 30px;
}
.LoginFrameInfo{
    position:absolute;
    top:30%;
    left:60%;
    
    background: gray;
    max-width: 50%;
    width:230px;
    max-width:550px;
    max-height:450px;
    overflow-y:auto;
    z-index:9996;
    min-height: 30px;
}
.note textarea{
    display:block;
    width:100%;
}
#machineFrameInfoBody{
    padding-top:5px;
}
#machineFrameInfoBody div{
    display:inline-block;
}
#machineFrameInfoBody a{
    display:inline-block;
}
#machineFrameInfoHeader .accountName{
   width: 130px !important;
   overflow: hidden;
   height:1.5em;
   display:inline-block;
}
#machineFrameInfoHeader .accountName:hover{
    width:100% !important;
}

.modal{
    z-index:9998 !important;
}
.machineFrame{
    z-index:9995;
    height: 100%;
    width:100%;
    position: absolute;
}
.machineIcon{
    width:20px;
    height:20px;
}
.start-button{
    
}
.start-button > i{
    font-size:9pt;
    width:32px;
    background-image:url(/images/icons/0278-play2.svg);
    background-size: 29px;
    background-repeat:no-repeat;
    background-position:center;
    padding-right:8px;
}
.start-button-active{
    background-image: linear-gradient(to bottom,#3a7546 0,#2aab21 100%) !important;
}
button i.glyphicon{
    margin-left:10px;
    margin-right: 10px;
}
.btn{
    margin-top:-3px !important;
}
.glyphicon-refresh-animate {
  -webkit-animation-name: rotateThis;
          animation-name: rotateThis;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes "rotateThis" {
  from { -webkit-transform: scale( 1 ) rotate( 0deg ); transform: scale( 1 ) rotate( 0deg );   }
  to   { -webkit-transform: scale( 1 ) rotate( 360deg ); transform: scale( 1 ) rotate( 360deg ); }
}

@keyframes "rotateThis" {
  from { -webkit-transform: scale( 1 ) rotate( 0deg ); transform: scale( 1 ) rotate( 0deg );   }
  to   { -webkit-transform: scale( 1 ) rotate( 360deg ); transform: scale( 1 ) rotate( 360deg ); }
}
.select-working{
    background-image: url('/images/icons/0079-clock.svg') !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
    margin-right:5px;
    appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-done{
    background-image: url('/images/icons/0274-checkmark2.svg') !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
    margin-right:5px;
    appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-error{
    background-image: url('/images/icons/0230-sad.svg') !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
    margin-right:5px;
    appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.responsive-table{
    width:90% !important;
}

#videoPlayer{
    position:relative;
    width:100%;
    top: 0px;
    left: 0px;
    z-index:19999;
}

