﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,700");

/************************ Custom Loader ***********************/

.w3o_loadingScreen {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    justify-content: center;
    align-content: center;
    display: grid;
    background-color: #012A4B;
    opacity: 0.8;
}

.w3o_loadingAnim {
    animation-name: logoAnim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.w3o_loadingScreen svg {
    width: 300px;
}

.w3o_loadingScreen .loadingLabel {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

@keyframes logoAnim {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

/**************************************************************/

.logo-wrapper {
    padding: 16px;
}

.logo {
    height: 40px;
    width: 101px;
}

a {
    color: #012A4B;
}

    a:hover {
        color: #73C500;
    }

footer a {
    color: #6c757d;
}
.inpt-credentials {
    margin: 20px 0px;
}

    .inpt-credentials .cred-input-box {
        border: 1px solid #012a4b;
        border-radius: 3px;
        padding-top: 10px;
        font-size: 16px;
        border: none;
        border-radius: 0;
        padding-bottom: 0px;
    }

        .inpt-credentials .cred-input-box input {
            border: none;
            font-weight: 500;
            padding-bottom: 0px !important;
            border-bottom: 1px solid #012a4b;
            border-radius: 0;
        }

            .inpt-credentials .cred-input-box input:focus {
                outline: none !important;
                outline-width: 0 !important;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
            }

.navbar {
    background-color: #012A4B !important;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding: 0px;
}

    .navbar .container-fluid{
        max-width: 1650px;
    }

.nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

    .nav-link:hover {
        color: #73C500 !important;
    }

.navbar-brand {
    padding: 0px 40px !important;
    font-weight: 500;
    font-size: 25px;
    color: #73C500 !important;
}

.user-account {
    text-transform: initial !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

body {
    font-family: Montserrat,"sans-serif";
    color: #012A4B;
    font-size: 16px;
}

.table thead {
    background-color: #012A4B;
    color: white;
    height: auto;
    vertical-align: middle;
}

.table th {
    padding: 5px 10px;
    /*font-size: 20px;*/
    font-weight: 500;
}

.table td {
    vertical-align: middle;
    border-color: #012A4B;
    padding: 5px 10px;
    /*font-size: 18px;*/
}

.search-box{
    padding: 10px 10px;
}

    .search-box .w3o-input,
    .search-box .w3o-select {
        margin-right: 20px;
        min-width: 230px;
    }

    .search-box db-title {

    }

.w3o-input,
.w3o-select {
    border: 1px solid #012a4b;
    border-radius: 3px;
    padding: 6px 5px;
    font-size: 16px;
}

    .w3o-input:focus,
    .w3o-select:focus,
    .w3o-input:active,
    .w3o-select:active {
        box-shadow: 0px 0px 4px 1px #012a4b;
        outline: none;
    }

.w3o-select {
    padding: 8px 18px;
}

select:disabled {
    background-color: #e9ecef;
}

.w3o-title {
    font-weight: 800;
}

.btn-w3o {
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #012a4b;
    text-align: center;
    position: relative;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    background-color: transparent;
    padding: 5px 20px;
    color: #012a4b;
}

    .btn-w3o:hover {
        background-color: #012A4B;
        color: white;
        outline: none;
        box-shadow: none;
    }

    .btn-w3o:active,
    .btn-w3o:focus {
        outline: none;
        box-shadow: none;
        background-color: #012A4B;
        color: white;
        border: 1px solid #012a4b;
    }

    .btn-w3o.btn-w3o-danger {
        border: 0px;
        background-color: palevioletred;
        color: white;
        border-radius: 5px;
    }

        .btn-w3o.btn-w3o-danger:hover {
            background-color: indianred;
        }

    .btn-w3o.btn-w3o-secondary {
        border: 0px;
        background-color: grey;
        color: white;
        border-radius: 5px;
    }

        .btn-w3o.btn-w3o-secondary:hover {
            background-color: dimgrey;
        }

    .btn-w3o.btn-w3o-success {
        border: 0px;
        background-color: forestgreen;
        color: white;
        border-radius: 5px;
    }

        .btn-w3o.btn-w3o-success:hover {
            background-color: darkgreen;
        }

    .btn-w3o.btn-w3o-action {
        border: 0px;
        color: white;
        background-color: #225a87;
        border-radius: 5px;
    }

        .btn-w3o.btn-w3o-action:hover {
            background-color: #214e72;
            color: #73C500;
        }

.btn-w3o-icon {
    border: none;
    background-color: transparent;
    color: #214e72;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    float: right;
    width: auto;
}

.modal .btn-w3o-icon {
    color: #214e72;
}

    .btn-w3o-icon:hover{
        border: none;
        color: #73C500;
        background-color: transparent;
        box-shadow: none;
        outline: none;
    }

    .btn-w3o-icon:focus,
    .btn-w3o-icon:active {
        outline: none;
        color: #73C500;
        box-shadow: none;
        background-color: transparent;
        border: none;
    }

.btn-w3o-nav {
    border: none;
    background-color: transparent;
    color: #012a4b;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    width: auto;
}

    .btn-w3o-nav:hover,
    .btn-w3o-nav:active {
        border: none;
        color: #73C500;
        background-color: transparent;
        box-shadow: none;
    }

    .btn-w3o-nav:focus {
        border: none;
        color: #012a4b;
        background-color: transparent;
        box-shadow: none;
    }

.btn-w3o-list {
    margin: 5px;
}

.btn-w3o-list.btn-w3o {
    min-width: 150px;
    max-width: 250px;
    min-height: 80px;
    border-radius: 10px;
}

.w3o-flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.w3o-align-items-center {
    display: flex;
    overflow: auto;
}

.btn-w3o-navBack {
    font-size: 1.4rem;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
}

    .btn-w3o-navBack:hover,
    .btn-w3o-navBack :active {
        color: #73C500;
        box-shadow: none;
    }

    .btn-w3o-navBack:focus {
        color: #012a4b;
        box-shadow: none;
    }

.alert {
    /*color: #FFFFFF;*/
}

.alert .alert-head {
    display:flex;
}

    .alert .modal-content {
        padding: 20px;
        padding-top: 10px;
        background-color: #ffbdbd;
        display: grid;
        border: 5px solid #ffa0a0;
    }

.alert .alert-title-container {
    display:flex;
    justify-content: center;
    /*margin:auto;*/
}

.alert .alert-title {
    margin: 5px;
}

    .alert .alert-body {
        margin: auto;
        padding: 25px 0px;
        background: #ffd9d9;
        padding: 20px 60px;
        border-radius: 5px;
        width: 100%;
        margin: 15px 0px;
    }

.alert .alert-footer {
    padding-top: 10px;
    display: grid;
    justify-content: center;
}

.check-w3o {
    transform: scale(2.5);
    margin-left: 10px;
    accent-color: #012a4b;
    border-color: red;
}

footer {
    background-color: #012A4B !important;
}

.carousel-fileItem {
    /*width: 100%;*/
    /*margin: 0 0px;*/
}

.carousel-ext-Icon {
    font-size: 70px;
    width: 100%;
    text-align: center;
    height: 100%;
    margin-bottom: 5px;
    color: #012A4B;
}

.w3o-slide-container {
    margin: auto 10px;
    vertical-align: middle;
    height: 100%;
}

.w3o-slide-img-container {
    margin: auto 10px;
    vertical-align: middle;
    height: auto;
}

.w3o-slide-container-top {
    margin: 0 10px;
    vertical-align: middle;
    height: auto;
}

    .w3o-slide-container img {
        width: 100%;
        text-align: center;
        height: 100%;
        margin: auto 0px;
    }

/***************************** PDF Export Styling ****************************/

.slider:not(.slick-initialized) .w3o-slide-container {
    float: left;
    margin: 10px;
    height: auto;
}

    .slider:not(.slick-initialized) .w3o-slide-container .w3o-slide-img-container {
        height: 150px;
        width: auto;
    }

    .slider:not(.slick-initialized) .w3o-slide-container .carousel-fileItem {
        max-width: 280px;
    }

.slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.w3o_pdfHeader {
}

.w3o_pdfHeader .logo-wrapper {
    background-color: #012A4B;
    display: inline-block;
}

.w3o_pdf_hfCenter {
    color: #012A4B;
    align-content: center;
    display: grid;
    text-align: center;
}

.w3o_pdfFooter {
}

.w3o_pdf_hfRight,
.w3o_pdf_hfLeft {
    align-content: center;
    display: grid;
}

.w3o_pdf_hfRight .row {
    padding-right: 15px;
    display: flex;
    justify-content: end;
}

.w3o_pdf_hfLeft .row {
    padding-left: 15px;
    display: flex;
    justify-content: start;
}

/*****************************************************************************/
.collapseTitleBar {
    margin-top: 10px;
    padding-top: 10px;
}

/*.weather-Icon-Container {
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    display: grid;
}

.weather-Icon {
    font-size: 30px;
    text-align: center;
}*/
.weather-Icon {
    font-size: 20px;
    text-align: center;
    color: #012A4B;
}

.weather-col{
    text-align:center;
}

.weather-description {
    display: block;
}

.w3o-tooltip {
    border-color: #73C500;
    color: #012A4B;
}

.td-sm-hidden {
    display: revert;
}

.td-lg-hidden {
    display: none;
}

.th-lg {
    display: block;
}

.th-sm {
    display: none;
}

.slider {
    margin: 20px auto;
    padding: 0px 50px;
    /*width: 100%;*/
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
}

.slide-img {
    margin: auto 20px;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #012a4b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-track {
    display: flex;
}

/*img.slide-img.ng-scope.slick-slide {
    width: auto !important;
    height: 240px;
}*/

.w3o-View,
select option[label="View"] {
    background-color: #AF8FC1;
    color: white;
}

.w3o-CEO,
select option[label="CEO"] {
    background-color: #f38a8d;
    color: white;
}

.w3o-CommercialDirector,
select option[label="Commercial Director"] {
    background-color: #eb9e72;
    color: white;
}

.w3o-ContractManager,
select option[label="Contract Manager"] {
    background-color: #6dbf95;
    color: white;
}

.w3o-SiteManager,
select option[label="Site Manager"] {
    background-color: #81cacd;
    color: white;
}

.w3o-SiteApprover,
select option[label="Site Approver"] {
    background-color: #d77aa9;
    color: white;
}

.w3o-SiteCompiler,
select option[label="Site Compiler"] {
    background-color: #71819f;
    color: white;
}

.w3o-SiteUser,
select option[label="Site User"] {
    background-color: #275e8b;
    background: #275e8b;
    color: white;
}
.w3o-nav-tabs {
    margin-top: 15px;
}

.w3o-nav-tabs li button.active {
    background-color: #012A4B !important;
    color: white !important;
}

.w3o-nav-tabs li button {
    color: #012A4B !important;
}

.w3o-nav-tabs.nav-tabs {
    border: none !important;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }

    .logo-wrapper {
        padding: 12px;
    }

    .logo {
        height: 30px;
        width: 75px;
    }

    .navbar {
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding: 0px;
    }

    .nav-link {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }

        .nav-link:hover {
            color: #73C500 !important;
        }

    .navbar-brand {
        padding: 0px 0px !important;
        font-size: 16px;
        text-align: center;
    }

    .search-box {
        padding: 5px 5px;
    }

        .search-box .w3o-input,
        .search-box .w3o-select {
            margin-right: 10px;
            min-width: 80px;
        }

    .w3o-input,
    .w3o-select {
        border: 1px solid #012a4b;
        border-radius: 2px;
        padding: 2px 5px;
        font-size: 14px;
    }

    .w3o-select {
        padding: 3px 5px;
    }

    .btn-w3o {
        font-size: 14px;
        padding: 3px 15px;
    }

    .check-w3o {
        transform: scale(1.8);
        margin: 0px 0px 0px 6px;
    }

    .btn-w3o-nav {
        font-size: 15px;
    }

    .weather-col {
        text-align: center;
    }
}

@media (max-width: 950px) {
    .container, .container-sm {
        max-width: 890px;
    }

    .card-body-sm-full {
        padding: 1.0rem 1.0rem;
    }
}

@media (max-width: 900px) {
    .container, .container-sm {
        max-width: 890px;
    }

    .card-body-sm-full {
        padding: 0.8rem 0.8rem;
    }
}

@media (max-width: 850px) {
    .container, .container-sm {
        max-width: 840px;
    }

    .card-body-sm-full {
        padding: 0.5rem 0.5rem;
    }

    body {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .logo-wrapper {
        padding: 12px;
    }

    .logo {
        height: 30px;
    }

    .navbar {
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding: 0px;
    }

    .nav-link {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
    }

        .nav-link:hover {
            color: #73C500 !important;
        }

    .navbar-brand {
        padding: 0px 0px !important;
        font-size: 16px;
        text-align: center;
    }

    .search-box {
        padding: 5px 5px;
    }

        .search-box .w3o-input,
        .search-box .w3o-select {
            margin-right: 10px;
            min-width: 70px;
        }

    .w3o-input,
    .w3o-select {
        border: 1px solid #012a4b;
        border-radius: 2px;
        padding: 1px 2px;
        font-size: 12px;
    }

    .w3o-select {
        padding: 2px 2px;
    }

    .btn-w3o {
        font-size: 12px;
        padding: 3px 15px;
    }

    .check-w3o {
        transform: scale(1.8);
        margin: 0px 0px 0px 6px;
    }

    .btn-w3o-nav {
        font-size: 15px;
    }

    .th-lg
    {
        display:none;
    }

    .th-sm {
        display: block;
    }
}

@media only screen and (max-width: 670px) {
    body {
        font-size: 11px;
    }
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 11px;
    }

    .logo-wrapper {
        padding: 12px;
    }

    .logo {
        height: 30px;
    }

    .navbar {
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding: 0px;
    }

    .nav-link {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
    }

        .nav-link:hover {
            color: #73C500 !important;
        }

    .navbar-brand {
        padding: 0px 0px !important;
        font-size: 16px;
        text-align: center;
    }

    .search-box {
        padding: 5px 5px;
    }

        .search-box .w3o-input,
        .search-box .w3o-select {
            margin-right: 10px;
            min-width: 70px;
        }

    .w3o-input,
    .w3o-select {
        border: 1px solid #012a4b;
        border-radius: 2px;
        padding: 1px 2px;
        font-size: 11px;
    }

    .w3o-select {
        padding: 2px 2px;
    }

    .btn-w3o {
        font-size: 11px;
        padding: 3px 15px;
    }

    .check-w3o {
        transform: scale(1.7);
        margin: 0px 0px 0px 5px;
    }

    .btn-w3o-nav {
        font-size: 14px;
    }

    .btn-w3o-icon {
        font-size: 18px;
    }

    .weather-description {
        display: none;
    }

    .td-sm-hidden {
        display: none;
    }

    .td-lg-hidden {
        display: revert;
    }

    /*img.slide-img.ng-scope.slick-slide {
        width: auto !important;
        height: 150px;
    }*/
}

@media only screen and (max-width: 420px) {
    body {
        font-size: 8px;
    }

    .logo-wrapper {
        padding: 12px;
    }

    .logo {
        height: 30px;
    }

    .navbar {
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding: 0px;
    }

    .nav-link {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
    }

        .nav-link:hover {
            color: #73C500 !important;
        }

    .navbar-brand {
        padding: 0px 0px !important;
        font-size: 16px;
        text-align: center;
    }

    .search-box {
        padding: 5px 5px;
    }

        .search-box .w3o-input,
        .search-box .w3o-select {
            margin-right: 10px;
            min-width: 70px;
        }

    .w3o-input,
    .w3o-select {
        border: 1px solid #012a4b;
        border-radius: 2px;
        padding: 1px 2px;
        font-size: 10px;
    }

    .w3o-select {
        padding: 2px 2px;
    }

    .btn-w3o {
        font-size: 10px;
        padding: 3px 15px;
    }

    .check-w3o {
        transform: scale(1.2);
        margin: 10px 0px 0px 8px;
    }

    .btn-w3o-nav {
        font-size: 15px;
    }

    .btn-w3o-icon {
        font-size: 15px;
    }

    .h5, h5 {
        font-size: 0.85rem;
    }

    .h3, h3 {
        font-size: calc(1.1rem + .5vw);
    }

    .h4, h4 {
        font-size: calc(1.075rem + .2vw);
    }

    .card-body-sm-full {
        padding: 1px;
    }

    .weather-Icon
    {
        font-size: 20px;
    }
}



@media (max-width: 300px) {
    body {
        font-size: 8px;
    }

    .h3, h3 {
        font-size: calc(0.9rem + .4vw);
    }

    .h4, h4 {
        font-size: calc(0.775rem + .1vw);
    }

    .h5, h5 {
        font-size: 0.65rem;
    }

    .weather-Icon {
        font-size: 18px;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    max-height:400px;
    overflow: scroll;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.modal-dialog {
    font-size: 16px;
}

    .modal-dialog
    .w3o-input,
    .modal-dialog
    .w3o-select {
        border: 1px solid #012a4b;
        border-radius: 3px;
        padding: 6px 5px;
        font-size: 16px;
    }

    .modal-dialog
    .btn-w3o {
        font-size: 15px;
        padding: 5px 20px;
    }

    .modal-dialog
    .btn-w3o-icon {
        font-size: 22px;
    }

    .modal-dialog .table {
        font-size: 12px;
    }

    .modal-dialog .h5,
    .modal-dialog h5 {
        font-size: 1.25rem;
    }

#login-submit.btn-w3o {
    font-size: 15px !important;
}