﻿.card-white {
    background-color: #fff !important;
}
.card-title-custom {
    margin-bottom: 0 !important;
}
.card-header-custom {
    padding: .55rem .50rem !important;
}
.form-control {
    border: 1px solid #99a2af;
}


/** menu active **/
.page-navigation-custom > .nav-item .submenu ul li a.active {
    color: #f2a654 !important;
    font-weight: 800 !important;
    font-size: large !important;
}
/*Rating*/
.rating {
    padding-bottom: 20px !important;
    min-height: 185px !important;
    max-height: 185px !important;
}

    .rating .rating-titel {
        padding: 0px !important;
    }

.rating-discrip {
    padding: 0px !important;
}

.icons .rating-btn {
    margin: 5px !important;
    
}

/*Feedback*/
.feedback {
    padding-bottom: 32px !important;
    min-height: 185px !important;
    max-height: 185px !important;
}

.feedback-discrip {
    padding: 0px !important;
}

.feedback-form {
    padding: 0px 20px 0px !important;
}

    .feedback-form .form-group {
        margin-bottom: 2px !important;
    }

.feedback .feedback-titel {
    padding: 0px !important;
}

.rating-discrip {
    padding: 0px !important;
}

/*broadcast merquee*/
.not .titel {
    padding: 0px 8px !important;
}

.not .headline {
    padding: 0px 8px !important;
}



/*********************** Services  *******************/
.product-description {
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
}


.secondary-text {
    color: #b6b6b6;
}

.list-inline {
    margin: 0;
}

    .list-inline li {
        padding: 0;
    }

.card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 200px;
    border: 1px solid #e5e5e5;
    border-bottom-width: 2px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    border-radius: 15px;
}

    .card-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .card-wrapper:hover:after {
        opacity: 1;
    }

    .card-wrapper:hover .image-holder:before {
        opacity: .75;
    }

    .card-wrapper:hover .image-holder:after {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .card-wrapper:hover .image-holder--original {
        transform: translateY(-15px);
    }

    .card-wrapper:hover .product-description {
        height: 100%;
    }

@media (min-width: 768px) {
    .card-wrapper:hover .product-description {
        height: 100%;
    }
}
@media (max-width: 576px) {
    .card-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 245px;
        border: 1px solid #e5e5e5;
        border-bottom-width: 2px;
        overflow: hidden;
        margin-bottom: 30px;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .image-liquid img {
        width: auto !important;
        height: 35%;
        margin-top: 7%;
        align-content: center;
        border: 4px solid #158081 !important;
        border-radius: 60%;
        padding: 10px 20px;
    }
}

.image-holder {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
}

@media (min-width: 768px) {
    .image-holder {
        height: 100%;
    }
}

.image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4CAF50;
    opacity: 0;
    z-index: 5;
    transition: opacity 0.6s;
}

.image-holder:after {
    content: '+';
    font-family: 'Raleway', sans-serif;
    font-size: 70px;
    color: #4CAF50;
    text-align: center;
    position: absolute;
    top: 92.5px;
    left: 50%;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #ffffff;
    opacity: 0;
    border-radius: 50%;
    z-index: 10;
    transform: translate(-50%, 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-out;
}

@media (min-width: 768px) {
    .image-holder:after {
        top: 107.5px;
    }
}

.image-holder .image-holder__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.image-holder .image-holder--original {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-liquid {
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: center center;
}

    .image-liquid img {
        width: 70%;
        height: 35%;
        margin-top:7%;
        align-content: center;
        border: 4px solid #158081 !important;
        border-radius: 60%;
        padding:10px 20px;
    }

    .product-description {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        padding: 10px 10px;
        overflow: hidden;
        background-color: #fafafa;
        border-top: 1px solid #e5e5e5;
        transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: 2;
    }

@media (min-width: 768px) {
    .product-description {
        height: 65px;
    }
}

.product-description p {
    margin: 0 0 5px;
}

.product-description .product-description__title {
    font-family: 'Raleway', sans-serif;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 1.25;    
    height:auto !important;
}

    .product-description .product-description__title:after {
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;        
        /*background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);*/
    }

    .product-description .product-description__title a {
        text-decoration: none;
        color: inherit;
    }

.product-description .product-description__category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-description .product-description__price {
    color: #4CAF50;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.06em;
}

@media (min-width: 768px) {
    .product-description .product-description__price {
        text-align: right;
    }
}

.product-description .sizes-wrapper {
    margin-bottom: 15px;
    line-height: 22px !important;
}

.product-description .color-list {
    font-size: 0;
}

.product-description .color-list__item {
    width: 25px;
    height: 10px;
    position: relative;
    z-index: 1;
    transition: all .2s;
}

    .product-description .color-list__item:hover {
        width: 40px;
    }

.product-description .color-list__item--red {
    background-color: #F44336;
}

.product-description .color-list__item--blue {
    background-color: #448AFF;
}

.product-description .color-list__item--green {
    background-color: #CDDC39;
}

.product-description .color-list__item--orange {
    background-color: #FF9800;
}

.product-description .color-list__item--purple {
    background-color: #673AB7;
}


/*blog comments*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default {
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.widget .panel-body {
    padding: 0px;
}

.widget .list-group {
    margin-bottom: 0;
}

.widget .panel-title {
    display: inline
}

.widget .label-info {
    float: right;
}

.widget li.list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

    .widget li.list-group-item:hover {
        background-color: rgba(86,61,124,.1);
    }

.widget .mic-info {
    color: #666666;
    font-size: 15px;
}

.widget .action {
    margin-top: 5px;
}

.widget .comment-text {
    font-size: 16px;
}

.widget .btn-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/*end blog comments*/


/*accordian style*/
.card-custom {
    position: relative !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0.25rem !important;
}

#accordion-style-1 h1,
#accordion-style-1 a {
    color: #007b5e !important;
}

#accordion-style-1 .btn-link {
    font-weight: 400 !important;
    color: #007b5e !important;
    background-color: transparent !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding-left: 25px !important;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e !important;
}

