header,
main,

body {
    backgroud: white;
}
div.scrollmenu {

    overflow: auto;
    white-space: nowrap;
}
#credits li,
#credits li a {
    color: white;
}
#credits li a {
    font-weight: bold;
}
.footer-copyright .container,
.footer-copyright .container a {
    color: #BCC2E2;
}
.fab-tip {
    position: fixed;
    right: 85px;
    padding: 0px 0.5rem;
    text-align: right;
    background-color: #323232;
    border-radius: 2px;
    color: #FFF;
    width: auto;
}

.label-count {
    position: absolute;
    top: 10px;
    right: 76px;
    font-size: 10px;
    line-height: 15px;
    background-color: #000;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.right-sidebar .nav-tabs + .tab-content {
    padding: 0; }

.right-sidebar p {
    margin: 20px 15px 15px 15px;
    font-weight: bold;
    text-align: center; }

.right-sidebar #settings .setting-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px; }
.right-sidebar #settings .setting-list li {
    padding: 15px;
    position: relative;
    border-top: 1px solid #eee; }
.right-sidebar #settings .setting-list li .switch {
    position: absolute;
    top: 15px;
    right: 5px; }

.navbar .js-right-sidebar {
    margin-top: 15px; }


.right-sidebar {
    width: 280px;
    height: calc(100vh - 70px);
    position: fixed;
    right: -300px;
    top: 70px;
    background: #fdfdfd;
    z-index: 11 !important;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
.right-sidebar.open {
    right: 0; }
.right-sidebar .nav-tabs {
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    margin-left: 2px; }
.right-sidebar .nav-tabs li {
    text-align: center; }
.right-sidebar .nav-tabs li > a {
    margin-right: 0; }
.right-sidebar .nav-tabs li:first-child {
    width: 45%; }
.right-sidebar .nav-tabs li:last-child {
    width: 55%; }

.side-nav .legal {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px;
    overflow: hidden; }
.side-nav .legal .copyright {
    font-size: 13px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
.side-nav .legal .copyright a {
    font-weight: bold;
    text-decoration: none; }
.side-nav .legal .version {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    font-size: 13px; }

.right-sidebar .nav-tabs + .tab-content {
    padding: 0; }

.search-bar.open {
    top: 0; }
.search-bar .search-icon {
    position: absolute;
    top: 20px;
    left: 14px; }
.search-bar .search-icon .material-icons {
    font-size: 32px;
    color: #999; }
.search-bar .close-search {
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 16px;
    right: 18px; }
.search-bar .close-search .material-icons {
    color: #999;
    opacity: 1;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
.search-bar .close-search .material-icons:hover {
    opacity: .5; }
.search-bar input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 25px 60px 23px 56px;
    border: none; }

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material_icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material_icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/material_icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material_icons/MaterialIcons-Regular.ttf) format('truetype');
}

.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';
}

.verticalLine {
    border-left: thick solid #6a1b9a;
}
/*----------------------------------------
Form Wizard
------------------------------------------*/
ul.stepper .step .step-content .step-actions
{
    flex-direction: row;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
}
ul.stepper .step .step-content .step-actions .btn
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}

ul.stepper.horizontal .step .step-content .step-actions
{
    flex-direction: row-reverse;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

@media screen and (max-width: 540px)
{
    .section-form-wizard ul.stepper .step .step-content .row .input-field label
    {
        line-height: 1;
    }
}
