﻿/*
Template Name: CIMA CSS
Author: RedWhale
Version: 1.0.0
File: App Css
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

body, .authCont a {
    color: #333;
}

.centerText {
    text-align: center;
}

.maxW {
    width: 100%;
}

.authCont {
    background-image: url("../img/login_cima_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-page {
    max-width: 650px;
    position: relative;
    margin: 0 auto;
}

.auth-card {
    border-radius: 10px;
}

.auth-logo {
    margin-top: 40px;
}

.card-body {
    padding: 0 70px;
}

.btn-login {
    background-color: #3f66a0;
    color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btn-login:hover {
        background-color: #42a0d2;
    }

.otpCont {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

    .otpCont .otp {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin: 0 10px;
        border-radius: 10px;
        max-width: 80px;
    }

.cima-icon, .cima-icon i {
    color: #3f66a0;
    font-size: 1.2em;
}

.cima-icon-stack {
    font-size: 0.6em;
    margin: 0px -18px 0px -18px;
}

/* TOP NAV */
.burger-icon {
    display: none;
}

.navbar-custom {
    background: #fff;
    margin-left: 270px;
    position: relative;
}

.topbar {
    background-color: #fff;
    width: 100%;
}

    .topbar .topbar-left {
        background-color: #fff;
        float: left;
        text-align: center;
        height: 90px;
        position: relative;
        width: 270px;
        z-index: 1;
        padding-top: 20px;
        padding-left: 40px;
    }

