@import url('../fonts/segoe-ui/font.css');
@import url('https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,vietnamese');
/*#region AppCSS*/
/*
Author: NNMINH
Date: 10/3/2017
*/
html, body {
    font-weight: 200 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #333333;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 200;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.5;
    color: #333333;
}

.h4, h4, .h6, h6 {
    font-weight: 100;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.5;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin: 0 auto !important;
    color: #ffffff;
}

a {
    color: #006bc7;
}

.bar .button {
    line-height: 20px;
}

    .bar .button.button-clear .icon:before, .bar .button.button-clear.icon-left:before, .bar .button.button-clear.icon-right:before, .bar .button.button-clear.icon:before {
        font-size: 20px !important;
        line-height: 22px;
        padding-right: 10px;
    }

.button-clear.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fafafa;
}

.button.button-dark {
    border-color: #111;
    background-color: #444;
    color: #fff;
}

    .button.button-dark.button-clear {
        border-color: transparent;
        background: none;
        box-shadow: none;
        color: #46495a;
    }

.col-05 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
}

.highlight {
    color: #d32a2a !important;
}

.primary {
    color: #1fa5fe !important;
}

.success {
    color: #15a043 !important;
}

.bold {
    font-weight: 600;
}

.background-highlight {
    background: #d32a2a !important;
}

.background-primary {
    background: #1fa5fe !important;
}

.background-success {
    background: #15a043 !important;
}

.background-warning {
    background: #e59009 !important;
}

.font-smaller {
    font-size: 12px !important;
}

.font-small {
    font-size: 13px !important;
}

.font-regular {
    font-size: 14px !important;
}

.font-large {
    font-size: 15px !important;
}

.font-larger {
    font-size: 16px !important;
}

.font-larger-xx {
    font-size: 18px !important;
}

.font-color-regular {
    color: #333333 !important;
}

.font-color-gray {
    color: #9ca4ab !important;
}

.font-color-white {
    color: #ffffff !important;
}

.padding-top, .padding-vertical {
    padding-top: 10px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.col-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    display: block;
    padding-top: 0px;
    padding-left: 0;
    height: 100%;
    width: 100%;
    color: #494c5d;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
}

.placeholder-icon:first-child {
    padding-right: 6px;
}

.placeholder-icon {
    color: #494c5d;
}

.item-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-right: 8px;
    padding-left: 8px;
    background: #fff;
    border: .5px solid rgba(178, 178, 178, 0.48);
}

.item-input-wrapper01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-right: 8px;
    padding-left: 8px;
    background: rgba(228, 228, 228, 0.6);
    border: .5px solid rgba(178, 178, 178, 0.48);
}

label, input, button, select, textarea {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.button-icon .icon:before, .button-icon.icon:before {
    font-size: 15px;
}

.button-icon {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    padding: 0 5px;
    min-width: initial;
    border-color: transparent;
    background: none;
}

.button-small {
    padding: 0 5px;
    min-height: 20px;
    font-size: 10px;
    line-height: 15px;
    margin: 0 2px;
}

    .button-small .icon:before, .button-small.icon:before, .button-small.icon-left:before, .button-small.icon-right:before {
        font-size: 20px;
        line-height: 15px;
        margin-top: 0;
    }

.button.button-stable.button-outline.active, .button.button-stable.button-outline.activated {
    background-color: transparent;
    box-shadow: none;
    color: inherit;
}

.align-right {
    text-align: right !important;
}

.button.button-stable.button-outline {
    border: none;
    background: transparent;
    color: #0091ea;
}

.text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    margin-bottom: 20px;
}

.row {
    margin: 0;
}
/*#region LOGIN*/

.login-view {
    background-color: #275f5f;
}

.slide-bar, .main-menu {
    background: #46495A /*(255, 255, 255, 0.5)/*url('../img/bg.png') no-repeat 0 50%;*/
    /*background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;*/
    z-index: -1;
}

.login-view .logo {
    margin-top: 10px !important;
    padding: 0 5rem;
}

.logo img {
    width: 85%;
}

.login-view .title {
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    padding-top: 20px;
}

