a:focus {
    outline: 0;
    text-decoration: none;
}

h2, h3, select, option, button {
    color: #272b36;
}

a:hover {
    text-decoration: none;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}

input[type="file"].form-control {
    height: auto;
    background: transparent;
    border-radius: 0;
    border: none;
    border-width: 0;
}

input[type="file"].btn, input[type="file"].form-control, input[type="file"]:focus.form-control, input[type="file"]:hover.form-control, input[type="file"]:active.form-control {
    outline: medium none;
    outline-offset: 0;
    box-shadow: none;
    padding: 0;
}

.form-control:focus {
    border: 1px solid #b30000;
}

.block-separator {
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}

.fa.fa-delete, .fa-delete .fa {
    color: #ff696f;
}

.fa.fa-stack-1-5x {
    font-size: 1.5em;
}

.fa.fa-stack-point-8x {
    font-size: .8em !important;
}

.fa-layers-group {
    margin-top: 5px;
}

.fa-layers {
    font-size: .9em !important;
    transform: rotate(50deg) skewX(24deg) skewY(12deg);
    -webkit-transform: rotate(50deg) skewX(24deg) skewY(12deg);
    -ms-transform: rotate(50deg) skewX(24deg) skewY(12deg);
}

ul.search-type {
    padding: 15px 0px;
    margin: 0;
}

ul.search-type li {
    float: left;
    display: block;
    position: relative;
}

ul.search-type li ul li {
    float: none;
}

ul.search-type li a {
    padding: 0 10px;
}

ul.search-type li a, ul.search-type li a .fa {
    color: #c0c1c3;
}

ul.search-type li.has-caret a {
    color: #272b36;
}

ul.search-type li a:focus, ul.search-type li a:hover {
    text-decoration: none;
}

ul.search-type li.active a {
    color: #b30000;
}

ul.search-type li.active a .fa {
    color: #272b36;
}

ul.search-type.separator li a {
    border-right: 1px solid #c0c1c3;
}

ul.search-type.separator li:last-child a {
    border-right-width: 0px;
}

ul.user-actions li {
    float: left;
    display: block;
    position: relative;
}

ul.user-actions li a {
    padding: 0 50px;
    border-right: 1px solid #c0c1c3;
}

ul.user-actions li:last-child a, ul.user-actions li:last-child a .fa {
    border-right-width: 0px;
}

ul.user-actions li a .fa {
    font-size: 20px;
    font-weight: normal;
}

.search-ad {
    width: 180px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.user-details .grid-container {
    background: #eee;
    padding-top: 20px;
}

.user-details .grid-container .top-content .designation {
    color: #FFFFFF;
}

.grid-container {
    background: #FFF;
    margin-bottom: 20px;
    padding-bottom: 15px;
    box-shadow: 0 0 5px 0 rgba(224, 217, 224, 1);
}

.grid-container.box-shadow {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
}

.grid-container.transparent {
    background: transparent;
}

.grid-container.maigin-false {
    margin-bottom: 0px;
    padding: 10px;
}

.grid-container .top-content .designation {
    font-size: 10px;
    font-weight: 600;
}

.grid-container .top-content .details {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.grid-container .top-content .details.pro-org {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
    min-height: 50px;
}

.grid-container .top-content .buttons .fa {
    color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.grid-container .user-info.buttons ul {
    padding: 0 20px;
    margin: 0px;
    margin-bottom: 20px;
}

.grid-container .user-info.buttons ul li {
    list-style: none;
}

.grid-container .user-info.buttons ul li a {
    margin-bottom: 10px;
}

.grid-container .top-content .avater a {
    font-weight: 700;
    font-size: 15px;
    color: #b30000;
}

.grid-container .top-content .avater .avater-img {
    margin: 0 auto;
    height: 150px;
    max-width: 150px;
    overflow: hidden;
}

.grid-container .top-content .avater .avater-img-mid img {
    margin: 0 auto;
    max-height: 150px;
    text-align: center;
}

.grid-container .top-content .avater .avater-img-mid {
    vertical-align: middle;
    display: table-cell;
    height: 150px;
    width: 150px;
}

.grid-container .top-content .avater .txt {
    color: #b30000;
    padding: 10px 5px;
}

.grid-container .top-content .avater .txt-left {
    color: #b30000;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
}

.grid-container .top-content .avater .txt.line-highit-false {
    line-height: 15px;
    font-size: 10px;
}

.grid-container ul.list-inline {
    margin: 0;
    padding: 0;
    text-align: center;
}

.grid-container ul.list-inline li a {
    padding: 0 10px;
    border-right: 1px solid #c0c1c3;
}

.grid-container ul.list-inline li a, .grid-container ul.list-inline li a .fa {
    color: #000000;
}

.grid-container ul.list-inline li.active a .grid-container ul.list-inline li.active a .fa .grid-container ul.list-inlineul li a:focus, .grid-container ul.list-inline li a:hover, .grid-container ul.list-inlineul li a:focus .fa, .grid-container ul.list-inline li a:hover .fa {
    text-decoration: none;
    color: #b30000;
}

.grid-container ul.list-inline li:last-child a, .grid-container ul.list-inline li:last-child a .fa {
    border-right-width: 0px;
}

.grid-container ul.list-inline li .btn, .grid-container ul.list-inline li a.btn, .grid-container ul.list-inline li .btn .fa, .grid-container ul.list-inline li a.btn .fa {
    color: #FFF;
    border-right-width: 0px;
}

.grid-container ul.list-inline li .btn:hover, .grid-container ul.list-inline li a.btn:hover, .grid-container ul.list-inline li .btn:hover .fa, .grid-container ul.list-inline li a.btn:hover .fa {
    color: #FFF;
    padding: 5px;
}

table.gd-list-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f7f7f7;
    border: none;
}

table.gd-list-table.hashr {
    margin-top: 25px;
}

table.gd-list-table thead tr, table.gd-list-table tbody tr {
    margin-bottom: 15px;
    border-spacing: 10px 5px;
    background: #FFF;
}

table.gd-list-table thead tr td {
    font-weight: 600;
}

table.gd-list-table.border-none tr td {
    border-width: 0px;
    border: none;
}

table.gd-list-table tr td {
    vertical-align: middle;
}

table.gd-list-table tr td a, table.gd-list-table tr td a .fa {
    color: #999999;
    font-weight: 600;
}

table.gd-list-table tr td a:hover, table.gd-list-table tr td a:focus, table.gd-list-table tr td a:hover .fa, table.gd-list-table tr td a:focus .fa {
    color: #b30000;
    text-decoration: none;
}

table.gd-list-table tr td a.hover-off:hover, table.gd-list-table tr td a.hover-off:focus, table.gd-list-table tr td a.hover-off:hover .fa, table.gd-list-table tr td a.hover-off:focus .fa {
    color: #999999;
    font-weight: 600;
    cursor: text;
}

table.gd-list-table tr td .media-body {
    vertical-align: middle;
    color: #b30000;
    font-weight: 600;
}

.header123 {
    height: 100%;
}

#gd-header {
    background: #fff;
    z-index: 100;
}

#gd-header .gd-title-geodash {
    color: #303030;
    padding: 15px;
    float: right;
    font-size: 30px;
}

#gd-header.sticky {
    min-height: 50px;
    background: #fff;
}

#gd-header.sticky .navbar-nav {
    margin-top: 12px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 941px) {
    .navbar-default .navbar-toggle {
        display: none;
    }
    .navbar-right {
        display: block;
    }
    li#search_lay_map_doc {
        display: none;
    }
    li#show-notification {
        display: none;
    }
    button#sidebarCollapse {
        display: none;
    }
    .logo {
        left: 15px;
        position: fixed !important;
        top: 10px;
    }
    #gd-header.sticky .navbar-nav>li>a {
        color: #666666;
        font-size: 10px;
        position: relative;
        padding: 5px;
        text-transform: uppercase;
    }
    #search_input {
        display: none;
    }
    #search .user_dropdown {
        width: 55px;
        margin-top: 6px;
        display: none;
    }
    #gd-header.sticky .navbar-nav .profile_picture img {
        width: 30px;
        border-radius: 50%;
    }
    .btn {
        padding: 3px;
    }
}

@media (min-width: 941px) {
    .navbar-collapse.collapse {
        width: 1137px;
        height: 250px;
    }
    .brow_widt {
        width: 230px;
    }
    #search_input {
        width: 265px;
        height: 40px;
    }
    #search_input_user {
        width: 100px;
    }
    #search_input_org {
        width: 100px;
    }
}

#gd-header.sticky .navbar-nav.navbar-right {
    margin-top: 12px;
}

#gd-header.sticky .navbar-brand {
    padding-top: 6px;
}

#gd-header.sticky .profile_picture img {
    width: 38px;
    border-radius: 50%;
}

#gd-header .navbar {
    margin-bottom: 0px;
}

#gd-header .navbar-toggle {
    margin-top: 40px;
}

#gd-header .navbar-brand {
    padding-top: 8px;
}

#gd-header .navbar-default {
    background-color: #FFFFFF;
    border-color: #ddd;
    position: relative;
}

#gd-header .navbar-nav {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
}

#gd-header .navbar-nav.navbar-right {
    margin-top: 10px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-group-sm>.btn, .btn-sm>a {
    color: #666666;
    font-size: 12px;
}

#gd-header .glyphicon {
    background: #b30000 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    margin-top: 0;
    padding: 5px 10px;
    width: 40px;
}

#gd-header .navbar-nav>li>a {
    color: #666666;
    font-size: 12px;
    position: relative;
    padding: 5px 10px;
    text-transform: uppercase;
}

#search .btn-gd-primary {
    padding: 5px 12px;
    background: #fff;
    border: none;
}

#search .btn-gd-primary i {
    color: #666666;
}

#search_input:focus, #search:hover #search_input {
    color: #dddddd;
    border-bottom: 1px solid #b30000;
}

#search_input {
    /*height: 30px;*/
    border: none;
    background: #fff;
    padding-left: 5px;
}

#search_user .btn-gd-primary {
    padding: 5px 12px;
    background: #fff;
    border: none;
}

#search_user .btn-gd-primary i {
    color: #666666;
}

#search_input_user:focus, #search:hover #search_input_user {
    color: #dddddd;
    border-bottom: 1px solid #b30000;
}

#search_input_user {
    height: 30px;
    width: 150px;
    border: none;
    background: #fff;
}

#search_user .input-group .yourlabs-autocomplete {
    top: 30px !important;
    border-radius: 2px;
    padding: 0;
}

#search_org .btn-gd-primary {
    padding: 5px 12px;
    background: #fff;
    border: none;
}

#search_org .btn-gd-primary i {
    color: #666666;
}

#search_input_org:focus, #search:hover #search_input_org {
    color: #dddddd;
    border-bottom: 1px solid #b30000;
}

#search_input_org {
    height: 30px;
    width: 150px;
    border: none;
    background: #fff;
}

.region_search_input_box, .text_search_input_box {
    position: relative;
}

.text_search_input_box .yourlabs-autocomplete, .region_search_input_box .yourlabs-autocomplete {
    top: 62px !important;
    position: absolute;
    border-radius: 2px;
    padding: 0;
}

#search .input-group .yourlabs-autocomplete .hilight {
    background: #b30000;
}

