* {
    font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
}

button, input, button:focus, input:focus {
    outline: none;
}

button:hover {
    opacity: .9;
}

.ui-datepicker {
    z-index: 999999 !important;
}

.logo {
    width: 100%;
}

a.btn-logout {
    color: #2571b7;
    position: absolute;
    right: 15px;
    top: 20px;
}

a.btn-logout-mobile {
    color: #FFF;
    position: absolute;
    bottom: 25px;
    left: 40px;
    font-size: 18px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

#sidebar {
    position: fixed;
    background-color: #2571B7;
    width: 265px;
    height: calc(100vh - 65px);
    top: 65px;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}

.content-header {
    height: 65px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 15px;
}

img.logo-ingram {
    width: 100%;
    max-width: 170px;
    object-fit: cover;
    margin-top: 8px;
}

img.logo-ibm {
    width: 100%;
    max-width: 81px;
    object-fit: cover;
    margin-top: 5px;
}

.sidebar-content {
    width: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.sidebar-body {
    width: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

#menu-log a {
    color: #c9c9c9;
}

.menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    margin-bottom: 10px;
}

.menu li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    height: 50px;
    width: 100%;
    padding-left: 40px;
    border-radius: 8px;
    transition: .2s;
}

.menu li a.active {
    background-color: #2D7BC2;
}

.menu li:hover a {
    background-color: #2D7BC2;
}

.menu li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 15px;
}

.btn-toggle-menu {
    display: none;
    background-color: #2571b7;
    border: none;
    position: absolute;
    right: 15px;
    height: 35px;
    top: 19px;
}

.btn-toggle-menu img {
    width: 25px;
}


.sidebar-login {
    display: flex;
    height: 100vh;
    width: 100%;
}

.box-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#sidebar-login-left {
    background: #F5F5F5;
    width: 400px;
    text-align: center;
    padding: 0 35px;
}

img#logo-ingram {
    width: 100%;
    max-width: 209px;
}

img#logo-ibm {
    width: 100%;
    max-width: 92px;
}

