html,
body {
  height: 100%;
  position: relative;
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body{
  margin:0;
  background: url('../images/background.png');
}

/* header
------------------------------------------------------------------------------------------- */
.logo {
  padding: 15px 0 15px 0;
}
.logo img {
  background: url('../images/background.png');
  padding: 5px;
}
.user {
  color:#463c26;
  float: right !important;
  font-size: 1.2em;
}
.user span {
  padding-right: 5px;
}
.user a {
  padding-left: 5px;
  color: #E18309;
}
.headerDefault {
  background-color: rgba(70, 60, 38, 0);
  -webkit-transition:background-color 1s;
  -moz-transition:background-color 1s;
  transition:background-color 1s;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerDefault:hover {
  background-color: rgba(70, 60, 38, .85);
}
.headerDefault .logo,
.headerDefault .user {
  float: left;
}
.headerDefault .user {
  color: #fff;
  margin-right: 3%;
}
.headerDefault .logo {
  margin-left: 3%;
}
.headerDefault .price {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #banner-header .user {
    margin-top: 30px;
  }
  #user-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #banner-header .user {
    margin-top: 25px;
  }
  .headerDefault .user {
    margin-right: 2.5%;
  }
  .headerDefault .logo {
    margin-left: 2.5%;
  }
}
@media (max-width: 520px) {
  .headerDefault .user {
    font-size: 3.5vw;
  }
  .headerDefault .logo img {
    width: 48vw;
  }
}

/* navbar-nav
------------------------------------------------------------------------------------------- */
#main-navbar .sitename img {
  width: 60vw;
  max-width: 300px;
}
#main-navbar .sitename {
  display: block;
  padding: 15px 3px 3px 10px;
  width: 80%;
}
#main-navbar {
  opacity: .95;
  border-bottom: 4px solid #F58723;
  border-left: 1px;
  border-right: 1px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
#main-navbar .navbar-nav > li > a {
  font-size: 1em;
  text-transform: uppercase;
}
#main-navbar .navbar-nav > li > a:hover {
  color: #DC791F;
}
#main-navbar .navbar-nav > .active > a,
#main-navbar .navbar-nav > .active > a:hover,
#main-navbar .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #F58723;
}
#main-navbar .navbar-collapse {
  padding-left: 0;
}
.main-navbar-fixed {
  background: #463c26;
  border-top: 0;
  box-shadow: 1px 1px 8px 1px #999;
  -moz-box-shadow: 1px 1px 8px 1px #999;
  -webkit-box-shadow: 1px 1px 8px 1px #999;
  top: 0;
  position: fixed;
  z-index: 1030;
  -webkit-animation: moveFromTop 800ms ease;
  -moz-animation: moveFromTop 800ms ease;
  -ms-animation: moveFromTop 800ms ease;
}

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-150%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    -moz-transform: translateY(-150%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    -ms-transform: translateY(-150%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
.main-navbar-fixed .navbar-nav > li > a {
  color: #E1DDDD;
}
.main-navbar-fixed .navbar-nav > li:hover > a {
  color: #F1A038;
}
@media (min-width: 768px) {
    .main-navbar-fixed {
        width: 720px;
    }
    /*.content-details{
       width: 768px; 
    }*/
    
}
@media (min-width: 992px) {
  .main-navbar-fixed {
      width: 940px;
  }
}
@media (min-width: 1200px) {
  .main-navbar-fixed {
      width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .botones{
    position: absolute;
    left: 15px;
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .botones{
    position: absolute;
    left: 15px;
    margin-top: 45px;
  }
}


@media (max-width: 767px) {
  .main-navbar-fixed {
    left: 0;
    right: 0;
  }
  .main-navbar-fixed .navbar-header {
    background: transparent url('../images/background.png');
  }
  #main-navbar .navbar-nav > li {
    margin-left: 15px;
  }
  #main-navbar .navbar-nav > li a {
    padding: 15px 15px 15px 15px;
  }
  .main-navbar-fixed .sitename {
    background: transparent url('../images/background.png');
    border-bottom: none;
  }
  .main-navbar-fixed .navbar-collapse {
    border-top: none;
  }
  /*.area-botones{
    height: 40px;
    width: 100%;

  }*/
  .botones{
    position: absolute;
    left: 15px;
    margin-top: 25px;
  }

 
}
}


/* footer
------------------------------------------------------------------------------------------- */
#container {
    height: auto;
    position: relative;
}
#content {
    height: auto;
}
.clear {
    clear: both;
}
.footer {
    position: relative;
    min-height: 70px;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 2.5em 2em 0;
    background: #463c26;
}
.footer-fixed {
    position: absolute;
    bottom: 0;
}
.footer p {
    color: #b2a790;
    font-size: 1.1em;
    line-height: 1.6em;
}
.footer .powered {
    text-align: center;
}
.footer p a {
    color:#FFF;
    transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
}
.footer p a:hover{
    color: #E88010;
    text-decoration: underline;
}

