﻿@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
html {
    padding: 0;
    margin: 0;
    /*background: url('../images/abuelo.jpg') no-repeat 50% fixed;*/
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

body {
    margin:0;
    font-family: 'Open Sans', sans-serif;
    background-color:rgba(255,255,255,0.96);
    padding:0;
    min-height:100%;
    overflow-y: hidden;
}
.body-login {
    height:100%;
        /*background: url('../images/malla.png') right bottom repeat;*/
}
.centrado {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);

}
.form-login {
    padding:80px 40px;
    /*box-shadow: 2px 5px 30px #000;*/
    box-shadow: 1px 2px 10px #000;
    background-color:rgba(255,255,255,0.8);
    position:relative;
}
.form-login input[type='text'], .form-login input[type='password']{
    padding-left: 30px;
}
.form-login .form-group{
    position:relative;
}
.form-login .form-group label{
    position: absolute;
    line-height: 36px;
    vertical-align: middle;
    padding-left: 9px;
    top: 0;
}
.form-login img {
    height:50px;
}
.form-login h1 {
    padding: 10px 0 40px 0;
    font-family: 'Open Sans';
    font-weight: 100;
    color: #ea1c24;
}

.btn-rojo {
    color:#ffffff;
    background-color:#ea1c24;
    border-color:#ffffff;
}
.btn-rojo:hover, .btn-rojo:active, .btn-rojo:visited{
    color:#ffffff;
    background-color:#EE4950;
}

.btn-plomo {
    color:#ffffff !important;
    background-color:#58595b;
}
.btn-plomo:hover {
    color:#ffffff;
    background-color:#696a6c;
}
.btn-plomo-trans {
    color:#ffffff !important;
    background-color:transparent;
}
.btn-plomo-transparent:hover {
    color:#ffffff;
    background-color:#696a6c;
}
.btn-transparente {
    color:#333333;
    background-color:#ffffff;
    border-color:#333333;
}
.btn-transparente:hover {
    color:#ffffff;
    background-color:#333333;
    border-color:#ffffff;
}
/***/
#top {
background-color:#fff;
}
.global-nav {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    height: 46px;
    position: relative;
    width: 100%;
}
#top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #e1e8ed;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    /*z-index: 1000;*/
}
a.navbar-brand{
 color:#ffffff !important;
 font-weight:bold;
}
.trends {
    background-color: #fff;
    background-clip: inherit;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    line-height: inherit;
    padding: 15px 30px;
}
.ProfileCardMini {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    padding: 12px 15px;
    text-align: left;
}
.ProfileCardMini-avatar {
    float: left;
    height: 36px;
    margin-right: 10px;
    width: 36px;
}
.ProfileCardMini-details {
    height: 36px;
    margin-left: 46px;
}
.ProfileNameTruncated {
    height: 22px;
    line-height: 1.3;
    margin-top: -2px;
}
.u-textTruncate {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}
.u-inlineBlock {
    display: inline-block!important;
    max-width: 100%;
}
.ProfileNameTruncated-link {
    color: #292f33;
    font-weight: 700;
    font-size: 18px;
}
.u-textInheritColor {
    color: inherit!important;
}
.ProfileCardMini-screenname {
    height: 14px;
}
.u-dir[dir="ltr"] {
    direction: ltr!important;
    text-align: left!important;
    unicode-bidi: embed;
}

.ProfileCardMini-screennameLink, .ProfileCardMini-screennameLink:hover {
    color: #66757f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.ProfileCardMini-screenname>* {
    vertical-align: text-top;
}
.u-linkComplex, .u-linkComplex:hover, .u-linkComplex:focus, .u-linkComplex:active {
    text-decoration: none!important;
}
.ProfileCardMini-avatarImage {
    border-radius: 4px;
    max-width: 100%;
    width: 250px;
    height: 50px;
}

.ProfileCanopy-navBar {
    background-color: #fff;
    border-bottom: 1px solid #e1e8ed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sistema {
    line-height:60px;
    vertical-align:middle;
}
.buscar , .inicio{
    background-color: #E5F2F7;
    background-clip: inherit;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    line-height: inherit;
    padding: 15px 30px;
}
    .buscar .input-group-addon {
    background-color:#329CC2 !important;
    }
        .buscar .input-group-addon .glyphicon{
        color:#E5F2F7 !important;
        }
