* {
    color:#565656;
}
body {
    background-color: #BCCCE1;
}

.hideScroll {
    overflow: hidden;
}

.dialog-form {
    width: 90vw;
    max-width: 1600px;
    margin: 25px auto 25px auto;
    padding: 25px;
    background-color: white;
    border: 4px rgb(255, 244, 225) solid;
    border-radius: 15px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
.dialog-form label {
    font-weight: 500;
}
.dialog-form button {
    margin-bottom: 10px;
}

.dialog-form .dialog-header {
    text-align: center;
}
.dialog-form .dialog-header .dialog-header-title {
    border-top: thin #d3d3d3 solid;
    border-bottom: thin #d3d3d3 solid;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.dialog-form .dialog-subheader {
    text-align: center;
}
.dialog-form .dialog-subheader .dialog-subheader-title {
    border-bottom: thin #d3d3d3 dotted;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.dialog-form #dialog-error {
    text-align: center;
    background-color: rgba(255, 0, 0, 0.75);
    border-radius: 15px;
    font-size: 18px;
    display: none;
}
.dialog-form #dialog-error p {
    color: white !important;
}
.dialog-form #dialog-success {
    text-align: center;
    background-color: rgba(0, 190, 0, 0.75);
    border-radius: 15px;
    font-size: 18px;
    display: none;
}
.dialog-form #dialog-success p {
    color: white !important;
}

.dialog-form .form-section {
    background-color: rgba(255, 244, 225, 0.25);
    border: 4px rgb(255, 244, 225) solid;
    padding: 15px;
    margin-top: 25px;
    border-radius: 15px;
    position: relative;
    clear: both;
}
.dialog-form .form-section.alternate {
    background-color: #BCCCE1;
    border: 4px #f3f3f3 solid;
}
.dialog-form .form-section.alternate .dialog-subheader-title {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    border: none;
}
.dialog-form .form-section.alternate .dialog-subheader-title i {
    color: white;
    float: left;
}

.dialog-form .dialog-info-panel {
    border: thin #f3f3f3 solid;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.dialog-form .dialog-info-panel .dialog-info-panel-header {
    text-align: center;
    color: white;
    background-color: #bccce1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
}
.dialog-form .dialog-info-panel .dialog-info-panel-header i {
    color: white;
}
.dialog-form .dialog-info-panel .dialog-info-panel-header i.left {
    float: left;
}
.dialog-form .dialog-info-panel .dialog-info-panel-header i.right {
    float: right;
}

.dialog-form .dialog-info-panel .dialog-info-panel-body {
    padding: 15px 25px 15px 25px;
    background-color: white;
}

/* .dialog-form .form-section .pet-details {
    width: 100%;
    margin-top: 15px;
}
.dialog-form .form-section .pet-details tr {
    border-bottom: thin #d3d3d3 solid;
}
.dialog-form .form-section .pet-details tr:last-child {
    border: none;
}
.dialog-form .form-section .pet-details tr td {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}
.dialog-form .form-section .pet-details tr td:nth-of-type(1) {
    font-weight: 500;
    word-wrap: break-word;
}
.dialog-form .form-section .pet-details tr td:nth-of-type(2) {
    text-align: right;
} */

.form-footer {
    text-align: center;
}
.form-footer p {
    font-size: 12px;
}

#user-logout {
    text-align: center;
    margin-top: 20px;
}

#module-nav {
    text-align: center;
    margin-top: 25px;
}
#module-nav ul li {
    display: inline;
    padding: 5px;
}
#module-nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color:#565656;
    padding: 10px;
    border-radius: 25px;
}
#module-nav ul li a.active, #module-nav ul li a:hover  {
    background-color: #BCCCE1;
    color: white;
}

.inline-header-search {
    width: 200px;
    float: right;
    margin-left: -400px;
    margin-top: -10px;
}
.inline-pagination-button {
    float: right;
    width: 100px;
}
.pagination {
    margin-left: 115px;
}

table.clickable tbody tr:hover {
    cursor: pointer;
    background-color: rgb(255, 255, 198);
}

.modal {
    background-color: rgba(0,0,0,0.4); /* Transparent dimmed overlay */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
  }
  
.modal.hidden {
    display: none;
}
.modal .container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
.modal .body {
    width: 760px;
    display: inline-block;
    background-color: white;
    border: 4px solid #eeeeee; 
    padding: 30px 30px 0 30px;
    max-height: 900px;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal .alert {
    display: none;
}
.dt-modal-header {
    text-align: center;
}
.dt-modal-body {
    text-align: left;
    padding: 15px 15px 25px 15px;
    border-top: thin #dadada solid;
    border-bottom: thin #dadada solid;
}
.dt-modal-content label {
    font-weight: bold;
}
.dt-modal-content input, .dt-modal-content textarea {
    margin-bottom: 10px;
}
.dt-modal-content p.dt-modal-content-heading {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dt-modal-footer {
    margin-top: 45px;
    float: right;
    padding-bottom: 30px;
}
.dt-modal-footer .btn-danger {
    display: none;
}

#bulk-ready-tags {
    float: left;
    margin-top: -10px;
    margin-right: -200px;
}

#prepare-tag input, #prepare-tag button {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

#pet-list tr.pet-list-active-alert td {
    color: red;
    font-weight: bold;
}