/* Empty. Add your own CSS if you like */

.item-floating-label .input-label.has-input {
    font-size: 14px;
    color: #999;
}
.width50 {
    width: 50%;
}
.width80 {
    width: 80%;
}

.platform-ios .manual-ios-statusbar-padding{
    padding-top:20px;
}

.manual-remove-top-padding{
    padding-top:0px;
}

.manual-remove-top-padding .scroll{
    padding-top:0px !important;
}

/* Filter bar android */
.platform-android .filter-bar-wrapper .item-input-inset .filter-bar-cancel {
    padding: 0 ;
    box-shadow: 0 0 0 ;
}

.filter-bar .filter-bar-wrapper .item-input-inset .item-input-wrapper .filter-bar-clear {
    box-shadow: 0 0 0 ;
}

.platform-android .filter-bar .filter-bar-dark .item-input-wrapper {
    border-bottom-width: 0px ;
}
.ng-hide {
    display: none;
}
/* end filter bar android */

/* Check box right modify */

.item-checkbox-right .checkbox-icon:after {
  top: 31% ;
}
/* end check box righ */
.bold {
  font-weight: bold;
}
.inline-block {
  display: inline-block ;
}

.list-left-editing .item, .list-right-editing .item {
    pointer-events: initial;
}

.item-divider {
    font-weight: 600 ;
}
.item-with-obs h2 {
	font-size: 14px ;
	margin:0 0 2px 0;
	font-weight: normal ;
}
.item-with-obs p {
	font-size: 12px ;
	color: #777 ;
}
.bottom-margin-10 {
    margin-bottom: 10px ;
}

.padding5 { padding: 5px; }

.platform-android .bar .title {
    font-size: 15px ;
}

.tab-text-only .icon {
    height: 0px ;
}

.tabs-color-soft .tabs {
	background-color: #337ab7 !important ;
	border-color: #337ab7 !important ; 
}
.tabs-fullwidth .tab-item { max-width: 100%; }

._gmaps_cdv_ ion-side-menu {
    visibility: hidden;
}

.menu-open  ._gmaps_cdv_ ion-side-menu {
    visibility: visible;
}

/*Scale-In Animation for Modal*/
.scale-in {
  transform: scale(0.9);
  opacity: 0;
}
.scale-in.ng-enter,
.scale-in > .ng-enter {
  transition: all cubic-bezier(.1, .7, .1, 1) 400ms;
}

.scale-in.ng-enter-active,
.scale-in > .ng-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in.ng-leave,
.scale-in > .ng-leave {
  transition: all ease-in-out 250ms;
}
/* Ionic Search */
ion-searchbar {
    padding: 8px 0px;
    background: inherit;
}

ion-searchbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.searchbar-input-container {
    position: relative;
    display: block;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}

.searchbar-md-cancel {
    top: 0;
    left: 10px;
    display: none;
    margin: 0;
    width: 21px;
    height: 100%;
}

.searchbar-search-icon, .searchbar-md-cancel {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 20px;
}

.searchbar-input {
    padding: 6px 1px 6px 44px !important;
    height: auto ;
    border-radius: 2px !important;
    font-size: 1.6rem ;
    font-weight: 400 !important;
    line-height: 3rem !important;
    color: #141414 !important;
    background-color: #fff !important;
    background-position: 8px center !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.searchbar-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: block !important;
    width: calc(100% - 44px);
    border: 0 !important;
    font-family: inherit !important;
}

.searchbar-clear-icon {
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 0;
    width: 22px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.searchbar-clear-icon {
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: 20px;
    color: #333 !important;
}

.searchbar-search-icon {
    top: 13px;
    left: 16px;
    width: 21px;
    height: 21px;
    font-size: 20px;
}

.login {
  background-image: url(../img/login-background.jpg);
  background-position: 100%;
  background-size: 121% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 24px 64px;
}

.logo-softten {
  background-image: url(../img/logo-softten-login.png);
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 220px;
}

.menu-side-item, a.menu-side-item, .menu-side-item a, .menu-side-content {
  /*background-color: #337ab7 !important ;*/
  color: #eee ;
  background: rgba(51,122,183,1);
  background: -moz-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(212,228,239,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,122,183,1)), color-stop(100%, rgba(212,228,239,1)));
  background: -webkit-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(212,228,239,1) 100%);
  background: -o-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(212,228,239,1) 100%);
  background: -ms-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(212,228,239,1) 100%);
  background: linear-gradient(to right, rgba(51,122,183,1) 0%, rgba(212,228,239,1) 100%);
}
.menu-side-item p {
  color: #eee ;
}

/* Placehorder color */
.input-login::-webkit-input-placeholder {
  color: #fff !important;
}
.input-login:-moz-placeholder {
  color: #fff !important;
}
.input-login:-ms-input-placeholder { / IE10+ */
  color: #fff !important;
}

.input-login::-webkit-input-placeholder {
  color: #fff;
}

.bar {
  background-color: #fff !important ;
  border-color: #0061A5 !important ;
}
.bar .title, .ion-android-arrow-back {
  color: #0061A5 !important;
}
.menu-content {
  box-shadow: none !important ;
}

.item-thumbnail-left, .item-thumbnail-left .item-content {
  min-height: 46px;
}

@media (min-width: 767px) {
  .menu-content {
    -webkit-transform: translate3d(270px, 0px, 0px) !important;
    width: calc(100% - 270px) !important;
  }

  .bar-header button.ion-navicon {
    display: none;
  }

  #login {
    max-width: 600px ;
    max-height: 600px ;
    margin: 5% auto ;
  }
}

.selected {
	background-color: #eee !important;
}
.disabled {
	color: #aaa !important;
}

.overflow-scrol {
	overflow-y: auto;
}

.anulado {
	color: red ;
}
.alinear {
  text-align: right;
}
table.paleBlueRows {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #000;
  padding: 3px 2px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead {
  background: #0B6FA4;
  border-bottom: 3px solid #444444;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #000;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}
table.paleBlueRows tfoot td {
  font-size: 14px;
}

.d0 {
  background-color: #f0f0f0;
}

.d1 {
  background-color: #fff;
}