html,
body {
    height: 100%;
}

a {
  color: #00889D;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

.navbar-static-top .container {
  height: 20px;
}

.navbar-static-top .container .collapse {
  max-height: 20px;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #3d434d;
}

.nav.navbar-right > li > a:hover {
  background-color: #F3F3F4;
  color: #3d434d;
}

.navbar-static-top .collapse  {
  width: calc(100% - 120px);
  display: block !important;
}

.navbar-static-top .nav > li.active {
  border-bottom: 4px solid #19aa8d;
  background: #F2F2F2;
  border-left: none;
}

.navbar-static-top .nav > li.active a {
  color: #263443;
}

.nav-top {
  height: 36px;
}

.nav-top .navbar {
  min-height: 60px;
  height: 60px;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #2f4050;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  float: left;
  position: inherit;
  border: none;
  width: 260px !important;
  padding-top: 0;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
}

.nav-sidebar i {
  font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: #293846;
}

.nav-sidebar .dropdown-menu {
  position: inherit;
  width: 100%;
  border: none;
  margin: 0 0 12px;
  background-color: #263443;
  padding: 6px 0;
  float: none;
}

.nav-sidebar .dropdown-menu > li > a,
.nav-sidebar .dropdown-menu > li > a:hover,
.nav-sidebar .dropdown-menu > li > a:focus {
  background-color: #263443;
  padding: 7px 36px;
  font-size: 13px;
  color: #C1CFDA;
}

.nav-sidebar .dropdown-menu > li.active > a {
  color: #fff;
  font-weight: bold;
}

.nav-sidebar .dropdown-menu > li > a:hover {
  color: #eee;
}

.nav-sidebar .dropdown .caret {
  float: right;
  position: relative;
  top: 8px;
}

.nav-sidebar .profile {
  display: block;
  padding: 28px 12px 32px 24px;
  background-color: #26333F;
  width: 100%;
  border-bottom: 6px solid #202B35;
}

.nav-sidebar .profile .name {
    font-size: 13px;
    color: #CBD8DA;
    margin-top: 15px;
}


.nav-sidebar .profile .name a {
  font-size: 16px;
  color: #CBD8DA;
}

.nav-sidebar .profile .role {
  font-size: 11px; /*12*/
  color: #3F8590 !important;
  font-weight: 500; /*bold*/
  font-style: italic;
  margin-top: 6px;
  border-top: 1px solid #0D4444;
  padding-top: 1px;
}
/*
 * Main content
 */
.wrap {
  background: #2f4050;
}
#page-wrapper .panel.panel-default {
  margin-top: 2em;
}

#page-wrapper .breadcrumb {
  padding: 12px 24px;
  width: 100%;
  border-radius: 0;
  margin-top: 6px;
}

#page-wrapper h1 {
  background-color: #fff;
  padding: 12px 12px 24px;
  margin: 0 0 40px;
}

h1 a.btn.btn-success {
  float: right;
}

.guest-wrapper {
  width: 100%;
  margin-left: 0 !important;
}


.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

.breadcrumb {
  margin-top: 4em;
}

td {
  font-size: 12px;
}

.nowrap {
  white-space: nowrap;
}

.minimal {
  width: 1% !important;
  min-width: 40px !important;
  padding: 8px 4px !important;
  text-align: center;
}

.minimal input {
  padding-left: 3px;
  padding-right: 0;
  font-size: 11px;
}

.btn-action {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  padding: 2px 8px;
  text-align: left;
}

footer.footer {
  display: none;
}

#reply-container {
  float: right;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1487A9;
}

.nav-pills > li {
  background: #fff;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-tabs > li.dropdown.open > a {
  border-radius: 0;
  background: #fff;
  color: #263443;
}

.quote-reply .info {
  background-color: #639CAD !important;
  color: #fff;
}

.btn-import-quotes {
  margin-top: 3px;
  margin-left: 8px;
}

.field-uploadform-file label {
  display: none;
}
#uploadform-file {
  padding: 16px 52px;
}

#available-tags ul {
  list-style: none;
  padding-left: 0;
}

#available-tags ul li {
  padding: 3px 8px;
  background-color: #fff;
  font-size: 11px;
  margin-bottom: 3px;
  color: #158EB2;
}

.kv-verdict {
  position: relative;
  top: 5px;
}

#generate-password {
  margin-top: 8px;
  font-size: 11px;
}

.remain {
  text-align: right;
  position: relative;
  bottom: 10px;
}




/* Chat Reply */

.titulo-chat{
    background-color: #639CAD !important;
    color: #fff;
    height: 34px;
    margin: 0px;
    padding-left: 8px;
    line-height: 1.42857;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
}


.bloque-chat{
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    overflow-y:scroll; 
    border-bottom: 10px solid #639CAD;
    /*margin-bottom: 21px;*/
}

