html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

td.action-cell {
    white-space: nowrap;
}

td:last-child {
    white-space: nowrap;
}

table tr th {
    text-align: center;
}

.package-canceled {
    text-decoration: line-through;
}

a.logo {
    max-width: 10%
}

img.logo {
    max-width: 100%
}

.bool-true {
    color: green;
}

.bool-false {
    color: red;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.filter-label {
    text-align: center;
}

    .filter-label label {
        font-weight: bold;
        vertical-align: -webkit-baseline-middle;
    }

h2 {
    font-weight: bold;
}


section.login {
    width: 33%;
}

dt {
    float: left;
    clear: left;
    width: 80px;
    /* border-bottom: dashed 1px #bdbaba;*/
    border-right: dashed 1px #bdbaba;
    margin-bottom: 10px;
}

dd {
    float: left;
    width: 50px;
    /*border-bottom: dashed 1px #bdbaba;*/
    margin: 0;
}

a.add-package {
    font-size: xx-small;
    margin-left: 10px;
}


.detail-butons-title a {
    font-weight: bold;
}

.edborel-container {
    padding-bottom: 60px;
}

.nav-main {
    /*font-weight: bold;*/
    font-size: 1.2em;
}

    .nav-main li {
        padding-right: 50px;
    }

        .nav-main li:hover {
            font-weight: bold;
        }

.div-nav-login {
    max-width: 15%;
}

.nav-login {
    font-size: 1.1em;
    padding-right: 40px;
}

.dropdown-login {
    margin-right: 10px;
}

    /*li in ul of class .dropdown-login on hover give gray backgroung*/
    .dropdown-login li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-login li button {
        width: 100%;
        text-align: left;
    }

img.main-logo {
    max-width: 260px;
}

div.reference-data-hidden {
    display: none;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.star-rating .fa-star {
    font-size: 2em;
    cursor: pointer;
    color: #ddd;
}

    .star-rating .fa-star.checked {
        color: #ffca08;
    }

div.poll-title {
    height: 60px;
}


.poll-form{
    padding-top: 20px;
}
    .poll-form label {
        font-weight: bold;
        text-align: right;
    }

    .poll-form > div {
        margin-bottom: 1.5rem;
    }

    .poll-form small {
        font-size: 0.875rem;
        color: #6c757d;
    }

    .poll-form input[type="submit"] {
        width: 30%;
    }

.star-yellow {
    color: #FFD700;
}