
/* div.demo-content{box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);color:#8d9090;} */
#notification-header {
	background: #fff;
    padding: 6px;
    text-align: right;
    /* margin-top: 4px; */
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 10px;
}
button#notification-icon {
	background: transparent;
	border: 0;
	position:relative;
	cursor:pointer;
}
#notification-count{
	position: absolute;
    left: -2px;
    top: -8px;
    font-size: 14px;
    color: #de5050;
    font-weight: bold;
}
#form-header {
	font-size:1.5em;
}
#frmNotification {
	padding:20px 30px;
}
.form-row{
	padding-bottom:20px;
}
#btn-send {
	background: #258bdc;
	color: #FFF;
	padding: 10px 40px;
	border: 0px;
}
div.demo-content input[type='text'],textarea{
	width: 100%;
	padding: 10px 5px;
}
#notification-latest {
	color: #555;
  position: absolute;
  right: 0px;
  background: #f5f5f5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  /* max-width: 250px; */
  text-align: left;
  font-size: 12px;
}
.notification-item {
	padding:10px;
	border-bottom: #ce2078 2px solid;
	cursor:pointer;
}
.notification-subject {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-comment {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style:italic;
}
#main_container table, #main_container tr, #main_container th, #main_container td{
  border: 1px solid black;
  border-collapse: collapse;
}
#almacenMensajes table, #almacenMensajes tr, #almacenMensajes th, #almacenMensajes td{
  border: 1px solid black;
  border-collapse: collapse;
}
#almacenMensajes th, #main_container th{
  text-align: center;
  padding: 10px 15px;
}
#almacenMensajes td, #main_container td{
  padding: 10px 15px;
  text-align: center;
}
.clickable{
  cursor: pointer;
}
.clickable:hover{
  opacity: 0.5;
}
/*input[type="checkbox"]{
  width: 20px;
  height: 20px;
}*/
.containerCB {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.containerCB input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.containerCB:hover input ~ .checkmark {
  background-color: #ccc;
}
.containerCB input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerCB input:checked ~ .checkmark:after {
  display: block;
}
.containerCB .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
button{
  margin: 15px 0;
}
.dropbtn 
       {
            background-color: #3498DB;
            color: white;
            padding: 16px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }

       .dropbtn:hover, .dropbtn:focus { background-color: #2980B9; }

       .dropdown {position: relative; display: inline-block; }

       .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown a:hover {background-color: #f1f1f1}

        .show {display:block;}

        .divcontent{
          border: groove;
        }
        .piedepagina {
          height: 50px;  
          margin-top: -50px;  
        }
.error
{
color:red;
font-family:verdana, Helvetica;
}
body
{
  font-family: Arial, Sans-serif;
  /*background-image: url("../../img/fondo1.jpg");*/
}
#errmsg
{
color: red;
}
#header, #footer {
float:left;
padding:15px;
min-width:100%;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}
.bg-dark {
    background-color: #20897b!important;
}
#btn-send {
    background: #20897b;
}
.btn-outline-success {
    color: #ccccff;
    border-color: #ccccff;
}