﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* blue color scheme 38B0DE ; */
/* Green color scheme 22442B ; */
/* Red color scheme CD5C5C ; */
/*------------------------ Main body, Menu and Map -------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}


.loginPanel {
    position: absolute;
    padding: 0px;
    top: 190px;
    background: #ffffff;
    color: #000;
    /*width: 300px;*/
    z-index: 1;
    left: 150px;
    /*border:1px solid #fff;*/
    padding: 40px;
    box-shadow: 3px 3px 3px 3px grey;
    /*overflow: auto;*/
}

.loginbg {
    height:fit-content;
    width:inherit;
}

#map {
    height: 100vh;
    width: 100vw;
}

.headerAndToolbar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    z-index: 3;
}

#header {
    background-color: #3498DB;
    height: 140px;
    z-index: 1;
}

.smallHeader {
    position: absolute;
    top: 34px;
    left: 0px;
    width: 42px;
    height: 140px;
    background-color: #3498DB;
    z-index: 3;
    display: none;
}

#toolbar {
    /*background: #3498DB;*/
    background-image: linear-gradient(to right, #23a4e8, #0b1b4c);
    height: 32px;
    z-index: 1;
    color: #ffffff;
    border-top: 1px solid #555;
    width: 100vw;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#searchDiv {
    position: fixed;
    top: 140px;
    right: 180px;
    width: auto;
    height: 30px;
    z-index: 7;
    /*display: none;*/
}

.toolbaritem {
    z-index: 2;
    width: 100%;
    overflow: auto;
}

    .toolbaritem a {
        float: right;
        /*width: 100px;*/
        width:auto;
        text-align: center;
        padding: 4px 0;
        /*transition: all 0.3s ease;*/
        color: white;
        font-size: 20px;
        border-left: 1px solid #fff;
    }

    .toolbaritem img {
        margin-bottom: 3px;
    }

    .toolbaritem a:hover {
        /*background-color: #0e6390;*/
    }

.details {
    position: absolute;
    display: none;
    padding: 0px;
    top: 180px;
    background: #ffffff;
    color: #000;
    /*width: 300px;*/
    z-index: 1;
    left: 47px;
    /*border:1px solid #fff;*/
    box-shadow: 3px 3px 3px grey;
    opacity: 0.95;
    /*overflow: auto;*/
}

    .details .row {
        margin-right: 0px;
        margin-left: 0px;
    }

.menu {
    background: #3498DB;
    color: #fff;
    margin-bottom: 5px;
}

.cross {
    background: rgb(255, 255, 255);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.4), inset 0 -1px 2px rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
    box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.4), inset 0 -1px 2px rgba(255,255,255,0.25);
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 22px;
    line-height: 23px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 4px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 22px;
    z-index: 3;
}


.DEFormRainFall {
    display: grid;
    grid-template-columns: repeat(35, 1fr);
    grid-template-rows: repeat(21, 1fr);
    grid-gap: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #F6F8FA;
}

.FirstColumnDE {
    grid-column: 1/4;
    grid-row: 1/2;
}

.SecondColumnDE {
    grid-column: 4/7;
    grid-row: 1/2;
}

.ThirdColumnDE {
    grid-column: 33/35;
    grid-row: 1/2;
}

.btnSaveDE {
    grid-column: 16/18;
    grid-row: 20/21;
}

.btnUpload {
    grid-column: 7/10;
    grid-row: 1/2;
}


.boxOneWRISProg {
    grid-column: 1/35;
    grid-row: 2/21;
}

.btnSaveWRISProg {
    grid-column: 8/10;
    grid-row: 1/2;
}

.flowDataHeading {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bolder;
    cursor: pointer;
    color: #fff;
    padding-left: 15px;
    background: #3498DB;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnQuerySmall {
    width: 20px;
    height: 22px;
    background-color: #3498DB;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}

#pnlDataLayersDataDiv {
    color: #337ab7;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    max-height:75vh;
    overflow-y:scroll;
}


/*-------------------------Accordion ---------------------------*/
.accordion {
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
    margin: auto;
}

    .accordion .item .heading {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        cursor: pointer;
        color: #fff;
        padding-left: 15px;
        background: #3498DB url('../Images/arrow.png') no-repeat;
        background-position: right 20px top -100px;
        border-bottom: 1px solid #ffffff;
        box-sizing: border-box;
    }

    .accordion .item.open .heading,
    .accordion .item:last-child .heading {
        border: 0;
    }

    .accordion .item.open .heading {
        background-position: right 20px top -10px;
    }

    .accordion .item .content {
        display: none;
        padding: 15px;
        background: #fff;
        font-size: 14px;
    }

/*ALTERNATE table columns colour */

.TFtableCol {
    width: 100%;
    border-collapse: collapse;
}

    .TFtableCol td {
        /*padding:7px; border:#4e95f4 1px solid;*/
    }
    /* improve visual readability for IE8 and below */
    .TFtableCol tr {
        background: #ffffff;
    }
        /*  Define the background color for all the ODD table columns  */
        .TFtableCol tr td:nth-child(odd) {
            background: #f9f9f9;
            color: #000;
        }
        /*  Define the background color for all the EVEN table columns  */
        .TFtableCol tr td:nth-child(even) {
            background: #ffffff;
        }


/* The Modal (background) */
.customModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.customModal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.closeModal {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closeModal:hover,
    .closeModal:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        color: white;
    }

.customModal-header {
    padding: 2px 16px;
    background-color: #3897d9;
    height: 40px;
    color: white;
}

.customModal-body {
    padding: 2px 16px;
    height: auto;
}

.customModal-footer {
    padding: 2px 16px;
    background-color: #3897d9;
    height: 40px;
    color: white;
}



/*Bootstrap Updates */

.btn {
    padding: 3px 12px;
    border-radius: 0px;
}

.btn-primary {
    background-color: #3498DB;
    border-color: #3498DB;
}

    .btn-primary:hover {
        background-color: #3498DB;
        border-color: #3498DB;
    }

    .btn-primary:focus {
        background-color: #3498DB;
        border-color: #3498DB;
    }

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 0.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0px 0px 0px 0px;
}

.form-group {
    margin-bottom: 10px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.fa {
    color: #3498DB;
    font-size: 24px;
    margin-left: 2px;
}
