/* Your app styles here */

h2{
    letter-spacing: 2px;
    font-weight: 400;
}
/* Left Panel right border when it is visible by breakpoint */
.panel{
    width: 200px !important;
}
.panel-left.panel-visible-by-breakpoint:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,0.1);
  content: '';
  z-index: 6000;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint ~ .view .navbar .panel-open[data-panel="left"] {
  display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-active ~ .view-main:before,
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing ~ .view-main:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,0.1);
  content: '';
  z-index: 6000;
}
ion-icon{
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #1d1d1d;
}
.item-media ion-icon{
    font-size: 25px;
    position: relative;
    top: 0px;
    color: #1d1d1d;
}
@media only screen and (max-width: 600px) {
.navbar{
    height: 60px !important;
    padding: 10px;
    }
.navbar-inner{
    height: 60px;
    padding: 20px !important;
    }
}
.navbar{
    background: #1d1d1d !important;
    box-shadow: none !important;
}
.view-left{
    background: #eee !important;
}
.list li.active{
    background: #eee !important;
}
.avatarapi{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.ios .page {
    background: #fff;
}
.ios .toolbar {
 background: none;   
}
.button{
    width: 200px;
}
.profile{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 7px;
}
.nopadding{
    padding-left: 0px !important;
}

.data-table thead td, .md .data-table thead th {
    font-weight: 400;
    height: 42px !important;
    font-size:15px;
    border: 2px solid white;
}

.md .data-table tbody td{
    border: 2px solid white !important;
}
.md .data-table thead td, select{
    font-size:13px !important;
}
.md .data-table thead th ion-icon{
    font-size:18px !important;
    position: relative;
    top: 3px;
}
.demo-swiper{
    max-width: 100px;
}
.demo-swiper .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #000;
}
.demo-swiper .swiper-slide {
  box-sizing: border-box;
  border: 0px solid #ddd;
  background: transparent;
}
.demo-swiper {
  font-size: 18px;
  height: 50px;
}
.demo-swiper.demo-swiper-auto .swiper-slide {
  width: 100px;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
  width: 100px;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
  width: 100px;
}

.clickableicon{
    cursor: pointer;
    font-size: 30px;
    color: #5c5c5c;
    
    left: -3px;
}

.stepper-button-minus{
        font-size: 10px;
    width: 20px !important;
}
.stepper-button-plus{
        font-size: 10px;
    width: 20px !important;
    
}
.stepper-button-minus:after, .stepper-button-plus:after {
    width: 9px !important;
}
.stepper-button-plus:before {
    height: 9px !important;
}
.bg-color-blue ion-icon{
    color: white;
    top: 0px;
    font-size: 20px;
}
.chip{
    zoom: 0.8;
}
.navbar {
    height: 48px !important;
    font-size: 15px !important;
    background: #343a40 !important;
}
.list {
    margin: 0px !important;
    font-size: 13px !important;
}
.list .item-media {
    padding-top: 8px;
    min-width: 20px !important;
}

.list .item-media ion-icon {
    font-size:20px;
}
.list .item-media+.item-inner {
    margin-left: 10px !important;
}
.md .stepper-button-minus:after, .md .stepper-button-minus:before, .md .stepper-button-plus:after, .md .stepper-button-plus:before {
    background: #1d1d1d !important;
}
.page>.navbar, .view>.navbar, .views>.navbar {
    position: absolute;
    height: 48px;
font-size: 13px;
}
.preloader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.md .dialog {
width: 470px;
    left: 0;
    right: 0;
    margin: auto;
}
#logoplace{
position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100px;
}

.demo-card-header-pic .card-header {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0px;
  filter: grayscale(80%);
}
.demo-card-header-pic .card-header:hover{
  filter: grayscale(0%);
}

.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}

.customCard{
    cursor: pointer;
}

.titleCard{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    cursor: pointer;
}
.titleCard ion-icon{
    color: white
}
.titleHeader{
    background: rgba(0,0,0,0.2);
    padding: 10px;
    width: 100%;
}
.titleHeader .button{
    font-size: 11px;
    width: 14px;
}
.smallbutton{
    font-size: 10px !important;
    width: 90px !important;
    padding: 0px !important;
    margin: 0px !important;
        height: 24px !important;
    line-height: 24px !important;
}

.smallbutton ion-icon{
    font-size: 15px !important;
}

.page{
    background: #f6f7fc !important;
}
.block{
    background: #fff !important;
}
.sidePage{
    background: #fff !important;
}

.md .bg-color-blue {
    background: #4587ff !important;
}
.ios .bg-color-blue {
    background: #4587ff !important;
}
.page>.navbar{

    box-shadow: none !important;
}
.md .navbar:after {
   height: 0px;
}
.view-main .page .page-content{
    padding-top: 0px;
    padding: 5%;
}
.color-green{
    color: blue;
    background: rgba(37, 227, 154, 0.5) !important;
}
.color-red{
    background: rgba(231, 0, 70, 0.5) !important;
}
.color-blue{
    background: rgba(37, 57, 155, 0.5) !important;
}
.md .bg-color-blue{
    background: rgba(37, 57, 155, 0.5) !important;
}
.preloader{
    background: transparent !important;
}


