@font-face {
    font-family: walsheimBold;
    src: url(../fonts/GTWalsheimProBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: walsheimLight;
    src: url(../fonts/GTWalsheimProLight.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: walsheimMedium;
    src: url(../fonts/GTWalsheimProMedium.ttf);
    font-weight: bold;
}

@font-face {
    font-family: walsheimRegular;
    src: url(../fonts/GTWalsheimProRegular.ttf);
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Product Sans Regular';
    src: url(../fonts/ProductSans-Regular.ttf);
}

@font-face {
    font-family: 'Product Sans Medium';
    src: url(../fonts/ProductSans-Medium.ttf);
}

@font-face {
    font-family: 'Product Sans Bold';
    src: url(../fonts/ProductSans-Bold.ttf);
}

@font-face {
    font-family: 'Product Sans Light';
    src: url(../fonts/ProductSans-Light.ttf);
}

@font-face {
    font-family: 'Product Sans Thin';
    src: url(../fonts/ProductSans-Thin.ttf);
}

a:link {
    color: #9d9d9d;
    text-decoration: none;
}

/* visited link */

a:visited {
    color: #9d9d9d;
    text-decoration: none;
}

/* mouse over link */

a:hover {
    color: #9d9d9d;
    text-decoration: underline;
}

/* selected link */

a:active {
    color: #9d9d9d;
    text-decoration: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: #c0c6cb;
}

body {
    margin: 0px;
    font-family: 'Product Sans Regular';
    font-size: 12pt;
    color: #9D9D9C;
    background-color: #F4F6F8;
    overflow: hidden;
}

button {
    height: 40px;
    border-radius: 10px;
    background-color: #0D9BAF;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Product Sans Medium';
    padding: 0 16px;
    min-width: 100px;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

button:hover {
    background-color: #298996;
}

button.small {
    height: 30px;
    font-size: 11px;
    width: auto;
    border-radius: 6px;
}

img {
    image-orientation: from-image;
}

h1 {
    font-family: walsheimMedium;
    font-size: 30pt;
    color: #1D1D1B;
}

h2 {
    font-family: walsheimLight;
    font-size: 12pt;
    color: #F2167D;
}

.login-container {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    text-align: center;
}

.menu-container {
    height: 100%;
    width: 255px;
    background-color: #0E2437;
    float: left;
    cursor: pointer;
}

.menu-logo {
    height: 48px;
    padding-left: 20px;
    padding-right: 10px;
    background-color: #011B2D;
    color: #FFFFFF;
    font-family: walsheimRegular;
    font-size: 18pt;
    line-height: 48px;
}

/* .menu-divider {
    width: 100%;
    height: 1px;
    background-color: #213E58;
    clear:both;
} */

.menu-title {
    padding-left: 24px;
    height: 58px;
    color: #FFFFFF;
    font-family: walsheimRegular;
    font-size: 15px;
    background-color: #0E2437;
    line-height: 60px;
}

.menu-item {
    padding-left: 24px;
    height: 32px;
    color: #B5BCC2;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    background-color: #0E2437;
    line-height: 32px;
}

.menu-item.selected {
    color: #63b6f6;
}

.menu-item:hover {
    background-color: #293A4B;
}

.menu-dark {
    background-color: #011B2D;
    color: #B5BCC2;
    font-size: 11pt;
}

.menu-item-icon {
    float: left;
    width: 40px;
    display: inline-flex;
    align-self: center;
}

.menu-item-icon img {
    width: 28px;
    height: 28px;
    line-height: inherit;
    padding-top: 10px;
}

.menu-item-icon i {
    top: 5px;
    position: relative;
    font-size: 20px;
}

.menu-group-root {
    border-bottom: 1px solid #414853;
    border-top: 1px solid #414853;
}

.menu-group-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #213E58;
}

.menu-item-title {
    float: left;
    height: inherit;
    line-height: inherit;
}

.menu-item-title-icon {
    float: left;
    width: 40px;
    display: inline-flex;
    align-self: center;
}

.menu-item-title-icon i {
    top: 20px;
    position: relative;
    font-size: 20px;
}

.header-container {
    width: 100%;
    height: 48px;
}

.content-container {
    float: right;
    width: calc(100% - 255px);
    /* min-height: calc(100% -50px); */
    background-color: #F4F6F8;
}

.sub-content-container {
    height: calc(100% - 76px);
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: scroll;
}

.page-title {
    width: 100%;
    height: 55px;
    line-height: 45px;
    color: #15324B;
    font-family: walsheimMedium;
    font-size: 22pt;
    border-bottom: 1px solid #BAC8D7;
}

.header-profile-image {
    height: 40px;
    width: 40px;
    padding: 4px;
    float: right;
    cursor: pointer;
}

.header-profile-image img {
    height: 32px;
    width: 32px;
    border-radius: 16px;
    object-fit: cover;
}

.header-profile-name {
    font-size: 14px;
    line-height: 44px;
    color: #476282;
    float: left;
    padding-right: 8px;
}

.profile-content {
    float: right;
    padding: 4px 20px 4px 4px;
    line-height: inherit;
}

/* Page Content  */

.page-content {
    padding-top: 40px;
    margin: 0 auto;
}

.page-content-no-padding {
    padding-top: 0px;
}

/* Table  */

table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
}

th {
    padding: 8px 24px;
    background-color: #fafafa;
    color: #656565;
    font-size: 12px;
    font-family: 'Product Sans Medium';
    height: 31px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #d8d9db;
    text-align: left;
}

th.round-top-left {
    border-top-left-radius: 10px;
    border-left: 1px solid #d8d9db;
}

th i {
    font-size: 10px;
    top: 5px;
    position: relative;
}

th.round-top-right {
    border-top-right-radius: 10px;
    border-right: 1px solid #d8d9db;
}

td {
    padding: 10px 0px 10px 24px;
    font-size: 13px;
    font-family: 'Product Sans Regular';
    background-color: #ffffff;
    height: 53px;
    border-bottom: 1px solid #f2f2f2;
}

td.left {
    border-left: 1px solid #d8d9db;
}

td.right {
    border-right: 1px solid #d8d9db;
}

.action {
    min-width: 20px;
}

tfoot {
    height: 56px;
}

tfoot td {
    border-left: 1px solid #d8d9db;
    border-right: 1px solid #d8d9db;
    border-bottom: 1px solid #d8d9db;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fafafa;
}

tfoot.small td {
    border-left: 1px solid #d8d9db;
    border-right: 1px solid #d8d9db;
    border-bottom: 1px solid #d8d9db;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
    height: 10px;
}

.selectable:hover td {
    background-color: #f5f5f5;
    cursor: pointer;
}

/* Table Navigation */

.previous_page {
    font-size: 10px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    line-height: 36px;
}

.next_page {
    font-size: 10px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    line-height: 36px;
}

.page {
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    line-height: 36px;
    font-size: 11px;
}

.rows_per_age_selector i {
    top: 5px;
    position: relative;
}

.next_page i {
    top: 5px;
    position: relative;
}

.previous_page i {
    top: 5px;
    position: relative;
}

.rows_per_age_selector {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    line-height: 36px;
    cursor: pointer;
}

.rows_per_page_title {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    line-height: 36px;
}

/* Snack Bar */

.snack-bar {
    height: 40px;
    padding: 4px 24px;
    background-color: #333333;
    color: #b6b6b6;
    font-size: 14px;
    border-radius: 6px;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    left: 270px;
    bottom: 5px;
}

.snack-bar-title {
    float: left;
    line-height: 40px;
}

.snack-bar-action {
    float: right;
    color: #b69c19;
    padding-left: 20px;
    line-height: 40px;
    font-family: 'Product Sans Medium';
    font-size: 12px;
    cursor: pointer;
}

/* Float Menu */

.float-menu-content {
    z-index: 15;
    position: absolute;
    right: 30px;
    top: 45px;
    padding: 8px 0px;
    /* border: 1px solid #d8d9db; */
    border-radius: 4px;
    background-color: #ffffff;
    visibility: hidden;
    min-width: 110px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.float-menu-content button {
    width: 100%;
    height: 32px;
    padding: 6px 16px;
    font-size: 14px;
    color: #252525;
    background-color: inherit;
    border: none;
    cursor: pointer;
    text-align: left;
}

.float-menu-content button:hover {
    background-color: #f6f6f6;
}

button:focus {
    outline: 0;
}

/* utils */

.no, .No {
    color: #db4436;
}

.yes, .Yes {
    color: #2fa060;
}

/* Dashboard */

.widget-row {
    max-width: 950px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    margin: auto;
}

.widget-content {
    background-color: #ffffff;
    border: 1px solid #d8d9db;
    border-radius: 10px;
    padding: 16px;
    float: left;
    margin-right: 5px;
}

.third {
    width: 275px;
}

.half {
    width: 430px;
}

.widget-title {
    color: #a8a8a8;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding-bottom: 25px;
}

.widget-value {
    color: #252525;
    font-size: 35px;
    width: 100%;
}

.widget-title i {
    top: 5px;
    position: relative;
}

.widget-item-row {
    width: 100%;
    clear: both;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
}

.widget-item-title {
    font-family: 'Product Sans Regular';
    float: left;
    color: #252525;
}

.widget-graphic {
    width: 85%;
    height: 150px;
    text-align: center;
    padding: 30px;
}

.widget-graphic img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.widget-item-div {
    height: 1px;
    width: 100%;
    background-color: #d8d9db;
    clear: both;
}

.widget-item-value {
    font-family: 'Product Sans Regular';
    float: right;
    text-align: right;
    padding-right: 20px;
    max-width: 60%;
}

/* Table Sub heading*/

.section-title {
    width: 950px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-family: 'Product Sans Regular';
    color: #476282;
    clear: both;
    padding-top: 40px;
    margin:auto;
}

.profile-small {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

/* Date Picker */

.date-picker-container {
    width: 100%;
    height: 50px;
    padding-top: 5px;
}

.date-picker-content {
    float: right;
}

.date-display-content {
    float: right;
    border-bottom: 1px solid black;
    font-size: 12px;
    font-family: 'Product Sans Regular';
    min-width: 150px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 20px;
}

.date-picker-content i {
    top: 5px;
    position: relative;
    font-size: 20px;
}

span.icon {
    text-align: right;
    width: 25px;
}

.date-title {
    width: calc(100%-25px);
}

/* Loader */

.loader {
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 48%;
    left: 48%;
    position: absolute;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #2f9cb0;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

/* dialog box */

.dialog_container {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: 232;
    background-color: rgba(163, 166, 170, 0.30);
    visibility: hidden;
}

.dialog_content {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    width: 350px;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.dialog_header {
    padding-bottom: 20px;
}

.dialog_body {
    color: #797979;
    font-size: 12px;
    padding-bottom: 20px;
}

.dialog_title {
    font-size: 18px;
    color: black;
    font-family: 'walsheimRegular';
}

.dialog_close {
    color: #545454;
    font-size: 14px;
}

.dialog_body input {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.cancel {
    height: 35px;
    background-color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #555555;
    min-width: 60px;
    border-radius: 8px;
    box-shadow: none;
}

.cancel:hover {
    background-color: #e0e0e0;
}

.ok {
    height: 35px;
    border: none;
    background-color: #0D9BAF;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    min-width: 60px;
    box-shadow: none;
}

.dialog_footer {
    text-align: right;
}

input {
    height: 35px;
    width: 100%;
    padding-left: 10px;
    color: #545454;
    font-size: 12px;
    margin-top: 5px;
}

.search-container {
    padding: 5px;
    margin-bottom: 30px;
    height: 60px;
    max-width: 700px;
    margin: auto;
}

.search-container input {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    float: left;
    width: 80%;
    height: 45px;
    font-family: walsheimRegular;
    font-size: 14px;
}

.search-container button {
    float: right;
    margin-top: 5px;
}

button.stripe {
    height: 24px;
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    background-image: url("../images/stripe_button.png");
    background-color: transparent;
    float: left;
    padding: 0px;
    background-repeat: no-repeat;
    border-radius: 0px;
    min-width: 35px;
    background-size: contain;
}

button.pot {
    border-radius: 4px;
    height: 24px;
    width: 24px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    background-image: url("../images/pots_button.png");
    background-color: transparent;
    float: left;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 24px;
}

button.user {
    border-radius: 4px;
    height: 24px;
    width: 24px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    background-image: url("../images/users_button.png");
    background-color: transparent;
    float: left;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 24px;
}