/* Empty. Add your own CSS if you like */
/* css/style.css */

.container {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 20px;
    top: 20px;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
}

body {
    cursor: url('/img/finger.png'), auto;
}

.header .col, .button.button-calm {
    background-color: #bdbe00;
    color: #ffffff
}

.col {
    border-bottom-style: none;
    border-right-style: none;
}

.pharmacy-list-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

/* To align the buttons show map and show dashboard */
.pharmacy-list-button {
    padding-right: 20px;
    margin-left: 30px;
    vertical-align: middle;
}

/* h3 */
h3 {
    padding-left: 20px;
    font-size: 14px ;
}

/* h2 */
h2 {
    padding-left: 20px;
    font-size: 16px ;
}

h4 {
    padding-left: 20px;
    font-size: 12px ;
}

.filter {
    font-size: 14px;
    line-height: 42px; /* Alig to buttonsize */
    padding-left: 10px;
}

/** Styling for the username field **/
label.item.has-error {
    border-bottom: 2px solid red;
}

/** Styling for the password field when an error exists**/
label.item.has-error-lr {
    border-left: 2px solid red;
    border-right: 2px solid red;
}

/** Styling for the password field when an error has been resolved**/
label.item.valid-lr {
    border-left: 2px solid green;
    border-right: 2px solid green;
}

/** Styling for the error text and container **/
.form-errors {
    margin: 5px 0
}
.form-error {
    padding: 2px 0 2px 16px;
    color: red;
}

body {
    margin: 20px;
    font-family: Arial, Helvetic, sans-serif;
}


.validation {
    position: absolute;
    font-size: .8em;
    color: #a94442;
}

.formly-template-wrapper {
    position: relative;
}

/* Empty. Add your own CSS if you like */

.item-radio .item-content {
    padding: 0px;
    background: none;
}

.button-bar .button {
    min-height: 0;
    line-height: 30px;
}
.button-bar > .item-radio.button {
    padding: 0;
}

.item-radio .radio-icon {
    display: none;
}


.card .item:last-child, .list-inset .item:last-child {
    margin-bottom: 0;
}

.radio-array.col {
    border: 0;
    color: #4c5ca7;
    font-weight: bold;
}

.image-header {
    height: 40px ;
    width: 40px;
}

#gmaps {
    width: 450px;
    height: 450px;
}

/* For list of pharmacies */
.odd {
    background-color: #ffffff;
}

/* For list of pharmacies */
.even {
    background-color: #f9f9f9;
}


.title-image {
    margin-top: 8px;
    height: 27px;
    float: right;
}

.input-label {
    font-size: 14px;
    color: #4c5ca7;
    font-weight: bold;
}

/* Header */
.bar.bar-positive {
    border-color: #4c5ca7;
    background-color: #4c5ca7;
    background-image: none;
}

.button.button-positive {
    background-color: #4c5ca7;
    box-shadow: none;
    color: #fff;
}

.tabs-positive > .tabs,
.tabs.tabs-positive {
  background-color: #4c5ca7;
}

u {
    text-decoration: underline;
    font-weight: bold;
}

.positive {
    color: #4c5ca7; 
    font-weight: bold; 
}

.item-select select,  .item-select select option{
  width: 100%;
  padding: 0px 45px 0px 0px;
}

.item .item-content {
    font-size: 14px;
}