/* login
-------------------------------------------------------------------------------------------- */
.login {
    margin-top: 10%;
}
.login-logo {
  margin: 0 auto;
  margin-bottom: 10px;
}
.login-logo a img{
  margin: 0 auto;
  width: 35vw;
  max-width: 300px;
}
form .option {
  font-weight: bold;
  font-size: 11px;
}

/* table
---------------------------------------------------------------------------*/
/*.table {
  border-collapse: inherit;
}*/
.table-general {
  /*border-right:1px solid #F6EEDF;*/
  /*border-left:1px solid #F6EEDF;*/
  box-shadow: 1px 0 25px -4px #998E76;
}
.modal .table-general>thead>tr>th:last-child,
.modal .table-general>tbody>tr>td:last-child {
  text-align: center;
  width: 12%;
}
.table-general>thead>tr>th {
  border: 1px solid #D5C9B5;
  background: #D5C9B5;
  color: #463c26;
  font-size: 1.1em;
}
.table-general>thead>tr>th:not(:last-child) {
  border-right: 1px solid #F6EEDF;
  /*width: 235px;*/
}
.table-general>tbody>tr>td {
  color: #71664F;
  border-left: 1px solid #F6EEDF;
  border-bottom: 1px solid #F6EEDF;
  border-top: 0;
  vertical-align: middle;
  font-size: 14px;
}
#table_summary_general.table-general>tbody>tr>td {
  border-left: 0; 
}
#table_summary_general.table-general>tbody>tr>td,
#table_summary_general.table-general>tbody>tr>td a {
  /*color: #998E76;*/
  color: rgba(148, 102, 43, 0.91);
}
#table_summary_general.table-general>tbody>tr.active>td a {
  color: #71664F;
  font-weight: bold;
}
#table_summary_general.table-general>tbody>tr.active>td {
  background: #F6EEDF;
  color: #463C26;
  font-size: 16px;
}
.table .clickable span {
  color: #998E76;
}
.table .clickable:hover,
.table .clickable:hover span {
  cursor: pointer;
  color: #463c26;
}
.table .hidden {
  display: none;
}
.table-general>tbody>tr>td span {
  font-size: 1.7em;
}
.transport table tbody tr:hover {
  background: rgba(227, 218, 201, .2);
}
#documents {
  margin-bottom: 20px;
}
#documents .table {
  box-shadow: none;
}
#documents .table tr td {
  background: rgba(227, 218, 201, .2);
  width: 150px;
}
#documents .table-general>tbody>tr>td {
  border-left: 1px solid #D5C9B5;
  border-bottom: 1px solid #D5C9B5;
}
#documents .table>tbody>tr>td:not(:first-child) {
  padding: 0;
}
#documents .table>tbody>tr>td:first-child + td {
  border-left: 0;
  padding-left: 0;
  padding: 8px;
}
/*#documents .table>tbody>tr>td.editable{
  border-bottom: 1px dashed #e3dac9;
  border-left: 1px dashed #e3dac9;
  background: rgba(255, 255, 255, 0.84);
}*/
#documents .table>tbody>tr>td.timer input[type='text'] {
  width: 48%;
}
#documents #box-services select,
#documents .table>tbody>tr>td.timer select {
  width: auto;
  float: left;
}
#documents .table>tbody>tr>td.timer select {
  margin-left: 10px;
}

