﻿
footer {
    width: 1000px;
    margin: 0px auto 0 auto;
    background: #ffffff;
}

#footer-menu {
/*   width: 20%; */
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 50px;
}

    #footer-menu li a {
        color: #959595;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        font-weight: 400;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

#additional-info-footer {
    width: 80%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 50px;
}

    #additional-info-footer .col-md-3.pull-left h3 {
        color: #f78f1f;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 56px 0 30px 0;
    }

    #additional-info-footer .col-md-3.pull-left li a {
        font-family: 'Open Sans', sans-serif;
        color: #959595;
        font-size: 12px;
        text-decoration: none;
        font-weight: 400;
        transition: all 0.3s ease;
    }

        #additional-info-footer .col-md-3.pull-left li a:hover,
        #footer-menu li a:hover {
            color: #2b6ec1;
        }

    #additional-info-footer .col-md-3.pull-left ul,
    #footer-menu ul {
        padding: 0;
    }

    #additional-info-footer .col-md-3.pull-left li,
    #footer-menu li {
        list-style-type: none;
        line-height: 24px;
    }

.clearfix {
    clear: both;
}

#footer-bottom p {
    font-family: 'Open Sans', sans-serif;
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    padding-left: 10px;
}

#footer-bottom {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.logo-company {
    margin-right: 15px;
}

.footer-logo {
    padding-bottom: 15px;
}

@media only screen and (max-width : 1024px) {
    footer {
        width: 100%;
    }

    #additional-info-footer .col-md-3.pull-left {
        width: 25%;
    }
}

@media only screen and (max-width : 965px) {
    #footer-bottom .pull-left.col-md-8,
    #footer-bottom .pull-right.col-md-4 {
        width: 100%;
        text-align: center;
    }

    .logo-company {
        display: inline-block;
        margin: 20px 15px 15px 15px;
    }

    #footer-menu,
    #additional-info-footer {
        width: 100%;
        padding-bottom: 20px;
    }

    #additional-info-footer {
        border-top: 1px solid #ddd;
        border-left: none;
    }

        #additional-info-footer .col-md-3.pull-left h3 {
            margin: 20px 0 30px 0;
        }

    .footer-logo {
        width: 115px;
        float: none;
        border-right: none;
        padding: 0;
        margin: 0 auto;
        display: block;
    }

        .footer-logo img {
            width: 115px;
        }

    #footer-menu ul {
        float: none;
        width: 100%;
        margin: 15px 0 0 0;
        text-align: center;
    }

    #footer-menu li {
        float: none;
        margin: 0 15px;
        display: inline-block;
    }
}

@media only screen and (max-width : 700px) {
    #additional-info-footer .col-md-3.pull-left {
        width: 50%;
    }
}

@media only screen and (max-width : 500px) {
    #footer-bottom .pull-left.col-md-8,
    #footer-bottom .pull-right.col-md-4 {
        width: 100%;
        text-align: center;
    }

    .logo-company {
        display: inline-block;
        margin: 20px 5px 15px 5px;
    }

    #additional-info-footer .col-md-3.pull-left {
        width: 100%;
    }
}

.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
    border-bottom: 1px solid #cacaca !important;
    font-size: 10pt !important;
    padding: .4em .6em;
}

.k-pager-numbers .k-button {
    border-radius: 3em !important;
    padding: 4px 4px !important;
    min-width: 2.14em !important;
    height: 2.14em !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.k-pager {
    border-color: #cacaca !important;
    color: #272727 !important;
    background-color: #ffffff !important;
}

.k-button-flat-primary {
    color: #000000 !important;
}

.k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-marquee-color, .k-panel>.k-selected, .k-panel>.k-state-selected, .k-scheduler .k-today.k-selected, .k-scheduler .k-today.k-state-selected, .k-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff  !important;
    background-color: #f35800 !important;
    border-color: #f85a00 !important;
}

.k-grid a {
    color: #337ab7 !important;
}

.k-grid a:hover {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

