﻿/* 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: #1b6ec2;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00B3ED;
    border-color: #00B3ED;
}

/* 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 {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@media (max-width: 767px) {
    .app-sidebar__toggle {
        position: relative;
        /*width: 24px;*/
        /*height: 24px;*/
    }

      /*  .app-sidebar__toggle a {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
        }*/

        .app-sidebar__toggle .open-toggle {
            display: none;
        }

        .app-sidebar__toggle.closed .open-toggle {
            display: block;
        }

        .app-sidebar__toggle .close-toggle {
            display: block;
        }

        .app-sidebar__toggle.closed .close-toggle {
            display: none;
        }
}

@media (min-width: 481px) {
    .app-sidebar__toggle {
        position: relative;
        /*width: 24px;*/
        /*height: 24px;*/
    }

        .app-sidebar__toggle a {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
}
@media (max-width:326px)  {
    .app-header .header-brand .header-brand-img {
        display:none
    }
}
@media (min-width:400px) and (max-width:474px) {
    .app-header .header-brand .header-brand-img {
        width: 75%;
    }
}

@media (min-width:476px) and (max-width:604px) {
    .app-header .header-brand .header-brand-img {
        width: 45%;
    }
}
@media (min-width:605px) and (max-width:767px) {
    .app-header .header-brand .header-brand-img {
        width: 35%;
    }
    .header .nav-link .badge {
        padding: 2px 2px !important;
    }
}
@media (max-width:767px) {

    .header .nav-link .badge {
        padding: 2px 2px !important;
    }
}
@media (max-width:480px) {

    .header .nav-link .badge {
        top: -3px !important;
    }
}

.save-button {
    width: 40%;
    background-color: #6495ed;
    height: 46px;
    color: white;
}

    .save-button:hover {
        transition: all ease 0.2s;
        background-color: #5077bd;
    }