@import url('core/01_BasicElementsClasses.css');
@import url('core/02_Forms.css');
@import url('core/03_GenericClasses.css');
@import url('core/04_NavbarAndNavbarElements.css');
@import url('core/05_SearchBox.css');
@import url('core/06_Buttons.css');
@import url('core/07_PanelTools.css');
@import url('core/08_PanelsAndPanelElements.css');
@import url('core/09_Pagination.css');
@import url('core/10_ToDoList.css');
@import url('core/11_Activities.css');
@import url('core/12_MainContainerAndMainContentElements.css');
@import url('core/13_MainNavigation.css');
@import url('core/14_FooterAndFooterElemnts.css');
@import url('core/15_Breadcrumb.css');
@import url('core/16_Rating.css');
@import url('core/17_DropdownElements.css');
@import url('core/18_LabelsAndBadges.css');
@import url('core/19_ProgressBar.css');
@import url('core/20_ModalElements.css');
@import url('core/21_Tabs.css');
@import url('core/22_PageHeader.css');
@import url('core/23_Accordion.css');
@import url('core/24_SocialIcons.css');
@import url('core/25_Sliders.css');
@import url('core/26_NestableList.css');
@import url('core/27_Icons.css');
@import url('core/28_Backdrop.css');
@import url('core/29_TableAndTableElements.css');
@import url('core/30_Timepicker.css');
@import url('core/31_FileUpload.css');
@import url('core/32_WYSIWYG.css');
@import url('core/33_FormWizard.css');
@import url('core/34_Login.css');
@import url('core/35_404And500Errors.css');
@import url('core/36_InlineEditor.css');
@import url('core/37_CropImage.css');
@import url('core/38_Timeline.css');
@import url('core/39_Messages.css');
@import url('core/40_PricingTables.css');
@import url('core/41_ComingSoon.css');
@import url('core/42_FlotChart.css');
@import url('core/43_Maps.css');
@import url('core/44_Overlay.css');
@import url('core/45_Calendar.css');
@import url('core/46_LockScreen.css');
@import url('core/47_daterangepicker.css');
@import url('core/48_StyleSelector.css');
@import url('core/49_HomeElements.css');
@import url('core/50_Sparklines.css');
@import url('core/51_EasyPieChart.css');
@import url('core/52_Userprofile.css');
@import url('core/53_Gallery.css');
@import url('core/54_CompatibilityWithFont-awesome3.css');
@import url('core/55_AnimationPage.css');
@import url('core/56_X-editableTable.css');
@import url('core/57_invoice.css');
@import url('core/58_ticket.css');

/* ---------------------------------------------------------------------- */
/*	Import fonts

@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
/* ---------------------------------------------------------------------- */
/*	@import url("http://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900");*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/style/OpenSans/OpenSans.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(../fonts/style/Raleway/Raleway-Thin.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(../fonts/style/Raleway/Raleway.woff) format('woff');
}

/* ---------------------------------------------------------------------- */
.SRTX_avatarUser {
  cursor: default;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 50px;
  text-align: center;
  border: #ccc solid 1px;
}

.SRTX_avatarUser span {
  color: #428bca;
  line-height: 32px;
  display: block;
  font-weight: 600;
  text-shadow: none;
  font-size: 14px !important;
}

.current-user .SRTX_avatarUser {
  margin-bottom: -8px;
}

/* ---------------------------------------------------------------------- */
.alig_5rt {
  position: absolute;
  right: 5px;
  top: 5px
}

.alig_5r {
  position: absolute;
  right: 5px;
}

.alig_5t {
  top: 5px;
}

.alig_15r {
  position: absolute;
  right: 15px;
}

.noVisible {
  visibility: hidden
}

.cStatus {
  min-width: 24px;
}

.posFix {
  position: relative;
}

.c_pointer {
  cursor: pointer
}

label.checkbox {
  font-weight: 400;
}

.handle {
  cursor: move;
}

.placeholder {
  height: auto;
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.validateEMail {
  padding-top: 2px;
  position: absolute;
  right: 10px;
}

#selectorDeGrid li.active a.thumbnail {
  background: #DADADA;
}

.mltselec>input {
  display: none;
}

.list-group-item.btn {
  border-radius: 0px;
}

.list-group-item.btn:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item.btn:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel-scroll {
  position: relative;
  margin: 10px;
  padding: 0px;
  width: auto;
  height: 400px;
  overflow: hidden;
}

#modal_overlay {
  z-index: 1050;
}

.modal {}

