.img-box-custom{
    max-width: 50px;
}
.img-box-custom img{
    max-width: 100%;
}
.layout_padding{
    padding: 33px 0 65px 0;
}


/* apply form */

/* Full-width input fields */
.apply-form input[type=text],
.apply-form input[type=date],
.apply-form input[type=time],
.apply-form input[type=password],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/* Set a style for all buttons */
.apply-form button {
    background-color: #2c7873;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.apply-form button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */


/* Center the image and position the close button */
.apply-form .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.apply-form img.avatar {
    width: 40%;
    border-radius: 50%;
}

.apply-form .container-form {
    padding: 16px;
}

.apply-form span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.apply-form .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    
    padding-top: 60px;
}

/* Modal Content/Box */
.apply-form .modal-content {
    /* margin: 5% auto 15% auto; */
    margin: -5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    /* border: 1px solid #888; */
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.apply-form .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.apply-form .close:hover,
.apply-form .close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.apply-form .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
.autocomplete {
    position: relative;
    display: inline-block;
}
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
    min-width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.bnone{
    border: none;
}

.about-photo {
    max-height: 470px;
    height: 470px;
}
.about-photo-detail-box{
    max-height: 120px;
    min-height: 120px;
    height: 120px;
}
.banner{
    height: 36px;
    background: yellow;
    padding: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#message{
    display: none;
    font-size:26px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .apply-form span.psw {
        display: block;
        float: none;
    }

    .apply-form .cancelbtn {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .pmw {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        font-family: "Times New Roman",Times,serif !important;
    }
}
@media screen and (min-width: 600px) {
    .apply-form .imgcontainer {
        text-align: center;
        margin: -30px 0 12px 0;
        position: relative;
    }
    .remove-top-padding {
        padding: 0px 0 65px 0 !important;
        margin-top: -50px !important;
    }

    .pbc-0 {
        padding: 0px 0 0px 0 !important;
        margin-bottom: 0px;
    }
}