/*Signup*/
.front .box-container.signupbox {
    display: block !important;
}
/*Datatables*/
.general-documents-table .dataTables_wrapper .dataTable .receiptActiontablerow td{
	width: 25%;
}
.reports .wrapper table.dataTable.display thead tr th.reports-actions{
	min-width: 200px !important;
}

table.dataTable.display tbody tr td.rec-room div{
	max-width: 210px;
	word-wrap: break-word;
}

@media only screen and (max-width: 991px){
	table.dataTable.display tbody tr td.rec-room div{
		max-width: 900px;
	}
}

@media only screen and (max-width: 991px){
	table.dataTable.display tbody tr td.rec-room div{
		max-width: 600px;
	}
}
@media only screen and (max-width: 768px){
	table.dataTable.display tbody tr td.rec-room div{
		max-width: 270px;
	}
}
@media only screen and (max-width: 480px){
	table.dataTable.display tbody tr td.rec-room div{
		max-width: 100px;
	}
}

/*receipt form*/
input[type="checkbox"][disabled="disabled"]
{
    opacity: 0.5;
}

section.receipt #invoice-details-fields:not(.autocomplete) .infobox .field.irs-container .field-content
{
	padding: 0 20px 0 0 !important;
}
section.receipt .infobox.custom-table-invoice .enable-check-afm-field{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
	justify-content: flex-start !important;
    -ms-flex-line-pack: center !important;
	align-content: center !important;
}
section.receipt .infobox.custom-table-invoice .enable-check-afm-field label{
	white-space: nowrap !important;
    padding: 0 0 0 0 !important;
    line-height: 50px !important;
    width: auto !important;
	margin-right: 20px;
}

section.receipt .infobox.custom-table-invoice .enable-check-afm-field .checkbox{
margin: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

section.receipt .not-show,
section.receipt .infobox .field .not-show {
    display: none !important;
}
section.edit-reservation .custom-table-payment.third-screen-fields-container .field,
section.receipt .custom-table-payment.third-screen-fields-container .field {
    width: 33.3333%;
}
#receipt_vat_exceptions{
    width: 100% !important;
}
@media only screen and (max-width: 380px)
{
    #receipt_vat_exceptions {
        width: 280px !important;
    }
}
.autocomplete-company-details-action .btn-prm{
	height: 45px !important;
}
.field.street-container{
	width: 40% !important;
}

.new_receipt_form .extra_service_box .field-content .field-container,
.update_reservation_form .extra_service_box .field-content .field-container,
.credit-invoicer-container .extra_service_box .field-content .field-container{
    display: table;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 768px){
	section.receipt .new_receipt_form .field-error-container .field,
	section.receipt .credit-invoicer-container .field-error-container .field{
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width: 480px){
	section.receipt .infobox .field .field-content select{
		padding: 10px 15px !important;
	}
}
@media only screen and (max-width: 768px) {
	section.receipt #invoice-details-fields:not(.autocomplete) .infobox .field.irs-container .field-content
	{
		padding: 0 0 0 0 0 !important;
	}
}
@media only screen and (max-width: 992px){
	section.receipt .custom-table-invoice .field.autocomplete-company-details-action{
		width: 100% !important;
	}
	section.receipt .custom-table-invoice .field.autocomplete-company-details-action label{
		height: 0;
	}
}
@media only screen and (max-width: 1200px){
	.autocomplete-company-details-action .btn-prm{
		width: 100%;
	}
}
.field.street-container{
	width: 40% !important;
}

/*Footer Support Items Start*/
.support .support-item:not(:last-child) {
    margin-bottom: 10px;
}

.support .support-item i {
	margin-right: 12px
}

.support .support-item .support-item__text a {
	padding-bottom: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 992px){
	.support .support-item {
		justify-content: center;
		flex-direction: column;
		text-align: center;
		max-width: 477px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-footer.footer-front .support .support-item i {
		margin-right: unset;
	}
}
/*Footer Support Items End*/

/*Reservation Settings Start*/
table.dataTable.display .reservations-settings>td {
    height: unset;
}
/*Reservation Settings End*/
/*Support Wrap Start*/
.support.main .btn-prm.cancel {
    display: flex !important;
    justify-content: center !important;
}

.support.main .btn-prm.cancel i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    width: unset;
    transition: color 0.2s;
}

.support.main .btn-prm.cancel:hover i {
    color: #245a71;
}

.support-wrap section.box .title {
    display: flex;
    align-items: center;
}

.support-wrap section.box .title i {
    width: unset;
    margin-right: 8px;
}

.support-wrap .ticket-date i {
    width: unset;
    margin-right: 5px;
}

/*Support Wrap End*/

/* Administrator Profile Form Start*/
#administrator_profile_form label[for=hotel_administrators_confirm_password]~.field-container {
    position: relative;
}

#administrator_profile_form .field-container .showHidePass {
    top: 50%;
    transform: translateY(-50%);
}

