/*.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;

    &::after {
        content: '';
        clear: both;
        display: block;
    }
}*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-anksyu');
	src:url('fonts/icomoon.eot?#iefix-anksyu') format('embedded-opentype'),
		url('fonts/icomoon.woff?-anksyu') format('woff'),
		url('fonts/icomoon.ttf?-anksyu') format('truetype'),
		url('fonts/icomoon.svg?-anksyu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-check"]:before, [class*=" icon-check"]:before,[class^="icon-uncheck"]:before, [class*=" icon-uncheck"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-right: 5px;
	min-width: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#sumguest{
	font-size: 30px;
}
.toast-top-center{
	top: 0;
	
	width: 50%;
	position: fixed;
	z-index: 999999;
}
.kt-pax{
	display: block;
	float: left;
	width: 50%;
}
.kt-widget20__number {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    font-size: 1.8rem;
}
table.summaty-activity{
	font-size: 90%;
}
table.summaty-activity th,table.summaty-activity td{
	padding: 0.4rem !important;
}
.toast-info-car {

    background-color: #0abb87;
    }
.toast-container > div {
	
	margin-left: auto;

margin-right: auto;
    
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.seasportremark{
	cursor: pointer;
	background-color: #0abb87;
border-color: #0abb87;
color: #ffffff;
}
.radio-big{
	width: 1.2em;
height: 1.2em;
}
tr.summation-white td{
	color: #000;
	background-color: #343a40;
	border-top: none;
	font-weight: bold;
}
.toast-container{
	
}
.border-right-1{
    border-right: solid 1px #000;
}
table.pngbooking td{
    padding: 5px;
    font-family: Tahoma; 
}
table.pngbooking td.border-1{
    border: solid 1px #000;
}
table.pngbooking td.border-1-0{
    border-top: 0px solid  #000;
    border-right: 1px solid  #000;
    border-bottom: 1px solid  #000;
    border-left: 1px solid  #000;
}
table.pngbooking td.small-font{
    font-size: 7px;
}
table.pngbooking tr.border-bottom td{
    border-bottom: 1px #000 solid; 
}
table.pngbooking tr td:first-child {
     border-left: 1px #000 dotted; 
     
}
table.pngbooking tr td:last-child { 
    border-right: 1px #000 dotted; 
    
}
tr.border-top-1 td{
    border-top :1px solid #000;
}
tr.border-bottom-1 td{
    border-bottom :1px solid #000;
}
.border-left-1{
    border-left: 1px #000 solid;
}
.border-right-1{
    border-right: 1px #000 solid;
}
.bold{
    font-weight: bold;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 24px;
}
.font14{
    font-size: 14px;
}
.font9{
    font-size: 11px;
}
select.wait{
    background-color: #808080;
}
.padding-small{
	padding: 0.65rem 0.3rem;
}
i.green{
	color:#006600;
}
i.yellow{
	color:#ffcc00;
}
i.red{
	color:#cc0000;
}

.icon-uncheck::before,.icon-check::before{
	font-size: 1.3em;
	margin: 0px;
	color: #000;
}
.data-inline-modal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hidden {
    display: none !important;
}
.form-control.cus-address {
    background: #dadada;
}
.form-control.cus-address {
    height: 66px;
    overflow-y: scroll;
}
.table-summary > .row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.table-summary .data-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.table-summary input.label-data {
    width: 50px;
    margin: 0 5px;
    height: auto;
   
}
.icon-check:before {
	content: "\e68a";
}
.icon-uncheck:before {
	content: "\e68b";
}
.a-z > li > a {
    padding: 5px 7px !important;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination .active > a, .pagination .active > a:hover {
    background: #eee;
    border-color: #dddddd;
    color: #333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.hide{
    display: none;
}
.input-group-btn{
    color: #a7abc3;
    text-align: center;
    white-space: nowrap;
    background-color: #f7f8fa;
    
}
.form-control.select2-container {
    border: 0;
    height: auto !important;
    padding: 0px;
}
.form-control .select2-choice {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: none !important;
    filter: none;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 3px 0 0px 12px;
}
.select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background-color: #fff !important;
    filter: none;
    border-left: 1px solid #e5e5e5 !important;
}
.display-none{
	display: none;
}
.date-picker .btn{
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
table.booking th,table.booking td{
    padding: 0.5em 0.1em 0.5em 0.1em;
    text-align: center;
}
.auto-head{
    padding: 5px;
	 background-color: #bd0811;
	 color: #fff;
}
.gautocomplete .item{
	padding: 5px;
}
.row-item{
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: #bd0811;
	margin: 5px -15px;
}
.dashboard-calendar{
    background: none !important;
    border: none !important;
   
}
.gautocomplete div.highlight {
    background-color: #f7a8a8;
}
tbody.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.gautocomplete {
    background-color: #FFF;
}
.padding-top-0{
    padding-top:0px !important;
}
.wating-activity{
    background-color: #eee;
}
.hotelback,.hotel,.la-plus,.flaticon2-plus-1{
    cursor: pointer;
}
td.seasport-opt{
	background-color: #eee;
}
td.seasport-comp{
	background-color: #daeef3;
}
.table .th-border-fff th{
    border: solid 1px #fff;
}
.table .thead-custom th {
    color: #fff;
    background-color: #DCC699;
    border-color: #fff;
    border-top-color: rgb(69, 77, 85);
    vertical-align: middle;  
}
.table .thead-custom-7m th {
    color: #fff;
    background-color: #0062af;
    border-color: #fff;
    border-top-color: rgb(69, 77, 85);
    vertical-align: middle;  
}
td.padding-activity{
    padding: 0.75rem 0.3rem;
}
.activity{
    padding: 0.65rem 0.3rem;
    text-align: center;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.width-100{
    width: 100%;
}
tr.summation-white td{
	color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    text-align: center;
    font-weight: bold;
}
tr.summation td{
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    text-align: center;
    font-weight: bold;
}


tr.scheckin-1 td{
    color: #fff;
    background: #0abb87;
    text-align: center;
    border-top:none;
}

.booking-1,.checkin-0{
    color: #000000;
}
.checkin-1{   
    color: #000;
}
.active-2{
	color: #cc0000 !important;
	border-bottom: 1px solid #cc0000 !important;
}
.active-3{
	color: #ffcc00 !important;
	border-bottom: 1px solid #ffcc00 !important;
}
.active-4{
	color: #808080 !important;
	border-bottom: 1px solid #808080 !important;
}
.booking-2,.checkin-2{
    background: #cc0000;
    color: #000;
}
.booking-3,.checkin-3{
    background: #ffcc00;
    color: #000;
}
.booking-4{
    background: #808080;
    color: #000;
}
.booking-5,.checkin-5{
	background: #cc0000;
    color: #9e9797;
    color: #000;
}
tr.summation td{
	
	text-align: center;
    border-top:none;
    font-weight: bold;
}
tr.checkin td{
	color: #000;
	text-align: center;
}
tr.checkin-0 td{
    background: #FFFFFF;
    text-align: center;
}
tr.checkin-1 td{
    color: #006600;
    text-align: center;
}
tr.checkin-2 td,tr.checkin-3 td,tr.checkin-4 td,tr.checkin-5 td,tr.checkin-6 td{
    background: #cc0000;
    text-align: center;
}
tr.checkin-7 td{
    background: #ffcc00;
    text-align: center;
}
tr.checkin-8 td{
    color: #cc0000;
    text-align: center;
}
tr.payment-2 td{
	color: #006600;
}

span.status-1,span.checkinstatus-1{
    background: #006600;
    color:#fff;
    padding:5px;
    border-radius:5px;
}
span.status-2,span.checkinstatus-8{
    background: #cc0000;
    color:#fff;
    padding:5px;
    border-radius:5px;
}
span.status-3{
    background: #ffcc00;
    color:#fff;
    padding:5px;
    border-radius:5px;
}
tr.summation-1 td{
    background: #006600;
    text-align: center;
}
tr.summation-2 td{
    background: #cc0000;
    text-align: center;
}
tr.summation-3 td{
    background: #ffcc00;
    text-align: center;
}
tr.summation-4 td{
    background: #808080;
    text-align: center;
}
tr.summation-5 td{
    background: #9e9797;
    text-align: center;
}

.table th, .table td{
    vertical-align: middle;
}
table.checkin td{
    padding: 0.75rem 0.2rem;
}
.alert-text {
    font-weight: 500;
    color: #fd397a;
}