.topbar-nav {
    padding-right: 100px;
    padding-top: 20px;
}

    .topbar-nav .active {
        margin: 0 auto;
        text-align: center;
    }

        .topbar-nav .active a {
            color: #1B8BB5;
        }

    .topbar-nav .menuDot {
        position: absolute;
        width: 5px;
        height: 5px;
        top: 54px;
        background: #1B8BB5;
        border-radius: 10px;
        margin-left: 18px;
    }

    .topbar-nav a {
        color: #333;
        font-weight: bold;
    }

        .topbar-nav a:hover {
            text-decoration: none;
        }

    .topbar-nav .topNavBtnCont {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .topbar-nav .topNavBtn {
        color: #fff;
        padding: 0 24px;
    }

    .topbar-nav li {
        display: inline-block;
        padding: 15px 17px;
    }



.logoTopWide .main-logo {
    height: 50px;
    margin-left: 2px;
    display: inline-block;
}

.logoTopWide .topbar-left {
    padding-left: 40px;
}

.logoTopWide .navbar-custom {
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.navbar-custom .topbar-nav li,
.navbar-custom .user-name,
.navbar-custom .user-pic {
    float: left;
}

.navbar-custom .user-logout {
    float: right;
}

.navbar-custom .user-settings {
    float: right;
    margin-right: 10px;
}

.navbar-custom .user-name {
    padding-left: 10px;
    line-height: 16px;
    margin-top: 3px;
    margin-right: 16px;
    font-size: 1.2em;
    font-weight: 600;
}

.topbar-app-nav {
    padding-right: 30px;
}

.noti-frame {
    background-color: #f4f4f4;
    padding: 10px 10px 2px 10px;
    border-radius: 6px;
}

    .noti-frame .badge {
        position: absolute;
        margin-top: -10px;
    }

.noti-icon {
    font-size: 20px;
}

.button-menu-mobile {
    margin-top: 10px;
}

.navbar-custom .nav-link {
    padding: 0 0.75rem;
    color: #333;
    max-height: 70px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.navbar-custom .nav-link .nav-icon {
    font-size: 18px;
}

.button-menu-mobile {
    border: none;
    color: #7081b9 !important;
    width: 60px;
    background-color: transparent;
    cursor: pointer;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

    .topbar .topbar-left {
        float: left;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .topbar .logo-sm {
        height: 24px;
    }

    .topbar .logo-lg {
        height: 14px;
        margin-left: 2px;
    }

.nav-user img {
    height: 36px;
    width: 36px;
}

.navbar-custom {
    position: relative;
}

    .navbar-custom .nav-link {
        padding: 0 0.75rem;
    }

    .navbar-custom .nav-icon {
        font-size: 18px;
    }

.button-menu-mobile {
    border: none;
    width: 60px;
    background-color: transparent;
    cursor: pointer;
}

.nav-user .nav-user-name {
    vertical-align: middle;
}

.nav-user .nav-user-name {
}

.nav-user .nav-user-type {
    font-weight: normal !important;
}

.nav-user img {
    height: 36px;
    width: 36px;
}








/* THE WRAPPERS */
.cima-body {
    margin: 0;
    overflow-x: hidden !important;
    font-size: 14px;
    background-color: #fff; /*#edf0f5;*/
    color: #303e67;
    min-height: 100vh;
    letter-spacing: 0.1px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.cima-container {
    max-width: 1500px;
    margin: 0 auto;
}

.logined-page .page-content {
    background-color: #f4f4f4;
}

    .logined-page .page-content .card {
        border-radius: 10px;
    }

    .logined-page .page-content .dashcard:hover {
        border-radius: 10px;
        background-color: #42a0d2;
    }

    .logined-page .page-content .sidebarcard:hover {
        border-radius: 10px;
        background-color: #42a0d2;
    }

    .logined-page .page-content .formcard:hover {
        background-color: #FFFFFF !important;
    }

.sidebarcard {
    max-height: 100px !important;
}

.cima-body .card-body {
    padding: 0;
}

.dashboard-icons {
    padding: 20px 30px !important;
}

    .dashboard-icons .card-body {
        text-align: center;
    }

.card-icon-dash {
    font-size: 60px;
    padding: 20px;
}

.card-text-dash {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
}

.dashboard-icons a {
    color: #3f66a0;
}

    .dashboard-icons a .card-text-dash {
        color: #42a0d2;
    }

    .dashboard-icons a, .dashboard-icons a:hover {
        text-decoration: none;
    }

        .dashboard-icons a:hover .card-icon-dash,
        .dashboard-icons a:hover .card-text-dash,
        .dashboard-icons .card:hover .card-text-dash {
            color: #fff;
        }

.title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-title-box {
    padding: 18px 22px;
    color: #fff;
    background-color: #3f66a0;
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.plain-title-box {
    background-color: #fff;
    color: #002251;
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .page-wrapper .page-content {
        width: 100%;
        position: relative;
        padding: 0 0 60px 0;
        height: fit-content;
    }

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}


/* Calendar */
.calendar-row {
    /* max-width: 1400px;*/
}

.calendar-cont {
    padding: 20px;
}

.view-task {
    text-align: center;
    padding-top: 100px;
}

.card-daytasks {
    max-width: 600px !important;
}

.calendar-tasks {
    padding-top: 20px;
}

.icons-tasks {
    text-align: right;
    font-size: 18px;
}

    .icons-tasks i {
        padding: 10px;
    }

#viewtask {
    padding: 10px;
}

.label-cont {
}

.calendar-label {
    max-width: 130px;
    font-weight: bold;
}

.calendar-label-y {
    height: 29px;
}

.calendar-value {
}

    .calendar-value textarea {
        max-width: 100%;
    }

.calendar-item-cont {
    padding: 20px;
}

.calendar-item-cont2 {
    padding: 10px;
}

.calendar-legend ul {
    padding-top: 10px;
}

.calendar-legend li {
    display: inline-block;
    padding-right: 20px;
}

    .calendar-legend li .global {
        color: #008000;
    }

    .calendar-legend li .local {
        color: #2d96df;
    }

    .calendar-legend li .shared {
        color: #F3B644;
    }

    .calendar-legend li .completed {
        color: #b1b1b1;
    }

.card-header2 {
    background-color: #42a0d2;
    color: #fff;
    padding: 10px 0 0 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-striped .status-enabled {
    color: #fff;
    font-weight: bold;
    background-color: #40952c;
    padding: 5px 10px;
}

.table-striped .status-disabled {
    color: #fff;
    font-weight: bold;
    background-color: lightgray;
    padding: 5px 10px;
}


.newBoxContainer {
    margin-top: 50px;
}

.top-button-container {
    margin-bottom: 20px;
}

    .top-button-container .top-button, .btn-cima {
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 6px;
        width: fit-content;
    }

        .top-button-container .top-button:hover {
            cursor: pointer;
            background-color: #42a0d2;
            color: #fff;
        }

        .top-button-container .top-button a, .btn-cima a {
            color: #333;
            font-weight: bold;
        }

        .top-button-container .top-button:hover a {
            text-decoration: none;
            color: #fff;
        }

        .top-button-container .top-button i {
            color: #42a0d2;
            padding-right: 10px;
        }

        .top-button-container .top-button:hover i {
            color: #fff;
        }

    .top-button-container .top-button-right {
        margin-left: 10px;
        float: right;
    }

    .top-button-container .top-button-left {
        margin: 0px 10px 10px 0px;
        width: 320px;
    }

.guideline-button {
    margin: 0px 10px 0px 0px;
    float: left;
}

.guideline-button-selected {
    border: 2px solid #42A0D2 !important;
}

.btn-cima {
    font-weight: bold;
    font-size: 14px;
}

.first-btn {
    margin-right: 20px;
}

.btn-yellow {
    color: #fff;
    background-color: #42a0d2;
}

.btn-cima:hover {
    background-color: #eee;
}

.btn-yellow:hover {
    background-color: #42a0d2;
}

.user-manage-card {
    max-width: 1100px;
    margin: 0 auto;
}

    .user-manage-card .user-manage-container {
        padding: 40px;
    }

    .user-manage-card h4 {
        margin-bottom: 20px;
    }

    .user-manage-card .userInformation {
        margin-bottom: 40px;
    }

.checkbox-row-user {
    max-width: 800px;
}

.radio-update-user {
    padding: 30px 0 20px 0;
}


/* RedWhale*/
.alert {
    color: red;
}

.terms {
    text-align: center;
}

    .terms a {
        text-decoration: none;
    }

.agreeterms {
    text-decoration: underline;
}

.sortIcon {
    float: right;
    margin-top: 3px;
}

.toggleTaskCompleted {
    color: green;
    font-size: 2em;
}

.toggleTaskNotCompleted {
    color: lightgray;
    font-size: 2em;
}


.calendarTaskCompleted {
    text-decoration: line-through;
}

.agreeButton {
    color: white !important;
}

.dueDateAlert {
    color: red !important;
}

.clickable {
    cursor: pointer;
}

.btn-success {
    background-color: #42a0d2;
    border-color: #42a0d2;
    font-weight: 600;
}

    .btn-success:hover {
        background-color: #1B8BB5;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #42a0d2;
}

.dashboard-nav-icon {
    float: right;
    font-size: 1.25em;
    margin: 6px 20px 0px 0px;
    color: white;
}

.portal-icon {
    margin: 0px 10px 0px 10px;
    float: right;
}

.inputIcon {
    position: absolute;
    font-size: 1.6em;
    padding: 10px;
    color: #42a0d2;
    z-index: 99;
}

.inputField {
    padding-left: 50px;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.dropzone-area {
    width: 100%;
    text-align: center;
    background-color: #eef1f3;
    margin-top: 5px;
    height: 300px;
}

.sortIcon {
    float: right;
    margin-right: 10px;
    padding-top: 4px;
}

.modal-dialog {
    max-width: 1200px !important;
    margin: 200px auto 0px auto;
    width: 1000px !important;
    height: auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #1761FD;
    opacity: 1;
}

.fileUploadControl {
    padding: 3px 0px 0px 10px;
}

.taskfile {
    color: red;
}

.u4-label {
    padding: 16px 0px 0px 30px;
}

.public-weblink {
    font-size: 2em;
    margin-bottom: 30px;
}

.settingsSep {
    border: 2px solid #3f66a0;
    margin: 40px 0px 40px 0px;
}

.videoModal {
    top: 10%;
}

.dashboardMostRecent {
    font-size: 12px;
    padding: 5px 5px 5px 5px !important;
}

.dashboardMostRecentHeader {
    font-size: 16px;
    padding: 2px 5px 2px 5px !important;
    color: #42a0d2;
    cursor: pointer;
}

.dashboardMostRecentTable {
    margin-bottom: 0px !important;
}

.dashboardMostRecentIcon {
    float: right;
    padding: 5px 5px 1px 5px !important;
    cursor: pointer;
}

.addTaskButtons {
    padding-top: 7px;
}


/* BLUE THEME */
.login-blue {
    background-image: url("../img/login_cima_bg_blue.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* Dashboard Sidebar */
.side-icons {
    width: 100%;
    max-width: 110px;
    min-width: 100px;
    margin-top: -20px;
}

    .side-icons .card {
        margin-bottom: 0px;
        box-shadow: none;
    }

    .side-icons .card-icon-dash {
        font-size: 24px;
        margin-top: 10px;
    }

    .side-icons .card-text-dash {
        font-size: 11px;
    }

    .side-icons .card-icon-dash {
        padding: 5px;
    }

    .side-icons .card-text-dash {
        padding: 5px;
    }

.side-menu-body {
    background-color: #eee;
}

.side-icons .dashboard-icons {
    background-color: #fff;
    padding: 5px !important;
}


/* TOP NAV */

@media (max-width: 1024px) {
    .topbar .topbar-left {
    }

    .topbar .logo-lg {
        display: none !important;
    }
}

@media (max-width: 768px) and (max-width: 1023.98px) {
    .app-search {
        display: none;
    }
}

@media (max-width: 767px) {
    .app-search,
    .hidden-sm {
        display: none;
    }

    .cima-body .logo img {
        height: 30px;
    }

    .topbar {
    }

        .topbar .topbar-left {
            text-align: left;
            height: auto;
            padding-left: 10px;
        }

    .topbar-nav {
        padding-top: 0;
        padding-right: 0;
    }

    .page-title-box {
        padding: 10px;
        font-size: 24px;
    }

    .topbar-nav {
        display: none;
    }

    .burger-icon {
        display: block;
    }

    .page-wrapper {
        margin-top: 70px;
    }

    .topbar-nav li {
        padding-right: 0;
    }
}

@media (max-width: 375px) {

    .page-title-box .breadcrumb {
        display: none;
    }
}

@media (max-width: 1600px) {
    .dashcard {
        min-height: 174px;
    }
}
