/* DivTable.com */

.clear{
	clear:both;
}

.left_Box{
	width:55%;
	float:left;
}

.Right_Box{
	width:40%;
	float:left;
	border-left:1px solid;
	margin-left:5px;
}

.Sub_Right_Box{
	float:none;
	margin:auto;
}

.divTable{
	display:table;
	width:60%;
	margin:auto;
	float:none;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.container_dos {
    width:1400px;
    overflow-x: auto;
    white-space: nowrap;
}

/* ==================== */
.divTable_Titulo {
	background-color: #EEE;
	text-align:center;
}

.divTable_Hora {
	background-color: #EEE;
	text-align:left;
	width:11%;
	height:35px;
	vertical-align: middle;
	text-align:right;
}

.details_hour{
	width:170px;
	margin:auto;
}

.details_hour .detail_item{
	padding:10px;
	height:45px;
	border:1px solid #000;
	margin-bottom:10px;
}


/* NUEVA TABLA ========= */
.tg{
	border-collapse:collapse;
	border-spacing:0;
	width:100px;
}

.tg td{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:14px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}

.tg th{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}

.tg .tg-0lax{
	text-align:left;
	vertical-align:top;
}

.tg .tg-0lax .list_inside_table li{
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
	padding:5px;
	font-size:14px;
	letter-spacing:-1px;
	background-color:#81d4fa;
	border:1px solid;
	border-radius:10px;
}

.tg .tg-0lax .list_inside_table li span{
	border-bottom:1px solid;
	text-align:center;
	margin-bottom:5px;
	width:100%;
	font-weight:bold;
}

/* FORMULARIO ========== */
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin:20px;
  margin:auto;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

#btn_form{
	float:left;
	width:50%;
	left:22%;
	position:relative;
	margin-top:20px;
}

.add_Date{
	cursor: pointer;
	padding: 15px;
	border: 1px solid;
	float:left;
	background-color: #A5D6A7;
	font-weight:bold;
	font-size:12px;
	margin:5px;
}

.add_Date:hover{
	background-color: #66BB6A;
}

.add_Date span{
	text-align:center;
}

.divTable .divTableRow .divTableCell .list_inside_table li{
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
	padding:5px;
	font-size:12px;
	letter-spacing:-1px;
	background-color:#81d4fa;
	border:1px solid;
	border-radius:10px;
}

.divTable .divTableRow .divTableCell .list_inside_table li span{
	border-bottom:1px solid;
	text-align:center;
	margin-bottom:5px;
	width:100%;
	font-weight:bold;
}

/* *************************** */

@media only screen and (max-width: 1100px){
	.left_Box{
		width:95%;
		float:none;
		margin:auto;
	}
	
	.Right_Box{
		float:none;
		margin:auto;
		width:80%;
		border-left:none;
		margin-left:none;
	}
	
	.divTable{
		width:95%;
		transform: scale(0.9);
	}
	
	.add_Date{
		margin-top:30px;
	}
}