@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);


.tt-card--section.flex-column--spacer {
    margin-right: 32px;
}

.tt-icon.input-icon {
    z-index: 0;
}

.tt-icon.input-icon:hover {
    cursor: pointer;
}

.tt-button {
    float: left;
    text-align: center;
    /* border: 1px solid #3f51b5;
    color: #3f51b5; */
    border: 1px solid #414e9b;
    color: #414e9b;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-weight: 500;
    min-width: 64px;
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.02em;
    font-size: 14px;
    outline: 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.tt-button a {
    /* color: #3f51b5; */
    color: #414e9b;
    
}

.tt-button.text-only {
    border: none;
}

.tt-button:hover,
.tt-button.text-only:hover,
.tt-button.hover {
    background: rgba(63, 81, 181, 0.04);
}

.tt-button.raised {
    /* background-color: #3f51b5; */
    background-color: #414e9b;
    color: #ffffff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tt-button.primary {
    /* background-color: #3f51b5; */
    background-color: #414e9b;
    color: #ffffff;
}

.tt-button.primary-alt {
    background-color: #ffc107;
    border-color: #ffc107;
    color: rgba(0, 0, 0, 0.87);
}

.tt-button.primary-alt:hover {
    background: rgba(255, 193, 7, 0.92);
}

.tt-button.primary:hover,
.tt-button.raised:hover {
    background: rgba(63, 81, 181, 0.92);
}

.tt-button.raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.tt-button.disabled {
    color: rgba(0,0,0,0.26);
    border-color: rgba(0,0,0,0.26);
    cursor: default;
    pointer-events: none;
}
.tt-button.disabled:hover {
    cursor: default;
    background-color: transparent;
    box-shadow: none;
}
.tt-button.primary.disabled,
.tt-button.raised.disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    box-shadow: none;
}
.tt-button.disabled {
    color: rgba(0,0,0,0.26);
}

.tt-icon-button {
    cursor: pointer;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
    transition: all 0.1s cubic-bezier(0.55, 0, 0.55, 0.2);
}

.tt-icon-button .tt-icon.disabled {
    color: rgba(0,0,0,0.26);
    cursor: default;
}

.tt-icon-button .tt-icon {
    /* padding-top: 9px; */
    /* padding-top: 3px;*/
    padding-left: 6px; 
}

.tt-icon-button:active {
    background-color: rgba(0, 0, 0, 0.12);
}

.tt-icon.click-through {
    pointer-events: none;
}

.tt-icon-button.disabled {
    color: rgba(0, 0, 0, 0.26);
    cursor: default;
}

.tt-icon-button.disabled:active {
    background-color: transparent;
}


/* Button styling */


.tt-section-div-header {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 4px;
}

/* Card styling */

.tt-card {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    padding: 16px;
}