#gd-header .navbar-nav.navbar-right>li.sign-up .btn {
    background: #b30000;
    border-color: #b30000;
    color: #FFFFFF;
}

#gd-header .navbar-nav.navbar-right>li.sign-up .btn:hover {
    background: #b30000;
    border-color: #b30000;
    color: #FFFFFF;
}

#gd-header .navbar-nav.navbar-right>li.sign-in a {
    font-weight: normal;
    text-decoration: underline;
    color: #b30000;
}

#gd-header .navbar-nav.navbar-right>li.advanced-search a {
    font-size: 10px;
    font-weight: normal;
}

#gd-header .navbar-nav.navbar-right>li.nav-search-index {
    border-right: 1px solid #d6d6d8;
    font-weight: normal;
}

#gd-header .navbar-nav.navbar-right>li.nav-search-index.search_dis {
    display: none;
}

#gd-header .navbar-nav.navbar-right>li.normal-fon {
    font-weight: normal;
}

#gd-header .navbar-nav.navbar-right>li.nav-search {
    border-right: 1px solid #d6d6d8;
}

#gd-header .navbar-nav.navbar-right>li.dropdown {
    border-right: 1px solid #d6d6d8;
}

#gd-header .navbar-nav.navbar-right>li>a {
    color: #666666;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

#gd-header .navbar-nav.navbar-right>li.notification>a {
    padding: 0;
}

#gd-header .navbar-nav.navbar-right>li>.usi {
    padding-left: 10px;
    padding-right: 0px;
}

#gd-header .navbar-nav.navbar-right>li>a>.btn>.fa {
    font-size: 20px;
    color: #9f9f9f;
}

#gd-header .navbar-default .navbar-nav.gd-menu>li>a {
    height: 48px;
}

#gd-header .navbar-default .navbar-nav.gd-menu>li>a:hover {
    height: 48px;
    color: #b30000;
    text-decoration: none;
    border-bottom: 2px solid #b30000;
}

#gd-header .navbar-default .navbar-nav>.open>a, #gd-header .navbar-default .navbar-nav>.open>a:focus, #gd-header .navbar-default .navbar-nav>.open>a:hover {
    color: #b30000;
    background-color: #fff;
}

#gd-header .dropdown-menu {
    min-width: 125px;
    right: 45px;
    left: auto;
}

#gd-header .navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    left: 50px;
    top: 0px;
}

#gd-header .gd-menu .dropdown-menu>li>a {
    padding: 6px 20px;
    ;
}

#gd-header .dropdown-menu>li>a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

#gd-header .dropdown-menu>li>a:hover {
    font-size: 12px;
    font-weight: bold;
}

#gd-header .navbar-default .navbar-nav.gd-menu>.active>a, #gd-header .navbar-default .navbar-nav.gd-menu>.active>a:focus, #gd-header .navbar-default .navbar-nav.gd-menu>.active>a:hover {
    height: 49px;
    color: #b30000;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #b30000;
}

#gd-header .logo img {
    border: none;
    height: 50px;
}

#gd-header.sticky .logo img {
    border: none;
    height: 40px;
}

#gd-header .profile_pic {
    border: none;
    margin-top: -10px;
}

#gd-header .badge-notify, #gd-header .badge-notifymsg {
    background: #b30000;
    position: absolute;
    color: #fff;
    left: 25px;
    top: 0px;
}

#gd-header .badge-notify {
    background: #67bd0a;
    left: 25px;
}

#gd-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    background: #ffffff;
    padding-top: 4px;
    position: absolute;
    left: 0px;
    top: 160px;
    width: 100%;
}

#gd-footer {
    position: relative;
    margin-top: -50px;
    clear: both;
    background: #272b36;
    color: #FFF;
    min-height: 50px;
    width: 100%;
    z-index: 100;
}

#gd-footer .navbar-toggle {
    background: #cbcaca;
    color: #FFF;
}

#gd-footer .navbar-toggle .icon-bar {
    background: #FFF;
    color: #FFF;
}

#gd-footer .navbar-nav {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 0px;
}

#gd-footer .navbar-nav>li>a {
    color: #fff;
    font-size: 11px;
    padding: 0px 12px;
    text-transform: uppercase;
    border-right: 1px solid #7e8186;
}

#gd-footer .navbar-nav>li:last-child>a {
    border-right: none;
}

#gd-footer .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background: #272b36;
}

.btn.btn-gd-primary {
    border-radius: 2px;
}

.btn-gd-primary {
    color: #fff;
    background-color: #b30000;
    border-color: #b30000;
    font-size: 12px;
    font-weight: bold;
}

.btn-gd-primary-all {
    color: #fff;
    background-color: #b30000;
    border-color: #b30000;
    font-size: 14px;
    font-weight: bold;
}

.btn-gd-primary:focus, .btn-gd-primary.focus {
    color: #fff;
    background-color: #b30000;
    border-color: #b30000;
}

.btn-gd-primary:hover {
    color: #fff;
    background-color: #b30000;
    border-color: #b30000;
}

.btn-gd-primary:active, .btn-gd-primary.active, .open>.dropdown-toggle.btn-gd-primary {
    color: #fff;
    background-color: #b30000 !important;
    border-color: #b30000;
}

.btn-gd-primary:active:hover, .btn-gd-primary.active:hover, .open>.dropdown-toggle.btn-gd-primary:hover, .btn-gd-primary:active:focus, .btn-gd-primary.active:focus, .open>.dropdown-toggle.btn-gd-primary:focus, .btn-gd-primary:active.focus, .btn-gd-primary.active.focus, .open>.dropdown-toggle.btn-gd-primary.focus {
    color: #fff;
    background-color: #b30000;
    border-color: #b30000;
}

.btn-gd-primary:active, .btn-gd-primary.active, .open>.dropdown-toggle.btn-gd-primary {
    background-image: none;
}

.btn-gd-primary.disabled:hover, .btn-gd-primary[disabled]:hover, fieldset[disabled] .btn-gd-primary:hover, .btn-gd-primary.disabled:focus, .btn-gd-primary[disabled]:focus, fieldset[disabled] .btn-gd-primary:focus, .btn-gd-primary.disabled.focus, .btn-gd-primary[disabled].focus, fieldset[disabled] .btn-gd-primary.focus {
    background-color: #b30000;
    border-color: #b30000;
}

.btn-gd-primary .badge {
    color: #b30000;
    background-color: #fff;
}

.btn.btn-gd-gray {
    border-radius: 2px;
}

.btn-gd-gray {
    color: #fff;
    background-color: #cbcaca;
    border-color: #cbcaca;
    font-size: 12px;
    font-weight: bold;
}

.btn-gd-gray:focus, .btn-gd-gray.focus {
    color: #fff;
    background-color: #e4e2e2;
    border-color: #e4e2e2;
}

.btn-gd-gray:hover {
    color: #fff;
    background-color: #e4e2e2;
    border-color: #e4e2e2;
}

.btn-gd-gray:active, .btn-gd-gray.active, .open>.dropdown-toggle.btn-gd-gray {
    color: #fff;
    background-color: #e4e2e2;
    border-color: #e4e2e2;
}

.btn-gd-gray:active:hover, .btn-gd-gray.active:hover, .open>.dropdown-toggle.btn-gd-gray:hover, .btn-gd-gray:active:focus, .btn-gd-gray.active:focus, .open>.dropdown-toggle.btn-gd-gray:focus, .btn-gd-gray:active.focus, .btn-gd-gray.active.focus, .open>.dropdown-toggle.btn-gd-gray.focus {
    color: #fff;
    background-color: #e4e2e2;
    border-color: #e4e2e2;
}

.btn-gd-gray:active, .btn-gd-gray.active, .open>.dropdown-toggle.btn-gd-gray {
    background-image: none;
}

.btn-gd-gray.disabled:hover, .btn-gd-gray[disabled]:hover, fieldset[disabled] .btn-gd-gray:hover, .btn-gd-gray.disabled:focus, .btn-gd-gray[disabled]:focus, fieldset[disabled] .btn-gd-gray:focus, .btn-gd-gray.disabled.focus, .btn-gd-gray[disabled].focus, fieldset[disabled] .btn-gd-gray.focus {
    background-color: #cbcaca;
    border-color: #cbcaca;
}

.btn-gd-gray .badge {
    color: #cbcaca;
    background-color: #fff;
}

.btn.btn-gd {
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}

.btn.btn-danger.btn-gd-remove {
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}

.btn.btn-info.btn-gd-info {
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}

.btn.btn-success.btn-gd-success {
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}

.btn.btn-gd-yellow {
    border-radius: 2px;
}

.btn.btn-gd-yellow.br15px {
    border-radius: 15px;
}

.btn-gd-yellow {
    color: #000;
    background-color: #fcff0e;
    border-color: #fcff0e;
    font-size: 12px;
    font-weight: bold;
}

.btn-gd-yellow:focus, .btn-gd-yellow.focus {
    color: #000;
    background-color: #fcff1c;
    border-color: #fcff1c;
}

.btn-gd-yellow:hover {
    color: #000;
    background-color: #fcff1c;
    border-color: #fcff1c;
}

.btn-gd-yellow:active, .btn-gd-yellow.active, .open>.dropdown-toggle.btn-gd-yellow {
    color: #000;
    background-color: #fcff1c;
    border-color: #fcff1c;
}

.btn-gd-yellow:active:hover, .btn-gd-yellow.active:hover, .open>.dropdown-toggle.btn-gd-yellow:hover, .btn-gd-yellow:active:focus, .btn-gd-yellow.active:focus, .open>.dropdown-toggle.btn-gd-yellow:focus, .btn-gd-yellow:active.focus, .btn-gd-yellow.active.focus, .open>.dropdown-toggle.btn-gd-yellow.focus {
    color: #000;
    background-color: #fcff1c;
    border-color: #fcff1c;
}

.btn-gd-yellow:active, .btn-gd-yellow.active, .open>.dropdown-toggle.btn-gd-yellow {
    background-image: none;
}

.btn-gd-yellow.disabled:hover, .btn-gd-yellow[disabled]:hover, fieldset[disabled] .btn-gd-yellow:hover, .btn-gd-yellow.disabled:focus, .btn-gd-yellow[disabled]:focus, fieldset[disabled] .btn-gd-yellow:focus, .btn-gd-yellow.disabled.focus, .btn-gd-yellow[disabled].focus, fieldset[disabled] .btn-gd-yellow.focus {
    background-color: #fcff0e;
    border-color: #fcff0e;
}

.btn-gd-yellow .badge {
    color: #fcff0e;
    background-color: #000;
}

.help-block {
    font-style: italic;
    color: #999;
    font-size: 11px;
}

#gd-advanced-search {
    background: #ffffff;
    position: absolute;
    width: calc(100% - 85px);
    margin-left: 85px;
    z-index: 9999;
    border-top: 1px solid #dbdbdb;
    height: 80%;
    margin-top: 100px;
}

#gd-advanced-search .gas.checkbox {
    margin: 0;
    padding: 0;
}

#gd-advanced-search .gas.checkbox input[type="checkbox"] {
    margin-top: 2px;
}

#gd-advanced-search .gas.checkbox label {
    width: 100%;
}

#gd-advanced-search .gd-layers-filters-type {
    padding-top: 90px;
    font-size: 20px;
    color: #666666;
}

#gd-advanced-search .gd-layers-filters-type .form-group {
    width: 330px;
}

