.navbar {
    overflow: hidden;
    background-color: white;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    padding-bottom: 5px;
    z-index: 99 !important;
}

.no1-text-title {
    text-align: left;
    padding: 15px 5px;
}

/* Links inside the navbar */
.navbar .navbar-left {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar .navbar-right {
    float: right;
    display: block;
    color: black;
    text-align: center;
    background-color: #f2f2f2;
    padding: 14px 0px 10px 16px;
    margin-right: 10px;
}

.block-main {
    overflow: hidden;
    background-color: white;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}


.block-left {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


/* Main content */
.main_new {
    background-color: white;
    padding-top: 85px; /* Add a top margin to avoid content overlay */
}

.button-custom {
    background-color: Transparent;
    backface-visibility: 0;
    border: none;
    color: white;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #dedede;
    color: #888888;
}

.button-image-front {
    margin-right: 8px;
    margin-top: 4px;
}

.button-black-custom:hover {
    background-color: #555555;
    color: white;
}

.border-all-white {
    border: 1px solid white;
}

.tapak-profile {
    float: left;
    text-align: left;
    padding: 0px 15px 0px 0px;
}

.module {
    margin-left: 10px;
    width: 100px;
    overflow: hidden;
}

.top-profile-name {
    color: black;
    font-weight: bolder;
    line-height: 16px;
    margin: 0px;
    font-size: 12px;
}

.top-profile-ubah {
    font-size: 12px;
    color: black !important;
    padding: 5px 0 0 10px;
}

.div-width-100 {
    width: 100%;
}

.div-width-90 {
    width: 90%;
}

.div-width-80 {
    width: 80%;
}

.div-width-75 {
    width: 75%;
}

.div-width-70 {
    width: 70%;
}

.div-width-65 {
    width: 65%;
}

.div-width-50 {
    width: 50%;
}

.div-width-30 {
    width: 30%;
}

.div-width-28 {
    width: 28%;
}

.div-width-25 { /* change based 25 to 23 for dashboard sub kategori */
    width: 23%;
}

.div-width-23 {
    width: 23%;
}

.div-width-22 {
    width: 22%;
}

.div-width-20 {
    width: 20%;
}

.div-width-15 {
    width: 15%;
}

.div-width-10 {
    width: 10%;
}

.div-width-5 {
    width: 5%;
}

.div-width-offset-10 {
    margin-left: 10%;
}

.dash-breadcrumb-border {
    background-color: white;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.dash-breadcrumb-border-clicked {
    border-top: 2px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #00d3f1;
}

.dash-breadcrumb {
    background-color: #ebebeb;
    height: 38px;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #f1f1f1;
}

.inner-triangle {
    position: relative;
    top: -16px;
    right: 18px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid white;
}

.outer-triangle {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    height: 36px;
    background-color: white;
}

.outer-triangle-clicked {
    border-top: 2px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    height: 36px;
    background-color: #00d3f1;
}

.triangle-right-clicked {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #f1f1f1;
}

.inner-triangle-clicked {
    position: relative;
    top: -16px;
    right: 18px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #00d3f1;
}

.margin-tb-5 {
    margin: 5px 0;
}

.map-container {
    background-color: white;
}

.circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: #fbb03b
}

.map-title {
    margin-top: 17px;
    color: black;
    padding: 0 auto;
    margin: 0 auto;
}


/* Always set the map height explicitly to define the size of the div
   * element that contains the map. */

#map {
    height: 100%;
    width: 100%;
}

.map-body {
    height: 700px;
    margin: 0;
    padding: 0;
}

#description {
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    margin-top: 10px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 5px 30px 5px 20px;
    text-overflow: ellipsis;
    width: 400px;
    border: #fcca7c solid 1px;
    background-image: url(../../images/content/marker/search.png);
    background-position: right 8px bottom 5px;
    background-size: 20px;
    background-repeat: no-repeat;
}

    #pac-input:focus {
        border: #fcca7c solid 3px;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.box-inside {
    position: absolute;
    top: 230px;
    right: 12px;
    background-color: #00d3f1;
    opacity: 0.9;
    padding: 0px 0px 0px;
}

