.red-text {
	color: #f84854;
}

.green-text {
	color: #50a983;
}

.actived_calendar .arrow {
	display: block;
	float: left;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin: -5px 0 -10px -25px;
}

.planning .week {
	display: inline-block;
	margin: 0 4px;
}

.planning .block table {
	width: 100%;
}
.planning .block {
	float: left;
	display: inline-block;
	width: 400px;
	margin: 10px;
}
.planning .block td.cell {
	border: solid #CCC 1px;
	padding: 3px 5px;
}
.planning input[type="text"] {
	width: 50px;
}

.form_apply_vacations {
	width: 40%;
}
.form_apply_vacations .show-tick {
	width: 80% !important;
}
.form_apply_vacations .input.select {
	width: 80%;
	float: left;
}
.form_apply_vacations .apply_button {
	width: 20%;
	float: left;
}
.day {
	margin: 0;
}
.form-vacation label {
	padding: 0;
	margin-left: 0;
}
.user_calendars {
	padding: 0;
	margin: 0;
}
.user_calendars li, .user_calendars li a.vacation {
	color: #FFF;
	display: block;
	float: left;
	width: 90%;
}
.user_calendars li a.delete_vacation {
	text-align: right;
	float: right;
	color: #FFF;
	width: 10%;
}
.user_calendars li {
	padding: 5px 10px;
	margin: 2px 0px;
	border: solid 2px #FFF;
}
.user_calendars li.actived_calendar {
	font-weight: bold;
	/* border: solid 2px #333; */
}

.ssm-calendar-month > tbody > tr > td.day {
	color: #8f8f8f;
	font-size: 1.2rem;
	cursor: pointer;
}

.ssm-calendar-month > tbody > tr > td.day.selected {
	/* background: #7a98bf !important; */
	background: #7a98bf;
	color: #FFF;
}

.ssm-calendar-month > tbody > tr > td.day.selected-user-day {
	border: 2px solid #7a98bf;
}

.ssm-calendar-month > tbody > tr > td.week {
	cursor: pointer;
}

.selecting_week_days a {
	display: inline-block;
	padding: 5px;
}

.btn-scroll-to-top {
	bottom: 4rem !important;
}

.rooms {
	display: block;
	background: #CCC;
	height: 30px;
	border-bottom: solid 1px #333;
}
.rooms .rooms_row {
	position: relative;
	float: left;
	background: #7a98bf;
	border-bottom: solid 1px #333;
	height: 30px;
}
.rooms_hours {
	display: table;
	width: 100%;
}
.rooms_hours .hours {
	display: table-cell;
}

.replay_task {
	max-width: 15px;
	max-height: 15px;
}

.timer-row {
	padding-left: 10px;
}
.timer-row > [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.login {
	padding-top: 80px;
}

.no_billable {
	color: #AAA;
}

.tl-block .name_width_company {
	line-height: 20px !important;
}

.ssm-checks-list-days > ul.bar.holiday {
	background: #D2D2D2;
}

.show_hide {
	background: #F2F2F2;
	cursor: pointer;
}
.show_hide td {
	width: 33%;
}

.bold_text {
	font-weight: bold;
	background-color: #FFF !important;
}
.bold_text td {
	border: none !important;
}
.ajax_replay {
	opacity: 0.1;
}
.timer_row:hover .ajax_replay {
	opacity: 1;
}
.timer_row .alert_timer {
	color: #f84854;
	font-weight: bold;
	margin-left: 10%;
	cursor: default;
}
#assigned_users .form-control {
	border: none;
}
#assigned_users .form-control input {
	margin-right: 10px;
}
.assigned_user_price a {
	color: #AAA;
}
.assigned_user_price a:hover {
	color: #222;
}
.gray {
	color: #DDD;
}
.assigned_user_price {
	display: inline;
	margin: 5px 10px 5px 0;
	border: solid 1px #DDD;
	padding: 3px 10px;
	border-radius: 5px;
}
.assigned_user_price input {
	text-align: center;
	height: 30px;
	width: 42px;
	padding: 0px;
	display: inline !important;
}

.bold.dark {
	background-color: #7a98bf !important;
	color: #EEE !important;
}
.bold.dark_gray {
	background-color: #EEE !important;
	color: #666 !important;
}