.box-flex {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-flex form {
    margin-top: 60px;
}

.box-flex label {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    text-align: left;
}

.box-flex input {
    background: #FFF;
    border: 1px solid #D3D3D3;
    height: 55px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 25px;
    outline: none;
    padding: 0 10px;
    transition: .4s;
}

.box-flex input:focus {
    border: 1px solid #2571B7;
    transition: .4s;
}

.box-flex button {
    background: #2571B7;
    border: 1px solid #2571B7;
    width: 100%;
    height: 55px;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    border-radius: 3px;
    outline: none !important;
    margin-top: 10px;
}

.box-flex a {
    color: #2571B7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

div#sidebar-login-right {
    width: calc(100% - 400px);
    background: #2571B7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}

.box-align-center h1 {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 900;
    font-size: 54px;
}

.box-align-center p {
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 15px;
}

.box-medias {
    display: flex;
    margin-top: 70px;
}

.box-media {
    width: 58px;
    height: 58px;
    background: #FFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

a .box-media .fa {
    font-size: 27px;
    color: #000;
    text-decoration: none;
}

.box-medias a:hover {
    color: #000;
    text-decoration: none;
}

#box-menu-mobile {
    display: none;
    position: fixed;
    background: #2571b7;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding-top: 50px;
}

button.close-sidebar {
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media(max-width: 991px) {
    .btn-toggle-menu {
        display: flex;
        padding: 0 10px;
        justify-content: center;
        align-items: center;
    }
    .btn-logout {
        display: none;
    }
    .logo {
        width: auto;
        height: 40px;
    }
    #sidebar {
        width: 100%;
        height: 60px;
        display: none;
    }
    .sidebar-header {
        padding: 10px 0;
    }
    .sidebar-header hr {
        display: none;
    }
    .sidebar-body {
        background: #4da1cc;
        width: 100%;
        border-top: solid 1px #fff;
        height: calc(100vh - 72px);
        padding: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sidebar-body.closed {
        display: none;
    }
    .menu li a {
        width: 100%;
    }
    .sidebar-login {
        flex-direction: column;
    }
    div#sidebar-login-left {
        width: 100%;
    }
    div#sidebar-login-right {
        width: 100%;
    }
    .box-logos {
        margin-top: 50px;
    }
    .box-flex form {
        margin-top: 30px;
    }
    .box-flex {
        height: auto;
    }
    .box-flex a {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .box-align-center h1 {
        font-size: 45px;
        margin-top: 30px;
    }
    .box-medias {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .box-media {
        width: 49px;
        height: 49px;
        margin: 0 8px;
    }
}

section#content {
    position: fixed;
    width: calc(100% - 265px);
    right: 0;
    background: #F5F5F5;
    height: calc(100% - 65px);
    bottom: 0;
    padding: 20px;
    overflow-y: auto;
}

.box-infos {
    text-align: center;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-infos h1 {
    font-weight: 800;
    color: #FFF;
    font-size: 57px;
    margin-bottom: 0;
}

.box-infos p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
}

.box-infos.b-bl {
    background: #00C0EF;
}

.box-infos.b-gr {
    background: #00A65A;
}

.box-infos.b-or {
    background: #F39C12;
}

.box-dark {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-dark a, .box-dark a:hover, .box-dark a:focus {
    color: #FFF;
    text-decoration: none;    
}

.box-dark.b-bl {
    background: #00ACD7;
}

.box-dark.b-gr {
    background: #009551;
}

.box-dark.b-or {
    background: #DA8C10;
}

section.links-shorts {
    display: flex;
    margin: 30px 0;
}

.box-short a {
    color: #5B5B5B;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    line-height: 15px;
}

.box-short-icon {
    background: #D1D1D1;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

.last-credits h4, .m-top h4 {
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 600;
}

.table {
    border: 1px solid #D3D3D3;
    margin-bottom: 0;
}

.table thead {
    background: #2571B7;
}

.table thead th {
    background: #2571B7;
    vertical-align: bottom;
    border-bottom: none;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    position: sticky;
    top: -21px; 
    z-index: 1;
}

.table thead th:first-child {
    font-weight: 400;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

.tbody-credits-h .table tr td:first-child, .tbody-credits .table tr td:first-child {
    font-weight: 600;
    font-size: 14px;
}

.table td {
    padding: 1rem;
    vertical-align: inherit;
    border-top: none;
    color: #000;
    font-size: 14px;
}

.tbody-credits-h {
    height: 260px;
    overflow-y: auto;
}

@media (max-width: 991px) {
    section#content {
        width: 100%;
        left: 0;
        top: 72px;
    }
    .box-dark {
        margin-bottom: 30px;
    }
    section.links-shorts {
        display: flex;
        margin: 5px 0 30px;
    }
}

a.btn-blue {
    background: #2571B7;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    color: #FFF;
}

.btn-green {
    background: #00A65A;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    color: #FFF;
}

.btn-red {
    background: #DD4B39;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    color: #FFF;
}

.btn-green:hover, .btn-red:hover {
    color: #FFF;
}

.btn-margin {
    margin: 15px 0;
}

a.btn-light-blue {
    background: #00ACD7;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    color: #FFF;
}

section.m-top {
    margin-top: 20px;
}

.tbody-partner-h {
    height: 382px;
    overflow-y: auto;
}

.tbody-partner-h td:last-child {
    display: flex;
}

.tbody-partner-h td:last-child .fa {
    font-size: 19px;
    color: #303030;
    margin-left: 6px;
    margin-top: 3px;
}

.card {
    border-radius: 0;
}

.card-header, .card-header:first-child {
    background: #2571B7;
    color: #FFF;
    border-radius: 0;
}

.card-body {
    padding: 10px 20px;
}

.card label, .modal label {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-control {
    font-size: 15px;
}

.tbody-users-partners-h {
    height: 154px;
    overflow-y: auto;
}

.modal-dialog.modal-dialog-centered {
    z-index: 99999;
}

#filterModal .modal-header {
    background: #2571B7;
    color: #FFF;
    border-radius: 0;
}

.body-gray {
    background: #f5f5f5;
}

.modal-big .close {
    color: #f5f5f5;
    text-shadow: none;
    opacity: 1;
}

.modal-big .close:not(:disabled):not(.disabled):hover {
    color: #f5f5f5;
    text-decoration: none;
    opacity: .75;
}

.modal-big .modal-dialog {
    max-width: 670px;
}

.body-gray a {
    margin: 20px 0;
}

.body-gray a.btn-red {
    margin: 0;
}

button:hover {
    cursor: pointer;
}

.btn-add {
    background: #00A65A;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 15px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 35px;
}

.flex-between h4 {
    margin-bottom: 0;
}

.flex-between .btn-add {
    max-width: 135px;
}

.box-reset-pass {
    width: 100% !important;
}

.box-reset-pass .box-flex {
    max-width: 400px;
    margin: 0 auto;
}

@media(max-width: 991px) {
    .box-reset-pass, .box-reset-pass .box-flex {
        height: 100vh;
    }
}

.modal-header {
    background: #2571B7;
    color: #FFF;
    align-items: center;
}

.close, .close:hover {
    font-weight: 300;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

h4.modal-title {
    font-size: 20px;
}

.modal-content {
    background: #F5F5F5;
    border: none;
}

.modal-content label {
    font-size: 14px;
    margin-bottom: 0;
}

.modal-footer {
    border-top: none;
}

#filterModalCredits .modal-dialog {
    max-width: 840px;
}

a.btn-download {
    border: 2px solid #2571B7;
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 0 13px;
    color: #2571B7;
    font-weight: 600;
    margin: 30px 0;
}

#btn-drop {
    margin-top: 10px;
}

.box-message {
    background: #F39C12;
    height: 65px;
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 4px;
    border-left: 7px solid #DA8C10;
}

.box-message p {
    color: #FFF;
    margin-bottom: 0;
}

.box-date {
    margin-bottom: 15px;
}

.separator:before {
    content: 'à';
    position: absolute;
    top: 30px;
    left: -5px;
}

.input-margin {
    margin-top: 24px;
}

.row-box-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
}

.box-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-toggle small {
    color: #424242;
    font-size: 11px;
}

.box-toggle .fa {
    font-size: 16px;
}

.box-toggle i.fa.fa-toggle-on {
    color: #2571B7;
}

.box-toggle i.fa.fa-toggle-off {
    color: #ccc;
}

.table-modal {
    margin-top: 15px;
}

.box-infos-partner h1 {
    font-size: 37px;
}

.last-partner {
    margin-top: 50px;
}

.not-height {
    height: initial;
}

.tbody-users-partners-h td:last-child {
    display: flex;
}

.tbody-users-partners-h td:last-child .fa {
    font-size: 19px;
    color: #303030;
    margin-left: 6px;
    margin-top: 3px;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #00A65A;
    border-color: #00A65A;
}

.btn-default, .btn-default:hover {
    color: #fff;
    background-color: #DD4B39;
    border-color: #DD4B39;
}

.a-drop, .a-drop:hover {
    color: #E24646;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 35px;
    display: table;
}

.mt-b {
    margin: 15px 0 !important;
}

td.status-undefined { 
    color: #CCC;
}
td.status-available { 
    color: #000;
}
td.status-processing { 
    color: #2571B7;
}
td.status-released { 
    color: #058F6E;
}
th.checkbox {
    text-align: center;
}

.new-data, .old-data {
    word-wrap: break-word;
}