/* body {background: #b02546;} */

body {
    font-family: "Lato", sans-serif;
}

.header {
    background: #00000070;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    color: white;
    z-index: 1;
}

.esri-ui-inner-container,
.esri-ui-corner-container {
    top: 100px !important;
    bottom: 55px !important;
}

header .container {
    overflow: hidden;
}

footer {
    background: #00000070;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.container {
    width: 98%;
    margin: 0 auto;
}

.logo,
.tagline {
    float: left;
    text-align: center;
}

.logo {
    border-right: 2px solid #ccc;
    text-align: left;
    padding-right: 10px;
}

/*.logo img {width: 80%;}*/

#subtitle {
    color: gray;
    font-size: smaller;
}

.tagline {
    font-size: medium;
    margin-left: 10px;
    line-height: normal;
    margin-top: 5px;
    text-align: center;
}

/*card_wrap*/

/* .top_links {background: url('../img/back_link.jpg') no-repeat center center;} */

.top_links .container {
    overflow: hidden;
    padding: 10px 0;
}

.card_wrap {
    float: right;
    width: 90%;
    margin: 0 auto;
    text-align: right;
    margin-top: 1rem;
}

.card {
    width: 18rem;
    display: inline-block;
    margin-right: 3rem;
    border: 1px solid #fff;
    color: #fff;
    background: #fff;
    text-align: center;
}

.card:last-child {
    margin-right: 0;
}

.card_propose {
    border: 1px solid #968400;
    background: #968400;
}

.card_ongoing {
    border: 1px solid #df612c;
    background: #df612c;
}

.card_complete {
    border: 1px solid #2b29c5;
    background: #2b29c5;
}

span.menu {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    margin: 3rem 0;
    box-shadow: 1px 1px 2px 0px #009933;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #009933;
    right: 50px;
    top: 0;
    border: 1px solid #093;
    display: block;
}

/* span.menu{
    font-size: 30px;
    cursor: pointer;
    float: left;
    margin: 2rem 0;
    box-shadow: 1px 1px 2px 0px #2b29c5;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #2b29c5;
} */

span.menu:hover {
    background: rgba(0, 153, 1, 0.7);
    color: #fff;
}

/*sidenav*/

.sidenav {
    height: 100%;
    width: 0;
    
    position: relative;
    z-index: 1;
    background: #fff;
    /* top: 100px; */
    /* left: 0; */
    /* background-color: #daf0e1; */
    overflow-x: hidden;
    transition: 0.5s;
    float: right;
}

.sidenav a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    /*font-size: 25px;*/
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a.closebtn:hover {
    color: rgba(26, 4, 54, 0.7);
}

.sidenav a:hover {
    color: #093;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    color: #268d48;
    right: 25px;
    font-size: x-large;
    margin-left: 50px;
}

.open_sidenav {
    width: 21%;

}

#map.open_map {
    width: 78.5%;
}

.panel-group {
    width: 95%;
    margin: 0 auto 0px;
}

.panel-default {
    border-color: #060606;
}

.panel-body {
    padding: 15px;
    position: relative;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #110675;
    border-color: #093;
}

#main {
    transition: margin-left .5s;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}

#map {
    background: #818181;
    width: 100%;
    display: flex;
    height: 100%;
    float: left;
    color: #f1f1f1;
    transition: 0.5s;
}

span.data_grid_icon {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 0;
    padding: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.closedatagrid {
    float: right;
    top: 0;
    color: #fff;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.closedatagrid:hover {
    color: #f00;
    text-decoration: none;
}

#datagrid {
    background: #00993361;
    height: 0;
    width: 100%;
    overflow: auto;
    transition: 0.8s;
    position: relative;
}

#datagrid.open_datagrid {
    height: 37vh;
    padding: 0px 5px 0;
}

#main.open_main {
    height: 62vh;
}

.harsac_logo {
    position: absolute;
    right: 130px;
    top: 30px;
}

#d1 {
    position: absolute;
    right: 230px;
    top: 50px;
}

footer p {
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}

/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */

/*------------------rahul-------------------------*/

.widgits {
    padding: 5px;
}

.panel-widgits {
    margin-right: 5px;
    margin-left: 5px;
}

#layerToggle {
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 0;
    background-color: white;
    border-radius: 2px;
    padding: 10px;
    opacity: 0.75;
}

.select-polygon {
    box-shadow: 2px 2px 4px #000000;
    margin-right: 20px;
}


/*#refresh{
    
    margin-top: 29%;
    position: absolute;
    background-color: #fefefe;
}
*/

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 110px;
    height: 110px;
    margin-top: 30%;
    margin-left: 35%;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}



#loaderScreen {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: black;
    opacity: 0.3;
    display: none;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    padding-bottom: 0px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#sugetion,
#Starting-sugetion,
#Destination-sugetion {
    position: relative;
    margin-top: -18px;
}

#clearrootparams,
#clearSkatch {
    float: right;
}

