﻿body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.pura-primary {
  color: #0388CB;  
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

div.error-group > label{
    color: red;
    font-weight:bold;
}

div.external-providers ul.provider-list {
    padding: 0px;
}

div.external-providers ul.provider-list li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
div.external-providers ul.provider-list li hr {
  margin: 0 !important;
}

div.external-providers ul.provider-list li a {
    width: 100%;
    text-align: left;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}


/* _layout */

body.pura div.container > div.pura-title {
    margin-top: 1.5em;
}

/* login page*/
body.pura span.pura-provider-display-name {
    margin-left: 1em;
}

body.pura div.panel-body {
    font-size: small;
}

body.pura div.targetSelectable {
    min-height: 3em;
    margin-top: 0.4em;
    padding-top: 0.8em;
    padding-left: 1em;
    border-left-color: black;
    border-left-width: 4px;
    border-left-style: solid;
}

body.pura div.targetSelectable:hover {
    background-color: grey;
    cursor: pointer;
}

body.pura div.targetSelectable.selected {
    color: white;
    background-color: black;
}

body.pura div.targetSelectable > label {
    width: 40%;
}

body.pura select.dropdown {
    height: 30px;
}

body.pura select.dropdown > option.dropdownitem {
    height: 30px;
}

body.pura div.pura-spacer-top {
    margin-top: 4em;
}

body.pura button.btn.btn-primary {
  background-color: #0388CB !important;
}