html,
body {
    height: 100%;
}
.deleted{
    text-decoration: line-through;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.input-group-addon {
    color: #FFFFFF !important;
    background-color: #18a689 !important;
    border-color: #18a689;
}
@media screen and (max-width: 768px) {
  .wrapper-content {
      padding: 0px 0px 45px !important;
  }
  .ibox {
    clear: both;
    position: relative;
    min-width: 100vw;
    left: 0;
    /* display: table-footer-group; */
    margin-left: -15px;
    margin-bottom: 0px;
  }
  .ibox-title {
    border-width: 0px 0 0 !important;
  }
}
.ibox{
  cursor: pointer;
}
img.circle-border {
    border: 1px solid #FFFFFF !important;
    border-radius: 50%;
}
.ibox .ibox-title{
  border-color: rgba(231, 234, 236, 0);
}
.ibox .ibox-title:hover > h5{
  font-size: 16px !important;
}
.ibox-content.filters{
  background-color: #23394c;
  border-radius: 5px;
}
.footer {
    position: relative;
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

@media screen and (min-width: 768px) {
  .item-row{
      display:flex;
  }
  .item-row .item-box {
      display: flex;
  }
}
.item-row .contact-box{
    min-width: 100%;
    position: relative;
}
.item-row .contact-box > a{
    min-height: 85%;
    position: relative;
    overflow: hidden;
}

.item-row .contact-box > a  > * {
  z-index: 99;
  position: inherit;
  color: #404040;
}
.item-row .contact-box .contact-box-footer{
    max-height: 15%;
    background-color: #23727c;
    display: flex;
    position: relative;
}
.item-row .contact-box .contact-box-footer > .option{
    text-align: center;
    color: white !important;
    font-size: 16px;
    flex-grow: 1;
    flex-basis: 0;
    border-right: 1px solid white;
}
.item-row .contact-box .contact-box-footer > .option:last-of-type{
    border-right: 0px solid white;
}
.item-row .contact-box .contact-box-footer > .option:hover{
    -webkit-transform: scale(1.2);
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}


.select2-dropdown {
  z-index: 9001 !important;
}

.select2-dropdown{
    z-index: 3051 !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 97%;
}

.modal-content{
    overflow: overlay;
}

.modal-header{
    padding: 5px !important;
    border-bottom: 0px solid #e5e5e5 !important;
}

.message-text{
    white-space: nowrap;
}

.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 9999 !important; }

.bootstrap-datetimepicker-widget{
    z-index: 9999 !important;
}

/*Button Wizard*/
.wizard > .steps a{
    padding: 8px !important;
}

li{
    list-style: none;
}

.editing .edit{
    display: block;
}

.editing .read{
    display: none;
}

.pointer{
    cursor:pointer;
}
.profile__background{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 200% !important;
  min-height: 100% !important;
  // Where the magic happens
  -webkit-filter: blur(100px);
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom:0px !important;
  margin-top:0px !important;
  z-index: 0 !important;
  -webkit-filter: grayscale(0.5) blur(100px)
}

.item-row .contact-box:hover .profile__background{
  -webkit-filter: grayscale(0.5) blur(80px)
}

@media (max-width:700px){
    .login{
        background-color: white;
    }

    .table-header,.geba-item-pc,.pc  {
        display:none;
    }
    .gim,.m{
        display: block;
    }
    .navbar-header{
        width: 25%;

    }
 }


 .building{
     order: -1;
     padding: 0px 100px;
 }

 .login-block h2{
     font-size: 3em;
     padding: 0;
     margin: 0;
 }

 .login-info{
     padding-top: 40px;
 }
 .orgchart{
  /*min-height: 65vh !important;*/
 }
 .orgchart {
    background: #f3f3f4 !important
}
 .organigram-container{
  overflow-x: auto;
  min-height: 100%
 }

.orgchart .top-level .title {
  background-color: #006699 !important;
}
.orgchart .top-level .content,.orgchart .top-level .middle-content {
  border-color: #006699 !important;
  color: white;
}
.orgchart .sub-top-level .title,.orgchart .sub-top-level .middle-content {
    background-color: #161067 !important;
    color: white;
}
.orgchart .sub-top-level .content,.middle-content {
    border-color: #161067 !important;
}
.orgchart .middle-level .title ,.orgchart .middle-level .middle-content{
  background-color: #009933 !important;
  color: white;
}
.orgchart .middle-level .content {
  border-color: #009933 !important;
}
.orgchart .bottom-level .title,.orgchart .bottom-level .middle-content{
  background-color: #993366 !important;
  color: white;
}
.orgchart .bottom-level .content {
  border-color: #993366 !important;
}
.orgchart {
    position: absolute !important;
    left: 0px;    padding: 0px !important;
} 
.orgchart>table:first-child {
  position: absolute;
}


 .ibox.header {
    margin-bottom: 0px !important;
}
 .pointer{
    cursor:pointer;
 }
 .vertical-list{
    min-height: 35px;
 }
 .avatar{
    width:49px;
 }
 .demo-container {
    position: relative;
    display: inline-block;
    top: 10px;
    left: 0px;
    right: 0px;
    width: 100%;
    border: 2px dashed #eee;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}
.orgchart .node .middle-content {
    width: 100%;
    height: 10px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 0 0 0 0;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#chart-container {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    height: 70vh;
    width: calc(100%);
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto !important;
    text-align: left;
}
.html2canvas-container { width: 16000px !important; height: 16000px !important; }
.oc-export-btn {
  left: 5px;
}
 .todo-list.small-list > li:hover{
    background-color: #2F4050;
    color:white;
 }
 .text-danger {
    color: #810d1b;
    font-weight: 700;
}
 .option-buttons a{
  color:white !important;
 }
 video{
     position: fixed;
     min-width: 100%;
     min-height: 100%;
     top:50%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
     z-index: -1;

 }
 .video-container{
     position: absolute;

     min-width: 100vw;
     min-height: 100vh;
     top: 0;
     left: 0 ;
     z-index:-1;
 }
 .video-overlay{
     position: absolute;
     background-color:rgba(255, 255, 255, 0.67);

     min-width: 100vw;
     min-height: 100vh;
     top: 0;
     left: 0
 }

 /** Form fields fix */
 @media screen and (max-width: 768px) {
    select:focus,
    textarea:focus,
    input:focus {
      font-size: 16px;
      background: #eee;
    }
  }

  @media screen and (max-width: 768px) {
    select,textarea,input {
      font-size: 16px;
    }
    .form-control {
      height: auto;
      font-size: 16px;
    }
  }

  
  .modal-content{
    overflow: visible;
  }


.margin-row{
    margin: 10px 0px;
}

.ibox-content {
    padding: 3px 20px 3px 20px !important;
}

.clients-list table tr td:first-child{
  font-weight: 600;
}

.clients-list table tr td:nth-child(2){
  text-align: right;
}

.transparent{
  background: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}


.clear-table .panel-primary {
  border-color: rgba(255, 255, 255, 0) !important;
}

.clear-table .panel-primary > .panel-heading {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #ffffff !important;
    color: #4f4f4f;
}
.clear-table .panel-footer{
  background-color: rgba(245, 245, 245, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}
.clear-table .kv-panel-pager {
  min-height: 0px !important;
}

.clear-table table > tbody > tr > td, .clear-table .table > tfoot > tr > td {
    border-top: 1px solid rgba(231, 234, 236, 0);
    background-color: rgba(245, 245, 246, 0);
}

.clear-table .table-bordered > thead > tr > td, .clear-table .table-bordered > thead > tr > th, .clear-table .table-bordered > tbody > tr > td {
    background-color: rgba(245, 245, 246, 0);
    border: 1px solid rgba(231, 231, 231, 0);
}


.clients-list {
    padding-top: 20px !important;
}
#perfil-empleado .summary{
    display: none !important;
}
#perfil-empleado .kv-panel-after {
  border-top: 0px solid #ddd !important;
}

#perfil-empleado .panel-title{
  font-size: 16px !important;
}

#perfil-empleado a {
  color: black !important;
}

#perfil-empleado, .clients-list{
  font-family: Roboto, sans-serif;
}

.img-small{
  width: 21px !important;
  height: 21px !important;
}

.small-cards{
  max-height: 150px;
  overflow-y: auto;
}

.user-friends .contact-box{
  padding: 0px;
}

.site-index .ibox-content {
    min-height: 250px;
}
.top-buffer { 
  margin-top:20px; 
}
.total_line {
  border-top: 2px solid #3c474f !important;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}