@charset "UTF-8";

/* Form Styles Start */

/* Imput Icon */
.pi-input-with-icon {
  position: relative;
}

.pi-input-with-icon .calendar{
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 24px;
  text-align:center; 
  padding: 4px 15px !important;
  color: #c8ced1;
  background: none !important;  
  border: none !important;
  outline: none !important;
  overflow: hidden;
  z-index: 999;  
}

.pi-input-with-icon .sweet-2,
.pi-input-with-icon .sweet-3,
.pi-input-with-icon .sweet-4,
.pi-input-with-icon .sweet-5,
.pi-input-with-icon .sweet-6,
.pi-input-with-icon .sweet-7,
.pi-input-with-icon .sweet-8,
.pi-input-with-icon .sweet-9,
.pi-input-with-icon .sweet-10,
.pi-input-with-icon .button {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 24px;
  text-align:center; 
  padding: 4px 15px !important;
  color: #5C9EE4;
  background: none !important;  
  border-radius: 100%;
  border: none !important;
  outline: none !important;
  overflow: hidden;
  z-index: 999;  
/* 
  -webkit-transition: all 0.1s ease-in-out 0s;
     -moz-transition: all 0.1s ease-in-out 0s;
      -ms-transition: all 0.1s ease-in-out 0s;
       -o-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;*/
}

.pi-input-with-icon .sweet-2:hover,
.pi-input-with-icon .sweet-3:hover,
.pi-input-with-icon .sweet-4:hover,
.pi-input-with-icon .sweet-5:hover,
.pi-input-with-icon .sweet-6:hover,
.pi-input-with-icon .sweet-7:hover,
.pi-input-with-icon .sweet-8:hover,
.pi-input-with-icon .sweet-9:hover,
.pi-input-with-icon .sweet-10:hover,
.pi-input-with-icon .button:hover {
  color: #c8ced1;
  background: none !important;  
  cursor: pointer;
}

/* Cor de fundo do autocomplete */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
}

/*---------------------------------------------------------*/
 input[type='submit'] {
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding: 8px 14px;
	transition: background 0.4s ease, padding 0.8s linear;
}
 input[type='submit']:hover {
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 8px 14px;
	transition: background 0.4s ease, padding 0.8s linear;
}


/*----------------------- Color  ------------------------*/
 button:hover, button:hover, .btn {
	background: #5C9EE4 !important;
}
.border, button:hover, .btn {
	border-color: #5C9EE4 !important
}

.register .btn.dropdown-toggle.selectpicker.btn-default, .register .btn-group.bootstrap-select { 
    background: #fff !important; 
 /* border-color: #CCC !important;*/
}

/*----------------------- Bootstrap Select  --------------*/
.bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select .open .dropdown-toggle.btn-default {
 /*	background: none;
	box-shadow: none;*/
}
.bootstrap-select .btn, .bootstrap-select .btn {
	padding: 10px 15px !important;
    border: #5C9EE4 solid 1px !important;
	background: #fff !important; 	
}
.bootstrap-select .btn:hover, .bootstrap-select .btn:hover {
	padding: 10px 15px !important;
	color: #666;	
	background: #fff !important; 
}

/*----------------------- Selectpicker  -------------------*/
.selectpicker {
	position: relative;
	width: 100% !important;
}

.register h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px !important;
	color: #5C9EE4 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	margin: 0px;
	padding: 0px;	
}

.signup h2 {
	font-size: 20px;
	font-weight: 500;
	color: #666;
	margin-bottom: 20px;
	text-transform: none;
}
.signup label {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	display: block;
	margin-top: 25px;/* 20px */
}
.signup input[type='text'], .signup textarea {
	border: #5C9EE4 solid 1px;/* #CCC */
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	resize: none;
}
.signup input[type='submit'] {
	background: #5C9EE4;
	color: #FFF;
	float: right;
	border: #5C9EE4 solid 1px;/* #CCC */
	margin-top: 20px;
}
.signup input[type='submit']:hover {
	background: #fff;
	color: #666;
	border: #CCC solid 1px;/* #5C9EE4 */
}

::-webkit-input-placeholder {
 font-style:normal;
 color:#999;
}

:-moz-placeholder { /* Firefox 18- */
 font-style:normal;
 color:#999;
}

::-moz-placeholder {  /* Firefox 19+ */
 font-style:normal;
 color:#999;
}

:-ms-input-placeholder {
 font-style:normal;
 color:#999;
}

label.error {
	margin-top: 5px !important;
	color: red
}

/*======================================= Reservation  ====================================*/
ul.office-time {
	border: #e1e1e1 solid 1px;
}
ul.office-time li {
	border-bottom: #e1e1e1 solid 1px;
	line-height: 37px;
	padding: 0 20px;
}
ul.office-time span {
	float: right
}
ul.office-time li:nth-last-child(1) {
	border: 0px
}

/*======================================= Time Picker ====================================*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 11em;
}
.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}
.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC;
	color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
.stripes span {
	animation: 3s linear 0s normal none infinite animate-stripes;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
	background-size: 30px 30px;
}
@-moz-keyframes animate-stripes {
0% {
 background-position: 0 0;
}
100% {
 background-position: 60px 0;
}
}
.success-message {
	background: #dff2bf;
	padding: 5px;
	border: #4f8a10 solid 1px;
	text-align: center;
	color: #4f8a10;
	font-size: 18px;
	width: 50%;
	margin: 20px auto;
}
