@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');


body {
    /* Full height */
    /* height: 100%;*/
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Red Hat Display', sans-serif;
    color: #00205B;
}

label
{
 text-transform: uppercase;
 font-family: 'Red Hat Display', sans-serif;
 font-size: 15px;
 color: #00205B;
}

.bg-cas
{
  background: #1E2B50 0% 0% no-repeat;
  padding: 15px 0px 15px 0px;
  opacity: 1;
}

.img-background{
    background-image: url('https://image.hospitality.claseazul.com/lib/fe2d11737164047a701c72/m/1/00f7b7e3-d39f-4b5b-8954-a38dcbfbc07f.jpg'); 
    background-repeat: no-repeat;
    background-size: 100%;
}

.img-Top{
    background-image: url('https://image.hospitality.claseazul.com/lib/fe2d11737164047a701c72/m/1/00f7b7e3-d39f-4b5b-8954-a38dcbfbc07f.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #f2f4f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Red Hat Display';
    font-size: 14px;
}


.btn-light {
  background-color: #00205B;
  color: #FFFFFF;
}

.bg-form {
    background-color: rgba(255, 255, 255, 0.9);
}

.container {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.email-search {
    border-right: none;
}

.search-btn {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-left: none;
}

.search-btn:hover {
    background-color: #ced4da;
}

.form-control:focus {
    border: 1px solid #122a58 !important;
    box-shadow: none;
}

.iti {
    width: 100%;
}

.search-btn:focus {
    border: 1px solid #122a58 !important;
    box-shadow: none;
}

.btn-cas {
    color: white;
    top: 1512px;
    left: 589px;
    width: 160px;
    height: 37px;
    background: var(--unnamed-color-00205b) 0% 0% no-repeat padding-box;
    background: #00205B 0% 0% no-repeat padding-box;
    opacity: 1;
    font-family: 'Red Hat Display';
    font-size: 13px;
    align-content: center;
}

    .btn-cas:hover {
        background-color: #DE9B72;
        border-color: #DE9B72;
        color: white;
    }

.btn-light {
    top: 1512px;
    left: 589px;
    width: 160px;
    height: 37px;
    background: var(--unnamed-color-00205b) 0% 0% no-repeat padding-box;
    background: #BD9B60 0% 0% no-repeat padding-box;
    opacity: 1;
    font-family: 'Red Hat Display';
    font-size: 13px;
    align-content: center;
}

.btn-light:link {
   color: white;
}

    .btn-light:hover {
        background-color: #BD9B60;
        border-color: #BD9B60;
        color: white;
    }

.bg-light {
    opacity: 0.1;
    background-color: #00205B!important;
}

[data-toggle="collapse"] .fas:before {
    content: "\f107";
}
  
  [data-toggle="collapse"].collapsed .fas:before {
    content: "\f105";
  }

  input[type=radio],label:hover {
    cursor: pointer;
  }

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-size: cover;
    background-position: center center;
}

/* Inventory Management Form Styles */

#boutiqueLocation select:required:invalid {
    color: light grey;
}

#boutiqueLocation:hover {
    border: 1px solid #122a58 !important;
    box-shadow: none;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.breadcrumb {
    background-color: transparent !important;
}

.thead-light {
    background-color: #ced4da;
}

.edit-btn {
    background-color: #499c66;
    color: white;
}

.edit-btn:hover {
    background-color: #418b5b;
    color: white;
}

.edit-btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(73 156 102 / 25%);
}

.modal-title {
    font-weight: 400;
}

.close {
    color: white;
}

.modal-body {
    font-size: 18px;
}

.modal-footer {
    border-top: none;
    padding-top: 0;
}

/* new product modal styles */
.new-prod-modal-header {
    background-color: #49569c;
    color: white;
}

.btn-outline-add {
    color: #49569c;
    border-color: #49569c;
}

.btn-outline-add:hover {
    color: #fff;
    background-color: #414c8b;
    border-color: #414c8b;
}

.btn-outline-add:focus {
    box-shadow: 0 0 0 0.2rem rgb(65 76 139 / 25%);

}

/* update product modal styles */
.edit-prod-modal-header {
    background-color: #499c66;
    color: white;
}

.btn-outline-edit {
    color: #499c66;
    border-color: #499c66;
}

.btn-outline-edit:hover {
    color: #fff;
    background-color: #499c66;
    border-color: #499c66;
}

.btn-outline-edit:focus {
    box-shadow: 0 0 0 0.2rem rgb(73 156 102 / 25%);

}

table ,tr td ,th{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;

}

thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #8B634B;
    color: white;
}
tbody {
    display:block;
    max-height: 500px;
    overflow:auto;
}

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

table tr:hover {
    background-color: #dddddd;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}


/*collapse Container*/
.collapsible {

    background-color: #a57658;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #8B634B;
}

.content {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
}

/*Spinner*/
.loader-wrapper {
    width: 66px;
    height: 66px;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}
.loader {
    box-sizing: border-box; /* box-sizing: border-box makes it so that the padding is calculated inside of the element and not outside. You can remove this to see what happens. */
    width: 100%; /* Takes up the entire with of the parent (.loader-wrapper 60px) */
    height: 100%; /* Takes up the entire height of the parent (.loader-wrapper 60px) */
    border: 5px solid #162534; /* The border: is going to be the thickness of the ring & a solid color is added. */
    border-top-color: #4bc8eb; /* We target specific parts of the border and change the color */
    border-bottom-color: #f13a8f; /* We target specific parts of the border and change the color */
    border-radius: 50%; /* Makes the element a circle */
    animation: rotate 30s linear infinite; /* Applies the keyframe animation by using the name, duration of 5 seconds, timing function linear, and the iteration to run infinitely. */
}
/* Selecting the inner loader and modifying the colors and the duration of the animation to make it different from the original loader */
.loader-inner{
    border-top-color: #36f372;
    border-bottom-color: #fff;
    animation-duration: 20s;
}
/*
    We set 3 stops, 0% state will be the normal starting point for the scale while rotating.
    The 50% stop we make the scaling slightly smaller and rotate the element in reverse.
    The 100% stop just goes to the initial state. The animation will basically repeat over and over.
*/
@keyframes rotate {
    0%{
        transform: scale(1) rotate(360deg);
    }
    50%{
        transform: scale(.8) rotate(-360deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}
@media only screen and (max-width: 700px) {
    .img-Top  {      
        background-image: url('https://image.hospitality.claseazul.com/lib/fe2d11737164047a701c72/m/1/00cca11c-2f67-4aea-a755-1658dc5174b4.jpg');
        /* background-size:contain; */
         height: 160px;
    }
}
