@charset "utf-8";
/* CSS Document */

#tables_list_container h2, #table_edit_container h2{
	font-size: 34px;
    border-bottom: 1px solid #D0D0D0;
    font-weight: bold;
    padding-bottom: 10px;
    color: #6B6B6B;
    padding: 20px 0;
	margin-bottom:20px
}


.button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}

.button-primary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#tables_list_container .tables_list{
	margin:30px 0;		
}

#tables_list_container .tables_list tr{
	background-color: #FDFDFD;
}

#tables_list_container .tables_list tr td{
	padding:10px;
	    border-bottom: 1px solid #ECECEC;	
}

#tables_list_container .tables_list tr td p.table_shortcode{
    background-color: #E2E2E2;
    padding: 10px;
}


/*************** TABLE EDIT *********************/

#table_edit_container .table_edit{
	width:100%;
	margin-top:20px;
}

#table_edit_container .table_edit thead th{
	background-color: #A1CD2E;
    color: #fff;
    vertical-align: middle;
    padding: 10px 0;
}

#table_edit_container .table_edit thead th:last-child{
	background-color: #90B13B;
}



#table_edit_container .table_edit tr td{
	text-align: center;
	border-bottom: 1px solid #C1C1C1;	
}

#table_edit_container .table_edit tr td input{
	margin: 10px;
	padding:10px;
	text-align:center;
	border-radius:5px;
	border: 1px solid #D6D6D6;	
}

#table_edit_container .table_edit tr td select{
    border-radius: 5px;
	height: 40px;
    line-height: 40px;
    border: 1px solid #D6D6D6;
}

#table_edit_container .table_edit tr td .erase_row{
	color: #D66161;
    font-size: 27px;	
}

#table_edit_container .table_edit tr td .erase_row:hover{
	color:#F55757;
}

#table_edit_container .add_row{
	display: block;
	text-decoration: none;
	border: 2px dashed #D6D6D6;
    padding: 9px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    margin-top: 10px;
    cursor: pointer;
    color: #909090;
	border-radius: 10px;
}

#table_edit_container .add_row:hover{
	color:#A1CD2E;
	border: 2px dashed #A1CD2E;
}

.plan-holder:not(.loaded) .remove_sketch{
	display: none;
}
.plan-holder:not(.loaded) .sketch_preview{
	display: none;
}
.plan-holder.loaded .upload_sketch{
	display: none;
}



/**************** tabela www ***************/

.flats table.flats-table{
	width:100%;	
}

.flats table.flats-table thead{
	background-color:#fafafa;
	border-bottom: 2px solid #95c631;	
}

.flats table.flats-table thead th{
	padding: 10px 0;
    text-transform: uppercase;	
}


.flats table.flats-table tr td{
	text-align:center;
	border-bottom:2px solid #fff;
	font-weight:bold;
	padding:10px 0;
}


/*********** free ***************/

.flats table.flats-table tr.free{
	background-color:#dff0d8;	
}

.flats table.flats-table tr.free td,.flats table.flats-table tr.free td a{
	color:#5f9c46;	
}


/*********** reservation ***************/

.flats table.flats-table tr.reservation{
	background-color:#fcf8e3;	
}

.flats table.flats-table tr.reservation td,.flats table.flats-table tr.reservation td a{
	color:#d08400;	
}

/*********** sold ***************/

.flats table.flats-table tr.sold{
	background-color:#ececec;	
}

.flats table.flats-table tr.sold td, .flats table.flats-table tr.sold td a{
	color:#b3b3b3;	
}


.flats h3{
	margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    background-color: #95c631;
    color: #fff;
}