img {
	/* Responsive all images */
	max-width: 100%;
	height: auto;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

select.form-control{
    padding: 0 5px;
}

.writer-notif-pic {
    width: 64px;
}

.input-copy{
    border: 0 solid;
    width: 5px;
    height: 5px;
}

.close-btn {
    background-color: #ff2323;
    margin: 0 5px 5px 0;
    border: 0;
    border-radius: 15%;
}

.alert-message {
    margin: 5px;
}

.text-alert>p {
    margin: 5px;
}

.about-us-text {
    text-align: justify;
    line-height: 28px;
    font-size: 14px;
    color: #888;
}


/* Start about-us customer slider */
/**************************/
.mySlides {display: none;}
/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}
/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active-dot {
    background-color: #717171;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3.5s;
    animation-name: fade;
    animation-duration: 3.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}
/**************************/
/* End about-us customer slider */


/* Start calendar */
#r1 {
    padding: 10px;
}

.data {
    height: 30px;
    width: 30px;
}

.samplec {
    background: url(../img/calendar/selectsample.png) center no-repeat;
}

.circle {
    background: url(../img/calendar/off.png) center no-repeat;

}

.tabledate .data td {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;

}

.tabledate tr a {
    position: relative;
    top: -24px;

}

.month-name {
    padding: 0 60px;
    border-radius: 50%;
}
/* End calendar */


/* start please wait loader loading */
.please-wait-div {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #00a7d0;
    position: fixed;
    z-index: 9999;
}

.please-wait-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

    color: #fff;
    font-size: 24px;
    animation: myfirst 5s linear 0s infinite alternate, txt-animation 5s linear 0s infinite alternate;
    text-shadow: 2px 4px 4px #000000;
}

.please-wait-img {
    width: 100px
}


@keyframes myfirst {
    0% {
        left: 40%;
    }
    25% {
        left: 60%;
    }
    50% {
        left: 40%;
    }
    75% {
        left: 60%;
    }
    100% {
        left: 40%;
    }
}

@keyframes txt-animation {
    0% {
        opacity: 1;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

.please-wait-close-button {
    color: #ffffff;
    margin: 5px;
    width: 10px;
}
/* end please wait loader loading */

.file-upload-description-text {
    color: #aaa;
}

.un-archived-message-btn {
    color: #fff;
    display: contents;
}
.un-archived-message-link {
    color: #fff;
    background-color: #181844;

    border-radius: .25em;
    -webkit-box-shadow: none;
    box-shadow: none;=
    cursor: pointer;
    font-size: 1.0625em;
    font-weight: 500;
    margin: 0 .3125em;
    padding: .625em 2em;
}

.new-personal-code-area {
	background-color: #0c5460;
	padding: 10px;
}

/* start procedure pages */
.form-procedure-logo {
	width: 150px;
}
.procedure-form-input-without-border {
	border: none;
	text-align: center;
}
.procedure-form-input-without-border:focus{
	outline: none;
}
/* end procedure pages */

.box-reserve-food {
	height: 200px;
	padding-top: 15px;
	border: 2px #e5597c dashed;
	background-color: #2c3640;
	color: #f0f3e9;
}
.box-reserve-food>.btn{
	background-color: #0b0b0b;
}

.submit-food-reserve {
	padding: 10px;
	text-align: center;
	background-color: #262626;
	color: #fffae9;
	border-radius: 10px;
	border: none;
}

.head-my-food-reserve-table {
	background-color: #dd4b39;
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

	animation: rotate-div-animation 5s;
	animation-iteration-count: infinite;
}

@keyframes rotate-div-animation {
	0% { transform: rotate(0deg); }
	10% { transform: rotate(-0.5deg); }
	20% { transform: rotate(0deg); }
	30% { transform: rotate(0.5deg); }
	40% { transform: rotate(0deg); }
	50% { transform: rotate(-0.5deg); }
	60% { transform: rotate(0deg); }
	70% { transform: rotate(0.5deg); }
	80% { transform: rotate(0deg); }
	90% { transform: rotate(-0.5deg); }
	100% { transform: rotate(0deg); }
}

.leave-request-date {
	text-align: center;
	font-size: 12px;
	background-color: #5b5b5b;
	color: #e7e7e7;
}

table.table-bordered tbody th, table.table-bordered tbody td {
	vertical-align: middle;
}

.custom-alert-wait {
	color: #ffffff;
	background-color: #2a9999;
}

.custom-alert-end {
	color: #e0e0e0;
	background-color: #3b3b3b;
}

.user-img {
	width: 64px;
}

.btn-req-manage-opr{
	padding: 7px;
	margin: 5px;
}

.nowrap-txt {
	white-space: nowrap;
}

.pointer-cursor {
	cursor: pointer;
}
