﻿button#Save {
    /* background-color: red; */
    margin-left: 23px;
    width: 66px;
    box-shadow: 2px 7px 7px #888888;
}
button#CancelSubmit {
      margin-left: 23px;
    width: 70px;
    box-shadow: 2px 7px 7px #888888;
}
span.glyphicon.glyphicon-remove {
    font-size: 10px;
    padding-left: 5px;
}
span.glyphicon.glyphicon-ok {
    font-size: 10px;
    padding-left: 5px;
}
input, select {
    margin-bottom: 10px;
    width: 136px;
    background: rgba(0 0 0 0);
    background-color: #337ab7;
       color: #065d88;
    background-color: hsla(208, 56%, 46%, 0.2);
}
label.col-md-3 {
    color: #31708f;
    font-size: 20px;
}
.page-title {
    padding: 0px;
    font-size: 35px;
    letter-spacing: -1px;
    display: block;
    color: #337ab7;
    font-family: cursive;
    font-weight: bolder;
    margin: 0px 0px 15px 0px;
    font-weight: 500;
    /* font-family: "Open Sans", sans-serif; */
}
button.ListsButton {
    width: 72%;
    font-size: 20px;
  
    background-color: hsla(208, 56%, 46%, 0.2);
}
label.col-md-1 {
    color: #31708f;
    font-family: sans-serif;
    font-weight: 400;
}
.page-bar {
    padding: 0px;
    background-color: #f7f7f7;
    margin-bottom: 29px;
    font-size: 20px;
    font-weight: 500;
    padding-top: -5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}