#documents .table>tbody>tr>td.timer .select-box::before {
  content: ' : ';
  position: absolute;
  font-weight: 700;
  margin: 0 3px;
}
#documents .table>tbody>tr>td.editable input[type='text'] {
  /*border: 1px dashed #e3dac9;*/
  background: rgba(255, 255, 255, 0.84);
}
#documents .table>tbody>tr>td.editable input[type='text']:not(:read-only):focus {
  background: rgba(221, 212, 193, 0.22);
  color: #E18309;
}
#documents .table>tbody>tr>td.editable input:read-only:hover {
  cursor: not-allowed
}
#documents .table>tbody>tr>td.editable:last-child {
  border-right: 1px dashed #e3dac9;
}
#documents .table .table {
  margin: 0;
}
#documents .input-group {
  width: 100%;
}
#documents .table .box {
  vertical-align: middle;
  text-align: center;
  background: rgba(227, 218, 201, 0.6);
  /*color: #71664F;*/
}
#documents .table-flight .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #D5C9B5;
    font-weight: 700;
}
#documents .table-flight .table-striped>tbody>tr:nth-of-type(odd)>td {
  color: #463c26;
}
#documents .table-activity {
  margin-bottom: 0;
  border: 0;
}
#documents .table-activity .table tr td,
#documents .table-activity .table tr th {
  border: 0; 
}
#terms-conditions{
  padding: 10px 15px 30px 15px;
  text-align: justify;
  font-size: 10pt;
}
#div-scroll{
  border: 0;
  border-style: solid;
  width: 100%;
  overflow-x: auto;
}
/*de la linea 392*/
#documents .table-general>thead>tr>td {
  border-left: 1px solid #D5C9B5;
  border-bottom: 1px solid #D5C9B5;
}
.table-general>thead>tr>th:not(:last-child) {
  border-bottom: 1px solid #F6EEDF;
  width: 80px;
}
/* #documents .table>thead>tr>td.editable input[type='text'] {
  /*border: 1px dashed #e3dac9;*/
  /*background: rgba(255, 255, 255, 0.84);
}*/

/*carousel
-------------------------------------------------------------------------------------------*/
.container.full {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
#btnSelectTour {
  position: relative;
  top:-40px;
}
.container.absolute {
  position: fixed;
  z-index: 1055;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
#carousel-home .carousel-inner  {
  position: relative;
}
#carousel-home.carousel,
#carousel-home .carousel-inner,
#carousel-home .carousel-inner > .item,
#carousel-home.carousel img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activities_carousel,
.transport_carousel,
.carousel_general,
.carousel_hotel,
.activities_carousel img,
.carousel_hotel img,
.carousel_general img,
.transport_carousel img{
  overflow: hidden;
}
.activities_carousel img,
.carousel_general img,
.carousel_hotel img,
.transport_carousel img {
  width: auto;
}
.transport .thumbnail,
.contact .thumbnail,
.carousel_general .thumbnail {
  border: none;
  position: relative;
  display: table;
  margin: 0 auto;
}
.contact .thumbnail {
  border-radius: 7px;
}
.transport .thumbnail,
.transport .thumbnail img,
.contact .thumbnail img {
  border-radius: 5px;
}
.carousel_general .carousel-inner {
  background: #FFF;
  border: 1px solid rgb(221, 221, 221);
}
@media (min-width: 768px) {
  .activities_carousel img {
    min-height: 210px;
    max-height: 210px;
  }
  .activities_carousel {
    min-height: 230px;
    max-height: 230px;
  }
  .carousel_general img,
  .carousel_hotel img {
    min-height: 320px;
    max-height: 320px;
  }
  .carousel_general,
  .carousel_hotel {
    min-height: 330px;
    max-height: 330px;
  }
  .transport_carousel img {
    min-height: 110px;
    max-height: 110px;
  }
  .transport_carousel {
    min-height: 120px;
    max-height: 120px;
  }
}

