﻿
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");*/

/*Page variables*/

:root {
    --backgroundColor: #2f4050;
    --breadcrumbColor: #727d82;
    --breadcrumbColorHover: #8E979B;
    --breadcrumbColorTitle: #e6e9ed;
    --actionBarColor: #2f4050;
    --hyperlinkColor: #337ab7;
    --hyperlinkHoverColor: #2452a9;
    --rowActionFontColor: #337ab7;
    --vwiLogo: url(../Images/logo.png);
    --backgroundFont: #FFFFFF;
}

html, body {
    height: 100%;
    margin: 0px;
}

    /*Full site styles*/
    body.nessis-page {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background-color: #2f4050;
        background-color: var(--backgroundColor);
        color: #676a6c;
        overflow-x: hidden;
        font-size: 13px;
        margin: 0px;
        min-width: 320px;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    background-color: var(--hyperlinkColor);
    border-color: var(--hyperlinkColor);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
        background: #2452a9;
        border-color: #2452a9;
        background: var(--hyperlinkHoverColor);
        border-color: var(--hyperlinkHoverColor);
        color: #FFFFFF;
    }

.btnstatus {
    padding: 3px 12px;
}

.buttonNotSelected, .buttonNotSelected:hover, .buttonNotSelected:active, .buttonNotSelected:focus {

    filter: brightness(0.7);

}

#wrapper {
    width: 100%;
    height: 93%;
}

.form-control:focus {
    border-color: transparent;
}

.footer {
    bottom: 0;
    left: 0;
    padding: 5px 5px;
    position: fixed;
    right: 0;
    color: white;
    width: 162px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}

a {
    cursor: pointer;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.sortField {
    color: var(--hyperlinkColor);
    cursor: pointer;
}

.listActions a {
    padding-left: 10px;
    font-size: 17px;
    color: var(--rowActionFontColor);
}

.listActions {
    text-align: right;
}

.fa, .fas {
    font-weight: 400;
}

.pageTitle {
    font-size: 24px;
    width: 100%;
}

/* Action Bar */
/*@media (min-width: 991px) {
    .pageTitle {
        height: 38px;
    }
}

@media (max-width: 991px) {
    .pageTitle {
        height: 75px;
    }
}*/

.sectionTitle {
    font-size: 16px;
    width: 100%;
    background-color: whitesmoke;

}

#page-wrapper {
    background-color: white;
    border-radius: 7px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
}

@media (min-width: 813px) {
    #page-wrapper {
        position: inherit;
        margin: 0px 0 0 162px;
        min-height: 100%;
    }

    .menuhidden {
        margin-left: 0px !important;
    }


    #side-navbar {
        width: 162px;
        margin-top: 130px;
        display: block;
    }

    #footer-navbar {
        display: block;
    }

    .big-nav {
        display: block;
    }

    .small-nav {
        display: none;
    }

    .navbar-nav > li {
        float: left;
    }

    .welcometext {
        font-size: 8pt;
        line-height: 0px;
        display: block;
        margin-top: 15px;
        padding-right: 15px;
        color: white;
    }
}



@media (max-width: 813px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        min-height: 1000px;
    }
    /*#footer-navbar {
        display: none;
    }*/

}


@media screen and (max-width: 813px) {


    .big-nav {
        display: none;
    }

    .small-nav {
        display: inline-block;
    }

    .welcometext {
        display: none;
    }

    .navbar-nav > li {
        float: right;
    }

    .navbar-right {
        float: right !important;
        margin: 0px;
        margin-right: -15px;
    }

    #side-navbar {
        display: none;
        margin-top: 60px;
        height: auto;
        overflow: hidden;
        position: absolute;
        width: 162px;
        z-index: 1001;
        background-color: var(--backgroundColor);
        border-top: 2px solid var(--breadcrumbColorTitle);
    }

    .responsive {
        display: block;
    }
}


@media print {
    #page-wrapper {
        margin: 0;
    }
}

#top-navbar li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
}
/*Top Navigation page*/

#top-navbar .navbar {
    margin-bottom: 0px;
}

#top-navbar .navbar-top-links .topmenu span {
    display: inline-block;
    font-size: 1.5rem;
}

#top-navbar a {
    background-color: inherit;
    color: #2f4050;
    color: var(--backgroundColor);
}

#top-navbar .navbar-apps {
    margin-left: 15px;
    float: left;
    height: 50px;
    padding: 15px 6px;
    font-size: 18px;
    line-height: 20px;
}

#side-navbar {
    z-index: 2001;
    position: absolute;
}

.logo-container {
    margin-top: 15px;
    margin-left: 10px;
    width: 110px;
}

.logo-toggle {
    float: right;
    margin-top: 20px;
    color: white;
    color: var(--backgroundFont);
}

.vwi-logo {
    background: var(--vwiLogo);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 40px;
    min-width: 110px;
}

.top-menu {
    display:inline;
}

#side-navbar #right-menu {
    margin-top: 0px;
}

#side-navbar i {
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    width: 25px;
}

#side-navbar a {
    color: white;
    color: var(--backgroundFont);
}

    #side-navbar a:focus, #side-navbar a:hover {
        background-color: rgba(0, 0, 0, .3);
    }

    #side-navbar a:hover {
        background-color: rgba(0, 0, 0, .3);
    }

.layoutText {
    color: white;
    color: var(--backgroundFont);
}

#side-navbar .active {
    border-left: 2px solid #ffffff;
    border-left: 2px solid var(--backgroundFont);
}

.menu-text {
    padding-left: 8px;
    vertical-align: middle;
}


#nessisTitleBar {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    #nessisTitleBar span {
        padding-left: 10px;
        padding-right: 10px;
        color: #2f4050;
        color: var(--actionBarColor);
    }


