* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body , #auth{
  	background-color: #435165;
  	margin: 0;

}


.extrainfo {
  display: none;
}

table {
    table-layout: fixed;
    width: 100%;
    border: none;
    margin-top:20px;
    border-collapse: collapse;
}


   /*tr {
      background-color: white !important;
      border: 1px solid lighten($baseColor, 20%);
      border-radius: $borderRadius;
      box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
      margin: 0.5rem 0;
      padding: 0;
   }*/



.fl-table {
    border-radius: 10px;
	table-layout: auto;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    white-space: normal;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
	word-wrap: break-word;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;	
}

.fl-table tr {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;	
}

.fl-table thead th {
    color: #ffffff;
    background: #324960;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

.fl-table td, .fl-table th {
    padding: 20px .625em .625em .625em;
    height: 60px;
    vertical-align: middle;
    width: 120px;
	text-align: left;
}
/* Responsive */

@media (max-width: 768px) {
    .fl-table {
        display: block;
        width: auto;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: left;
    }

    .fl-table tbody tr {
      padding-bottom: 1em;  
    }	
	
	
}


.FichaButton:hover .showme {
  display: block;
}

.fc-datagrid-cell-frame {height: 35px !important}
.fc-timeline-lane-frame {height: 35px !important}

#calendar > div.fc-view-harness.fc-view-harness-active > div > table > thead > tr > td:nth-child(1) > div > div > table > tbody > tr > th:nth-child(1) > div {height: 55px !important}
#calendar > div.fc-view-harness.fc-view-harness-active > div > table > thead > tr > td:nth-child(1) > div > div > table > tbody > tr > th:nth-child(2) > div {height: 55px !important}




#Button {
    cursor:hand;
}

body {
  margin: 40px 10px;
  padding: 0;
  font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 14px;
}

#calendar {
  max-width: 900px;
  margin: 0 auto;
}

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}

.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}

.Input{
height:45px;
width:230px;
margin-left:10px;
border:2px;
margin-bottom:5px;
background:transparent;
border-bottom:1px solid rgb(35, 193, 227);
font-size:19px;
color:rgb(49, 49, 49);
padding-left:8px;

}


.login, .register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
	float: right;

}

.login p, .register p {
  	text-align: center;
  	color: #5b6574;
  	font-size: 14px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
	background-color: transparent;
}


.login h1, .register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login .links, .register .links {
  	display: flex;
  	padding: 0 15px;
}
.login .links a, .register .links a {
  	color: #adb2ba;
  	text-decoration: none;
  	display: inline-flex;
  	padding: 0 10px 10px 10px;
  	font-weight: bold;
}
.login .links a:hover, .register .links a:hover {
  	color: #9da3ac;
}
.login .links a.active, .register .links a.active {
  	border-bottom: 3px solid #3274d6;
  	color: #3274d6;
}
.login form, .register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label, .register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"], .register form select[id="type"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
	text-align: center;
}
.login form input[type="submit"], .register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.navtop {
  	background-color: #2f3947;
  	height: 60px;
  	width: 100%;
  	border: 0;
}
.navtop div {
  	display: flex;
  	margin: 0 auto;
  	width: 1000px;
  	height: 100%;
}
.navtop div h1, .navtop div a {
  	display: inline-flex;
  	align-items: center;
}
.navtop div h1 {
  	flex: 1;
  	font-size: 24px;
  	padding: 0;
 	margin: 0;
  	color: #eaebed;
  	font-weight: normal;
}
.navtop div a {
  	padding: 0 20px;
  	text-decoration: none;
  	color: #c1c4c8;
  	font-weight: bold;
}
.navtop div a i {
  	padding: 2px 8px 0 0;
}
.navtop div a:hover {
  	color: #eaebed;
}
body.loggedin {
  	background-color: #f3f4f7;
}
.content {
  	width: 1000px;
  	margin: 0 auto;
}
.content h2 {
  	margin: 0;
  	padding: 25px 0;
  	font-size: 22px;
  	border-bottom: 1px solid #e0e0e3;
  	color: #4a536e;
}
.content > p, .content > div {
  	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  	margin: 25px 0;
  	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}


/* =======================================================================
   Tema TurnDor — unificado con la landing publica (publico/index.html).
   Va al final a proposito: las reglas posteriores ganan en la cascada, asi
   restilamos todo el sitio sin reescribir cada bloque de arriba.
   ======================================================================= */
:root {
  --brand-dark: #00394d;
  --brand: #1f6f8b;
  --bg: #f4f6fb;
  --ink: #2c3a47;
  --muted: #6b7b8b;
  --card: #ffffff;
  --radius: 12px;
  --shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

body, #auth, body.loggedin {
  background: var(--bg) !important;
  color: var(--ink);
  margin: 0;
}

/* Navbar de las paginas logueadas con el look del topbar publico */
.navtop {
  background: var(--brand-dark);
  height: auto;
  min-height: 58px;
}
.navtop div {
  width: 100%;
  max-width: 1100px;
  padding: 0 24px;
  align-items: center;
}
.navtop div h1 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
.navtop div a {
  color: #cfe8f3;
  font-weight: 600;
}
.navtop div a:hover {
  color: #fff;
}

/* Contenedor central + tarjetas */
.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 24px 60px;
}
.content h2 {
  color: var(--brand-dark);
  border-bottom-color: #e3e9ef;
}
.content > p,
.content > div {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 0;
}

/* Botones (bootstrap + submits) en la paleta de marca */
.btn-primary {
  background: var(--brand);
  border-color: var(--brand);
}
.btn-primary:hover,
.btn-primary:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}
.btn-outline-secondary {
  color: var(--brand);
  border-color: #cdd9e1;
}
.btn-outline-secondary:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

/* Login / Registro: tarjeta centrada y acentos teal (antes azul #3274d6) */
.login, .register {
  float: none;
  margin: 60px auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.login h1, .register h1,
.login p, .register p {
  color: var(--brand-dark);
}
.login form label, .register form label {
  background: var(--brand);
}
.login form input[type="submit"], .register form input[type="submit"] {
  background: var(--brand);
}
.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background: var(--brand-dark);
}
.login .links a.active, .register .links a.active {
  border-bottom-color: var(--brand);
  color: var(--brand);
}

/* Encabezados de tabla en teal */
.fl-table thead th,
.fl-table thead th:nth-child(odd) {
  background: var(--brand-dark);
}
table thead td {
  background: var(--brand-dark);
}

/* --- Topbar publica compartida (includes/topbar.html) --- */
.topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 24px; background: #00394d; color: #fff;
}
.topbar .brand { font-weight: 700; font-size: 1.2rem; }
.topbar .brand a { color: #fff; text-decoration: none; }
.topbar a { color: #cfe8f3; text-decoration: none; margin-left: 16px; font-size: .92rem; }
.topbar a:hover { color: #fff; }
