﻿body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.87);
    background-color: #f5f5f5;
    min-width: 1000px;
}

header {
    background-color: #f5f5f5;
    padding: 0 50px;
}

    header .upper {
        font-weight: 400;
        font-size: 11pt;
        line-height: 4;
    }

    header .small {
        font-weight: 400;
        font-size: 10pt;
        line-height: 4;
    }

    header .bold {
        font-weight: 800;
    }

    header .yellow {
        font-size: 11pt;
        font-weight: 600;
        margin-left: 3px;
        margin-right: 3px;
        color: #ffdd41;
    }

    header .yellow-button {
        font-size: 15px;
        padding: 0 15px;
        margin-top: 9px;
        margin-bottom: 2px;
        cursor: pointer;
        text-align: center;
        line-height: 36px;
        background-color: #ffdd41;
        border-radius: 50px;
        border-bottom: 2px solid rgba(0,0,0,0.3);
    }

        header .yellow-button a:link, a:visited {
            color: rgba(0, 0, 0, 0.87);
            text-decoration: none;
        }

        header .yellow-button:hover {
            transition: opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1);
        }

        header .yellow-button a:hover {
            color: rgba(0, 0, 0, 0.87);
            text-decoration: none;
        }

body > nav {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    padding-left: 380px;
    padding-right: 380px;
}

.navbar a, a:link, a:visited, a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}

.navbar-left span {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

ul.navbar-right {
    height: 90px;
}

.navbar-right li a {
    display: inline-block;
    padding-top: 35px;
    height: 90px;
    font-size: 15pt;
    font-weight: 400;
    text-transform: uppercase;
}

.icon-banner {
    height: 50px;
}

.icon-svg-banner {
    position: relative;
    top: -2px;
    display: inline !important;
    max-width: 300px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:hover {
    background-color: #64a240;
    border-color: #64a240;
    color: #fff !important;
    text-decoration: none;
}

.btn-default, .btn-default:active, .btn-default:visited, .btn-default:focus, .btn-default:focus:active, .btn-default:hover {
    background-color: #818181;
    border-color: #818181;
    color: #fff !important;
    text-decoration: none;
}

.btn-warning, .btn-warning:active, .btn-warning:visited, .btn-warning:focus, .btn-warning:focus:active, .btn-warning:hover {
    background-color: #F99129;
    border-color: #F99129;
    color: #fff !important;
    text-decoration: none;
}

.btn-inline {
    display: inline-block;
    float: right;
    margin-right: 5px;
    font-size: 18px;
}

.edit-pencil {
    color: #64a240 !important;
}

.table-header {
    background-color: #000;
    color: #fff;
}

.table th {
    text-align: center;
    font-weight: 200;
}

.table td, .table th {
    padding: 20px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #64a240;
    border-color: #64a240;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #64a240;
    cursor: pointer;
}

    .pagination > li > a:hover, .pagination > li > span:hover {
        background-color: #64a240;
        border-color: #64a240;
        color: #fff;
    }


.test-server .row > div:first-child::after {
    content: 'TESZT';
    font-weight: bold;
    color: red;
    vertical-align: middle;
    padding-left: 24px;
    font-size: x-large;
    letter-spacing: 1rem;
}