@media (min-width : 768px) and (max-width : 991px) {
  .carousel_general img,
  .carousel_hotel img {
      min-height: 220px;
      max-height: 220px;
  }
  .carousel_general,
  .carousel_hotel {
      min-height: 230px;
      max-height: 230px;
  }
}

@media (min-width : 991px) and (max-width : 1200px) {
  .activities_carousel img {
    min-height: 180px;
    max-height: 180px;
  }
  .activities_carousel {
    min-height: 190px;
    max-height: 190px;
  }
}

@media (max-width: 767px) {
  .carousel_general {
    min-height: auto;
    max-height: auto;
  }
  .carousel_hotel img,
  .activities_carousel img {
    min-height: 190px;
    max-height: 190px;
  }
  .carousel_hotel,
  .activities_carousel,
  .carousel_general img {
    min-height: 200px;
    max-height: 200px;
  }
  .transport_carousel img {
    min-height: 80px;
    max-height: 80px
  }
  .transport_carousel {
    min-height: 90px;
    max-height: 90px
  }
}

.carousel-control .next,
.carousel-control .prev {
  left: 0;
  z-index: 1;
}
.carousel-control {
  position: absolute;
  display: table;
  top: 60%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  font-size: 60px;
  font-weight: 100;
  line-height: 25px;
  color: #FFFBF3;
  text-align: center;
  background: #463c26;
  border: 3px solid #FFFBF3;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 50px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 3;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
/*.carousel_general .thumbnail {
  position: relative;
  display: table;
  margin: 0 auto;
}*/
.carousel-caption {
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 5px;
  color: #ffffff;
  text-align: center;
  background: #2D271A;
  opacity: 0.75;
  filter: alpha(opacity=85);
  z-index: 3;
}
@media (max-width: 991px) {
  .carousel-caption h4{
      font-size: 0.9em !important;
  }
}

/* panel
---------------------------------------------------------------------------*/
.panel-default, .well, .navbar {
  border-radius: 0 !important;
}
.panel-title {
  font-weight: 500;
  font-size: 1.3em;
}
.panel-heading .panel-title a,
.panel-heading .panel-title span {
  font-size: 0.9em;
  font-weight: normal;
  color: #E3AD67;
}
.panel-heading .panel-title a:hover {
  color: #ECB670;
}
.panel-footer {
  background-color: rgba(246, 238, 223, 0.7);
  border-top: 1px solid #F6EEDF;
}
/* Modal
--------------------------------------------------------------*/
#modal-home .modal-content {
  background-color:rgba(255,255,255,0.8);
}
#modal-home .modal-body {
  background-color:transparent;
}
#modal-home .modal-header {
  background-color:rgba(255,255,255,0.8);
}
#modal-home .modal-body .table {
  background: #FFFFFF;
}
.modal-dialog {
  margin-top: 115px;
}
.modal-header .close {
    margin-top: -10px;
    margin-right: -5px;
}
#modal-home .modal-header h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  width: 100%;
}
#modal-home #search {
  font-size: 14px;
  border: 1px solid rgba(153, 142, 118, 0.39);
  padding: 5px;
}

