@font-face {
  font-family: 'hk-demo';
  src: url('fonts/hk-demo.eot');
  src: url('fonts/hk-demo.eot#iefix') format('embedded-opentype'),
       url('fonts/hk-demo.woff') format('woff'),
       url('fonts/hk-demo.ttf') format('truetype'),
       url('fonts/hk-demo.svg#hk-demo') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ink {
  display: block; 
  position: absolute;
  background: rgba(0,0,0,.6);
  border-radius: 100%;
  transform: scale(0);
}

@keyframes ripple {

  100% {opacity: 0; transform: scale(2.5);}

}


body {
	background-color: #DB572F;
	font-family: 'Raleway', sans-serif;
}

.main-wrapper {
	background-color: #DB572F;
}
.main-wrapper .header {
	line-height: 50px;
	width: 100%;
	height: 52px;
	background-color: #DB572F;
	background-image: url(../img/tittle_main_bg.png);
	background-size: cover;
	color: #fff;
	text-shadow: 0 0 0 rgba(255,255,255,0);
	border: 0px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	font-family: 'Comfortaa';
}
.main-wrapper .header .title { 
	margin-left: 60px;
	font-size: 1.5em;
	font-weight: normal;
}

.main-wrapper .header a,
.main-wrapper .header a:hover,
.main-wrapper .header a:active { 
	color: #fff !important;
	text-decoration: none;
	font-family: 'hk-demo';
	background-color: rgba(0,0,0,0);
	font-size: 17px;
	font-weight: normal;
}
.main-wrapper .open a,
.main-wrapper .open a:hover {
	padding: 7px 15px;
	background-color: #9C4003;
	border-radius: 3px;
}
.main-wrapper .header .open { 
	color: #fff;
	position: absolute;
}
.main-wrapper .header .open.left, .main-wrapper .header .open.right{
    cursor: pointer;
    border: none;
    background-color: transparent;
    box-shadow: none;
    top: -3px;
	text-shadow: none;
	padding-left: 5px;
}
.main-wrapper .header .open.right {
	right: 0px;
	cursor: pointer;
}
.main-wrapper .panel {
	background: #FFFFFF;
	color: #333333;
}
.main-wrapper .panel a {
	color: #333 !important;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	font-size: 18px;
	padding: 15px 20px 15px 20px;
	display: block;
	text-decoration: none;
	position: relative;
	font-weight: 400;
}
.main-wrapper .panel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #DB572F;
}
.main-wrapper .panel .avatar {
	position: absolute;
	top: 8px;
	left: 20px;
}
.main-wrapper .ui-panel-inner {
	padding: 0;
}
.main-wrapper .panel a:hover {
	background-color: #DB572F;
	color: #fff !important;
}
.main-wrapper .panel.right a:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	background-color: #2ECC71;
	right: 20px;
}
.main-wrapper .panel.left a:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 15px;
	left: 20px;
	font-family: 'hk-demo';
	text-align: center;
	font-size: 18px;
}
.main-wrapper .panel.left .newsfeed a:before { 
	content: '\f09e';
}
.main-wrapper .panel.left .profile a:before { 
	content: '👤';
}
.main-wrapper .panel.left .setting a:before { 
	content: '\2699';
}
.main-wrapper .panel.left .logout a:before { 
	content: '\e78e';
}
.main-wrapper .panel.left .report a:before { 
	content: '\f0e0';
}

.panel_header {
	background-color: #FF9933;
	background-image: url(../img/header_panel_bg.png);
	width:100%; 
	height:140px; 
	padding:0px; 
	margin: 0px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.panel_header span{
	text-shadow: none;
	color: #fff;
}

.panel_menu{
	font-family: 'Comfortaa';
}

.panel_menu i{
	margin-right: 5px;
	width: 30px;
}

#main-wrapper, #local-wrapper, #eval-wrapper, #report-wrapper, #filter-wrapper {
	background-color: white;
}

#eval_preview img {
		width: 80%;
		max-width: 500px;
}

.card-2 li{
	margin-bottom: 15px;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  /*height: 450px;*/
  margin: 3px 7px 7px 0px;
  position: relative;
  max-width: 325px;
  width: 100%;
  vertical-align: top;
}

.card .card__title {
    padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 4px;
    margin-top: 0px;
    /* background-color: silver; */
    background: rgba(149, 82, 81, 0.8);
	background-color: #DB572F;
	background-image: url(../img/tittle_main_bg.png);
	background-size: cover;
    color: white;
    text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #000000 /*{a-page-shadow-color}*/;
    font-weight: normal;
    font-size: 1.3em;
	margin-bottom: 0px;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;	
}

.card p{
	margin-left:5px;
	margin-right: 5px;
}

.card-acciones {
	display:none;
	clear:both;
    position: absolute;
    background: wheat;
    z-index: 999;
    width: 100%;
    bottom: 45px;
}

.card-acciones ul{
	margin:0px;
	padding: 10px;
}

.card-acciones  li {
    margin-bottom: 0;
    text-decoration: none;
    line-height: 60px;
	vertical-align: middle;	
    list-style-type: none;
    clear: both;
	text-align: left;
}

.card-acciones  li a {
	 text-decoration: none;
}

.card-acciones  li a i{
	vertical-align: middle;
	line-height: 60px;
	margin-right: 5px;
	margin-top: -5px;
	width: 30px;
}

.card  .card__image {
	position:relative;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(149, 82, 81, 0.76);, 0 3px 6px rgba(149, 82, 81, 0.93);;
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}



img.estrellas {
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    vertical-align: bottom;
    width: auto;
    display: inline;
    background: white;
    opacity: 0.6;
}

lu#luLocales {
	margin: 3px;
	list-style-type:circle;
}

lu#luLocales li{
	padding-bottom: 20px;
    padding-left: 15px;
	cursor: pointer;
}

.snackbar {
	background-color: #323232;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	height: 0;
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
	-moz-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}

.snackbar.snackbar-opened {
	padding: 14px 15px;
	margin-bottom: 0px;
	height: auto;
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

.snackbar.toast {
	border-radius: 0px;
}