.checkbox:checked {
    background: #2ecc71;
}
/* Administrator Profile Form End*/

/* Documents Settings Form Start*/
section.documents-options .details .box:first-child{
    margin-top: 0;
}
.documents-settings-container .title.login-info-title{
    font-size: 1.8rem !important;
    line-height: 28px;
    margin: 20px 0 40px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}
.documents-settings-container .documents-options.fields-container .field.documents-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.documents-settings-container .documents-options.fields-container .field.documents-options label.field-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.documents-settings-container .documents-options.fields-container .field.documents-options .field-container .documents-options-field {
    width: 300px !important;
}
.documents-settings-container .block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* Documents Settings Form End*/
/* Tooltip Style Start*/
.documents-options.fields-container .field.documents-options label.field-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.documents-options.fields-container .field.documents-options label.field-content i {
    margin-left: 10px;
}

.documents-options.fields-container .field.documents-options label.field-content i:hover {
    cursor: help;
}
/* Tooltip Style Form End*/

/*support list*/
.card-body ul.timeline li .timeline-panel .timeline-body p{
    white-space: pre-line;
}

/*alert boxes*/
.alert-warning{
    padding: 40px 30px;
    margin: 0 0 0 0;
    background: #fff;
    border: none;
    margin-bottom: -5px;
    margin-top: 0 !important;
}

.alert-warning .text{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left !important;
    border-radius: 4px;
    padding: 22px 25px;
    padding-left: 45px;
    display: flex;
    margin: auto;
    max-width: 1024px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background: #f4f2f3; */
    background: #f4f7f8;
    position: relative;
    line-height: 22px;
    border: solid 1px #8080800a;
}
.alert-warning .text i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 20px;
    color: #e35858;
}
.alert-warning .btn-prm
{
    margin-top: 0;
    margin-left: auto;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-shadow: 2px 2px 9px #0000004d;
}

@media only screen and (max-width: 1200px) {
    .alert-warning .text {
        flex-direction: column;
        text-align: center !important;
        /* box-shadow: 0 0 20px #00000021; */
        padding-left: 22px;
        font-size: 15px;
        line-height: 20px;
    }
    .alert-warning .btn-prm{
        margin: auto;
        margin-top: 20px;
    }
    .alert-warning .text i {
        top: 8px;
        transform: none;
        left: 5px;
        font-size: 18px;
    }
}

.bootbox .modal-dialog{
    max-width: 800px;
}
.bootbox .modal-dialog .modal-body{
    max-height: 920px;
    padding: 30px;
}
.bootbox .modal-dialog button.close {
    line-height: 20px;
    top: 5px;
    position: absolute;
    right: 5px;
    font-size: 33px;
}

.infobox.customer table{
    width: 100%;
    margin: 0 auto;
}
.infobox.customer table tr{
    background-color: #fff;
    text-align: left;
    position: relative;
}
.infobox.customer table tr:nth-child(odd) {
    background-color: #245a710d;
}
.infobox.customer table tr td{
    padding: 8px;
    letter-spacing: 0.3px;
    font-size: 17px;
    line-height: 19px;
}
.infobox.customer table tr td:last-child{
    text-align: right;
}
.infobox.customer table tr:last-child td:last-child {
   font-weight: 600;
}
.infobox.customer{

}
.infobox.customer h4{
    display: block;
    font-size: 1.8rem;
    line-height: 35px;
    margin: 0px 0 15px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}
.infobox.customer .pay-desc{
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 19px;
    color: #808080;
}
.infobox.customer h5 {
    font-size: 1.4rem;
    display: block;
    line-height: 35px;
    margin: 0px 0 20px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}
.infobox.customer .payment-methods {
    width: 100%;
    float: left;
    margin: 20px 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.infobox.customer .payment-methods .btn-prm{
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    background: #245a71;
    border-color: #214e61;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    margin: 10px;
}
.infobox.customer .payment-methods .btn-prm.active,
.infobox.customer .payment-methods .btn-prm:hover {
    background: #ffaa45;
    border-color: #ffaa45;
    color: #245a71;
}
.infobox.customer .bank-items{
    width: 100%;
    float: left;
}
.infobox.customer .bank-items .bank-transfer-item {
    border-bottom: dashed 1px #80808038;
    padding-bottom: 12px;
    /* max-width: 330px; */
    margin: auto;
    margin-bottom: 12px;    
}
.infobox.customer .bank-items .bank-transfer-item.info{
    /* text-align: center;
    max-width: 500px; */
}
.infobox.customer .bank-items .bank-transfer-item:last-child {
    border: none;
}
.infobox.customer .bank-items .bank-transfer-item .text{
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .infobox.customer .payment-methods{
        flex-direction: column;
    }
    .bootbox .modal-dialog .modal-body{
        padding: 15px;
    }
    .infobox.customer h4{
        font-size: 1.5rem;
    }
    .infobox.customer table tr td,
    .infobox.customer .bank-items .bank-transfer-item{
        font-size: 15px;
    }
}