/* General Styles */

a {
    color: #494b4d !important;
}
body {
    margin-top: 50px;
}
.red {
    color: rgb(157 0 0);;
}
.green {
    color: #214921;;
}
.narrow-td {
    width: 100px;
}
.bold {
    font-weight: bold;
}
h2{
    font-size: 27px;
    color: #072e70;
    padding-bottom: 0.5em;}
h3 {
    font-size: 24px;
    color: #2d2d2d;;
}
.vertical-middle {
    vertical-align: middle;
}
.placepicker-map {
    height: 700px;
}

/* Navbar Styles */

.navbar-brand {
    padding: 0 15px;
}
.logo {
    width: 46px;
    margin-top: 2px;
}

/* Login form styles */

.form-signin {
    max-width: 470px;
    padding: 50px;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 2px rgb(67 7 7);
    -moz-box-shadow: 0px 0px 9px 2px rgb(67 7 7);
    box-shadow: 0px 0px 9px 2px rgb(67 7 7);
}
.form-signin-admin {
    max-width: 470px;
    padding: 50px;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 2px #002c51;
    -moz-box-shadow: 0px 0px 9px 2px #002c51;
    box-shadow: 0px 0px 9px 2px #002c51;
}


.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="text"] {
    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;
}

.btn-info2 {
    background-color: #109fd8;
    border-color: #109fd8;
    color: white;
}

.file-upload-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 1em 0.2em;
    background-position: center;
    background-size: cover;
    display: inline-block;
    border: 1pt solid #ab781f;
}

.file-upload-success {
    position: absolute;
    right: 0.2em;
    bottom: 0.2em;
    width: 30px;
    display: none;
}
.btn-primary2 {
    color: white;
    background-color: #ae633b !important;
    border-color: #a94442 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4fbff4a;
    color: #323232;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #b32128;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #b1b1da;
}

.btn-success {
    background-color: #7fb92e !important;
    border-color: #7fb92e !important;
}