/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

.clickable {
    cursor: pointer;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */
.contant-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}

.main-footer {
    height: 50px; /* .push must be the same height as .footer */
    color: white;
    background-color: #34495E;
    padding-top: 15px;
}

.push {
    height: 50px;
}

.foot tr:last-child {
    background-color: #85929E;
    font-weight: bold;
    color: white;
}
.footJP tr:last-child {
    background-color: #D88F6A;
    font-weight: bold;
    color: white;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


/*For paralex scroling*/

.box {
    height: 1200px;
    width: 100%;
    float: left;
    padding: 10px;
    color: white;
}

.large-box {
    height: 400px;
    width: 100%;
    float: left;
}

/* nav bar start */
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #3b5998;
}

    .navbar-custom .navbar-toggle {
        color: white;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 12px;
    }

        .navbar-custom .navbar-toggle:focus,
        .navbar-custom .navbar-toggle:active {
            outline: none;
        }

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

        .navbar-custom .navbar-brand:focus {
            outline: none;
        }

    .navbar-custom a {
        color: white;
    }

    .navbar-custom .nav li a {
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

        .navbar-custom .nav li a:hover {
            color: rgba(0, 255, 255, 0.8);
            outline: none;
            background-color: transparent;
        }

        .navbar-custom .nav li a:focus,
        .navbar-custom .nav li a:active {
            outline: none;
            background-color: transparent;
        }

    .navbar-custom .nav li.active {
        outline: none;
    }

        .navbar-custom .nav li.active a {
            background-color: rgba(255, 255, 255, 0.3);
        }

            .navbar-custom .nav li.active a:hover {
                color: white;
            }

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: #3b5998;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            background: #34495E;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }
}
/* nav bar end */

.strip {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0) url(../img/bg.png) repeat scroll 0 0;
    color: #fff;
    float: left;
}
.jpstrip {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0) url(../img/jpbg.png) repeat scroll 0 0;
    color: #fff;
    float: left;
}

div.tooltip {
    position: absolute;
    text-align: center;
    padding: 4px;
    background: #000;
    border: 0px;
    pointer-events: none;
    color: #fff;
    font-size: large;
    font-family: Calibri;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #999;
}

.tooltip:after {
    content: "";
    position: absolute;
    bottom: -15px; /* value = - border-top-width - border-bottom-width */
    left: 20px; /* controls horizontal position */
    border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #000 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.mapcolor {
    fill: #0099cc;
}

    .mapcolor:hover {
        fill: transparent;
    }

/*legend css start*/
.lag {
    position: absolute;
    text-align: left;
    padding: 0px;
    border: 0px;
    font-size: medium;
    font-family: Calibri;
    top: 50px;
    left: 300px;
}

.lagHead {
    text-align: center;
}

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    width: 160px;
    height: 140px;
    position: relative;
}

    .flip .card.flipped {
        -webkit-transform: rotatex(-180deg);
        transform: rotateX(-180deg);
    }

    .flip .card {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform-style: preserve-3d;
    }

        .flip .card .face {
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 2;
        }

        .flip .card .front {
            position: absolute;
            z-index: 1;
            margin-left: 10px;
            color: #000;
            cursor: pointer;
        }

        .flip .card .back {
            -webkit-transform: rotatex(-180deg);
            transform: rotateX(-180deg);
            width: 180%;
        }
/*legend css end*/


/*dorpdown css strat*/
.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a {
    background-color: #4F6877;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 272px;
}

    .dropdown dt a span,
    .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
    }

.dropdown dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 270px;
    list-style: none;
    height: 350px;
    overflow: auto;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

    .dropdown dd ul li a:hover {
        background-color: #fff;
    }
/*dropdown css end*/

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 268px;
}

.styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
}

select.soflow-color {
    -webkit-appearance: button;
    font-size: inherit;
    padding: 5px 10px;
    color: #fff;
    background-image: -webkit-linear-gradient(#4F6877, #4F6877 40%, #4F6877);
    background-color: #4F6877;
    height: 39px;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #4CAF50;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: #43A047;
        }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .form .register-form {
        display: none;
    }

.red {
    border: 1px solid red;
}

input[aria-invalid='true'], input[aria-invalid='true']:focus {
    border: 1px solid red;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
}

.page-footer {
    width: 50px;
}

.pageFooter {
    display: table-footer-group;
}

    .pageFooter:after {
        counter-increment: page;
        content: counter(page);
    }
.mr-10 {
    margin: 10px;
}

.mr-20 {
    margin: 20px;
}

.back-button {
    position: absolute;
    left: 25px;
    top: 105px;
}

.print-excel {
    position: absolute;
    right: 5px;
    top: 110px;
    font-size: 30px;
}

.header-space {
    padding-bottom: 90px;
}

.arrow-size {
    font-size: 20px;
}

.print-btn {
    cursor: pointer;
    margin-right: 10px;
}

.excel-btn {
    color: #2d9d07;
    cursor: pointer;
    margin-right: 10px;
}

.strip-indi {
    width: 100%;
    background: rgba(0, 0, 0, 0) url(../img/bg.png) repeat;
    color: #fff;
}
.strip-indiJP {
    width: 100%;
    background: rgba(0, 0, 0, 0) url(../img/jpbg.png) repeat;
    color: #fff;
}

.strip-part {
    background: rgba(0, 0, 0, 0) url(../img/strip4.jpg) repeat;
    border-radius: 10px;
}
.strip-partJP {
    background: rgba(0, 0, 0, 0) url(../img/stripJP.jpg) repeat;
    border-radius: 10px;
}

.thead {
    background-color: #85929E;
    color: white;
    font-weight: bold;
}
.theadJP {
    background-color: #D88F6A;
    color: white;
    font-weight: bold;
}
.bg-color {
    background-color: aliceblue;
}

.contact-us {
    height: 500px;
    float: left;
    background: rgba(0, 0, 0, 0) url(../img/bg.png) repeat;
    width: 100%;
    color: white;
}

.shadow {
    box-shadow: 0px 10px 10px #999999;
}

.source-icon {
    font-size: 25px;
    color: cornflowerblue;
    cursor: pointer;
}
.source-iconJP {
    font-size: 25px;
    color: orange;
    cursor: pointer;
}

.report-table td, th {
    border: 1px solid black;
}
.circle{
    border-radius:50%;
}
@media print {
    footer {
        page-break-after: always;
    }

    table {
        page-break-inside: avoid;
    }

}