.input-icon>img.fa {
  bottom: 0;
  color: #909090;
  display: inline-block;
  font-size: 14px;
  left: 3px;
  line-height: 35px;
  padding: 0 3px;
  position: absolute;
  top: 33%;
  z-index: 2;
}

.btn-group_optbsc .active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-group_optbsc .active-danger.active {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btnsep_optbsc .btn, .btn-addoptbsc, .btn-ajaxload {
  border-radius: 4px !important;
  margin-right: 4px;
  margin-bottom: 4px;
}

@-webkit-keyframes yellow-fade {
  0% {
    background-color: #fcf8e3;
    border-color: #faebcc;
  }

  100% {
    background: inherit;
    border-color: inherit;
  }
}

@keyframes yellow-fade {
  0% {
    background-color: #fcf8e3;
    border-color: #faebcc;
  }

  100% {
    background: inherit;
    border-color: inherit;
  }
}

.highlight {
  -webkit-animation: yellow-fade 2s ease-out 1;
  animation: yellow-fade 2s ease-out 1;
}

.css3_text_shadow_ejemplo #cssShadosText {
  padding: 100px 0;
  text-align: center;
  vertical-align: middle;
}

.colorpicker {
  z-index: 1500;
}

#ajax-loadModal-sub.modal {
  z-index: 1200;
}

.btn-icon-select .active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

#tablaAlbum labelx {
  margin-left: 20px;
}

#tablaAlbum .asjusteTexto {
  max-width: 90% !important;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#tablaAlbum a.list-group-item {
  border-radius: 0px;
}

#tablaAlbum.list-group {
  margin: 0;
}

#tablaAlbum a.list-group-item {
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
}

.serviciosList label {
  margin-bottom: 5px;
  opacity: 0.4;
  background-color: transparent;
  border-color: #ccc;
  color: #000;
}

.serviciosList label.active {
  opacity: 1;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

@-webkit-keyframes flash_color {
  0%, 100%, 50% {
    background-color: transparent;
  }

  25%, 75% {
    background-color: yellow;
  }
}

@keyframes flash_color {
  0%, 100%, 50% {
    background-color: transparent;
  }

  25%, 75% {
    background-color: yellow;
  }
}

.flash_color {
  -webkit-animation-name: flash_color;
  animation-name: flash_color
}

.op50 {
  opacity: 0.5;
}

.op25 {
  opacity: 0.5;
}

.pddng_0 {
  padding: 0;
}

.mrgn_0 {
  margin: 0;
}

.fileImageTransp {
  background-image: url(transparent.gif);
}

.alert.alert-silver {
  background-color: #ccc;
  color: #555;
}

.alert.alert-grey {
  background-color: #333;
  color: #fff;
}

i.colorSltt {
  display: block;
  width: 16px;
  height: 16px;
}

.modal-header-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.modal-header-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.modal-header-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.modal-header-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.modal-header-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.mod_BL {
  border-left: solid #ccc 2px;
}

.pv5allpx {
  padding: 5px;
}

.pv5h0 {
  padding: 5px 0;
}

.pv5h5d0px {
  padding: 5px 5px 0px 5px;
}

.mb5px {
  margin-bottom: 5px;
}

.pt15px {
  padding-top: 15px;
}

.miniFormControl input.form-control,
.miniFormControl select.form-control {
  height: 24px;
  font-size: 12px;
}

.errInput {
  border: #f00 dotted 2px !important;
}

.panel-heading.min {
  padding: 2px 8px;
}

.oculto {
  visibility: hidden;
}

.more_origin .panel, .more_destiny .panel {
  margin-bottom: 0;
}

.badge_maxchatlimitNumber {
  background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
  border: 1px solid #CDCDCD;
  border-bottom: none;
  float: right;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 8px 8px 0px 0px;
}

.starrr .star {
  padding: 0 2px;
}

.starrr {
  color: #ee8b2d;
}

.rs_tr_stts_0 {
  color: #a0a0a0;
  text-decoration: line-through;
}

.rs_tr_stts_2, .rs_tr_stts_3 {
  color: #a0a0a0;
  text-decoration: line-through;
}

.rs_tr_stts_4 {
  color: #a0a0a0;
  text-decoration: line-through;
}

#myTaxi .panel-heading,
#myHosting .panel-heading,
#myBolet .panel-heading,
#myRequest .panel-heading,
#myFood .panel-heading {
  padding: 2px 10px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}

.bs-callout-danger h4 {
  color: #ce4844;
}

.bs-callout-warning {
  border-left-color: #aa6708;
}

.bs-callout-warning h4 {
  color: #aa6708;
}

.bs-callout-info {
  border-left-color: #1b809e;
}

.bs-callout-info h4 {
  color: #1b809e;
}