.demo-card-header-pic .card-header {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0px;
  filter: grayscale(80%);
}
.demo-card-header-pic .card-header:hover{
  filter: grayscale(0%);
}

.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}

.customCard{
    cursor: pointer;
}

.titleCard{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    cursor: pointer;
}
.titleCard ion-icon{
    color: white
}
.titleHeader{
    background: rgba(0,0,0,0.2);
    padding: 10px;
    width: 100%;
}
.titleHeader .button{
    font-size: 11px;
    width: 14px;
}
.smallbutton{
    font-size: 10px !important;
    width: 90px !important;
    padding: 0px !important;
    margin: 0px !important;
        height: 24px !important;
    line-height: 24px !important;
}

.smallbutton ion-icon{
    font-size: 15px !important;
}

.page{
    background: #f6f7fc !important;
}
.block{
    background: #fff !important;
}
.sidePage{
    background: #fff !important;
}

.md .bg-color-blue {
    background: #3D4756!important;
}
.ios .bg-color-blue {
    background: #3D4756!important;
}
.page>.navbar{

    box-shadow: none !important;
}
.md .navbar:after {
   height: 0px;
}

.button.button-fill {
    background: #A82F61 !important;
}
.color-green{
    color: blue;
    background: rgba(37, 227, 154, 0.5) !important;
}
.color-red{
    color: #A82F61 !important;
}
.calendar-day.calendar-day-selected .calendar-day-number {
    background: #DBF2FF !important;
    color: #5c5c5c;
}
.color-blue{
    background: #1296ed !important;
}
.ios .tabbar a.tab-link-active, .ios .tabbar-labels a.tab-link-active{
    color: #3D4756 !important;
}
.calendar.calendar-inline, .calendar.calendar-popover .calendar {
 background: transparent !important;   
}
.calendar{
    height: 68%;
}
.calendar-day .calendar-day-event {
    width: 6px;
    height: 6px;
}
.calendar-day-prev .calendar-day-event {
 display: none;
}
.popup-close i{
    font-size: 28px !important;
    color: #3D4756;
}
.calendar-day.calendar-day-disabled {
    color: #555;
    pointer-events: none;
}
.calendar-row:before {
 display: none !important;   
}
.calendar-day-next{
    display: none;
}
.calendar-custom-toolbar .toolbar-inner .center{
    
}
.ios .tabbar .f7-icons, .ios .tabbar-labels .f7-icons {
  padding-top: 4px !important;  
}
.ios .tabbar .f7-icons, .ios .tabbar-labels .f7-icons+span{
    top: -2px;
}
.ios .tabbar .f7-icons, .ios .tabbar-labels .f7-icons {
    font-size: 20px !important;
}
.ios .toolbar:before{
    display: none;
}
.page{
    background: #fff;
}
.view{
    background: #fff;
}

.statusbar {
  background: white !important;
}
.popuptime.modal-in{
    transform: translate3d(0%,18%,0) !important;
}
.popup-backdrop{
    display: none;
}
.calendar-day.calendar-day-prev {
    color: transparent !important;
}
.calendar-day-weekend{
    color: #aaa !important;
}
.ios .stepper-button, .ios .stepper-button-minus, .ios .stepper-button-plus, .ios .stepper-input-wrap, .ios .stepper-value{
    border: 1px solid #3D4756!important;
    color: #3D4756!important;
}
.ios .stepper-button-minus:after, .ios .stepper-button-minus:before, .ios .stepper-button-plus:after, .ios .stepper-button-plus:before{
    background: #3D4756 !important;
}
.ios .stepper-input-wrap, .ios .stepper-value{
    border: none;
    color: #3D4756!important;
}
.ios .stepper .stepper-input-wrap input{
    border: none;
    color: #3D4756!important;
}
select {
  text-align: center !important;
  text-align-last: center !important;
  /* webkit*/
}
option {
  text-align: left !important;
  /* reset to left*/
}

/* pto page */
.timeline-item-inner {
    background: #5c5c5c;
    color: white;
}
.timeline-item-date{
    font-size: 10px;
}

.title h4, .title h5 {
    line-height: 110%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #444;
}
h5 i{
    font-size: 10px !important;
    top: -2px;
}


/*newtobeadded */
.popup{
    overflow-y: scroll;
}

.md .block{
    margin-bottom: 0px !important;
}
.block-title{
    color: #A82F61 !important;
}
.md .item-media .icon{
    color: #3D4756 !important;
}
.md .list ul:after{
    display: none;
}
.md .item-input-focused .item-floating-label,.md .item-input-focused .item-label{
    color: #A82F61 !important;
}
.item-inner, .item-title, .item-radio, .item-content{
    padding-left:1px !important;
    padding-right:1px !important;
    margin-left:1px !important;
    margin-right:1px !important;
    }
.autocomplete-dropdown-in{
    z-index: 99999999999999;
    position: absolute;
}
/* animations and the rest of the form */

