﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.main-loader {
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    transition: opacity 1s;
    align-items: center;
    position: fixed; /*absolute;*/
    display: flex;
    z-index: 1008;
    height: 100% !important;
    cursor: wait;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}


.main-loading {
    opacity: 1;
}

    .main-loading > div > div {
        animation: loader-points 1.4s infinite ease-in-out both;
        background-color: #f5f5f5;
        display: inline-block;
        border-radius: 100%;
        margin: 0 0.75em;
        height: 1.5em;
        width: 1.5em;
    }

        .main-loading > div > div:nth-child(1) {
            animation-delay: -0.32s;
        }

        .main-loading > div > div:nth-child(2) {
            animation-delay: -0.16s;
        }

@keyframes loader-points {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}






.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body.ifr{
    margin-bottom:0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* smaller screens trucate the lable text and reduce margins*/
.form-group label.inset.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 2px 5px 0 15px;
}

.form-group .input-group label.inset {
    margin: 2px 10px 0;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 3px;
}

.input-validation-error {
    border: 1px solid red !important;
}
.form-group label.inset {
    position: relative;
    padding-top: 6px;
    margin: 2px 15px 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    color: #304151;
    font-size: 10px;
    /* letter-spacing: .125em;*/
    font-weight: 700;
    text-align: left;
}
input.form-control, select.form-control, textarea.form-control {
    border: 1px solid #cad3dd;
    background-color: #fff;
    height: 55px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-weight: 400;
    padding: 13px 9px 0;
}

.standard-filter input.form-control, .standard-filter select.form-control, .standard-filter textarea.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

textarea.form-control.rowsmed {
    height: 100px;
}

.editbtnrow {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

textarea.form-control {
    padding-top: 18px !important;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/*CSS specifci to ios ...*/
@supports (-webkit-touch-callout: none) {
    .select-container {
        position: relative;
        display: inline;
    }

        .select-container:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            pointer-events: none;
        }

        .select-container:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            top: 14px;
            right: 0;
            border-top: 8px solid black;
            opacity: 0.5;
            z-index: 290;
        }

    select::-ms-expand {
        display: none;
    }
}



.radio-toolbar {
    display: flex;
    overflow: hidden;
    width:100%;
}

    .radio-toolbar input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .radio-toolbar label, .radio-toolbar select {
        background-color: #fff;
        color: #7fba00;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid #7fba00;
        transition: all 0.1s ease-in-out;
        flex-grow: 1;
        margin-bottom: 0;
    }

        .radio-toolbar select
        {
            padding:0 !important;
            height:auto !important;
        }

        .radio-toolbar.one label {
            width: 100%;
        }


    .radio-toolbar.three label {
        width: 33.333%;
    }

    .radio-toolbar.two label {
        width: 50%;
    }


    .radio-toolbar.four label, .radio-toolbar.four select {
        width: 25%;
    }


@media (max-width: 568px) {
    .radio-toolbar.has-select{
        display:block;
    }

        .radio-toolbar.has-select label:first-of-type{
            border-radius:3px 3px 0 0;
        }
    .radio-toolbar.has-select select {
        border-radius: 0 0 3px 3px !important;
    }
        .radio-toolbar.has-select label {
            border-bottom: none;
        }
        .radio-toolbar.has-select.four label, .radio-toolbar.has-select.four select {
            width: 100%;
            min-height: 35px;
        }
}



    .radio-toolbar label:hover {
        cursor: pointer;
        background-color: #3F2893;
        color: #fff;
    }

    .radio-toolbar input:checked + label {
        background-color: #3F2893;/* #7fba00;*/
        color: #fff;
    }

    .radio-toolbar select[data-radio-sel='true'] {
        background-color: #3F2893; /* #7fba00;*/
        color: #fff;
    }


    .radio-toolbar label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .radio-toolbar label:last-of-type {
        border-radius: 0 4px 4px 0;
        margin-right: 0;
    }

    .radio-toolbar.has-select label:last-of-type {
        border-radius: 0;
    }

    .radio-toolbar.has-select select {
        border-radius: 0 4px 4px 0;
        margin-right: 0;
    }

.radio-toolbar.pay-methods label {
    background-color: #fff;
    color: #7fba00;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 16px 32px;
    margin-right: 10px;
    border: 1px solid #7fba00;
    transition: all 0.1s ease-in-out;
    flex-grow: 1;
    margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item.active {
    color: #6c757d;
    font-weight:bold;
}