/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF; 
}

.titulo {
	font-size: 16px;
	font-weight: bold;
}

.subtitulo {
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	color: #03F;
}

.bold_small {
	font-size: 10px;
	font-weight: bold;
	color: #03F;
}

.bold_black {
	color:#000;
	font-weight:bold;
}

.bold_green {
	color:#090;
	font-weight:bold;
}

.bold_orange {
	color:#F60;
	font-weight:bold;
}

.bold_red {
	color:#C00;
	font-weight:bold;
}

.bold_purple {
	color:#96F;
	font-weight:bold;
}

.bold_small_white {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.encabezado {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;}

th.frame, td.frame {
	border: 1px solid black; 
	border-collapse: collapse;
	padding: 0.2rem;
}

table.frame {
	border: 0px;
	border-collapse: collapse;
}

	.container {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		background: #fff;
		border: 0px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: auto;
		padding: 2px 0;
		text-align: center;
		width: 450px;
	}
	.status {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		background: #FC3;
		color: #000;
		display: none;
		margin: 8px 0;
		padding: 5px;
	}
	.progress {
		margin: 10px auto;
		position: relative;
		width: 90%;
	}
	.bar {
		background: #008DE6;
		height: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		transition: width 0.3s ease 0s;
		width: 0;
	}
	.percent {
		color: #333;
		left: 48%;
		position: absolute;
		top: 0;
	}
	.button {
		margin: 5px 0;
	}
	.progress_bar {
		display: none;
	}
/* sidebar menu */
.sidebar {
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden; 
  padding-top: 10px;
  padding-left: 10px;
  transition: 0.5s; 
}
/* push the page content to the right when you open the navigation */
#main {
  transition: margin-left .5s;
  padding: 10px;
}
/* smaller screens */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 10px;}
  .sidebar a {font-size: 10px;}
}
input.dialog {
	border: none;
	border-radius: 15px;
	padding: 4px; 
	margin: 0px 12px 0px 12px;
	width: 95%;
}
div.main_div {
	width:  730px;
	height: 260px;
	margin: left;
	margin-top: 10px;
	overflow-y: scroll;
	background-image: url("https://comision.sanmarcos.org.ar/admin/images/whatsapp_bkgnd.jpg");
	background-size: 60%;
	display: flex; 
	flex-direction: column-reverse;
}
div.msg_guest {
	border: none;
	border-radius: 15px;
	padding: 4px;
	background-color: white;
	width: 420px;
	margin: 4px;
    position: relative;
    margin-left: 6px;
}
div.msg_owner {
	border: none;
	border-radius: 15px;
	padding: 4px;
	text-align: left;
	background-color:#B6FBAB;
	width: 420px;
	margin: 4px;
    margin-left: 270px;
}
div.fecha {
	text-align: right;
	color: gray;
}
div.sender_guest {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: crimson;
}
input#files {
	margin-bottom: 8px;
	margin-top: 4px;
}
input#durl {
	border: none;
}
.ieditor {
	margin-top: 2px;
}
div.input_container {
	text-align: center;
}
div#div_mensajes {
	line-height: 16px;
	padding: 4px;
}
div#div_urls {
	height:  40px;
	margin-top: 8px;
}
.ihelp {
	height: 0px;
	
}