#currenttime {
	font-size: 1.6em;
	text-align: center;
}
#currenttime a {
	display: block;
	padding-top: -20px;
	font-size: 0.5em;
}
.secs2time {
	opacity: 0;
}

.ssm-checks-day-checks-list .details {
	width: 400px;
}

.weekend {
  background: #8f8f8f;
  color: white !important;
}

.weekend a {
  color: white !important;
}

.premium {
	color: #666 !important;
	width: 200px !important;
}
.red-text {
	color: #F84854;
}
.white-text {
	color: #FFF;
}
.green-text {
	color: #50a983;
}
.checks-text {
	position: absolute;
	top: -20px;
	right: 5px;
	display: block;
	line-height: 20px;
}
.tracking-time {
	color: #000 !important;
}
#ajax_departments {
	margin-left: 20px;
}
#ajax_departments label {
	padding-left: 0px;
}
.margin-top-10 {
	margin-top: 5px;
}

.message.error {
	color: #8f3170;
	border-color: #f1bce8;
	background: #f7d9ed;
}

/*
span.with_title[_title] {
	position: relative;
}
span.with_title[_title]:hover:after {
  content: attr(_title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  white-space: nowrap;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background: #EEE;
}
*/

.automatic_check {
	margin: 0 10px;
}

/*
 * Poner cursor al ordenar tablas
 */
table thead tr {
	cursor: pointer;
}
table tfoot td {
	font-weight: bold;
}

/*
 * Tabla de exportar datos
 */
.table_export {
	width: 100%;
}
.table_export td {
	padding: 3px 8px;
}

/*
 * Prueba fichajes
 */
span.request_text {
	margin: 10px 10px 0 0;
}



/*
 * Página de pago
 */

/*
.payment {
	margin: 70px auto;
}
.payment .green {
	color: #50a983;
}
.payment .block {
	background: #FFF;
	padding: 30px;
	margin: 0 0 15px 0;
}
.payment .gray {
	color: #AAA !important;
}
.payment .big {
	margin: 10px 0 30px 0;
	font-size: 1.3em;
}
.payment p.black_block {
	text-align: center;
	margin-top: 10px;
	display: block;
	background: #293134;
	color: #FFF;
	padding: 5px 10px;
}
.payment .capitalize {
	text-transform: uppercase;
}
.payment .btn-big {
	margin: 0 auto;
	width: 200px;
	height: 52px;
	display: block;
	line-height: 40px;
}
.payment .center {
	margin: 0 auto;
	display: block;
}
.payment p.gray_block {
	margin: 20px 0 30px 0;
	display: block;
	background: #DDD;
	padding: 5px 10px;
}
.payment .separator {
	border-bottom: 1px #EEE solid;
	padding-bottom: 20px;
}
.owl-buttons div {
	color: #000 !important;
	margin: 0 !important;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 50px;
}
.owl-prev {

	background: url(../img/prev.png) no-repeat !important;
	background-color: #FFF !important;
	opacity: 1 !important;
	left: 0;
}
.owl-next {

	background: url(../img/next.png) no-repeat !important;
	background-color: #FFF !important;
	opacity: 1 !important;
	right: 0;
}
.payment #carousel {
	max-width: 1000px;
}
.payment #carousel .next_text {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 35.7%;
}
.payment #carousel .prev_text {
	cursor: pointer;
	position: absolute;
	left: 30px;
	top: 35.7%;
}
.payment form {
	width: 80%;
	margin: 0 auto;
}
.payment input[type="checkbox"] {
	margin-left: 15px;
}
*/

.ssm-main-content {
	position: relative !important;
}
.demo_flag {
	z-index: 1;
	position: absolute;
	top: 80px;
	left: 0px;
}
.picker-checkbox {
	display: inline-block;
}

.big_button {
	font-size: 1.3em;
	padding: 5px 30px;
	border-radius: 0;
	width: 100%;
	padding: 8px 0;
	color: white;
	font-size: 16px;
	background-color: #50a983;
}

.big_button .icon-sesame {
	top: 0px !important;
	vertical-align: middle;
}
.big_button.btn-main-action > i {
	font-size: 119%;
}

/*** Feedback ***/

.feedback_content {
    max-height: 450px;
    overflow-y: scroll;
}

.feedback_content .item {
    border: 1px solid white;
}

.feedback_content .item p {
    color: white;
    margin-top: 30px;
    font-size: 20px;
}

