﻿/* 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;
    color: #394047;
    background-color: #fafafa;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* Kostas */
table {
    border-collapse: collapse
}
    table th, table td {
        padding: .5em;
        border-bottom: solid 1px #e3e3e3
    }

    table .col-15 {
        width: 15%;
    }

    table .col-20 {
        width: 20%;
    }

    table .col-25 {
        width: 25%;
    }

    table .col-30 {
        width: 30%;
    }

    table .col-35 {
        width: 35%;
    }

    table .col-50 {
        width: 50%;
    }

    table .col-75 {
        width: 75%;
    }

    table .col-100 {
        width: 100%;
    }

    table .col-auto {
        width: auto;
    }
fieldset {
    border: solid 2px #dee2e6;
    border-radius: 9px;
    margin: 1.5em 0;
    background-color: #f3f3f3;
}
main select, main input[type="text"] {
    display: inline-block;
    padding: .3em;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    vertical-align: middle
}
input::placeholder {
    font-size: .9em
}
.unstyle_list {
    list-style-type: none
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}
.tabs {
    margin: 1em 0;
    box-shadow: inset 0 -3px #e9e9e9
}

    .tabs a {
        display: inline-block;
        padding: 1.2em;
        text-decoration: none
    }

        .tabs a.current-tab {
            color: #515456;
            font-weight: bold;
            box-shadow: inset 0 -3px #ecae56
        }
.notice {
    position: relative;
    margin: 1em;
    background: #f1f1f1;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #cfcfcf;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
    text-align: left
}

    .notice:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        left: -16px;
        background-color: #cfcfcf;
        color: #fcfcfc;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 100%;
        text-align: center;
        font-weight: normal;
        font-family: Helvetica;
        font-size: 21px
    }

.notice.info {
    border-color: #0074D9;
}

    .notice.info:before {
        content: "i";
        background-color: #0074D9;
    }

    .notice.success {
        border-color: #52C75F;
    }

        .notice.success:before {
            content: "√";
            background-color: #52C75F;
        }

    .notice.warning {
        border-color: #F6C143;
    }

        .notice.warning:before {
            content: "!";
            background-color: #F6C143;
        }

    .notice.error {
        border-color: #EF5850;
    }

        .notice.error:before {
            content: "×";
            background-color: #EF5850;
        }
    .notice .btn {
        position: absolute;
        right: 1em;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.btn {
    display: inline-block;
    background-color: #47a7d5;
    color: #f3f3f3;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border-radius: 4px;
    padding: .8em 1.2em;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all .15s ease-in-out;
    box-shadow: 0 0 15px rgba(106, 184, 255, 0.5)
}

    .btn.green {
        background-color: #55a87a;
        box-shadow: 0 0 12px rgba(92, 193, 137, 0.5)
    }

    .btn.blue {
        background-color: #6287ce;
        box-shadow: 0 0 12px rgba(147, 205, 255, 0.5)
    }

    .btn.yellow {
        background-color: #e0b86c;
        box-shadow: 0 0 12px rgba(223, 187, 101, 0.5)
    }

    .btn.red {
        background-color: #ce7070;
        box-shadow: 0 0 12px rgba(232, 132, 127, 0.5)
    }

    .btn.magenta {
        background-color: #CA6CA5;
        box-shadow: 0 0 12px rgba(225, 121, 181, 0.5)
    }

    .btn:disabled {
        color: #f4f4f4 !important;
        background-color: #cfcfcf !important;
        box-shadow: 0 0 15px rgba(187, 187, 187, 0.5) !important;
        cursor: default
    }

        .btn:disabled:hover {
            opacity: 1 !important
        }

    .btn:hover {
        color: #fafafa
    }

    .btn svg {
        vertical-align: middle
    }

    .btn span {
        vertical-align: middle;
        line-height: 1
    }
    .btn.floating {
        position: fixed;
        bottom: 2em;
        right: 1em;
        z-index: 100;
    }
.notification {
    position: relative;
    margin: 1em 0;
    background-color: #f1f1f1;
    padding: 1em 1em 1em 2em;
    border-left: 5px solid #cfcfcf;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
    text-align: left;
    border-radius: 5px
}
    .notification.success {
        background-color: #CBF0DE;
        border-left-color: #55AB5B
    }
    .notification.warning {
        background-color: #F5EDD8;
        border-left-color: #C69945;
    }
    .notification.error {
        background-color: #F4DDD9;
        border-left-color: #C66945
    }
    .notification.info {
        background-color: #CDDFF2;
        border-left-color: #557fAB
    }
.title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #444 !important
}
legend { font-size: 1.35rem !important }

.logout {
    background: #e16180;
    font-size: .9em;
    color: #fff !important;
    border-radius: 5px;
    margin-left: 1em
}

.filter-container {
    margin-top: 1em;
    padding: .7em;
    background-color: beige;
    border: solid 1px #ECECD4;
    border-radius: 4px
}
    .filter-container .btn.disabled { opacity: .25 !important }

.state-0, .status.success {
    color: #1e9a55
}
.state-1, .state-2, .state-3, .state-4, .state-5, .state-6, .state-7, .state-8, .state-9, .state-10, .state-11, .status.fail {
    color: #c92828
}
.status.cancelled {
    color: #791e9a
}

.faint {
    color: #999
}
.confirmed {
    display: inline-block;
    background-color: #32af6a;
    color: #fff;
    padding: .9em;
    line-height: 1;
    border-radius: 48px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle
}
#pagination {
    display: inline-block;
    /*
    margin: 1.5em 0;
    padding: 4px;
    background-color: #5789c8;
    color: #f4f4f4;
    font-size: .9em;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(123, 157, 167, 0.5);*/
}
    #pagination a {
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #f1f1f1;
        transition: color 200ms ease;
    }
    #pagination span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

@media (max-width: 1000px) {
    .tabs a {
        padding-left: .7em;
        padding-right: .7em
    }
    .logout {
        margin-left: 0;
        text-align: center
    }
    .notice .btn {
        position:initial;
        transform:initial;
        margin-top: 1em
    }
}