@charset "utf-8";
/* CSS Document */

*, body, div {
	padding: 0px;
	margin: 0px;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin: 0px;
}
h2 {
	padding: 10px 20px 20px 20px;
	color: #3A586E;
}
body {
	 
}
header, footer {
}
ul.nav.nav-tabs a, ul.nav.nav-tabs {
	color: #3A586E;
}
.nav-tabs>li>a {
	background: rgba(221,221,221,0.5);
}
.tab-content {
	background: #fff;
}
.tab-content > table {
	padding-top: 20px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #feb541;
}
nav.navbar.navbar-inverse {
	background:#272b2e;
	border-radius:0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background: rgb(8,111,188);
}
.navbar-brand {
	font-size: 3em;
	padding-top: 17px;
	color: #fff !important;
}
.content {
	 
	padding: 10px;
	border-radius: 10px;
}

.card.card-container{background:#f3f3f3;}
header h2 {
	color: #E9E9E9;	
}
nav.navbar.navbar-inverse {
/*   margin-bottom: 0px; */ /* space between header and table*/
}
.btn-primary, .btn-info:focus{
	background: #3A586E;
	border: none;
}
.searchAlign, .searchAlign:hover {
	margin-top: 25px;
	background: #3A586E;
	border: none;
	width: 102%;
	 
}
.searchBar{padding:0px;}
label.control-label.dateTimePicker {
	padding: 0px 0px 5px 0px;
}
.input-group.date.form_datetime.col-md-5 {
	clear: both;
}
 span.input-group-addon .glyphicon-remove :parent {
display:none;
}
.middle-content{
	margin: 10px 20px 10px 70px;
    padding: 0 50px;
}
.machines-row:first-child{
	margin-top:50px;
}
.machines-row{
	padding:10px;
	margin:10px;
}
.machines-row .btn{
	padding:50px;	
}
/*
 * Card component
 */
.card {
    background-color: rgba(255,255,255,0.8);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 0px;
    /* shadows and rounded borders */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -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);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color:#e3770c;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: #e3770c;
}


.btn-primary-Elec{padding:45px  45px 35px 45px !important; }

.rainbow {
    background: linear-gradient(to right, #87be31 15%, #ff0c64 35%, #0072ef 65%, #ff8e18 95%);
    height: .2rem;
    width: 100%;
    position: absolute;
}

.navbar{
  margin-bottom: 0px;
  border-radius:0px;
}
.row {
    margin-right: 0px; 
    margin-left: 0px;
}