html, body {
    font-family: 'Open Sans', sans-serif;
    background: #F8F8F8;
    color: #333333;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-header {
    height: 67px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default {
    background: -prefix-linear-gradient(left top, #004495, #00224B);
    background: linear-gradient(to bottom right, #004495, #00224B);
    border-radius: 0;
    border: none;
    margin: 0;
    height: 67px;
    z-index: 9;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 20px;
        padding-top: 25px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            border-bottom: 2px solid #fff;
        }

.active a, .open a {
    background-color: transparent !important;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    color: #fff !important;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 3;
}

    .dropdown-menu li {
        padding: 5px;
    }

        .dropdown-menu li a {
            padding: 10px 20px;
            color: #333 !important;
        }

        .dropdown-menu li:hover a {
            background: -prefix-linear-gradient(left top, #004495, #00224B);
            background: linear-gradient(to bottom right, #004495, #00224B);
            color: #fff !important;
            border-radius: 5px;
        }

.badge {
    position: relative;
    top: -10px;
    left: -5px;
    background: #FF253A;
}

.breadcrumb {
    background: transparent;
    margin: 0;
}

    .breadcrumb li a {
        color: #00408C;
        font-weight: bold;
    }

    .breadcrumb > .active a {
        color: #777 !important;
        border: none;
        font-weight: normal;
    }

.filter {
    background: #E9ECEF;
    padding: 10px;
}

.custom-menu li a {
    padding: 10px;
    color: #333;
}

.custom-menu .open > a, .custom-menu .nav .open > a:focus, .custom-menu .nav .open > a:hover {
    border: 0;
    color: #333 !important;
}

.btn-dropdown {
    background: transparent;
    border: none;
}

.invisible-input {
    background: transparent;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

.main-btn {
    background: -prefix-linear-gradient(left top, #004495, #00224B);
    background: linear-gradient(to bottom right, #004495, #00224B);
    color: #fff !important;
}

.content-page {
    margin-top: 20px;
}

.footer {
    margin: 20px auto;
    text-align: center;
}

.content-card {
    padding: 10px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    margin-bottom: 20px;
    width: 100%;
}

.title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.content-card table {
    white-space: nowrap;
    padding-right: 10px;
}

    .content-card table thead {
        background: #E8E8E8;
    }

    .content-card table tfoot {
        background: #fff;
        color: #000;
    }

.pagination > li > a, .pagination > li > span {
    border: none;
    color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
    border: none;
    margin: 0 !important;
    padding: 10px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: -prefix-linear-gradient(left top, #004495, #00224B);
    background: linear-gradient(to bottom right, #004495, #00224B);
    color: #fff !important;
    border-radius: 50%;
}

.only-phone {
    display: none;
}

.btn-new {
    background: -prefix-linear-gradient(left top, #004495, #00224B);
    background: linear-gradient(to bottom right, #004495, #00224B);
    color: #fff !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 10px 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.buttons-html5 {
    border: none !important;
    background: transparent !important;
    padding: 6px 12px !important;
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .navbar-toggle {
        margin-top: 15px;
    }

    .navbar-collapse {
        background: -prefix-linear-gradient(left top, #004495, #00224B);
        background: linear-gradient(to bottom right, #004495, #00224B);
    }

    .navbar-nav {
        display: block !important;
    }

    .dropdown-menu {
        background: #fff !important;
    }

        .dropdown-menu li a {
            padding: 10px 20px !important;
            color: #333 !important;
        }

    .only-phone {
        display: inline-block;
    }

    .dropdown-menu li:hover a {
        background: -prefix-linear-gradient(left top, #004495, #00224B) !important;
        background: linear-gradient(to bottom right, #004495, #00224B) !important;
        color: #fff !important;
    }

    .button-group, .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .invisible-input {
        margin-bottom: 20px !important;
    }
}

.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 16px;
    width: 450px;
    position: relative;
    border-radius: 3px;
}

.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
}

.file-input:hover > .button {
    background: dodgerblue;
    color: white;
}

.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}

.file-input.-chosen > .label {
    opacity: 1;
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #fff;
    }

table thead tr th, tfoot tr td{
    padding-left: 8px !important;
}

.no-padding{
    padding: 0 !important;
}