.feedback_content .item p.title {
    height: 50px;
    margin-top: 20px;
}

.feedback_content .item p.votes {
    margin-top: 0;
}
.icon-smile-big:before{
    content:"\e900";
}

.select-color .bootstrap-select button {
    color: white;
}
.select-color .bootstrap-select.open button {
    color: white;
}

/*Diseño exportaciones*/
.graphic_export #vistaprevia .modal-dialog {
	width: max-content;
    max-width: 90%;
}
.graphic_export #vistaprevia .modal-header {
	border-bottom: 1px solid #e5e5e5;
}
.graphic_export #vistaprevia .modal-body {
    overflow: scroll;
    max-height: 70vh;
}
.graphic_export #vistaprevia .modal-body img {
    max-width: 100%;
}
.export-buttons {
    margin: 25px 0;
}
.export-buttons .type_export {
	display: inline-block;
    list-style: none;
    border: 1px solid #5EBEA3;
    padding: 5px 15px;
    margin-right: 9px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: bold;
}
.export-buttons .type_export.is-checked, .export-buttons .type_export:hover {
	background-color: #ccc;
	border-color: #5EBEA3;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.graphic_export .item-export {
    width: 23%;
	cursor: pointer;
	background-color: #f3f3f3;
	box-shadow: 0px 2px 10px 0px #ccc;
	border-radius: 5px 5px 5px 5px;
    margin: 1%;
    height: 180px;
    display: inline-block;
}
.graphic_export .item-export .image {
    width: 80%;
    height: 100px;
	margin: 15px auto 0px auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: height 0.2s ease-in-out;
}
.graphic_export .checked.item-export.big .image {
  height: 5px;
    transition: height 0.2s ease-in-out;
}
.graphic_export .item-export .export-info {
	height: 70px;
    background-color: #eee;
    border-radius: 0px 0px 5px 5px;
    transition: height 0.2s ease-in-out;
}
.graphic_export .checked.item-export .export-info {
	background-color: #7a98bf;
	border-bottom: 1px solid #587dae;
}
.graphic_export .checked.item-export.big .export-info {
	height: 165px;
    transition: height 0.2s ease-in-out;
}
.graphic_export .item-export .export-info .picker-checkbox {
    display: inline;
}
.graphic_export .item-export .export-info h3 {
    font-weight: bold;
    color: #333;
    margin-top: 0px;
    margin-left: 22px;
    padding-top: 30px;
	font-size: 1.3rem;
}
.graphic_export .item-export:hover .export-info {
    background-color: #7a98bf;
    border-bottom: 1px solid #587dae;
    transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
}
.graphic_export .checked.item-export .export-info h3 {
	color: #fff;
}
.graphic_export .item-export:hover .export-info h3 {
    color: #fff;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}
.graphic_export .checked.item-export .export-info.geo-container h3 {
    padding-top: 8px;
    margin-bottom: 3px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.graphic_export .item-export .export-info .geolocation {
    margin-left: 22px;
    color: white;
    opacity: 0;
    display: none;
}
.graphic_export .checked.item-export .export-info .geolocation {
    display: inline;
    opacity: 1;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.graphic_export .item-export .fullscreen {
	position: absolute;
	right: 22px;
    top: 15px;
    color: #676767;
    background-color: #fff;
    padding: 5px;
    display: none;
}
.graphic_export .item-export:hover .fullscreen, .graphic_export .element-item.checked .fullscreen {
	display: block;
}
.graphic_export .item-export .export-info:before{
    content: "";
    width: 35px;
    height: 35px;
	top: -18px;
    right: 15px;
    position: relative;
    display: inline-block;
    float: right;
    box-shadow: 1px 1px 0px 0px #bdbdbd;
    border-radius: 15px;
    background-size: contain;
    padding: 6px;
    background-color: white;
    background-origin: content-box;
    background-repeat: no-repeat;
}
.graphic_export .item-export .export-info.csv:before{
    background-image: url(/img/exports/icono-csv.png);
}
.graphic_export .item-export .export-info.pdf:before{
    background-image: url(/img/exports/icono-pdf.png);
}
.graphic_export .item-export .export-info.screen:before{
    background-image: url(/img/exports/icono-pantalla.png);
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 50%;
  margin-left: 40px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* .dropdown-menu .inner {
    max-height: 50vh!important;
} */
