﻿/* TEXT & FONTS */
/* TEXT - GLOBALS */
body {
    font-family: canada-type-gibson,'PT Sans',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 21px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}


.cursive {
    font-family: 'Just Another Hand', cursive;
}
/*.cursive2 {font-family: 'Gochi Hand', cursive;} */


/* LINK COLORS */
a, a:link, a:visited {
    color: #005090;
    text-decoration: none;
}

    a:hover, a:active {
        color: #002544;
    }

/* TEXT COLORS */
.text-white, .text-white p, .text-white li {
    color: #fff;
}

.text-green-dark, .text-green-dark {
    color: #1E593A;
}

.text-primary, .text-primary p, .text-green, .text-green p {
    color: #002544 !important;
}

.text-green-lime, .text-green-lime p {
    color: #8BC34A;
}

.text-red {
    color: #DA2020;
}

.text-orange, .text-orange p {
    color: #DA8A20;
}

.text-gray, .text-gray p {
    color: #5E5E5E;
}

.text-gray-light, .text-gray-light p {
    color: #959DAD;
}


/* TEXT - UTILITY */
.text-xl {
    font-size: 200%;
}

.text-lg {
    font-size: 115%;
}

.text-md {
    font-size: 1rem;
}

.text-sm {
    font-size: 80%;
}

.small-title {
    font-size: 80%;
}

.uppercase {
    text-transform: uppercase;
}

.h-100 {
    line-height: 1 !important;
}

.text-default {
    font-family: canada-type-gibson,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-medium {
    font-family: canada-type-gibson,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.text-semibold {
    font-family: canada-type-gibson,sans-serif;
    font-weight: 600;
    font-style: normal;
}

.text-bold {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 700;
    font-style: normal;
}



/* COLORS */
/* PAGE BACGKROUNDS */
body {
    background-color: #F8F8F8;
}

    body.login {
        background-color: #002544;
        background-image: url("../img/page_bg_login.png"), linear-gradient(180deg, rgba(0,37,68,1) 0%, rgba(0,80,144,1) 100%);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.black {
        background-color: #000;
    }


/* BADGES */
.badge-orange {
    background-color: #DA8A20;
    color: #fff;
}


.badge {
    font-size: 9px;
    font-weight: 500;
}

/*HOME PAGE FILTER BADGE */
#applied-filters .badge {
    font-size: 10px;
    line-height: 10px;
    padding: 6px;
}

    #applied-filters .badge:hover {
        pointer: cursor;
        opacity: .6;
    }

.dropdown-item.align-middle .badge {
    vertical-align: middle;
}

/* PHOTO PAGE GALLERY */
#gallery img {
    border: 1px solid #efefef;
}

/* CARDS */
.card {
    border-radius: 4px;
}

.card-white {
    background-color: #fff;
}

.card-gray {
    background-color: #E8E8E8;
}

.card-orange {
    background-color: #DA8A20;
}

.card-red {
    background-color: #DA2020;
}

.card-green {
    
}


.card-green-lime {
    background-color: #8BC34A;
}

.card-label {
    font-size: 80%;
    text-transform: uppercase;
}

.card-data {
    font-size: 120%;
    font-weight: 600;
}

.card.shadow {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}


.card .card-title p {
    line-height: 1;
}

.card .card-title small {
    opacity: .6;
}

.card .card-data, .card .card-body span {
    color: #5E5E5E;
}

.card .card-header {
    padding: 1rem;
}

.card-moves .card-header {
    background-color: #8BC34A;
}

.card-moves .card-actions {
    color: #fff;
}

    .card-moves .card-actions em:hover {
        opacity: .6;
        cursor: pointer;
    }

.card-moves span.card-label {
    color: #34855B;
}

.card-moves .card-title {
    font-weight: 600;
}

.card-moves .card-actions button {
    color: #fff;
}

.card-teams .card-header {
    background-color: transparent;
    border: 0px;
}

.card-teams .user {
    border-bottom: 1px solid #F4F4F6;
}

    .card-teams .user.last {
        border: 0px;
    }

.card-teams .card-body {
    padding: 0 1rem;
}

.card-upcoming .card-header {
    background-color: #fff;
}

.card-upcoming .card-title {
    color: #5E5E5E;
}

.card-upcoming .card-actions {
    color: #5E5E5E;
}