#gd-advanced-search .gd-layers-filters-type .form-group .inmar {
    margin-left: 10px;
}

#gd-advanced-search .gd-layers-filters-type .form-group .spanpad {
    padding-left: 22px;
}

#gd-advanced-search .gd-layers-filters-type .gd-vec {
    margin-top: -5px;
}

#gd-advanced-search .gd-layers-filters-type .gd-vector {
    background: #818181;
    color: #fff;
    padding: 6px 10px;
    border-radius: 19px;
    text-decoration: none;
}

#gd-advanced-search .gd-content-body-filters .changepass {
    background: #fff;
    padding: 30px;
}

#gd-advanced-search .leaflet_map {
    height: 200px;
}

.filter-map-container, #gd-advanced-search .filter-map-container {
    height: 200px !important;
}

.advanced-search-filter-box ul {
    min-height: 200px;
    height: 200px;
    /* overflow-y: scroll; */
}

.list-group.advanced-search-list {
    background: #FFF;
    padding: 0px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.list-group.advanced-search-list .list-group-item {
    border-radius: 1px;
    border-width: 0px;
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 0px;
    text-align: justify;
    padding: 5px 15px;
}

.list-group.advanced-search-list .list-group-item:last-child {
    border-bottom: none;
    border-bottom-width: 0;
}

#gd-wrapper .gd-content-body {
    background: #fff;
}

#gd-wrapper .gd-content-body.box-shadow {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
}

#gd-wrapper .gd-content-body-filters {
    background: #fff;
    margin: 91px 0px 41px 0px;
}

#gd-wrapper .gd-content-body-filters .changepass {
    background: #fff;
    padding: 30px;
}

#gd-wrapper .gd-content-body-filters .gd-exp-lyrs {
    font-weight: bold;
    font-size: 20px;
}

#gd-wrapper .gd-content-body-filters .changepass .glyphicon {
    top: 3px;
}

#gd-wrapper .gd-content-body.transparent {
    background: transparent;
    background-color: transparent;
}

#gd-wrapper .gd-content-body.padding {
    padding: 20px;
}

.full-pad-20px, #gd-wrapper .gd-content-body.full-pad-20px {
    padding: 20px;
}

.full-pad-30px, #gd-wrapper .gd-content-body.full-pad-30px {
    padding: 60px;
    height: 64%;
    position: fixed;
    width: 81%;
    overflow-y: scroll;
}

.full-pad-40px, #gd-wrapper .gd-content-body.full-pad-40px {
    padding: 40px;
}

.top-bottom-margin-20px, #gd-wrapper .gd-content-body.top-bottom-margin-20px {
    margin: 20px 0;
}

#gd-wrapper .gd-con-bg {
    background: #fff;
    margin: 0px;
    padding: 20px;
}

#gd-wrapper .gd-apply-filters {
    background: #FFFFFF;
    margin: 0;
    margin-top: 15px;
    padding: 20px;
}

#gd-wrapper .gd-apply-filters .filters_normal {
    font-weight: normal;
    color: #868888;
    font-size: 12px;
}

#gd-wrapper .gd-apply-filters a {
    color: #b2b2b2;
    margin-left: 12px;
    font-size: 14px;
    font-weight: normal;
}

#gd-wrapper .gd-explore-filters {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: bold;
}

#gd-wrapper .gd-explore-filters .glyphicon {
    top: 3px;
}

#gd-wrapper .gd-explore-filters .filters_normal {
    font-weight: normal;
    color: #727272;
}

#gd-wrapper .gd-explore-filters .gd-exp-lyrs {
    font-weight: bold;
    background: #f7f7f7;
    font-size: 20px;
    padding: 10px 0px;
}

#gd-wrapper .gd-explore-filters .gd-select-itm {
    font-size: 16px;
    width: 50px;
    margin-top: -27px;
    margin-left: 128px;
    padding: 5px;
    text-align: center;
    border-radius: 14px;
    background: #fff;
}

#gd-wrapper .gd-explore-filters span {
    font-weight: bold;
    color: #5d5d5d;
    font-size: 18px;
}

#gd-wrapper .gd-explore-filters i {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    padding: 0px 0px;
}

#gd-wrapper .gd-explore-filters .pad {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}

#gd-wrapper .gd-explore-filters .btn-gd-gray {
    color: #fff;
    background-color: #818181;
    border-color: #cbcaca;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    text-align: left;
    border-radius: 5px;
}

#gd-wrapper .gd-explore-filters .btn-gd-gray-1 {
    color: #fff;
    background-color: #818181;
    border-color: #cbcaca;
    font-size: 16px;
    font-weight: bold;
    width: 202px;
    height: 41px;
    text-align: left;
    border-radius: 5px;
}

#gd-wrapper .gd-content-body-filters .btn-gd-gray {
    background: #eeeeee;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    width: 221px;
    border-radius: 5px;
}

#gd-wrapper .gd-content-body-filters .btn-gd-primary {
    background: #999999;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 221px;
    border-radius: 5px;
}

.gd-history .navbar-nav {
    font-size: 16px;
    font-weight: bold;
}

.gd-history .navbar-nav>li>a {
    color: #272b36;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    border-right: 0px solid #7e8186;
}

.gd-history .navbar-nav>li:last-child>a {
    border-right: none;
}

.gd-history .navbar-nav>li.active>a, .gd-history .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background: #b30000;
    padding: 10px 20px;
    border-radius: 5px;
}

.gd-history .navbar-nav>li>a:hover .fa {
    color: #fff;
}

.gd-history .navbar-nav .active {
    color: #ffffff;
    text-decoration: none;
    background: #b30000;
    border-radius: 5px;
}

.gd-history .navbar-nav .active a, .gd-history .navbar-nav .active a .fa {
    color: #ffffff;
}

.gd-history .gd-history-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
}

.gd-history .gd-history-content img {
    float: left;
    padding-right: 15px;
    height: 35px;
    width: 60px;
}

.gd-history .gd-history-content .details {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #272b36;
    list-style: none;
}

.gd-history .gd-history-content .details p {
    margin: 0px;
}

.gd-history .gd-history-content-img {
    margin-top: 15px;
}

.gd-history .gd-history-content .details span {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #272b36;
}

.gd-history .history-lines {
    background: url("../images/history-img/History-lines.png") no-repeat;
    background-position: left;
    padding: 30px 0px;
}

.gd-history .activity-style-list .no-style-list .row:first-child .history-lines, .gd-history .history-lines-top {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/history-img/History-lines-top.png") !important;
    background-origin: padding-box !important;
    background-position: left center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    padding: 30px 0;
}

.gd-history .activity-style-list .no-style-list .row:last-child .history-lines, .gd-history .history-lines-bot {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/history-img/History-lines-bot.png") !important;
    background-origin: padding-box !important;
    background-position: left center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    padding: 30px 0;
}

.gd-history .history-lines .history-lines-icon {
    background: #b30000 none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    padding: 4px;
    text-align: center;
    width: 30px;
}

.gd-history .history-lines .history-lines-icon .fa {
    color: #fff;
    font-size: 25px;
    margin-right: 2px;
}

.activity-style-list .no-style-list {
    margin-left: 30px;
    margin-top: 30px;
}

.activity-style-list .no-style-list p {
    background: #FFFFFF;
    padding: 30px;
}

body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}

#gd-model .modal-header {
    border: none;
}

#gd-model .modal-header .modal-title {
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #b30000;
    font-family: 'Open Sans', sans-serif;
}

#gd-model .modal-header span {
    font-size: 20px;
    font-weight: bold;
    color: #7f7d7d;
    font-family: 'Open Sans', sans-serif;
}

#gd-model .modal-body {
    padding: 10px 100px 20px 100px;
    border: none;
}

#gd-model .modal-body .chkinput {
    color: #7f7d7d;
}

#gd-model .modal-body span {
    color: #7f7d7d;
    padding-left: 4px;
}

#gd-model .modal-body a {
    color: #b30000;
}

#gd-model .modal-body .btn-gd-gray-signin {
    background: #b30000;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#gd-model .modal-body .btn-gd-gray-alsignin {
    background: #e9afaf;
    color: #666666;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#gd-model .modal-body .btn-gd-gray-facebook {
    background: #3b5998;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

#gd-model .modal-body .btn-gd-gray-gplus {
    background: #db402c;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#gd-model .modal-body .fbicon {
    padding-right: 22px;
    color: #fff;
    border-right: 1px solid #fff;
}

#gd-model .modal-body .golicon {
    padding-right: 9px;
    color: #fff;
    border-right: 1px solid #fff;
}

#gd-model .modal-body .fbsign a {
    color: #fff;
}

#gd-model .modal-footer {
    border: none;
}

#gd-wrapper .gd-content-body-news {
    background: #f7f7f7;
    margin: 91px 0px 0px 0px;
    width: 100%;
}

#gd-wrapper .gd-content-body-news .changepass-news {
    min-height: 40px;
    background: #fff;
    padding: 30px;
}

#gd-wrapper .gd-content-body-news .changepass-news .contents_news .title {
    font-size: 20px;
    font-weight: bold;
    color: #272b36;
}

#gd-wrapper .gd-content-body-news .changepass-news .contents_news .anchor-link {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#gd-wrapper .gd-content-body-news .changepass-news .contents_news .anchor-link a {
    color: #a3a3a3;
    font-size: 14px;
}

#gd-wrapper .gd-content-body-news .changepass-news .contents_news .anchor-link a span {
    color: #b30000;
    font-size: 14px;
}

#gd-wrapper .gd-content-body-news .changepass-news .contents_news .anchor-link a:hover {
    color: #b30000;
    text-decoration: none;
}

#gd-wrapper .gd-content-body-news .changepass-news .contents_news .details {
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #272b36;
}

#gd-wrapper-map-edit {
    background: #f7f7f7;
}

