footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

nav.navbar{
    background-color: #458ce7;
}

.sidebar .nav-item{
    margin-bottom: -5px;
}

nav img {
    height: 30px;
}

.form-control {
    margin-bottom: 5px;
    width: 100%;
}

label.form-control{
    margin: 0;
    cursor: pointer;
}

.alert {
   margin-top: 20px; 
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 0px;
}
.table_wrapper {
    overflow-y: auto;
    max-height: 80vh;
}

.table_wrapper thead th {
    text-align: inherit;
    position: sticky;
    top: -2px;
    background:#eee;
}

table#result_table > thead > tr > th{
    white-space: nowrap;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

div .scroll{
    overflow: auto;
}

div .list-group-item a{
    color: gray;
}

div .tablelist.active a{
    color: white;
}

.glyphicon-remove {
    color:red;
}

.btn-danger .glyphicon-remove{
    color: white;
}

.tableadd span{
    color: green;
}

.rowupdate{
    color: blue;
}

.rowadd span{
    color: blue;
}

.rowimport span{
    color: #3498db;
}

.core-control {
    margin-left: 10px;
}

.core-control:hover {
    transform: scale(1.25);
    transition: 0.25s;
}

.glyphicon-refresh, .glyphicon-refresh:hover {
    animation:spin 1.5s linear infinite;
}

.glyphicon-ok {
    animation: fadein 1s ease-in;
}

.dbl_click_fk {
    text-decoration: underline wavy blue;
    color: blue;
    cursor: pointer;
    
}

.dbl_click_file a, a.file, a.file:hover, a.file:focus{
    text-decoration: underline dotted red;
    color: red;
    cursor: pointer;
    min-width: 25px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  opacity: 1;
}

img{
    max-width: 100%;
    max-height: 100%;
}

.search-group{
    margin-top: 5px;
}

.card {
    margin: 5px;
    box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.3);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 4px 8px 16px 4px rgba(0,0,0,0.5);
}

/* Add some padding inside the card container */
.card-container {
    padding: 2px 16px;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

span.glyphicon.glyphicon-list-alt{
    padding: 5px;
}

@media (max-width: 768px) { 
    .file-field{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.file-field{
    margin-bottom: 5px !important;
}
.login-actions{
    padding: 20px;
}

.content {
    overflow: auto;
    max-height: calc(100vh - 100px);
}
.stage{
    border: 1px solid;
    border-color: rgb(148, 250, 250);
    background-color: rgb(214, 243, 243);
    padding: 10px;
}

.stage .stage_header{
    cursor: pointer;
}
.stage h3{
    color: rgb(0, 128, 128);
}

.stage .stage_content{
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.subitems{display: none;}
.navbar-brand {
    background: url(../assets/logo.png) center / contain no-repeat;
    margin-bottom: 0px !important;
    background-size: 120px;
    width: 120px;
    height: 61px !important;
    margin-top: 8px;
}

/* Scrollbar customization */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #36b9cc;
    box-shadow: inset 0 0 5px #36b9cc;
}

::-webkit-scrollbar-thumb {
    background-color: #4e73df;
    ;
    outline: 1px solid #4e73df;
}

* {
    scrollbar-color: #4e73df #36b9cc;
    ;
    scrollbar-width: thin;
}

.hidden{
    display: none;
}

/* Scrollbar customization end */

.submit_container{
    position: fixed; 
    margin-bottom: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    width: 200px;
    float: right;
}


.landlord_properties_table.archived tbody tr{
    background: rgb(255 185 185);
}

.modal.note-modal { z-index: 2000; }