
.text-info { padding: 30px;background-color: #fff4ce;border: 1px solid #ffe383;text-align: center; }

.info-user { position:absolute; top:10px; right:15px; text-align:right; font-size:12px; }

/* Page */

.room-type-1 { }

.room-type-1 .room-pictures {
    float: left;
    width: 640px;
}
    .room-type-1 .room-pictures .main {
    
    }
        
    .room-type-1 .room-pictures .pics-other 
    {
        width: 200px;
        height: 145px;
        float: left;
        background-color: papayawhip;
        margin-top: 10px;
        margin-right: 10px;
    
    }
            
.room-type-1 .room-info {
    float: left;
    width: 300px;
    overflow: auto
}
        
    .room-type-1 .room-info h2 {}
    .room-type-1 .room-info h3 {}
    .room-type-1 .room-info p {}
    .room-type-1 .room-info p span { /*padding:3px 5px; display:inline-block; border:1px solid #cb8605; background-color:#eaddc5; margin:2px 0 2px 0; color:#333;*/
                                     
                                        border-right: 1px solid #CCCCCC;
    color: #333333;
    display: inline-block;
    margin: 2px 0;
    padding: 0 7px;
    color:#9A9993;
     }
    .room-type-1 .room-info p a { width:272px; text-align:center; }

.center { text-align:center !important; }

.btn-admin-1 a {  border:1px solid #ccc;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding:10px 20px;
                display:block;
                }

/* Content Forms ----- */

.editor-label{
    float: left;
    padding: 5px;
    width: 200px;
}

.editor-field{
    float: left;
    padding-left: 5px;
}

.display-label{
    float: left;
    padding: 5px;
    width: 200px;
}

.display-field{
    float: left;
    padding-left: 5px;
}

input[type=text], input[type=password]
{
    border:1px solid #c5c5c3;
    padding:4px;
    width:220px;
    color:#222;
}

.editor-field span input[type=text],
.editor-field span select
{
    width:105px;
    margin-right:10px;
    color:#222;
}

select
{
    border:1px solid #c5c5c3;
    padding:3px;
    width:230px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:100%;
    color:#222;
}

textarea
{
    border:1px solid #c5c5c3;
    padding:3px;
    width:222px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:100%;
    color:#222;
}

/* errors ----- */

.validation-summary-errors 
{
    border: 1px solid #9f6000;
    margin: 10px 0px;
    padding:15px;
    color: #D8000C;
    background-color: #FFBABA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.field-validation-error { color: #D8000C; display: inline-block; margin-left: 5px; margin-top: 6px; }


/* info and errors */
.message-info {
    border: 1px solid #3fadc5;
    background-color:#e7fbff;
    clear: both;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#000;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    border: 1px solid #2b8b00;
    background-color:#eeffe6;
    clear: both;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#000;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #D8000C;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #D8000C;
}

.validation-summary-errors {
    color: #D8000C;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

/* Content tables ----- */

.table-type-1 { width:100%; }

.table-type-1 td, .table-type-1 th { padding:4px !important; }

.table-type-1-calender th { font-size:11px; border-top:1px solid #c24225; border-left:1px solid #999; background-color:#c24225; color:#fff; }

.table-type-1-calender td { border:1px solid #ccc;  font-size:10px;}

.table-type-1 tr th { text-align:left;  background-color:#c24225; color:#fff; }

.table-type-1 tbody tr:hover {  background-color:#f0d1ca; color:#000; }

.table-type-1-calender {}

.room-name, .room-number { display:inline-block; margin-left:2px; color:#000; font-weight:bold; } 

.table-type-1-calender td span { display:block; height:20px; /*width:28px; margin-right:1px; margin-bottom:10px;*/ }

.table-type-1-calender thead th span { width:28px; display:block; line-height: 1.5; margin-bottom:10px; }

.table-type-1-calender td span a { margin-left:12px; font-weight:bold; color:#fff; }

.table-type-1-calender td span a:hover { color:#000; }

.typ0 { background-color: #0000ff; display:block }

.typ1 { display:block }

.typ2 { background-color: #ff8624; display:block }

.typ3 { background-color: #59a044; display:block }

.typ6 { background-color: #2a77d4; display:block }

.typ0 a, .typ1 a, .typ2 a, .typ3 a, .typ6 a { color:#fff; padding:5px; }

a.btn-book-now 
{
	position:relative;
	display:inline-block;
	padding:0 13px;
	margin:1px 0 3px 0;
	font-size:100%;
	line-height:35px;
	height:35px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	/*border-radius:5px;*/
	color:#fff;
	background: #353535; 
	border: none;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
    }

a.btn-book-now:hover
{
    background-color: #EB791E;
    background-image: -moz-linear-gradient(center top , #EB791E, #EB791E);
    }    

.function-area-1 { margin-left:214px; margin-bottom:20px; }

.page-header-functions {  margin:-10px 0 10px 0 ; }
.page-header-functions .monthyear { padding:9px; margin:0 5px 0 0 ; }

/* Misc
---------------------------------------- */
input[type=submit], button.ui-datepicker-trigger, a.btn-gen {
	display:inline-block;
	padding:0 15px;
	margin:1px 0px 3px;
	font-size:12px;
	line-height:35px;
	height:35px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color:#fff;
	background: #353535; 
	border: none;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
	}
	
span.btn-gen-a a 
{
	display:inline-block;
	padding:0 15px;
	margin:1px 0px 3px;
	font-size:12px;
	line-height:35px;
	height:35px;
	font-weight:bold;
	text-transform:capitalize;
	color:#353535;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}

span.btn-gen-a a:hover
{
	color:#c24225;
	cursor:pointer;
}

	input[type=submit]:hover, button.ui-datepicker-trigger:hover, a.btn-gen:hover {
		text-shadow:none;
		color:#fff;
		background: #c24225;
		cursor:pointer;
}

.editor-field span select { width:114px; }

.editor-field span input { width:114px; }

.flt-right {float:right; }

.ui-datepicker-month, .ui-datepicker-year {
    color:#333;
}