#panel-taxi .headerRqst,
#panel-hosting .headerRqst,
#panel-bolet .headerRqst,
#panel-food .headerRqst {
  border-radius: 4px 4px 0 0;
  font-size: 3em;
  text-align: center;
  padding: 30px 10px;
}

.headerRqst.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.headerRqst.success {
  color: #3c763d;
  background-color: #dff0d8;
}

.headerRqst.info {
  color: #31708f;
  background-color: #d9edf7;
}

.headerRqst.orange {
  color: #8a3b3b;
  background-color: #fce3e3;
}

.srx_tab_service .panel-heading {
  background-color: #F5F4F9;
  background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  border-radius: 0;
  box-shadow: 0 1px 0 #FFFFFF inset;
  height: 40px;
  padding-left: 10px;
  position: relative;
}

.srx_tab_service .table {
  margin-bottom: 0;
}

.nowrap {
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.s-select, .f-select {
  margin-bottom: 10px
}

.disinlblk {
  display: inline-block
}

.delay-1 {
  animation-delay: .25s;
}

.delay-2 {
  animation-delay: .5s;
}

.delay-3 {
  animation-delay: .75s;
}

.delay-4 {
  animation-delay: 1s;
}

.select2-container--default .select2-selection--single {
  border-color: #ddd !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa !important;
}

#myTaxi .panel-tools,
#myRequest .panel-tools {
  top: 0px;
}

@media screen and (max-width:767px) {

  .col-sm-1.tab_rs,
  .col-md-1.tab_rs,
  .col-lg-1.tab_rs,
  .col-sm-2.tab_rs,
  .col-md-2.tab_rs,
  .col-lg-2.tab_rs,
  .col-sm-3.tab_rs,
  .col-md-3.tab_rs,
  .col-lg-3.tab_rs,
  .col-sm-4.tab_rs,
  .col-md-4.tab_rs,
  .col-lg-4.tab_rs,
  .col-sm-5.tab_rs,
  .col-md-5.tab_rs,
  .col-lg-5.tab_rs,
  .col-sm-6.tab_rs,
  .col-md-6.tab_rs,
  .col-lg-6.tab_rs,
  .col-sm-7.tab_rs,
  .col-md-7.tab_rs,
  .col-lg-7.tab_rs,
  .col-sm-8.tab_rs,
  .col-md-8.tab_rs,
  .col-lg-8.tab_rs,
  .col-sm-9.tab_rs,
  .col-md-9.tab_rs,
  .col-lg-9.tab_rs,
  .col-sm-10.tab_rs,
  .col-md-10.tab_rs,
  .col-lg-10.tab_rs,
  .col-sm-11.tab_rs,
  .col-md-11.tab_rs,
  .col-lg-11.tab_rs,
  .col-xs-12.tab_rs,
  .col-sm-12.tab_rs,
  .col-md-12.tab_rs,
  .col-lg-12.tab_rs {
    border-left: none;
  }
}

.badge {
  font-size: 1em;
}

.modal-open .modal {
  background: rgba(33, 33, 33, .8);
}

input[name="date_go"], input[name="date_return"] {
  text-align: center;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin: 0.2em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
  color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #5bc0de;
}

.funky_cruce .funkyradio-success label {
  text-indent: 0 !important;
  line-height: 1.5em !important;
  padding-left: 30px;
}

.responsive-embed {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-embed embed {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sorted_table tr.placeholder {
  display: block;
  /*background: red;*/
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 103, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_table tr.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
  border-right: none;
}

.table-bricky {
  background-color: #C83A2A;
  border-color: #b33426;
  color: #ffffff;
}

.srtx_mor {
  background-color: RGBA(0, 0, 0, 0) !important;
  border: 0px solid RGBA(0, 0, 0, 0) !important;
  border-bottom: 2px #bce8f1 solid !important;
  border-radius: 0 !important;
}

.srtx_mor~.help-block {
  border-top: 2px solid #F00;
  margin-top: -2px;
  margin-bottom: 0px;
}

.srtx_mor~.help-block.valid {
  border-top: 2px solid #2f0;
  margin-top: -2px;
  margin-bottom: 0px;
}

.white_space {
  white-space: nowrap;
}

[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  position: absolute;
  color: gray;
  background-color: transparent;
}

.campo_edita {
  transition: all 0.3s ease 0s !important;
  padding: 0 !important;
}

.campo_edita div[contenteditable] {
  padding: 8px;
}

.campo_edita:hover {
  background-color: #ebebeb;
}

.grid {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.grid_fr2 {
  grid-template-columns: 1fr 1fr;
}