/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
.fontfamily {
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
.fontsizeStandard {
  font-size: .85em;
}
body {
  background-color: #5c87b2;
  margin: 0;
  padding: 0;
  color: #696969;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  font-size: .85em;
}
.bodyBlank {
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #696969;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  font-size: .85em;
}
a:link {
  color: #034af3;
  text-decoration: underline;
}
a:visited {
  color: #505abc;
}
a:hover {
  color: #1d60ff;
  text-decoration: none;
}
a:active {
  color: #12eb87;
}
p,
ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}
header,
footer,
nav,
section {
  display: block;
}
/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #000;
}
h1 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  padding: 0 0 10px 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
iframe {
  background-color: #fff;
  border: none;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
header,
#header {
  position: relative;
  margin-bottom: 0px;
  color: #000;
  padding: 0;
}
header h1,
#header h1 {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  color: #FDD309;
  border: none;
  line-height: 2em;
  font-size: 26px !important;
  text-shadow: 1px 1px 2px #111;
  position: relative;
  top: 10px;
}
.sombra {
  text-shadow: 1px 1px 2px #ccc;
}
#main {
  padding: 10px 10px 15px 10px;
  background-color: #fff;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#mainBlank {
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
footer,
#footer {
  background-color: #fff;
  color: #999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 0 0 30px 0;
  font-size: .9em;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
  border-bottom: 0px #5C87B2 none;
  padding: 0 0 0px;
  position: relative;
  margin: 0;
  text-align: right;
}
ul#menu li {
  display: inline;
  list-style: none;
}
ul#menu li#greeting {
  padding: 6px 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}
ul#menu li a {
  padding: 10px 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e8eef4;
  color: #034af3;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
ul#menu li a:hover {
  background-color: #fff;
  text-decoration: none;
}
ul#menu li a:active {
  background-color: #a6e2a6;
  text-decoration: none;
}
ul#menu li.selected a {
  background-color: #fff;
  color: #000;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
textarea {
  min-height: 25px;
  border-bottom-style: none;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
.textarea {
  min-height: 55px;
  border-color: #DFDFE5 #000 #000 #000;
  border-style: solid;
  border-width: 1px;
  width: 803px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 0.9em;
  width: 80px;
  color: #444;
}
select {
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 1.2em;
  color: #444;
}
input[type="submit"] {
  font-size: 1.2em;
  padding: 5px;
}
.textborde {
  border: 1px solid #ccc;
}
/* TABLE
----------------------------------------------------------*/
table {
  border: none 0px #C5DBEC;
  border-collapse: collapse;
}
.tableGrid {
  border: solid 1px #C5DBEC;
  border-collapse: collapse;
}
table td {
  padding: 5px;
  border: none 0px #e8eef4;
  vertical-align: top;
}
table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
  border: none 0px #e8eef4;
}
.center .ui-jqgrid {
  margin-left: auto;
  margin-right: auto;
}
/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}
.error {
  color: Red;
}
nav,
#menucontainer {
  margin-top: 10px;
}
div#title {
  display: block;
  float: left;
  text-align: left;
}
#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  color: White;
}
#logindisplay a:link {
  color: white;
  text-decoration: underline;
}
#logindisplay a:visited {
  color: white;
  text-decoration: underline;
}
#logindisplay a:hover {
  color: white;
  text-decoration: none;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
  margin: 15px 0 0 0;
}
.display-field,
.editor-field {
  margin: 0 0 0 0;
}
.tri-state {
  width: 6em;
}
.columna {
  padding-right: 10px;
  padding-left: 5px;
  width: 400px;
}
.columna .editor-field {
  float: right;
  position: relative;
  top: -18px;
}
.lista1 {
  width: 300px;
  font-size: .85em;
}
.ui-widget {
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  font-size: .85em;
}
.progress {
  position: relative;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  text-align: left;
}
.bar {
  width: 0%;
  height: 20px;
  border-radius: 3px;
  padding: 0em;
}
.percent {
  position: absolute;
  color: #ffffff;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.custom-input-file {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: verdana;
  font-size: 12pt;
  width: 400px;
  min-height: 40px;
}
.custom-input-file:hover {
  background-color: #85B5D9;
  color: #fff;
}
.custom-input-file .input-file {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 10000px;
  border: 10000px solid transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: -1000px;
  top: -1000px;
  cursor: pointer;
}
.custom-input-file .archivo {
  background-color: #85B5D9;
  color: #fff;
  font-size: 9px;
  overflow: hidden;
}
.custom-input-file:hover .archivo {
  background-color: #fff;
  color: #000;
}
.checkbox,
.radio {
  width: 19px;
  height: 20px;
  padding: 0px;
  background: url("/Content/chekBoxPulento.png");
  display: block;
  clear: left;
  float: left;
  cursor: pointer;
}
.checked {
  background-position: 0px -50px;
}
.clicked {
  background-position: 0px -25px;
}
.clicked.checked {
  background-position: 0px -75px;
}
.green {
  background-color: green;
}
.red {
  background-color: red;
}
.purple {
  background-color: purple;
}
.orange {
  background-color: #FDD309;
}
/*botones personalizados*/
/*inicio Excel*/
.ui-pg-div .ui-icon-excel {
  /*para el icono en el jqgrid*/

  background-image: url(/Content/ui-icon-excel1.png);
  background-size: 14px 14px;
  width: 18px;
  height: 16px;
}
.ui-button .ui-icon-excel {
  background-image: url(/Content/ui-icon-excel1.png);
  background-size: 14px 14px;
  width: 18px;
  height: 16px;
}
.ui-button.ui-state-hover .ui-icon-excel {
  background-image: url(/Content/ui-icon-excel1.png);
  background-size: 14px 14px;
  width: 18px;
  height: 16px;
}
/*fin Excel*/
.select2-results li {
  background: #dddddd none repeat scroll 0% 0%;
  background-image: none;
}
.select2-results li:nth-child(2n+1) {
  background: #fefefe none repeat scroll 0% 0%;
}
.select2-results {
  border: solid 1px #5897fb;
  display: inline-block;
  min-width: 98%;
  white-space: pre;
}
.select2-results .select2-highlighted {
  background: #3875d7 !important;
  color: #fff;
}