.login-view .subtitle {
    width: 60%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.login-view .bar {
    display: block !important;
    text-align: center;
}

.login-view .login-footer {
    background-color: transparent;
    background-image: linear-gradient(0deg,#fff,#fff 30%,transparent 70%) !important;
}
.formular-footer{
    background:#275f5f;
    color:white;
}

.login-body {
    padding-top: 25px;
}

    .login-body .login-body-form {
        padding: 0 25px;
    }

.inner-addon {
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.left-addon .form-icon {
    left: 0px;
    background: #ffffff;
    position: absolute;
    padding: 10px;
    width: 30px;
    height: 100%;
    color: #0091eb;
}

.left-addon input {
    width: 100%;
    padding-left: 15%;
    border-radius: 5px;
    height: 30px;
}

.login-body .button-login {
    padding: 0 30px;
    text-transform: uppercase;
    min-width: 40px;
    min-height: 40px;
    line-height: 30px;
    color: #0091eb;
    border-color: #fff;
    background-color: #fff;
    font-weight: 500;
}

.button-login:active {
    color: #fff;
    background-color: #0091ea;
}
/*#endregion LOGIN*/

/*#region APP-LAYOUT*/

.main-menu .item-content, .main-menu .item {
    background: #46495A;
    border: none;
}

.main-menu .item-divider {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100%;
    background-color: #46495a;
    color: #46495a;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 13px;
}

.main-menu .item-complex .item-content {
    position: relative;
    z-index: 2;
    padding: 10px 50px 10px 10px;
    border: none;
    background-color: #46495A;
}

.main-menu .item-content .menu-text {
    padding-left: 40px;
}

.main-menu .item-content .icon {
    font-size: 22px;
}

.main-menu .logo {
    width: 100%;
    min-height: 125px;
}

    .main-menu .logo .item {
        padding: 0;
        margin: 0;
    }

    .main-menu .logo img {
        width: 100%;
        height: 65px;
        padding: 0 60px 0px 60px;
        margin: -2px 0;
    }

    .main-menu .logo .app-name {
        text-align: left;
        margin: 50;
        height: 60px;
        padding: 20px;
        font-size: 22px;
        line-height: 1.5rem;
        font-weight: 400;
        color: #fff;
    }

.menu .scroll-content {
    z-index: 10;
}

.menu ion-content {
    top: 125px !important;
    animation: background 26s ease infinite;
}

menu-footer {
    border: none;
    box-shadow: none;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    background: #46495A;
    padding: 0;
}

.bar {
    border-top: none;
}

    .bar .button.button-icon .icon:before, .bar .button.button-icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before {
        vertical-align: top;
        font-size: inherit !important;
        line-height: 32px;
    }

.slide-bar ion-header-bar {
    border: none;
    box-shadow: none;
    color: #fff;
    background: #46495A;
    padding: 0;
}

.main-menu .bar {
    background-image: linear-gradient(0deg, transparent,transparent 50%, transparent 50%);
}

.button-menu {
    font-size: 30px !important;
    padding-left: 10px !important;
}

.bar .button.back-button {
    padding-left: 10px;
}

.bar .button.button-clear {
    font-size: 25px;
}

.button.button-positive {
    border-color: #0091ea;
    background-color: #0091ea;
    color: #fff;
}

.app-content-top button .icon:before, .app-content-top button.icon:before, .app-content-top button.icon-left:before, app-content-top button.icon-right:before {
    color: #666666;
}
/*#endregion APP-LAYOUT*/
.error {
    color: #df0000;
    padding: 4px 15px;
}

.app-title .header-item {
    /*font-weight: 600;*/
    text-transform: uppercase;
}

.app-view {
    background: transparent;
}

    .app-view .bar-header {
        background: #275f5f;
        color: #ffffff;
        border-bottom-color: #ffffff;
        border-bottom-style: inset;
        border-bottom-width: thin;
    }

    .app-view .bar-header-white {
        background: #ffffff;
        color: #0091ea;
        border-bottom-color: #ffffff;
        border-bottom-style: inset;
        border-bottom-width: thin;
    }

    .app-view .row {
        padding: 0 !important;
        margin: 0 !important;
    }

.app-content {
    background: -webkit-linear-gradient(#275f5f, #53beff) !important;
    background: -o-linear-gradient(#275f5f, #53beff) !important;
    background: -moz-linear-gradient(#275f5f, #53beff) !important;
    background: linear-gradient(#275f5f, #53beff) !important;
}

.popup-container .popup {
    background-color: #ffffff !important;
}

.app-user {
    height: 75px !important;
    border: none !important;
    background: transparent !important;
}

    .app-user .item {
        background: transparent;
        border: none;
        padding: 10px 0 0 15px;
    }

        .app-user .item > img {
            position: absolute;
            top: 10px;
            left: 15px;
            max-width: 50px;
            max-height: 50px;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.app-user-content {
    top: 75px;
}

.dash-title, .dash-role {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.button-info {
    padding-right: 20px;
    padding-top: 25px;
}

    .button-info i {
        color: #ffffff;
        font-size: 20px;
    }

.button-change-avatar {
    z-index: 99999;
    position: absolute;
    bottom: 25px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #1da1f2;
    font-weight: bold;
}

.left-acc-info {
    text-align: left;
    padding: 15px;
}

    .left-acc-info p {
        color: #ffffff !important;
    }

.right-acc-info {
    position: absolute;
    right: 0;
    padding-right: 5px;
    margin: 0;
}

    .right-acc-info .item {
        padding: 45px;
    }

        .right-acc-info .item > img {
            max-height: 55px;
            max-width: 55px;
        }

.app-user-info {
    height: 160px !important;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.platform-ios .popover-arrow:after {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.platform-ios .popover-arrow {
    position: absolute;
    display: block;
    top: -15px;
    width: 44px;
    height: 19px;
    overflow: hidden;
}

.platform-ios .popover .scroll-content {
    margin: 0;
    border-radius: 5px;
}

.popover {
    height: 100%;
}

    .popover .item {
        padding: 5px;
        padding-left: 10px;
    }

.platform-android .popover {
    margin-top: 12px;
    background-color: #fafafa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.menu-extra-popup {
    height: 70px;
    width: 130px;
    border-radius: 5px !important;
}

.app-form-changepwd {
    background: transparent;
}

    .app-form-changepwd .card {
        margin: 0;
        border-radius: 0;
        height: 100%;
    }

.app-content-two {
    top: 160px !important;
    background: #f2f2f2;
}

.app-section {
    padding: 15px;
}

.app-content-two .header, .app-content-two .date-time {
    padding: 5px 0px;
}

.app-content-two .header {
    font-weight: 900;
}

.app-content-two .date-time i {
    font-size: 16px;
    padding-right: 10px;
}

.app-content-two .date-time {
    font-size: 14px;
    background: #fff;
    padding: 3px 10px;
    display: block;
    width: 70%;
    border-radius: 2px;
}

.app-display-info {
    background: #fff;
    width: 100%;
    border-radius: 2px;
    margin: 10px 0px;
    min-height: 120px;
}

    .app-display-info table {
        width: 100%;
        height: 100%;
        min-height: 120px;
    }

        .app-display-info table tr td {
            padding: 0 30px 0 30px;
        }

            .app-display-info table tr td:last-child {
                padding: 0 30px 0 0px;
            }

            .app-display-info table tr td > h3 {
                padding-top: 5px;
                margin: 0;
                font-weight: 900;
            }

            .app-display-info table tr td > hr {
                border: none;
                margin: 0;
            }

                .app-display-info table tr td > hr:after {
                    content: "";
                    display: inline-block;
                    width: 100%;
                    max-width: 100%;
                    border-top: 1px solid #e5e5e5;
                    vertical-align: top;
                }

.progress {
    width: 100%;
    height: 50px;
    display: inline-flex;
    margin-bottom: 10px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #fff;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
}

.progress-bar-bar {
    width: 0px;
    background-color: rgb(11, 151, 237);
    height: 100%;
    color: #fff;
    font-weight: normal;
    transition: width ease-in 1s;
    -webkit-transition: width ease-in 1s;
    -moz-transition: width ease-in 1s;
    border-radius: 5px;
}

.progress-content {
    width: 80%;
    height: 100%;
    padding-right: 10px;
}

.progress-show {
    width: 20%;
    color: #0b97ed;
    font-size: 13px;
    padding-top: 32px;
}

.progress-title {
    font-weight: 600;
    padding-left: 10px;
    font-size: 14px;
}

.progress-description {
    padding-left: 10px;
    color: #acacac;
    font-size: 13px;
}

.history-list .list .item {
    border: none !important;
    padding: 10px 5px;
    margin: 0;
}

.wordwrap {
    word-wrap: break-word;
    width: 100%;
    white-space: initial;
    word-wrap: break-word;
}

.type-date-time i {
    padding: 0 5px;
    font-size: 20px;
}

.type-date-time .time, .memo {
    font-size: 13px;
}

.memo {
    padding-left: 29px;
}

.fade-in-out.ng-enter, .fade-in-out .ng-enter {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    position: absolute;
}

.fade-in-out.ng-leave, .fade-in-out .ng-leave {
    -webkit-animation: fadeOut 0.3s;
    -moz-animation: fadeOut 0.3s;
    animation: fadeOut 0.3s;
    position: absolute;
}

.dashboard-content {
    background: #ffffff;
    margin: 0 5px;
    border-radius: 5px;
}

.dashboard-header {
    font-size: 13px !important;
    color: #0091ea !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}

.dashboard-feature-work {
    padding: 0 5px;
}

    .dashboard-feature-work .row {
        border-bottom: 1px solid #e5e5e5;
        padding: 0;
        margin: 0;
    }

        .dashboard-feature-work .row:last-child {
            border-bottom: none;
        }

    .dashboard-feature-work p, .dashboard-feature-work span {
        font-size: 13px;
        margin: 0;
    }

    .dashboard-feature-work i {
        font-size: 20px;
        margin: 0;
        right: 0;
        position: absolute;
        padding: 5px 10px;
    }

.dashboard-app, .dashboard-app-group {
    height: 100%;
}

    .dashboard-app .list {
        background: transparent;
    }

.dashboard-app-group {
    padding: 10px 10px;
}

    .dashboard-app-group > div {
        width: 46.5% !important;
        margin: 0 5px 20px;
        float: left;
        background: #f2f2f2;
        border-radius: 5px;
    }

hr.dashboard-app-group {
    background: transparent;
}

i.dashboard-app-plus {
    float: right;
    padding: 5px;
}

.dashboard-app-name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .dashboard-app-name:before {
        background: transparent;
    }

.leads-module:before, .opportunities-module:before,
.accounts-module:before,
.appoinments-module:before,
.contacts-module:before,
.tasks-module:before,
.contracts-module:before,
.notes-module:before,
.oders-module:before,
.quotations-module:before,
.pipelines-module:before,
.attachments-module:before,
.reports-module:before,
.campaigns-module:before,
.events-module:before,
.email-marketings-module:before,
.sms-marketings-module:before,
.tasts-module:before {
    content: "";
    display: block;
    width: 35%;
    border-top: 3px solid #797979;
}

.leads-module:before {
    border-top: 3px solid #0091ea;
}

.contacts-module:before {
    border-top: 3px solid #aa3030;
}

.tasks-module:before {
    border-top: 3px solid #ffcc00;
}

.notes-module:before {
    border-top: 3px solid #666666;
}

.reports-module:before {
    border-top: 3px solid #00ccff;
}

.campaigns-module:before {
    border-top: 3px solid #33cc00;
}

.appoinments-module:before {
    border-top: 3px solid #30aa82;
}

.opportunities-module:before {
    border-top: 3px solid #d382aa;
}

.accounts-module:before {
    border-top: 3px solid #e27c15;
}

.contracts-module:before {
    border-top: 3px solid #6d0b86;
}

.oders-module:before {
    border-top: 3px solid #0076af;
}

.quotations-module:before {
    border-top: 3px solid #ceb143;
}

.pipelines-module:before {
    border-top: 3px solid #b90c1c;
}

.attachments-module:before {
    border-top: 3px solid #999999;
}

.email-marketings-module:before {
    border-top: 3px solid #0b7120;
}

.sms-marketings-module:before {
    border-top: 3px solid #0f24a1;
}

.events-module:before {
    border-top: 3px solid #db3f04;
}

.tasts-module:before {
    border-top: 3px solid #bf097e;
}

.dashboard-app-count {
    padding: 0 10px;
}
/*#endregion AppCSS*/

/*#region SalePipeline*/
#form-pipeline {
    background: #f2f2f2 !important;
}

    #form-pipeline .pipeline-card {
        background: transparent;
    }

.pipeline-card h4 {
    font-size: 15px;
    padding: 5px 10px;
}

.pipeline-content {
    background: #ffffff;
}

    .pipeline-content .row {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .pipeline-content hr {
        margin: 10px 25%;
    }

    .pipeline-content span {
        display: block;
    }

.pipeline-card h4, .opportunity-money, .opportunity-count {
    font-weight: 600;
}

.pipeline-bar-chart {
    width: 100%;
}
/*#endregion SalePipeline*/
.app-content-white {
    background: #ffffff !important;
    width: 100%;
    height: 100%;
}

    .app-content-white .scroll-content {
        top: 130px;
    }

.app-container {
    width: 100%;
    height: 100%;
}

    .app-container .scroll-content {
        top: 160px;
    }

.app-header {
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
}

.background-blue {
    background: #0a9dc7 !important;
}

.background-white {
    background: #ffffff !important;
}

.background-antiquewhite {
    background: #f2f2f2 !important;
}

.margin {
    margin: 10px !important;
}

.app-header .header-item {
    flex-grow: 1;
    text-align: center;
}

.item-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30%;
}

.item-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40%;
}

.item-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25%;
}

.item-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 49% !important;
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    max-width: 49%;
}

.item-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60%;
}

.no-flex {
    display: block !important;
}

.item-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
}

.item-full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
}

.header-item-count {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 0;
}

.app-content-top {
    height: 40px;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
}

    .app-content-top .content-top-item {
        flex-grow: 1;
        text-align: center;
        padding: 8px 2px;
    }

    .app-content-top button {
        padding: 0 5px;
        width: 100%;
        min-height: 25px;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        white-space: nowrap;
        border-radius: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        border-color: rgba(178, 178, 178, 0.48);
        color: #666666;
    }

        .app-content-top button .icon:before, .app-content-top button.icon:before, .app-content-top button.icon-left:before, app-content-top button.icon-right:before {
            font-size: 16px;
            line-height: 12px;
            margin-top: 3px;
        }

.app-content-body {
}

    .app-content-body .content-list {
    }

.content-list .list-item {
    min-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 5px !important;
}

    .content-list .list-item:last-child {
        border-bottom: none;
    }

.item-type {
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    margin-top: 5px;
}

.item-type-large {
    width: 50px;
    height: 50px;
}

.item-type-detail {
    margin: 5px 0px 0 5px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: inherit;
}

.personal {
    background: green;
}

.TC {
    background: red;
}

.CN {
    background: green;
}

.company {
    background: red;
}

.list-item .button-redirect {
    padding-top: 5%;
    font-size: 20px;
}

.app-header-group-buuton {
    text-align: center;
}

.icon-outline-border {
    width: 20px;
    height: 20px;
    color: #ffffff;
    border-radius: 3px;
    line-height: 20px;
    font-size: 18px;
}

.ui-tabs-header {
    height: 35px;
    text-align: center;
    background: #ffffff;
}

    .ui-tabs-header .active {
        color: #0091ea;
    }

        .ui-tabs-header .active::after {
            content: '';
            border-bottom: 3px solid #0091ea;
            display: flex;
            margin: 0px 5%;
            padding-top: 7px;
        }

.ui-tabs-body {
    height: 100%;
}

    .ui-tabs-body .ui-tabs-content, .ui-tabs-body .ui-tab-item {
        height: 100%;
        width: 100%;
    }

.ui-tabs-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-tabs-content .scroll-content {
    top: 35px;
}

.content-section {
    display: block;
}

    .content-section .title {
        padding: 5px 0 0 15px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .content-section .section-card {
        padding: 5px;
        margin: 5px;
        border-radius: 3px;
    }

.button-card-group {
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 0 !important;
}

.checkbox-label,
.radio-label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
}

    .checkbox-label .checkbox, .radio-label .radio {
        position: relative;
        margin: 0 1rem 0 0;
        cursor: pointer;
        width: 0;
    }

        .checkbox-label .checkbox:before {
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -webkit-transform: rotate(-45deg) scale(0, 0);
            -moz-transform: rotate(-45deg) scale(0, 0);
            -ms-transform: rotate(-45deg) scale(0, 0);
            -o-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
            content: "";
            position: absolute;
            left: 0.15rem;
            top: 0.3rem;
            z-index: 1;
            width: .9rem;
            height: 0.5rem;
            border: 2px solid #0091ea;
            border-top-style: none;
            border-right-style: none;
        }

        .checkbox-label .checkbox:checked:before {
            -webkit-transform: rotate(-45deg) scale(1, 1);
            -moz-transform: rotate(-45deg) scale(1, 1);
            -ms-transform: rotate(-45deg) scale(1, 1);
            -o-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
        }

        .checkbox-label .checkbox:after {
            content: "";
            position: absolute;
            left: -2px;
            top: 2px;
            width: 1.2rem;
            height: 1.2rem;
            background: #ffffff;
            border: 1px solid #e4e4e4;
            cursor: pointer;
            box-shadow: none;
        }

        .radio-label .radio:before {
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -webkit-transform: scale(0, 0);
            -moz-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            content: "";
            position: absolute;
            top: .17rem;
            left: 0.08rem;
            z-index: 1;
            width: .8rem;
            height: .8rem;
            background: #0091ea;
            border-radius: 50%;
        }

        .radio-label .radio:checked:before {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio-label .radio:after {
            content: "";
            position: absolute;
            left: -0.125rem;
            width: 1.2rem;
            height: 1.2rem;
            background: #ffffff;
            border: 1px solid #e4e4e4;
            border-radius: 50%;
        }

.section-work .scroll-content {
    top: 77px !important;
}

.section-connection .scroll-content {
    top: 40px !important;
    background: #fff;
}

.no-box-shadow {
    box-shadow: none !important;
}

.content-body .item {
    border-color: rgba(215, 215, 215, 0.45);
    background-color: #ffffff;
    color: #444;
    position: relative;
    z-index: 2;
    margin: -1px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    padding: 0 0 5px 0;
}

.card {
    box-shadow: 0 1px 1px rgba(203, 203, 203, 0.3);
}

.card, .list-inset {
    overflow: hidden;
    margin: 0 0 5px 0;
    border-radius: 0px;
    background-color: #fff;
}

.item-modal {
}

    .item-modal .item {
        padding: 10px;
        color: #333333;
        font-size: 15px;
    }

.item-divider {
    min-height: 30px;
    background-color: #ffffff;
    color: #46495a;
    font-weight: 500;
}

.flex-content {
    display: flex;
}

.item .item-check {
    padding: 5px 10px 0px 10px;
}

.item .item-title {
    padding: 5px 0 0 0;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    flex: 1;
}

.item .item-redirect {
    padding: 5px 10px;
}

.flex-item {
    flex: 1;
}

.item .item-deadline {
    padding-left: 35px;
    padding-top: 10px;
}

    .item .item-deadline:last-child {
        padding-left: 0px;
        padding-top: 10px;
    }

.item h3 {
    margin: 0;
}

.button-add {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    font-size: 35px;
    color: #0091ea;
}

.button-save {
    color: #ffffff;
    font-size: 25px !important;
}

/* The CSS */
.ui-select select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.ui-select label {
    position: relative;
    width: 62%;
}

    .ui-select label:after {
        content: '<>';
        font-size: 15px;
        color: #aaa;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 8px;
        top: 0px;
        padding: 0 0 2px;
        border-bottom: 1px solid #ddd;
        position: absolute;
        pointer-events: none;
        background: transparent;
    }

    .ui-select label:before {
        content: '';
        right: 6px;
        top: 0px;
        width: 20px;
        height: 20px;
        background: #f8f8f8;
        position: absolute;
    }

.popup {
    border-radius: 3px !important;
    color: #46495a;
}

.popup-head {
    padding: 5px;
    border-bottom: 1px solid #ededee;
    text-align: center;
    min-height: 35px;
}

.popup-buttons {
    display: flex;
    flex-direction: row;
    padding: 0px;
    min-height: 25px;
}

    .popup-buttons .button {
        flex: 1;
        display: block;
        min-height: 35px;
        line-height: 10px;
        margin-right: 0;
        border: none;
        border-right: .5px solid #ededee;
        border-bottom-left-radius: 3px;
        border-top: .5px solid #ededee;
        background-color: #ffffff !important;
        color: #333333 !important;
    }

        .popup-buttons .button:last-child {
            color: #0091ea !important;
            border-right: none !important;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 3px;
            border-top: .5px solid #ededee;
        }

        .popup-buttons .button b {
            font-weight: normal !important;
        }

body {
    font-family: Arial;
    font-size: 14px;
}

    body > span,
    body > h1 {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

span {
    color: #888888;
}

    span > b {
        color: black;
    }

.border-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ui-calendar {
    width: 100%;
}

    .ui-calendar > div.header {
        width: 100%;
        height: 30px;
        color: #46495a;
        text-align: center;
        padding: 3px;
    }

    .ui-calendar > .header span {
        padding: 0 15px;
        color: #46495a;
    }

    .ui-calendar > .header i {
        font-size: 22px;
        color: #46495a;
    }

    .ui-calendar > div.week {
        width: 100%;
        background: #0091ea;
    }

        .ui-calendar > div.week:first-child {
            border-top: none;
        }

        .ui-calendar > div.week > span.day {
            float: left;
            width: 14.28571429%;
            text-align: center;
            height: 25px;
            line-height: 23px;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            color: #46495a;
        }

        .ui-calendar > div.week.names > span {
            color: #ffffff;
            background: #0091ea;
        }

        .ui-calendar > div.week > span.day:first-child {
            border-left: none;
        }

        .ui-calendar > div.week > span.day.today > i {
            background: rgba(230, 0, 0, 0.52);
            color: white;
            display: inline-block;
            width: 1.75em;
            height: 1.75em;
            border-radius: 50%;
            text-align: center;
            text-decoration: none;
            transition: background-color .3s ease, color .3s ease;
            -o-transition: background-color .3s ease, color .3s ease;
            -moz-transition: background-color .3s ease, color .3s ease;
            -webkit-transition: background-color .3s ease, color .3s ease;
        }

        .ui-calendar > div.week > span.day.different-month {
            color: #C0C0C0;
        }

        .ui-calendar > div.week > span.day.selected > i {
            background: #d32a2a;
            color: white;
            display: inline-block;
            width: 1.75em;
            height: 1.75em;
            border-radius: 50%;
            text-align: center;
            text-decoration: none;
            transition: background-color .3s ease, color .3s ease;
            -o-transition: background-color .3s ease, color .3s ease;
            -moz-transition: background-color .3s ease, color .3s ease;
            -webkit-transition: background-color .3s ease, color .3s ease;
        }

    .ui-calendar .event:after {
        background: #d32a2a;
        border-radius: 50%;
        bottom: 0px;
        display: block;
        content: '';
        height: 4px;
        left: 55%;
        margin: -4px 0 0 -4px;
        position: relative;
        width: 4px;
    }

.section-calendar, .section-timeline {
    background: #ffffff;
    margin: 5px;
    border-radius: 3px;
}

.section-calendar {
    height: 200px;
}

.section-timeline {
    height: 100%;
}

    .section-timeline .scroll-content {
        top: 235px;
    }

.timeline {
    margin: 0;
    padding-top: 15px;
}

.timeline-header {
    height: 20px;
    text-align: center;
    text-transform: uppercase;
}

    .timeline-header span {
        padding: 0 20%;
        border-bottom: 1px solid #d32a2a;
    }

.tl-item {
    display: block;
}

.tl-wrap {
    display: block;
    margin-left: 65px;
    border-style: solid;
    background-image: linear-gradient(#0091ea,#0091ea);
    background-size: 1px 100%;
    background-repeat: no-repeat;
}

    .tl-wrap:before, .tl-future-item:before {
        content: '';
        top: -5px;
        left: -4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .tl-wrap:before {
        border: none;
        background-color: #0091ea;
    }

.tl-future-item:before {
    border: 1px solid #0091ea;
    background-color: #ffffff;
}

.tl-date {
    top: -10px;
    margin-left: -80px;
    display: block;
    width: 60px;
    text-align: right;
    color: #46495a;
}

.tl-date, .tl-wrap:before {
    float: left;
    position: relative;
}

.tl-content {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 10px;
    top: -20px;
    color: #46495a;
    width: 100%;
}

.tl-wrap::after, .tl-item::after {
    content: "";
    display: table;
    clear: both;
}

.left-menu .bar-footer, .left-menu .scroll-content {
    background: #46495a;
}
.form-content {
}

    .form-content .form-head {
        background: #e4e4e4;
        padding: 5px 10px;
        font-size: 13px;
        font-weight: bold;
        color: #999999;
    }

    .form-content .item-input {
        padding: 0px 0 0px 15px;
        border: 1px solid #f5f5f5;
        min-height: 40px;
    }

    .form-content span {
        font-size: 13px;
        color: #333333;
    }

.full-flex {
    flex: 0 0 100%;
    max-width: 100%;
}

.section-task .scroll-content {
    top: 190px;
}

.picker-modal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 150px;
    z-index: 12500;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    background: #ffffff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

    .picker-modal.modal-in,
    .picker-modal.modal-out {
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

    .picker-modal.modal-in {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .picker-modal.modal-out {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .picker-modal .picker-modal-inner {
        height: 100%;
        position: relative;
    }

    .picker-modal .toolbar {
        position: relative;
        width: 100%;
        background: #f7f7f8;
        height: 35px;
    }

        .picker-modal .toolbar::before {
            content: '';
            display: block;
            border-top: 1px solid #0091ea;
        }

    .picker-modal .toolbar-inner {
        height: 100%;
        font-size: 16px;
        line-height: 30px;
    }

    .picker-modal .left, .picker-modal .right {
        position: relative;
        width: 50%;
    }

    .picker-modal .left {
        width: 85%;
        float: left;
        text-align: left;
        color: #0091ea;
        padding-left: 15px;
    }

    .picker-modal .right {
        width: 15%;
        float: right;
        text-align: right;
    }

    .picker-modal .toolbar .close-picker {
        color: #0091ea;
        font-size: 25px;
        padding-right: 10px;
        line-height: 30px;
    }

    .picker-modal .picker-item {
        padding: 0 0 10px 15px;
        font-size: 18px;
        color: #5c5f6e;
    }

.form .title {
    color: #0091ea;
    text-transform: uppercase;
    text-align: center;
}

.button-save, .button-cancel {
    bottom: 10px !important;
    top: 10px !important;
    font-size: 15px !important;
    min-height: 20px !important;
    position: absolute;
}

select-box {
    width: 70%;
    overflow: hidden;
    padding-right: 10px;
}

    select-box div.selectBox {
        position: relative;
        display: inline-block;
        cursor: default;
        text-align: left;
        line-height: 40px;
        clear: both;
        color: #666666;
        width: 100%;
    }

    select-box span.selected {
        width: 85%;
        border-right: none;
        overflow: hidden;
        display: inline-block;
        text-align: right;
    }

    select-box span.selectArrow {
        width: 10%;
        text-align: right;
        font-size: 12px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #666666;
        display: inline-block;
    }

    select-box span.selectArrow, span.selected {
        position: relative;
        float: left;
        height: 30px;
        z-index: 1;
    }

.header-label {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.form-content input {
    padding-right: 10px !important;
}

/**
 * Optional, but makes everything look better.
 * Customize to your liking.
 */
.date-time .date-value {
    width: 85%;
    text-align: right;
    padding-right: 5%;
}

.date-time i {
    font-size: 20px;
    color: #666666;
}

.datetime {
}

    .datetime .popup-head {
        display: none;
    }

.datepicker .calendar {
    height: 210px;
}

    .datepicker .calendar abbr {
        border-bottom: none;
    }

.datepicker .weekDays {
    font-weight: bold;
}

.datepicker .day {
    padding: 5px;
    white-space: nowrap;
    color: #333333;
}

    .datepicker .day:hover {
        background-color: rgba(56, 126, 245, .5); /* Half-transparent $positive bg */
        cursor: pointer;
    }

    .datepicker .day:active {
        background-color: rgba(56, 126, 245, 1); /* Opaque $positive bg */
        cursor: pointer;
    }

.datepicker .selected {
    background-color: #0091ea !important;
    color: #ffffff;
}

.datepicker .today {
    background-color: rgba(0, 145, 234, 0.68);
    color: #ffffff;
}

.datepicker .disabled {
    background-color: rgba(248, 248, 248, .5) !important; /* Half-transparent $stable bg */
    color: rgba(178, 178, 178, 1) !important; /* Opaque $stable text */
    cursor: default !important;
}
.loading-container .loading {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(12, 12, 12, 0.94) !important;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 13px;
}

.ionic_toast {
    color: #ffffff;
    cursor: default;
    font-size: 1em;
    display: none;
    border-radius: 2px;
    opacity: 1;
    padding: 10px 25px;
    margin: 10px;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.80);
}

    .ionic_toast span {
        color: #FFFFFF;
    }

.ionic_toast_top {
    top: 10px;
}

.ionic_toast_middle {
    top: 40%;
}

.ionic_toast_bottom {
    bottom: 10px;
}

.ionic_toast_close {
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
}

.toast_close_icon {
    position: relative;
    top: 1px;
}

.ionic_toast_sticky .ionic_toast_close {
    display: block;
}

.ionic_toast_close:active {
    background-color: #555555;
}

.status-list {
    padding: 0px 10px 0px 20px !important;
}
.menu-open .menu-content .pane, .menu-open .menu-content .scroll-content {
    pointer-events: auto;
    overflow: hidden;
}
.max-lines {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}