
#alpha {
    Margin-top:15px;
  display: flex;
  justify-content: center;
}



.jumbotron .h1, .jumbotron h1 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  color: white;
}

.jumbotron .h2, .jumbotron h2 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  color: white;
}

#form-lab{
    padding-top: 10px
}
#ag-header{
    padding-top: 10px
}



.jumbotron .p, .jumbotron p{
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  color: white;

}



#customer-jumbo{
background-color: #8250E5;

}
#repair-jumbo{
background-color: #4E8FEA;

}
#dash-jumbo{
background-color: #6476E6;

}
#reports-jumbo{
background-color: #6A56AA;

}
#warranty-jumbo{
background-color: #5D7FC7;

}



//Fonts
#edit-btn{
color: #fff;
    background-color: #34A2EA;
    border-color: #34A2EA;
}
#delete-btn{
color: #fff;
    background-color: #6871E6;
    border-color: #6871E6;
}
#repair-btn{
color: #fff;
    background-color: #8250E5;
    border-color: #8250E5;
}
#warranty-btn{
color: #fff;
    background-color: #5D7FC7;
    border-color: #5D7FC7;
}


/* Customer Search Box*/
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}



.dash-box {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}
.dash-box-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}
.dash-box-body {
    padding: 50px 20px;
}
.dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.dash-box-icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
	font-size:22px;
}
.dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}
.dash-box-action > button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}
.dash-box-body > .dash-box-count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}
.dash-box-body > .dash-box-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.81);
}

.dash-box.dash-box-color-2 {
    background: #f1c40f
}
.dash-box-color-2 .dash-box-icon:after {
    background: #f1c40f
}
.dash-box-color-2 .dash-box-icon:before {
    background: #f1c40f
}
.dash-box-color-2 .dash-box-icon > i {
    background: #f1c40f
}

.dash-box.dash-box-color-3 {
    background: #e74c3c
}
.dash-box-color-3 .dash-box-icon:after {
    background: #e74c3c
}
.dash-box-color-3 .dash-box-icon:before {
    background: #e74c3c
}
.dash-box-color-3 .dash-box-icon > i {
    background: #e74c3c
}

.dash-box.dash-box-color-4 {
    background: #2ecc71
}
.dash-box-color-4 .dash-box-icon:after {
    background: #2ecc71
}
.dash-box-color-4 .dash-box-icon:before {
    background: #2ecc71
}
.dash-box-color-4 .dash-box-icon > i {
    background: #2ecc71
}

.dash-box.dash-box-color-5 {
    background: #3498db
}
.dash-box-color-5 .dash-box-icon:after {
    background: #3498db
}
.dash-box-color-5 .dash-box-icon:before {
    background: #3498db
}
.dash-box-color-5 .dash-box-icon > i {
    background: #3498db
}

.dash-box.dash-box-color-6 {
    background: #1abc9c
}
.dash-box-color-6 .dash-box-icon:after {
    background: #1abc9c
}
.dash-box-color-6 .dash-box-icon:before {
    background: #1abc9c
}
.dash-box-color-6 .dash-box-icon > i {
    background: #1abc9c
}

.dash-box.dash-box-color-7 {
    background: #9b59b6
}
.dash-box-color-7 .dash-box-icon:after {
    background: #9b59b6
}
.dash-box-color-7 .dash-box-icon:before {
    background: #9b59b6
}
.dash-box-color-7 .dash-box-icon > i {
    background: #9b59b6
}

.dash-box.dash-box-color-8 {
    background: #f39c12
}
.dash-box-color-8 .dash-box-icon:after {
    background: #f39c12
}
.dash-box-color-8 .dash-box-icon:before {
    background: #
}
.dash-box-color-8 .dash-box-icon > i {
    background: #f39c12
}


