﻿@font-face {
    font-family: Lato;
    src: url("https://fonts.googleapis.com/css?family=Lato");
}

/*specific menu*/
#mainMenuApp.k-panelbar > .k-item > .k-link.k-state-selected,
#mainMenuApp.k-panelbar > .k-panelbar-header > .k-link.k-state-selected,
#mainMenuApp.k-panelbar .k-group > .k-item > .k-link.k-state-selected,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected {
    /*    background-color: #500A56;
    color: white;*/
    color: black !important;
    background-color: #f8f9fa !important;
    font-weight: bold;
    border-left: 10px solid #500A56;
}


/*{
    background-color: #500A56;
    color: white;
}
*/
#mainMenuApp.k-panelbar > .k-item > .k-link,
#mainMenuApp.k-panelbar > .k-panelbar-header > .k-link,
#mainMenuApp.k-panelbar .k-group > .k-item > .k-link {
    /*    background-color: none !important;
    color: #500A56;*/
    background-color: #f8f9fa !important;
    color: gray !important;
}

.k-panelbar .k-panelbar-header > .k-link > .k-panelbar-item-text > .k-icon,
.k-panelbar .k-group > .k-item > .k-link > .k-panelbar-item-text > .k-icon,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link > .k-panelbar-item-text > .k-icon {
    display: none;
}


.k-panelbar,.k-panelbar > .k-item, .k-panelbar > .k-panelbar-header {
    border: none !important;
}

.k-menu:not(.k-context-menu) > .k-item{
    color:gray !important;
}


html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 60px;*/
    /*font-family: Lato;*/
/*}*/

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 80vh;*/
}

.login-error {
    /*padding: 0px 50px;*/
    color: red;
    vertical-align: bottom;
}

.field-validation-error {
    color: red;
    vertical-align: top;
    font-size:12px;
}

.notes-error {
    /*padding: 0px 50px;*/
    color: red;
    vertical-align: bottom;
}

.mainAppMenu {
    /*color: #500A56 !important;*/ 
    z-index: 10;
}

.mainAppMenu .k-menu-link {
/*    color: #500A56 !important; */
    font-weight:normal !important;
}

.mainAppMenu.k-animation-container {
    height: 400px !important;
}

.bg-menu {
    background-color: #D3D3D5;
}

.reportgrid {
    padding-right: 20px;
}

kGridBudgetDetails {
    padding-right: 20px;
}

.reportParametersGrid {
    padding-left: 20px;
}

.nowrap {
    white-space: nowrap;
}

.rpt-form-field {
    /*float: right;*/
    padding-left: 50px;
}

.purple-button {
    background-color: #500A56 !important;
    color: white !important;
    border-color: #500A56 !important;
}

.padding-right-1rem {
    padding-right: 1rem;
}

/* #region custom Kendo UI styles */
h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

/*.k-grid-toolbar {
    justify-content: flex-end !important;
}*/

#responsive-panel {
    padding: 0;
    width: 100%;
}

#responsive-panel .k-menu {
        padding: .5rem;
}

.menunav {
/*    height: 100%;*/
    width: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    background-color: #ddd;
    overflow-x: hidden;
    transition: 0.5s;
/*    padding-top: 60px;*/
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    background-color: #ddd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.hamburger {
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: black;
}

.menunav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
    color: black;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .menunav {
        padding-top: 15px;
    }

    .menunav a {
        font-size: 18px;
    }
}

