﻿
.header1 {
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 30px;
}

.header2 {
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 24px;
}


.header3 {
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 18px;
}

.strapline {
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

p {
    font-family: 'Noto Sans JP';
    margin-bottom: 10px;
    font-size: 16px;
}

.homeGallery img {
    float: left;
    width: 30%;
    margin-right: 10px;
}

#contactsPanel {
    background-color: #fff;
    padding-top: 15px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 6px;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #584d46;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #584d46;
    cursor: pointer;
}

.dropdown-menu {
    padding-left: 10px;
    font-size: 14px;
}

.field-validation-error {
    color: #ff0000;
}
        
.field-validation-valid
{
    display: none;
}
        
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
        
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
        
.validation-summary-valid
{
    display: none;
}

.btn-primary, .btn-primary:active {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #666;
        border-color: #666;
    }
    .btn-primary:disabled {
        color: #fff;
        background-color: #888;
        border-color: #888;
    }

    .card-header{ text-align: left;}
.externalView {
    position: relative;
    z-index: 1;
    height: calc(100vh);
    padding: 50px 5px 50px 30px;
    background-color: #000
}

.externalView:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('https://i.pinimg.com/originals/6c/17/dd/6c17ddd22c0b6330a7d43664d93c59bc.jpg') center center no-repeat;
    background-size: cover;
    opacity: .2;
}


footer{background: #000000}

.bannerDate {
    text-align: center;
    background-color: #ccc;
    border-radius: 20px;
    width: 170px;
    margin: 10px auto;
    padding: 4px;

}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top:22px;
}

.chatwindow:before {
    background-image: url('/images/chatbackground.jpg');
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
}
.chatwindow {
    position: relative;
    z-index: 1;
    padding: 0;
    background-color: #fff

}

.responsePanel{ padding: 10px;text-align: center}


.bubbleMe {
    position: relative;
    width: 340px;
    min-height: 65px;
    padding: 0;
    margin-bottom: 10px;
    background: #e4fac9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
}
.bubbleThem {
    position: relative;
    width: 340px;
    min-height: 65px;
    padding: 0;
    margin-bottom: 10px;
    background: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-right: auto;
}
.bubbleMe small, .bubbleThem small {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-right: auto;
}
    .bubbleMe small .fa-check, .bubbleMe small .fa-check-double, .bubbleThem small .fa-check, .bubbleMe small .fa-check-double {
        color: #85bef3;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.contactsPanel {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
}
    .contactsPanel .avatar {
        color: #888;
        max-width: 50px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: top;
        border-radius: 30px;
    }


.rightHandPanel {
    position: absolute;
    display: none;
    top: 0;
    z-index: 2;
    width: 100%;
    right: -1px;
    background-color: #c5c3c0 !important;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.03);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.03);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.03);*/
}

.rightHandPanel i {
    margin-left: 0;
}

.rightHandPanel p {
    font-size: 14px;
}

.rightHandPanel a {
    padding: 0;
    text-decoration: none
}

.rightHandPanel a span {
    font-size: 16px;
    margin-left: 20px;
    font-weight: normal;
}

.rightHandPanel i {
    margin-left: 0px;
    vertical-align: middle;
}

@media (max-width: 450px) {
    .contactsPanel .avatar {
        margin-left: 5px;
        max-width: 40px;
    }
    .contactsPanel{ font-size: 90%;}
    .bubbleMe, .bubbleThem {
        font-size: 90%;
        width: 300px;
    }
}