/*
 * main.css -https://www.prowebdesarrollo.com/
 * Version - 1.0.8
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 ProWeb Desarrollo
 */


/* Text Colors */
.color-bold {font-weight: bold !important;}
.color-white {color: white !important;}
.color-black {color: black !important;}
.color-danger {color: #F44336 !important;}
.color-warning {color: #FF9800 !important;}
.color-teal {color: #009688 !important;}
.color-red {color: #F44336 !important;}
.color-pink {color: #E91E63 !important;}
.color-purple {color: #9C27B0 !important;}
.color-brown {color: #795548 !important;}
.color-green {color: #4CAF50 !important;}
.color-light-green {color: #8BC34A !important;}
.color-blue {color: #2196f3 !important;}
.color-indigo {color: #1a237e !important;}
.color-light-blue {color: #03a9f4 !important;}
.color-orange {color: #FF9800 !important;}
.color-gray {color: #9E9E9E !important;}
.color-yellow {color: #f9dd00 !important;}

/* Background Colors */
.bg-transparent {background: none !important;}
.bg-content {background-color: #f9f9f9 !important;}
.bg-darkorange {background-color: #FF5722 !important;}
.bg-cyan {background-color: #00bcd4 !important;}
.bg-deeppink {background-color: deeppink !important;}
.bg-silver {background-color: silver !important;}
.bg-white {background-color: white !important;}
.bg-black {background-color: black !important;}
.bg-danger {background-color: #F44336 !important;}
.bg-warning {background-color: #FF9800 !important;}
.bg-teal {background-color: #009688 !important;}
.bg-red {background-color: #F44336 !important;}
.bg-pink {background-color: #E91E63 !important;}
.bg-purple {background-color: #9C27B0 !important;}
.bg-brown {background-color: #795548 !important;}
.bg-green {background-color: #4CAF50 !important;}
.bg-indigo {background-color: #1a237e !important;}
.bg-light-green {background-color: #8BC34A !important;}
.bg-blue {background-color: #2196f3 !important;}
.bg-light-blue {background-color: #03a9f4 !important;}
.bg-orange {background-color: #FF9800 !important;}
.bg-gray {background-color: #9E9E9E !important;}
.bg-yellow {background-color: #f9dd00 !important;}
.bg-facebook {background-color: #4167b2 !important;}
.bg-disabled {background-color: #c6c6c6 !important}

/* Margins */
.nomargin {margin: 0 !important;}
.margin10 {margin: 10px !important;}
.margin20 {margin: 20px !important;}
.margin30 {margin: 30px !important;}
.margin40 {margin: 40px !important;}
.margin50 {margin: 50px !important;}

.marginBottom10 {margin-bottom: 10px !important;}
.marginTop10 {margin-top: 10px !important;}
.marginBottom20 {margin-bottom: 20px !important;}
.marginTop20 {margin-top: 20px !important;}
.marginBottom30 {margin-bottom: 30px !important;}
.marginTop30 {margin-top: 30px !important;}
.marginBottom40 {margin-bottom: 40px !important;}
.marginTop40 {margin-top: 40px !important;}
.marginBottom50 {margin-bottom: 50px !important;}
.marginTop50 {margin-top: 50px !important;}

/* Paddings */
.nopadding {padding: 0 !important;}
.padding10 {padding: 10px !important;}
.padding20 {padding: 20px !important;}
.padding30 {padding: 30px !important;}
.padding40 {padding: 40px !important;}
.padding50 {padding: 50px !important;}

.paddingBottom10 {padding-bottom: 10px !important;}
.paddingTop10 {padding-top: 10px !important;}
.paddingBottom20 {padding-bottom: 20px !important;}
.paddingTop20 {padding-top: 20px !important;}
.paddingBottom30 {padding-bottom: 30px !important;}
.paddingTop30 {padding-top: 30px !important;}
.paddingBottom40 {padding-bottom: 40px !important;}
.paddingTop40 {padding-top: 40px !important;}
.paddingBottom50 {padding-bottom: 50px !important;}
.paddingTop50 {padding-top: 50px !important;}


/* TEXT */
.text-nowrap {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-vertical-center {
    display: grid;
    -webkit-align-items: center;
}


/* Font Sizes */
.f-size-10 { font-size: 10px !important; }
.f-size-12 { font-size: 12px !important; }
.f-size-14 { font-size: 14px !important; }
.f-size-16 { font-size: 16px !important; }
.f-size-18 { font-size: 18px !important; }
.f-size-20 { font-size: 20px !important; }
.f-size-22 { font-size: 22px !important; }
.f-size-24 { font-size: 24px !important; }
.f-size-26 { font-size: 26px !important; }
.f-size-28 { font-size: 28px !important; }
.f-size-30 { font-size: 30px !important; }
.f-size-32 { font-size: 32px !important; }
.f-size-34 { font-size: 34px !important; }
.f-size-36 { font-size: 36px !important; }
.f-size-38 { font-size: 38px !important; }
.f-size-40 { font-size: 40px !important; }
.f-size-42 { font-size: 42px !important; }
.f-size-44 { font-size: 44px !important; }
.f-size-46 { font-size: 46px !important; }
.f-size-48 { font-size: 48px !important; }
.f-size-50 { font-size: 50px !important; }


/* DIMESIONS */
.w-100 { width: 100%; }
.w-80 { width: 80%; }
.w-70 { width: 70%; }
.w-60 { width: 60%; }
.w-50 { width: 50%; }
.w-40 { width: 40%; }
.w-30 { width: 30%; }
.w-20 { width: 20%; }
.w-10 { width: 10%; }
.h-100 { height: 100%; }
.h-80 { height: 80%; }
.h-70 { height: 70%; }
.h-60 { height: 60%; }
.h-50 { height: 50%; }
.h-40 { height: 40%; }
.h-30 { height: 30%; }
.h-20 { height: 20%; }
.h-10 { height: 10%; }


/* BAR HEADER */
.no-header { top: 0 !important; }
.bar-header { height: 50px !important; }
.bar .title { height: 50px !important; line-height: 50px !important; }
.has-header { top: 50px !important; }
.has-header-profile { top: 210px !important; z-index: 9; }

/* BAR SUBHEADER */
.no-subheader { top: 50px !important; }
.bar-subheader { top: 51px; height: 50px !important; }
.has-input { height: 70px !important; }
.has-subheader { top: 100px !important; }
.has-subheader-buttons { top: 119px !important; }

/* BAR FOOTER */
.no-footer { bottom: 0 !important; }
.bar-footer { 
    height: 60px !important; 
    margin-bottom: env(safe-area-inset-bottom);
}
.has-footer { bottom: calc(60px + env(safe-area-inset-bottom)); }
.no-header { top: 0 !important; }
.has-big-footer { bottom: calc(75px + env(safe-area-inset-bottom)) !important; }
.big-footer { 
    height: 75px !important; 
    margin-bottom: env(safe-area-inset-bottom);
}


/* BORDERS */
.no-border { border: 0 !important; }
.border { border: 1px solid #d3d3d3 !important; }
.borderTop { border-top: 1px solid #d3d3d3 !important; }
.borderBottom { border-bottom: 1px solid #d3d3d3 !important; }
.borderLeft { border-left: 1px solid #d3d3d3 !important; }
.borderRight { border-right: 1px solid #d3d3d3 !important; }
.border-success { border-color: #4CAF50 !important; }
.border-danger { border-color: #F44336 !important; }
.border-warning { border-color: #FF9800 !important;}
.border-info { border-color: #2196f3 !important; }


/* INPUTS */
.input-box { position: relative; width: 100%; }
.input-ui::placeholder {
    color: darkgray !important;
}
.input-ui {
    background-color: white;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 0;
    border-radius: 50px !important;
    width: 100% !important;
    height: 50px !important;
}
.input-square { border-radius: 4px !important; }
.input-round { border-radius: 50px !important; }
.input-flat { border-radius: 0 !important; }
.input-icon-left .input-ui { padding-right: 25px !important; padding-left: 50px !important; }
.input-icon-right .input-ui { padding-left: 25px !important; padding-right: 50px !important; }
.input-icon-left .input-icon,
.input-icon-right .input-icon {
    position: absolute !important;
    z-index: 1;
    top: 52% !important;
    transform: translateY(-50%);
    font-size: 18px;
}
.input-icon-left > .input-icon:first-child { left: 22px; }
.input-icon-right > .input-icon:last-child { right: 15px; }
.toggle.toggle-positive input:checked + .track {
    border-color: #00C974 !important;
    background-color: #00C974 !important;
}
.input-chat-box textarea {
    padding: 16px 18px !important;
    height: 50px !important;
}
input[type='date'].input-ui {
    background-color: white;
    padding-top: 14px !important;
}
textarea.input-ui { height: auto !important; padding: 10px; }
input[type='file'].input-ui { line-height: 45px; }


/* INPUT TAGS */
.tags {
    border: 1px solid #d3d3d3 !important;
    border-radius: 50px !important;
    width: 100% !important;
    border-radius: 4px !important;
}


/* ALIGNS */
.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} 
.horizontal-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
} 
.hv-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
} 


/* DETALLES EN IOS */
body.platform-ios {
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
}
.platform-ios .modal-backdrop {
    margin-top: 33px;
}
.platform-ios .modal-backdrop {
    margin-top: 33px !important; /* iOS 11.0 */
}


/* BOX SHADOW */
.no-shadow { box-shadow: none !important; }
.box-shadow-default {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;
}
.box-shadow-header {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
}
.box-shadow-footer {
    box-shadow: 0 0px 10px rgba(57, 63, 72, 0.15);
}
.box-shadow-footer-s1 {
    box-shadow: 0 1px 8px rgba(0,0,0,0), 0 0px 8px rgba(0,0,0,0.06);
}
.box-shadow-s1 {
    border: 0 !important;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-shadow-s2 {
    box-shadow: 0 3px 7px rgba(0,0,0,0.06) !important;
}
.box-shadow-s3 {
    box-shadow: 0 3px 12px rgba(0,0,0,0.025) !important;
}
.box-shadow-s4 {
    box-shadow: 0 3px 16px rgba(0,0,0,0.07) !important;
}


/* BADGES */
.custom-badge {
    padding: 3px 8px;
    border-radius: 5px;
}
.has-badge { position: relative; }
.has-badge:not([data-count="0"]):after{
  position:absolute;
  right: -45%;
  top: -20%;
  content: attr(data-count);
  font-size:33%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}


/* CARDS */
.card-fixed-height { position: relative; height: 100%; }
.card-fixed-height .item-image { height: 105%; padding: 0; }
.card-fixed-height .item-image img {
    height: 100% !important; 
    object-fit: cover; 
    object-position: center;
}
.card-fixed-height .card-title {
    position: absolute; 
    bottom: 0; 
    background: none; 
    border: 0;
}
.card-round {
    border-radius: 12px;
    margin: 0;
}
.card-checkbox::before {
    font-weight: 900;
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 0 0 30px;
    font-size: 10px;
    line-height: 24px;
    font-family: "Font Awesome 5 Free";
}


/* TABLE */
/*table th,
table td { padding: 4px; font-size: 12px; }
table td { border-bottom: 1px solid #e9e9e9; }*/
.table.table-sticky thead th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 3;
}



/* POPUP IONIC */
.popup { 
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;
    border-radius: 10px !important; 
}
.popup-container .popup {
    background-color: white !important;
}
.popup-title .icon {
    font-size: 40px;
    margin-top: 10px;
}
.popup-buttons { 
    border-top: 1px solid rgba(128, 128, 128, 0.2); 
    background-color: white;
    border-radius: 0 0 10px 10px;
}
.popup .button {
    border-color: white !important;
    background-color: white !important;
    color: black;
}
.popup-buttons .button:nth-child(2) {
    border-left: 1px solid rgba(128, 128, 128, 0.2) !important;
}
.popup-body {
    text-align: center;
    padding: 10px 25px 20px !important;
}
.popup-body input {
    border: 1px solid rgba(128, 128, 128, 0.2);
    padding: 10px;
    height: 45px;
    margin-top: 10px;
    color: gray;
}


/* BUTTONS */
/*.btn {
    display: block;
    font-size: 16px;
    margin: auto;
    padding-top: 14px !important;
    text-align: center;
    z-index: 500;
    border-radius: 25px !important;
    width: 100%;
    height: 50px !important;
    border: 0;
}*/
.btn-fixed {
    position: relative;
    width: auto !important;
    padding: 0 20px;
}
.btn-square {
    position: relative;
    width: 100% !important;
    border-radius: 4px !important;
}
.btn-flat {
    border-radius: 0 !important;
}
.btn-round {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
}
.btn-round i {
    margin-top: 3px;
    position: absolute;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
input.btn { padding-top: 0px !important; }
.btn-gps {
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 12px;
}


/* BUTTONS FAB */
.btn-fab {
    position: fixed;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    bottom: 15px;
}
.btn-fab-left {
    left: 16px;
}
.btn-fab-right {
    right: 16px;
}
.btn-fab i {
    margin-top: 3px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.bar-footer ~ .btn-fab {
    bottom: calc(75px + env(safe-area-inset-bottom)) !important;
}
.big-footer ~ .btn-fab {
    bottom: calc(90px + env(safe-area-inset-bottom)) !important;
}


/* LOGIN */
.logo-box {
    position: relative;
    height: 100%;
}
.logo-box img { width: 180px; }
.login-box {
    background-color: white;
    padding: 20px 30px;
    margin-top: -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}


/* CONTENT */
ion-content { background-color: #fafafa; }
.content-box { padding: 30px 20px; }
.req { color: red; font-weight: bold; }


/* SIDEBAR MENU */
.main-menu .item { border: 0; }
.header-menu {
    height: 160px;
    overflow: hidden;
    position: relative;
}
.header-menu-content {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.header-menu-content h2 { font-size: 15px; font-weight: bold; margin: 6px 0 2px; }
.header-menu-content img { 
    width: 80px;
    height: 80px;
    border: 2px solid white; 
}
.toggle-menu .item { 
    background: none;
    border: 0 !important; 
}
.sidenav-overlay { display: none !important; }


/* PROFILE HEADER */
.profile-header {
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    height: 230px !important;
}
.profile-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 2px solid white;
}
.btn-change-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: white;
    padding-top: 3px;
    border-radius: 50px;
    color: black;
    margin-left: 45px;
    width: 25px;
    height: 25px;
    margin-top: 45px;
}


/* IMAGES */
.image-height-filled {
    width: auto !important;
    height: 100% !important;
}
.image-width-filled {
    width: 100% !important;
    height: auto !important;
}
.image-contain {
    object-position: center;
    object-fit: contain;
}
.image-filled {
    object-position: center;
    object-fit: cover;
}
.image-round {
    border-radius: 50% !important;
    object-position: center;
    object-fit: cover;
}
.image-circle {
    height: 45px !important;
    width: 45px;
    text-align: center;
    border-radius: 50px;
    object-position: center;
    object-fit: cover;
}
.image-circle-big {
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
}
.icon-circle {
    font-size: 20px !important;
    height: 45px !important;
    width: 45px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50px;
}
.icon-circle-big {
    font-size: 75px !important;
    width: 140px;
    height: 140px;
    text-align: center;
    padding-top: 30px;
    border-radius: 50%;
}


/* PICTURE BOX BUTTON */
.picture-box {
  display: inline-block;
  position: relative;
  width: 50%;
  padding: 0 !important;
}
.picture-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dashed #d3d3d3;
}
.picture-box-content .icon {
    color: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.same-height { margin-top: 100%; }


/* TOAST */
#toast-container { padding: 10px; }
.toast { 
    padding: 10px 18px !important;
    border-radius: 4px !important; 
    font-size: 0.95rem !important;
    font-weight: normal !important;
    color: #e4e4e4 !important;
}


/* MODAL */
/* FULL SCREEN IMAGE MODAL */
.image-modal ion-pane { 
    z-index: -1;
    background: black; 
}
.image-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-modal .scroll {
    height: 100% !important;
}
.fullscreen-header {
    background: rgba(0, 0, 0, 0.2) !important;
}


/* CHAT */
.chat {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0 0 50px 0;
}
.chat li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
}
.chat .avatar {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    z-index: 2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}
.chat .avatar img {
    margin-top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.chat .day {
    position: relative;
    display: block;
    text-align: center;
    color: darkgray;
    height: 20px;
    text-shadow: 7px 0px 0px #fafafa, 6px 0px 0px #fafafa, 5px 0px 0px #fafafa, 4px 0px 0px #fafafa, 3px 0px 0px #fafafa, 2px 0px 0px #fafafa, 1px 0px 0px #fafafa, 1px 0px 0px #fafafa, 0px 0px 0px #fafafa, -1px 0px 0px #fafafa, -2px 0px 0px #fafafa, -3px 0px 0px #fafafa, -4px 0px 0px #fafafa, -5px 0px 0px #fafafa, -6px 0px 0px #fafafa, -7px 0px 0px #fafafa;
    box-shadow: inset 20px 0px 0px #fafafa, inset -20px 0px 0px #fafafa, inset 0px -1px 0px #e3e3e3;
    line-height: 38px;
    margin-bottom: 20px;
    font-size: 12px;
}

.other .msg {
    order: 1;
    border-top-left-radius: 0px;
    margin-left: 10px;
    margin-top: 20px;
}
.self {
    justify-content: flex-end;
    align-items: flex-end;
}
.self .msg {
    order: 1;
    border-bottom-right-radius: 0px;
    margin-right: 10px;
}
.self .avatar {
    order: 2;
}

.msg {
    background: white;
    min-width: 50px;
    padding: 15px 20px 10px;
    border-radius: 20px;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.15);
}
.msg p {
    margin: 0 0 0.2rem 0;
}
.msg img {
    position: relative;
    display: block;
    width: 450px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
@media screen and (max-width: 800px) {
    .msg img {
        width: 300px;
    }
}
@media screen and (max-width: 550px) {
    .msg img {
        width: 200px;
    }
}


/* IONIC OVERWRITE */
.row { flex-wrap: wrap; }
.item { 
    font-size: 15px; 
    padding-top: 15px;
    padding-bottom: 15px;
}
.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.col { flex: auto; }
.button.button-positive:hover { color: black; }


/* INPUT OPTIONS - CHECKBOX */
.options {
    margin: 0 !important;
    padding: 0 !important;
}
.options .col { padding: 0 !important; }
.options .item.item-checkbox { 
    font-size: 11px; 
    padding-left: 40px; 
    /*background: none;
    border: 0;*/
}
.options .item.item-checkbox .checkbox { left: 0 !important; }
.options .item.item-checkbox .item-content { white-space: normal; }


/* INPUT OPTIONS - RADIO */
.options .item.item-radio .item-content {
    padding: 0 12px;
    background: none !important;
}
.options .item.item-radio .radio-icon {
    font-size: 17px;
}

/* INPUT LIST - RADIO */
.list .item-radio { padding: 0 !important; }
.list .item-radio input:checked + .radio-content .item-content {
    background-color: transparent;
}
.list .item-radio .radio-icon { visibility: visible; }
.list .radio-content .ion-checkmark:before { font-family: "Font Awesome 5 Free"; }
.list [type="radio"] ~ .radio-content .ion-checkmark:before {
    content: "\f0c8";
    font-weight: 400;
}
.list [type="radio"]:checked ~ .radio-content .ion-checkmark:before {
    content: "\f14a";
    font-weight: 900;
}
.hide-checkicon .radio-icon { display: none; }


/* INPUT RANGE */
.range-color input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px !important;
    width: 12px !important;
    background: white !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}
.range-color input[type=range]::-webkit-slider-runnable-track {
    border-radius: 10px !important;
    height: 20px !important;
    background-image: linear-gradient(to right, #ff9800, #dfa200, #bea900, #9dad0d, #7caf2e, #7caf2e, #7caf2e, #7caf2e, #9dad0d, #bea900, #dfa200, #ff9800) !important;
}


/* TABS */
.tabs { box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important; }
.tabs .tab-item { line-height: 15px; }
.tabs .icon.fa {
    color: black;
    height: 20px;
    font-size: 20px;
    margin-top: 6px;
}
.tabs .tab-title { font-size: 10px !important; }


/* CALENDAR  MOBISCROLL */
.md-calendar-day-header { width: 100% !important; }
.md-calendar-scroll-mask { 
    height: 260px !important; 
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;
}
.mbsc-material .mbsc-fr-w {
    background-color: white !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;   
}
.mbsc-material-dark .mbsc-fr-w {
    background-color: #303030 !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;      
}


/* CALENDAR FULLCALENDAR */
.fc-header-toolbar {
    padding: 10px;
    margin-bottom: 0 !important;
}
.fc-header-toolbar h2 { 
    font-size: 18px;
    margin-top: 5px !important;
}
.fc-day.fc-today { background: none !important; }
.fc-basic-view .fc-body .fc-row { 
    min-height: 100% !important; 
    height: 36px !important;
}
.fc-bg tr, 
.fc-content-skeleton tr {
    border-bottom: 0 !important;
}
.fc-head { font-weight: bold; }
.fc-head tr,
.fc-unthemed th, 
.fc-unthemed td,
.fc-unthemed .fc-row {
    border: 0 !important;
 }
.fc-day-top {
    text-align: center;
    height: 30px !important;
    position: relative;
}
.fc-day-number {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);  
    width: 31px !important;
    height: 31px !important;
    line-height: 32px;
} 
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: none !important; }


/* ACTION SHEET */
.action-sheet-wrapper { padding: 10px; }
.action-sheet-wrapper .action-sheet { border-radius: 5px; }
.action-sheet-options { padding: 10px 20px 25px; }
.action-sheet-option { font-size: 14px !important; }
.action-sheet-title {
    border-bottom: 1px solid #d9d9d9 !important;
    color: black !important;
    font-weight: bold;
    font-size: 16px !important;
}
.action-sheet-subtitle {
    color: gray;
    font-size: 12px;
    margin-top: -24px;
    position: absolute;
}
.action-sheet-has-icons .icon { 
    left: 8px; 
    margin-top: 4px;
}
.button .icon.icon-circle {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    padding-top: 0px !important;
}
.button .icon.icon-circle:before, 
.button.icon.icon-circle:before, 
.button.icon-left.icon-circle:before, 
.button.icon-right.icon-circle:before {
    font-size: 14px !important;
    line-height: 36px !important;
}


/**
* Print
*/
.main-print table {
  font-size: 12px;
}
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
    html *, 
    body * {
        visibility:hidden;
        -webkit-print-color-adjust: exact !important;
    }
    #printSection, #printSection * {
        visibility:visible !important;
    }
    #printSection {
        width: 100%;
        position:absolute;
        left:0;
        top:0;
    }
    .app-content {
        height: 1px !important;
        overflow: hidden !important;
        display: none !important;
    }
    .main-print table {
      font-size: 12px;
    }
    .bg-content th,
    .bg-content td {
        background-color: #f9f9f9 !important;
    }
    .bg-primary-solid th,
    .bg-primary-solid td {
        background-color: #4664a4 !important;
    }
    .table-striped tr:nth-child(odd).bg-white td {
        background-color: white !important;
    }
    .table-striped tr:nth-child(odd) td {
        background-color: #e9e9e9 !important;
    }
    .marginTop10 {
        margin-top: 10px;
    }
    .marginTop20 {
        margin-top: 20px;
    }
    .marginTop30 {
        margin-top: 30px;
    }
    .col-md-1 {width:8%;  float:left;}
    .col-md-2 {width:16%; float:left;}
    .col-md-3 {width:25%; float:left;}
    .col-md-4 {width:33%; float:left;}
    .col-md-5 {width:42%; float:left;}
    .col-md-6 {width:50%; float:left;}
    .col-md-7 {width:58%; float:left;}
    .col-md-8 {width:66%; float:left;}
    .col-md-9 {width:75%; float:left;}
    .col-md-10{width:83%; float:left;}
    .col-md-11{width:92%; float:left;}
    .col-md-12{width:100%; float:left;}
    .table { width: 100% !important; }
    fieldset { border: 0 !important; }
}