.rujukan {
    color: white;
    font-weight: bolder;
    padding: 3px 0;
    background: #00d3f1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00d3f1, #009ff1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00d3f1, #009ff1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00d3f1, #009ff1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00d3f1, #009ff1); /* Standard syntax (must be last) */
}

.status-aduan {
    /*height:150px;*/
    width: 320px;
    border: 2px solid white;
    margin: 20px 15px 15px;
}

.status-aduan-text {
    color: white;
    font-weight: bolder;
    width: 130px;
    margin-top: -15px;
    margin-left: 90px;
    background: #00d3f1;
}

/* checkbox */

input.tick-rujukan[type=checkbox] {
    display: none;
}

    input.tick-rujukan[type=checkbox] + label {
        background-image: url(../../images/content/checkbox-untick.png);
        background-position: left 0px top 4px;
        background-size: 15px;
        background-repeat: no-repeat;
        height: 20px;
        width: 190px;
        display: inline-block;
        padding: 0 0 0 0px;
    }

    input.tick-rujukan[type=checkbox]:checked + label {
        background-image: url(../../images/content/tick_small.png);
        background-position: left 0px top 4px;
        background-size: 15px;
        background-repeat: no-repeat;
        height: 20px;
        width: 190px;
        display: inline-block;
        padding: 0 0 0 0px;
    }

input.tick-status[type=checkbox] {
    display: none;
}

    input.tick-status[type=checkbox] + label {
        background-image: url(../../images/content/checkbox-untick.png);
        background-position: left 0px top 4px;
        background-size: 15px;
        background-repeat: no-repeat;
        height: 50px;
        width: 80%;
        display: inline-block;
        padding: 0 0 0 0px;
    }

    input.tick-status[type=checkbox]:checked + label {
        background-image: url(../../images/content/tick_small.png);
        background-position: left 0px top 4px;
        background-size: 15px;
        background-repeat: no-repeat;
        height: 50px;
        width: 80%;
        display: inline-block;
        padding: 0 0 0 0px;
    }

/* end checkbox */

.head-red {
    background-color: #c5212a;
    margin: 0 5% 7px;
    padding: 3px 0 3px 10px;
    text-align: left;
}

.head-yellow {
    background-color: #fbb03b;
    margin: 0 5% 7px;
    padding: 3px 0 3px 10px;
    text-align: left;
}

.head-green {
    background-color: #74bd47;
    margin: 0 5% 10px;
    padding: 3px 0 3px 10px;
    text-align: left;
}

.label-status {
    text-align: left;
    line-height: 20px;
}

.div-aduan-left {
    margin: 0 auto;
    height: 25px;
    font-size: 12px;
}

.div-aduan-left-2 {
    margin: 0 auto;
    height: 35px;
    font-size: 12px;
}

.label-aduan {
    text-align: left;
    padding-left: 20px !important;
    font-size: 12px;
    font-weight: normal;
}

.jenis-aduan {
    height: 290px;
    width: 320px;
    border: 2px solid white;
    margin: 20px 15px 15px;
    font-weight: normal;
}

.jenis-aduan-text {
    color: white;
    font-weight: bolder;
    width: 130px;
    margin-top: -15px;
    margin-left: 80px;
    background: #00d3f1;
}

