@font-face {
    font-family: 'Calibri';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    src: url("/fonts/Calibri Regular.ttf");
}

@font-face {
    font-family: 'Calibri';
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    src: url("/fonts/Calibri Bold.TTF");
}

@font-face {
    font-family: 'Calibri';
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
    src: url("/fonts/Calibri Italic.ttf");
}

@font-face {
    font-family: 'Calibri';
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
    src: url("/fonts/Calibri Bold Italic.ttf");
}

html,
body {
    height: 100%;
    width: 100%;
    /*margin: 0px;*/
    font-size: 12px;

}

body {
    font-family: 'Calibri';
    /*padding-left: 5%;*/
    font-size: 14px;
    color: #4d5656;
    margin: 0;

}



.card {
    border-radius: 10px !important;
}

.card.card-green {
    background-color: #0ba174;
}

.card .card-header.card-header-green {
    background-color: #0ba174;
}


.card.card-top-green {
    border-top-width: 10px;
    border-top-color: #0ba174;
}

.text-green {
    color: #0ba174;
}

.text-gray {
    color: #7b7d7d;
}

.background-white {
    background-color: white;
}

.background-green {
    background-color: #0ba174;
}

.background-dark-green {
    background-color: #01513b;
}


.main-page {
    font-family: 'Calibri';
    color: #4d5656;
    min-height: 100%;
    height: 100%;
    background:
        linear-gradient(0deg, rgba(60, 179, 113, 0.3), rgba(60, 179, 113, 0.3)),
        url('/images/landing_page/u17.jpg');
    background-size: cover;
    position: relative;
}

.main-page-logo {
    height: 8.5em;
    padding-left: 6em;
    margin-top: 7em;
}

.main-button {
    background-color: #19cc85;
    border: none;
    border-radius: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 87px;
    padding-right: 87px;
    margin-left: -3em;
    margin-top: 1em;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: 1000;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;

}

.main-button:hover {
    background-color: #1ce393;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.3);
    color: #fff;
    transform: translateY(-7px);
}

.login-form {
    margin-top: 20%;
    margin-left: 20%;
    margin-right: -10%;
    padding-left: 15%;
    padding-right: 20%;
    border: none;
    border-left: 1px solid black;
}

.button-primary {
    background-color: #000099;
    border: none;
    border-radius: 90px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 30%;
    padding-right: 30%;
    font-size: 18px;
    color: white;
    letter-spacing: 2.5px;
    font-weight: 500;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.button-primary:hover {
    background-color: #0000cc;
    box-shadow: 0px 15px 20px rgba(0, 0, 153, 0.3);
    color: #fff;
    transform: translateY(-7px);
}

.padding-center-20 {
    padding-left: 20%;
    padding-right: 20%;
}

.text-white {
    color: white;
}

.text-yellow {
    color: #ffba00;
}

.center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.border-radius {
    border-radius: 20%;
}

.link-yellow {
    color: #ffba00 !important;
}

.height-200-scroll {
    height: 50px !important;
    overflow: scroll;
}

select.select-green {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #0ba174;
    border: none;
    border-radius: 8px;
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    cursor: pointer !important;
    /*box-shadow: 0px 10px 15px rgba(46, 229, 157, 0.3);*/

}

select.select-green option {
    background-color: white;
    color: #4d5656;
}

.dropdown-green {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #0ba174;
    border: none;
    border-radius: 5px;
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    cursor: pointer !important;
    /*box-shadow: 0px 10px 15px rgba(46, 229, 157, 0.3);*/

}

/*select.select-green:hover {
  cursor: pointer;
}*/


.button-yellow {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #ffba00;
    /*border-radius: 20px;*/
    border: none;
    /*box-shadow: 0px 10px 15px rgba(46, 229, 157, 0.3);*/

}

.button-yellow:hover {
    background-color: #ffc21a;
    /*box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.3);*/
    color: #fff;
    transform: translateY(-1px);
}

.button-green {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #0ba174;
    /*border-radius: 20px;*/
    border: none;
    /*box-shadow: 0px 10px 15px rgba(46, 229, 157, 0.3);*/

}

.button-green:hover {
    background-color: #0ca778;
    /*box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.3);*/
    color: #fff;
    transform: translateY(-1px);
}

.button-orange {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #ff6600;
    /*border-radius: 20px;*/
    border: none;
    box-shadow: 0px 10px 15px rgb(255, 102, 0, 0.3);

}

.button-orange:hover {
    background-color: #ff8533;
    box-shadow: 0px 10px 15px rgb(255, 102, 0, 0.3);
    color: #fff;
    transform: translateY(-1px);
}

.button-blue {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #000099;
    color: #fff;
    /*border-radius: 20px;*/
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);

}

.button-blue:hover {
    background-color: #0000cc;
    box-shadow: 0px 15px 20px rgba(0, 0, 153, 0.3);
    color: #fff;
    transform: translateY(-1px);
}

.button-border-green {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 12%;
    padding-right: 12%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #00cc66;
    box-shadow: 0px 10px 15px rgba(46, 229, 157, 0.3);
    color: #00cc66;
}

.button-border-green:hover {
    background-color: #00cc66;
    box-shadow: 0px 10px 15px rgba(46, 229, 157, 0.3);
    color: #fff;
    transform: translateY(-1px);
}

