﻿
/* navbar
-------------------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';

.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.navbar .nav-link {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px;
    font-weight: 600;
    /*color: #FFFFFF !important*/
}

.navbar-expand-lg .navbar-brand:hover {
    color: #FFCC00
}

.navbar-expand-lg .navbar-nav > li > a:hover,
.navbar-expand-lg .navbar-nav > li > a:focus {
    color: #FFCC00 !important;
}

.navbar-expand-lg .navbar-nav > .open > a:focus {
    color: #FFCC00
}

.navbar-expand-lg .navbar-nav > .active > a:focus {
    color: #FFCC00
}

.dropdown-menu > li > a:focus {
    color: #0d77b6 !important;
}

/* navbar end
-------------------------------------------------- */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Pagination */
.marketing-pagination {
    margin-bottom: 0rem;
}

    .marketing-pagination > .btn {
        border-radius: 2rem;
    }

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 1rem;
    }
}
/* Login start
-------------------------------------------------- */
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
/* Login end
-------------------------------------------------- */
.medium-paragraph {
    font-size: 18px;
    line-height: 34px;
}

::-moz-selection {
    background: #f35b3f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f35b3f;
    color: #fff;
    text-shadow: none;
}

/* pagination
-------------------------------------------------- */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/***** Sidebar *****/

.sidebar {
    width: 270px;
    height: 75%;
    position: fixed;
    top: 65px;
    left: -305px;
    z-index: 999;
    background: #47a3da;
    color: #fff;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
    flex: 1 0 auto;
    overflow-y: auto;
}

    .sidebar.active {
        left: 0;
        display: flex;
        flex-direction: column;
    }
.page-wrapper {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}
.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #0d77b6;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

    .dismiss:hover, .dismiss:focus {
        background: #afdefa;
        color: #fff;
    }

.sidebar .logo {
    padding: 10px 20px;
    border-bottom: 1px solid #0d77b6;
    transition: all .3s;
}

    .sidebar .logo a {
        display: inline-block;
        width: 190px;
        height: 34px;
        background: url(../images/logo.svg) left bottom no-repeat;
        border: 0;
        text-indent: -999999px;
    }

.sidebar ul.menu-elements {
    border-bottom: 1px solid #0d77b6;
    transition: all .3s;
}

.sidebar ul li a {
    display: block;
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-weight: 600;
}

    .sidebar ul li a:hover,
    .sidebar ul li a:focus,
    .sidebar ul li.active > a:hover,
    .sidebar ul li.active > a:focus {
        outline: 0;
        background: #258ecd;
        color: #fff;
    }

    .sidebar ul li a i {
        margin-right: 5px;
    }

.sidebar ul li.active > a, a[aria-expanded="true"] {
    background: #0d77b6;
    color: #fff;
}

.sidebar ul ul a {
    background: #61BDF4;
    padding-left: 30px;
    font-size: 14px;
}

.sidebar ul ul li.active > a {
    background: #555;
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar .to-top {
    padding: 20px;
    text-align: center;
}

.sidebar .dark-light-buttons {
    padding: 10px 20px 30px 20px;
    text-align: center;
}
/* scrollbar */

.treeextent {
    position: relative;
    overflow-y: scroll;
    max-height: 240px;
}

.scrollbar-deep-purple::-webkit-scrollbar {
    width: 12px;
    cursor: pointer;
}

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #0d77b6;
}


.bordered-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.bordered-deep-purple::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.thin::-webkit-scrollbar {
    width: 6px;
}



/* sidebar light */

.sidebar.light {
    background: #fff;
    color: #888;
}

    .sidebar.light .dismiss {
        background: #ddd;
        color: #0d77b6;
    }

        .sidebar.light .dismiss:hover,
        .sidebar.light .dismiss:focus {
            background: #ccc;
            color: #888;
        }

    .sidebar.light .logo {
        border-color: #eee;
    }

        .sidebar.light .logo a {
            background-image: url(../images/logo-dark.svg);
        }

    .sidebar.light ul.menu-elements {
        border-color: #eee;
    }

    .sidebar.light ul li a {
        color: #888;
    }

        .sidebar.light ul li a:hover,
        .sidebar.light ul li a:focus,
        .sidebar.light ul li.active > a:hover,
        .sidebar.light ul li.active > a:focus {
            background: #ccc;
            color: #888;
        }

    .sidebar.light ul li.active > a, .sidebar.light a[aria-expanded="true"] {
        background: #ddd;
        color: #888;
    }

    .sidebar.light ul ul a {
        background: #ddd;
    }

    .sidebar.light ul ul li.active > a {
        background: #ccc;
    }

    .sidebar.light a.btn-customized-3 {
        background: #ddd;
        color: #888;
    }

        .sidebar.light a.btn-customized-3:hover,
        .sidebar.light a.btn-customized-3:active,
        .sidebar.light a.btn-customized-3:focus,
        .sidebar.light a.btn-customized-3:active:focus,
        .sidebar.light a.btn-customized-3.active:focus,
        .sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
        .sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
            background: #ccc;
            color: #888;
        }

    .sidebar.light a.btn-customized-4.btn-customized-dark {
        background: #258ecd;
    }

    .sidebar.light a.btn-customized-4.btn-customized-light {
        background: #eee;
    }

    .sidebar.light a.btn-customized-4.btn-customized-dark:hover,
    .sidebar.light a.btn-customized-4.btn-customized-dark:active,
    .sidebar.light a.btn-customized-4.btn-customized-dark:focus,
    .sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
    .sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        background: #ccc;
        color: #fff;
    }

    .sidebar.light a.btn-customized-4.btn-customized-light:hover,
    .sidebar.light a.btn-customized-4.btn-customized-light:active,
    .sidebar.light a.btn-customized-4.btn-customized-light:focus,
    .sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
    .sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        background: #ccc;
        color: #fff;
    }

    .sidebar.light .chiller-theme .sidebar-footer {
        background: #eee;
        box-shadow: 0px -1px 5px #ddd;
        border-top: 1px solid #ccc;
    }

        .sidebar.light .chiller-theme .sidebar-footer > a:first-child {
            border-left: none;
        }

        .sidebar.light .chiller-theme .sidebar-footer > a:last-child {
            border-right: none;
        }

        .sidebar.light .chiller-theme .sidebar-footer > a {
            color: #0D77B6;
        }

            .sidebar.light .chiller-theme .sidebar-footer > a:hover i {
                color: #777;
            }