.button-custom-grey {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 0px 5px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button-custom-grey-4 {
    background-color: white;
    color: #287a86;
    border: 2px solid white;
}

    .button-custom-grey-4:hover {
        background-color: #e7e7e7;
    }

.keterangan_textarea {
    width: 40%;
    height: 10em;
    border-radius: 1em;
    border: 1px solid #000;
    outline: none;
    resize: none;
}

    .keterangan_textarea:focus {
        box-shadow: inset 0 0 3px 2px #f90;
    }

article {
    /*width: 80%;*/
    margin: auto;
    margin: 20px;
    overflow: hidden;
}


.thumbnail-custom {
    width: 50px !important;
    border-radius: 5px;
    border: 1px solid black;
    display: block;
    float: left;
}

.div-thumbnail-custom {
    display: block;
    float: left;
}

.hr-custom-black {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 0;
    padding: 0;
}

.dummy_file {
    color: black;
    font-size: 12px;
    border: solid black 1px;
}

.dummy_file-label {
    color: #6c6c6c;
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
}

.remove_pict {
    display: block;
    float: left;
    margin: 0px 10px 0 0;
    padding: 0px;
}

.div-dash-bottom {
    overflow: hidden;
    padding-bottom: 60px;
}

.float-block-left {
    float: left;
    display: block;
}

.top-overflow-hidden {
    overflow: hidden;
}

.circle-title-div-2 {
    text-align: left;
    padding: 15px 5px;
    display: block;
}

.circle-title-top {
    text-align: left;
    padding: 15px 5px;
    display: block;
    width: 90%;
    color: black
}

.aduan-parent-2 {
    text-align: left;
    overflow: hidden;
    margin-left: 33px;
}

.aduan-text-main {
    color: black;
    text-align: center;
    font-size: 9px;
    width: 100%;
    line-height: 12px;
    margin-top: 3px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.sub-aduan-parent {
    text-align: left;
    overflow: hidden;
    margin-left: 40px;
}

.textarea-no3 {
    width: 225%;
    margin-left: 10px;
    padding: 10px;
    height: 7em;
    border-radius: 8px;
    border: 1px solid #000;
    outline: none;
    resize: none;
}

.sub-aduan-img-div {
    overflow: hidden;
    margin-bottom: 10px;
}

.sub-aduan-img-div-text {
    float: left;
    color: black;
    font-size: 9px;
    line-height: 12px;
    padding: 0px 5px;
    display: table;
    height: 50px;
    width: 65%;
    margin-left: 5px;
}

.sub-aduan-img-div-text-child {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.aduan-img-div-text {
    /*margin: 0px 0px 0 10px;*/
    width: 100px;
}

.img-cursor-pointer {
    cursor: pointer;
}

.padding-div-cancel {
    padding: 7px;
    width: 74px;
    float: left;
    height: 120px;
}

.sub-img-div-custom {
    margin: 0 auto !important;
    padding: 0 auto !important;
}

.btn-keluar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #636363;
    font-size: 11px;
    background: #f2f2f2;
    padding: 2px 7px;
    border: solid #dedede 1px;
    text-decoration: none;
}

    .btn-keluar:hover {
        background: #ffffff;
        text-decoration: none;
    }

.btn-biru-cair {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    border: 0px !important;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    background: #00d3f1;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    width: 100%;
}

    .btn-biru-cair:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.btn-biru-cair-teruskan {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    border: 0px !important;
    font-family: Arial;
    color: #ffffff;
    background: #00d3f1;
    padding: 8px 50px;
    font-size: 14px;
}

    .btn-biru-cair-teruskan:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.btn-kelabu-asap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    border: 0px !important;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    background: #b5b5b5;
    padding: 8px 50px;
    text-decoration: none;
}

    .btn-kelabu-asap:hover {
        background: #616161;
        text-decoration: none;
    }

.btn-kembali {
    margin-right: 10px;
}

.btn-laporkan-aduan-sama {
    margin: 10px 0;
}

.container-aduan {
    padding: 40px 0 60px 0;
}

.div-padding-top-60p {
    padding-top: 60px;
}

.aduan-bertindan-title {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.aduan-bertindan-description {
    font-size: 14px;
    color: #4b4b4b;
}

.aduan-bertindan-table {
    margin: 20px 0 30px 0;
}

.aduan-bertindan-content-title {
    font-weight: bold;
    color: black;
    margin: 0;
    font-size: 16px;
}

.aduan-bertindan-content-description {
    color: black;
    margin: 0;
    font-size: 12px;
}

table.aduan-bertindan {
    border: 1px solid #FFFFFF;
    background-color: #EBEBEB;
    text-align: left;
    border-collapse: collapse;
}

    table.aduan-bertindan td, table.aduan-bertindan th {
        border: 1px solid #FFFFFF;
        padding: 10px 10px;
    }

    table.aduan-bertindan tbody td {
        font-size: 12px;
        color: #000000;
    }

    table.aduan-bertindan tr:nth-child(even) {
        background: #EBEBEB;
    }

    table.aduan-bertindan thead {
        background: #FBB03B;
        border-bottom: 2px solid #FFFFFF;
    }

        table.aduan-bertindan thead th {
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #FFFFFF;
            text-transform: none;
        }

            table.aduan-bertindan thead th:first-child {
                border-left: none;
            }

    table.aduan-bertindan tfoot td {
        font-size: 14px;
    }

    table.aduan-bertindan tfoot .links {
        text-align: right;
    }

        table.aduan-bertindan tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }


.table-aduan-bertindan-images {
    display: inline;
    margin: 0px;
    padding: 2px;
    vertical-align: middle;
    width: 50px;
    opacity: 0.8;
    cursor: pointer;
}

    .table-aduan-bertindan-images:hover {
        opacity: 1;
    }

.table-aduan-bertindan-content {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    height: auto;
    max-width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    word-wrap: normal;
    white-space: nowrap;
}

input.aduan-bertindan-checkbox[type=checkbox] {
    display: none;
}

    input.aduan-bertindan-checkbox[type=checkbox] + label {
        margin: 3px 0 0 0;
        background: #d7d7d7;
        height: 16px;
        width: 16px;
        display: inline-block;
        padding: 0 0 0 0px;
        border: 1px #cecece solid;
    }

    input.aduan-bertindan-checkbox[type=checkbox]:checked + label {
        height: 16px;
        width: 16px;
        display: inline-block;
        padding: 0 0 0 0px;
        background: url('/assets/images/content/ticked_bertindan.png');
    }

.aduan-pengesahan-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
    margin: 25px 0 50px 0;
    align-items: center;
}

