/* ----------- ORIGINAL STYLE ----------- */

/* =============================================================================
HTML - without styles
============================================================================= */

table.nostyle, table.nostyle th, table.nostyle td {
    border: 0 !important;
}

    table.nostyle th {
        background: none !important;
        text-align: left !important;
    }

    table.nostyle th, table.nostyle td {
        padding: 3px 5px !important;
    }

ul.nostyle {
    margin: 15px 0 15px 20px !important;
    list-style-type: square !important;
}

    ul.nostyle ul {
        margin: 0 0 0 25px !important;
        list-style-type: square !important;
    }

    ul.nostyle li {
        padding: 0 !important;
        background: none !important;
    }

dl.nostyle dt {
    font-weight: bold !important;
}

dl.nostyle dd {
    margin: 0 !important;
}

/* =============================================================================
LAYOUT
============================================================================= */

#tray {
    padding: 12px 15px;
    background: url("../design/tray.gif") 0 0 repeat-x;
    font: 85%/1.2 "tahoma",sans-serif;
}

    #tray p {
        margin: 0;
    }

        #tray p.f-left {
            width: 50%;
        }

    #tray #logout {
        padding-left: 18px;
        background: url("../design/tray-logout.gif") 0 50% no-repeat;
        text-transform: uppercase;
    }

    #tray #switcher {
        margin-right: 15px;
    }

        #tray #switcher img {
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            border: 0;
        }


#footer {
    clear: both;
    padding: 15px;
    background: url("../design/separator.gif") 0 0 repeat-x;
    font: 85%/1.2 "tahoma",sans-serif;
    height: 70px;
}

    #footer p {
        margin: 0;
    }



/* =============================================================================
/* =============================================================================
OTHERS
============================================================================= */

.msg {
    padding: 10px;
    padding-left: 35px;
}

    .msg.warning {
        background: url("../design/ico-warning.gif") 10px 50% no-repeat;
    }

    .msg.info {
        background: url("../design/ico-info.gif") 10px 50% no-repeat;
    }

    .msg.done {
        background: url("../design/ico-done.gif") 10px 50% no-repeat;
    }

    .msg.error {
        background: url("../design/ico-delete.gif") 10px 50% no-repeat;
    }

/* =============================================================================
FONT STYLES
============================================================================= */

.bigger {
    font: 120% "tahoma",sans-serif;
} 

.smaller {
    font: 85%/1.2 "tahoma",sans-serif;
}

/* This line can be deleted */
.tit {
    padding: 10px;
    background: #f5f5f5;
}

.tag {
    background: #ffa;
}


/* ----------- SECOND ORIGINAL STYLE ----------- */

/* =============================================================================
HTML - styles
============================================================================= */

body {
    background-color: #eaeaea;
    color: #303030;
}

a {
    color: #0085cc;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: #df0000;
    }

/* =============================================================================
HTML - without styles
============================================================================= */

table.nostyle th, dl.nostyle dt {
    color: #303030 !important;
}

/* =============================================================================
LAYOUT
============================================================================= */

#tray {
    background-color: #303030;
    color: #cfcfcf;
}

    #tray a, #tray strong {
        color: #fff;
    }

        #tray a:hover, #tray a:active, #tray a:focus {
            color: #b4e3ff;
        }

#footer {
    color: #707070;
}

    #footer a {
        color: #707070;
    }

        #footer a:hover, #footer a:active, #footer a:focus {
            color: #303030;
        }

/* =============================================================================
OTHERS
============================================================================= */

/* .layout-content h1 {background-color:#303030; color:#fff;} */

.high {
    color: #df0000;
}

.high-bg {
    background: #FFB;
}

.low {
    color: #707070;
}

/* =============================================================================
MESSAGES
============================================================================= */

.msg.warning {
    border: 2px solid #F2DD8C;
    background-color: #FFF5CC;
}

    .msg.warning a {
        color: #df0000;
    }

        .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {
            color: #303030;
        }