#gd-wrapper-map-edit .gd-content-body-new-map {
    background: #fff;
    margin: 91px 0px 0px 0px;
    width: 100%;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass {
    min-height: 40px;
    background: #fff;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .new-map-edit-left {
    height: 100%;
    width: 13%;
    background: #000;
    float: left;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .new-map-edit-img img {
    height: 100%;
    width: 87%;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass.sticky .navbar-nav.navbar-right {
    margin-top: 0px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar {
    margin-bottom: 0px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-toggle {
    margin-top: 0px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-brand {
    padding-top: 8px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass.sticky .navbar-brand {
    padding-top: 8px;
}

#gd-header-map-edit .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #272b36;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav a i {
    color: #b2b2b2;
    padding-right: 3px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav a .caret {
    color: #d9d9d9;
    padding-left: 3px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right {
    margin-top: 0px;
}

#gd-wrapper .gd-content-body-new-map .changepass .navbar-nav.navbar-right a i {
    color: #737373;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
}

.btn-group-sm>.btn, .btn-sm>a {
    color: #666666;
    font-size: 12px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .glyphicon {
    background: #b30000;
    border-radius: 20px;
    width: 50px;
    margin-top: -6px;
    color: #fff;
    padding: 10px 15px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav>li>a {
    color: #666666;
    font-size: 12px;
    position: relative;
    padding: 10px 10px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right>li.nav-search-index {
    border-left: 1px solid #d6d6d8;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right>li.nav-search {
    border-right: 1px solid #d6d6d8;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right>li.dropdown {
    border-right: 1px solid #d6d6d8;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right>li>a {
    color: #666666;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right>li>a>.btn {
    padding: 0px;
}

#gd-header-map-edit .navbar-nav.navbar-right>li>.usi {
    padding-left: 10px;
    padding-right: 0px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav.navbar-right>li>a>.btn>.fa {
    font-size: 26px;
    color: #9f9f9f;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default {
    background-color: #fff;
    border-color: #fff;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav.gd-menu>li>a {
    height: 49px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav.gd-menu>li>a:hover {
    height: 49px;
    color: #b30000;
    text-decoration: none;
    border-bottom: 2px solid #b30000;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav.gd-menu>li:first child>a:hover {
    height: 0px;
    color: #b30000;
    text-decoration: none;
    border-bottom: 0px solid #b30000;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav>.open>a, #gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav>.open>a:focus, #gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav>.open>a:hover {
    color: #b30000;
    background-color: #fff;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .dropdown-menu>li>a {
    color: #272b36;
    font-size: 12px;
    font-weight: normal;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .dropdown-menu>li>a:hover {
    color: #b30000;
    font-size: 12px;
    font-weight: normal;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav.gd-menu>.active>a, #gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav.gd-menu>.active>a:focus, #gd-wrapper-map-edit .gd-content-body-new-map .changepass .navbar-default .navbar-nav.gd-menu>.active>a:hover {
    height: 49px;
    color: #b30000;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #b30000;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .logo img {
    border: none;
    height: 50px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass.sticky .logo img {
    border: none;
    height: 40px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .profile_pic {
    border: none;
    margin-top: -10px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .badge {
    padding: 6px 10px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .badge-notify, #gd-wrapper-map-edit .gd-content-body-new-map .changepass .badge-notifymsg {
    background: #b30000;
    position: absolute;
    color: #fff;
    left: 35px;
    top: 5px;
}

#gd-wrapper-map-edit .gd-content-body-new-map .changepass .badge-notify {
    background: #67bd0a;
    left: 30px;
}

#gd-layers-maps {
    color: #fff;
    background: #f7f7f7;
}

#gd-layers-maps .header-title {
    color: #6e6b6b;
    text-transform: uppercase;
    font-size: 30px;
}

#gd-layers-maps .header-sub-title {
    color: #333333;
    font-size: 18px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container {
    background: #FFF;
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .gd-apply-clear {
    color: #5d5d5d;
    padding: 30px 20px 73px 20px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .filters_normal {
    color: #b2b2b2;
    padding-left: 5px;
    font-size: 12px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .media-body {
    color: #5d5d5d;
    padding-top: 8px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .media-left {
    color: #5d5d5d;
    padding-top: 8px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater {
    background: url('../images/layers/Layers-2-Apply-filers1.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater1 {
    background: url('../images/layers/Layers-2-Apply-filters2.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater2 {
    background: url('../images/layers/Layers-2-Apply-filters3.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater3 {
    background: url('../images/layers/Layers-2-Apply-filters4.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater4 {
    background: url('../images/layers/Layers-2-Apply-filters5.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc {
    background: url('../images/doc-img/document-maps1.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc1 {
    background: url('../images/doc-img/document-maps2.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc2 {
    background: url('../images/doc-img/document-maps3.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc3 {
    background: url('../images/doc-img/document-maps4.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc4 {
    background: url('../images/doc-img/document-maps5.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc5 {
    background: url('../images/doc-img/document-maps6.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc6 {
    background: url('../images/doc-img/document-maps7.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc7 {
    background: url('../images/doc-img/document-maps8.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater-doc8 {
    background: url('../images/doc-img/document-maps9.png');
    min-height: 147px;
    min-width: 352px;
    overflow: hidden;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 26px;
    min-height: 20px;
    padding-left: 20px;
    padding-right: 19px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .avater img {
    width: 100%;
    height: auto;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents {
    padding: 15px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .title {
    text-align: center;
    text-transform: none;
    font-size: 20px;
    color: #686868;
    font-weight: bold;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .anchor-link {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .anchor-link a {
    color: #b5b5b5;
    font-size: 12px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .anchor-link a:hover {
    color: #b30000;
    text-decoration: none;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .details {
    color: #5d5d5d;
    text-decoration: none;
    text-align: center;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .btn-gd-gray {
    color: #5d5d5d;
    background-color: #fff;
    border-color: #cbcaca;
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    height: 36px;
    text-align: center;
    padding: 6px 5px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .btn-gd-gray a {
    color: #5d5d5d;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .contents .btn-gd-gray a i {
    color: #000;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links {
    padding: 15px;
    padding-top: 0px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links ul {
    width: 100%;
    margin: 0;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links ul li {
    width: 30%;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links ul li {
    text-align: center;
    padding: 0px;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links ul li:first-child {
    text-align: left;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links ul li:last-child {
    text-align: right;
}

#gd-layers-maps .gd-layers-maps-content .gd-layers-maps-container .bottom-links ul li a {
    color: #ababab;
}

@media (max-width: 767px) {
    .gd-content .gd-content-heading {
        margin-top: 20px;
    }
    ;
}

.gd-content .gd-content-heading .title {
    color: #272b36;
    font-weight: bold;
    font-size: 25px;
}

.gd-content .gd-content-heading .small-content, .gd-content .gd-content-heading .title.small-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gd-content .gd-content-heading .with-icon-content, .gd-content .gd-content-heading .title.with-icon-content {
    margin-top: 35px;
    margin-bottom: 20px;
}

.hr, .gd-content .gd-content-heading .hr {
    border-bottom: 1px solid #e7e7e8;
    height: 1px;
}

.gd-content .gd-content-body {
    background: #fff;
}

.gd-content .gd-content-body.transparent {
    background: transparent;
}

.gd-content .gd-content-body .changepass {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
}

.gd-content .gd-content-body.padding {
    padding: 20px 0px;
}

.gd-content .gd-content-body .keywords {
    padding: 10px 0px;
}

.gd-content .gd-content-body .keywords .btn {
    color: #b30000;
}

.gd-content .gd-content-body .emails {
    padding: 10px 0px;
}

.gd-content .gd-content-body .gd-box {
    padding: 20px;
}

.gd-content .gd-content-body .gd-box h3 {
    margin: 0;
    padding: 0;
}

.list-group.gd-link-style, .list-group.user-info {
    background: #FFF;
    padding: 20px;
    border-radius: 1px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
}

.list-group.gd-link-style .list-group-item, .list-group.user-info .list-group-item {
    border-radius: 1px;
    border-width: 0px;
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 0px;
    text-align: justify;
}

.list-group.gd-link-style .list-group-item:last-child, .list-group.user-info .list-group-item:last-child {
    border-bottom: none;
    border-bottom-width: 0;
}

.gd-txt-right {
    text-align: right;
}

@media (max-width: 767px) {
    .gd-txt-right {
        text-align: left;
    }
    ;
}

@media (min-width: 768px) and (max-width: 991px) {
    .gd-txt-right {
        text-align: right;
    }
    ;
}

.nav-tabs.gd-style-tabs {
    border: none;
    border-width: 0px;
}

.nav-tabs.gd-style-tabs>li>a, .nav-tabs.gd-style-tabs>li>a:focus, .nav-tabs.gd-style-tabs>li>a:hover {
    border-radius: 1px;
    background: #f2f2f2;
    border-width: 0px;
    min-width: 200px;
    text-align: center;
    color: #6e7176;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
}

.nav-tabs.gd-style-tabs>li>a.selected, .nav-tabs.gd-style-tabs>li>a.selected:focus, .nav-tabs.gd-style-tabs>li>a.selected:hover, .nav-tabs.gd-style-tabs>li.active>a, .nav-tabs.gd-style-tabs>li.active>a:focus, .nav-tabs.gd-style-tabs>li.active>a:hover {
    border-radius: 1px;
    border-color: #e0d9e0;
    background: #FFF;
    border-width: 0px;
    min-width: 200px;
    text-align: center;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
}

.nav-tabs.gd-style-tabs>li.layer>a, .nav-tabs.gd-style-tabs>li.layer>a:focus, .nav-tabs.gd-style-tabs>li.layer>a:hover, .nav-tabs.gd-style-tabs>li.layer>a.selected, .nav-tabs.gd-style-tabs>li.layer>a.selected:focus, .nav-tabs.gd-style-tabs>li.layer>a.selected:hover {
    padding: 5px;
}

.map-actions, .layer-actions, .documents-actions {
    margin-top: 20px;
}

.map-actions .nav-tabs.gd-style-tabs>li>a, .map-actions .nav-tabs.gd-style-tabs>li>a:focus, .map-actions .nav-tabs.gd-style-tabs>li>a:hover, .map-actions .nav-tabs.gd-style-tabs>li>a.selected, .map-actions .nav-tabs.gd-style-tabs>li>a.selected:focus, .map-actions .nav-tabs.gd-style-tabs>li>a.selected:hover, .map-actions .nav-tabs.gd-style-tabs>li.active>a, .map-actions .nav-tabs.gd-style-tabs>li.active>a:focus, .map-actions .nav-tabs.gd-style-tabs>li.active>a:hover, .layer-actions .nav-tabs.gd-style-tabs>li>a, .layer-actions .nav-tabs.gd-style-tabs>li>a:focus, .layer-actions .nav-tabs.gd-style-tabs>li>a:hover, .layer-actions .nav-tabs.gd-style-tabs>li>a.selected, .layer-actions .nav-tabs.gd-style-tabs>li>a.selected:focus, .layer-actions .nav-tabs.gd-style-tabs>li>a.selected:hover, .layer-actions .nav-tabs.gd-style-tabs>li.active>a, .layer-actions .nav-tabs.gd-style-tabs>li.active>a:focus, .layer-actions .nav-tabs.gd-style-tabs>li.active>a:hover, .documents-actions .nav-tabs.gd-style-tabs>li>a, .documents-actions .nav-tabs.gd-style-tabs>li>a:focus, .documents-actions .nav-tabs.gd-style-tabs>li>a:hover, .documents-actions .nav-tabs.gd-style-tabs>li>a.selected, .documents-actions .nav-tabs.gd-style-tabs>li>a.selected:focus, .documents-actions .nav-tabs.gd-style-tabs>li>a.selected:hover, .documents-actions .nav-tabs.gd-style-tabs>li.active>a, .documents-actions .nav-tabs.gd-style-tabs>li.active>a:focus, .documents-actions .nav-tabs.gd-style-tabs>li.active>a:hover {
    min-width: 50px;
}

.tab-content.gd-tab-content-style {
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
}

.tab-content.gd-tab-content-style ul {
    padding: 0px;
    margin: 0px;
}

.tab-content.gd-tab-content-style ul li {
    list-style: none;
}

.tab-content.gd-tab-content-style ul li.box {
    list-style: none;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
}

.tab-content.gd-tab-content-style ul li.box:last-child {
    margin-bottom: 0px;
}

.tab-content.gd-tab-content-style ul .media-heading a {
    color: #b30000;
    font-weight: bold;
}

.tab-content.gd-tab-content-style ul .media-sub-heading {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: normal;
}

.tab-content.gd-tab-content-style ul .description {
    padding: 10px 0;
}

.nav-tabs.resources-tabs {
    border: none;
    border-width: 0px;
}

.nav-tabs.resources-tabs>li>a, .nav-tabs.resources-tabs>li>a:focus, .nav-tabs.resources-tabs>li>a:hover {
    border-radius: 1px;
    background: #f2f2f2;
    border-width: 0px;
    min-width: 200px;
    text-align: center;
    color: #6e7176;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
}

.nav-tabs.resources-tabs>li>a.selected, .nav-tabs.resources-tabs>li>a.selected:focus, .nav-tabs.resources-tabs>li>a.selected:hover, .nav-tabs.resources-tabs>li.active>a, .nav-tabs.resources-tabs>li.active>a:focus, .nav-tabs.resources-tabs>li.active>a:hover {
    border-radius: 1px;
    border-color: #e0d9e0;
    background: #FFF;
    border-width: 0px;
    min-width: 200px;
    text-align: center;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px -2px 2px 0px rgba(224, 217, 224, 1);
}

.nav-tabs.resources-tabs>li.layer>a, .nav-tabs.resources-tabs>li.layer>a:focus, .nav-tabs.resources-tabs>li.layer>a:hover, .nav-tabs.resources-tabs>li.layer>a.selected, .nav-tabs.resources-tabs>li.layer>a.selected:focus, .nav-tabs.resources-tabs>li.layer>a.selected:hover {
    padding: 5px;
}

.nav-tabs.lmd-tabs {
    border: none;
    border-width: 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeef;
}

.nav-tabs.lmd-tabs>li>a, .nav-tabs.lmd-tabs>li>a:focus, .nav-tabs.lmd-tabs>li>a:hover {
    border-radius: 1px;
    background: #FFF;
    border-width: 0px;
    min-width: 100px;
    text-align: left;
    color: #6e7176;
}

.nav-tabs.lmd-tabs>li.active>a, .nav-tabs.lmd-tabs>li.active>a:focus, .nav-tabs.lmd-tabs>li.active>a:hover {
    border-radius: 1px;
    border-color: #e0d9e0;
    background: #FFF;
    color: #b30000;
    border-width: 0px;
    font-weight: bold;
    border-bottom: 2px solid #b30000;
}

.row.resources-content.mr-left-zero {
    margin-left: 0px;
}

.row.resources-content, .tab-content.resources-content {
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 2px 5px 0px rgba(224, 217, 224, 1);
}

ul.resources-list {
    padding: 0px;
    margin: 0px;
}

ul.resources-list li.box {
    list-style: none;
    padding: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
}

ul.resources-list li.box:last-child {
    margin-bottom: 0px;
}

ul.resources-list .media-heading a {
    color: #b30000;
    font-weight: bold;
}

ul.resources-list .media-sub-heading {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: normal;
}

ul.resources-list .description {
    padding: 10px 0;
}

ul.resources-summery {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

ul.resources-summery li {
    float: left;
    display: block;
    position: relative;
}

ul.resources-summery li a {
    padding: 0 12px;
    border-right: 1px solid #c0c1c3;
}

ul.resources-summery li:first-child a {
    padding-left: 0;
}

ul.resources-summery li:last-child a, ul.resources-summery li:last-child a .fa {
    border-right-width: 0px;
}

ul.resources-summery li a, ul.resources-summery li a .fa {
    color: #bbbbbb;
}

ul.resources-summery li a:hover, ul.resources-summery li a:hover .fa, ul.resources-summery li a:focus, ul.resources-summery li a:focus .fa {
    color: #b30000;
}

ul.resources-summery li a .fa {
    font-size: 15px;
    font-weight: normal;
}

#user_messages {
    margin-top: 20px;
}

#user_messages .alert {
    margin-bottom: 0px;
}

.row.margin-right-15px {
    margin-right: 0px;
}

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

.margin-top-15px {
    margin-top: 15px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-top-40px {
    margin-top: 40px;
}

.gd-content .gd-content-heading .small-content.margin-top-50px, .margin-top-50px {
    margin-top: 50px;
}

.margin-top-20px, .list-group.margin-top-20px {
    margin-top: 20px;
}

.list-group.gd-style {
    margin: 20px 0;
    padding: 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
}

.list-group.gd-style .list-group-item {
    border-width: 0px;
    border-radius: 1px;
}

.list-group.gd-style .list-group-item:first-child {
    border-width: 0px;
    border-width: 0 0 1px;
    margin-bottom: 0px;
}

.list-group.gd-style .list-group-item h3 {
    margin: 0px;
}

#help-content.gd-content-body {
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
}

#help-content h4 {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 600;
}

#help-content .lead {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

#help-content ol {
    margin-left: 15px;
}

.error-msg {
    color: #b30000;
}

.profile-image img {
    width: 100%;
    height: auto;
}

.mr-top-20px {
    margin-top: 20px;
}

.group-user-info {
    font-size: 25px;
}

.group-user-info a, .group-user-info a i, .group-user-info a i.fa {
    color: #b30000;
}

.group-user-emr a {
    font-size: large;
}

#drop-zone {
    background: #ccc none repeat scroll 0 0;
    border: 2px dashed #999;
    margin-bottom: 10px;
    padding: 5px;
}

#drop-zone .upload-info {
    color: #999;
    margin: 20px 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

#drop-zone .upload-info i {
    font-size: 3em;
}

.alert-error hr, .alert-danger hr, ul.errorlist li, .error-msg {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link, .alert-danger .alert-link, ul.errorlist li, .error-msg {
    color: #843534;
}

ul#global-errors {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

ul#global-errors li {
    list-style: none;
}

.lead-custom {
    font-size: 21px;
    font-weight: 300;
}

.layer-uploader ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.layer-uploader ul li {
    list-style: none;
}

.sidebar-title {
    font-size: 25px;
    margin-bottom: 10px;
}

.grid-spacer {
    margin-top: 30px;
}

.paginate-contents .comment {
    margin-bottom: 15px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
}

.notshow, #total-items {
    margin-left: 10px;
}

.icon-btn-color .fa {
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 10px;
}

.grid-container ul.list-inline.lmd li a {
    border-width: 0;
    border: none;
}

.grid-container .list-inline.lmd>li {
    display: inline-block;
    min-width: 30%;
    padding-left: 0;
    padding-right: 0;
}

.grid-container.lmd {
    padding: 0;
    -webkit-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    border: 1px solid #ddd;
}

.grid-container.lmd .avater {
    width: 100%;
    position: relative;
    max-height: 200px;
    top: 10px;
}

.grid-container.lmd .avater {
    position: relative;
}

.grid-container.lmd .avater .checkbox-overlay {
    right: 10px;
    position: absolute;
    top: 0;
    z-index: 950;
}

.resources-list.lmd .media .media-left {
    position: relative;
}

.resources-list.lmd .media .media-left .checkbox-overlay {
    right: 25px;
    position: absolute;
    top: 0;
}

.grid-container.lmd .avater img {
    height: 200px;
    width: 100%;
}

.grid-container.lmd .avater .avater-img {
    margin: 0 auto;
    height: 180px;
    max-width: 240px;
    overflow: hidden;
}

.grid-container.lmd .avater .avater-img-mid {
    vertical-align: middle;
    display: table-cell;
    height: 180px;
    width: 240px;
}

.grid-container.lmd .avater .avater-img-mid img {
    margin: 0 auto;
    max-height: 180px;
    text-align: center;
}

.grid-container.lmd .summery {
    margin-top: 15px;
}

.grid-container.lmd .bottom-content {
    margin: 15px;
    margin-bottom: 0;
}

.grid-container.lmd .information {
    padding: 15px;
    max-height: 200px;
    top: -183px;
    z-index: 900;
    background-color: rgba(244, 244, 244, 0.5);
    margin: 10px;
}

.grid-container.lmd .information .category {
    color: #999999;
    font-size: 11px;
    margin: 5px 0;
    min-height: 15px;
}

.grid-container .information .top-content .details {
    font-size: 12px;
    min-height: 85px;
}

.grid-container.lmd .information .title {
    font-size: 20px;
    font-weight: bold;
}

/* .grid-container.lmd .information .title a,
    .grid-container.lmd .information .title a:hover {
        color: #b30000;
    } */

.resources-list.lmd li.box {
    background: #FFF;
    padding: 0;
}

.resources-list.lmd li.box .media-body {
    padding: 25px;
}

.new_maps_create #paneltbar {
    margin-top: 53px !important;
}

.new_maps_create #paneltbar table.x-toolbar-ct {
    border-top: 1px solid #dbdbdb;
}

.spcam.btn {
    border-right: 1px solid #dbdbdb;
}

#gd-cart .nav {
    margin-left: 15px;
}

#gd-cart .nav>li>a:focus, #gd-cart .nav>li>a:hover {
    background-color: #b30000 !important;
    border-color: #b30000;
}

#gd-cart .nav>li>a {
    padding: 6px 12px;
}

#gd-cart .nav>li>a .badge {
    padding: 4px 7px;
}

#gd-cart ul.dropdown-menu.gd-cart-dropdown-menu {
    border-radius: 2px;
    display: block;
    height: 210px;
    overflow: auto;
}

body.map-detail-page, body.layer-detail-page {
    height: 100%;
}

body.map-detail-page #gd-wrapper, body.layer-detail-page #gd-wrapper {
    padding-bottom: 0px;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    top: 53px;
    border-top: 1px solid lightgrey;
}

body.map-detail-page #gd-wrapper .container-fluid.padding-zero, body.layer-detail-page #gd-wrapper .container-fluid.padding-zero {
    padding: 0;
}

.col-md-6.margin-zero .col-md-4.margin-zero, .col-md-8.margin-zero {
    margin: 0;
}

.map-details-information, .layer-information {
    height: calc(100vh - 122px) !important;
    overflow-y: scroll;
}

.list-group.gd-link-style.inaccordion {
    background: #FFF;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.list-group.gd-link-style.inaccordion .list-group-item {
    border-radius: 1px;
    border-width: 0px;
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 0px;
    text-align: justify;
}

.list-group.gd-link-style.inaccordion .list-group-item:last-child {
    border-bottom: none;
    border-bottom-width: 0;
}

.list-group.gd-link-style.inaccordion li.list-group-item.lastchild {
    border: none;
}

.list-group.inaccordion {
    margin-bottom: 0;
}

#gd-accordion-style .panel-group .panel {
    border-radius: 0;
}

#gd-accordion-style .panel-group .panel+.panel {
    margin-top: 0;
}

.col-md-8.left-pad-zero, .col-md-6.left-pad-zero {
    padding-left: 0px;
}

.col-md-4.right-pad-zero, .col-md-6.right-pad-zero {
    padding-right: 0px;
}

.selectfixed {
    position: fixed;
    top: 260px;
    right: 20px;
    z-index: 9999;
}

.close-btn-ad-search {
    margin-right: 25px;
    margin-top: 15px;
}

#gd-advanced-search .gd-content-body-filters .changepass {
    margin-top: 10px;
    padding-top: 0px;
}

#advanced-search-control {
    margin-left: 15px;
}

.map-details-information .panel-group .panel .panel-title a .fa, .layer-information .panel-group .panel .panel-title a .fa {
    float: right;
    display: inline-block;
    color: #b30000;
}

.map-details-information .panel-group .panel .panel-title a .fa.fa-chevron-up, .layer-information .panel-group .panel .panel-title a .fa.fa-chevron-up {
    display: block;
}

.map-details-information .panel-group .panel .panel-title a.collapsed .fa.fa-chevron-up, .layer-information .panel-group .panel .panel-title a.collapsed .fa.fa-chevron-up {
    display: none;
}

.map-details-information .panel-group .panel .panel-title a .fa.fa-chevron-down, .layer-information .panel-group .panel .panel-title a .fa.fa-chevron-down {
    display: none;
}

.map-details-information .panel-group .panel .panel-title a.collapsed .fa.fa-chevron-down, .layer-information .panel-group .panel .panel-title a.collapsed .fa.fa-chevron-down {
    display: block;
}

.gd-cart-checkbox-style .checkbox-overlay .checkbox label .fa {
    font-size: 18px;
    color: #b30000;
}

.gd-cart-checkbox-style .checkbox-overlay .checkbox label .fa-stack {
    height: 1em;
    line-height: 1em;
    width: 1em;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 15px;
    border-radius: 4px;
}

ul.termsuseandcondition {
    padding: 10px;
    margin: 10px;
}

ul.termsuseandcondition li {
    margin-bottom: 10px;
}

.table>tbody+tbody {
    border-top: 1px solid #ddd;
}

.show-notification-msg {
    width: 200px;
    z-index: 99;
    background: #fff;
    top: 53px;
    margin-left: 170px;
    position: absolute;
    height: 300px;
    overflow: auto;
}

.show-notification-msg ul li {
    list-style-type: none;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.topic-cat-list {
    background: #b30000;
    margin-bottom: 5px;
}

.topic-cat-list-data {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
    .layer-test {
        margin-top: 50px;
    }
    ;
}

@media (max-width: 767px) {
    #embedded_map123456789 {
        margin-top: 600px;
        z-index: 1000;
        float: left;
    }
    ;
}

@media (max-width: 767px) {
    .gd-slider {
        height: 200px;
    }
    .gd-slider .item img {
        height: 200px;
    }
    .gd-slider .item .gd-slider-title {
        font-size: 16px;
        margin-left: 70px;
    }
    .gd-slider .item .gd-slider-msg {
        font-size: 12px;
        margin-left: 70px;
        color: #fff;
        font-weight: normal;
    }
    .gd-slider .item .gd-slider-btn a {
        font-size: 12px;
        margin-left: 70px;
    }
    ;
}

.grid-container-dash.lmd {
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    box-shadow: 0px 0px 5px 0px rgba(224, 217, 224, 1);
    margin-bottom: 20px;
}

.grid-container-dash.lmd .avater {
    width: 100%;
}

.grid-container-dash.lmd .avater {
    position: relative;
}

.grid-container-dash.lmd .avater .checkbox-overlay {
    right: 25px;
    position: absolute;
    top: 0;
}

.grid-container-dash.lmd .avater .avater-img {
    margin: 0 auto;
    height: 180px;
    max-width: 240px;
    overflow: hidden;
}

.grid-container-dash.lmd .avater .avater-img-mid {
    vertical-align: middle;
    display: table-cell;
    height: 180px;
    width: 240px;
}

.grid-container-dash.lmd .avater .avater-img-mid img {
    margin: 0 auto;
    max-height: 180px;
    text-align: center;
}

.grid-container-dash.lmd .summery {
    margin-top: 15px;
}

.grid-container-dash.lmd .bottom-content {
    margin: 15px;
    margin-bottom: 0;
}

.grid-container-dash.lmd .information {
    padding: 15px;
}

.grid-container-dash.lmd .information .category {
    color: #999999;
    font-size: 11px;
    margin: 5px 0;
    min-height: 15px;
}

.grid-container-dash .information .top-content .details {
    font-size: 12px;
    min-height: 105px;
}

.grid-container-dash.lmd .information .title {
    font-size: 20px;
    font-weight: bold;
    min-height: 60px;
}

/* .grid-container-dash.lmd .information .title a,
    .grid-container.lmd .information .title a:hover {
        color: #b30000;
    } */

.modal.fade.google-earth {
    transform: none !important;
}

.modal.in.google-earth .modal-dialog {
    transform: none !important;
}

.modal.google-earth .modal-content {
    border-radius: 0;
}

#_approve_layer .checkbox {
    padding-left: 0px;
}

#gd-latestnews-content #accordion .accordion-section .accordion-section-description {
    white-space: pre-line;
}

#gd-model .modal-body span.fbsign {
    color: #FFFFFF;
}

@media (max-width: 767px) {
    #gd-model .modal-body span.fbsign {
        font-size: 12px;
    }
    ;
}

#crossLayerQueryFromAddIcon tr:first-child, #buttonHelpQuery tr:first-child, #buttonHelpColor tr:first-child {
    display: none;
}

#gxp-sdsl-styler, #gxp-sdsl-legend {
    opacity: 0.8;
}

.contents_news .title {
    color: #272b36;
    font-size: 20px;
    font-weight: bold;
}

.contents_news .details {
    color: #272b36;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 5px 15px 0px;
}

.contents_news .anchor-link {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}

.user_dropdown {
    width: 80px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    padding-left: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-heading .title {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 0;
}

#gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-heading .sub-title {
    color: #898887;
    font-size: 11px;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 15px;
}

#gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-heading .collapsed .title {
    text-transform: none;
    color: #b30000;
}

#gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-heading .collapsed .title .fa {
    display: inline-block;
    float: right;
    color: #b30000;
}

#gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-heading .title .fa, #gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-heading .collapsed .sub-title {
    display: none;
}

#gd-latestnews-left-recentpost #accordion .accordion-section .accordion-section-description {
    color: #333333;
    font-size: 13px;
}

.tooltip_use {
    position: relative;
    display: inline-block;
    font-size: 11px;
    border-right: 0px solid #7e8186;
    color: #fff;
    padding: 0 12px;
    text-transform: uppercase;
}

.tooltip_use .tooltiptext_use {
    visibility: hidden;
    width: 180px;
    background-color: #000000;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    text-transform: normal;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip_use:hover .tooltiptext_use {
    visibility: visible;
    color: #fff;
    padding: 10px;
}

.tooltip_use .tooltiptext_use ul li a {
    color: #fff;
    padding-bottom: 3px;
}

#gd-header.navsticky {
    min-height: 50px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#gd-header.navsticky .navbar-nav {
    margin-top: 12px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

#gd-header.navsticky .navbar-nav.navbar-right {
    margin-top: 12px;
    right: 30px;
    position: absolute;
}

#gd-header.navsticky .navbar-brand {
    padding-top: 6px;
}

#gd-header.navsticky .profile_picture img {
    width: 38px;
    border-radius: 50%;
}

#gd-header.navsticky .navbar-brand {
    padding-top: 4px;
    height: 60px;
}

.show-org-pro {
    text-align: left;
    padding-left: 25px;
    padding-top: 10px;
    font-weight: bold;
}

.layerdetails_arro {
    left: 0%;
    position: absolute;
    z-index: 119;
    cursor: pointer;
    margin-top: -59px;
    border-left: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 48px;
    width: 15px;
    background: #fff;
    left: 15px;
    color: #fff;
    top: 50%;
}

.logo-img path {
    fill: #fff;
}

.layer-mini-slider {
    left: 0%;
    position: absolute;
    z-index: 119;
    cursor: pointer;
    margin-top: -59px;
    border-left: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 48px;
    width: 15px;
    background: #fff;
    left: 0px;
    color: #fff;
    top: 50%;
}

.layerdetails_arro span img {
    cursor: pointer;
    color: #fff;
}

.layerdetails_arro span img.open_carlet {
    color: #FF0000;
    transform: scaleX(-1);
    margin-top: 19px;
    color: #ffffff;
    width: 10px;
}

.layerdetails_arro span i.open_carlet {
    color: #FF0000;
}

.layerdetails_arro span img.close_carlet {
    color: #FF0000;
    width: 50px;
    position: relative;
    margin-left: 29%;
    visibility: visible;
}

.layer-mini-slider span img.close_carlet {
    position: absolute;
    margin-top: 19px;
    color: #ffffff;
    width: 10px;
}

.gd-content .gd-content-body .overlay_layerdetails {
    height: 100%;
    width: 31% !important;
    position: absolute;
    overflow-x: hidden;
    transition: 0.5s;
}

@media (max-width: 767px) {
    #myNav {
        width: 100%;
        height: 50%;
    }
    #myNav_map_left {
        height: 100%;
    }
    .open_carlet {
        display: none;
    }
    ;
}

@media (max-width: 767px) {
    .not-permi {
        line-height: 45px;
    }
    ;
}

@media (max-width: 767px) {
    .not-found {
        line-height: 50px;
    }
    ;
}

@media (max-width: 767px) {
    .not-found-error {
        line-height: 70px;
    }
    ;
}

.modal-dialog {
    margin: 80px auto;
}

@media (max-width: 767px) {
    .modal_top_mar {
        margin-top: 20px;
    }
    ;
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.styled-dropdown-select-all {
    color: #999;
    content: "";
    font-family: "LinkedIn-Glyphs-2.0.7", "LinkedIn-Glyphs";
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.home-back-act {
    display: none;
}

.shownextdata {
    display: none;
}

ul.nav.navbar-nav.gd-menu {
    background: #272b36;
    left: -10px;
    position: fixed;
    top: 48px;
    width: 60px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 5px;
    height: 100%;
    z-index: 999999;
}

.btn-primary {
    color: #fff;
    background-color: #b30000;
    border-color: #b30000;
}

a {
    color: #b30000;
    text-decoration: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b30000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nav .open>a, .nav .open>a:focus {
    border-color: #b73333;
    background: transparent !important;
}

#client-composer-map {
    position: absolute;
    top: 60px;
    height: calc(100% - 60px);
    width: calc(100% - 50px) !important;
    left: 50px !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #b30000;
}

a:focus, a:hover {
    color: #b30000;
    text-decoration: underline;
}

.logo {
    left: 25px;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 60px);
        left: 30px;
        position: relative;
    }
    ;
}

@media (min-width: 992px) {
    .container {
        width: calc(100% - 60px);
        left: 30px;
        position: relative;
    }
    ;
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 60px);
        left: 30px;
        position: relative;
    }
    ;
}

.gd-content-body.layer-test {
    margin-left: -75px;
    margin-right: -30px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b30000;
}

.widget {
    margin: 25px;
}

#content, #main {
    width: 99%;
    height: calc(100vh - 122px) !important;
}

div#myNav_map_left {
    float: left!important;
    width: 72% !important;
}

.gd-content-body.map-details-info {
    height: calc(100vh - 112px) !important;
}

#client-composer-map {
    position: absolute;
    top: 155px !important;
    left: 285px !important;
    height: calc(100% - 74px);
    width: calc(100% - 486px) !important;
    max-width: 1170px;
    z-index: 99;
}

.layerlistbutton button {
    background: #b30000 !important;
}

#globe-button button {
    background: #b30000 !important;
}

#zoom-buttons button {
    background: #b30000 !important;
}

