﻿html {
    scroll-behavior: smooth;
}

.bg-custom-color {
    background-color: #444d56;
}

.form-group > label {
    top: 38px;
    left: 15px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
    transition: 0.2s;
    pointer-events: none;
    color: black;
}


.label-animate > label {
    top: 17px !important;
    left: 2px !important;
    font-size: 0.8em;
    color: black;
}

.login-control-border:focus {
    box-shadow: none;
    border: solid 3px blue;
}

.form-control-border:focus {
    box-shadow: none;
    border: solid 2px #008ECC;
}

.dropdown-label {
    top: 17px !important;
    left: 2px !important;
    font-size: 0.8em;
    color: black;
}

.form-control {
    font-size: 18px;
}

.modal-login {
    color: #636363;
    width: 350px;
    height: 350px;
}

    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }

    .modal-login h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-login .form-control:focus {
        border-color: #70c5c0;
    }

    .modal-login .form-control, .modal-login .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-login .modal-footer {
        border-color: #dee4e7;
        text-align: center;
        justify-content: center;
        margin: 0 -20px -20px;
        border-radius: 5px;
        font-size: 15px;
    }

    .modal-login .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #60c7c1;
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-login .avatar img {
            width: 100%;
        }


    .modal-login .btn, .modal-login .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-login .btn:hover, .modal-login .btn:focus {
            background: #45aba6 !important;
            outline: none;
        }

.bg-custom {
    width: 100%;
    position: relative;
    background: url("/Content/Images/bg.jpg") top center;
    background-size: cover;
    clear: both;
}

    .bg-custom:before {
        content: "";
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

#banner {
    position: relative;
    z-index: 2;
    top: 30px;
}

    #banner img {
        width: 30%;
        height: 30%;
    }

.Prices {
    position: relative;
    z-index: 3;
}

.modalb {
    position: fixed;
    z-index: 999;
    min-height: 100%;
    min-width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.centerb {
    z-index: 1000;
    position: fixed;
    top: 40%;
    left: 45%;
    background-color: white;
    border-radius: 10px;
    
}

.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 16px;
        left: 2px;
        top:1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #51adcf;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.footer {
    background-color: #4c4c4c;
}
.collapsecolor {
    background-color: #3c4f65;
}
.custom-text-color {
    color: #3c4f65;
}

.carousel-control-next, .carousel-control-prev {
    color: black;
    width: 50px;
}

    .carousel-control-next:hover, .carousel-control-prev:hover {
        color: darkslategray;
    }

    .carousel-control-next:focus, .carousel-control-prev:focus {
        color: darkslategray;
    }
.valSummary li {
    padding-bottom: 10px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f13a";
}

[data-toggle="collapse"].collapsed .fa:before {
    content:  "\f139";
}
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.ws-question
{
    font-family:Calibri;
    font-size:18px;
    color:darkslategray !important;

}
.ws-info
{
    color:cornflowerblue;
    cursor:pointer;
    display:none;
}
.ws-radio-label
{
    vertical-align:middle;
    margin-bottom:0px;
}
.toggle-info:hover > label .ws-info
{
    display:inline-block;
}
.standard-comments {
    float: right;
    margin-right: 6px;
    margin-top: -65px;
    position: relative;
    cursor:pointer;
    display:none;
}
.standard-comments2 {
    float: right;
    margin-right: 6px;
    margin-top: -140px;
    position: relative;
    cursor: pointer;
    display: none;
}
.toggle-comment:hover > .standard-comments
{
    display:inline-block;
}
.toggle-comment2:hover>.standard-comments2
{
    display:inline-block;
}

.custom-width
{
    width:160px;
}
.tooltip.show {
    opacity: 1;
    color:black !important;
}

.tooltip-inner {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    color: black !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #f7f7f7 !important;
    color: black !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #f7f7f7 !important;
    color: black !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f7f7f7 !important;
    color: black !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #f7f7f7 !important;
    color: black !important;
}
/*
  SECONDARY NAV
*/
body {
    padding-top: 56px;
}

.sticky-offset {
    top: 56px;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    height: auto;
    background-color: #333;
    padding: 0;
    margin: 0;
    
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 250px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}