/******** 1. General ********/

body {
    color: #797979;
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

.thumb-sm {
    height: 45px;
}

a {
    color: #212528;
}
/***** 2.1 LOGO *****/

.logo {
    font-weight: bold;
    font-size: 51px;
    padding: 15px 15px;
}

.logo img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.logo-expanded {
    font-size: 20px;
    letter-spacing: .05em;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-expanded i {
    font-size: 28px;
    vertical-align: middle;
    color: #d7171f;
    display: block;
}

/******************** 3.Top Header ****************/

header {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

/***************** 4.Content Area (right) ****************/

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    height: 100%;
    min-height: 800px;
}

.content {
    width: 100%;
    min-width: 1000px;
    margin-bottom: 5%;
}

.content-2000 {
    height: 100%;
    max-height: 2000px;
    min-height: 800px;
}

.content>.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.wraper {
    padding-top: 20px;
    min-height: 550px;
    padding-bottom: 70px;
}

.page-title {
    padding: 0px 0px 20px;
}

.page-title h3 {
    margin: 0px;
    font-size: 20px;
}

.collapsed+.content .footer {
    left: 75px;
}

.overall-number {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important;
    margin-top: 3rem!important;
}

.number {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important;
    display: inline-block!important;
}

.alerts {
    position: fixed;
    right: 10px;
    top: 60px;
    width: 300px;
    z-index: 10;
}

.color-grey {
    color: #575757;
}

.color-grey {
    color: #575757;
}

.text-right {
    text-align: right;
}

.header-menu {
    right: 0;
    left: auto;
}


/* table scrollable */

.modal-dialog-pdf {
    height: 700px;
    width: 100%;
}

.modal-dialog-centered {
    height: calc(100% - (.5rem * 2))
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        height: calc(100% - (1.75rem * 2))
    }
}

.wraper {
  padding-bottom: 80px;
}

#crm_guide_button {
    background: none;
    color: blue;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    padding: 0;
    padding-bottom: 2px;
    text-decoration: underline;
    vertical-align: middle;
}