﻿@font-face {
    font-family: sf-ui-display-black;
    src: url('../../styles/fonts/sf-ui-display-black.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-bold;
    src: url('../../styles/fonts/sf-ui-display-bold.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-heavy;
    src: url('../../styles/fonts/sf-ui-display-heavy.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-light;
    src: url('../../styles/fonts/sf-ui-display-light.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-medium;
    src: url('../../styles/fonts/sf-ui-display-medium.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-semibold;
    src: url('../../styles/fonts/sf-ui-display-semibold.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-thin;
    src: url('../../styles/fonts/sf-ui-display-thin.otf') format("opentype");
}

@font-face {
    font-family: sf-ui-display-ultralight;
    src: url('../../styles/fonts/sf-ui-display-ultralight.otf') format("opentype");
}

@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(../styles/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../styles/fonts/MaterialIcons-Regular.woff) format('woff'), url(../styles/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

:root {
    --ruler: 12px;
    --color-red: #ae1100;
    --color-bg: #F1F3F5;
    --color-shadow: #babecc;
    --color-white: #fff;
}

body, html {
    background-color: var(--color-bg);
    height: 100%;
    font-family: sf-ui-display-light;
    color: #454545;
}

body, html, p {
    font-size: var(--ruler);
    line-height: 1rem;
}

.f0 {
    font-size: 10px;
}

.f1 {
    font-size: 12px;
}

.f2 {
    font-size: 14px;
}

.f3 {
    font-size: 16px;
}
.f4 {
    font-size: 20px;
}
.f5 {
    font-size: 24px;
}
.f6 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6, .navbar-nav > li > a, td.SelectedProgramSection, td.gridheader,
.strong, strong, .fc-widget-header, .ui-dialog-titlebar, .mdl-tabs__tab, .gridheaderimg, #GridTitle, td.MenuItem {
    font-family: sf-ui-display-semibold !important;
}
img.outset{
    background-color: var(--color-bg);
    box-shadow: -4px -4px 6px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .5em;
}
.outset, .pageContainer {
    box-shadow: -4px -4px 6px var(--color-white), 2px 2px 5px var(--color-shadow);
    border-radius: .5em;
}

.inset, div.TreePanel, .typeahead, td.active, table.formcontroltable {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: .5rem;
}


.Tabwrapper  {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: 1.5rem;
}

button,
input, select {
    border: 0;
    outline: 0;
    font-size: var(--ruler);
    border-radius: .25rem !important;
    background-color: var(--color-bg);
 
}

    input[type=text], input[type=password], select, .numerictext, .normaltext, .lookup, .IntegrationReferencetext {
        box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
        width: 90%;
        box-sizing: border-box;
        transition: all 0.2s ease-in-out;
        height: 30px;
        padding: 5px 5px;
        /*background: #f4f9fd;*/
        background: white;
    }
.textarea, .textarea2 {
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    width: 90%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    padding: 5px 5px;
    border: none;
    /*background: #f4f9fd;*/
    background-color: white;
    border-radius: .5rem;
}
        input[type=text] :focus, input[type=password]:focus {
            box-shadow: inset 1px 1px 2px var(--color-shadow), inset -1px -1px 2px var(--color-white);
        }

    input[type=button] {
        padding: 5px 10px;
        color: var(--ThemeColor);
        font-weight: bold;
        box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        font-weight: 600;
    }
table.neumorpfic-calendar {
    background-color: var(--color-bg);
    box-shadow: inset 2px 2px 5px var(--color-shadow), inset -5px -5px 10px var(--color-white);
    border-radius: .5rem;
}
td.Addon .material-icons {
    border-radius: 50%;
    background-color: var(--color-bg);
    box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
    padding: 2px 4px;
    color:var(--ThemeColor);
}
input[type=button]:hover, li.nav-item:hover {
    cursor:pointer;
    box-shadow: -5px -5px 20px var(--color-white), 5px 5px 20px var(--color-shadow);
}

        input[type=button]:active {
            box-shadow: inset 1px 1px 2px var(--color-shadow), inset -1px -1px 2px var(--color-white);
        }

input[type='checkbox'] {
    width: 14px;
    height: 14px;
    border: none !important;
    background-color:white;
}

    input[type='checkbox']:after {
        line-height: 16px;
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        box-shadow: inset 2px 2px 2px var(--color-shadow), inset -2px -2px 2px var(--color-white);
        border-radius: .25rem;
        background-color: #fff;
        border: none !important;
    }

    input[type='checkbox']:checked:after {
        width: 16px;
        height: 16px;
        content: '';
        text-align: center;
        background: var(--ThemeColor);
        color: #fff;
        box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
        border-radius: .25rem;
        background-image: url('/_imgs/check_white.png');
        background-size: 16px 16px;
    }
        a{
            color:inherit !important;
        }
.ui-dialog .ui-dialog-titlebar {
    position: relative;
}

.excelgridheader thead tr td {
    text-align: center;
    background: #dfdfdf;
    height: 35px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 600;
}

.excelgridheader tbody tr td {
    padding: 0px 5px;
    background: #ededed;
    height: 35px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-family: sf-ui-display-semibold !important;
}

.excelgridheader thead tr td:nth-child(1) {
    text-align: center;
    background: #dfdfdf;
    height: 35px;
    border-left: none;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}

.excelgridheader tbody tr td:nth-child(1) {
    padding: 0px 5px;
    background: #dfdfdf;
    height: 35px;
    border-left: none;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}

.excelgriditem tbody tr td {
    padding-right: 5px;
    height: 35px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

    .excelgriditem tbody tr td:nth-child(1) {
        padding: 0px 5px;
        height: 35px;
        border-left: none;
        background: #dfdfdf;
        border-bottom: 1px solid #b5b5b5;
        text-align: center;
    }

.gridtext {
    height: 30px;
    border-radius: 0px;
    width: 100% !important;
    box-shadow: none !important;
    background: none !important;
}

input[type='radio'] {
    width: 16px;
    height: 16px;
    background-color:white
}

    input[type='radio']:after {
        line-height: 16px;
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        box-shadow: inset 2px 2px 2px var(--color-shadow), inset -2px -2px 2px var(--color-white);
        border-radius: 16px;
        /*background: inherit;*/
    }

    input[type='radio']:checked:after {
        text-align: center;
        background: var(--ThemeColor);
        color: var(--ThemeColor);
        box-shadow: -5px -5px 20px var(--color-white), 5px 5px 20px var(--color-shadow);
        border-radius: 16px;
    }
.icon-button {
    height: 25px;
    width: 25px;
    font-size: 20px !important;
    cursor:pointer;
}
td.MenuItem.active, td.SelectedButtonSection {
    font-family: sf-ui-display-semibold !important;
    box-shadow: inset 1px 1px 2px var(--color-shadow), inset -1px -1px 2px var(--color-white);
    border-radius: .5rem;
    color: var(--ThemeColor) !important;
}
#divActions {
    padding: 5px 0px;
    border-radius: .25em;
}