.bloque-chat .container {
    width: 100%;
    border: 2px solid #d07800;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}

.bloque-chat .container.error_mail {
  border: 2px solid #d61111;
}
.bloque-chat .darker {
    border-color: #ccc;
    background-color: #ddd;
}
.bloque-chat .container::after {
    content: "";
    clear: both;
    display: table;
}
.bloque-chat .time-right {
    /*float: right;*/
    position: absolute;
    top: 5px;
    right: 5px;
    color: #aaa;
}
.bloque-chat .time-left {
    /*float: left;*/
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
}

.container-adjuntos{
    margin-top: 20px;
}
.container-adjuntos a{
    background-color: #e3e9ec;
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
    padding: 3px;
}

.container-adjuntos a::before {
  font-family: "FontAwesome", sans-serif;
  content: "\f15b";/*f187*/
  position: relative;
  display: block;
  float: right;
  padding: 3px 3px 3px 10px;
}


.btn-cerrar_cotizacion{
    color: #fff;
    background-color: #ce780d;
    border-color: #925430;
    /*right: 0;
    margin-right: 25px;
    position: absolute;*/
}


#select_estado{
  height: 35px;
  /*margin-right: 158px;
  right: 0;
   position: absolute;*/
}

.btn-cerrar_cotizacion:hover , .btn-cerrar_cotizacion:active {
  color: #ffffff;
  background-color: #de7d05;
    border-color: #925430;
}

.field-email-content label.control-label{
  display: none;
}

#mensaje_cerrar{
    right: 0;
    margin-right: 25px;
    position: absolute;
    color: #d07800;
    font-weight: bolder;
}



button.accordion {
     background-color: #619cae;
    color: #f9f9f9;
    cursor: pointer;
    padding: 0px 12px 0px 12px;
    height: 40px;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #fff;
    font-weight: bolder;
}

button.active, .accordion:hover {
    background-color: #4d8394;
}
button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    right: 0px;
    margin-left: 5px;
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: rgba(0,0,0,.1);
}
button.accordion.active:after {
    content: "\2212";
}
.quote-reply .panel {
    background-color: white;
    display: none;
    overflow: hidden;
}
 


 .table > tbody > tr.respuestas_nuevas > td {    background-color: #e8cb94!important; }
 .alert-growl{ background-color: rgba(199, 145, 32, 0.9)!important;}



#ListDetalle .box-listado{ margin-bottom: 10px!important; }
#ListDetalle .box-listado ul{  margin-top: 25px!important; }
#ListDetalle a.detalle_proyecto{ 
    float: right!important;
    margin-right: 10px!important;
    background-color: #34bb9f;
    color: #fff; 
}
.box-listado ul li span{
   font-weight: 600;
    color: #696767;
  }


/*** panel quotes **/

#panel-quotes .accordion.green{
  background-color: #58b957;
  font-size: 15px;
}


#panel-quotes .mod-boxes01 {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    margin: 15px;
}

#panel-quotes .mod-boxes01 .box {
    position: relative;
    display: block;
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 85px;
    background-color: #F3F3F0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*cursor: pointer;*/
}

#panel-quotes .mod-boxes01 a:hover.box {
border: 2px solid #a5a5a5!important;
}

#panel-quotes .mod-boxes01 .box.active{
   border: 2px solid #54ba52!important;
}


#panel-quotes .mod-boxes01 .box i {
    position: relative;
    display: block;
    margin: 25px 0px 0px 10px;
    float: left;
    font-size: 25px;
}

#panel-quotes .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#panel-quotes .mod-boxes01 .box div {
    position: relative;
    display: block;
    margin: 20px 0px 0px 5px;
    float: left;
    text-align: left;
}

#panel-quotes .mod-boxes01 .box div p{
    font-weight: 400;
    color: #aaa;
    font-size: 12px;

    position: relative;
    display: block;
    margin: 0px;
}

#panel-quotes .mod-boxes01 .box div h3 {
    margin-top: 5px;
    color: #7b7b7b;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .1px;
}

#panel-quotes .mod-boxes01 .box div h3.rojo {
  color: #bf0c0c;
}

#panel-quotes .mod-boxes01 .box div h3.amarillo {
  color: #de7c23;
}


@media (min-width: 1200px) and (max-width: 1360px) {

  #panel-quotes .mod-boxes01 .box div
  {
   margin: 15px 0px 0px 0px;
  }

 #panel-quotes .mod-boxes01 .box i {
    margin: 29px 0px 0px 3px;
    font-size: 20px;
  }

}


.logo-almagro {
    content: "";
    right: 40px;
    top: 40px; /*CAMBIAR*/
    background: url(https://www.almagro.cl/wp-content/themes/theme_almagroresponsivo/assets/img/logo-almagro.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 75px;
    height: 77px;
    z-index: 400;
}


/***.list-file **/

.container-form-file #w0{
    position: relative;
}

.container-form-file .field-uploadfile-file{
    position: relative;
    margin: 0px;
    float: left;
}


.container-form-file .control-label{
  display: none;
}
.container-form-file{
      padding-bottom: 12px;
}

.container-form-file small{
    font-size: 9px;
    color: #9e9e9e;
}

.btn-subir-file{
    height: 21px;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 13px;
    line-height: 9px;
  position: relative;
  border-radius: 3px;
    background-color: #639cad;
    color: #fff;

}

.btn-subir-file:hover{
    background-color: #7ea7b3;
    color: #fff;

}