#home-button button {
    background: #b30000 !important;
}

#print-button button {
    background: #b30000 !important;
}

#rotate-button button {
    background: #b30000 !important;
}

#save-button button {
    background: #b30000 !important;
}

.h2, h2 {
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.page-header {
    padding-bottom: 0px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
}

svg {
    fill: #272b36 !important;
}

.logo_footer {
    right: 10px;
    position: absolute;
}

.wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
}

#sidebar {
    min-width: 150px;
    max-width: 150px;
    background: #FFFFFF !important;
    color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 15px 10px;
    text-align: center;
    font-size: 0.85em;
    top: 0px;
    position: relative;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FFFFFF;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 65px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff !important;
    background: #b30000;
}

#sidebar ul li a i {
    margin-right: 10px;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#maincontent {
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    scroll-behavior: smooth;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    ;
}

.btn-info {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    left: -55px;
}

.btn-info:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    left: -55px;
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

a#searchType {
    top: 23px;
    position: fixed;
}

.home #hazards {
    background: #3f6a80;
    color: #fff;
    padding: 25px 25px 25px 0px;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
}

.home #hazards .keywords:hover {
    background: #ff5722;
    color: #fff;
    text-decoration: none;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}

.home #hazards .keywords {
    border-radius: .6em;
    color: #fff;
}

