@charset "UTF-8";
/*Importen les variables per SASS*/
/*******************************************************************************
********************************  INFO PEL SASS ********************************
    1.- Per compilar sass: 
        npm install -g sass (des de l'arrel del projecte)
    2.- Un cop instal·lat, per transformar el fitxer SCSS a CSS: 
        sass css/styles.scss css/styles.css
        sass css/menus.scss css/menus.css
        sass css/secot.scss css/secot.css
        sass css/home_actividades.scss css/home_actividades.css
        sass css/agenda.scss css/agenda.css
*******************************************************************************/
/* Colors ****/
/* Grey */
/* Blue */
/* Green */
/* Colors */
#agenda_secot {
  width: 100%;
  border-bottom: 3px solid #f1f1f7;
  height: 430px;
}

.cal_MesAny {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  background-color: #FFF;
  color: #00907b;
  border: none;
  position: relative;
  text-align: center;
  line-height: 22px;
}

.cal_MesUnit table {
  width: 100%;
}

.cal_MesUnit tbody th, .cal_MesUnit tbody td {
  border-bottom: 1px solid appworkspace;
  width: 14%;
  height: 50px;
  text-align: center;
  cursor: default;
}

.cal_MesUnit tbody td {
  vertical-align: top;
}

.cal_MesUnit tbody th {
  text-transform: uppercase;
  color: #00907b;
  vertical-align: middle;
}

.cal_dia {
  display: block;
  margin: 2px;
  padding: 1px 0;
}

.event {
  cursor: pointer;
}

.arrow {
  width: 60px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  z-index: 5;
}

.arrow.left {
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  left: 5px;
  background: transparent url("../img/web/agenda/arrow_left.png") 0 0 no-repeat;
}

.arrow.right {
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
  right: 5px;
  background: transparent url("../img/web/agenda/arrow_right.png") 48px 0 no-repeat;
}

#contenidor_llistat_events {
  width: 206px;
  height: 100px;
  overflow: hidden;
}

#llistat_events {
  width: 225px;
  overflow-y: scroll;
  height: 100px;
}

#llistat_events li {
  clear: both;
  color: #00907b;
  text-transform: uppercase;
  font-size: 12px;
  margin: 15px 0;
}

.cursor_scroll {
  cursor: url("../img/agenda/scroll.png"), auto;
}

.color_tipus_event {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.llistat_event {
  float: left;
}

.llistat_event a {
  color: #00907b;
  text-transform: uppercase;
  font-size: 12px;
}

.llistat_events_info strong {
  float: left;
}

.mes_info {
  margin-left: 5px;
  background: transparent url("../img/agenda/mes_info.png") 0 4px no-repeat;
  width: 16px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  float: left;
}

.hoy {
  background-color: #00907b !important;
  color: #FFF;
}

.calPunto {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
}

/*Tooltip plugin*/
.toolTipSecot {
  background-color: #ffffff;
  border: 1px solid #00907b;
}

.toolTipSecot .qtip-titlebar {
  background-color: #00907b;
  color: #ffffff;
  font-size: 12px;
}

.toolTipSecot .llistat_event {
  margin: 7px 0;
}

/*# sourceMappingURL=agenda.css.map */
