input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield !important;
}
.login-logo {
	margin-bottom:0 !important;
	background-color:#fff;
	border-radius: 5px 5px 0 0;
	padding:5px 0 8px 0;
}
.btn-tabledata {
	width:38px;
	height:30px;
	font-size:.8rem;
	display: inline-block;
    margin-top: 0 !important;
}

.fa-tabledata {
	padding-top:5px;
}

.gm-style-iw-d {
	color:#000;
}

.table-data-small {
	font-size:0.8rem;
}
.table_paginate {
	position:relative;
	text-align:right;
	margin:5px;
}
.table_paginate_list {
    position: relative;
	padding: 7px 0;
    top: 2px;
    border-radius: 5px;
    background-color: #3a4047 !important;
}
.table_search {
	margin-bottom:5px;
}
.nav-pad {
	padding-left:30px;
}
.nav-pad2 {
	padding-left:45px;
}
.nav-pad3 {
	padding-left:60px;
}
.numvalright {
	max-width:150px !important;
	text-align:right !important;
}
.numvalrightsmall {
	max-width:64px !important;
	text-align:right !important;
}
.form-check-label {
	margin-bottom:15px !important;
	margin-left:5px !important;
}
.form-check-input {
	width:20px !important;
	height:20px !important;
}
.form-control-date {
	width:250px !important;
	max-width:250px !important;
}
h5.booking {
	padding: 13px 0 0 15px;
    margin: 0;
}
.btn-editdata {
	width:38px;
	height:36px;
	font-size:1.1rem;
	display: inline-block;
    margin-top: 0 !important;
	padding-left:10px;
}
.diveblock {
	display:none;
}
.is-warning {
    border-color: #ffc107 !important;
}
.is-valid {
	border-color: #28a745 !important;
}
.is-available {
	border-color: #28a745 !important;
}
.selmenu {
	color:#3f6791 !important;
}
#loader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	z-index:100000;
	display:none;
}
#loader_content {
	position:absolute;
	width:30px;
	height:30px;
	top:calc(50% - 15px);
	left:calc(50% - 15px);
}
#loader_content img {
	width:100%;
}

.badge-closed {
  color: #fff;
  background-color: #3779bb;
}

.info-box-content {
	overflow:hidden;
}

ul.home {
	list-style-type:none;
	padding-left:10px;
}
ul.home li {
	display:inline-block;
	width:230px;
	margin-right:5px;
}

.messages {
	color:#fff;
}

.message:hover{
	color: #5ba7f9 ;
	text-decoration: none;
	cursor:pointer;
}
.message_new {
	color:#87dd60 !important;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#msg_popup {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:100000;
	display:none;
}
#msg_popup_content {
	position:absolute;
	width:300px;
	top:100px;
	left:calc(50% - 150px);
}

#helplink {
	padding-top:7px;
	color: rgba(255,255,255,.75);
	padding-right: 1rem;
	padding-left: 1rem;
	cursor:pointer;
}
#helplink:hover {
	color: rgba(255,255,255,1);
	cursor:pointer;
}