@charset "utf-8";
/* CSS Document */

.rounded {
    border-radius: 1rem!important;
    margin-bottom: 40px;
}
h1 {
    font-size: 60px;
    padding-top: 15px;
}

h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Desktop Screen */
.container-fluid {
    margin-top: 20px;
    background-image: url("../images/pattern.jpg");
    background-size: 100% 100%;
    max-width: 67%;
    min-height: 855px;
    border: 1px solid #cecece;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}
.flex-wrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    .container-fluid {
        background-size: 100% 100%;
        max-width: 90%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    h1 {
        font-size: 40px;
    }

    .container-fluid {
        background-size: 100% 100%;
        max-width: 90%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    h1 {
        font-size: 50px;
    }

    .container-fluid {
        background-size: 100% 100%;
        max-width: 90%;
    }
}

#title {
    width: 80%;
    text-align: center;
    margin: auto;
    color: black;
    /*** embossed ***/
    text-shadow: -2px -2px 2px #fff, 2px 2px 2px #000;
    /*color: #9c8468;*/
    opacity: 0.50;
    /*box-shadow: 0 5px 3px rgba(0, 0, 0, 0.12), 0 5px 5px rgba(0, 0, 0, 0.24);*/
}

/************************************************/

.row {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

.row-content {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
}

.row-table {
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-top: 5px;
}

.h1-title {
    margin-top: 0;
}

/****************************************/
body {
    background-color: #6c757d;
    padding-top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#image {
    text-align: center;
}
.glass-img {
    max-height: 60vh;
    border-style: outset;
    border-width: thick;
    border-color: #b21f2d;
}
/****************************************/
.table-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 50px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    word-wrap: break-word;
}

.table-responsive {
    border: none;
}

.row {
    padding-top: 1px;
}

.table-prices {
    empty-cells: show;
    padding-top: 3%;
    /*font-size:13px;*/
    width: 98% !important;
}

.table-prices td {
    text-align: center;
    padding: 8px;
}

.table-prices th {
    text-align: center;
}

/************************************/
.table > thead > tr > th {
    border-bottom: 2px solid #6c757d;
    border-top: 2px solid #6c757d;
}

/** round table corners**************/
/*
table {
    border-radius:10px;
    border-top:hidden;
}
th:first-of-type {
    border-top-left-radius: 10px;
}
th:last-of-type {
    border-top-right-radius: 10px;
}
tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}
tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}
table tbody tr {
    cursor: pointer;
    padding: 8px;
}
*/

/************************************/
/* Datatables overrides */
/*** Editor Modal Form **/
div.modal-dialog {
    max-width: 900px;
}

#container {
    text-align: center;
}

#customForm {
    display: flex;
    flex-flow: row wrap;
}

#customForm fieldset {
    flex: 1;
    border: 1px solid #aaa;
    margin: 0.5em;
}

#customForm fieldset legend {
    padding: 5px 20px;
    border: 1px solid #aaa;
    font-weight: bold;
}

#customForm fieldset.property {
    flex: 2 100%;
}

#customForm fieldset.property legend {
    background: #bfffbf;
}

#customForm fieldset.price legend {
    background: #ffffbf;
}

#customForm fieldset.url legend {
    background: #0b2e13;
}

#customForm fieldset.notes {
    flex: 2 100%;
}

#customForm fieldset.notes legend {
    background: #ffbfbf;
}

#customForm div.DTE_Field {
    padding: 5px;
}

.dt-body-wrap {
    white-space: normal;
}

#DTE_Field_Notes {
    width: 100%;
}

/***********************************************/
/* Login Modal */
body {font-family: Arial, Helvetica, sans-serif;}

/* Full-width input fields */
.input-login[type=text], .input-login[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button.button-login {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button.button-login:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 10%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal-login {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-login-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}