.content-list {
    margin-top:30px;
}
.inicio {
padding-bottom:50px;
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.rowselected {
 background-color:#428bca !important;
}
.select2-container {
    width: 100% !important;
}

/***/
.grilla, .grilla2 {
    width:100%;
}
.grilla tbody tr:nth-child(odd){
    background-color:#FAFAFA;
}
.grilla tbody tr:nth-child(even){
    background-color:#ffffff;
}
.grilla tbody tr:first-child{
    background-color:#ea1c24;
    color:#ffffff;
}

.grilla tbody tr:first-child th{
    font-weight:600;
    text-align:center;
}

.grilla tbody tr td, .grilla tbody tr th{
    padding:8px;
    font-weight:normal;
    border:0;
    border-left: solid thin #ededed;
}
.grilla tbody tr:hover{
    background-color:#daeffd; /*#FDF4BB;*/
}
.grilla tbody tr:first-child:hover{
    background-color:#ea1c24;
    color:#ffffff;
}

.grilla tbody tr td a i{
    color:#848484;
}
.grilla.grillatheme2 tbody tr th{
    background-color:#ffffff;
    color:#626262;
    font-weight:700 !important;
    border-bottom:solid thin #e1e8ed;
}
.grilla.grillatheme2 tbody tr:first-child:hover{
    background-color:#ffffff;
    color:#626262;
}
.modal-login{
    -webkit-animation: mymove 0.2s; /* Safari 4.0 - 8.0 */
    animation: mymove 0.2s;
}
@-webkit-keyframes mymove {
    0%   {opacity:0;}
    25%  {opacity:0.40;}
    75%  {opacity:0.75;}
    100% {opacity:1;}
}
@keyframes mymove {
    0%   {opacity:0;}
    25%  {opacity:0.40;}
    75%  {opacity:0.75;}
    100% {opacity:1;}
}
.tooltips {
    position: relative;
    display: inline-block;
    font-weight:300;
}

.tooltips > span , a.tooltips > span{
    display:none;
    background-color: #303030;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 2;
    bottom: 125%;
  left: 50%;
  transform: translate(-50%, 0%);
    opacity: 0;
    transition: opacity 1s;
    min-width:140px;
    font-size:1.2em;
    text-shadow:none !important;
    font-size:14px;
    font-weight:normal;
}

.tooltips > span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #303030 transparent transparent transparent;
}

.tooltips:hover > span {
    display:block;
    opacity: 1;
}
.title-page {
    text-align:center;
    padding: 10px 0 40px 0;
    font-weight: 100;
    color: #ea1c24;
}

input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before  {
    content: "\f192";
    font-size: 1.2em;
    color: #ea1c24;
    letter-spacing: 5px;
}
input[type=checkbox].with-font ~ label:before {        
    content: "\f096";
}
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f046";        
    color: #ea1c24;
}
input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label
{                
    color: #ea1c24;
}
.menu-horizontal {
    /*background-color:#58595b;*/
    background-color: #1289d2;
}
.navbar-default .navbar-nav>li>a {
    /*color: #aaaaaa;*/
    color: #bacee0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #1289d2;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: transparent;
}
a.opt-selected{
    color:#ffffff !important;
}
.open .usuario {
    color:#ffffff !important;
}
.glyphicon {
top:3px;
}
.help {
    position:absolute;
    top:10px;
    right:10px;
}
.btn-azul {
    color: #ffffff !important;
    background-color: #128FDC;
    /*padding: 7px 60px;*/
}



.btn-azul:hover, .btn-azul:active, .btn-azul:visited, .btn-azul:focus {
    color:#ffffff;
    background-color:#41A5E3;
}
.btn-menu{
    color:#ffffff;
    background-color:transparent;
    border-color:#ffffff;
    margin:5px;
}
.btn-menu:hover{
    color:#ffffff;
    background-color:#128FDC;
    border-color:#ffffff;
}
.btn {
    font-weight:bold;
}
.navbar {
    margin-bottom: 0;
}
.bs-docs-header {
    background-color:#f5f5f5;
    margin-bottom:30px;
}
.btn-item, a.btn-item {
    background-color:#F1F1F1;
    border-color:#f0f0f0;
}
.btn-item:hover, .btn-item:active, .btn-item:visited , a.btn-item:hover, a.btn-item:active, a.btn-item:visited {
    background-color:#CFE2EF;
}
a.btn {
    color:inherit;
}
.input-group-aspx,.input-group-aspx .input-group{
    width:100%;
    margin-bottom: 0px;
}
    .input-group-aspx .form-control {
        height:auto !important;
    }
