/** Please add your Custom CSS here **/
.img-navbar {
    /* position: static;
  z-index: -1; */
    max-width: 1%;
    /* float: left; */

}

/* Add styles to the form container */
.container-login {
    /* position: absolute; */
    /*right: 0;
  margin: 20px;*/
    width: 100%;
    height: 100%;
    /* width: 100%; */
    /* padding: 15.2%;  */
    background-color: #F7A11B;
}

.container-register {
    /* position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;*/
    padding: 3% 3% 3% 3%;
    width: 40%;
    /* padding-top: 40px; */
    background-color: #F7A11B;
    border-radius: 15px;
}

.bg-register {

    background: url('../img/Login BG.png') no-repeat;
    background-size: cover;
}

/* Full-width input fields */
input[id=username],
input[id=password] {
    width: 80%;
    padding: 7px;
    margin: 2px 5px 22px 7PX;
    border: none;
    background: #F2F2F2;
    /* border-radius: 8px; */
    font-size: 80%;
    line-height: 200%;
}

input[id=searchnav] {
    width: 40%;
    padding: 1%;
    margin: 1% 0 1% 0%;
    border: none;
    background-color: #F2F2F2;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    outline: none;
}


/* register fields */
input[class=regfield] {
    width: 100%;
    padding: 3%;
    margin: 4% 0% 4% 0%;
    border: none;
    background: #FFFF;
    border-radius: 9px;
    font-size: 11px;
    /* font-color:#AAAAAA; */
}

input[type=text]:focus,
input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.div-icon {
    position: static;
    z-index: -1;
    max-width: 26%;
    float: right;
    /* left:100%; */
    padding-right: 5px;


}

.div-search {
    width: 26%;
    position: absolute;
    right: 0%;
    margin: 1% 1% 1% 0%;
}

.search-icon {
    margin: 2% 0 2% 0;
    color: orange;
    min-width: 50px;
    position: absolute;
    left: 3%;
    bottom: 12%;
}


/* Set a style for the submit button */
.btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
}


/* slider */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

*,
*:before,
*:after {
    box-sizing: border-box;
}


.slider-htp {
    /* height: 100%; */
    /* position: relative; */
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
    left: -300%;
}

.slider__nav:checked:nth-of-type(5)~.slider__inner {
    left: -400%;
}

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 0rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__image {
    font-size: 2.7rem;
    /* color: #2196F3; */
}

.slider__caption {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.slider__txt {
    color: #999;
    margin-bottom: 3rem;
    max-width: 300px;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {
    color: red;
}

/* style for card */
.card-index {
    box-shadow: 0 4px 8px 0 rgba(0.2, 0, 0, 0);
    transition: 0.3s;
    width: 90%;
    border-style: solid;
    border-width: medium;
    background-color: #ffffff;
    border-radius: 20% 20% 0 0;
}

.card-index:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.imagepromo {
    border-radius: 20% 20% 0 0;
}

.containerindex {
    padding: 1% 10% 10% 10%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

}

.container-promo {
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 25%;
    margin-right: 0%;
    margin-left: 5%;




}

.container-htp {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 35%;
    margin-right: auto;
    margin-left: auto;


    /* search form index */
}

.container-app {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5%;
    margin-right: auto;
    margin-left: auto;

    /* search form index */
}

input.nav[type=text] {
    width: 15%;
    height: 15%;
    box-sizing: border-box;
    /* border: 2px solid #ccc; */
    border-radius: 20px;
    font-size: 12px;
    background-color: #F2F2F2;
    background-image: url('/img/searchicon.png');
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 19px 20px 15px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: absolute;
    left: 83%;
}

input.nav-faq[type=text] {
    width: 45%;
    height: 6%;
    box-sizing: border-box;
    /* border: 2px solid #ccc; */
    border-radius: 20px;
    font-size: 12px;
    background-color: #F2F2F2;
    background-image: url('/img/searchicon.png');
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    /* padding: 19% 0 10% 0; */
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    left: 28%;
    top: 28%;
    top: 28%;
    top: 28%;
    top: 28%;
    top: 28%;
    top: 28%;
    top: 28%;
    position: absolute;
    z-index: 5;
}

div.b {
    border: none;
    padding: 50px 0;
    padding: 50px 0;
    padding: 50px 0;
    padding: 50px 0;
    padding: 50px 0;
    padding: 50px 0;
    padding: 50px 0;
    resize: both;
    overflow: auto;
}

/* lot rental page - start  */

/* #lot-rental {
font-family: 'Montserrat';
} */

#form_mbppnewreserve>.form-group>label,
#form_mbpptempreserve>.form-group>label,
#form_mbspnewreserve>.form-group>label,
#form_mbsptempreserve>.form-group>label {
    color: black;
}

.container.lot-form {
    background-color: white;
    width: 90%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    /* padding-left: 4%;
  padding-right: 4%; */

}

.container.lot-form2 {
    background-color: white;
    width: 95%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    /* text-align:center; */
    /* padding-left: 3%; */
    padding-right: 5%;

}

.container.reporting-form {
    background-color: white;
    width: 100%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    /* padding-left: 4%;
  padding-right: 4%; */

}


#form_mbppnewreserve>.form-group>div>p,
#form_mbspnewreserve>.form-group>div>p,
#form_mbpptempreserve>.form-group>div>p,
#form_mbsptempreserve>.form-group>div>p {
    font-size: 12px;
    line-height: 20px;
}

