body {
  line-height: 1.618;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
a {
  text-decoration: none;
}
header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
header img {
  width: 80px;
}
header > div {
  display: inline-block;
  width: 33.33%;
  margin:0;
  padding: 0;
  vertical-align: middle;
}
header .header-system-name h1 {
  font-size: 1.2rem;
  color: #363636;
}
.testback {
  background-color: #141414;
}
.login-container {
  max-width: 30rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.form-large {
  max-width: 75rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.header-title {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  background-color: #615757;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.header-title .iconPosition {
  position: absolute;
  right: 1rem;
  top: 10px;
  font-size: 25px;
}
.header-title span {
  color: #fff;
  font-size: 1.1rem;
}
form {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #616161;
  background-color: #E0E0E0;
  padding: 1rem;
  position: relative;
}
hr {
  border: 0;
  /*border-top: 2px solid #615757;*/
  border-top: 2px solid #BED7E7;
}
legend {
  font-size: 1.1rem!important;
  color: #615757 !important;
}
.label-style-column {
  text-align: right;
  margin-right: 1rem !important;
  margin-top: 0.5rem !important;
}
.is-centered {
  text-align: center;
}
.is-right {
  text-align: right;
}
.is-hidden {
  visibility: hidden!important;
}
.is-upper {
  text-transform: uppercase;
}
.button-container > div {
  margin-top: 0.5rem;
}
#contentParam {
  margin: 0.5rem;
  padding: 0.5rem;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow:0 1px 1px rgb(0,0,0,0,0.2);
}
.button-success {
  background: rgb(28,184,65);
}
.button-error {
  background: rgb(202,60,60);
}
.button-warning {
  background: rgb(223,117,20);
}

.button-secondary {
  background: rgb(66,184,221);
}
h3 {
  border-bottom: 1px solid #615757;
  padding-bottom: 0.2rem;
  font-weight: normal;
  color: #615757;
}
.spaceTop {
  margin-top: 1rem;
}
.show-Help-Button {
  margin-top: 2rem !important;
}
.buttons-top-space {
  margin-top: 0.2rem;
}
.buttons-container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgb(219, 229, 232);
  -webkit-border-radius: 0 0  5px 5px;
  -moz-border-radius: 0 0  5px 5px;
  border-radius: 0 0  5px 5px;
  /* background: rgb(225, 234, 235);
  background: -moz-repeating-linear-gradient(-45deg, 
  rgb(247, 247, 247) , 
  rgb(247, 247, 247) 15px, 
  rgb(225, 234, 235) 15px, 
  rgb(225, 234, 235) 30px, 
  rgb(247, 247, 247) 30px
  );
  background: -webkit-repeating-linear-gradient(-45deg, 
  rgb(247, 247, 247) , 
  rgb(247, 247, 247) 15px, 
  rgb(225, 234, 235) 15px, 
  rgb(225, 234, 235) 30px, 
  rgb(247, 247, 247) 30px
  );
  background: -o-repeating-linear-gradient(-45deg, 
  rgb(247, 247, 247) , 
  rgb(247, 247, 247) 15px, 
  rgb(225, 234, 235) 15px, 
  rgb(225, 234, 235) 30px, 
  rgb(247, 247, 247) 30px
  );
  background: repeating-linear-gradient(-45deg,   rgb(247, 247, 247) ,   rgb(247, 247, 247) 15px,   rgb(225, 234, 235) 15px,   rgb(225, 234, 235) 30px,   rgb(247, 247, 247) 30px  ); */
}
table {
  margin-top: 1rem;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #ccc !important;
}
table th {
  background-color: #615757!important;
  color: white;
  font-weight: normal;
}
.odd, tr .ood  {
  background-color: #D9E0D5!important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_disabled,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-color: #615757!important;
}
.dataTables_length {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
table.dataTable th {
  color: white;
  font-weight: normal!important;
}
table .buttons-container {
  width: 18em;
}
.input-file-with-label {
  margin-top: 0.7em!important;
  display: block;
}

.counter-message {
  position: absolute;
  cursor: pointer;
  font-weight: bold;
  right: 0;
  top: 10px;
  color: #696969;
  width: 38px;
  text-align: center;
}
.message-container {
  font-size: 0.7rem;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 200px;
  position: absolute;
  top: 47px;
  left: -76px;
  z-index: 30;
}
.message-container a {
  color: black !important;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px !important;
}
.message-item:hover {
  background-color: #eee !important;
}
.read-message {
  background-color: #fff;
}
.unread-message {
  background-color: #eee;
}
.all-messages {
  color: #000;
  text-align: center;
  background-color: #ccc;
  padding: 10px;
}
.all-messages:hover {
  background-color: #aaa;
}

.dateactive{
    background: white !important;
    cursor: pointer !important;
}
p.change_link{
  /* position: absolute; */
  color: rgb(127, 124, 124);
  left: 0px;
  height: 20px;
  width: 440px;
  padding: 17px 30px 20px 30px;
  font-size: 16px;
  text-align: right;
  border-top: 1px solid rgb(219, 229, 232);
  -webkit-border-radius: 0 0  5px 5px;
  -moz-border-radius: 0 0  5px 5px;
  border-radius: 0 0  5px 5px;
  background: rgb(225, 234, 235);
  background: -moz-repeating-linear-gradient(-45deg, 
  rgb(247, 247, 247) , 
  rgb(247, 247, 247) 15px, 
  rgb(225, 234, 235) 15px, 
  rgb(225, 234, 235) 30px, 
  rgb(247, 247, 247) 30px
  );
  background: -webkit-repeating-linear-gradient(-45deg, 
  rgb(247, 247, 247) , 
  rgb(247, 247, 247) 15px, 
  rgb(225, 234, 235) 15px, 
  rgb(225, 234, 235) 30px, 
  rgb(247, 247, 247) 30px
  );
  background: -o-repeating-linear-gradient(-45deg, 
  rgb(247, 247, 247) , 
  rgb(247, 247, 247) 15px, 
  rgb(225, 234, 235) 15px, 
  rgb(225, 234, 235) 30px, 
  rgb(247, 247, 247) 30px
  );
  background: repeating-linear-gradient(-45deg,   rgb(247, 247, 247) ,   rgb(247, 247, 247) 15px,   rgb(225, 234, 235) 15px,   rgb(225, 234, 235) 30px,   rgb(247, 247, 247) 30px  );
}
footer {
  background: #575D61;
  margin-top: 0.5rem;
  height: 80px;
  text-align: center;
}
footer img {
  margin-top: 10px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y9yfnx');
  src:  url('fonts/icomoon.eot?y9yfnx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y9yfnx') format('truetype'),
    url('fonts/icomoon.woff?y9yfnx') format('woff'),
    url('fonts/icomoon.svg?y9yfnx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pencil2:before {
  content: "\e906";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-printer:before {
  content: "\e954";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-box-remove:before {
  content: "\e95f";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-mail2:before {
  content: "\ea84";
}
.information-button {
  cursor: pointer;
  background-color: #141414;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0.2rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #404041;
    color: white;
}
.modal-body {
  padding: 2px 16px;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #404041;
    color: white;
}





/* ADECUACIONES VISUALES */
html, body{
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important; */
  height: 100%;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
.icon-file-text.iconPosition{display:none !important;}
/* .information-button{display:none !important;} */

.header-title,
form{
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.header-title{
  background-color: black;
}
form{
  border: 1px solid #000;
  background: none;
  background-color: white !important;
  padding: 30px;
}

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea{
  border-radius: 0px !important;
}

.pure-button{
  border-radius: 0px;
  background-color: white;
  color: black;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected{
  background-color: white;
  border: solid #0275d8 2px !important;
  color:black;
}
.pure-button-primary:hover, .pure-button-selected:hover, a.pure-button-primary:hover, a.pure-button-selected:hover{
  background-color: #0275d8;
  border: solid #0275d8 2px;
  color:white;
}
.button-warning{
  background-color: white;
  border: solid #f0ad4e 2px;
  color:black;
}
.button-warning:hover{
  background-color: #f0ad4e;
  border: solid #f0ad4e 2px;
  color:white;
}
.button-success{
  background-color: white;
  border: solid #5cb85c 2px;
  color:black;
}
.button-success:hover{
  background-color: #5cb85c;
  border: solid #5cb85c 2px;
  color:white;
}
.button-error{
  background-color: white;
  border: solid #d9534f 2px;
  color:black;
}
.button-error:hover{
  background-color: #d9534f;
  border: solid #d9534f 2px;
  color:white;
}


/* LOGIN */
.center-container{
  height: 100%;
  display: flex;
  background-color: rgba(127, 124, 124,0.2) !important;
}
.login-form,.login-form>fieldset{
  width: 100%;
  position: relative;
  padding: 0px;
  border-radius: none !important;
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  border: none;
  background-color: white !important;
}
.btn_login,.btn_login:hover{
  background-color: #000;
  color: white;
  border: solid black 1px !important;
}

@media(max-width: 555px){
  .login-container{
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
  }
  .background-container{
    width: 0% !important;
  }
  .login-elements{
    width: 100%;
    padding: 180px 0px;
    display: flex;
  }
}

@media(min-width: 556px){
  .login-container{
    width: 90% !important;
    max-width: 90% !important;
    margin: auto;
  }
  .background-container{
    width: 0% !important;
  }
  .login-elements{
    width: 100%;
    padding: 180px 0px;
    display: flex;
  }
}

@media(min-width: 768px){
  .login-container{
    width: 85% !important;
    max-width: 85% !important;
    margin: auto;
  }

  .background-container{
    position: absolute;
    float: left;
    opacity: 0.8;
    width: 50% !important;
    height: 100%;
    background: url('../assets/img/login-background.jpg') no-repeat left;
    background-size: cover;
  }

  .login-elements{
    float: right;
    width: 50%;
    padding: 180px 0px;
    display: flex;
  }
}

@media(min-width: 1280px){
  .login-container{
    width: 60% !important;
    max-width: 970px !important;
    margin: auto;
  }

  .background-container{
    position: absolute;
    float: left;
    opacity: 0.7;
    width: 50% !important;
    height: 100%;
    background: url('../assets/img/login-background.jpg') no-repeat 85%;
    background-size: cover;
  }

  .login-elements{
    float: right;
    width: 50%;
    padding: 180px 0px;
    display: flex;
  }
}

.login-elements > div{
  width: 100%;
  margin: auto 40px;
}


/* HEADER */
header{
  position: fixed;
  background: none;
  background-color: #141414 !important;
  color: white;
  top: 0px;
  width: 100%;
  height: 57px !important;
  max-height: 57px !important;
  z-index: 2;
}
header > .message-box{
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 8px 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: none;
  background-color: #fff;
  z-index: 3;
}
header > .message-box > span{
  display: inline;
  color: #141414 !important;
}
.information-button{
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 10px 64px 8px 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  z-index: 3;
}

.modal{
  z-index: 100 !important;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal .modal-content{
  z-index: 101 !important;
}

.modal .modal-header{
  min-height: 50px;
}
.modal .modal-header >h1,.modal .modal-header >h2,.modal .modal-header >h3,
.modal .modal-header >h4, .modal .modal-header >h5,.modal .modal-header >h6{
  color: white;
}
.modal .modal-footer{
  background: none;
  background-color: none;
}


/* FOOTER */
footer{
  display: none;
  position: fixed;
  height: 40px !important;
  bottom: 0;
  width: 100%;
  background-color: #000 !important;
}
.header-gob-DF-logo,.header-sobsec-logo{
  width: 1%;
}
.header-system-name{
  width:98%;
}
.header-system-name h1{
  color:white !important;
}
@media (max-width: 768px){
  .header-system-name {
      position: fixed;
    top: 0px;
    width: 100%;
    max-height: 57px !important;
    z-index: 3000;
  }
}


@media(min-width:556px){
  .testback{
    position: fixed;
    top: 55px;
    width: 300px !important;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }
  .testback::-webkit-scrollbar {
    display: none;
  }

  .testback .main-menu.cf{
    width: 100% !important;
  }
  .testback .main-menu.cf > li{
    width: 100% !important;
  }
  .form-large{
    width: calc(100% - 330px) !important;
    left: 320px !important;
    bottom: 200px;
    padding: 60px 0px 20px 300px;
  }
}


@media(max-width: 555px){
  .testback{
    position: fixed;
    margin-top: 48px;
    width: 100%;
    z-index: 2;
    overflow: inherit;
  }
  .form-large{
    padding-top: 128px;
  }
}