﻿@font-face {
    font-family: 'AktivGrotesk-Medium';
    src: url('../Fonts/AktivGrotesk-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'AktivGrotesk-Thin';
    src: url('../Fonts/AktivGrotesk-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'SpaceMono-Regular';
    src: url('../Fonts/SpaceMono-Regular.ttf') format('truetype');
}




.validation-summary {
    background: #FFA8A8;
    color: #990033;
    padding: 5px;
    width: 500px;
    text-align: left;
    vertical-align: middle;
    border: #990033 1px dotted;
    margin-left: auto;
    margin-right: auto; /*position: absolute; left:500px; top: 50px;*/
}

.alert-text {
    color: #a94442;
    font-size: small;
    font-weight: bold;
}

.datepicker, .table-condensed {
    width: 300px;
}


.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 20px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 570px;
        }
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

[class*='-purple'] {
    background-color: #8231ff;
    color: #f0f0f0;
}

[class*='-bright'] {
    background-color: #3192ff;
    color: #f0f0f0;
}

[class*='-lightgreen'] {
    background-color: #00ff97;
    color: #f0f0f0;
}

[class*='-lightred'] {
    background-color: #ff6666;
    color: #f0f0f0;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    max-width: 258px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item .ui-menu-item-wrapper:hover {
    color: #337ab7;
}


.div-square {
    padding: 5px;
    border: 3px double #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 5px;
}

    .div-square > a, .div-square > a:hover {
        color: #808080;
        text-decoration: none;
    }

.viatel-btn {
    background: #CA2786;
    border: 1px solid #CA2786;
    color: #ffffff;
    text-align: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 7px 0;
    -webkit-transition: color 0.5s,background 0.5s;
    -moz-transition: color 0.5s,background 0.5s;
    -ms-transition: color 0.5s,background 0.5s;
    -o-transition: color 0.5s,background 0.5s;
    transition: color 0.5s,background 0.5s;
}

    .viatel-btn:hover {
        background: #ffffff;
        color: #CA2786;
    }

    .viatel-btn:focus {
        outline: none;
    }

    .viatel-btn:focus {
        outline: none;
    }

.btn:focus {
    outline: none;
}

.table-right {
    text-align: center;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