.modal-error .modal-header {
  background: rgba(213, 201, 181, 0.49);
}
.modal-content {
  border-color: rgba(103, 88, 56, 0.37);
}
/* Mapa
------------------------------------------------------------------------ */
iframe {
  box-shadow: 1px 1px 8px 3px #968E82;
  height: 100%; /* Viewport-relative units */
  width: 100%;
  border: 2px solid #968E82;
}
#map iframe{
  width:100%;
  margin:0;
  padding:0;
  border:0;
}
#map {
  height: 900px;
}

/* Static text from MYSQL html
------------------------------------------------------------------------ */
.text-info {
  color: #e18309;
}
a.text-info:hover,
a.text-info:focus {
  color: #88754a;
}
.static-text span {
  color: #463c26 !important;
}
.static-text a, .static-text a * {
  color: #E3DAC9 !important;
}
.activity-title {
  color: #e18309;
  font-family: Arial;
  font-size: 16px;
}
.activity-description {
  font-size: 14px;
  font-family: Arial;
}

/* Form
------------------------------------------------------------------------------------------- */
#documents input[type='text'] {
  font-size: 14px;
  padding: 10px;
  color: #998E76;
  background: rgba(0, 0, 0, 0);
  border: none;
  vertical-align: middle;
  box-shadow: none;
  outline-offset: 0;
  width: 135px;
}
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
#documents select {
  padding: .2rem;
}
textarea {
  resize: vertical;
  width: 100%;
  border: 0;
  box-shadow: inset 1px 1px 5px #E3DAC9, inset -1px -1px 5px #E3DAC9;
  padding: 5px; 
}
/* EXTRAS
------------------------------------------------------------------------ */
.banner-version {
  position: relative;
  top: 0;
  left:0;
  width: 100%;
  background-color: #C61717;
  color: #f5f5f5;
  -moz-box-shadow: inset 0 0 30px #FFFFFF;
 -webkit-box-shadow: inset 0 0 30px #FFFFFF;
  box-shadow: inset 0 0 30px #852E2E;
  min-height: 40px;
  height: auto;
  text-align: center;
  font-size: 1.4em;
  padding-top: 5px;
}
.content-details {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/*.content-details .email_seller {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}*/
.email_seller .envelope {
  padding: 6px;
  background-color: #FFFBF3;
  border: 1px solid #FFFBF3;
}
.content-details .price, .headerDefault .price {
  background: #E18309;
  color:#463C26;
  font-weight: bold;
  padding: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.content-details .btn {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.botones{
position: absolute;
right: 10px;
top: -91px;
}
/*.area-botones{
  width:354px;
  height: 30px;
}*/
.icon-transport {
  max-height: 100px;
  min-height: 100px;
  max-width: 100px;
  min-width: 100px;
}
.icon-contact .thumbnail {
  max-height: 180px;
  max-width: 180px;
  min-height: 100px;
  min-width: 120px;
  margin: 0 auto;
}
.icon-contact  img {
  max-height: 170px;
  max-width: 170px;
  min-height: 90px;
  min-width: 110px;
  margin: 0 auto;
}
.envelope {
  display: table-cell;
  vertical-align: middle !important;
}
.envelope:before {
  font-family: 'Glyphicons Halflings';
  content: "\2709";
  font-size: 1.5em;
  color: #E3AD67;
  display: inline-block;
  vertical-align: middle;
}
.phone {
  display: table-cell;
  vertical-align: middle !important;
}
.phone:before {
  font-family: 'Glyphicons Halflings';
  content: "\e145";
  font-size: 1.5em;
  color: #E3AD67;
  display: inline-block;
  vertical-align: middle;
}
.content-icon img {
  margin-left: auto;
  margin-right: auto;
}
hr.vertical-divider {
  padding: 0;
  border: none;
  border-top: medium double #E3DAC9;
  color: #E3DAC9;
  text-align: center;
}
hr.vertical-divider:after {
  content: "« ♦ »";
  display: inline-block;
  position: relative;
  top: -.9em;
  font-size: 1.5em;
  background: #FFFBF3;
}
.span-left {
  display: inline-block;
  font-weight: 600;
}
.text-capitalize {
  text-transform: capitalize;
}
.activity.disabled td {
  color: #c5b695;
  cursor: not-allowed;
}
.activity.disabled:hover,
.activity.disabled:active,
.activity.disabled:focus {
  background-color: #FFFBF3;
}
.calendar {
  background: transparent;
  border:0;
  color: rgba(225, 131, 9, 0.60);
  cursor: pointer;
  padding-left: 7px;
  vertical-align: middle;
  display: table-cell;
}
.list-right {
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-end;
  /*margin-top: -10px;
  margin-bottom: 20px;*/
  font-size: 12px;
}
.list-right a:nth-child(1) {
  /*margin-bottom: 10px;*/
  margin-right: 10px;
}
.btn-large {
  min-width: 173px;
  min-height: 40px;
}
.btn-large i {
  margin-right: 3px;
}
.btn-success {
  color: rgba(15, 84, 15, 0.96);
  background-color: rgba(15, 84, 15, 0.25);
  border-color: rgba(15, 84, 15, 0.26);
  padding: 4px 26px;
}
#booking_form .btn-success {
  border-radius: 0;
}
.text-center {
  text-align: center;
}
.delete-icon {
  position: relative;
  left: 3rem;
}
.delete-icon:before {
  content: '\e020';
  color: #AD192A;
  font-size: 1.3em;
  cursor: pointer;
}
#file_uploadUploader {
  margin: 15px 0 10px 0;
}
.services_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.services_list select, .services_list .btn-primary {
  margin-right: 15px;
}

@media (min-width: 768px) {
    .icon-hotel {
        padding-top: 100px;
    }
}
@media (max-width: 767px) {
  .icon-hotel {
    padding-top: 0;
  }
  /*.content-details .price {
    order: 1;
  }
  .email_seller .envelope {
    order: 2;
  }
  .content-details .btn {
    order: 3;
  }*/
}

@media (max-width: 991px) {
  .content-details .btn:nth-child(1) {
    order: 1;
  }
  .email_seller .envelope {
    order: 2;
  }
  .email_seller {
    margin-top: 15px;
  }
  .content-details .btn2, .content-details .btn3 {
    align-self: center;
  }
}

@media (max-width: 1199px) {
  .content-details .btn3 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .content-details .btn:nth-child(1) {
    order: 1;
  }
  .email_seller .envelope {
    order: 2;
  }
  .email_seller {
    margin-top: 15px;
  }
  .content-details .btn2, .content-details .btn3 {
    align-self: center;
    align-self: flex-end;
  }
  #documents .table>tbody>tr>td.timer .select-box::before {
    content: '';
  }
}

@media (max-width: 604px) {
  .content-details .btn1, .content-details .btn2, .content-details .btn3 {
    margin-top: 15px;
  }
}
.list-right-documents {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -10px;
  margin-bottom: 20px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.list-right-documents a:nth-child(1) {
  margin-bottom: 10px;
 }

 .btn-success-documents-width {
  width: 120px;
 }

#documents input[type='text'] {
  width: 100% !important;
  // padding: 12px !importants;
}
#documents input[type='text']:focus {
  background: rgba(213, 201, 181, 0.25) !important;
}
#documents tr:not(:nth-child(2)) td,
#documents tr th {
  padding: 0;
}
#documents .table-files tr td {
  padding: 8px;
}

#documents .calendar .glyphicon-calendar {
    top: 2px;
    font-size: 28px;
}
#documents select {
  width: 120px;
}
#documents tr th {
  vertical-align: middle !important;
  padding: 0 10px !important;
}
.content-details .btn {
   position: relative;
}
.content-details .btn i{
  position: relative;
  margin-bottom: 1em;
}
.clockpicker {
  display: inline-block;
}
.clockpicker span {
  font-size: 2.5rem;
  color: rgba(225, 131, 9, 0.60);
}