/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}



/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
/*html,
body {
  height: 100%;
}*/
.super { display:none;}
#codigo { visibility:hidden;}
.resultado { color:#019ADE; font-weight:600;}
#paralaxSlice1 { display:none;}
#container {
  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 20px;
}

.element {
  width: 110px;
  height: 110px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;
}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.element * {
  position: absolute;
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}

/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
#login {
    padding-top: 0;
}
#login .form-wrap {
    width: 50%;
    margin: 0 auto;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons MIS ESTILOS
	-------------------------------------------------- */
.form-control {
    color: #212121;
}
.siniestro { height:44px;}
.btn-custom {
    color: #fff;
	background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}
input:focus{border-color:#f29c37;outline:0;-webkit-box-shadow: 0 0 2px #;box-shadow: 0 0 2px #f29c37;}

p.error { color:#F00; text-align:left; background:#eee; padding:8px; }
p.correcto { color:#0C3; text-align:left; background:#eee; padding:8px; }
h2.hello { color:#00489A; text-align:left; background:#eee; padding:13px 20px; margin-bottom:10px; font-weight:600;}
h2.no-margin { margin:0;}
div.superadmin form { background:#ddd; padding-top:15px; padding-bottom:15px;}
textarea { max-width:100%;}
#textos textarea { font-size:12px; background:#FFF;}
h4.textos { font-family:'Open Sans', Helvetica, Arial; text-transform:uppercase; color:#004897; padding:4px;}
h4.textos label {font-weight:600 !important;}
/*LISTAS*/
ul { padding:1em; font-size:11px;}
ul li { list-style-type:none;}
ul li div { font-size:.6em;}
.instrucciones { padding-top:44px;}


.nav-tabs > li > a { font-size:14px; text-transform:uppercase; background:#eee; margin-bottom:4px;}
.nav-tabs.secundario, nav-tabs.comunicate, nav-tabs.sending { margin-left:15px;}
.nav-tabs.secundario > li > a, .nav-tabs.comunicate > li > a, .nav-tabs.sending > li > a { font-size:12px; text-transform:uppercase; background:#444; color:#f5f5f5; margin-bottom:4px;}
.nav-tabs > li > a:hover { background:#758598; color:#FFF;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background:#014898; color:#FFF;}
.tab-content { background: rgba(202,204,204,.5); padding-top:5px; padding-bottom:20px;}


table.riesgo { background:#FFF !important;}
table.riesgo > tbody > tr > td {padding:9px; }
.table.preex > tbody > tr { border-bottom:3px solid #003d7e;}
.table.preex > tbody > tr:first-child, .table.preex > tbody > tr.no-line { border-bottom:none;}
.table.preex > tbody > tr.no-line td:first-child { text-align:right;}
.table.preex > tbody > tr > td { padding:6px;}
table.riesgo tr:first-child, .panel .table tr:first-child td:first-child {
    background: none repeat scroll 0 0 #003d7e;
    color: #fff;
    font-size: 1em;
    padding: 8px;
}
.form-control { font-size:13px;}
.input-xs {height:25px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}
/*.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
*/
input:required {
  background: #d7d9dc;
}
input + span { font-size:13px; color:#222;}
.table td.rojo { background:rgba(255,0,0,.2);}
.table td.amarillo { background:rgba(255,255,0,.2);}
.table td.azul { background:rgba(0,0,255,.2);}
.esconde { display:none;}