#accordion-style-1 .card-custom-header {
    padding: 0px !important;
    background: #158081 !important;
    text-decoration: none !important;
}

#accordion-style-1 .btn-link-main {
    font-weight: 400 !important;
    color: #fff !important;
    background-color: transparent !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding-left: 25px !important;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none !important;
    padding: 0px !important;
}

#accordion-style-1 .card-header .btn .fa.main {
    background: #007b5e !important;
    padding: 13px 11px !important;
    color: #ffffff !important;
    width: 35px !important;
    height: 41px !important;
    position: absolute !important;
    left: -1px !important;
    top: 10px !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    display: block !important;
}
/*end of accordian style*/

/* resizable div start*/
.divResizeble {
    border: 1px solid #f4e3e1;
    border-radius: 5px;
    padding: 11px;
    width: 310px;
    min-width: 310px;
    max-width: 810px;
    height: 300px;
    min-height: 300px;
    resize: both;
    overflow: auto;
    position: relative;
    z-index: 1;
    
}
.divResizebleBanner {
    border: 1px solid #f4e3e1;
    border-radius: 5px;
    padding: 11px;
   width:100%;
    min-width: 310px;    
    height: 300px;
    min-height: 300px;
    resize: both;
    overflow: auto;
    position: relative;
    z-index: 1;
}
.div-aspect-ration {
    position: relative;
    width: 100%;
    /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio */
}
    .divResizeble  img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }
.divResizebleBanner img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
/* resizable div end*/

/* image crop and upload modal */
.image_area {
    position: relative;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg {
    max-width: 1000px !important;
}

.modal-header {
    padding: 10px !important;
}

    .modal-header .close {
        margin: -15px -15px -15px auto;
    }

/* end image crop and upload modal */

/* jsgrid image column*/
.table td img, .jsgrid .jsgrid-table td img {
    width: 100% !important;
    height:auto !important;
    max-height:250px !important;
    border-radius:0 !important;
}
  
/* end jsgrid image column*/


/*Hidden class for adding and removing*/
.lds-dual-ring.hidden {
    display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
/*.overlay {
    width: 100px;   
    position: absolute;
    left: 50%;
    top: 50%;*/
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;*/
    /*background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}*/
.overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    /*background-color: rgba(60, 138, 255, 0.1);*/ 
    background-color: rgba(0,0,0,.8);/* Black background with opacity */
    opacity: 0.8;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: progress; /* Add a pointer on hover */
}
/*Spinner Styles*/
.lds-dual-ring {
    display: inline-block;
    width: 100px;
    height: 100px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        margin: 5% auto;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #15a0ec;
        border-bottom: 16px solid #15a0ec;
        width: 90px;
        height: 90px;
        animation: lds-dual-ring 2s linear infinite;
        -webkit-animation: lds-dual-ring 2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* loader style 1*/
.loader-bg {
    margin: 0px;
    padding: 18%;
    position: fixed;
    right: 0px;
    padding-left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=90);
}
.loader-style1 {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* loader style end */

.bottom-navbar {
    background: url(/images/server.png) !important;
    background-repeat: no-repeat !important;
}