﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*-------------*/
form .error {
    color: #ff0000;
}

.icon-nopadding {
    padding-right: 0px !important;
}

.panel-css {
    width: 100%;
    height: auto;
    z-index: 500;
    background: #FFF;
}

.dividing-line {
    height: 1px;
    width: 100%;
    background: #ccc;
}

.flex-group-outer {
    display: flex;
    flex-direction: column;
}

.flex-group {
    display: flex;
    flex-direction: column;
}

.grow {
    flex-grow: 1;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

    .flex-column .lbl {
        line-height: initial;
    }

.flex-group-mobile-reversed {
    flex-direction: column-reverse;
}


.flex-group input {
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.07);
    outline: none;
    padding: 6px 12px;
    margin-left: 5px;
}

    .flex-group input:focus {
        border-color: #25476a !important;
        box-shadow: none;
        transition-duration: .5s !important;
        border-radius: 3px !important;
    }

.flex-group span:not(.switchery):not(.auto-height):not(.badge):not(.mce-preview),
.flex-group input, .flex-group select, .btn-primary {
    margin-left: 5px;
}


.flex-group span input, .flex-group span label {
    margin: 0;
}


.flex-group span:not(.switchery):not(.auto-height):not(.badge):not(.mce-preview) {
    line-height: 30px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}


.flex-group .checkbox {
    display: flex !important;
    margin: 0;
}

    .flex-group .checkbox input, .flex-group .checkbox label {
        height: 30px !important;
        margin: 0 5px !important;
        padding: 0px;
    }

    .flex-group .checkbox input {
        position: relative !important;
        margin: 0px !important;
    }

    .flex-group .checkbox .form-checkbox {
        margin-top: 0px;
    }

.flex-group .radio-button-list tbody tr td input,
.flex-group .radio-button-list tbody tr td label,
.flex-group .checkbox-list tbody tr td input,
.flex-group .checkbox-list tbody tr td label {
    margin: 0;
}

.flex-group .radio-button-list tbody tr td,
.flex-group .checkbox-list tbody tr td {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-group .radio-button-list tbody tr:not(:first-child) td,
.flex-group .checkbox-list tbody tr:not(:first-child) td {
    margin-top: 5px !important;
}


.flex-group .checkbox-list-horizontal tbody tr td input,
.flex-group .radio-button-list-horizontal tbody tr td:not(:first-child) input {
    margin: 0 0 0 10px;
}

.flex-group .checkbox-list-horizontal tbody tr td label,
.flex-group .radio-button-list-horizontal tbody tr td label {
    margin: 0 0 0 3px;
}

.flex-group .checkbox-list-horizontal tbody tr td,
.flex-group .radio-button-list-horizontal tbody tr td {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.margin-left-mobile {
    margin-left: 5px;
}

.additional-padding {
    height: 30px;
}

.margin-top-mobile {
    margin-top: 5px;
}

.add-edit-popup {
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    position: fixed;
    width: 90%;
    left: 5%;
    height: 80%;
    top: 10%;
    overflow: auto;
    z-index: 500;
    border-width: 2px;
    border-style: groove;
    border-color: transparent;
    background: #FFF;
}

.popup-padding {
    padding: 15px;
}

.list-box {
    width: 75vw;
}


@media only screen and (min-height: 548px) {
    .add-edit-popup {
        height: 50%;
        top: 25%;
    }
}

@media only screen and (min-width: 768px) {

    .flex-group-outer {
        display: flex;
        flex-direction: row;
    }

    .flex-group {
        display: flex;
        flex-direction: row;
    }

    .flex-row {
        flex-direction: row;
    }

    .flex-column {
        flex-direction: column;
    }

    .flex-group-mobile-reversed {
        flex-direction: row;
    }

    .margin-left-mobile {
        margin-left: 0px;
    }

    .margin-left {
        margin-left: 10px;
    }

    .margin-left-lbl {
        margin-left: 100px;
    }

    .margin-left-small {
        margin-left: 5px;
    }

    .margin-top-mobile {
        margin-top: 0px;
    }

    .margin-top {
        margin-top: 10px;
    }

    .margin-top-small {
        margin-top: 5px;
    }

    .add-edit-popup {
        position: fixed;
        width: 60%;
        left: 20%;
        overflow: auto;
        height: 50%;
        top: 25%;
    }


    .list-box {
        width: 320px;
    }
}