/*.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}*/
.require {
    border:solid 2px rgba(234,28,36,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(234,28,36,.6);
}
.btn-panel-bandeja >div{
    padding:20px;
    margin:10px 0;
    text-align:center;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 300;
}
.btn-panel-bandeja:nth-child(6n-5) > div {
    background-color: #6D5CAE;
}
.btn-panel-bandeja:nth-child(6n-4) > div {
    background-color: #48B0F7;
}

.btn-panel-bandeja:nth-child(6n-3) > div {
    background-color: #10CFBD;
}

.btn-panel-bandeja:nth-child(6n-2) > div {
    background-color: #30333f;
}

.btn-panel-bandeja:nth-child(6n-1) > div {
    background-color: #F8D053;
}
.btn-panel-bandeja:nth-child(6n) > div {
    background-color: #F55753;
}

.btn-panel-bandeja >div>div>span{
    padding:16px;
    background-color:rgba(0,0,0,0.3);
    display:inline-block;
    width:64px;
    height:64px;
    border-radius:50%;
    margin:5px 0 10px 0;
}
.btn-panel-bandeja >div>div>span>img{
    height:auto;
    width:32px;
}
.btn-panel-bandeja >div>div>span{
    line-height:32px;
    vertical-align:middle;
    font-size:32px;
    font-weight:600;
}
.tabla-formato1 {
    width:100%;
}
.tabla-formato1 tr td{
    border:0;
}
.boxNatural, .boxJuridica {
    display:none; 
}
label small {
    font-size: 0.75em;
}

.blanco, a.blanco {
    color:#ffffff !important;

}




/*Mesa de ayuda*/
.zammad-form textarea {
    height:auto !important;
}

.zammad-form .js-thankyou {
    text-align: center;
    font-size: 1.2em;
}

.zammad-form > button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.zammad-form > button:disabled {
    cursor: not-allowed;
    background-color: #83bced !important;
}

.zammad-form-modal-body {
    max-width: 38em !important;
    color: #424242 !important;
    font-size: 1.2em;
}

.zammad-form-modal-body h2 {
    font-size: 3rem;
}

/*boton adjuntar documento*/
.dxbButtonHover_DevEx {
    color: #201f35;
    background: #dde6fe;
    border: 1px solid #a9acb5;
}

.dxbButtonSys {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.dxbButton_DevEx {
    color: #201f35;
    font: 12px Verdana, Geneva, sans-serif;
    border: 1px solid #d2d6de;
    background: #ebedf2;
    padding: 1px;
}

.dxbButtonSys.dxbTSys > div {
    display: table-cell;
    vertical-align: middle;
}

.dxbButtonSys > div {
    line-height: 100%;
    text-decoration: inherit;
}

div.dx {
    padding: 7px 8px;
}

.dx-hb, .dx-hbc {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    height: 0 !important;
    width: 0 !important;
    font-size: 0 !important;
    opacity: 0 !important;
}

.dx-hbc {
    overflow: hidden;
}

span.vam {
    line-height: 100%;
    padding: 2px 0;
    text-decoration: inherit;
}

.vam, .vat, .vab {
    display: inline-block !important;
}

.vam, .valm {
    vertical-align: middle;
}

.dxbButtonSys.dxbTSys {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    border-spacing: 0;
    border-collapse: separate;
}

.dxbButton_MetropolisBlue {
    color: white;
    background-color: #0072C6;
    border: 1px solid #0072C6;
}

.dxbButtonHover_MetropolisBlue {
    color: #333333;
    background-color: white;
    border: 1px solid #c0c0c0;
}

.customButtonInitial {
    margin: 0px;
    padding: 0px;
}

.ButtonSys.TSys {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    border-spacing: 0;
    border-collapse: separate;
}

.footer-login {
    margin: 0px auto;
    width: 380px;
    margin-top: 15px;
}

/**/
.login-img {
    /*padding: 80px 40px;
    position: relative;*/
    margin-top: 0px;
    margin-bottom: 26px;
}

.login-margen {
    margin-top: 24px;
    margin-bottom: 24px;
}

.margen-tipersona {
    margin-top: 24px;
    margin-bottom: 10px;
}

.text-parrafo {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}


container-mix {
    padding: 0% 4%;
    text-align: justify;
    /* font-size: 0.1px; */
    /* background: #68b8c4; */
    -webkit-backface-visibility: hidden;
}

container-mix2 {
    padding: 0% 4%;
    text-align: justify;
    /* font-size: 0.1px; */
    /* background: #68b8c4; */
    -webkit-backface-visibility: hidden;
}

container-mix3 {
    padding: 0% 4%;
    text-align: justify;
    /* font-size: 0.1px; */
    /* background: #68b8c4; */
    -webkit-backface-visibility: hidden;
}


.container-mix .mix {
    text-align: left;
    background-color: rgba(186, 214, 228, 0.26);
    margin-bottom: 2.0%;
    height: 25.3em /*10em*/;
    display: none;
    text-align: center;
    /* min-height: 10em; */
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    /*-khtml-border-radius: 0 0 20px 20px;*/
    border-radius: 7px;
}

.margen-reunion {
    margin-top: 24px;
    margin-bottom: 10px;
}