.gj-button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 3px;
    padding: 6px 10px;
    cursor: pointer;
}

.gj-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gj-margin-left-5 {
    margin-left: 5px;
}

.gj-margin-left-10 {
    margin-left: 10px;
}

.gj-width-full {
    width: 100%;
}

.gj-cursor-pointer {
    cursor: pointer;
}

.gj-text-align-center {
    text-align: center;
}

.gj-font-size-16 {
    font-size: 16px;
}

.gj-hidden {
    display: none;
}

.gj-mdl-icon-plus::after {
    content: "\E145";
}

.gj-mdl-icon-minus::after {
    content: "\E15B";
}

/** Material Design */

.gj-button-md {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: rgba(0, 0, 0, .54);
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gj-button-md:hover {
    background-color: rgba(158, 158, 158, .2);
}

.gj-button-md:disabled {
    color: rgba(0, 0, 0, .26);
    background: 0 0;
}

.gj-button-md .material-icons, .gj-button-md .gj-icon {
    vertical-align: middle;
    /*font-size: 1.3rem;
    margin-right: 4px;*/
}

.gj-button-md.gj-button-md-icon {
    width: 24px;
    height: 32px;
    min-width: 24px;
    padding: 0px;
    display: table;
}

.gj-button-md.gj-button-md-icon .material-icons, .gj-button-md.gj-button-md-icon .gj-icon {
    display: table-cell;
    margin-right: 0px;
    width: 24px;
    height: 24px;
}

.gj-button-md.active {
    background-color: rgba(158, 158, 158, .4);
}

.gj-button-md-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.gj-textbox-md {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    font-size: 16px;
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}

.gj-textbox-md:focus {
    border-bottom: 2px solid rgba(158, 158, 158, .4);
    outline: none;
}

.gj-md-spacer-24 {
    min-width: 24px;
    width: 24px;
    display: inline-block;
}

.gj-md-spacer-32 {
    min-width: 32px;
    width: 32px;
    display: inline-block;
}

.gj-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.54118);
    transition: 200ms ease opacity;
    will-change: opacity;
}

/* List */

ul.gj-list li [data-role="wrapper"] {
    display: table;
    width: 100%;
}

ul.gj-list li [data-role="checkbox"] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

ul.gj-list li [data-role="image"] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

ul.gj-list li [data-role="display"] {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

ul.gj-list li [data-role="display"]:empty:before {
    content: "\200b";
    /* unicode zero width space character */
}

/* List - Bootstrap */

ul.gj-list-bootstrap {
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.gj-list-bootstrap li {
    padding: 0px;
}

ul.gj-list-bootstrap li [data-role="wrapper"] {
    padding: 0px 10px;
}

ul.gj-list-bootstrap li [data-role="checkbox"] {
    width: 24px;
    padding: 3px;
}

ul.gj-list-bootstrap li [data-role="image"] {
    width: 24px;
    height: 24px;
}

ul.gj-list-bootstrap li [data-role="display"] {
    padding: 8px 0px 8px 4px;
}

.list-group-item.active ul li, .list-group-item.active:focus ul li, .list-group-item.active:hover ul li {
    text-shadow: none;
    color: initial;
}

/* List - Material Design */

ul.gj-list-md {
    padding: 0px;
    list-style: none;
    list-style-type: none;
    line-height: 24px;
    letter-spacing: 0;
    color: #616161;
    /* Gray 700 */
}

ul.gj-list-md li {
    display: list-item;
    list-style-type: none;
    padding: 0px;
    min-height: unset;
    box-sizing: border-box;
    align-items: center;
    cursor: default;
    overflow: hidden;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

ul.gj-list-md li [data-role="checkbox"] {
    height: 24px;
    width: 24px;
}

ul.gj-list-md li [data-role="image"] {
    height: 24px;
    width: 24px;
}

ul.gj-list-md li [data-role="display"] {
    padding: 8px 0px 8px 5px;
    order: 0;
    flex-grow: 2;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    color: rgba(0, 0, 0, .87);
}

ul.gj-list-md li.disabled>[data-role="wrapper"]>[data-role="display"] {
    color: #9E9E9E;
    /* Gray 500 */
}

.gj-list-md-active {
    background: #E8EAF6;
}

@font-face {
    font-family: 'gijgo-material';
    src: url('gijgo-material.ttf?99ykm1') format('truetype'), url('gijgo-material.woff?99ykm1') format('woff'), url('gijgo-material.svg?99ykm1#gijgo-material') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gj-icon {
    font-family: 'gijgo-material' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.gj-icon.event:before {
    content: "\e900";
}

.gj-icon.chevron-down:before {
    content: "\e901";
}

.gj-icon.chevron-left:before {
    content: "\e902";
}

.gj-icon.chevron-right:before {
    content: "\e903";
}

.gj-icon.chevron-up:before {
    content: "\e904";
}

.gj-icon.minus:before {
    content: "\e905";
}

.gj-icon.pencil:before {
    content: "\e906";
}

.gj-icon.plus:before {
    content: "\e907";
}

.gj-icon.done:before {
    content: "\e908";
}

.gj-icon.redo:before {
    content: "\e909";
}

.gj-icon.undo:before {
    content: "\e90a";
}

.gj-icon.align-right:before {
    content: "\e90b";
}

.gj-icon.align-left:before {
    content: "\e90c";
}

.gj-icon.align-justify:before {
    content: "\e90d";
}

.gj-icon.align-center:before {
    content: "\e90e";
}

.gj-icon.strikethrough:before {
    content: "\e90f";
}

.gj-icon.italic:before {
    content: "\e910";
}

.gj-icon.underlined:before {
    content: "\e911";
}

.gj-icon.bold:before {
    content: "\e912";
}

.gj-icon.arrow-dropdown:before {
    content: "\e913";
}

.gj-icon.arrow-upward:before {
    content: "\e914";
}

.gj-icon.arrow-forward:before {
    content: "\e915";
}

.gj-icon.arrow-downward:before {
    content: "\e916";
}

.gj-icon.arrow-back:before {
    content: "\e917";
}

.gj-icon.list-numbered:before {
    content: "\e918";
}

.gj-icon.list-bulleted:before {
    content: "\e919";
}

.gj-icon.indent-increase:before {
    content: "\e91a";
}

.gj-icon.indent-decrease:before {
    content: "\e91b";
}

.gj-icon.cancel:before {
    content: "\e91c";
}

.gj-icon.clear:before {
    content: "\e91d";
}

.gj-icon.check-circle:before {
    content: "\e91e";
}

.gj-icon.delete:before {
    content: "\e91f";
}

.gj-icon.refresh:before {
    content: "\e920";
}

.gj-icon.last-page:before {
    content: "\e921";
}

.gj-icon.first-page:before {
    content: "\e922";
}

.gj-icon.arrow-dropup:before {
    content: "\e923";
}

.gj-icon.clock:before {
    content: "\e924";
}