﻿/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.search {
    display: inline-block;
}

    .search input {
        width: 250px;
        height: 32px;
        background: #fcfcfc;
        border: 1px solid #aaa;
        border-radius: 5px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    }

    .search input {
        text-indent: 10px;
    }

    .search .fa-search {
        position: absolute;
        top: 7px;
        left: 10px;
    }

    .search .fa-search {
        left: auto;
        right: 10px;
    }
 #topbar {
    background: #fff;
    height: 46px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    background-color: #f53f51;
}

    #topbar.topbar-scrolled {
        top: -40px;
    }

    #topbar .contact-info a {
        line-height: 1;
        color: #444444;
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: yellow;
        }

    #topbar .contact-info i {
        color: white;
        padding-right: 4px;
        margin-left: 15px;
        line-height: 0;
    }

        #topbar .contact-info i:first-child {
            margin-left: 0;
        }

    #topbar .social-links a {
        color: #437099;
        padding: 11px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
    }

    #topbar .social-links ul li a {
        color: white;
    }

    #topbar .social-links a {
        color: white;
    }
#topbar table thead tr th {
    background-image: -webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
    color:white;
}

        #topbar .social-links a:hover {
            color: yellow;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

    #topbar ul {
        margin: 10px;
        display: flex;
        list-style: none;
        align-items: right;
    }

        #topbar ul li a {
            color: #ffcc2a;
            text-align: center;
        }

            #topbar ul li a:hover {
                color: #ffffff;
                background-color: #ffcc2a;
            }


    #topbar li {
        color: #ffffff;
        border: 1px solid rgb(145, 144, 144);
        position: relative;
    }
    #topbar .contact-info a {
        color: white;
    }
*/