.button-border-blue {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
    color: #000099;
    border: 1px solid #000099;
    /*border-radius: 20px;*/
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
}

.button-border-orange {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 12%;
    padding-right: 12%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ff6600;
    box-shadow: 0px 10px 15px rgb(255, 102, 0, 0.3);
    color: #ff6600;
}

.button-border-orange:hover {
    background-color: #ff6600;
    ;
    box-shadow: 0px 15px 20px rgb(255, 102, 0, 0.3);
    color: #fff;
    transform: translateY(-1px);
}

.table-header-blue {
    /*background-color: #006DCC;*/
    background-color: #008bcc;
    color: white;

}

.table-header-blue .center-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.table-header-blue .center-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.table-header-blue .center-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-group input[type=text],
input[type=email],
input[type=password] {
    border-radius: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 2px;

}

/*.form-group .form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}*/

.radius-5 {
    border-radius: 5px;
}

.radius-20 {
    border-radius: 20px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-28 {
    font-size: 28px;
}

.no-decoration {
    outline: none !important;
    text-decoration: none !important;
}

table>thead {
    text-align: center;
    vertical-align: middle;
}

table>tbody,
tfoot {
    color: #4d5656;
    text-align: center;
}

.table .center-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.table .center-10 {
    padding-left: 10px;
    padding-right: 10px;
}



/* ====================================  S T Y L E    M A P  ============================================*/


.mapbox {
    /*position: relative;*/
    width: 100%;
    margin-top: 0px;

}

.mapbox .overlay {
    position: absolute;
    margin-top: 20vh;
    width: 100%;
    top: 0;
    left: 10;
    pointer-events: initial;
    z-index: 1100;

}

.legend {
    line-height: 18px;
    color: #000000;
    background: rgba(255, 255, 255, 0.3);
    //opacity: 0.6;
    padding: 10px;
    /*position: relative;
    left: 30px;*/
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.first-map-card {
    margin-left: 1vw;
    margin-top: 5vw;
}


.sidenav {
    height: 45vh;
    width: 100%;
    margin-right: -30px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;

}

.sidenav a {
    text-decoration: none;
    color: blue;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.top-menu {
    padding-bottom: 1vw;
}

.middle-menu {
    padding-bottom: 6vw;
}

.middle-menu a {
    color: #4d5656;
    outline: none !important;
    text-decoration: none !important;
}

.middle-menu a:hover {
    color: #4d5656;

}

.middle-menu a:focus {
    color: #00cc66;

}

.bottom-menu a {
    color: #4d5656;
    outline: none !important;
    text-decoration: none !important;
}

.bottom-menu a:hover {
    color: #4d5656;

}

.bottom-menu a:focus {
    color: #00cc66;

}


.tematik-nav>.nav-item .nav-link {
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
    /*padding-top: 3%;*/
    background-color: gray;
    border: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tematik-nav>.nav-item .nav-link.active {
    background-color: white;
    color: black;
}

.attribute-select>.nav-item .nav-link {
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
    /*padding-top: 3%;*/
    background-color: white;
    border: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.attribute-select>.nav-item .nav-link.active {
    background-color: white;
    color: #00cc66;
    border-bottom: 2px solid #00cc66;
}






/*  ===================================  S T Y L E    A D M I N  =======================================*/

.head-section {
    width: 100%;
    min-height: 35%;
    background:
        linear-gradient(0deg, rgba(60, 179, 113, 0.3), rgba(60, 179, 113, 0.3)),
        url('/images/page_2/u1630.jpg');
    /*background-image:  url('/images/page_2/u1630.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.main-section {
    width: 100%;
    min-height: 65%;
    color: #4d5656;

}

.bottom-right {
    position: absolute;
    bottom: 20px;
    right: 50px;

}

.bottom-left {
    position: absolute;
    bottom: 15px;
    left: 50px;

}

.head-section a {
    text-decoration: none !important;
}

.main-section a {
    text-decoration: none !important;
}


.button-polos:hover {
    transform: translateY(-2px);
}

.button-span {
    display: inline-block;
    width: 120px;
    height: 90px;
    /*margin: 6px;*/
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-left: 10px;
    /*background-color: #00b33c;*/
    background-color: #19cc85;
    border: none;
    border-radius: 15px;
    /*padding: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.button-span:hover {
    background-color: #008bcc;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    /*transform: translateY(-7px);*/
}

.button-span.active {
    background-color: #008bcc;
}

.button-span.active:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.button-span img {
    width: 30px;
    /*height: 100%;*/
}

.nav-tabs .nav-item .nav-link {
    /*background-color: #0080FF;*/
    color: #4d5656;
    border: 1px solid #ddd;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-decoration: none;
}

.nav-tabs .nav-item .nav-link:active,
.nav-link:focus {
    /*background-color: #0080FF;*/
    outline: none;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #008bcc;
    color: #FFF;
}

.modal-backdrop {
    background-color: #00b33c !important;
}

.modal-gray {
    background-color: #f8f9f9 !important;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.copyright {
    background-color: #b3b3ff;
    width: 50%;
    bottom: 0px;
    /*right: 30%;*/
    left: 25%;
    position: relative;
}
