map {
    height: 100%;
}

.ol-attribution.ol-logo-only {
    display: none;
}

#layer-switcher {
    right: 40px;
    position: absolute;
    z-index: 100;
    top: 25px;
}

#layer {
    position: absolute;
    right: 70px;
    position: absolute;
    z-index: 100;
    top: 27px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.hide {
    visibility: hidden;
}

#layer ul {
    list-style: none;
}

.popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    /* padding: 15px; */
    /* border-radius: 10px; */
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 270px;
}

.popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.popup:after {
    border-top-color: #fff;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

#popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    color: white;
}

#popup-title {
    background-color: #1ab394;
    color: white;
    font-size: 18px;
    padding: 2px;
    margin-top: 0px;
    display: block;
}

#popup-content i {
    color: #fff;
    display: block;
}

#popup-content h5 {
    padding: 1px;
    font-size: 13px;
    margin-left: 8px;
}

/*.ptas-photo{*/
/*height: 290px;*/
/*width: 350px;*/
/*}*/

.ptas-photo {
    height: auto;
    width: auto;
}

.ibox-content-coops {
    background-color: #ffffff;
    color: #ee5a24;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content-farmer {
    background-color: #ffffff;
    color: #009432;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content-trader {
    background-color: #ffffff;
    color: #833471;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content-jta {
    background-color: #ffffff;
    color: #0652dd;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content-lsp {
    background-color: #ffffff;
    color: #f9ca24;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content-association {
    background-color: #ffffff;
    color: #ea2027;
    border-color: #e7eaec;
}

.ibox-content-driver {
    background-color: #ffffff;
    color: #827717;
}

.ptas-photo-modal {
    height: 350px;
    width: 550px;
}

.div1 {
    float: left;
}

.div2 {
    float: right;
    text-align: right;
    width: 500px;
}

.ls-n {
    margin-left: -40px;
}

.ls-n > li {
    list-style: none;
}

.m-t-n-4 {
    margin-top: -4px;
}

.m-t-n-9 {
    margin-top: -9px;
}

.m-t-n-5 {
    margin-top: -5px;
}

