body {
    padding-top: 50px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.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;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gridStyle {
    border: none;
    width: 900px;
    height: 150px;
}

.packageGridStyle {
    border: none;
    width: 250px;
    height: 150px;
}

    .navbar-nav>li>a {
        padding: 3px 15px 3px 15px;
        color: #666666;
    }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #1c78c7;
    border-radius: 2px;
}

#footer {
    background:#fff;
    border:none;
    margin-top:15px;
    border-top:1px solid #999999;
}

#footer .new {
    float:left;
}

#footer a:link {color: #6b9037;}

#footerimg {float: right; margin-right: -15px}

#header {
    margin-bottom: 1em;
    border-bottom: 1px solid #999999;
}

.merrillColor {
    color: #3381c3
}

.name-cell {
    width: 50px;
    text-align: left;
}

.another-cell {
    margin-left: 10px;
    color: green;
}

.form-group {
    margin-bottom: 2px;
}

.btn-primary {
    background-color: #3999c6;
    border: 1px solid #BBBBBB;
    color: #ffffff;
    padding: 2px 7px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    height: 24px;
}

a {
	color: #000000; 
}

.table>tbody>tr.active>td {
  background-color: khaki;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -moz-animation: spin 2s infinite linear;
  	-o-animation: spin 2s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-moz-keyframes spin2 {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

@-o-keyframes spin2 {
    from { -o-transform: rotate(0deg);}
    to { -o-transform: rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

input[type="text"]:disabled {
   color: #C6CBBE;
}

.editable-error {
	color: red;
}

.editable-hide {
  display: none !important;
}

.header-span-right{
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-span-right td{
    text-align: right;
}

.header-span-right h2{
    margin-top: 0px;
    margin-bottom: 10px;
}

.header-span-right span{
font-weight: bold;
}

.footer{
    font-size: 12px;
    font-weight: bold;
}

.welcome-text h3{
    color: #005ead;
}

.welcome-text h4{
    color: #1c78c7;
    margin-bottom: 50px;
}

.blue-table th{
    background: #337ab7;
    color: white;
}
.blue-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.blue-table tr:nth-child(even) {
    background-color: #5cb4ff26;
}

.tr-header td{
    background: #337ab7;
    color: white;
}

.mar-lr-15{
    margin-right: 15px;
    margin-left: 15px;
}

.login-panel{
    border-radius: 12px;
    background: #d4d4d4;
    padding-left: 0px;
    padding-right: 0px;
}
.login-panel-header{
    background: #005ead;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    padding: 11px 5px 5px 17px;
    font-weight: bold;
}
.login-form{
    padding: 20px 17px;
}
.login-form .alert{
    padding: 0px;
}