/* Action Bar */
@media (min-width: 991px) {
    #nessisActionBar {
        height: 38px;
    }
}

@media (max-width: 991px) {
    #nessisActionBar {
        height: 75px;
    }
}

#nessisActionBar {
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 0px 0px 0px;
    list-style: none;
    background-color: #2f4050;
    background-color: var(--actionBarColor);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    #nessisActionBar .form-control {
        height: 28px;
        font-size: 12px;
    }

.buttonSearch {
    font-size: 16px !important;
    padding: 0px;
}

.searchButton {
    padding: 0px 12px;
    cursor: pointer;
}

.pageActions {
    float: right;
}

    .pageActions i, .editTools i {
        padding-left: 15px;
        padding-top: 3px;
        font-size: 20px;
    }

    .pageActions a, .editTools a {
        color: white;
    }


.activatedReorderButton {
    color: #5DFC0A !important;
}

/*BreadCrumbs*/

#nessisBreadCrumbs .breadcrumb {
    margin-top: 7px;
    margin-bottom: 7px;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
    background-color: var(--breadcrumbColorTitle);
    white-space: nowrap;
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: ""
        }

        .breadcrumb-arrow li span {
            padding: 0 10px
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #727d82;
            border: 1px solid #727d82;
            background-color: var(--breadcrumbColor);
            border: 1px solid var(--breadcrumbColor);
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #727d82;
            border-left-color: var(--breadcrumbColor);
            border-left-style: solid;
            border-left-width: 11px
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid white;
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #8E979B;
            border: 1px solid #8E979B;
            background-color: var(--breadcrumbColorHover);
            border: 1px solid var(--breadcrumbColorHover);
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #8E979B;
                border-left-color: var(--breadcrumbColorHover);
            }

        .breadcrumb-arrow li a:active {
            background-color: #8E979B;
            border: 1px solid #8E979B;
            background-color: var(--breadcrumbColorHover);
            border: 1px solid var(--breadcrumbColorHover);
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #8E979B;
                border-left-color: var(--breadcrumbColorHover);
            }


.edit-on {
    color: #5DFC0A !important;
}


/* MODAL */

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-backdrop {
    z-index: 2040 !important;
    background-color: rgba(79, 79, 79, 0.35) !important;
}

.modal {
    z-index: 2050 !important;
}

.modal-body {
    padding: 20px 30px 9px 30px;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    text-align: center;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

.modal.inmodal {
    pointer-events: none;
}

.modal-dialog {
    pointer-events: all;
}

.modal-backdrop
/* BUTTONS */
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn:focus {
    outline: none !important;
}

/*.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }*/

.btn-white:active, .btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background-image: none;
}

    .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
        color: #cacaca;
    }

.numericColumn {
    text-align: center;
}

/*Login Page*/

.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 5px;
}

    .form-login h2.form-login-heading {
        margin: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        text-align: unset;
        background: rgb(51, 122, 183);
        border-radius: 0px;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 20px;
        text-transform: none;
        font-weight: 300;
    }

.login-wrap {
    padding: 20px;
}

/*.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

    .form-control:focus, .single-line:focus {
        border-color: #1ab394 !important;
    }*/

.dpwidth {
    max-width: 275px;
}

.login-labels {
    font-weight: 400;
}

.forgot-password {
    border-radius: 0px !important;
}


.btn-login {
    background: rgb(51, 122, 183);
    border-color: #2452a9;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .btn-login:focus, .btn-login:hover, .btn-login:active {
        background: #2452a9;
        border-color: #2452a9;
        color: #FFFFFF;
    }

.remember-login {
    display: inline-block;
    margin-left: 8%;
}

.remember-text {
    vertical-align: middle;
    color: #428bca;
    cursor: pointer;
}

#remember-login {
    position: absolute !important;
}

#forgot-password-link {
    vertical-align: middle;
}


.invalid-field {
    border: 1px solid red !important;
    outline: 1px solid red !important;
}

.font-17 {
    font-size: 17px !important;
}


/* PASSWORD FORMATS */
#pswd_info {
    position: absolute;
    margin-top: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    display: none;
    z-index: 1;
    background: #fefefe;
    padding: 15px;
    width: 250px;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

    #pswd_info ul {
        list-style-type: none;
        -webkit-padding-start: 20px;
    }

.invalidPasswordCheck {
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
    position: relative;
}

    .invalidPasswordCheck:before {
        content: "\f00d"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: FontAwesome;
        left: -5px;
        position: absolute;
        top: 0;
    }

.validPasswordCheck {
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
    position: relative;
}

    .validPasswordCheck:before {
        content: "\f00c"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: FontAwesome;
        left: -5px;
        position: absolute;
        top: 0;
    }

.validPasswordMatch, .validPasswordMatch:focus {
    border-color: #1ab394 !important;
}

.invalidPasswordMatch, .invalidPasswordMatch:focus {
    border-color: red !important;
}

.selectedSort {
    font-weight: bold;
}

.sweet-alert button.cancel {
    color: inherit;
    background: white !important;
    border: 1px solid #575757;
}

.sweet-alert {
    background-color: #f8fafb !important;
}

    .sweet-alert button:hover {
        background-color: #a1d9f2 !important;
    }

.BugCommentArea {
    width: 100%;
    height: 100%;
    resize: none;
}


input::placeholder {
    opacity: .5;

}

.archivedItems {
    background-color: red;
}

.child-grid {
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-left: 15px;
    width: 98%;
}

.expandCollapse-cell {
    width: 5%;
    text-align: center;
}

.toastr-text-center {
    text-align:center;
}