.img-h-w {
    max-height: 200px;
    width: auto;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-x-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.img-f-m {
    display: flex;
    margin-bottom: 5px;
}

@media screen and (max-width: 48rem) {
    .no-desc {
        display: none;
    }
}

@media screen and (max-width: 765px) {
    .w-sm-100 {
        width: 100%;
    }
}

.h-p-30 {
    height: 30%;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-35 {
    font-size: 35px;
}

.text-center > .f-s-30 {
    font-size: 30px;
}

.f-s-25 {
    font-size: 25px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-b-500 {
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .f-s-35 {
        font-size: 30px;
    }

    .text-center > .f-s-30 {
        font-size: 25px;
    }
}

@media screen and (max-width: 425px) {
    .f-s-35 {
        font-size: 25px;
    }

    .text-center > .f-s-30 {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .f-s-35 {
        font-size: 22px;
    }

    .text-center > .f-s-30 {
        font-size: 18px;
    }
}

.side-number-div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-right: 1px solid lightgrey;
}

@media screen and (max-width: 768px) {
    .side-number-div {
        display: flex;
        padding: 10px 0px;
        flex-direction: row;
        justify-content: space-evenly;
        border-bottom: 1px solid lightgrey;
        border-right: none;
    }
}

@media screen and (max-width: 425px) {
    .farmland-graph-div {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .row.navbar.navbar-static-top {
        margin-left: 0px;
    }
}

.nvdi-tab > .chart {
    padding: 20px;
}

/* LOgin page css */
.whole-wrapper {
    width: 100vw;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-wrapper {
    display: flex;
    padding: 0;
}

.image-div {
    width: 53%;
    background-color: #1ab394;
    padding: 0;
    position: relative;
    color: white;
}

.login-background-img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.title-logo,
.mission-para,
.contact-info,
.bottom-infodiv-icon,
.d-s-s,
.f-m-s,
.advisory-sys {
    position: absolute;
}

.d-s-s,
.f-m-s,
.advisory-sys {
    border-radius: 50%;
    height: 110px;
    width: 110px;
    text-align: center;
}

.title-logo {
    /* position: absolute; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 35px 0px;
    /* color: white; */
}

.mission-para {
    top: 20%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 1000;
    text-align: center;
}

.contact-info {
    bottom: 1%;
    left: 2%;
    width: 30%;
    /* font-size: 15px; */
    /* font-weight: 1000; */
}

.bottom-infodiv-icon {
    /* position: absolute; */
    bottom: 10%;
    right: 4%;
    /* color: white; */
}

.bottom-infodiv-icon > i {
    font-size: 70px;
}

.f-m-s {
    background-color: rgba(35, 198, 200, 0.4);
    height: 120px;
    width: 120px;
    bottom: 32%;
    right: 0;
}

.f-m-s > div > .component-list-size {
    margin-top: 13px;
}

.d-s-s {
    background-color: rgba(248, 172, 89, 0.4);
    height: 110px;
    width: 110px;
    bottom: 19%;
    right: 17%;
}

.d-s-s > div > .component-list-size {
    margin-top: 20px;
}

.advisory-sys {
    background-color: rgba(237, 85, 101, 0.4);
    height: 100px;
    width: 100px;
    bottom: 0;
    right: 25%;
}

.advisory-sys > div > .component-list-size {
    margin-top: 25px;
}

.component-list-size {
    font-weight: 800;
    font-size: medium;
}

@media only screen and (max-width: 1024px) {
    .f-m-s {
        height: 105px;
        width: 105px;
    }

    .d-s-s {
        height: 95px;
        width: 95px;
        bottom: 18%;
    }

    .advisory-sys {
        height: 85px;
        width: 85px;
    }

    .component-list-size {
        font-size: 15px;
        font-weight: 1000;
    }

    .contact-info {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .mission-para {
        font-size: 12px;
        top: 20%;
    }

    .title-logo > img {
        height: 30px;
    }

    .f-m-s {
        height: 95px;
        width: 95px;
        bottom: 29%;
    }

    .d-s-s {
        height: 85px;
        width: 85px;
        bottom: 16%;
        right: 19%;
    }

    .advisory-sys {
        height: 75px;
        width: 75px;
        right: 28%;
    }

    .component-list-size {
        font-weight: 800;
        font-size: small;
    }

    .d-s-s div p {
        margin-top: 16px;
    }

    .bottom-infodiv-icon {
        bottom: 5%;
        right: 4%;
    }

    .bottom-infodiv-icon > i {
        font-size: 60px;
    }
}

.login-input-div {
    width: 47%;
    background: white;
    padding: 20px;
}

.login-form {
    margin: 20px;
    padding: 20px;
}

.login-form-group {
    position: relative;
    margin: 20px 0px 45px 0px;
}

.login-input-field {
    position: absolute;
    top: 8px;
    left: 12px;
    transition: 0.5s ease;
}

.login-input-div input:focus ~ label,
.login-input-div input:focus ~ label {
    top: -20px;
}

.login-input-div input:not(:placeholder-shown) ~ label {
    top: -20px;
    /* color: red; */
}

.login-form-control {
    margin-bottom: 10px;
}

.login-toggle-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .login-form {
        margin: 5px;
        padding: 5px;
    }

    .login-form-group {
        margin: 20px 0px 40px 0px;
    }
}

@media screen and (max-width: 425px) {
    .image-div {
        display: none;
    }

    .login-input-div {
        width: 100%;
    }
}

/* width */
body ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
body ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* user_select.html */
.select-user-col-margin {
    margin-bottom: 10px;
    display: flex;
}

.vertical-clr-div {
    background-color: cadetblue;
    width: 5%;
}

.user-select-iboxtitle {
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
}

.icon-div-wrapper {
    display: flex;
}

.icon-wrapper {
    background-color: grey;
    border-radius: 50%;
    width: 40px;
}

.img-h-w-c {
    height: 70px;
    object-fit: cover;
    width: 70px;
}

.h-180 {
    height: 180px;
}

.w-100-p {
    width: 100%;
}

/* dashboard 6th feb 2020 */
.widget > .vertical-align-custom.verticalalign {
    display: flex;
    align-items: center;
}

.icon-text-align {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1024px) {
    .icon-text-align {
        display: block;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .icon-text-align {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 320px) {
    .icon-text-align {
        display: block;
        align-items: center;
    }
}

/* crop information (Crop_ag_info_crop.html */
.crop-info-div {
    margin-bottom: 10px;
}

.crop-info-div:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.crop-info-img {
    height: 110px;
    width: 110px;
    padding: 15px;
    margin: 0 auto;
}

.crop-info-img > img {
    height: 80px;
    width: 80px;
}

@media screen and (max-width: 375px) {
    .crop-info-img {
        height: 90px;
        width: 90px;
    }

    .crop-info-img > img {
        height: 60px;
        width: 60px;
    }
}

@media screen and (max-width: 320px) {
    .crop-info-img {
        height: 70px;
        width: 70px;
    }

    .crop-info-img > img {
        height: 40px;
        width: 40px;
    }
}

.d-flex {
    display: flex;
}

.d-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.bin-color {
    color: #f50909b3;
}

.bin-gray-color {
    color: gray;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.legend {
    position: absolute;
    top: 23%;
    left: 4%;
    float: left;
    width: auto;
    padding: 0px 10px;
}

.map-disclaimer {
    position: absolute;
    bottom: 2%;
    left: 4%;
    float: left;
    width: auto;
    padding: 0px 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.m-l-5 {
    margin-left: 1px;
}

ul.errorlist {
    color: red;
    margin-left: -40px;
    list-style: none;
}


.map-info-icon > .map-info-description {
    display: none;
}

.map-info-icon:hover {
    cursor: pointer;

}

.map-info-icon:hover > .map-info-description {
    display: block;
    position: absolute;
    width: 250px;
    background-color: #fcfcfc;
    padding: 10px 15px;
    right: -25rem;
    top: -15rem;
    box-shadow: 4px 4px 15px grey;
    z-index: 30000;
    /* left: 50%; */
    /* top: 0; */
    /* left: 10px;; */
}

.lg-backdrop, .lg-visible {
    z-index: 3000
}

.business-plan-crop-div {
    border-radius: 10px;
}

.business-plan-crop-div:hover {
    background-color: #e3e3e3;
}

.h-500 {
    height: 500px
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    opacity: 80%;
}

.m-l-30-px {
    margin-left: 30px
}

table.fixedHeader-floating {
    margin-top: 0px !important;
}

.nav .nav-third-level> li.active{
    border-left: none;
}

td {
    vertical-align: middle !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}