@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.reset {
    cursor: pointer;
    text-align: center;
}

.navbar-right {
    width: 50%;
    padding: 6px;
}

#map {
    position: relative;
    box-sizing: border-box;
    height: 90vh;
    width: 100%;
}

.res-image {
    margin: 4px;
    width: 100%;
}

.footer-sidebar {
    width: 250px;
    /* box-sizing: border-box; */
    position: absolute;
    bottom: 0;
    /* padding: 10px; */
    left: 0;
    margin-bottom: 20px;
    /* text-align: center; */
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    padding: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-check {
    border-left: 2px solid #eb4132
}

.form-group.required .custom-check.no-error-border {
    border-color: transparent!important
}

.form-group.required .nps .scores {
    background: #eb4132;
    border-radius: 4px
}

.form-control:hover {
    border-color: #8d8d8d
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 2px 3px 0 rgba(102, 175, 233, .35);
    -moz-box-shadow: 0 2px 3px 0 rgba(102, 175, 233, .35);
    box-shadow: 0 2px 3px 0 rgba(102, 175, 233, .35)
}

.custom-check {
    position: relative;
    display: block;
    min-height: 22px;
    margin: 10px 0;
    border-left: 2px solid transparent
}

.custom-check>input {
    opacity: 0;
    position: absolute
}

.custom-check>label {
    font-family: 'Open Sans', sans-serif, Arial;
    color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    text-transform: none;
    padding: 0 0 0 37px
}

.custom-check>input+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 22px;
    height: 22px;
    background: white;
    box-shadow: inset 0 1px 2px 2px rgba(0, 0, 0, .07), inset 0 0 0 1px #b7b7b7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    vertical-align: middle
}

.custom-check>input:hover+label:before,
.custom-check>input:focus+label:before {
    box-shadow: inset 0 1px 2px 2px rgba(0, 0, 0, .1), inset 0 0 0 1px #adadad;
    background: #f9f9f9
}

.custom-check>input+label:after,
.custom-check>input+label:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.custom-check>input:checked+label:after,
.custom-check>input.checked+label:after {
    opacity: 1
}

.custom-check>input[type=checkbox]+label:after,
.custom-check>input[type=checkbox]+label:after {
    width: 16px;
    height: 14px;
    top: 5px;
    left: 8px;
    background: url(https://insights.hotjar.com/static/app/img/checkbox-inner.png) center center no-repeat;
    background-size: 16px
}

.custom-check>input[type=checkbox]+label:before {
    border-radius: 4px
}

.custom-check>input[type=checkbox]:checked+label:before,
.custom-check>input[type=checkbox].checked+label:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), inset 0 0 0 12px #42ca49
}

.custom-check>input[type=checkbox]:checked:hover+label:before,
.custom-check>input[type=checkbox].checked:hover+label:before,
.custom-check>input[type=checkbox]:checked:focus+label:before,
.custom-check>input[type=checkbox].checked:focus+label:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), inset 0 0 0 12px #42ca49
}

.custom-check>input[type=radio]+label:before {
    border-radius: 50%
}

.custom-check>input[type=radio]+label:after,
.custom-check>input[type=radio]+label:after {
    width: 8px;
    height: 8px;
    top: 7px;
    left: 12px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .12)
}

.custom-check>input[type=radio]:checked+label:before,
.custom-check>input[type=radio].checked+label:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), inset 0 0 0 8px #42ca49
}

.custom-check>input:disabled+label,
.custom-check>input.disabled+label {
    opacity: .6
}

.custom-check>input:disabled:checked+label:before,
.custom-check>input:disabled.checked+label:before,
.custom-check>input.disabled:checked+label:before,
.custom-check>input.disabled.checked+label:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), inset 0 0 0 12px #999
}
.form-sec {
    display:block;
    width: 300px;
    margin: 0 auto;
}
.page-back {
    display:table;
    color: #fff;
    padding: 150px;
    background: #273041;
    width: 100%;

}


/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 98vh;
    transition: all 0.3s;
}

.info-window {
    max-width: 200px;
    max-height: 400px;
}

/* ---------------------------------------------------
MEDIA QUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .navbar-right {
        float: right!important;
        /* margin-right: -15px; */
        width: 100%;
        padding: 0;
    }
}

#info-window-setting {
    width: 20%;
    display: inline-block;
    float: right;
    text-align: center;
    vertical-align: middle;
}
