/* FONTS & ICONS */
@font-face {
  font-family: "Dosis";
  src: url(../fonts/Dosis-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}




body {
font-family: 'Dosis', sans-serif;
}

/* LOGIN PAGE */
.login_body {
    height: 100%;
    background-color: #fafafa;
}
.login_body > md-card {
    box-shadow: 0 0 !important;
}
.login_logo {
    background-image: url(../tpl/img/gb_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 15px;
}
md-content.login_credentials {
    padding: 0 15px;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #009ca6;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: #009ca6;
}
md-input-container.login_nic label {
    color: #009ca6;
}
md-input-container.login_nic md-icon {
    color: #009ca6;
}
md-input-container.login_dob md-input-container {
    width: 100%;
}
md-input-container.login_dob md-input-container label {
    width: calc(100% - 34px) !important;
    color: #009ca6;
    right: 0 !important;
}
md-input-container.login_dob md-input-container md-datepicker button {
    margin: 0 !important;
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}
.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
    color: #009ca6;
}
md-input-container.login_dob md-input-container md-datepicker div.md-datepicker-input-container {
    width: calc(100% - 36px);
}
md-input-container.login_dob md-input-container md-datepicker button md-icon {
    color: #009ca6;
}
md-input-container:not(.md-input-has-value) input:not(:focus), md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
    color: #000;
}
.login_credentials_container {
    overflow-y: auto;
}
md-checkbox.login_submit_remember {
    margin-bottom: 0;
}
button.login_submit_button {
    background-color: #009ca6 !important;
    width: 100%;
    margin: 0 0;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(0, 152, 162);
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: rgb(0, 156, 166);
}


/* TOPBAR */
md-toolbar.main_topbar_container {
    background-color: #009ca6 !important;
}

/* MAIN MENU */
md-sidenav.main_menu_container > md-toolbar {
    background-color: #009ca6;
    background-image: url(../tpl/img/menu_bg.jpg);
    background-size: cover;
    background-position: bottom center;
}
md-toolbar.main_menu_top_card > md-card {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0;
    margin: 0;
}
md-toolbar.main_menu_top_card > md-card > md-card-title > md-card-title-media > div {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
md-toolbar.main_menu_top_card > md-card > md-card-title > md-card-title-media > div > md-icon {
    color: #009ca6;
    fill: #009ca6;
    font-size: 45px;
    height: 45px;
    width: 45px;
}
md-toolbar.main_menu_top_card > md-card > md-card-title > div > md-card-title-text > span.md-headline {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    font-weight: bold;
}
md-toolbar.main_menu_top_card > md-card > md-card-title > div > md-card-title-text > span.md-subhead.description {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
    color: #fff;
}


/* LIST OCCURRENCES */
button.list_fab_button_add {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #009ca6 !important;
}




/* ADD OCCURENCES */
/*Screen1*/
.add_occurrence_nav_container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #009ca6;
    color: #fff;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 248px;
    height: calc(100vh - 56px) !important;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
    border-width: 0 0 1px;
    border-style: solid;
    display: none;
}
md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
    top: 0;
}
.add_occurrence_nav_container_fixer {
    padding-bottom: 56px;
    height: calc(100vh - 56px) !important;
}

/*Screen2*/
.uploaded_photo_container {
    max-height: 25vh;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}
.uploaded_photo_container  > img {
    width: 100%;
    transform: translate(0%,-25%);
}
button.erase_this_photo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    min-width: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
button.erase_this_photo > md-icon {
    color: #fff;
}
.photo_upload_buttons {
    background-color: #009ca6;
    color: #fff;
    border-radius: 5px;
    width: 85%;
    max-width: 250px;
    margin-bottom: 10px;
}
.photo_upload_buttons md-icon {
    color: #fff;
}

/*Screen3*/
.occurrence_type_container {
    margin: 20px 0;
}
.occurrence_type_container .md-container {
    display: none;
}
.occurrence_type_container .md-label {
    margin-left: 0;
    padding: 0%;
    text-align: center;
    color: #009ca6;
    font-size: 85%;
}
.occurrence_type_container .md-checked > .md-label {
    color: #fff;
}
.occurrence_type_container md-radio-button {
    margin: 0 !important;
    padding: 2%;
}
.occurrence_type_container md-icon {
    color: #009ca6;
    font-size: 34px;
    line-height: 34px;
    height: 34px;
    width: 34px;
}
.occurrence_type_container .md-checked {
    background-color: #009ca6;
    color: #fff;
}
.md-checked > div > md-icon {
    color: #fff;
}
.occurrence_description {
    width: 100%;
}



/* VIEW SINGLE OCCURRENCE PAGE */
.occurrence_detail_title {
    color: #009ca6;
    font-size: 13px;
    font-weight: bold;
}
.occurrence_detail_text {
    font-size: 15px;
    margin-bottom: 10px;
}
img.occurrence_detail_images {
    width: 100%;
    margin: 8px 0;
}