@charset "utf-8";
/* CSS Document */

body{
	background-color:#DAE2EF;
	margin:auto;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#wrapper{
	width:100%;
}

.mycontent {
	padding: 2em 0;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	position:relative;
	border:#CCCCCC solid 1px;
	box-shadow:#999999 5px 2px 5px;
	overflow:hidden;
}

.textfield {
	height:32px;
	background-color:#F4F4F4;
	border:#CCCCCC solid 1px;
	border-radius:3px;
	font-size:1em;
	color:#3E3E3E;
	width: 254px;
}

.datepicker {
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select: none;
}

.mybutton {
	height:35px;
	border-radius:4px;
	font-size:16px;
}

.tableLayout {
	border-spacing:10px;
	/*display:table;
	empty-cells:show;	
	width:100%;
	margin:0px auto 0px auto;
	position:relative;
	display:block;
	left:30px;*/
}

#salas-button{
	width: 88% !important;
}

.tableLayout > div{
	display:table-row;
	height:30px;
}

.tableLayout > div > div{
	display:table-cell;
	vertical-align:middle;
}

.tableLayout > div > div:first-child{
	width:160px;
}

#goToday {
	height:36px; 
	width:40px; 
	border-radius:3px; 
	text-align:center; 
	border:#cacaca solid 1px; 
	background-color:#f2f2f2; 
	color:#333333; 
	cursor:pointer;
	position:relative;
	bottom:1px;
}

#goToday:hover {
	background-color:#aaacaf;
}

#horariosTabelaContainer {
	position: absolute;
	display:inline-block;
	left:80px;
	margin-top:20px;
	margin-bottom: none;
}

#scheduleContainer {
	width:68%;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	display:inline-block;
	position:relative;
	left:230px;
}

.slideTable {
	position:relative;
	border: #999999 solid 1px;
	display:table;
}

.slideTable > div {
	display: table-row;
	height:35px;
}

.slideTable > div > div {
	display:table-cell;
	empty-cells:show;
	text-align:center;
	vertical-align:middle;
}

.slideTable > div:not(:first-child) > div {
	border-top: #999999 solid 1px;
	font-size:12px;
}

.slideTable > div > div:not(:first-child) {
	border-left: #999999 solid 1px;
}

.slideTable > div:not(:first-child) > .istoday:hover{
	background-color: #e9faff;
}

.hiddenValue{
	display:none;
}

.schedule {
	display:table;
	border:#999999 solid 1px;
	border-radius:10px;
	position:relative;
	width:auto;
}

.row {
	display:table-row;
	height:35px;
}

.cell {
	display:table-cell;
	width:140px;
	vertical-align:middle;
	text-align:center;
}

.cell:not(:first-child) {
	border-left: #999999 solid 1px;
}

.row:not(:first-child) > .cell {
	border-top: #999999 solid 1px;
}

.istoday {
	background-color:hsl(211, 100%, 99%);
}

.ispast {
	background-color:hsl(31, 49%, 98%);
	color:hsl(31, 49%, 60%);
	
}

.selectable {
}

.selected {
	background-color:#E7ABC5;
}

.header {
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select: none;
}

.moveButtons {
	position:absolute;
	z-index:1000;
}

.moveButtons img{
	cursor:pointer;
}

.moveButtons > div{
	display:inline-block;
}

.rightArrow {
	position:relative;
	left: 915px;
	top: 32px;
	width:500px;
}

.leftArrow {
	position:relative;
	left: 58px;
	top: 32px;
}

.title {
	width: 95%;
	margin: auto;
	background-color: #f8f9fa!important;
	box-shadow: #aaa 2px 2px 5px;	
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 36px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	padding: 1px 0px;
	vertical-align: middle;
	border: solid thin #ddd;
}

.alert-reservation{
	background: #f8d7da !important;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
	width: 95%;
	padding: 1px 0px;
	border-radius: 8px;
	box-shadow: #aaa 2px 2px 5px;
}

#modalForm input[type=text], #modalForm input[type=password]{
	height:35px;
	display:block;
	width:95%;
	border:#CCCCCC solid 1px;
	border-radius:4px;
	margin:auto;
	margin-bottom:10px;
}

#modalForm textarea {
	width:95%;
	border:#CCCCCC solid 1px;
	border-radius:4px;
	height:120px;
	position:relative;
	left:4px;
	resize:none;
}

#modalForm {
	width: 100%;
	margin:auto;
}

#dialog-form {
	overflow:hidden;
}

.isbusy {
	background-color:hsl(129, 48%, 80%);
	color:hsl(129, 30%, 35%);
	font-size:14px;
}

.iswaiting {
	background-color:hsl(40, 100%, 80%);
	color:hsl(40, 50%, 50%);
	font-size:14px;
}

.roomTitle{
	display:block;
	width:80%;
	text-align:center;
	margin:auto;
	font-size:18px;
	margin-top:40px;
	font-weight:700;
}

.legend{
	width:80%;
	margin:auto;
	text-align: right;
	margin-top: 0px;
	border-spacing:10px;
}

.legend > div > div {
	display:table-cell;
	vertical-align:middle;
	text-align:left
}

.legend > div > div:first-child {
	width:30px;
}

.legend > div {
	display: inline-block;
}

#weeklyRange {
	/*width:45%;*/
	border:#999999 solid 1px;
	border-radius:8px;
	background-color:hsl(30, 60%, 99%);
	text-align:center;
	/*position:absolute;
	top:200px;
	left:10%;*/
}

