lbody{
  color: rgb(60, 70, 77);
  font-family: 'Open Sans', sans-serif;
  background-color: #EBF0F3;
}
h3{
  padding: 0px;
  margin: 0px;
}
h4{
  padding: 0px;
  margin: 0px;
}
h5{
  display: block;
  font-weight: bold;
}
.small-fluid .row{
  padding: 10px 0px;
}
.selectable-box:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
a.file-link{
  color: inherit;
  text-align: center;
  display: block;
  text-decoration: none;
}
a.link:hover{
  color: #337ab7;
}
a.file-link i{
  display: block;
  font-size: 200%;
}
.hidden-box{
  visibility: hidden;
}
.no-select{
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.one-percent{
  width: 1%;
}
button[bs-options]{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.compensate-margins{
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.compensate-margins-2{
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.div-fake-hidden{
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.next-dash:before{
  content:'';
  width: 6px;
  height: 1px;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  right: -3px;
  margin-top: -1px;
  top: 50%;
}
.left-sidebar .item span:first-child{
  font-size: 20px;
}
div.chart-pie{
  text-align: center;
}
div.chart-pie > canvas.chart-pie{
  display: inline-block !important;
}
.breadcrumb>li+li{
  position: relative;
  padding-left: 23px;
}
.breadcrumb>li+li:before{
    left: 0px;
    top: -5px;
    opacity: 0.4;
    font-weight: 100;
    content: "\203a";
    font-size: 150%;
    line-height: normal;
    position: absolute;
    color: inherit;
}
.file-group .file-name{
  position: relative;
}
/*
.file-group .attached:first-child{
  margin-left: -1px;
}
.file-group .attached:last-child{
  margin-left: -2px;
}
*/
.file-group .attached{
  margin-left: -2px;
}
.file-group tr td.action{
  padding-left: 20px;
  position: relative;
}
.file-group tr td.action ~ td.action{
  padding-left: 0px;
}
.file-group tr td.action ~ td.action .btn{
  margin-left: -1px;
}
.file-group:not(.with-type) tr:not(:first-child) td{
  padding-top: 20px;
}
.file-group.with-type tr td{
  padding-top: 0px;
}
.file-group.with-type tbody:not(:first-child) tr:first-child td{
  padding-top: 20px;
}
.file-group.with-type .attached-top:not(.has-input){
  padding-right: 1px;
}
.file-group.with-type .attached-top button{
  margin-bottom: -1px;
}
.file-group.with-type .attached-top input{
  margin-bottom: -1px;
}
.table {
  margin-bottom: 0px;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-orange {
  color: #ffffff;
  background-color: #ff5722;
  border-color: #ff5722;
}
.btn-orange:active,.btn-orange:hover,.btn-orange:focus{
  color: #ffffff;
  background-color: #ee3900;
  border-color: #e43700;
}
.btn-primary:active,.btn-primary:hover,.btn-primary:focus{
  background-color: #0c7cd5;
  border-color: #0b76cc;
}
.btn{
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alternative-input{
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.alternative-input-white > .draw{
  background-color: white;
}
#mapStep1, #mapView{
  height: 300px;
  width: 100%;
}
.check-label input[type="checkbox"]{
  visibility: hidden;
  width: 0px;
}
.alternative-input > .draw{
  width: 22px;
  height: 22px;
  left: 0px;
  position: absolute;
  border: 1px solid rgba(0,0,0,0.2);
}
.alternative-input:hover:not(.selected):not([disabled="disabled"]) > .draw{
  border-color: #2196f3;
  border-width: 2px;
}
.alternative-input[disabled="disabled"]{
  opacity: 0.65;
}
.alternative-input.selected > .draw{
  border-color: #2196f3;
  background-color: #2196f3;
}
.alternative-input.selected > .draw::before{
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  color: white;
  font-size: 11px;
  position: absolute;
  left: 4px;
  top: 2px;
}
.alternative-input.type-radio > .draw{
  border-radius: 50%;
}
.breadcrumb li{
  font-size: 22px;
  font-weight: 300;
  padding: 4px;
}
.breadcrumb{
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05), 0 0px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05), 0 0px 0 rgba(0, 0, 0, 0.05);
  border-radius: none;
}
.btn{
  outline: none !important;
  border-radius: 0;
}
.containers > .container-fluid > .row{
   padding-top: 0px;
}
.left-sidebar-back{
  position: fixed;
  z-index: -1;
  bottom: -10000px;
  top: 0px;
  width: 170px;
  left: 0px;
  background-color: #37474F;
}
.left-sidebar{
  float: left;
  width: 170px;
  background-color: #37474F;
}
.left-sidebar .item{
  text-align: center;
  padding: 8px 5px;
  display: block;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.left-sidebar .item:hover{
  background-color: rgba(255,255,255,0.05);
  color: white;
}
.left-sidebar .item.selected{
  background-color: rgba(0,0,0,0.15);
  color: white;
}
.home-container{
  margin-left: 170px;
}
.clear-box{
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.container-box{
  padding: 20px;
}
.white-box{
  background-color: white;
}
.info-block{
  background-color: #F5F5F5;
  text-align: center;
  padding: 25px 10px;
}
.info-block dt{
  font-weight: 700;
  font-size: 20px;
  color: rgba(0,0,0,0.6);
}
.info-block dl{
  margin: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
    padding: 20px 10px;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
}
.chart-xs{
  max-height: 300px;
  max-width: 300px;
}
.pt-0{
  padding-top: 0px !important;
}
.pr-0{
  padding-right: 0px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pb-10{
  padding-bottom: 10px !important;
}
.pt-5{
  padding-top: 5px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-20{
  padding-top: 20px !important;
}
.pt-25{
  padding-top: 25px !important;
}
.mb-5{
  margin-bottom: 5px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mt-10{
  margin-top: 10px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.ml-5{
  margin-left: 5px !important;
}
.ml-10{
  margin-left: 10px !important;
}
.ml-20{
  margin-left: 20px !important;
}
.ml-15{
  margin-left: 15px !important;
}
.mr-5{
  margin-right: 5px !important;
}
.mr-10{
  margin-right: 10px !important;
}
.mr-20{
  margin-right: 20px !important;
}
.mr-15{
  margin-right: 15px !important;
}
.ml--5{
  margin-left: -5px !important;
}
.medium-text-size{
  font-size: 16px;
}
.blue-link:hover{
  color: #2196f3;
}
.blue-link{
  cursor: pointer;
}
.gray-link{
  color: #656565;
  cursor: pointer;
}
.red-link{
  color: #ea2e49;
  cursor: pointer;
}
.gold-link{
  color: rgb(235,173,3);
  cursor: pointer;
}
.no-margin{
  margin: 0px;
}
.no-padding{
  padding: 0px;
}
.search-input input{
  padding-left: 28px;
}
.display-inline-block{
  display: inline-block;
}
.display-block{
  display: block;
}
.search-input{
  position: relative;
}
.absolute-button{
  position: absolute;
  left: 0px;
  right: 1px;
  bottom: 0px;
  height: 34px;
}
.button-pb{
  padding-bottom: 43px;
}
.search-input:before{
  position: absolute;
  top: 8px;
  left: 6px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  font-size: 130%;
  color: rgba(0,0,0,0.3);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\e003';
}
.btn-group.separated .btn:not(:first-child){
  margin-left: 20px;
}
input, select{
  border-radius: 0px !important;
}
.form-signin-heading{
  padding-bottom: 10px;
  font-size: 20px;
}
.logo-row{
  width: auto;
  height: auto;
  text-align:center;
}
.logo img {
  display:inline-block;
}
img.logo {
    width: 80%;
}
.logo-txt{
  background-image: url("../assets/census_logo.png");
  text-align: center;
  font-weight: 600;
  margin: 0px;
  padding: 5px;
  color: #587B94;
}
.full-width{
  width: 100%;
}
.half-width{
  width: 50%;
}
.left-sidebar-menu{
  display: none;
}
.min-w400{
  min-width: 400px;
}
.min-w500{
  min-width: 500px;
}
.min-w600{
  min-width: 600px;
}
.min-w700{
  min-width: 700px;
}
.min-w800{
  min-width: 800px;
}
.min-w900{
  min-width: 900px;
}
.expandable {
  max-height: 0;
  transition: max-height 500ms ease-in-out;
  overflow: hidden;
}
.expandable.expanded{
  max-height: 1000px;
}
.dropdown-menu > li > a > span{
  min-width: 20px;
}
.dropdown-menu > li{
  cursor: pointer;
}
.overflow-visible{
  overflow: visible;
}
.force-top{
  /*
  bottom: 40px;
  top: auto !important;
  */
  transform: translateY(calc(-100% - 35px));
}
@media (max-width: 992px){
  .expand-5v{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .expand-mt5{
    margin-top: 5px;
  }
  .expand-mt5{
    margin-top: 5px;
  }
  .expand-mt10{
    margin-top: 10px;
  }
  .expand-mt20{
    margin-top: 20px;
  }
  .extra-border-r{
    border-right: 15px solid white;
  }
  .expand-10v{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .left-sidebar{
    float: none;
    width: 100%;
  }
  .left-sidebar-menu{
    display: block;
    cursor: pointer;
  }
  .left-sidebar-menu > .item{
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }
  .home-container{
    margin-left: 0px;
  }
  .left-sidebar-back{
    display: none;
  }
  .left-sidebar .item > span{
    font-size: 20px !important;
  }
  .left-sidebar .item > div{
    display: inline-block;
    padding-left: 10px;
    width: 130px;
    text-align: left;
  }
  .hide-on-mobile{
    display: none;
  }
  .block-on-mobile{
    display: block;
  }
  .no-margin-left-on-mobile{
    margin-left: 0px !important;
  }
  .pr-3-mobile{
    padding-right: 3px;
  }
  .pr-5-mobile{
    padding-right: 5px;
  }
  .pr-10-mobile{
    padding-right: 10px;
  }
  .inline-block-mobile{
    display: inline-block;
  }
  .mb--6-mobile{
    margin-bottom: -6px;
  }
  .mb--11-mobile{
    margin-bottom: -11px;
  }
  .operacion [class*="col-"]{
    padding-left: 55px;
  }
}
@media not all and (max-width: 992px){
  .operacion [class*="col-"]:first-child{
    padding-left: 55px;
  }
  .left-sidebar.closed{
    height: auto !important;
  }
  .expandable{
    max-height: 1000px;
  }
  .hide-on-not-mobile{
    display: none;
  }
  .as-btn-on-not-mobile{
    width: auto;
    display: inline-block;
    float: left;
  }
  .container-middle .middle{
    min-width: 50%;
    display: inline-block;
    float: left;
  }
  .container-middle .middle:last-child button{
    margin-left: -1px;
  }
  .pl-1-not-mobile{
    padding-left: 1px;
  }
  .pl-2-not-mobile{
    padding-left: 2px;
  }
  .pr-2-not-mobile{
    padding-right: 2px;
  }
  .pr-4-not-mobile{
    padding-right: 4px;
  }
}
.pr-2{
  padding-right: 2px;
}
.pr-5{
  padding-right: 5px;
}
.pr-10{
  padding-right: 10px;
}
.pl-5{
  padding-left: 5px;
}
.pl-10{
  padding-left: 10px;
}
.pl-15{
  padding-left: 15px;
}
.pl-20{
  padding-left: 20px;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
.padding-0{
  padding: 0px;
}
.fix-row{
  padding-left: 0px;
  margin-right: -10px;
  overflow: hidden;
}
.fix-col{
  margin-top: -5px;
}
.mini-spin{
  width: 12px !important;
  height: 5px;
  display: inline-block;
  margin-left: 5px;
}
.alert{
  border-radius: 0;
  border: none;
  color: white;
}

.alert .close{
  color: white;
  outline: 0;
}
.alert-warning {
  background-color: #ffc107;

}
.alert-info {
  background-color: #2196f3;
}
.alert-success {
  background-color: #07bf29;
}
.alert-danger {
  background-color: #ea2e49;
}
.primary-link{
  color: #428bca !important;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none !important;
}
input[type="file"] {
    display: none;
}
.inline-block{
  display: inline-block;
}
.tooltip-inner{
  white-space: pre-line;
  word-wrap: break-word;
}
.has-attachment .glyphicon + span{
  display: none;
}
.modal-header, .modal-footer{
  border: none;
}
.modal{
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0) scale(1.0, 1.0);
}
.type-checkbox{
  display: inline-block;
}
td.attached-top{
  border-right: 4px solid transparent;
}
.has-attachment{
  background: #2196f3 !important;
  border-color: #0c7cd5 !important;
  color: white !important;
}
.has-attachment:hover{
  background: #0c7cd5 !important;
  border-color: #0c7cd5 !important;
  color: white !important;
}
.is-empty::after,.check-empty:empty::after{
  content:'Sin Información';
  font-style: italic;
}
.proyecto-sin-ejecutar .is-empty::after,.proyecto-sin-ejecutar .check-empty:empty::after{
  content:'Proyecto Sin Ejecutar';
  font-style: italic;
}
.proyecto-sin-copropiedad .is-empty::after,.proyecto-sin-copropiedad .check-empty:empty::after{
  content:'Proyecto Sin Copropiedad';
  font-style: italic;
}
.italic{
  font-style: italic;
}
.n-uf-m2:not(:empty)::after{
  content:' UF/m²';
}
.n-m2:not(:empty)::after{
  content:' m²';
}
.n-uf:not(:empty)::after{
  content:' UF';
}
.n-percent:not(:empty)::after{
  content:' %';
}
.n-p:not(:empty)::before{
  content:'$ ';
}
.n-usp:not(:empty)::before{
  content:'US $ ';
}
.n-utm:not(:empty)::before{
  content:'UTM ';
}
label.attached,button.attached{
  width:100%;
}
.alternative-address{
  padding: 8px 5px 0px 5px;
  cursor: pointer;
}
.selected.alternative-address{
  color: #2196f3;
}
.width-auto{
  width: auto !important;
}
.unit-percent{
  width: 1%;
}
.ml--1{
  margin-left: -1px;
}
.ml-22{
  margin-left: 22px;
}
.pr-22{
  padding-right: 22px;
}
.mt--1{
  margin-top: -1px;
}
.mb--5{
  margin-bottom: -5px;
}
.mb--10{
  margin-bottom: -10px;
}
.straight-line{
  border-bottom: 1px solid rgb(204, 204, 204);
}
.dashed-line{
  height: 1px;
  overflow: hidden;
}
.dashed-line::before{
  content: '';
  display: block;
  border-bottom: 4px dashed rgb(204, 204, 204);
}
.small-text{
  font-size: 11px;
  white-space: normal;
}
.pl-0{
  padding-left: 0px !important;
}
.pl-2{
  padding-left: 2px !important;
}
.pl-3{
  padding-left: 3px !important;
}
.pl-5{
  padding-left: 5px !important;
}
.pb-5{
  padding-bottom: 5px;
}
.document-view.is-url .for-file,
.document-view.is-file .for-url,
.document-view.is-file.empty .glyphicon,
.document-view.is-file.empty ul.dropdown-menu{
  display: none !important;
}
.document-view.is-file.empty > a{
  color: inherit !important;
  cursor: default;
  font-weight: inherit;
}
.document-view.is-url .icon.glyphicon::before{
  content: "\e144";
}
.document-view.is-file .icon.glyphicon::before{
  content: "\e022";
}
.document-view .icon.glyphicon{
  padding-right: 3px;
}
.disable-animations.ng-enter,
.disable-animations.ng-leave,
.disable-animations.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.disable-animations.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s;
}
.rol-menu,
.rol-menu .rol,
.rol-menu .dash{
  display: inline-block;
}
.rol-menu .dash{
  width: 12px;
  height: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.rol-menu .dash:after{
  content:'';
  display: block;
  background-color: rgba(0,0,0,0.5);
  height: 1px;
  margin-top: -4px;
}
.active .rol-menu .dash:after{
  background-color: rgba(255,255,255,0.9);
}
.rol-menu .rol{
  width: 43%;
}
button .rol-menu .rol{
  width: auto;
}
.rol-menu .rol:first-child{
  text-align: right;
}
.rol-menu .rol:last-child{
  text-align: left;
}
.rol-menu{
  min-width: 100px;
}
.semaphore-icon{
  display: none;
}
.semaphore .semaphore-icon{
  display: inline-block;
}
.semaphore-icon{
  width: 12px;
  height: 12px;
  margin-left: 6px;
  border-radius: 50%;
}
.user-banner{
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  overflow: auto;
}
.btn-flat{
  float: right;
  border: none !important;
}
.user-banner,.user-banner .btn-flat{
  xmin-height: 35px;
}
.user-banner .btn-flat .glyphicon{
  color: rgba(0,0,0,0.5) !important;
}
.user-banner .glyphicon-triangle-bottom{
  font-size: 65%;
}
.user-banner .logo{
  float: left;
  color: #587B94;
  font-size: 17px;
  padding-top: 5px;
  padding-left: 8px;
  width:100px;
}
.user-banner .btn-flat{
  padding-top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.user-pop{
  border-color: rgba(0,0,0,0.15) !important;
  margin-top: 2px !important;
  min-width: 150px !important;
  border-radius: 3px !important;
}
.alert.bottom, .alert.bottom-left, .alert.bottom-right, .alert.top, .alert.top-left, .alert.top-right{
  z-index: 10500;
}
.yellow-background{
  background-color: #ffc107;
}
.orange-background{
  background-color: #ff5722;
}
.green-background{
  background-color: #07bf29;
}
.yellow-color{
  color: #ffc107 !important;
}
.orange-color{
  color: #ff5722 !important;
}
.green-color{
  color: #07bf29 !important;
}
.forgot-password{
  cursor: pointer;
  display: block;
  margin-top: 8px;
}
a{
  color: #2196f3;
}
a:hover{
  color: #0b76cc;
  text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
          width: 20%;
          float: left;
      }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.static{
  position: static;
}
.relative{
  position: relative;
}
.operacion .operacion-documento{
  padding-left: 110px;
}
.back-login{
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url('/Model_Plane.jpg');
  background-size: cover;
  z-index: -1;
}
.to-left{
  float: left;
}
.to-right{
  float: right;
}
.cursor-pointer{
  cursor: pointer;
}
.home-container{
  margin-top: 34px;
}
@media not all and (max-width: 992px){
  .left-sidebar.expandable{
    position: fixed;
    top: 34px;
  }
  .user-banner{
    top: 0px;
    overflow: inherit;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
@media (max-width: 992px){
  .user-banner{
    top: 0px;
    overflow: inherit;
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  .left-sidebar.left-sidebar-menu{
    position: fixed;
    top: 34px;
    z-index: 2;
  }
  .left-sidebar.expandable{
    position: fixed;
    top: 90px;
    z-index: 2;
  }
}
.comma-items .item-comma:not(:last-child)::after{
  content: ', ';
}
.unbreakable{
  white-space: nowrap;
}
div.gantt_cal_light{
  height: auto !important;
  padding: 20px;
}
.hide_add .gantt_add{
  display: none;
}
.gantt_grid_head_add{
  visibility: hidden;
}
.gantt_cal_ltext.simple{
  margin-left: 30%;
  width: 70%;
  height: 48px !important;
}
.gantt_cal_lsection.simple{
  position: absolute;
}
.gantt_task_progress_drag{
  display: none !important;
}
.has_child .gantt_task_drag.task_left, .has_child .gantt_task_drag.task_right{
  display: none;
}
.holiday{
  background: rgba(200,0,0,0.1) !important;
  color: rgba(200,0,0,0.8) !important;
  position: relative;
  z-index: 1;
}
.gantt_ver_scroll{
  z-index: 1;
}
.scale-type-4 .gantt_task_cell.holiday,
.scale-type-3 .gantt_task_cell.holiday,
.scale-type-2 .gantt_task_cell.holiday,
.scale-type-2 .gantt_task_scale .holiday,
.scale-type-3 .gantt_task_scale .holiday,
.scale-type-4 .gantt_task_scale .holiday{
  background: transparent !important;
  color: #a6a6a6 !important;
}
div.gantt_grid_scale::after, div.gantt_scale_line:last-child::after{
  margin-bottom: 1px;
}
.files_button{
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.gantt_cal_light{
  z-index: 1001;
}
.gantt_cal_cover{
  z-index: 1000;
}
.modal-content{
  border-radius: 3px;
  line-height: normal;
}
.modal-content *{
  line-height: normal !important;
}
.modal-title{
  color: black;
}
*::-webkit-scrollbar {
  background-color: #F5F5F5 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
*::-webkit-scrollbar-thumb {
  background-color: #37474F;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.saving-files{
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.2);
  z-index: 1001;
}
.gantt_save_btn_set.disabled{
  opacity: 0.5;
  background-color: #448AFF !important;
  cursor: default;
}
.gantt_cal_light .disabled{
  opacity: 0.5;
}
.gantt_duration {
  margin-left: 15px;
}
div[class*="level-"].gantt_cal_light:not(.is-final) .section_status,
div[class*="level-"].gantt_cal_light:not(.is-final) .section_responsable,

.gantt_cal_light.project:not(.is-final) .section_check{
  display: none !important;
}
#calendar .dropdown-menu{
  position: static !important;
  top: 0px !important;
  left: 0px !important;
  width: auto !important;
  max-width: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

#calendar{
  display: inline-block;
}


.custom-calendar .dropdown-menu td button.btn.special{
  background-color: #31b0d5;
  /* color: white !important; */
}
.custom-calendar .dropdown-menu td button.btn.special span.text-muted{
  color: rgba(200,0,0,0.8) !important;
  opacity: 0.5;
}
.custom-calendar .dropdown-menu td{
  padding: 1px !important;
}
.custom-calendar td button.btn.btn-today{
  background-color: #31b0d5 !important;
  font-weight: bold;
}

.custom-calendar .dropdown-menu td button.btn.btn-primary{
  /*
  background-color: #2196f3 !important;
  color: white !important;
  */
}
.custom-calendar .dropdown-menu td button.btn.btn-primary span{
  /*
  color: white !important;
  */
}
.custom-calendar td button.btn.btn-today{
  background-color: inherit !important;
  /*
  color: #31b0d5;
  */
  font-weight: bold;
}
.custom-calendar .dropdown-menu td button.btn.special:not(.btn-primary){
  /*
  background-color: #31b0d5 !important;
  color: white !important;
  */
  background: rgba(200,0,0,0.1) !important;
  color: rgba(200,0,0,0.9) !important;
}
.gantt-block{
  background-color: #f5f5f5;
  font-size: 14px;
  text-align: left;
  cursor: default;
  display: block;
  z-index: 100;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom: none;
}
.gantt-block .btn{
  padding: 10px;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 400;
  color: #3d3d3d;
  display: inline-block;
  user-select: none;
}
.gantt-block .btn:hover{
  background-color: #e2e2e2;
}
.gantt-block .btn.icon{
  padding-left: 35px;
  position: relative;
}
.gantt-block .btn.icon::after{
  content: '';
  height: 22px;
  width: 22px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 9px;
  top: 9px;
  opacity: 0.5;
}
.gantt-block .btn.icon.small::after{
  height: 16px;
  width: 16px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 14px;
  top: 12px;
  opacity: 0.5;
}
.gantt-block .btn.icon.excel::after{
   background-image: url('/assets/excel.png');
}
.gantt-block .btn.icon.pdf::after{
   background-image: url('/assets/pdf.png');
}
.gantt-block .btn.icon.project::after{
   background-image: url('/assets/project.png');
}
.gantt-block .btn.icon.zoomout::after{
   background-image: url('/assets/search-minus.png');
}
.gantt-block .btn.icon.zoomin::after{
   background-image: url('/assets/search-plus.png');
}
.gantt-block .btn.icon.expand::after{
   background-image: url('/assets/chevron-down.png');
}
.gantt-block .btn.icon.collapse::after{
   background-image: url('/assets/chevron-up.png');
}
.tooltip{
  position: fixed;
}
.gantt_container{
  text-align: left;
}
.doc-width-returns{
  width: 16%;
}
.key-word-input{
  width: calc(100% - 340px);
  margin-left: 20px;
  float: left;
}
.youtube-background{
  background-color: black;
  text-align: center;
  position: relative;
}
.youtube-background::before{
  content:"\e072";
  font-family: 'Glyphicons Halflings';
  color: white;
  font-size: 24px;
  position: absolute;
  z-index: 0;
  top: 143px;
  left: 269px;
}
.youtube-background iframe{
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
}
.float-left{
  float: left;
}
.row-col{
  margin-left: -20px;
  margin-right: -20px;
}
.dash{
  margin-bottom: 20px;
  padding: 15px;
}
.gantt_task_line{
  border-radius: 0px;
}
.gantt_task_line {
  height: 16px !important;
  margin-top: 4px;
}
.gantt_side_content.gantt_right{
  margin-top: -4px;
  overflow: visible;
}
.gantt_task_progress{
  background-color: black;
  height: 6px;
  margin-top: 4px;
}
.gantt_duration span{
  display: none;
 }
.gantt_duration i{
  font-style: normal;
  text-transform: capitalize;
  white-space: pre-line;
  display: inline-flex;
  line-height: normal;
  text-align: right;
  position: absolute;
  top: 116px;
  right: 29px;
}
.gantt_container_resize_watcher{
  display: none;
}
.gantt_cal_ltext.section_notify{
  overflow-y: scroll;
  height: 55px !important;
  margin-bottom: -10px !important;
  border: 1px solid #D7D7D7;
}
.gantt_cal_ltext.section_notify label{
  display: block;
  margin: 0px !important;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 2px;
}
.gantt_cal_ltext.section_notify label input{
  margin-right: 4px;
}
.gantt_cal_ltext.section_notify label input:after{
  content: "\e013";
  text-align: center;
  font-size: 11px;
  font-family: 'Glyphicons Halflings';
  color: white;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0,0,0,0.2);
  position: absolute;
  left: 2px;
  bottom: 5px;
  cursor: pointer;
  line-height: 19px !important;
  background-color: white;
}
.gantt_cal_ltext.section_notify label input:checked:after{
  background-color: #2196f3;
  border-color: #2196f3;
}
.gantt_cal_ltext.section_notify label input:not(:checked):hover:after{
  border-color: #2196f3;
  border-width: 2px;
}
.chart-pie .for-pie{
  height: 400px;
  width: 400px;
  display: inline-block;
}
.gantt_section_time{
  margin-bottom: 10px;
}
div.gantt_cal_ltext.section_detail{
  height: 70px !important;
  margin-top: -10px;
}
div.section_description{
  margin-bottom: -12px !important;
}
div.gantt_cal_ltext.section_check{
  margin-bottom: -12px !important;
  margin-top: 30px;
}
div.gantt_cal_lsection.section_check{
  margin-top: 15px;
}
.has-not-child .semaforo{
  padding-left: 16px;
}
.has-not-child .semaforo:before{
  content:'';
  border: 1px solid rgba(0,0,0,0.3);
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: absolute;
}
.has-not-child .semaforo-amarillo.semaforo:before{
  background-color: yellow;
}
.has-not-child .semaforo-rojo.semaforo:before{
  background-color: red;
}
.has-not-child .semaforo-verde.semaforo:before{
  background-color: green;
}
.visor-semaforo .semaforo span{
  padding-left: 20px;
}
.visor-semaforo .semaforo{
  padding-top: 5px;
}
.visor-semaforo{
  position: absolute;
  background: white;
  font-weight: 600;
  white-space: nowrap;
  padding-right: 10px;
}
.iconos > .semaforo:before{
  position: relative;
  display: inline-block;
}
.iconos > .semaforo{
  padding-left: 0px;
}
.iconos{
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  width: 64px;
}
.iconos:hover .visor-semaforo{
  display: block;
}
.main-menu{
  background-color: #37474F;
  margin-top: 35px;
}
.main-menu{
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}
.main-menu .menu-item:hover{
  background-color: rgba(255,255,255,0.05);
  color: white;
  opacity: 1;
}
.main-menu .menu-item{
  padding: 8px 1px 7px 12px;
}
.main-menu .menu-item .name{
  display: inline-block;
  padding-left: 4px;
}
.main-menu .menu-item{
  display: block;
  cursor: pointer;
}
.main-menu .menu-item.selected{
  background-color: rgba(0,0,0,0.15);
  color: white;
}
.main-menu .menu-item .sub-menu{
  transition: max-height 0.2s linear;
  overflow: hidden;
}
.main-menu .menu-item.open .sub-menu{
  max-height: 142px;
}
.main-menu .menu-item:not(.open) .sub-menu{
  max-height: 0px;
}
.main-menu .menu-item.open .triangle{
  transform: rotateZ(-90deg);
}
.main-menu .menu-item .triangle{
  font-size: 11px;
  margin-left: 5px;
  transition: transform 0.2s linear;
}

.main-menu .menu-item .icon{
  position: absolute;
}
.main-menu .menu-item{
  position: relative;
}
.main-menu .menu-item .name{
  padding-left: 22px;
}


.main-menu{
  width: 190px;
  position: fixed;
  left: -190px;
  top: 0px;
  bottom: -150px;
  transition: left 0.3s linear;
}
.home-container{
  margin-left: 0px;
  transition: margin-left 0.3s linear;
}

.open.main-menu{
  left: 0px;
}
.open.home-container{
  margin-left: 190px;
}

.hamburger {
  display: inline-block;
  width: 60px;
  height: 45px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #777;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 18px;
}

.hamburger span:nth-child(3) {
  top: 36px;
}

/*
.open .hamburger span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.open .hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

*/

.hamburger{
  transform: scale(0.5, 0.5);
  margin: -15px -15px;
}

.user-banner .hamburger{
  float: left;
  margin-top: -5px;
  margin-left: -5px;
  transform: scale(0.4, 0.4);
}

@media (max-width: 992px){
  .open.home-container{
    margin-left: 0px;
  }
  .main-menu{
    z-index: 1;
  }
}

.marker-label,.marker-label-total,.marker-label-total-area{
  padding: 0px 4px;
  color: rgba(0,0,0,0.8);
  text-shadow: 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white;
  font-size: 12px;
  font-weight: bold;
}

.marker-label-total{
  color: #EA4335;
}

.marker-label-total-area{
  color: #FF6742;
}

.measure-tool{
  width: 40px;
  height: 40px;
  background-image: url("/assets/ruler.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.measure-tool.active{
  background-image: url("/assets/cancel.png");
}