.card-upcoming span.card-label {
    color: #8f8f8f;
}

.card-upcoming .card-actions em:hover {
    opacity: .6;
    cursor: pointer;
}

.card-upcoming.card-moves .card-title {
    color: #5E5E5E;
}



.status-complete .card-header {
    background-color: #8F8F8F;
    color: #fff;
}

.card-past.status-complete span.card-label {
    color: #8f8f8f;
}

.status-complete .card-actions button {
    color: #fff;
}

    .status-complete .card-actions button:hover {
        opacity: .6;
        cursor: pointer;
    }

.status-onhold .card-header {
    background-color: #DA8A20;
    color: #fff;
}

.card-past.status-onhold span.card-label {
    color: #DA8A20;
}

.status-onhold .card-actions button {
    color: #fff;
}

    .status-onhold .card-actions button:hover {
        opacity: .6;
        cursor: pointer;
    }

.status-alert .card-header {
    background-color: #DA2020;
    color: #fff;
}

.card-past.status-alert span.card-label {
    color: #DA2020;
}

.status-alert .card-actions button {
    color: #fff;
}

    .status-alert .card-actions button:hover {
        opacity: .6;
        cursor: pointer;
    }


.card-users .card-header {
    background-color: transparent;
    border: 0px;
    padding: 1.25rem;
}


/* HEADER */
.header-actions button {
    color: #fff;
    border: 0px;
    padding: 0px;
    background-color: transparent;
}

.home .header-actions button {
    color: #fff;
}

    .home .header-actions button:hover {
        color: #8BC34A;
    }

.subpage .header-actions button {
    color: #5E5E5E;
}

    .subpage .header-actions button:hover {
        color: #333;
    }

.moves #featured {
    background-color: #1E593A;
}

.moves-am-org #featured {
    background-color: #1044d5;
}

.moves-wa-org #featured {
    background-color: #34855B;
}

.moves #featured .d-inline-block {
    margin-right: 30px;
}

.moves .separator {
    height: 3px;
    background-color: #34855B;
}

/* Project Status Dots */
.dot {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

    .dot.green {
        background-color: #34855B;
    }

    .dot.red {
        background-color: #DA2020;
    }

    .dot.orange {
        background-color: #DA8A20;
    }

    .dot.gray {
        background-color: #E8E8E8;
    }

.home #header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wa-org #header {
    background-image: url("../img/header_bg_green.jpg");
}

.am-org #header {
    background-image: url("../img/header_bg_blue.jpg");
}


.home #header {
    background-color: #eee;
}

    .home #header h1 {
        color: #fff;
    }

.home .header-actions li {
    color: #fff;
}

    .home .header-actions li:hover {
        color: #8BC34A;
        cursor: pointer;
    }

.avatar {
    border-radius: 50%;
    border: 3px solid transparent;
}

.header-profile:hover .avatar {
    border: 3px solid #8BC34A;
}


.header-profile .dropdown-toggle::after {
    display: none;
}




/* MAIN NAVIGATION */
#navigation {
    background-color: #fff;
    border-top: 1px solid #EBEBEB;
}

    #navigation.shadow {
        -webkit-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.25);
    }

.navbar-light .navbar-toggler {
    color: #fff;
    border: 1px solid #72a28a;
}


.nav-link.active {
    border-bottom: 5px solid #DA8A20;
}

.nav-item {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 85%;
}

.nav-item {
    border-right: 1px solid #EBEBEB;
}

.nav a:link, .nav a:visited {
    color: #959DAD;
}

.nav a:hover, .nav a:active {
    color: #333;
}

.nav .dropdown-item:active {
    color: #fff;
}


@media (max-width: 767px) {
    .nav-item {
        border-right: 0px;
    }

    .dropdown-menu {
        border: 0px;
        background-color: transparent;
        font-size: inherit;
    }
}


/* TOOLBARS - ACTION ICONS */
.actions-list button {
    color: #707070;
}

    .actions-list button:hover {
        color: #000;
    }

.actions-list .list-inline .list-inline-item {
    margin-right: 0px;
}
/* Boostrap Overwrite */


/* FOOTER */
#footer {
    background-color: #fff;
}

/* MODAL WINDOWS */
.modal label {
    font-size: 1rem;
}