.form-control::placeholder {
    font-size: 10px;
    font-family: 'Montserrat';
}


.lot-rental-section {
    background: url('../img/Background Image.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
    padding-left: 5%;
    padding-right: 5%;
}


.about-us {
    background: url('../img/About Us.png') no-repeat;
    background-size: cover;

}


.reload-section {
    background: url('../img/BG-reload.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
    padding-left: 16%;
    padding-right: 16%;

}

.agentlist-section {
    background: url('../img/AgentBackground.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
}

.dashboard-section {
    background: url('../img/dashboard-BG.png') no-repeat;
    background-size: cover;
    /* padding-top: 50px; */
    /* padding-left: 10%; */
    /* padding-right: 10%; */

}



.-section {
    background: url('../img/AgentBackground.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
}

.container.agent-form {
    background-color: white;
    width: 85%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    /* padding-left: 4%;
      padding-right: 4%; */

}

.container.dashboard-form {
    background-color: white;
    width: 90%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    /* padding-left: 4%;
      padding-right: 4%; */

}

.container.dashboard2-form {
    /* background-color: white; */
    width: 100%;
    /* border-radius: 30px; */
    /* padding-top:2%; */
    padding-bottom: 0%;
    /* padding-left: 6%; */
    /* background: url("../img/BG Compound.png") no-repeat; */

}

.body-dashboard {
    width: 100%;
    background: url('../img/Background-long.png') no-repeat;
}


.profile-dashboard {
    width: 100%;
    background: url('../img/Profile Background.png') no-repeat;
}



.subhighlight-section {
    background: url('../img/sh-Background.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
}

.media-section {
    /* background: url('../img/sh-Background.png') no-repeat; */
    /* background-size: cover; */
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
}

.indexpromotion-section {
    background: url('../img/HomeHighlightBG.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
    border-bottom: solid 9px #F7A11B;

}

.dashboardindex-section {
    background: url('../img/HomeHighlightBG.png') no-repeat;
    background-size: cover;



}

.indexh2-section {
    background: url('../img/HowToPSPBG.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';

}


.parking-history-section {
    background: url('../img/BG-history.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
    padding-left: 16%;
    padding-right: 16%;

}

.promotion-section {
    background: url('../img/Highlight background.png') no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;


}

.title-img {
    text-align: center;
    margin-bottom: 50px;
}

#form_mbppnewreserve input[type=text],
#form_mbppnewreserve select,
#form_mbppnewreserve textarea,
#form_mbpptempreserve input[type=text],
#form_mbppnewreserve select,
#form_mbppnewreserve textarea,
#form_mbspnewreserve input[type=text],
#form_mbppnewreserve select,
#form_mbppnewreserve textarea,
#form_mbsptempreserve input[type=text],
#form_mbppnewreserve select,
#form_mbppnewreserve textarea {
    background-color: #f1f1f1;
}

.border-table-only {
    border: 1px solid #ccc;
}

.color-blue {
    color: blue;
    font-weight: bold;
}

.lot-detail-table>thead {
    background-color: #ccc;

}

.lot-detail-table thead th {
    text-align: center;
    font-weight: bold;
    color: black;
}

#payment-table>tbody>tr>td>input[type="text"],
#payment-table>tbody>tr>td>strong>input[type="text"] {
    background-color: #ffffff;
    border: none;
    text-align: center;
}

#payment-table>tbody>tr>td,
#payment-table>thead {
    color: black;
}

.submit-btn {

    background: url('img/Submit button.png') no-repeat contain;
}

td .form-control {
    margin: 5px;
    margin-bottom: 0;
}

#icon-delete-lot {
    border: none;
    background-color: white;
    text-align: center;
}

#icon-delete-lot span {
    color: red;
    font-size: 14px;
}

#btn-delete-lot {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


/* .reload-section {
/* background: url('../img/BG Reload.png') no-repeat;
background-size: 160%; */
/* padding-top: 50px; */
/* } */

.container.reload-form {
    background-color: white;
    width: 70%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    padding-left: 4%;
    padding-right: 4%;
}

.container.parkinH-form {
    background-color: white;
    width: 90%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    padding-left: 4%;
    padding-right: 4%;
}


td #btn-delete-lot {
    padding: 6px 12px;
    margin-top: 5px;
    width: inherit;
}

#parkinhistory-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: auto;
}

#parkinhistory-table td,
#parkinhistory-table th {
    border: 1px solid #ddd;
    padding: 4px;
}