.home #hazards span {
    font-size: 4em;
}

.featuredataset {
    font-size: 34px;
}

section#tools {
    position: fixed;
    top: 208px;
    padding: 25px;
    width: 100%;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    -webkit-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.75);
}

/* .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        line-height: 60px;
        background-color: #FFFFFF;
        border-top-color: #ddd;
        border-top-style: solid;
        border-top-width: 1px;
        padding-left: 29px;
    } */

.footer-logo {
    border: none;
    float: right;
    margin-right: 10px;
}

.container {
    padding-right: 20px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-height: calc(100% - 122px);
}

.c-menu {
    position: fixed;
    z-index: 9999;
    background-color: #FFFFFF;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    color: #b30000;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
}

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

@media all and (min-width: 320px) {
    .c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
        width: 300px;
    }
    ;
}

a.c-menu__link:hover {
    color: #FFFFFF !important;
}

.c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item, .c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item {
    display: block;
}

.c-menu--slide-left .c-menu__item:hover, .c-menu--slide-right .c-menu__item:hover, .c-menu--slide-right .c-menu__item.active, .c-menu--push-left .c-menu__item:hover, .c-menu--push-right .c-menu__item:hover {
    background-color: #b30000;
    color: #FFFFFF;
}

.c-menu--slide-left .c-menu__item:first-child, .c-menu--slide-right .c-menu__item:first-child, .c-menu--push-left .c-menu__item:first-child, .c-menu--push-right .c-menu__item:first-child {
    border-top: none;
}