.wizard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .k-menu:not(.k-context-menu)  {
    }
}
/*Grid styles */
.abutton,
div.k-grid .k-grid-edit,
div.k-grid .k-grid-delete,
div.k-grid .k-grid-cancel,
div.k-grid .k-grid-update,
div.k-grid .k-grid-EditAccount,
div.k-grid .k-grid-EditLocation,
div.k-grid .k-grid-CustomerApprove,
div.k-grid .k-grid-CustomerDecline,
div.k-grid .k-grid-BESIApprove,
div.k-grid .k-grid-BESIDecline,
div.k-grid .k-grid-CancelUpdate,
div.k-grid .k-grid-EditUser,
div.k-grid .k-grid-EditBudget,
div.k-grid .k-grid-ViewBudget,
div.k-grid .k-grid-UserRights,
div.k-grid .k-grid-RoleRights,
div.k-grid .k-grid-ClientRights,
div.k-grid .k-grid-ConfigurationSettings {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    text-indent: -4444px;
    min-width: 0;
    border: 0;
}

div.k-grid .k-grid-edit {
    background: url(../Images/icons16x16/edit.png);
    background-repeat: no-repeat;
    
}

div.k-grid .k-grid-delete {
    background: url(../Images/icons16x16/trash.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-cancel {
    background: url(../Images/icons16x16/cancel.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-update {
    background: url(../Images/icons16x16/checked.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-CustomerApprove {
    background: url(../Images/icons16x16/Approve3.png);
    background-repeat: no-repeat;
    
}

div.k-grid .k-grid-CustomerDecline {
    background: url(../Images/icons16x16/unapprove3.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-BESIApprove {
    background: url(../Images/icons16x16/Approve3.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-BESIDecline {
    background: url(../Images/icons16x16/unapprove3.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-CancelUpdate {
    background: url(../Images/icons16x16/cancel.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-EditAccount {
    background: url(../Images/icons16x16/edit.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-EditLocation {
    background: url(../Images/icons16x16/edit.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-EditUser {
    background: url(../Images/icons16x16/edit.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-EditBudget {
    background: url(../Images/icons16x16/edit.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-ViewBudget {
    background: url(../Images/icons16x16/eye.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-UserRights {
    background: url(../Images/icons16x16/more-2.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-RoleRights {
    background: url(../Images/icons16x16/more-2.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-ClientRights {
    background: url(../Images/icons16x16/more-2.png);
    background-repeat: no-repeat;
}

div.k-grid .k-grid-ConfigurationSettings {
    background: url(../Images/icons16x16/more-2.png);
    background-repeat: no-repeat;
}

.k-grid-toolbar {
    align-items: initial
}


.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

.k-grid-toolbar {
    background-image: linear-gradient(to right, #500A56, white);
}

.k-grid-rpttitle {
    background-color: transparent !important;
    border: none !important;
    cursor: default;
    color: white !important;
    text-decoration: none !important;
    font-size: x-large;
    display: contents;
    float: left;
}

.k-grid-toolfiller {
    background-color: transparent !important;
    border: none !important;
    cursor: default;
    text-decoration: none !important;
    flex: auto;
}

.k-grid-search {
    float: right;
}

.k-window-titlebar.k-header {
    background-image: linear-gradient(to right, #500A56, white);
    background-color: transparent !important;
    font-weight: bold; /*set font-weight to the titlebar*/
    flex: auto;
}
.k-window-titlebar.k-hstack {
    background-color: #500A56;
    font-weight: bold;
    color: white;
}

div.k-window-content {
    border: 1px solid #275CAB;
}

#menu .k-menu-item .k-link .k-icon {
    padding: .5em;
    border: black solid thin;
    border-radius: 50%;
}

/*#clientmenu .k-menu-item .k-link .k-icon {
    padding: .1em;
    border: black solid thin;
    border-radius: 50%;
}*/

.navbar > .container-fluid {
    justify-content: normal !important;
}

#btnHelp {
    background-color:white !important;
    border:none !important;
}

.login-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.login-form-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    width: 500px;
}

.login-logo {
    margin-bottom: 30px;
    width: 50%
}

.login-error-message {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:5px;
}

.login-sso-button {
    min-height: 20px;
    min-width: 80px;
    background-color: #F5F5F5;
}

.login-with {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    margin-left: 40px;
    letter-spacing: 1px;
}

.login-forget-password {
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    color: #3F51B5;
    font-size:small;
}