.container-form-file{
      padding-bottom: 12px;
}
.container-form-file h4{
  font-size: 15px;
    color: #619cae;
    padding-top: 30px;
}


.list-file h4{
    padding: 5px;
    color: #639cad;
    font-size: 11px;
}

.list-file {
  position: relative;
  border: 1px solid #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-file .list-item {
  position: relative;
  padding: 0 1rem 0 2rem;
  border-bottom: solid 1px #eee;
  transition: background 0.3s;
}
.list-file .list-item:hover .list-edit-options {
  opacity: 1;
  filter: grayscale(0%);
}
.list-file .list-item:hover {
  background: #fafafa;
}

.list-file .list-description {
  margin-top: 0;
  color: #919caa;
}

.list-file .list-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #47505B;
}

.list-file h3.priority-high {
  color: #7f8486;
}

.container-form-file .help-block{
  position: absolute;
}

.container-form-file div.mensaje{
    color: #ce780d;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
} 

/* List editor/admin icons */
.list-file .list-edit-options {
  position: relative;
  top: -.125em;
  display: flex;
  filter: grayscale(100%);
  opacity: .3;
  transition: opacity .3s;
}

.list-file .list-edit-option {
  position: relative;
  display: block;
  width: 0;
  padding: .5em 0 .5em 2.5em;
  /*font-size: .75rem;*/
  color: #999FA8;
  white-space: nowrap;
  overflow: hidden;
  transition: width .15s ease-in;
  transition-delay: .15s;
}
.list-file .list-edit-option:hover {
  transition: 0.15s ease-out;
}

.list-file .icon {
  position: relative;
  display: block;
  left: -2em;
}
.list-file .icon:before, .list-file .icon:after {
  position: absolute;
  content: '';
  display: block;
}

.list-file .icon-add:hover {
  width: 5rem;
}
.list-file .icon-add .icon:before {
  top: .5em;
  left: 0;
  width: 1.2em;
  height: .2em;
  background: #EB5757;
}
.list-file .icon-add .icon:after {
  top: 0;
  left: .5em;
  width: .2em;
  height: 1.2em;
  background: #EB5757;
}

.list-file .icon-edit:hover {
  width: 5.5em;
}
.list-file .icon-edit__rename:hover {
  width: 9em;
}
.list-file .icon-edit .icon:before {
  top: 0;
  left: 0;
  /*width: .8em;
  height: .8em;*/
  width: 12px;
  height: 12px;
  border: solid 0.2em #EB5757;
}
.list-file .icon-edit .icon:after {
      top: 0px;
    left: 12px;
    width: 3px;
    height: 8px;
    background: #EB5757;
    box-shadow: 0 -0.2em 0 0.2em #fafafa;
    transform: rotate(45deg);
}

.list-file .icon-delete:hover {
  width: 8.0rem;
}
.list-file .icon-delete .icon:before {
    top: 6px;
    left: 0;
    width: 15px;
    height: 3px;
    background: #EB5757;
    transform: rotate(45deg);
}
.list-file .icon-delete .icon:after {
    top: 0;
    left: 6px;
    width: 3px;
    height: 15px;
    background: #EB5757;
    transform: rotate(45deg);
}


#ListDetalle span.rojo {
  color: #bf0c0c;
}

#ListDetalle span.amarillo {
  color: #de7c23;
}


.mod-boxes01 .box div h3.rojo {
  color: #bf0c0c;
}

.mod-boxes01 .box div h3.amarillo {
  color: #de7c23;
}


/*******/

.custom-file {
    position: absolute;
    bottom: 56px;
    width: 285px;
    height: 35px;
    z-index: 99999;right: 28%;
    /*left: 300px;*/
    right: 28%;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 35px;/*calc(2.25rem + 2px);*/
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 37px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    background-color: #fafafa;
    border: 1px solid #ced4da;
    border-radius: .25rem;

}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 35px;/*calc(calc(2.25rem + 2px) - 1px * 2);*/
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}


@media (min-width: 800px) and (max-width: 910px) {
  .custom-file {
      right: 25px;
  }
}

.ajax-loader{
  margin: 10px auto 5px auto;
  width: 30px;
  display: none; 
}


.ajax-loader img{ 
  width: 30px;
}
 

#mensaje_archivo{
    text-align: center;
    margin-top: 5px;
    color: #da4343;
}


#motivo_estado{
  width: 273px;
  height: 100px;
}


label.custom-file-label:hover, label.custom-file-label:active {
  background-color: #b3b5b2;
}


.contenedor_circle{
  position:relative;
}
.contenedor_circle div{
   height: 10px;
    width: 10px;
    border-radius: 21px;
    top: 3px;
    left: 60px;
    position: absolute;
}


.contenedor_circle div.circle_ALTO{
    height: 10px;
    width: 10px;
    background: #e03418;
    border-radius: 21px;
}

.contenedor_circle div.circle_MEDIO{
    height: 10px;
    width: 10px;
    background: #e4de22;
    border-radius: 21px;
}
.contenedor_circle div.circle_BAJO{
    height: 10px;
    width: 10px;
    background: #848c8b;
    border-radius: 21px;
}
