@import url('https://fonts.cdnfonts.com/css/raleway-5');
html, body {
    background-color: #deeeee;
    color: #476374;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: #d77e14;
}

a {
    text-decoration: none;
    color: #000;
}

.modal-title {
    text-transform: uppercase;
}

input[type="file"] {
    display: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.padding-5 {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.navbar {
    background: #11aec0 !important;
    height: 75px !important;
}

a.navbar-brand {
    font-size: 30px !important; 
}

.pagination {
    position: relative;
    left: -15px;
    margin-bottom: 0px;
    padding-left: -15px !important;
}

/*.searchBox {
    position: relative;
    left: -15px;
    width: 25%;
}

.searchBox input {
    padding: 15px;
}
*/

/* Search  */
.search-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
    left: -50px;
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: #deeeee;
    outline: none;
    border-radius: 5px 0 0 5px;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 363px; /* Bar width+1px */
    padding: 0 16px 0 0;
    color: #11aec0;
}

.expandright {
    left: auto;
    right: 0px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #deeeee;
    color: #11aec0;
    border-radius: 0px 5px 5px 0;

}

.mglass {
    display: inline-block;
    pointer-events: none;
    font-size: 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.button:hover {
/*    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #444;
    color: #fff;*/
    color: #11aec0;
}

.button {
    display: inline-block;
    background-color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* End search  */

.navbar-style a {
    color: #fff;
    text-decoration: none;
}

.navbar-style a:hover {
    color: #004651;
}

.infobox-top {
    margin: 0px auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 60%;
    position: relative;
}

.infobox-top .icon i {
    margin: 15px;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 75px;
}

.infobox-top .header {
    font-size: 25px;
    font-weight: bold;
}

.infobox-top .subtext {
    font-size: 16px;
}

.infobox-bottom-top {
    background: #11aec0;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.infobox-bottom-bottom {
    background: #fff;
    padding: 50px 100px 50px 100px;
    border-radius: 0 0 10px 10px;
    color: #000;
}

.title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    color: #476374;
}

.subtitle {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -1px !important;
}

.subheader {
    color: #476374;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subdescription {
    color: #476374;
}

.top-white-arrow:after {
    /* bottom: 100%; */
    top: 100%;
    left: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.top-white-arrow:after {
    border-left-color: #fff;
    /* border-width: 60px 0px 0px 60px; */
    border-width: 0px 0px 40px 60px;
    margin-left: -60px;
}

.col1 i {
    font-size: 50px;
}

.col2 i {
    font-size: 50px;
}

.addlist {
    border: 1px dashed #000 !important;
}

.addcenter {
    position: relative;
    top: 20%;
}

.addlist i {
    font-size:  75px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #11aec0;
}

.addlist h3 {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.addlist h4 {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
}

.choose-wrapper p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0px 20px 20px 20px;
}

.choose-wrapper button {
    text-transform: uppercase;
}

.btn-close {
    margin-right: 0px !important;
}

.close-right {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}

.wishlistWrapper {
    position: relative;
    height:293px;
    border: 1px solid #adadad;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
}

.wishlistStatus {
    z-index: 10;
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid red;
    width: 0px;
}

.wishlistTop {
    height: 100%;
}

.wishlistTop img {
    width: 100%;
}

.wishlistBottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.wishlistItemsHeaderWrapper {
    background: #fff;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
}

.wishlistItemsHeader {
}

.wishlistItemsHeader h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.headline h1 {
  text-transform: capitalize;
}

.hover-img {
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 88%;
  border-radius: 5px 5px 0 0;
}

.hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.hover-img:before,
.hover-img:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 1);
  border-bottom: 32px solid rgba(0, 0, 0, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: -7px;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hover-img:hover:before,
.hover-img:hover:after {
  transform: scale(1);
  opacity: 1;
}

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
}

figure {
    margin: 0px;
}

textarea {
  height: 100px;
}

.btn {
    text-transform: uppercase !important;
}

.btn-primary-info-color {
   background-color: #11aec0;
   border-color: #138c9a;
}

.btn-primary-info-color:hover {
    background-color: #138c9a;
}

.lists-top {
    background: #4C5FD3;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    position: relative;
}

.list-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-buttons div a {
    border-radius: 0px !important;
}

.lists-bottom {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    color: #000;
}

.list-image img {
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    width: 100%;
    height: 170px;
}

.list-product {
    position: relative;
    top: 0px;
    font-size: 18px;
    color: #476374;
    display: block;
    font-weight: 700;
}

.list-desc {
    font-size: 14px;
    position: relative;
    top: 5px;
    font-style: italic;
    color: #476374;
    display: block;
    line-height: 20px;
}

.list-host {
    font-size: 16px;
    position: relative;
    top: 10px;
    left: 80px;
    color: #476374;
    display: block;
    width: 75%;
    line-height: 20px;
}

.list-price {
    position: absolute;
    bottom: 11px;
    right: 15px;
    display: inline-block;
}

.grid-wrapper {
    position: relative;
    border: 1px solid rgba(0,0,0,.125); 
    height: 200px;
    display: flex;
    text-align: center;
    overflow: hidden;
}

@-webkit-keyframes slide-up {
    100% { 
        opacity: 1; -webkit-transform: translateY(0); 
    }   
    0% { 
        opacity: 0; -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes slide-up {
    100% { 
        opacity: 1; -moz-transform: translateY(0); 
    }   
    0% { 
        opacity: 0; -moz-transform: translateY(-100%); 
    }
}

.grid-hover {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    background: #fff;
    width: 100%;
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out;
}

.grid-wrapper:hover .grid-hover {
    display: block;
}

.grid-image {

}

.grid-image img {
    max-height: 80%;
    max-width: 100%;
}

.grid-name {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #476374;
    line-height: 20px;
}

.view-buttons a {
    color: #228894;
}

.view-buttons a:hover {
    color: #004651;
}

a.active {
    color: #004651 !important;
}

.empty-list {
    text-align: center;
    font-size: 30px;
    color: #c6c6c6;
    font-style: italic;
}

.alert-adjust {
    margin-left: 10px !important;
    width: 98% !important;
}

.error {
    margin-top: 5px;
    color: #721c24;
    font-weight: 400;
    display: block;
    padding: 6px;
    font-size: 14px;
    background-color: #faeaec;
    border: 1px solid #f5c6cb !important;
    border-radius: 5px;
}

.input-error {
    margin-top: 5px;
    color: #721c24;
    font-weight: 400;
    display: block;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #b25e67 !important;
    border-radius: 5px;
}

.input-error-group-left {
    color: #721c24;
    font-weight: 400;
    display: block;
    padding: 6px;
    font-size: 14px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #b25e67 !important;
    border-radius: 5px;
}

.input-error-group-append-left {
    color: #721c24;
    border-style: solid;
    border-color: #b25e67 !important;
}

.input-text-error {
    margin-top: 5px;
    color: #721c24;
    font-weight: 400;
    display: block;
    font-size: 14px;
    border-radius: 5px;
}

.success {
    margin-top: 5px;
    color: #155724;
    font-weight: 400;
    display: block;
    padding: 6px;
    font-size: 14px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 5px; 
}

.form-control.error {
    border-color: #f5c6cb;
    padding: .375rem .75rem;
}

.top-right {
    text-align: right;
}

.links > a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-card-header {
    background: #228894;
    border: 0px;
    /* color: #06c7af; */
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.blur {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

.errorDivText {
    position: relative;
    top: 150px;
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-style: italic;
}

.divlabel {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 18px;
}

.copyUrl {
    position: relative;
    top: -15px;
    left: 40px;
    color: #099734;
    font-style: italic;
    display: none;
}

.faq-header {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.faq-body {
    font-style: italic;
}

.action a div:hover{
    color: #004651;
}

.exclamation {
    color: #943f3f;
}

.check {
    color: #356a0d;
}

.sidebar a {
    text-transform: uppercase;
    color: #476374;
}

.sidebar a li:hover {
    background: #11aec0;
    color: #fff;
}

.admin-active li {
    background: #11aec0 !important;
    color: #fff;  
}

.list-group-item {
    border-width: 0px 1px 1px 1px !important;
    border-style: solid !important;
    border-color: rgba(0,0,0,.125) !important;
}

.list-group-item:first-child {
    border: 1px solid rgba(0,0,0,.125) !important;
}

/* TOOLTIP copy text */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Message tables  */

.table-wrapper {
    min-width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    padding-bottom: 15px;
    background: #299be4;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title .btn {
    color: #566787;
    float: right;
    font-size: 13px;
    background: #fff;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}
.table-title .btn:hover, .table-title .btn:focus {
    color: #566787;
    background: #f2f2f2;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th:first-child {
    width: 60px;
}
table.table tr th:last-child {
    width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}   
table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}
table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
}
table.table td a:hover {
    color: #2196F3;
}
table.table td a.settings {
    color: #2196F3;
}
table.table td a.delete {
    color: #F44336;
}
table.table td i {
    font-size: 19px;
}
table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.status {
    font-size: 30px;
    margin: -3px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}
.text-success {
    color: #10c469;
}
.text-info {
    color: #62c9e8;
}
.text-warning {
    color: #FFC107;
}
.text-danger {
    color: #ff5b5b;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #666;
}   
.pagination li.active a, .pagination li.active a.page-link {
    background: #03A9F4;
}
.pagination li.active a:hover {        
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 991px) {

    .title {
        font-size: 28px !important;
    }

    .infobox-bottom-bottom {
        padding: 25px;
    }

    .offcanvas {
        background: #deeeee;
    } 

    .offcanvas-header {
        font-size: 20px;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #b5c0c0;
    }

    .offcanvas-body {
        padding: 0px;
    }

    .canvas-menu li {
        display: block;
        padding: 15px 0px 15px 25px;
        font-size: 25px;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #b5c0c0;
    }

    .canvas-menu li:hover {
        background-color: #fff;
    }

    .canvas-menu li i {
        margin-right: 10px;
    }

    .header {
        font-size: 14px !important;
    }

    .subtext {
        font-size: 12px !important;
    }

    .icon i {
        font-size: 45px !important;
    }

    .collapse-div {
        display: none !important;
    }

    .collapse-div a {
        display: inline-block;
    }

    .mt {
        margin-top: 10px;
    }

    thead {
        font-size: 12px;
    }

    td {
        font-size: 15px;
    }

    .empty-list {
        font-size: 15px;
    }

}

@media (max-width: 900px) {  

    .collapse-div {
        display: none !important;
    }

    .collapse-div a {
        display: inline-block;
    }

}

@media (max-width: 800px) {  

    .collapse-div {
        display: none !important;
    }

    .collapse-div a {
        display: inline-block;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 425px) { 

    a.navbar-brand {
        color: #fff;
        font-size: 25px !important;
    } 

    .infobox-top {
        width: 100% !important; 
    }

    .infobox-top .header {
        font-size: 18px;
        font-weight: bold;
    }

    .infobox-top .icon i {
        margin: 15px;
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 50px;
    }

    .title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 23px;
        color: #476374;
    }

    .infobox-bottom-top {
        padding: 20px !important;
    }

    .subtitle {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: -1px !important;
        font-size: 16px !important;
    }

    .infobox-bottom-bottom {
        background: #fff;
        padding: 20px !important;
        border-radius: 0 0 10px 10px;
        color: #000;
    }

    .col1 i {
        font-size: 30px;
    }

    .col2 i {
        font-size: 30px;
    }

    .subdescription {
        color: #476374;
        font-size: 12px !important; 
    }

    .collapse-div {
        display: none !important;
    }

    .collapse-div a {
        display: inline-block;
    }

    .list-buttons {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .btn-group-lg>.btn, .btn-lg {
        padding: .5rem 1rem;
        font-size: 14.8px;
        line-height: 1.5;
        border-radius: .3rem;
    }

    .list-name {
        font-size: 15px !important;
        width: 70%;
    }

    .list-desc {
        font-size: 15px !important;
        width: 70%;
    }

    .list-price {
        font-size: 12px !important;
        bottom: 0px;
        right: 0px;
    }

    .errorDivText {
        position: relative;
        top: 0px;
        margin: auto;
        text-align: center;
        font-size: 20px;
        font-style: italic;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 375px) { 

    a.navbar-brand {
        color: #fff;
        font-size: 25px !important;
    } 

    .infobox-top {
        width: 100% !important; 
    }

    .infobox-top .header {
        font-size: 18px;
        font-weight: bold;
    }

    .infobox-top .icon i {
        margin: 15px;
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 50px;
    }

    .title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 23px;
        color: #476374;
    }

    .infobox-bottom-top {
        padding: 20px !important;
    }

    .subtitle {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: -1px !important;
        font-size: 16px !important;
    }

    .infobox-bottom-bottom {
        background: #fff;
        padding: 20px !important;
        border-radius: 0 0 10px 10px;
        color: #000;
    }

    .col1 i {
        font-size: 30px;
    }

    .col2 i {
        font-size: 30px;
    }

    .subdescription {
        color: #476374;
        font-size: 12px !important; 
    }

    .list-name {
        font-size: 12px !important;
    }

    .list-desc {
        font-size: 12px !important;
    }

    .list-price {
        font-size: 10px !important;
    }

    .errorDivText {
        position: relative;
        top: 0px;
        margin: auto;
        text-align: center;
        font-size: 20px;
        font-style: italic;
    }
}