.c-menu--slide-left .c-menu__item:last-child, .c-menu--slide-right .c-menu__item:last-child, .c-menu--push-left .c-menu__item:last-child, .c-menu--push-right .c-menu__item:last-child {
    border-bottom: none;
}

.c-menu--slide-left .c-menu__link, .c-menu--slide-right .c-menu__link, .c-menu--push-left .c-menu__link, .c-menu--push-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #b30000;
}

.c-menu--slide-left .c-menu__link .fa, .c-menu--slide-right .c-menu__link .fa, .c-menu--push-left .c-menu__link .fa, .c-menu--push-right .c-menu__link .fa {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
}

.c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close, .c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%;
}

.c-menu--slide-left, .c-menu--push-left {
    top: 61px;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    min-height: 100vh;
}

@media all and (min-width: 320px) {
    .c-menu--slide-left, .c-menu--push-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    ;
}

.c-menu--slide-left.is-active, .c-menu--push-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-menu--slide-right, .c-menu--push-right {
    top: 61px;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    max-height: calc(100vh - 61px);
}

@media all and (min-width: 320px) {
    .c-menu--slide-right, .c-menu--push-right {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    ;
}

.c-menu--slide-right.is-active, .c-menu--push-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
}

.c-menu--slide-top, .c-menu--slide-bottom, .c-menu--push-top, .c-menu--push-bottom {
    vertical-align: middle;
    width: 100%;
    height: 60px;
    text-align: center;
    overflow-x: scroll;
}

.c-menu--slide-top .c-menu__items, .c-menu--slide-bottom .c-menu__items, .c-menu--push-top .c-menu__items, .c-menu--push-bottom .c-menu__items {
    display: inline-block;
    text-align: center;
}

.c-menu--slide-top .c-menu__item, .c-menu--slide-bottom .c-menu__item, .c-menu--push-top .c-menu__item, .c-menu--push-bottom .c-menu__item {
    display: inline-block;
    line-height: 60px;
}

.c-menu--slide-top .c-menu__link, .c-menu--slide-bottom .c-menu__link, .c-menu--push-top .c-menu__link, .c-menu--push-bottom .c-menu__link {
    display: block;
    padding: 0 4px;
    color: #fff;
}

.c-menu--slide-top .c-menu__close, .c-menu--slide-bottom .c-menu__close, .c-menu--push-top .c-menu__close, .c-menu--push-bottom .c-menu__close {
    display: inline-block;
    margin-right: 12px;
    padding: 0 24px;
    height: 60px;
    line-height: 60px;
}

.c-menu--slide-top, .c-menu--push-top {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.c-menu--slide-top.is-active, .c-menu--push-top.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-menu--slide-bottom, .c-menu--push-bottom {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.c-menu--slide-bottom.is-active, .c-menu--push-bottom.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.o-wrapper.has-push-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-left {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    ;
}

.o-wrapper.has-push-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-right {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    ;
}

.o-wrapper.has-push-top {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

body.has-active-menu {
    overflow: hidden;
}

.c-menu__close {
    color: #b30000;
    background-color: #FFFFFF;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: right;
}

.c-menu__close:focus {
    outline: none;
}

.c-menu__close .c-menu_gd_close {
    color: #272b36;
    cursor: pointer;
    padding: 0 10px;
}

.c-menu__close .c-menu_gd_close:hover {
    text-decoration: none;
}

.c-menu__item .c-menu__link img {
    margin-left: 10px;
    margin-right: 20px;
}

.banner-sec {
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 10px;
}

.container_login {
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #DE6262;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FEB58A;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FFF;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}

.banner-text p {
    color: #fff;
}

.social-google {
    background-color: #da573b;
    border-color: #be5238;
}

.social-google:hover {
    background-color: #be5238;
    border-color: #9b4631;
}

div#mainmap {
    position: fixed;
    top: -6px;
    left: 83px;
    width: calc(100% - 83px);
    height: calc(100% - 55px);
}

.gd-slider {
    background: url('../images/slider/Slider_bg.png');
    width: 100%;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner img {
    margin: 0 auto;
}

.carousel-caption {
    top: 30%;
    left: 60%;
    margin: 0 auto;
    width: 1170px;
    overflow: hidden;
}

.gd-slider-btn {
    text-align: left;
    margin-top: 20px;
}

#gd-stastic {
    color: #000;
    width: 100%;
    background: #f7f7f7e2;
}

#gd-stastic .gd-stastic-control ul {
    margin: 0;
    padding: 0;
}

#gd-stastic .gd-stastic-control li:last-child {
    border-right: 0px;
}

#gd-stastic .gd-stastic-control li a {
    color: #000;
}

#gd-stastic .gd-stastic-control li a .title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

#gd-stastic .gd-stastic-control li a .description {
    color: #000;
    font-size: 20px;
}