#parkinhistory-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#parkinhistory-table tr:hover {
    background-color: #ddd;
}

#parkinhistory-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3f48cc;
    color: white;
}


#agent-table {
    font-family: 'Montserrat';
    border-collapse: collapse;
    width: 100%;
    color: black;
    font-size: 12px;
}

#agent-table td,
#agent-table th {
    border: 1px solid #ddd;
    padding: 5px;
}

#agent-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#agent-table th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #3f48cc;
    color: white;
}

.container.agent {
    background-color: white;
    border-radius: 30px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 4%;
    padding-left: 4%;
    width: 60%;
}

@media screen and (max-width: 600px) {
    #parkinhistory-table {
        font-family: 'Montserrat';
        border-collapse: collapse;
        width: 90%;
        font-size: 6px;
    }

    #parkinhistory-table td,
    #parkinhistory-table th {
        border: 1px solid #ddd;
        padding: 1px;
    }

    #parkinhistory-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #parkinhistory-table tr:hover {
        background-color: #ddd;
    }

    #parkinhistory-table th {
        padding-top: 3%;
        padding-bottom: 4%;
        text-align: left;
        background-color: #3f48cc;
        color: white;
    }
}


#lot-rental,
#compoundBody {
    font-family: 'Montserrat';
}

#faq-body {
    font-family: 'Montserrat';
    font-size: small;
}

/* compound css */

#term {
    width: 100%;
    background-color: #f1f1f1;

}

.compound-section {
    background: url("../img/BG Compound.png") no-repeat;
    background-size: cover;
    padding-top: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
    /* padding-left: 10%; */
    /* padding-right: 10%; */

}

.compound-section2 {
    /* background: url("../img/BG Compound.png") no-repeat; */
    background-size: cover;
    /* padding-top: 50px; */
    font-size: 12px;
    font-family: 'Montserrat';
    /* padding-left: 10%; */
    /* padding-right: 10%; */

}


.faq-section .container {
    width: 100%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 0%;
    padding-left: 21%;
    padding-right: 21%;
}