.msg.info {
    border: 2px solid #B8E2FB;
    background-color: #E8F6FF;
}

.msg.done {
    border: 2px solid #BBDF8D;
    background-color: #EAF7D9;
}

.msg.error {
    border: 2px solid #FFAEAE;
    background-color: #FEEBEB;
}



dl.datarecord {
    float: left;
    width: 650px;
    margin: 1em 0;
    padding: 0;
}

    dl.datarecord dt {
        clear: left;
        float: left;
        width: 220px;
        margin: 0;
        padding: 5px;
        border-top: 1px solid #DDD;
        font-weight: bold;
    }

    dl.datarecord dd {
        float: left;
        width: 320px;
        margin: 0;
        padding: 5px;
        border-top: 1px solid #DDD;
    }


span.highlight {
    background: #CFC;
}

.actionMenu {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #f5f5f5;
    display: inline-block;
    font-weight: normal;
    list-style-type: none;
    margin: 0px 5px;
    position: relative;
}

    .actionMenu:hover .dropdown {
        left: 0;
        height: auto;
    }

    .actionMenu ul, .layout-content ul {
        margin: 0px 0;
        padding-left: 0;
        list-style-type: none;
    }

        .actionMenu ul li, .layout-content ul li {
            cursor: pointer;
            list-style: none;
            display: table-cell;
            float: left;
            position: relative;
            text-shadow: 0px 0px 1px #fff;
            padding: 0px 5px;
            background-image: unset;
        }

    .actionMenu li a {
        color: #333;
        padding: 5px 12px;
        background: none;
    }

        .actionMenu li a:hover, #userMenu li div:hover {
            background-color: #dadada;
            text-decoration: none;
        }

    .actionMenu img {
        margin-right: 6px;
        vertical-align: top;
    }

    .actionMenu a {
        position: relative;
        display: block;
    }

    .actionMenu .dropdown,
    .layout-content ul ul {
        background: #f5f5f5;
        border: 0px solid #BBCFBB;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 999;
        left: -999em;
        height: 1px;
        display: block;
    }

        .actionMenu .dropdown li,
        .layout-content ul ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            background-image: unset;
        }

            .actionMenu .dropdown li:hover {
                opacity: 1;
            }

            .actionMenu .dropdown li a {
                display: block;
                padding: 6px 14px;
                width: 75px;
                text-shadow: 0px 0px 1px #fff;
            }

    .actionMenu li a {
        text-decoration: none;
    }

/* =============================================================================
Update/Override the style for the calender section of the date time dropdown
============================================================================= */
.dijitCalendarContainer table {
    margin: 0 0;
    width: 100%;
}

/*
Used when displaying the users that have been assigned as editor or reviewers
of a change request
*/
.btn-user{
    padding: 0px 15px;
    border: 1px solid black;
    margin-right: 10px;
}
    .btn-user:hover{
        background-color: #3366ff;
        color: white;
    }

.approved {
    background-color: #85e085;
    border-color: #008028;
}

.rejected {
    background-color: #ff4d4d;
    border-color: #b30000;
}

.btn-noHover {
    pointer-events: none;
}


/*Reduce the default width of a text input when on a model form */
form.gdbform .modal-content .input-text {
    width: 200px;
}



/* ----------- NAVIGATION ----------- */

a:hover, a:active, a:focus {
    color: #5aa7f5;
    text-decoration: none;
}

