*{
        font-family: 'Ubuntu', sans-serif;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 80%;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:13px;
}


#guardarPassDiv{
    padding-left: 5px !important;
}
#formulario{
    padding-top: 13%;
}
h2{
    padding-bottom: 15px;
}
footer{
    position: absolute;
    background-color: #337ab7;
    height: 50px;
    bottom: -51px;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
    color: white;
}
#footerCel{
    margin-top: 15px;
}
.navbar-toggle{
    border: none !important;
}
footer p{
    margin-top: 15px;
}
footer a{
    text-decoration: none !important;
    color: white !important;
}

footer a:visited{
    text-decoration: none !important;
    color: white !important;
}
footer a:visited:hover{
    text-decoration: none !important;
    color: #444 !important;
}
footer p  a:hover{
    color: #444;
}

.ui-dialog {background:#858c96;
            padding: .3em;
}

textarea {
    resize: both;
}
#tablaDatos{
    max-height: 593px !important;
    overflow: auto !important;
}
.pagContenedor{
    height: 100% !important;
}
.error{
	color: red;
}

@media (max-width: 768px ) {
 h4.visible-xs{
        margin-top: 15px;
    }
#enviar{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
a.btn.btn-danger.btn-block{
    color: white;
}
}

@media (max-width: 991px ) {
nav li a{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

li input {
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}
li label {
    background: url(folder-horizontal.png) 15px 1px no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 37px;
}

li input + ol {
    background: url(toggle-small-expand.png) 40px 0 no-repeat;
    margin: -0.938em 0 0 -44px; /* 15px */
    display: block;
    height: 1em;
}

li label {
    background: url(folder.png) 15px 1px no-repeat;
}
li.file a {
    background: url(document.png) 0 -1px no-repeat;
    color: #fff;
    padding-left: 21px;
    text-decoration: none;
    display: block;
}

/*li {
    position: relative;
    margin-left: -15px;
    list-style: none;
}*/
li.file {
    margin-left: -1px !important;
}

.datos {
    border-style: none; 
    border-width: 2px;
}

.borde {
    border-style:none;
    border-width: 1px;
    border-color: rgb(43, 162, 226);
    text-align: center;
}


/* h1 {
	font-size: 15px;
}*/

h2 {
	font-size: 13px;
}

a {
	color: #548dc4;
	text-decoration: none;
}

h1 a {
	font-size: 12px;
	float: right;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.ok {
	background-color: #0a8819;
	color: white;
	padding: 5px;
}

input.invalid {
	background: red;
	color: #FDFDFD;
}

#message {
	width: 100%;
}

table.testgrid {
	border-collapse: collapse;
	border: 1px solid #CCB;
	width: 100%;
}

table.testgrid tr {
	border-bottom: 1px solid #DDD;
}

table.testgrid>tbody tr:hover {
	background-color: #888888;
	color: #423282;
}

table.testgrid>tbody tr:hover a {
	color: white;
}

table.testgrid th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

table.testgrid td {
	padding: 5px;
	border: 1px solid #E0E0E0;
}

#edition {
	padding-top: 5px;
	width: 600px;
	border: 0px;
}

.paginator {
	font-family:  Helvetica, Arial, sans-serif;
  	margin: 10px 0;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

.paginator a { color:  #0078cc; text-decoration: none; font-size: 12px; }
.paginator a:hover { color: #000; }
.paginator a:active { color: #777; }
.paginator a:focus { outline: 1px; }

#filter {
	width: 250px;
	margin-bottom: 10px;
}

#wrap {
	width: 950px;
}

#barchartcontent {
	float: left;
	width: 650px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#piechartcontent {
	width: 300px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pagecontrol {
	padding-bottom: 5px;
	float: right;
}



#header{
    overflow: hidden;
    background-color: #bdd5f1;
    height: 50px;
    border-bottom: 4px solid black;
    padding: 10px;
    font-size: 20px;
}

#side_and_content {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
    display: flex;
    flex-direction: row;
    
}

#left_side{
    flex-grow: 1;
    overflow:scroll;
    background-color: #ffffff;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
    min-height: 0;
    height: 1000px;
    flex-direction: row;
   
}

#content{
    flex: 4 50%;
    overflow: scroll;
    background-color: #f0d6c3;
    height: 1000px;
    width:1000px;
    padding: 10px;
    border-bottom: 1px solid black;
}

#right_side{
    flex: 1;
    overflow:hidden;
    background-color:#f1d59f;
    height: 800px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
}

/* nice forms*/

.divLeftNoColor {
    float: left;
}
.divRightNoColor {
    float: right;
}


.divLeft {
    float: left;
    background-color: #E7A2A2;
}

.divRight {
    float: right;
    background-color: #ACD6E7;
}


.etiquetaSelect {
    display: table-column;
    width: 35 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);
    /*float: left;*/
    margin-left: auto;
    vertical-align: top;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 2px;
}
.fancyInput {
	border-radius: 5px;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);
	font:bold 12px Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 30px;
	padding: 0 0px;
	width: 150px;
}

.etiqueta {
	display: block ;
	text-align: left;
}

.fancyTextArea {
    display:block  ;
    border-radius: 8px;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);
	font:bold 14px Arial, Helvetica, sans-serif;
}


.fancyInputNoClick {
	border-radius: 5px;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);
	font:bold 12px Arial, Helvetica, sans-serif;
	height: 16px;
	line-height: 20px;
	padding: 0 0px;
	width: 150px;
}

label {display:block; width:x; height:y; text-align:right;}

.leyenda {
    font:bold 12px Arial, Helvetica, sans-serif;
}

/*label {
    display: inline-block;
    width: 5em;
  }*/

  #drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    font-family: sans-serif;
  }
  #drop-area.highlight {
    border-color: purple;
  }
  p {
    margin-top: 0;
  }
  .my-form {
    margin-bottom: 10px;
  }
  #gallery {
    margin-top: 10px;
  }
  #gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .button:hover {
    background: #ddd;
  }
  #fileElem {
    display: none;
  }
  
  .divforms {
    background: rgb(213, 224, 241);
    border-style: dotted solid;
    border: 2px solid rgb(223, 212, 224);
    border-radius: 5px;
  }