.tt-card.emphasis {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.tt-card--header {
    font-weight: 500;
    font-size: 18px;
}

.tt-card--sub-header {
    margin: 16px 0 8px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.tt-card--section {
    margin: 8px 0;
}

.tt-card--data {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tt-card--field-spacer {
    margin: 4px 0;
}

.tt-search-card {
    margin: 8px;
}
/* Card styling */

.tt-note-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.tt-scroll {
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}

.tt-kpi {
    width: 220px;
    height: 105px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    position: relative;
    cursor: pointer;
    transition: box-shadow .3s cubic-bezier(.35, 0, .25, 1), box-shadow .3s cubic-bezier(.35, 0, .25, 1), color .3s cubic-bezier(.35, 0, .25, 1);
}

.tt-kpi:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.tt-kpi--icon .tt-icon {
    color: rgba(255, 255, 255, 0.18);
    font-size: 7em;
}

.tt-kpi--text,
.tt-kpi--data {
    color: #ffffff;
    text-align: right;
    padding-right: 8px;
}

.tt-kpi--data {
    font-size: 4em;
    margin-top: 6px;
}

.tt-kpi--text {
    font-size: 1.3em;
    margin-top: -12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tt-fab {
    background-color: #ffc107;
    border-radius: 28px;
    outline: 0;
    padding: 0 14px;
    width: 56px;
    height: 56px;
    border: 0;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1em;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tt-fab.tt-fab--text {
    width: auto;
    padding: 0 20px;
}

.tt-fab--label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 2px;
    text-indent: 2px;
}

.tt-fab:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    opacity: 0.92;
}

.tt-fab span.tt-icon {
    font-size: 1.8em;
    margin-top: -4px;
    color: rgba(0, 0, 0, 0.87);
}

.tt-omni-menu-arrow {
    width: 0;
    height: 0;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin-top: 6px;
    margin-left: 9px;
    -webkit-transition: 0.1s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.1s cubic-bezier(0.55, 0, 0.55, 0.2);
}

.tt-omni-menu {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-right: 16px;
    font-size: 24px;
}

.tt-search-icon:active,

.tt-search-icon,
.tt-omni-menu {
    transition: background-color 0.1s cubic-bezier(0.55, 0, 0.55, 0.2);
}

.tt-omni-menu .tt-icon {
    padding-top: 3px;
    height: 36px;
    width: 36px;
    color: #ffffff;
}

.tt-omni-search {
    margin: 0 10%;
    width: 100%;
}

.tt-icon.tt-search-icon {
    font-size: 2em;
    position: relative;
    top: 3px;
    right: 40px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.54);
}

.tt-search-icon:hover {
    cursor: pointer;
}


/* Omnibar */

.tt-content {
    margin: 16px 0 32px;
    transition: margin .3s;
}

/* Dialog */
.tt-dialog--overlay {
    background-color: rgba(0, 0, 0, 0.26);
    width: 100vw;
    height: calc(100vh - 56px);
    display: flex;
    position: absolute;
    z-index: 8000;
    justify-content: center;
    align-items: center;
}

.tt-dialog {
    background-color: #ffffff;
    width: 33%;
    padding: 32px;
    border-radius: 2px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
}

.tt-dialog--header {
    font-weight: 500;
    font-size: 1.3em;
    padding-bottom: 16px;
}

.tt-dialog--actions {
    margin-bottom: -32px;
    margin-right: -16px;
}
/* Dialog */

/* Snackbar */
#tt-snackbar--container {
    position: absolute;
    bottom: 24px;
    display: none;
    justify-content: center;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 20000;
}

#tt-snackbar--content {
    background-color: #323232;
    color: rgba(255, 255, 255, .87);
    position: absolute;
    bottom: 24px;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 2;
    width: auto;
    white-space: nowrap;
}

.tt-snackbar--success,
.tt-snackbar--fail {
    margin-right: 8px;
}

.tt-icon.tt-snackbar--success {
    color: #4CAF50;
}

.tt-icon.tt-snackbar--fail {
    color: #F44336;
}
/* Snackbar */


/* Divider */
.tt-divider {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    margin: 16px auto;
}
/* Divider */


/* Collapse Panel */

.tt-collapse-panel {
    /* transition: all 0.9s ease-out; */
    display: inline-block;
}

.tt-collapse-panel.tt-collapsed * {
    height: 0;
    overflow: hidden;
    /* transition: all 0.9s ease-out; */
}

.tt-collapse-panel .tt-icon::after {
    float: right;
    padding-right: 16px;
    content: "\e90d";
    font-size: 24px !important;
    margin-top: -4px;
}

.tt-collapse-panel.tt-collapsed .tt-icon::after {
    float: right;
    padding-right: 16px;
    content: "\e90c";
    font-size: 24px !important;
    margin-top: -4px;
}

.tt-collapse-panel.tt-collapsed .tt-menu-group {
    height: 57px !important;
    margin-bottom: -6px;
}


/* Collapse Panel */

.tt-menu-group {
    height: auto;
    padding: 16px 0 16px 16px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    line-height: 1.8;
    letter-spacing: 0.05px;
}

.tt-menu-group:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.tt-menu-group-item {
    margin-left: 10px;
}

/* Table */
.tt-table--header {
    font-weight: 700;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    padding-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
}