#gd-stastic .gd-stastic-control li {
    list-style: none;
    padding: 10px;
    display: block;
    border-right: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        top: 20%;
        left: 60%;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .carousel-caption {
            top: 20%;
            left: 60%;
            width: 1024px;
        }
        .gd-slider-title {
            color: #000;
            font-weight: bold;
            text-align: left;
            font-size: 30px;
        }
        .gd-slider-msg {
            text-align: left;
            color: #000;
            font-size: 22px;
        }
        #gd-howitworks {
            color: #000;
            background: #000FFF;
            padding-bottom: 20px;
        }
        #gd-howitworks .box-title {
            color: #7c7c7c;
            font-size: 16px;
            margin: 10px 0px;
            font-weight: 600;
        }
        #gd-howitworks .box-sub-title {
            color: #7c7c7c;
            font-size: 13px;
        }
        .gd-signup {
            margin-top: 20px;
        }
        .gd-signup img {
            border: none;
            width: 100px;
        }
        #gd-featurd-maps {
            color: #000;
            background: #f7f7f7;
            padding-bottom: 20px;
        }
        #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container {
            background: #f7f7f7;
            border-radius: 3px;
            margin-bottom: 20px;
            padding-top: 22px;
        }
        #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container:hover {
            background: #000;
            height: 100%;
            width: 100%;
        }
        #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .avater img, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .avater img {
            width: 63%;
            height: 150px;
            margin-left: 45px;
        }
        #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .contents .title {
            text-align: center;
            text-transform: none;
            font-size: 16px;
            color: #333333;
        }
        #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .contents .anchor-link a {
            color: #000eef;
            font-size: 15px;
        }
        #gd-latestnews {
            height: auto;
            background: #f7f7f7;
            padding-bottom: 30px;
        }
        #gd-latestnews .header-title {
            color: #000;
            text-transform: uppercase;
            font-size: 25px;
        }
        #gd-latestnews-content {
            border: none;
            margin: 20px 120px;
            border-radius: 3px;
        }
        #gd-latestnews-left {
            background: #f7f7f7;
            border-radius: 2px;
            padding: 30px;
            padding-left: 50px;
            text-align: center;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
        }
        #gd-latestnews-left .news-title {
            color: #333333;
            text-align: left;
            font-size: 25px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eeeeee;
        }
        #gd-latestnews-left .news-title .fa {
            color: #333333;
            padding-right: 10px;
        }
        #gd-latestnews-content #accordion {
            margin-top: 25px;
            height: 375px;
            overflow: auto;
        }
        #gd-latestnews-content #accordion .accordion-section {
            padding-bottom: 20px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 20px;
        }
        #gd-latestnews-content #accordion .accordion-section:last-child {
            border-bottom: 0px;
            margin-bottom: 0px;
        }
        #gd-latestnews-content #accordion .accordion-section .accordion-section-heading .title {
            color: #333333;
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: left;
            border-bottom: 0;
        }
        #gd-latestnews-content #accordion .accordion-section .accordion-section-heading .sub-title {
            color: #898887;
            font-size: 11px;
            text-align: left;
            border-bottom: 0;
            margin-bottom: 15px;
        }
        #gd-latestnews-content #accordion .accordion-section .accordion-section-heading .collapsed .title {
            text-transform: none;
            color: #b30000;
        }
        #gd-latestnews-content #accordion .accordion-section .accordion-section-heading .collapsed .title .fa {
            display: inline-block;
            float: right;
            color: #b30000;
        }
        #gd-latestnews-content #accordion .accordion-section .accordion-section-description {
            color: #333333;
            font-size: 14px;
        }
        #gd-latestnews-tweets {
            background: #f7f7f7;
            padding: 30px 20px 35px;
            text-align: left;
            border-radius: 2px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
        }
        .gd-latestnews-tweets-scroll {
            height: 375px;
            overflow: auto;
        }
        #gd-latestnews-tweets h4 {
            color: #000;
            text-align: left;
            font-size: 13px;
        }
        #gd-latestnews-tweets h4 i {
            color: #000;
            padding-right: 15px;
        }
        #gd-latestnews-tweets h5 {
            color: #000;
            padding-right: 15px;
            font-size: 14px;
        }
        #gd-latestnews-tweets span {
            color: #272b36;
            font-size: 10px;
        }
        #gd-featurehighlight {
            background: #f7f7f7;
            padding-bottom: 0px;
            min-height: 450px;
        }
        #gd-featurehighlight .header-title {
            color: #6e6b6b;
            text-transform: uppercase;
            font-size: 30px;
            padding-bottom: 30px;
            font-family: Titillium Web;
        }
        #gd-featurehighlight-left .title {
            color: #6e6b6b;
            text-transform: uppercase;
            text-align: left;
            font-size: 25px;
            margin-bottom: 10px;
            font-family: Titillium Web;
        }
        #gd-featurehighlight-left .description {
            color: #6e6b6b;
            text-align: left;
            font-size: 13px;
        }
        #gd-interprobability {
            background: #b30000;
            padding-top: 20px;
            min-height: 450px;
        }
        @media (min-width: 768px) {
            .gd-interprobability-main {
                margin-left: 100px;
            }
            #gd-interprobability-right {
                text-align: right;
                margin-right: 120px;
            }
            #gd-interprobability-right .title {
                color: #000;
                text-transform: uppercase;
                text-align: left;
                font-size: 30px;
                margin: auto;
                padding-bottom: 10px;
                font-family: Titillium Web;
            }
            #gd-interprobability-right .description {
                color: #000;
                text-align: center;
                font-size: 13px;
            }
            #gd-makepretty {
                background: #f7f7f7;
                padding-top: 30px;
                min-height: 450px;
            }
            #gd-makepretty-right .title {
                color: #6e6b6b;
                text-transform: uppercase;
                text-align: left;
                font-size: 25px;
                margin: auto;
                padding-top: 35px;
                font-family: Titillium Web;
            }
            #gd-makepretty-right .description {
                color: #6e6b6b;
                text-align: left;
                font-size: 13px;
                padding-top: 55px;
            }
            #gd-viewmaps {
                background: #2c3e50;
            }
            #gd-viewmaps .embed-responsive-16by9 {
                min-height: 500px;
                padding-bottom: 0px;
            }
            .gd-viewmaps-main, #gd-interprobability-left img, .gd-interprobability-main {
                border: none;
            }
            #gd-viewmaps-right {
                text-align: left;
                margin-top: -460px;
            }
            #gd-viewmaps-right .title {
                color: #000;
                text-transform: uppercase;
                text-align: center;
                font-size: 30px;
                margin: auto;
            }
            #gd-viewmaps-right .description {
                color: #000;
                text-align: justify;
                font-size: 18px;
            }
            #gd-viewmaps-left {
                max-width: 360px;
                margin: auto;
            }
            #gd-viewmaps-left img {
                max-width: 360px;
                border: none;
            }
            #gd-viewmaps-right h2 {
                color: #000;
                text-transform: uppercase;
                font-size: 20px;
                text-align: right;
            }
            #gd-sharemap {
                padding-top: 30px;
                min-height: 500px;
                margin: 0 auto;
                background: #b30000;
            }
            #gd-sharemap .gd-sharemap-main {
                margin-left: 100px;
            }
            #gd-sharemap-bottom .title {
                color: #898887;
                text-transform: uppercase;
                font-size: 30px;
                margin-top: -120px;
                padding-bottom: 10px;
                text-align: right;
                font-family: Titillium Web;
            }
            #gd-partners {
                background: #D8D8D8;
                padding-top: 20px;
                padding-bottom: 30px;
                margin: 0 auto;
            }
            #gd-partners-content .title, #gd-sharemap-content .title {
                color: #000;
                text-transform: uppercase;
                font-size: 30px;
                margin-top: 55px;
                text-align: left;
                font-family: Titillium Web;
            }
            #gd-partners-content .description, #gd-sharemap-content .description {
                color: #000;
                text-align: justify;
                font-size: 13px;
                margin-top: 10px;
            }
            #gd-partners-bottom .title {
                color: #898887;
                text-transform: uppercase;
                font-size: 30px;
                padding-bottom: 10px;
                text-align: right;
                font-family: Titillium Web;
            }
            .sponsor-image img.wb {
                text-align: right;
                border: none;
                width: 300px;
                margin-left: 20px;
            }
            .sponsor-image img.bd-gov {
                text-align: right;
                border: none;
                margin-left: 20px;
                padding-bottom: 10px;
                height: 80px;
            }
            .sponsor-image img.bcc {
                text-align: right;
                border: none;
                width: 150px;
                margin-left: 20px;
                height: 80px;
                padding-bottom: 10px;
            }
            .CardsData-inner .CardsData-item img {
                border-bottom: 1px solid gray;
            }
            .CardsData {
                margin-right: -100px;
                margin-top: 5px;
            }
            .gd-howitworks-sharebtn {
                margin: 0 120px;
            }
            .carousel-control {
                z-index: 12;
                width: 4%;
            }
            .carousel-control.right-panel {
                left: auto;
                right: 0;
            }
            .resent-activetiy.gd-history .col-md-11 {
                margin-left: 10px;
            }
            .view-all-activity {
                color: #000;
                float: left;
                margin-top: 10px;
            }
            .resent-activetiy.gd-history .col-md-11 .gd-history-content {
                background: transparent;
                border-bottom: 1px solid #000;
                box-shadow: none;
            }
            #gd-dashboard {
                color: #000;
                padding-bottom: 20px;
            }
            #gd-dashboard .header-title, #gd-featurd-maps .header-title, #gd-howitworks .header-title {
                color: #6e6b6b;
                text-transform: uppercase;
                font-size: 25px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container {
                border-radius: 3px;
                margin-bottom: 20px;
                padding-top: 22px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .contents, #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .contents, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .contents {
                padding: 15px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .contents .title, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .contents .title {
                text-align: center;
                text-transform: none;
                font-size: 20px;
                color: #333333;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .contents .details, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .contents .details {
                text-align: justify;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .contents .anchor-link, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .contents .anchor-link {
                text-align: center;
                margin-top: 10px;
                margin-bottom: 20px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .contents .anchor-link a {
                color: #b30000;
                font-size: 12px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .contents .anchor-link a:hover, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .contents .anchor-link a:hover {
                color: #b30000;
                text-decoration: none;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links, #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .bottom-links, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links {
                padding: 15px;
                padding-top: 0px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul, #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .bottom-links ul, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul {
                width: 100%;
                margin: 0;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li, #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .bottom-links ul li, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li {
                width: 30%;
                text-align: center;
                padding: 0px;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li:last-child, .sponsor-image, #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .bottom-links ul li:last-child, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li:last-child {
                text-align: right;
            }
            #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li a, #gd-featurd-maps .gd-featurd-maps-content-dash .gd-featurd-maps-container-dash .bottom-links ul li a, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li a {
                color: #ababab;
            }
            #gd-whatoffer {
                background: #f7f7f7;
                min-height: 500px;
                border-top: 2px solid #000;
            }
            #gd-whatoffer .header-title {
                color: #6e6b6b;
                text-transform: uppercase;
                font-size: 30px;
                font-family: Titillium Web;
            }
            #gd-whatoffer .header-sub-title, #gd-dashboard .header-sub-title, #gd-featurehighlight .header-sub-title, #gd-latestnews .header-sub-title, #gd-featurd-maps .header-sub-title, #gd-howitworks .header-sub-title {
                color: #333333;
                font-size: 18px;
            }
            .gd-whatoffer-main, .gd-featurehighlight-main {
                border: none;
                margin: 20px 120px;
            }
            #gd-whatoffer-left, #gd-dashboard .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li:first-child, #gd-featurehighlight-left, #gd-featurd-maps .gd-featurd-maps-content .gd-featurd-maps-container .bottom-links ul li:first-child {
                text-align: left;
            }
            #gd-whatoffer-left .title {
                color: #000;
                text-transform: uppercase;
                text-align: left;
                font-size: 25px;
                margin-bottom: 10px;
            }
            #gd-whatoffer-left .description {
                color: #000;
                text-align: left;
                font-size: 18px;
            }
            #gd-whatoffer #help-content-offer.gd-content-body-offer {
                margin-top: 20px;
                padding: 10px;
                margin-left: 170px;
            }
            #gd-whatoffer .termsuseandcondition .gd-offer-txt {
                padding-right: 10px;
                color: #2ecc71;
            }
            #gd-3dsection {
                background: #b30000;
                padding-top: 30px;
                min-height: 450px;
            }
            .gd-3dsection-main, .gd-makepretty-main {
                border: none;
                margin-left: 100px;
            }
            #gd-3dsection-right, #gd-makepretty-right {
                text-align: left;
                margin-right: 0px;
            }
            #gd-3dsection-right .title {
                color: #000;
                text-transform: uppercase;
                text-align: right;
                font-size: 30px;
                margin: auto;
                padding-top: 35px;
                font-family: Titillium Web;
            }
            #gd-3dsection-right .description {
                color: #000;
                text-align: right;
                font-size: 13px;
                padding-top: 55px;
            }
            #gd-3dsection-left, #gd-makepretty-left {
                min-width: 452px;
                margin: auto;
            }
            #gd-3dsection-left img, #gd-makepretty-left img {
                max-width: 452px;
                border: none;
            }
            .gd-3dsection-main .title, .gd-makepretty-main .title {
                color: #6e6b6b;
                text-transform: uppercase;
                font-size: 30px;
                padding-bottom: 10px;
            }
            @media (min-width: 767px) {
                .map-org-li-fixed {
                    width: 220px;
                }
                .toolbar_right {
                    background: #eaeaed;
                    color: #666;
                    display: inline-block;
                    height: auto;
                    margin: 0 14px;
                    padding: 20px 5px;
                    text-align: center;
                    width: 280px;
                    margin-top: -50px;
                    z-index: 99;
                    position: absolute;
                    left: 50px;
                }
                .toolbar_right .border-solid {
                    border: 2px solid #9799a7;
                }
                .toolbar_right .border-double {
                    border: 6px double #9799a7;
                }
                .toolbar_right .border-dashed {
                    border: 8px dashed #9799a7;
                }
                .toolbar_right .border-dotted {
                    border: 4px dotted #9799a7;
                }
                .gd-username {
                    padding-left: 7px;
                    padding-right: 3px;
                    margin-top: 7px;
                    font-size: 9px;
                    font-weight: normal;
                }
                .welcomeHelpModalBox, .resent-activetiy.gd-history .col-md-1 {
                    display: none;
                }
                .helpselector.activeitem {
                    font-weight: bold;
                }
                .home-modal {
                    color: #2ecc71;
                    padding-right: 10px;
                    padding-left: 20px;
                }
                .home-modal-limit {
                    padding: 0px 4px;
                    cursor: pointer;
                }
                .modal-fixed-height {
                    display: none;
                    height: 220px;
                }
                .do-show {
                    text-align: left;
                    margin-top: -10px;
                }
                .home-modal-hbg {
                    background: rgb(211, 211, 211);
                }
                .bcctestmap, .welcomeHelpModalBox.activeitem {
                    display: block;
                }
                .what-offer-text-color {
                    color: #6e6b6b;
                }
            }
        }
    }
}

.user-select,
.group-select {
    min-width: 200px;
}

.select2-search-choice-close {
    left: -12px;
}

.alert-success a {
    margin-top: 10px;
}