.navbar {    
    background: linear-gradient(0deg, #1e7ad2 0%, #5aa7f5 100%);
    height: 60px;
    margin-bottom: 20px;
}

.nav {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #bbcfbb;
    list-style-type: none;
    margin-left: 11px
}

    .nav img {
        vertical-align: middle;
        margin-top: -5px;
    }

    .nav > li {
        font-size: 1.3em;
    }

        .nav > li > a {
            padding: 8px 15px;
            color: #000;
            display: block;
            position: relative;
            text-decoration: none;
        }

            .nav > li > a > .fa {
                color: #1b7be2;
                font-size: 1.3em;
            }

            .nav > li > a > .svg-inline--fa {
                color: #1b7be2;
                height: 20px;
                width: 21px;
            }

            .nav > li > a > span {
                font-size: 15px;
                font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                font-weight: 500;
            }

    .nav li > a:hover,
    .nav li > a:focus,
    .nav li > a:active {
        text-decoration: none;
        background-color: #e4e4e4;
        color: #5aa7f5;
        border-radius: 5px;
    }

    .nav .dropdown ul {
        background-color: #f5f5f5;
        border: 1px solid #bbcfbb;
    }

    .nav .dropdown li {
        margin: 0;
        padding: 0;
        list-style: none;
        min-width: 220px;
    }

    .nav .dropdown > li {
        display: block;
        padding: 6px 14px;
    }

    .nav .dropdown li > a {
        display: block;
        padding: 6px 14px;
        text-decoration: none;
    }

.navbar .login-register-btn {
    padding: 20px;
    position: absolute;
    right: 10px;
}

    .navbar .login-register-btn a {
        color: white;
        font-weight: 700;
    }

.navbar .fa{
    vertical-align: middle;
    position: relative;
}

.navbar-nav.float-end .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar .user-info{
     display: block;
     padding: 6px 14px;
     overflow-wrap: break-word;

}

.dropdown-menu .label-menu{
    margin-left: 10px;
}
/* ----------- FORM ----------- */

form.gdbform {
    padding: 20px;
}

span.formerror {
    display: block;
    background-color: #FCC;
    padding: 5px;
    font-weight: bold;
}

form.gdbform td ul.errors {
    list-style-type: none;
    list-style-image: none;
    background-color: #FCC;
    padding: 0px;
    margin: 0px;
}

form.gdbform ul.errors li {
    background-image: none;
    padding: 5px;
}

form.gdbform div.hint {
    background-color: #CFC;
    padding: 5px;
}

form.gdbform .input-param-type { 
    width: 280px;
}

form.gdbform .input-param-value { 
    width: 400px;
}

form.gdbform select {
    padding: 5px;
    width: 195px;
}

form.gdbform .input-text {
    width: 350px;
    padding: 5px;
}

.layout-content form table td {
    vertical-align: top;
}
/*--------------Bootstrap 3 H1,2,3 sizing------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/*--------------Bootstrap checkbox positioning------------*/
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ----------- STYLE AFTER CORRECTION ----------- */


/* ----------- GENERAL -----------*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-width: 980px;
}

h1 {
    font-size: 1.6em;
    color: #fff;
    padding: 7px 20px;
    font-weight: normal;
    background: url(../design/content-h1.gif) 0 0 repeat-x;
    margin-top: 0;
    margin-bottom: 0;
}

h1 .h1-control {
    float: right; 
    padding: 0px;
    font-size: 0.9em;
}

h1 select{
    color:#000;
    font-size: 0.9em;
}

h1 .btn{
    padding: 0 10px;
    margin-top: -3px;
}

h2 {
    color: #0085cc;
    font-weight: 700;
    font-size: 1.5em
}

h3 {
    color: #0085cc;
    font-weight: 700;
    font-size: 1.2em
}

/* ------- Warning Message when user using IE based browser. -------*/
p.warningnotification{
    background-color: #FFFF00;
    color:#000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
/*------------------------------------------------------------------*/
a {
    cursor: pointer;
}

a.disabled { 
    cursor: not-allowed;
    color:#5f5f5f;
}

.layout-content {
    float: left;
    background-color: #fff;
    width: calc(100% - 260px); /* minus size of the sidebar */
}

.container {
    padding: 0 20px 20px 20px;
    max-width: 1200px;
    width: auto;
    margin-left: 0;
}

/*---------------------Bootstrap 5 adjusment, new Container XL changes-----------------*/
.container-xl {
    padding: 0 20px 20px 20px;
    max-width: 1200px;
}

.wkt-display {
    background-color: white;
    max-width: 1200px;
    width: auto;
    max-height: 2000px;
    height: auto;
    border: 1px solid black;
    word-wrap: break-word;
    padding: 10px 10px 10px 10px;
  }

.paginationControl a,
.paginationControl .current_page,
.paginationControl .disabled {
    line-height: 30px;
    padding: 5px;
    border: 1px solid #a5b2d2;
    margin: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #447c9a;
}

.paginationControl .disabled {
    color: #8fa2ad;
    cursor: not-allowed;
}

.paginationControl a:hover {
    text-decoration: none;
    background-color: #07223f;
    color: #fff;
}

.paginationControl .current_page,
.paginationControl a:active,
.paginationControl a.active {
    background-color: #1b7be2;
    color: #fff;
}

.paginationSizeControl {
    float: right;
    padding-top: 16px;
}

    .paginationSizeControl select {
        padding: 3px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.full-width {
    max-width: inherit;
}

.controlActionWrapper {
    margin: 15px 0;
}

.tabs {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .tabs ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .tabs ul li {
            display: inline;
            margin: 0;
            padding: 0;
        }

    .tabs a {
        float: left;
        margin-right: 3px;
        padding-left: 4px;
        background: url("../design/tabs-l.gif") 0 -100px no-repeat;
        text-decoration: none;
    }

        .tabs a span {
            float: left;
            display: block;
            padding: 8px 15px 6px 11px;
            background: url("../design/tabs-r.gif") 100% -100px no-repeat;
        }

        .tabs a:hover, .tabs a:hover span {
            text-decoration: underline;
        }

    .tabs .ui-tabs-active a {
        background: url("../design/tabs-l.gif") 0 0 no-repeat;
        font-weight: bold;
    }

        .tabs .ui-tabs-active a span {
            background: url("../design/tabs-r.gif") 100% 0 no-repeat;
        }

        .tabs .ui-tabs-active a:hover, .tabs .ui-tabs-active a:hover span {
            text-decoration: none;
        }

    .tabs a {
        color: #303030;
    }

        .tabs a span {
            color: #303030;
        }

    .tabs .ui-tabs-active a {
        color: #fff;
    }

        .tabs .ui-tabs-active a span {
            color: #fff;
        }

.ui-tabs-hide {
    display: none !important;
}



.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8f6ff;
}

.table .table-heading {
    text-transform: uppercase;
    background-color: #1b7be2;
    color: #fff;
    padding: 8px 8px;
}

    .table .table-heading a {
        color: #fff;
        font-weight: 600;
    }

table.datalisting tr th.table-heading {
    text-transform: uppercase;
}

    table.datalisting tr th.table-heading a {
        text-decoration: none;
    }


ul.errors li {
    color: red;
}

.badge{    
    padding: 4px 18px 4px 18px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-warning {
    background-color: #f0ad4e;
} 
.badge-danger {
    background-color: #d9534f;
} 
.badge-info {
    background-color: #5bc0de;
} 

dl.dd-inline {
    width:200px;
    text-align: right;
}

dl.dd-inline dt {
  float: left; 
  width: 70%;
}
dl.dd-inline  dd {
  float: left; 
  width: 30%;
}
 

/* -------------------------- SIDEBAR ------------------------ */
.sidebar {
    float: left;
    width: 245px;
}

    .sidebar .corporate-logo{
        margin:10px auto;
        display: block;
        max-width:200px;
    }

    .sidebar .input-search {
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #8eabf1;
    }

        .sidebar .input-search::placeholder {
            color: #8eabf1;
        }

        .sidebar .input-search::-webkit-input-placeholder {
            color: #8eabf1;
        }

        .sidebar .input-search::-ms-input-placeholder {
            color: #a5b2d2;
        }

    .sidebar .glyphicon-search {
        color: #2e8adc;
    }

    .sidebar .input-group .form-control:first-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .sidebar .row-text-search {
        margin-bottom: 15px;
    }

        .sidebar .row-text-search .input-group {
            margin-left: auto;
            margin-right: auto;
        } 
        .sidebar .row-text-search .searchtextWrapper {
            width: 200px;
            float: none; 
        }
        .sidebar .row-text-search .searchtextWrapper .information-icon {
            position: relative;
            z-index: 4; /* ---Not hide it when textbox on focus- */
            color: #1b7be2;
            font-size: 1.3em;
            cursor: pointer;
        }    

    .sidebar .row-map-search {
        color: #8c8c8c;
        font-style: italic;
        margin-bottom: 15px;
    }

        .sidebar .row-map-search strong,
        .sidebar .row-text-search strong {
            color: #5aa7f5;
            font-size: 1.3em;
            line-height: 15px;
            font-style: normal;
        }

        .sidebar .row-map-search p {
            margin-bottom: 0;
        }

        .sidebar .row-map-search .worldmap {
            width: 200px;
            height: 135px;
            /* background: url(/img/world-map-blue.png); */
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: auto;
            margin-right: auto;
        }

    .sidebar .brand-logo {
        display: block;
        width: 200px;
        padding: 20px;
    }

    .sidebar .row-map-search .map-vector {
        width: 200px;
    }

    .sidebar .row-map-search .btn-map-search {
        position: relative;
        top: -5pc;
        left: 0em;
        color: white;
        font-style: normal;
        font-weight: 700;
        padding: 7px 15px 7px 15px;
        border-radius: 45px;
        box-shadow: -4px 7px 15px #5aa7f5;
        background-image: linear-gradient(#2387f0, #1067c9);
    }

        .sidebar .row-map-search .btn-map-search:hover {
            box-shadow: -4px 7px 15px #1675db;
            background-image: linear-gradient(#579ce4, #4e91dc)
        }

    .sidebar > ul > li {
        margin: 20px;
        border-radius: 10px;
    }

    .sidebar ul li {
        background-color: #1f7ad2;
        border-radius: 15px;
        margin-bottom: 12px;
    }

        .sidebar ul li .caret {
            float: right;
            margin-top: 13px;
            margin-right: 15px;
        }

    .sidebar > ul > li > a {
        padding-left: 10px;
        color: #fff;
        line-height: 30px;
    }

    .sidebar ul li a {
        color: #fff !important;
        font-size: 0.8em;
        text-decoration: none;
    }

    .sidebar > ul > li ul {
        padding-bottom: 2px;
        ;
    }

        .sidebar > ul > li ul li {
            margin-bottom: 20px;
            margin-top: 20px;
        }

            .sidebar > ul > li ul li a {
                padding-left: 10px;
            }

    .sidebar .nav > li > a > .fa {
        color: #fff;
    }

    .sidebar .nav li > a:hover,
    .sidebar .nav li > a:focus,
    .sidebar .nav li > a:active {
        text-decoration: none;
        background-color: #2680d6;
        color: #fff;
        border-radius: 15px;
    }

    .sidebar .navbar {
        background: transparent;
        height: auto;
        font-size: 1em;
        padding-inline: 1em;
    }

        .sidebar .navbar .list-submenu {
            list-style: none;
            padding: 10px 0 10px 20px;
        }


        .sidebar .navbar ul.nav {
            background: transparent;
            border: none;
            margin: 0;
        }

    .sidebar .navbar-header,
    .sidebar .navbar-nav,
    .sidebar .navbar-nav > li {
        float: none;
    }
    .sidebar .navbar-nav > li {
      cursor: pointer;
    }
    .sidebar .navbar-collapse.collapse{
        display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
} 

.sidebar .version-info{
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.sidebar .version-info dd{
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 6px;
}

.navbar-menu > li {
    cursor: pointer;
}

    .navbar-menu > li a:hover,
    .navbar-menu > li a:focus,
    .navbar-menu > li a:active {
        text-decoration: none;
    }

/* override to not resposive for small size screen */
.navbar-header, .navbar-nav,
.navbar-nav > li {
    float: left;
}


/* -------------------------- HOME PAGE ------------------------ */

.home-page .home-cta {
    margin-top: 30px;
    text-align: center;
}

    .home-page .home-cta .btn-primary {
        font-size: 1.5em;
        background-color: #1876dc;
        border-color: #0076d6;
    } 

.home-page h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 30px;
    color: #0085cc;
}

.home-page .img-support {
    float: right;
    width: 370px;
}

.home-page .repo-description {
    width: calc(100% - 370px);
}

/* -------------------------- Search result page ------------------------ */

.search-page .searchTerm {
    background-color: #c3d8fa;
    color: #000;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 5%;
    border-style: solid;
    border-width: 1px;
    border-color: #144e96;
    margin: 2px 2px 2px 0px;
    cursor: pointer;
}

.search-page .advanceOptions {
    margin-top: 15px;
}

.search-page .checkbox-inline input {
    margin-top: 2px;
}

.search-page .btn-textSearch {
    padding: 6px 15px 3px 15px;
    cursor: pointer;
}

    .search-page .btn-textSearch:disabled {
        cursor: not-allowed;
    }


.search-page input[type="text"] {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
} 

.searchtextWrapper {
    width: 400px;
    float: left;
    margin-right: 7px;
}

    .searchtextWrapper .information-icon {
        /* float: right;
        margin-right: 7px;
        margin-top: -24px;*/
        position: relative; 
        left: -24px;
        bottom: -10px;
        z-index: 4; /* ---Not hide it when textbox on focus- */
        color: #1b7be2;
        font-size: 1.3em;
        cursor: pointer;
    }

    .sidebar .searchTerm {
        background-color: #c3d8fa;
        color: #000;
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
        border-radius: 5%;
        border-style: solid;
        border-width: 1px;
        border-color: #144e96;
        margin: 2px 2px 2px 0px;
        cursor: pointer;
    }
    
    .sidebar #sidebar_search_term_list{
        padding: 0 20px;
    }
    .sidebar #sidebar_search_term_list .row.text-center{
        margin-top: 10px;
    }
    
.row-deprecated{ 
    color: grey;
}
.row-deprecated a{ 
    color: grey;
}
/* -------------------------- Details page for each geomatic parameter  ------------------------ */

.layout-content table th {
    background-color: #1b7be2;
    padding: 8px 8px;
}

    .layout-content table th a {
        color: #fff;
    }

.layout-content table.details {
    border: 1px solid #ddd;
    padding: 30px;
}

.layout-content table th,
.layout-content table td {
    padding: 8px 8px;
}

.layout-content table.details td {
    border: 0px none #fff;
    padding-left: 12px;
}

.layout-content table.details td.change-request-header {
    border-bottom: 1px dashed #ddd;
}

.layout-content table.details th {
    vertical-align: top;
    border: 0px none #fff;
    background-color: #fff;
    color: #444;
    border-bottom: 1px dashed #ddd;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 12px;
    width: 150px;
}

.layout-content table.details tr.metadata th.table-separator {
    border-top: 1px solid #aaa;
    background: #ccc;
    color: #fff;
}

.layout-content table.details tr.metadata th {
    padding: 1px;
    padding-left: 5px;
    color: #999;
    background-color: #fafafa;
    padding-left: 12px;
}

.layout-content table.details tr.metadata {
    padding: 1px;
    color: #999;
}

    .layout-content table.details tr.metadata td {
        padding: 1px;
        padding-left: 4px;
        background-color: #fafafa;
    }

.layout-content table.details td div.scroll {
    height: 200px;
    width: 300px;
    overflow: auto;
    border: 1px solid #aaa;
    background-color: #fafafa;
    padding: 8px;
}


.layout-content table.details th.table-heading {
    background: #1b7be2;
    background: url(../design/browse-heading-bg.png);
    color: #686868;
    border-bottom: none;
    text-transform: none;
    font-weight: normal;
    font-size: 1em;
    white-space: nowrap;
    padding: 7px 7px 7px 12px;
}

.layout-content .nested {
    padding: 20px;
}

.row-details-action{
    margin-top: 15px;
}

.btn-goback{
    margin-top: 10px;
}

/* ------- Map Search Page -------*/

.mapsearch-page #map {
    height: 600px;
    width: 1000px;
} 

.mapsearch-page .point{
    display: none;
}
.mapsearch-page .box{
    display: none;
}

.mapsearch-page .polygon{
    display: none;
}
.mapsearch-page .latlon_form {
    font-size: 13px;
}
    .mapsearch-page .latlon_form p {
        margin: 6px;
        font-weight: 700;
        color: white;
    }
    .mapsearch-page .latlon_form .select-controlBy {
        display: block;
        padding: 3px 22px 3px 3px;
        margin: 6px;
        margin-top: 20px;
        height: 28px;
    }

.mapsearch-page .point-selection .point {
    display: inline-flex;
}

.mapsearch-page .box-selection .box {
    display: inline-flex;
}


.mapsearch-page .ol-searchcontrol {
    background-color: rgba(19, 75, 146, 0.1);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

    .mapsearch-page .ol-searchcontrol:hover {
        background-color: rgba(19, 75, 146, 0.1) !important;
    }

.mapsearch-page button.ol-submitsearch {
    width: 95px !important;
    margin-left: 6px !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

.mapsearch-page .ol-control button {
    cursor: pointer;
}

    .mapsearch-page .ol-control button:disabled,
    .mapsearch-page .ol-control button[disabled] {
        background-color: rgba(19, 75, 146, 0.05);
        cursor: not-allowed;
    }

.mapsearch-page .ol-rotate {
    margin-top: 1.8em;
}

.mapsearch-page .ol-information {
    bottom: 5px;
    left: 5px;
}

.mapsearch-page .ol-copyright {
    bottom: 0px;
    right: 18px;
}

.mapsearch-page .ol-cordinate {
    bottom: 0px;
    right: 230px;
}

    .mapsearch-page .ol-information .information-title {
        font-weight: 700;
        margin-bottom: 5px;
        color: #716f6f;
    }


    .mapsearch-page .ol-information .information-list {
        color: #716f6f;
        margin-bottom: 35px !important;
    }

.mapsearch-page .expandButtonWrapper {
    display: inline-flex;
}

.mapsearch-page .btn-searchExpand {
    margin-left: 3px;
    margin-top: 3px;
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #716f6f;
    border-width: 2px;
    border-radius: 4px;
    cursor: pointer;
    color: #716f6f;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}

.mapsearch-page .searchFormDescription {
    color: #716f6f;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
}

.mapsearch-page .ol-searchcontrol,
.mapsearch-page .ol-zoomslider,
.mapsearch-page .ol-zoom {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* ------- minimize -------*/
.mapsearch-page .searchcontrol-minimize .ol-zoom {
    top: 5.3em;
    left: 3em;
}

.mapsearch-page .searchcontrol-minimize .ol-zoomslider {
    top: 5.3em;
    left: .5em;
    height: 200px;
}

.mapsearch-page .searchcontrol-minimize .ol-searchcontrol {
    width: 120px;
    height: 50px
}

    .mapsearch-page .searchcontrol-minimize .ol-searchcontrol .latlon_form {
        display: none;
    }

.mapsearch-page .information-minimize .informationWrapper {
    display: none;
}

/* ------- end minimize -------*/

/* ------- maximize -------*/

.mapsearch-page .searchcontrol-maximize .ol-searchcontrol {
    width: 120px;
    height: 140px;
}

    .mapsearch-page .searchcontrol-maximize .ol-searchcontrol.point-selection {
        width: 440px;
    }
    .mapsearch-page .searchcontrol-maximize .ol-searchcontrol.box-selection {
        width: 610px;
        height: 180px;
    }

.mapsearch-page .searchcontrol-maximize .searchFormDescription {
    display: none;
}

.mapsearch-page .searchcontrol-maximize .ol-zoom {
    top: 12.5em;
    left: 3em;
}
.mapsearch-page .searchcontrol-maximize .ol-zoomslider {
    top: 12.5em;
    left: .5em;
    height: 200px;
}

/* ------- end maximize -------*/

.btn.dijitButton .dijitButtonNode {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary.dijitButton .dijitButtonNode {
    color: #fff;
    background: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.dijitButton.dijitButtonHover .dijitButtonNode {
    color: #fff;
    background: #286090;
    border-color: #204d74;
}


.btn-default.dijitButton .dijitButtonNode {
    color: #333;
    background: #fff;
    border-color: #ccc;
}

.btn-default.dijitButton.dijitButtonHover .dijitButtonNode {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }

  .loaderSmall {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }  

  /* Align all the input form for dojo to left */
  .dijitNumberTextBox input.dijitInputInner, 
  .dijitCurrencyTextBox input.dijitInputInner, 
  .dijitSpinner input.dijitInputInner{
      text-align: left !important;
  }

  /* Align all the modal button element in change request form to left */
  .btn-aliases, .btn-usages, .btn-operations, .btn-datum, .btn-parameter, .btn-coordaxes, .btn-deprecated, .btn-shapefile {
      float:left;
  }


/* ------- GRT Cookie popup -------*/
  .grt-cookie {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding: 20px;
	background:#3c9ae4;
	color:#333;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index:9999;
}

.grt-cookie-active {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.grt-cookie p {
	font-size: 14px;
	margin: 0;
	padding:0;
	line-height: 1.35;
	color:#fff;
	font-weight: normal;
}

.grt-cookie p a {
	color:#333;
	text-decoration: underline;
	font-size: 14px;
	margin: 0;
	padding:0;
}

.grt-cookie-button {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 18px;
	margin-left:12px;
	background: #FFF;
	color: #333;
	text-transform: capitalize;
	white-space: nowrap;
}

@media (max-width:767px) {

	.grt-cookie {
		flex-direction: column;
		padding: 15px;
	}

	.grt-cookie p, .grt-cookie p a {
		font-size:13px;
	}

	.grt-cookie-button {
		font-size:13px;
		padding: 3px 14px;
		margin:8px 0 0 0;
	}

}



#entity_usages tr td:first-child{
    display:none;
}   
#entity_aliases tr td:first-child{
    display:none;
}

/*-------title in Header------*/
.layout-content h1.title  {     
    display:flex; 
    background:linear-gradient(180deg,rgb(78, 78, 78),black);
}

.layout-content div.title-left {
    width:55%;    
}

.layout-content div.title-right {
    width:45%;
    text-align: right;   
}

/*---------- BootStrap 4 changes -----------*/

/*
Addition of btn-default style since this was removed
*/
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.close {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-info {
    color: #FFFFFF;
}


/*form group changes*/

.form-group{
    margin-bottom: 15px;
}

.modal-xxl{
    max-width: 2048px;
}
/* Enforce disabled button styling since the Vendor Prefixes have been deprecated */
.btn[disabled]{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: initial;
    margin-right: 5px;
}  


/* =============================================================================
 Contains css for ajax and cursor changes for job release summary list
============================================================================= */

.release-job-row {
    cursor: pointer;
}

#details {
    width: 100%;
}

#details thead,
#details tbody {
    display: table;
    width: 100%;
}

#details.loading tbody {
    position: relative;
}

#details.loading tbody:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url('../img/ajaxloader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15%;
    content: "";
}