/* ACCORDIANS */
.owl-controlls .owl-page span {
    background-color: #5E5E5E;
    opacity: 0.25;
}

/* BUTTONS */
.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

.btn-primary {
    background-color: #005090;
    color: #fff;
    border: 0;
}

    .btn-primary:hover {
        background-color: #002544;
        color: #fff;
    }

.btn-wa-org {
    background-color: #34855B;
    color: #fff;
}

    .btn-wa-org:hover {
        background-color: #8BC34A;
        color: #fff;
    }

.btn-am-org {
    background-color: #1044d5;
    color: #fff;
}

    .btn-am-org:hover {
        background-color: #114ef7;
        color: #fff;
    }




.btn-green-lime {
    background-color: #8BC34A;
    color: #fff;
}

.btn-red {
    background-color: #DA2020;
    color: #fff;
}

    .btn-red:hover {
        background-color: #e1a14d;
        color: #fff;
    }

.btn-orange {
    background-color: #DA8A20;
    color: #fff;
}

    .btn-orange:hover {
        background-color: #e1a14d;
        color: #fff;
    }

.btn-yellow {
    background-color: #FFE435;
    color: #fff;
}

.btn-nobg {
    background-color: none;
    background: none;
    border: 0px;
}

.btn.icon-only {
    font-size: 18px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 1rem;
}
/* Bootstrap Overwrite */

.btn-group.group-orange button {
    color: #fff;
}

    .btn-group.group-orange button:hover {
        color: #1E593A;
    }

.fa-1-5x {
    font-size: 180%;
}


/* SELECT MENUS */
.dropdown-item.active, .dropdown-item:active {
    background-color: #34855B;
}
/* Bootstrap Overwrite */
.dropdown-item.active, #toolbar .dropdown-item:active {
    background-color: #34855B;
}
/* Bootstrap Overwrite */

.am-org .dropdown-item.active {
    background-color: #1044d5;
}

.wa-org .dropdown-item.active {
    background-color: #34855B;
}

.option-for-wa-org.active {
    background-color: #34855B;
}

.option-for-am-org.active {
    background-color: #1044d5;
}


/* TABS */
#moveListTabs {
    background-color: #fff;
    border-radius: 3px;
    min-height: 60px;
}

    #moveListTabs button {
        border: 0px;
        background-color: transparent;
        border-right: 1px solid #efefef;
    }

        #moveListTabs button:last-child {
            border-right: 0px;
        }
/*#moveListTabs .active {background-color: #34855B;}*/

.moveListTabs-for-am-org .active {
    background-color: #1044d5 !important;
}

.moveListTabs-for-wa-org .active {
    background-color: #34855B !important;
}

.walk-exceptions-select-for-wa-org .selected {
    background-color: #34855B !important;
}

.walk-exceptions-select-for-am-org .selected {
    background-color: #1044d5 !important;
}


.user-select-picker-for-wa-org .selected {
    background-color: #34855B !important;
}

.user-select-picker-for-am-org .selected {
    background-color: #1044d5 !important;
}

#add-user-carousel-for-wa-org .btn-add-user-to-proj {
    background-color: #34855B;
}

#add-user-carousel-for-am-org .btn-add-user-to-proj {
    background-color: #1044d5;
    color: white;
}

#include-proj-images-for-wa-org::before {
    background-color: #34855B;
}

#include-proj-images-for-am-org::before {
    background-color: #1044d5;
}


/* MODALS */
.modal .modal-footer.noborder, .modal .modal-header.noborder {
    border: 0px;
}

.modal .modal-footer {
    justify-content: center;
}

.modal .bg-green-lime {
    background-color: #8BC34A;
}

.modal .bg-gray {
    background-color: #EFEFEF;
}

    .modal .bg-gray a:link, .modal .bg-gray a:visited {
        color: #DA8A20;
        text-decoration: none;
    }

    .modal .bg-gray a:hover, .modal .bg-gray a:active {
        color: #333;
    }


/*MAC scrollbars issue*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:horizontal {
        height: 15px;
    }

    ::-webkit-scrollbar:vertical {
        width: 15px;
    }

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.header-logo-layout {
    max-width: 240px;
}

.header-logo {
    max-width: 240px;
}

.ecms-exception-card {
    background-color: #1044d5;
}
