/* _content/ACC_LogManager/Views/Home/Records.cshtml.rz.scp.css */
div.row[b-4ipmpkg4nu] {
    justify-content: space-between;
}

@media (min-width: 768px) {
    div.col-lg-10[b-4ipmpkg4nu] {
        width: 75%;
    }

    div.col-lg-2[b-4ipmpkg4nu] {
        width: 23%;
    }
}

@media (min-width: 992px) {
    div.col-lg-10[b-4ipmpkg4nu] {
        width: 78%;
    }

    div.col-lg-2[b-4ipmpkg4nu] {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    div.col-lg-10[b-4ipmpkg4nu] {
        width: 82%;
    }

    div.col-lg-2[b-4ipmpkg4nu] {
        width: 16%;
    }
}

@media (min-width: 1400px) {
    div.col-lg-10[b-4ipmpkg4nu] {
        width: 82%;
    }

    div.col-lg-2[b-4ipmpkg4nu] {
        width: 16%;
    }
}

div.records[b-4ipmpkg4nu] {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 5px;
}

div.tracks[b-4ipmpkg4nu] {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 5px;
}

div.title[b-4ipmpkg4nu] {
    color: #fff;
}

div.flag[b-4ipmpkg4nu] {
    width: 40px;
    margin-right: 10px;
}

div.track-title[b-4ipmpkg4nu] {
    display: flex;
    align-items: center;
}

.potential[b-4ipmpkg4nu] {
    margin-left: auto;
}

.best[b-4ipmpkg4nu] {
    color: #ad02ad;
}

.selected[b-4ipmpkg4nu] {
    color: rgba(255, 255, 255, 0.95);
    background-color: #23272c;
    padding: 0px 10px 5px 10px;
    border-radius: 4px;
}

.notSelected[b-4ipmpkg4nu] {
    padding: 0px 10px 5px 10px;
}
/* _content/ACC_LogManager/Views/Home/Sessions.cshtml.rz.scp.css */
h1[b-1232jun1on], h2[b-1232jun1on], h3[b-1232jun1on], h4[b-1232jun1on], h5[b-1232jun1on] {
    font-family: 'display-bold', sans-serif;
}

.title[b-1232jun1on] {
    color: #fff;
}

div.sessions[b-1232jun1on],
div.session-details[b-1232jun1on] {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 5px;
    resize: vertical;
    overflow: auto;
    min-height: 100px;
}

div.sessions[b-1232jun1on] {
    height: 350px;
}

div.sessions table tr[b-1232jun1on] {
    cursor: pointer;
}

div.sessions table tr:hover[b-1232jun1on],
div.sessions table tr.active[b-1232jun1on] {
    background-color: #bce6f5;
}

div#session-active div.session-title[b-1232jun1on] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#session-active div.session-title div.track[b-1232jun1on] {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
    height: 22px;
}

div#session-active div.session-title img[b-1232jun1on] {
    margin-right: 10px;
    height: 100%;
}

@media (min-width: 768px) {
    div#session-active div.session-title[b-1232jun1on] {
        flex-direction: column;
        justify-content: center;
    }

    div#session-active div.session-title div.track[b-1232jun1on] {
        height: 22px;
    }
}

@media (min-width: 992px) {
    div#session-active div.session-title[b-1232jun1on] {
        flex-direction: column;
        justify-content: center;
    }

    div#session-active div.session-title div.track[b-1232jun1on] {
        height: 22px;
    }
}

@media (min-width: 1200px) {
    div#session-active div.session-title[b-1232jun1on] {
        flex-direction: row;
        justify-content: space-around;
    }

    div#session-active div.session-title div.track[b-1232jun1on] {
        height: 30px;
    }
}

@media (min-width: 1400px) {
    div#session-active div.session-title[b-1232jun1on] {
        flex-direction: row;
        justify-content: space-around;
    }

    div#session-active div.session-title div.track[b-1232jun1on] {
        height: 30px;
    }
}

div#session-active #table-session-active[b-1232jun1on] {
    margin: 20px auto;
    width: 90%;
}

div#session-active div.session-title div.session-conditions[b-1232jun1on] {
    display: flex;
    align-items: center;
}
/* _content/ACC_LogManager/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'display-bold';
    src: url('fonts/display-bold.ttf') format('truetype'),
         url('fonts/display-bold.woff') format('woff'),
         url('fonts/display-bold.woff2') format('woff2'),
         url('fonts/display-bold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'text-bold';
    src: url('fonts/text-bold.ttf') format('truetype'), 
         url('fonts/text-bold.eot') format('embedded-opentype'), 
         url('fonts/text-bold.woff') format('woff'), 
         url('fonts/text-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'text-bolditalic';
    src: url('fonts/text-bolditalic.ttf') format('truetype'), 
         url('fonts/text-bolditalic.eot') format('embedded-opentype'), 
         url('fonts/text-bolditalic.woff') format('woff'), 
         url('fonts/text-bolditalic.woff2') format('woff2');
}

@font-face {
    font-family: 'text-italic';
    src: url('fonts/text-italic.ttf') format('truetype'), 
         url('fonts/text-italic.eot') format('embedded-opentype'), 
         url('fonts/text-italic.woff') format('woff'), 
         url('fonts/text-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'text-light';
    src: url('fonts/text-light.ttf') format('truetype'), 
         url('fonts/text-light.eot') format('embedded-opentype'), 
         url('fonts/text-light.woff') format('woff'), 
         url('fonts/text-light.woff2') format('woff2');
}

@font-face {
    font-family: 'text-lightitalic';
    src: url('fonts/text-lightitalic.ttf') format('truetype'), 
         url('fonts/text-lightitalic.eot') format('embedded-opentype'), 
         url('fonts/text-lightitalic.woff') format('woff'), 
         url('fonts/text-lightitalic.woff2') format('woff2');
}

@font-face {
    font-family: 'text-regular';
    src: url('fonts/text-regular.ttf') format('truetype'), 
         url('fonts/text-regular.eot') format('embedded-opentype'), 
         url('fonts/text-regular.woff') format('woff'), 
         url('fonts/text-regular.woff2') format('woff2');
}

a.navbar-brand[b-23s0q64dvi] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-23s0q64dvi] {
  color: #0077cc;
}

.btn-primary[b-23s0q64dvi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-23s0q64dvi], .nav-pills .show > .nav-link[b-23s0q64dvi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-23s0q64dvi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-23s0q64dvi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-23s0q64dvi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-23s0q64dvi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-23s0q64dvi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  color: #bbb !important;
}
