﻿.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    color: inherit;
}

.selectize-control.single .selectize-input:after {
    display: none;
}

.selectize-control.single .selectize-input {
    background: none;
}

.k-grid {
    border: none !important;
}

    .k-grid .k-grid-header {
        display: none;
    }

    .k-grid .k-grid-content {
        overflow: hidden;
    }

    .k-grid .k-alt {
        background-color: #F7F7F7 !important;
    }

.top-fixed {
    height: 40px;
    z-index: 199;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-backface-visibility: hidden;
}

.lang-container {
    margin-right: 75px;
}

    .lang-container small {
        width: 100%;
        text-align: center;
    }

footer ::-webkit-input-placeholder {
    color: white !important;
    opacity: 0.6;
    font: 12px verdana, arial, sans-serif;
}