#clearSkatch {
    position: absolute;
    right: 0px;
    top: 10px;
}

.error {
    border-color: red !important;
}

.select-writing {
    margin-left: 5px;
}

a.esri-widget__anchor.esri-print__exported-file-link {
    color: green !important;
    font-weight: 600;
}

.esri-print__header-title {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 12px;
    margin: 0 auto 0 0;
    height: auto;
    box-shadow: none;
    background: transparent;
}

.esri-button {
    align-items: center;
    background-color: #46b56b;
    border: 1px solid #46b56b;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    overflow: hidden;
    padding: 0 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.esri-button:hover {
    background-color: #118c3a;
    border: 1px solid #118c3a;
    color: #fff;
}

@media screen and (max-width:1368px) {
    .card {
        margin-right: 1rem;
        width: 17rem;
    }
}

@media screen and (max-width:1024px) {
    .form_block {
        max-width: 100%;
    }

    .form_style.full_width {
        overflow: auto;
    }

    .form_style label {
        font-size: 0.75em;
    }

    .login_page .form_block {
        max-width: 80%;
    }

    .open_sidenav {
        width: 50%;
    }

    #map.open_map {
        width: 48.5%;
    }

    /* .tagline {
        font-size: 25px;
        color: #009933;
        font-weight: bold;
        margin-left: 10px;
        width: 52%;
        text-align: left;
    } */
}

@media screen and (max-width:996px) {
    #d1 {
        display: none;
    }

    /* .tagline {
        font-size: 20px;
        color: #009933;
        font-weight: bold;
        margin-left: 10px;
        width: 52%;
        text-align: left;
    } */
}

@media screen and (max-width:767px) {

    /* .logo {
        border-right: 0;
    }
    .logo img {
        width: 50%;
    } */
    .harsac_logo {
        position: absolute;
        right: 50px;
        top: 10px;
    }

    .harsac_logo img {
        width: 70%;
    }

    span.menu {
        width: 35px;
        height: 35px;
        font-size: 24px;
    }

    /* .tagline {
        display: none;
        font-size: 16px;
        color: #27276d;
        font-weight: bold;
        margin-top: 0px;
        margin-left: 10px;
        width: 57%;
        text-align: left;
    } */
    #d1 {
        display: none;
        top: 115px;
    }

    .form_style li {
        width: 100%;
    }

    ul.form_style li.odd,
    ul.form_style li.even,
    ul.form_style li.even1 {
        float: none;
    }

    .form_style.skill_sets li,
    .document_upload ul li {
        width: 47%;
    }

    .col {
        width: 100%;
        float: none;
    }

    .open_sidenav {
        width: 97%;
        height: 46vh;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 16px;
        margin: 0% auto 0;
    }

    #map.open_map {
        width: 100%;
        height: 50vh;
    }

    span.menu {
        right: 30px;
        margin: 1.3rem 0;
    }

    span.data_grid_icon {
        right: 30px;
    }
}

.esri-menu__header {
    display: none !important;
}

.esri-search__source:nth-of-type(2) {
    display: none !important;
}

.esri-attribution {
    display: none !Important;
    overflow: hidden !important;
}

#jamabandi-heading {
    text-align: center;
    font-weight: 600;
    font-size: medium;
}

#print_tool_table {
    float: left;
    margin-top: 7px;
}

/* .esri-popup__main-container{ */

/* max-height:500px !important; */

/* } */

/*----------Search-----------*/

.search-box,
.close-icon,
.search-wrapper {
    /* position: relative;
    padding: 10px; */
}

.search-wrapper {
    width: 100%;
    margin: auto;
    /*margin-top: 50px;*/
}

.search-box {
    float: left;
    width: 80%;
    border: 1px solid #ccc;
    outline: 0;
    /*border-radius: 15px;*/
}

.search-box:focus {
    box-shadow: 0 0 15px 5px #b0e0ee;
    border: 2px solid #bebede;
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: relative;
}

.close-icon:after {
    content: "X";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #FA9595;
    z-index: 1;
    right: 10px;
    /*top: 25px;*/
    /*bottom: 0;*/
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    box-shadow: 0 0 2px #E50F0F;
    cursor: pointer;
}

.search-box:not(:valid)~.close-icon {
    display: none;
}

.search-box:not(:valid)~#poi_search {
    display: none;
}

#poi_search {
    width: 15%;
    margin-top: -31px;
    background: #efefef;
    padding: 10px 0;
    margin-left: 4%;
}

#version {
    float: right;
    /* margin: -12px; */
    margin-top: -26px;
    margin-right: 10px;
    background-color: aliceblue;
    padding: 2px;
    border-radius: 7%;
}

ul#pathlist {
    list-style-type: none;
    margin-right: 10px;
    box-shadow: 0px 2px 5px grey;
}

#pathlist>li {
    padding: 10px;
    border-bottom: black solid 0.9px;
    margin-right: inherit;
    margin-left: inherit;
    cursor: pointer;
}