.form > p, .accomodation-update > p, .accomodation-view > p {
	margin: 0 0 -5px 0;
	float: right;
}

.accomodation-update h1 {
	text-align: center;
}

.grid-view td {
	vertical-align: middle !important;	
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	max-width: 1px;
}

#addup-grid td:last-child {
    width: 120px !important;
}

#files-grid td:last-child {
    width: 70px !important;
}

#select-grid td:last-child {
    width: 90px !important;
}

#my-grid thead tr th:last-child {
    width: 120px !important;
}

#accomodation-grid thead tr th:last-child {
    width: 120px !important;
}

#notes-grid td {
	text-overflow: initial;
	overflow: initial;
	white-space: initial;
}

#modalContent {
	text-align: center;
}

#modalContent button.btn-cancel, #modalContent button.btn-primary {
	margin: 0 10px 0 10px;
}

.field-accomodation-recomendation div {
	margin: 0;
	width: 100%
}

.btn-filter {
	float: right;
	margin: 0 10px 0 0;
}

.filter-buttons {
	text-align: center;
}

.filter-buttons button, .filter-buttons a{
	margin: 0 5px;
}

.container {
	width: 100%;
}

.form {
	width: 1170px;
    margin-left: auto;
    margin-right: auto; 
}

.login .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.login .middle {
    display: table-cell;
    vertical-align: middle;
}

.login .inner {
    margin-left: auto;
    margin-right: auto; 
	max-width: 340px;
}

.login button {
	float: right;
	display: block;
}

.login .checkbox, .login .field-login-rememberme, .login p.help-block, .login p.help-block-error  {
	display: inline;
}

.grid-view th {
	text-align: center;
}

.input-group-addon label {
	font-weight: normal;
}

.btn-default.active, .btn-default.active.focus {
	color: #FFFFFF;
	background-color: #337ab7;
}

#pending-grid table tr.marked {
    background-color: #FFFFAA;
}
#accomodation-grid table tr.marked {
    background-color: #FFFFAA;
}
#addup-grid table tr.marked {
    background-color: #FFFFAA;
}
table.kv-grid-table  tr.marked {
    background-color: #FFFFAA;
}

.modal-dialog {
	width: 90%;
}

#check-grid td {
	white-space: initial;	
	max-width: initial;
}

#check-grid td:last-child {
    min-width: 50px !important;
}

div.required label:after {
    content: " *";
    color: red;
}

#gt > li > a {
    position: relative;
    display: block;
    padding: 10px 100px;
	font-weight: bold;
}

.accomodation-adduplist p {
	text-align: right;
}

.select2-dropdown {
	width: 25% !important;
}

.select2-container {
	width: 100%;
}

#paymentCalendar table {
	width: 100%;
	page-break-inside: avoid;
    border-spacing: 1px;
    border-collapse: separate;	
}

#paymentCalendar tr, th, td {
	text-align: center;
}

#paymentCalendar {
	text-align: center;
}

#paymentCalendar tr.header th {
	background-color: #AFAFAF;
}

#paymentCalendar td {
	padding: 1px;
	background-color: #DFDFDF;
}

.hotelAccomodations td:nth-child(1), .hotelAccomodations td:nth-child(3), .hotelAccomodations td:nth-child(4) {
	width: 120px !important;
}

