﻿/*Colors*/
a {
    color: #2C67AE;
}

.page {
    background: #F5F5F5;
}

@font-face {
    font-family: 'Ge2003';
    src: url('/fonts/Ge2003-Lt.ttf') format('ttf'),url('/fonts/Ge2003-Lt.woff') format('woff'),url('/fonts/Ge2003-Lt.eot#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ge2003';
    src: url('/fonts/Ge2003-Rg.ttf') format('ttf'),url('/fonts/Ge2003-Rg.woff') format('woff'),url('/fonts/Ge2003-Rg.eot#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ge2003';
    src: url('/fonts/Ge2003-Md.ttf') format('ttf'),url('/fonts/Ge2003-Md.woff') format('woff'),url('/fonts/Ge2003-Md.eot#iefix') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ge2003';
    src: url('/fonts/Ge2003-SmBd.ttf') format('ttf'),url('/fonts/Ge2003-SmBd.woff') format('woff'),url('/fonts/Ge2003-SmBd.eot#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.navbar, .toolbar, .subnavbar {
    background: #fff;
    color: #212121;
}

.navbar a.link, .subnavbar a.link, .toolbar a.link {
    color: #2C67AE;
}

.button.button-fill {
    background: #2C67AE;
    color: #fff;
}

.button {
    color: #2C67AE;
}

.floating-button {
    bottom: 20px;
    background-color: #2C67AE;
}

.floating-button.active-state {
    background-color: #99bbe6;
}

.item-input-field.focus-state:after, .input-field.focus-state:after, .item-input-field.not-empty-state:after, .input-field.not-empty-state:after, .focus-state .item-input-field:after, .focus-state .input-field:after, .not-empty-state .item-input-field:after, .not-empty-state .input-field:after {
    background: #2C67AE;
}

.list-block .focus-state .label, .list-block .focus-state .floating-label {
    color: #2C67AE;
}

/*Body*/
.navbar-fixed.toolbar-fixed .page-content, .navbar-fixed.tabbar-fixed .page-content, .navbar-fixed .toolbar-fixed .page-content, .navbar-fixed .tabbar-fixed .page-content, .toolbar-fixed .navbar-fixed .page-content, .tabbar-fixed .navbar-fixed .page-content {
    padding-top: 56px;
}

/*.navbar-fixed .page-content, .navbar-fixed.pages .page-content, .navbar-fixed.view .page-content, .navbar-through .page-content, .navbar-through.pages .page-content, .navbar-through.view .page-content {
    margin-top: 56px;
    padding-top: 0px;
}*/

.panel {
    width: 360px;
}

body.with-panel-left-reveal .panel-overlay {
    margin-left: 360px;
}

body.with-panel-left-reveal .views {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
}

body.with-panel-left-cover .panel-left {
    -webkit-transform: translate3d(360px,0,0);
    transform: translate3d(360px,0,0);
}

.list-block {
    margin: 0;
}

.content-block-title {
    padding-top: 0px;
    font-family: 'Ge2003';
}

.list-block .item-after {
    line-height: normal;
}

.list-sub-item {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    white-space: normal;
}

/*Profile*/
.profile {
    display: block;
    background-color: #2C67AE;
    /*height: 129px;*/
    /*background: url(../images/bg.png) left top;*/
    /*background-size: 100%*/
}

    .profile > .profilepic {
        padding: 7px;
        height: 58px;
        width: 58px;
        object-fit: cover;
    }

        .profile > .profilepic > a > img {
            width: 47px;
            height: 47px;
            border-radius: 50%;
            border: 3px solid rgba(0,0,0,.14);
            box-sizing: content-box;
            margin-top: 4px;
            object-fit: cover;
        }

.profilepic2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,.14);
    box-sizing: content-box;
    object-fit: cover;
}

.profilepic3 {
    width: 35px;
    height: 35px;
    border-radius: 5%;
    border: 3px solid rgba(0,0,0,.14);
    box-sizing: content-box;
    object-fit: scale-down;
}

.profile > .profileinfo {
    background: rgba(0,0,0,.3);
    padding: 7px 14px;
    color: #fff;
    position: relative;
    min-height: 42px;
}

/* login */
#test ul:before {
    content: none;
}

.vertical-center {
    position: relative;
    top: 35%;
    transform: translateY(-35%);
}

.page-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.help-block ul {
    color: darkred;
    list-style-type: none;
    text-align: center;
    padding: 0;
}

/* Search Bar */
.searchbar {
    background: #2C67AE;    
}

/*navbar*/
#title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Ge2003';
}

/*Notification Slider*/
.swiper-slide {
    box-sizing: border-box;
    padding-bottom: 35px;
}

.swiper-slide span {
    text-align: center;
    display: block;
    margin: 20px;
    font-size: 21px;
}

.swiper-container {
    height: auto;
    overflow: visible;
}

.swiper-pagination-bullet-active {
    background: #2C67AE;
}

/*Card*/
.card-footer, .card-header {
    min-height: 40px;
}

.card {
    margin: 15px;
}

.card-content-inner img {
    max-width: 100%;
    height: auto;
}

.card-content-inner ul {
    list-style: disc;
}

/*trumbowyg*/
.trumbowyg-fullscreen {
    margin: 58px 0 0 0;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #2C67AE;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #2C67AE;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #2C67AE;
}

.trumbowyg-button-pane {
    background: rgba(0,0,0,.12);
}

/*Profile Header*/
.profile-widget {
    color: #fff;
    height: 130px;
    background: rgb(48,48,48);
    background: -moz-linear-gradient(-45deg, rgba(48,48,48,1) 0%, rgba(112,112,112,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(48,48,48,1) 0%,rgba(112,112,112,1) 100%);
    background: linear-gradient(135deg, rgba(48,48,48,1) 0%,rgba(112,112,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#707070',GradientType=1 );
}

.profile-header {
    padding: 18px 28px 20px;
}

.profile-avatar {
    float: left;
    margin-right: 16px;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,.14);
    box-sizing: content-box;
    object-fit: cover;
}

.profile-company {
    float: left;
    margin-right: 16px;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 5%;
    border: 3px solid rgba(0,0,0,.14);
    box-sizing: content-box;
    object-fit: scale-down;
}

.profile-header p {
    font-size: 20px;
    font-weight: 500;
    float: left;
    margin-top: 28px;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    /*overflow: hidden;*/
    width: 220px;
    position: absolute;
    margin-left: 115px;
}

/*Notification Card*/
.facebook-card .card-header {
    display: block;
    padding: 10px;
    background: #F5F4F4;
}

.facebook-card .facebook-avatar {
    float: left;
}

.facebook-card .facebook-name {
    margin-left: 50px;
    font-size: 14px;
    font-weight: 500;
}

.facebook-card .facebook-date {
    margin-left: 50px;
    font-size: 13px;
    color: #8e8e93;
}

.facebook-card .card-footer {
    background: #F5F4F4;
}

    .facebook-card .card-footer a {
        color: #81848b;
        font-weight: 500;
    }

.facebook-card .card-content img {
    display: block;
}

.facebook-card .card-content-inner {
    padding: 15px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
    width: 40px;
    text-align: center;
}

.navbar a.link, .subnavbar a.link, .toolbar a.link {
    /*padding: 0 16px 0 0 !important;*/
}

.installpromotion {
    display: none;
}