#weeklyRange div {
	padding:20px;
}

#weeklyRange>div>div{
	text-align:center;
	margin-top:15px;
}

#weeklyRange input{
	margin-left: 10px;
	margin-right:10px;
	width:300px;
}

#weeklyRangeFormArea{
	width: 88.5%;
	height:0px;
	/*display:none;*/
	display: inline-table;
}

#unavailableList{
	text-align:center;
}

#credits{
	position:fixed;
	bottom:5px;
	right:10px;
	font-size:11px;	
}

.code {
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select: none;
}

#tabIndex {
	width: 80%;
	margin: 0 auto;
	padding: 0 40px;
	border:	hsl(240, 19%, 85%) solid 1px;
	border-radius: 3px;
	background-color: hsl(240, 19%, 97%);
	margin-bottom:50px;
	text-align:justify;
}

#tabIndex div{
    display: flex!important;
    justify-content: space-around!important;	
}

#tabIndex div > div{
	display:inline-block;
	min-width:48px;
	cursor:pointer;
	padding:20px;
	text-align:center;
	align-items: center;
}

#tabIndex div > div:hover {
	background-color: hsl(240, 19%, 92%);
}

.reservationBlock {
	border:#e0dbcc solid 1px;
	border-radius:5px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
}

#reservationContainer .reservationBlock {
	background-color:#f7f4ed;
}

#reservationContainer .reservationBlock:hover {
	background-color:#f7efdc;
}

.reservationBlock > div:not(:last-child) {
	display:inline-block;
	vertical-align:middle;
}

.reservationBlock > div:nth-child(2) {
	width:20%;
	padding:30px 0px 30px 0px;
	text-align:right;
}

.reservationBlock > div:first-child {
	width:80%;
}

.reservationBlock img {
	cursor:pointer;
	margin-left:10px;
}

#reservationContainer {
	margin-bottom:50px;
}

.codehighlight {
	box-shadow:#ea3bed 0px 0px 10px;
	color:#000000;
	background-color:#f6c3f7;
	font-weight:600;
}

.tabcontent {
	position:relative;
}

#approvedContainer .reservationBlock {
	background-color:#d1ebfc;
}

#approvedContainer .reservationBlock:hover {
	background-color:#b5dbf4;
}

#deniedContainer .reservationBlock {
	background-color:#f7c9c0;
}

#deniedContainer .reservationBlock:hover {
	background-color:#f2afa2;
}

.scheduleBlock {
	width:90%;
	margin:auto;
	border:#c5c7c9 solid 1px;
	background-color:#f2f4f7;
	border-radius:5px;
	padding:10px;
	margin-top:20px;
}

.scheduleBlock > div {
	display:table;
	display:inline-block;
	margin:20px;	
}

.scheduleBlock > div > div {
	display:table-row;
}

.scheduleBlock > div > div > div {
	display:table-cell;
	padding: 0px 5px 0px 5px;
}

.scheduleBlock > div > div > div:first-child {
	text-align:right;
	width:200px;
}

.roomDescription {
	border:#bee5eb solid 1px;
	background-color:#e9faff;
	border-radius:6px;
	/*margin:0px auto 20px auto;*/
	padding:15px;
	text-align:left;
}

.loginForm {
	display:table;
	width:70%;
	margin:40px auto 0px auto;;
	position:relative;
	border-spacing:20px;
}

.loginForm > div {
	display:table-row
}

.loginForm > div > div {
	display:table-cell;
}

.loginForm > div > div:first-child {
	width:35%;
	text-align:right;
}

.loginForm input[type=text], .loginForm input[type=password] {
	height:35px;
	width:350px;
	border-radius:4px;
	border:#a09a9a solid 1px;
	font-size:16px;
}

.loginForm input[type=button] {
	height:35px;
	width:80px;
	border-radius:4px;
	border:#a09a9a solid 1px;
	cursor:pointer;
	font-size:16px;
}

.loginForm input[type=button]:hover{
	background-color:#c4bcbc;
}

.loginForm input[type=text]:focus, .loginForm input[type=password]:focus {
	border:#537ae2 solid 1px;
}

.errorMsg {
	text-align:center;
	font-weight:700;
	color:#990000;
	margin-top:40px;
}

.alert-reservation span{
	font-weight: bold;
}

#arrowLeftcss {
	border-right:#bee5eb solid 20px;
	border-top:solid transparent 20px;
	border-bottom:solid transparent 20px;
	display:inline;
	position:absolute;
	left:-20px;
	top:5px;
}

#changeKeyContainer {
	width:70%;
	margin:auto;
	display:table;
	border-spacing:15px;
}

#changeKeyContainer > div {
	display:table-row;	
}

#changeKeyContainer > div > div {
	display:table-cell;
}

#changeKeyContainer input[type=password] {
	width:350px;
	height:35px;
	border:gray solid 1px;
	border-radius:3px;
}

#changeKeyContainer input[type=button] {
	height:35px;
	widows:100px;
	font-size:16px;
}

#changeKeyContainer input[type=password]:focus {
	border:blue solid 1px;
}

#setContainer {
	width:90%;
	margin:auto;
}

.setContainer{
	display:table;
	width:80%;
	margin:auto;
	border:black solid 1px;
	border-radius:10px;
}

.setContainer > div{
	display:table-row;
}

.setContainer >div >div{
	display:table-cell;
	padding:20px;
	vertical-align:middle;
}

/*imported styles=============================================================*/
 /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}