.compound-section .container {
    background-color: white;
    width: 90%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 1%;
    padding-left: 5%;

}

.compound-section2 .container {
    background-color: white;
    width: 90%;
    border-radius: 30px;
    padding-top: 2%;
    padding-bottom: 1%;
    /* padding-left: 5%; */

}

.btnPay button {
    border: none;
    background-color: #fff;
    margin-top: 8px;
    /* width: 80%; */
}

.btnCompound {
    background-color: #F69321;
    width: fit-content;
    height: fit-content;
    padding: 8px 12px;
}

#ntkSearch {
    width: 100%;
    border-radius: 0%;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

#choose-compound {
    padding-top: 0;
}


.promoBtn {

    margin-top: 35px;
    margin-bottom: 25px;

}

.loginBtn {
    background-color: transparent;
    border: none;
    margin-top: 20px;
    width: 25%;
}

/* drobdown login form  */

.navbar .navbar-form {
    border: none;
}

.navbar .action-form {
    width: 280px;
    padding: 20px;
    left: auto;
    right: 0;
    font-size: 14px;
}

.navbar .action-form a {
    color: #F7A11B;
    padding: 0 !important;
    font-size: 10px;
}

.navbar .action-form .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;

}

.navbar .btn-primary,
.navbar .btn-primary:active {
    color: #fff;
    background: #F7A11B !important;
    border: none;
}

.navbar .btn-primary:hover,
.navbar .btn-primary:focus {
    color: #fff;
    background: #F7A11B !important;
}

.navbar .social-btn .btn,
.navbar .social-btn .btn:hover {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    font-size: 13px;
    border: none;
    transition: all 0.4s;
    text-align: center;
    line-height: 34px;
    width: 47%;
    text-decoration: none;
}

.navbar .social-btn .facebook-btn {
    background: #507cc0;
}

.navbar .social-btn .facebook-btn:hover {
    background: #4676bd;
}

.navbar .social-btn .twitter-btn {
    background: #64ccf1;
}

.navbar .social-btn .twitter-btn:hover {
    background: #4ec7ef;
}

.navbar .social-btn .btn i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}

.navbar .action-buttons .dropdown-toggle::after {
    display: none;
}

.form-check-label input {
    position: relative;
    top: 1px;
}

@media (min-width: 1200px) {
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .navbar .dropdown-menu.action-form {
        width: 100%;
        padding: 10px 15px;
        background: transparent;
        border: none;
    }

    .navbar .form-inline {
        display: block;
    }

    .navbar .input-group {
        width: 100%;
    }
}

#comp {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

#comp td,
#comp th {
    border: 1px solid #ddd;
    padding: 4px;
}

#comp tr:nth-child(even) {
    background-color: #f2f2f2;
}

#comp tr:hover {
    background-color: #ddd;
}

#comp th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3f48cc;
    color: white;
}


.dropbtn {
    /* background-color: #04AA6D; */
    color: #ffffff;
    padding: 16px;
    font-size: 16px;
    border: none;
    width: 90%;
    /* height: 30%; */
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0 15% 0 15%;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-family: 'Montserrat';
}

.dropdown-content h4 {
    color: black;
    padding: 10% 15% 0 15%;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-family: 'Montserrat';
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ffffff;
}

/* .btnprint {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: Transparent;
  border: none;
  background: url('../img/Print.png') no-repeat

} */

/* notification .badge */
.notification {
    background-color: transparent;
    color: white;
    text-decoration: none;
    /* padding: 15px 26px; */
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

/* .notification:hover {
  background: red;
} */

.notification .badge {
    position: absolute;
    top: 1%;
    right: -20px;
    padding: 6% 8%;
    /*size*/
    border-radius: 50%;
    background-color: #c93720;
    color: white;
    font-size: 110%;
}



.table-index td {
    text-align: center;
    padding: 1% 8% 0 0;
}

.table-menu td {
    text-align: center;
    padding: 1% 3% 0 0;
}