.tt-table--header>div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt-table--row {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 10px 0;
}

.tt-table--cell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.tt-table .col {
    margin: 0;
}

.tt-table--actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
}

.tt-table--actions .tt-icon {
    /* vertical-align: sub; */
}

.tt-table--scroller {
    max-height: calc(100vh - 228px);
    overflow-y: auto;
}
.tt-card-table--scroller {
    max-height: calc(100vh - 228px);
    overflow-y: auto;
}

.tt-table--search {
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tt-table--search .tt-icon {
    color: rgba(0, 0, 0, 0.54);
}

.tt-table--search .input_text {
    width: 50%;
}

.tt-table--pager {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.tt-table--page-icons {
    margin-left: 32px;
    display: flex;
    margin-top: -4px;
}

.tt-table--page-icons .tt-icon-button {
    height: 24px;
    width: 24px;
    font-size: 24px;
    margin: 0 16px;
}

.tt-table--page-icons .tt-icon-button .tt-icon {
    padding: 0;
    padding-top:100px
}

.tt-table--record-count,
.tt-table--rows-per-page {
    padding-top: 4px;
}

.tt-table--rows-per-page {
    margin-right: 32px;
    display: flex;
}

.tt-table--rows-per-page .selectric,
.tt-table--rows-per-page .selectricOpen .selectric {
    border: none !important;
    box-shadow: none;
    transition: border .2s cubic-bezier(.55, 0, .55, .2);
    background-color: transparent;
}
.tt-table--rows-per-page .selectric:hover {
    border-bottom: 2px solid #3f51b5 !important;
    border-radius: 0;
}

.tt-table--rows-per-page .selectricWrapper {
    /*margin: -6px 0;*/
    margin-top: -6px !important;
}
/* Table */


/* Labeled Text */
.tt-labeled-text {
    margin-bottom: 16px;
}
.tt-labeled-text.fill {
    width: 100%;
}
.tt-labeled-text.fill .input_text,
.tt-labeled-text.fill select {
    width: 100%;
}
.tt-labeled-text>.label,
.tt-label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
}

.tt-labeled-text>.label,
.tt-labeled-text>.tt-label {
    margin-bottom: 4px;
}

.tt-labeled-text input {
    width: 100%;
}
.tt-labeled-text.no-input {
    height: 52px;
}
.tt-labeled-text .selectricWrapper {
    margin-bottom: 0;
}

.tt-labeled-text.disabled .input_text,
.tt-labeled-text.disabled .input_text:hover,
.tt-labeled-text.disabled .selectricDisabled {
    border: 1px solid rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.54);
}
.tt-labeled-text.disabled .tt-label {
    color: rgba(0,0,0,0.26);
}

.tt-labeled-text.disabled .selectricHover .selectric {
    border-color: rgba(0, 0, 0, 0.54);
}

.tt-labeled-text.disabled .selectricHover .selectric .button {
    color: rgba(0, 0, 0, 0.54);
}

.tt-labeled-text.disabled .selectricHover .selectric .button:after {
    border-top-color: rgba(0, 0, 0, 0.54);
}
/* Labeled Text */
.tt-label--example {
    font-style: italic;
    color: rgba(0,0,0,0.54);
    font-size: 11px;
}

/* Context Menu */

.tt-context-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    font-size: 14px;
    padding: 8px 0;
    position: absolute;
    z-index: 500;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    min-width: 80px;
}

.tt-context-menu--item {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 8px;
    opacity: 1;
    transition: all .2s cubic-bezier(.55, 0, .55, .2);
    transition-duration: .1s;
    transition-delay: .1s;
}

.tt-context-menu--item:hover {
    background-color: rgba(158, 158, 158, 0.2);
}

.tt-context-menu--item--text {
    padding: 14px 0;
}
/* Context Menu */