/***** Content *****/

.content {
    width: 100%;
    transition: all 0.3s;
}

.open-menu {
    position: fixed;
    top: 66px;
    left: 40px;
    z-index: 997;
    box-shadow: 3px 3px 3px rgba(38, 115, 0, 0.2);
}

    .open-menu.btn-customized,
    .open-menu.btn-customized:hover,
    .open-menu.btn-customized:active,
    .open-menu.btn-customized:focus,
    .open-menu.btn-customized:active:focus,
    .open-menu.btn-customized.active:focus,
    .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
    .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 3px 3px 3px rgba(38, 115, 0, 0.2);
    }

/*--------------------------side-footer------------------------------*/

.sidebar-footer {    
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.chiller-theme .sidebar-footer {
    background: #40AAE9;
    box-shadow: 0px -1px 5px #2791D0;
    border-top: 1px solid #0D77B6;
}

    .chiller-theme .sidebar-footer > a:first-child {
        border-left: none;
    }

    .chiller-theme .sidebar-footer > a:last-child {
        border-right: none;
    }

    .chiller-theme .sidebar-footer > a {
        color: #eee;
    }

        .chiller-theme .sidebar-footer > a:hover i {
            color: #FFCC00;
        }



/***** Buttons *****/

a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #3FA8E7;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

    a.btn-customized:hover,
    a.btn-customized:active,
    a.btn-customized:focus,
    a.btn-customized:active:focus,
    a.btn-customized.active:focus,
    a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #f35b3f;
        background: rgba(114, 219, 255, 0.7);
        border: 0;
        color: #fff;
        box-shadow: none;
    }

a.btn-customized-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    box-shadow: none;
}

    a.btn-customized-2:hover,
    a.btn-customized-2:active,
    a.btn-customized-2:focus,
    a.btn-customized-2:active:focus,
    a.btn-customized-2.active:focus,
    a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #ccc;
        background: rgba(255, 255, 255, 0.5);
        border: 0;
        color: #555;
        box-shadow: none;
    }

a.btn-customized-3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .75rem 1.5rem;
    background: #0d77b6;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

    a.btn-customized-3:hover,
    a.btn-customized-3:active,
    a.btn-customized-3:focus,
    a.btn-customized-3:active:focus,
    a.btn-customized-3.active:focus,
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

    a.btn-customized i,
    a.btn-customized-2 i,
    a.btn-customized-3 i {
        margin-right: 5px;
    }


a.btn-customized-4 {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    padding: 0;
    background: #0d77b6;
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
    text-indent: -999999px;
}

    a.btn-customized-4.btn-customized-dark {
        background: #0d77b6;
    }

    a.btn-customized-4.btn-customized-light {
        background: #fff;
    }

    a.btn-customized-4.btn-customized-dark:hover,
    a.btn-customized-4.btn-customized-dark:active,
    a.btn-customized-4.btn-customized-dark:focus,
    a.btn-customized-4.btn-customized-dark:active:focus,
    a.btn-customized-4.btn-customized-dark.active:focus,
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #258ecd;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

    a.btn-customized-4.btn-customized-light:hover,
    a.btn-customized-4.btn-customized-light:active,
    a.btn-customized-4.btn-customized-light:focus,
    a.btn-customized-4.btn-customized-light:active:focus,
    a.btn-customized-4.btn-customized-light.active:focus,
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }


/***** Section 2 *****/


.section-2-box img {
    border-radius: 6px;
}


/* openlayers */
.ol-zoom {
    left: unset !important;
    right: 10px !important;
    top: 150px !important;
}