.aduan-pengesahan-content {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: space-around;
}

.aduan-pengesahan-box {
    width: 350px;
    border: solid 1px #ebebeb;
}

.aduan-pengesahan-box-title {
    background-color: #ebebeb;
    color: black;
    font-size: 12px;
    padding: 6px 0;
    font-weight: 500
}

.aduan-pengesahan-box-content-maklumat {
    padding: 15px 25px;
    height: 220px;
}

.aduan-pengesahan-box-p {
    color: black;
    font-size: 12px;
    margin: 0 0 10px 0;
    line-height: 15px;
}

.pengesahan-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.pengesahan-image-thumbnail {
    display: flex;
    justify-content: space-around;
    width: 95%;
}

.img-pengesahan-image-thumbnail {
    width: 90px;
}

/* test */

.aduan-selesai-box {
    width: 40%;
    border: solid 1px #ebebeb;
}

.aduan-selesai-box-title {
    background-color: #ebebeb;
    color: black;
    font-size: 12px;
    padding: 6px 0;
    font-weight: 500
}

.aduan-selesai-box-content-maklumat {
    padding: 25px 25px 20px 25px;
    height: 240px;
    text-align: center;
}

.aduan-selesai-box-p {
    color: black;
    font-size: 12px;
    margin: 0 0 10px 0;
    line-height: 15px;
}

.selesai-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.selesai-image-thumbnail {
    display: flex;
    justify-content: space-around;
    width: 80%;
}

.img-selesai-image-thumbnail {
    width: 90px;
}

.selesai-div-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.selesai-div-content {
    display: flex;
    height: 50%;
    width: 100%;
}

.selesai-buat-aduan-baru-box {
    text-align: center;
    border: solid 2px #7fd8ee;
    width: 300px;
    margin-left: 20px;
}

    .selesai-buat-aduan-baru-box:before {
        content: '';
        height: 240px;
        display: inline-block;
        vertical-align: middle;
    }

.selesai-buat-aduan-baru-content {
    display: inline-block;
    vertical-align: middle;
}


@media only screen and (min-width:2000px) {
    /* for sumo sized (mac) screens */
    .div-width-25 { /* change based 25 to 23 for dashboard sub kategori */
        width: 15%;
    }

    .div-width-75 { /* change based 25 to 23 for dashboard sub kategori */
        width: 85%;
    }
}

.asterick {
    color: red;
    font-weight:bolder;
    font-size:large;
}