/* Speed Dial */
.tt-speed-dial {
    position: absolute;
    z-index: 10000;    
    height: auto;
    transition: opacity ease-in-out 0.3s;
    opacity: 0;
}
.tt-speed-dial.show {
    opacity: 1;
}
.tt-speed-dial.open-down {
    margin-top: 52px;
}
.tt-speed-dial.open-up {
    margin-bottom: 52px;
}
.tt-speed-dial .tt-icon-button {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    margin: 16px;
}
/* Speed Dial */


/* Radio button/Checkbox */
.tt-checkbox,
.tt-radio {
    display: flex;
    flex-direction: row;
}

.tt-checkbox--label,
.tt-radio--label {
    margin: 4px 0 0 4px;
}
/* Radio button/Checkbox */


/* Required fields */
.tt-labeled-text.required.required_missing .label,
.tt-labeled-text.required.required_missing .tt-label,

.tt-labeled-text.required.required_missing .input_text,
.tt-labeled-text.required.required_missing .ms-choice,
.tt-labeled-text.required.required_missing textarea,
.tt-labeled-text.required.required_missing .sweet-alert .ms-parent>button,
.tt-labeled-text.required.required_missing .selectric {
    border-color: #F44336 !important;
}

.tt-labeled-text.required.required_missing .input_text:focus,
.tt-labeled-text.required.required_missing .ms-choice:focus,
.tt-labeled-text.required.required_missing textarea:focus,
.tt-labeled-text.required.required_missing .sweet-alert .ms-parent>button:focus,
.tt-labeled-text.required.required_missing .selectricOpen .selectric {
    box-shadow: 0 0 0 1px #F44336 !important;
}

/* Tabs */

.tt-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt-tabs li {
    float: left;
    font-weight: 500;
}

.tt-tabs li.active {
    border-bottom: 2px solid rgba(255, 255, 255, 0.87);
}

.tt-tabs li a {
    display: flex;
    color: #ffffff;
    text-align: center;
    padding: 0 24px;
    text-decoration: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 48px;
    align-items: center;
}

.tt-tabs li:hover {
    background-color: rgba(63, 81, 181, 0.12);
}

#header.tt-tabbed-header .tt-tabs li a:hover {
    background-color: rgba(255, 255, 255, 0.12);
}


/* Tabs */


/* Chips */
.tt-chip {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 16px;
    height: 32px;
    padding: 0 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tt-chip:hover {
    background-color: rgba(0, 0, 0, 0.26);
}
/* Chips */


/* Badge */

.tt-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #585858;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff;
    border-radius: 10px;
    border: .1rem solid #bebebe;
}


/* Badge */


/* Date range picker */

.tt-date-range-picker {
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    width: 100%;
    padding: 6px 12px;
    line-height: 20px;
    min-height: 18px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
}

.tt-date-range-picker.input-focus {
    border: 2px solid #3f51b5;
    outline: 0;
}

.tt-date-range-picker .tt-icon {
    font-size: 17px;
}

.tt-icon.input-icon {
    position: relative;
    top: 5px;
    right: 30px;
    font-size: 20px;
    color: rgba(0,0,0,0.54);
}


/* Date range picker */


/* Button toggle */
.tt-button-toggle {
    cursor: pointer;
    display: flex;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 4px;
}
.tt-button-toggle--item {
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
    transition: all .2s cubic-bezier(.55, 0, .55, .2);
}
.tt-button-toggle--item.first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tt-button-toggle--item.last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tt-button-toggle--item.selected {
    background-color: #3F51B5;
    color: rgba(255, 255, 255, 0.87);
}
/* Button toggle */

.tt-card.ui-sortable-helper,
.tt-card .ui-sortable-helper {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    cursor: move;
    width: inherit;
}

/* Facets */

/* Hero images/pages */
.tt-hero {
    width: 500px;
}
.tt-hero--image img {
    width: 500px;
}
.tt-hero--header {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    text-align: center;
}
.tt-hero--content {
    font-size: 16px;
    text-align: center;
    max-width: 500px;
}
/* Hero images/pages */

@media (max-width: 1280px) {
    .tt-table--pager {
        margin-right: 48px;
    }
    .tt-card-table--scroller {
        max-height: calc(100vh - 248px);
    }
}
