﻿
html {
    position: relative;
    min-height: 100%;

}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a{
    text-decoration:none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


element.style {
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

/* +++ ctlZFirstStepA */

.fsTitle1 {
    font-size: 21px;
    font-weight: bold;
}

.fsTitle2 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
}

.tabstripFS {
    margin: 0px;
    display: block;
    padding-top: 10px;
    padding-left: 0px;
    background-color: #dfe9f5;
}

.boldFS {
    font-weight: bold;
}

.tabstripFS .rtsOut {
    padding-right: 1px;
}
/* #endregion */

/* +++ Gen detail FidTable */
.FidDetail {
    margin: 15px;
    border-collapse: collapse;
    width: 60%;
}

    .FidDetail td {
        border: solid 1px #DDDDDD;
        padding: 7px;
    }
/* #endregion */

/* #region Footer styles */
.footer {
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    height: 30px;
}
/* #endregion */

/* #region custom Kendo UI styles */
h1 {
    margin: 0;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

#responsive-panel {
    padding: 0;
    top: 0;
}

    #responsive-panel .k-menu {
        padding: .5rem;
    }

@media (max-height: 900px) {
    #Calendar {
        display: none;
    }

    #panIndexLegend {
        bottom: 20px !important;
    }
}

.OnlyIconMenu {
    width: 2.2rem;
    color: transparent !important;
}




/* #endregion */


.field-validation-valid {
    display: none;
}


#BotPan {
    padding: .3rem;
}

.fieldlist {
    margin: 0 0 -1em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 1em;
    }

.CustomHr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.k-item .LightItem {
    background-color: white;
    border-style: none;
    margin: 0;
    margin-top: 1px;
}

    .k-item .LightItem:hover {
        background-color: #f4f5f7;
    }

.legendList {
    list-style: none;
    padding: 0;
}

.legendItem {
    margin: 10px 0;
}

.k-edit-form-container .pop-up {
    padding: .3rem;
    margin-top: 1rem;
}
/*PopUp button secondary*/
.pop-up .secondary {
    padding: .3rem 1rem .3rem 1rem;
    background-color: white;
    border: 1px solid #389BD9;
    color: #389BD9;
    font-weight: 500;
    border-radius: 1rem;
}

    .pop-up .secondary:hover {
        background-color: #389BD9;
        border: 1px solid #389BD9;
        color: whitesmoke;
    }
/*PopUp button danger primary*/
.pop-up .danger {
    padding: .3rem 1rem .3rem 1rem;
    background-color: #D94E4E;
    border: 1px solid #D94E4E;
    color: white;
    font-weight: 500;
    border-radius: 1rem;
}

    .pop-up .danger:hover {
        background-color: white;
        color: #D94E4E;
    }
/*PopUp button danger secondary*/
.pop-up .danger-secondary {
    padding: .3rem 1rem .3rem 1rem;
    background-color: white;
    border: 1px solid #D94E4E;
    color: #D94E4E;
    font-weight: 500;
    border-radius: 1rem;
}

    .pop-up .danger-secondary:hover {
        background-color: #D94E4E;
        color: white;
    }

/*PopUp button warning primary*/
.pop-up .warning {
    padding: .3rem 1rem .3rem 1rem;
    background-color: #ffbc00;
    border: 1px solid #ffbc00;
    color: white;
    font-weight: 500;
    border-radius: 1rem;
}

    .pop-up .warning:hover {
        background-color: white;
        color: #ffbc00;
    }

/*PopUp button warning secondary*/
.pop-up .warning-secondary {
    padding: .3rem 1rem .3rem 1rem;
    background-color: white;
    border: 1px solid #ffbc00;
    color: #ffbc00;
    font-weight: 500;
    border-radius: 1rem;
}

    .pop-up .warning-secondary:hover {
        background-color: #ffbc00;
        color: white;
    }
/*PopUp button primary*/
.primary {
    padding: .3rem 1rem .3rem 1rem;
    background-color: #3888c4;
    border: 1px solid #3888c4;
    color: white;
    font-weight: 500;
    border-radius: 1rem;
}

    .primary:hover {
        background-color: #165F8C;
        border: 1px solid #165F8C;
        color: whitesmoke;
    }


.InputInvalid {
    border: 1px solid red;
}

td.LightBorder {
    vertical-align: top;
    border: solid 1px #CCCCCC;
    padding: 7px;
}

.k-calendar > .k-header {
    background-color: #326eb9;
    color: whitesmoke;
}

.bg-dark {
    background-color: #3888c4 !important;
}


a.k-button.k-button-icontext.k-grid-edit,
a.k-button.k-button-icontext.k-grid-Edit {
    background-color: white;
    color: #3874B0;
}

a.k-button.k-button-icontext.k-grid-Delete {
    background-color: white;
    color: #dc3545;
}

a.k-button.k-button-icontext.k-grid-Recover {
    background-color: white;
    color: #007bff;
}

#tabstripMLImport .k-tabstrip-items {
    border: 0;
}

.helpButton {
    color: white;
    font-size: 23px;
    background-color: #165F8C;
    padding: 5px;
    border-radius: 25px;
}

    .helpButton:hover {
        color: white;
        background-color: #022850;
        text-decoration: none;
    }

.logoutButton {
    color: white;
    font-size: 23px;
    background-color: #D94E4E;
    padding: 5px;
    border-radius: 25px;
}

    .logoutButton:hover {
        color: white;
        background-color: darkred;
        text-decoration: none;
    }

#panelbar > .k-last {
    border-bottom-width: 1px;
}

.checkPanelBar {
    font-size: 1.4rem;
    color: white;
    cursor: pointer;
    position: absolute;
    top: .1rem;
    left: .1rem;
    display: none;
    padding: .1rem;
}

.checkMenu {
    font-size: 1rem;
    color: #41526e;
    position: absolute;
    cursor: pointer;
    margin-left: 14rem;
    top: .3rem;
    left: .3rem;
    padding: .3rem;
    display: none;
    border-radius: 10px;
    background-color: whitesmoke;
}

    .checkMenu:hover {
        border-radius: 10px;
        background-color: #3274a5;
        color: whitesmoke;
    }

.checkPanelBar:hover {
    background-color: #3274a5;
}

#checkPanelBar,
#checkMenu {
    display: none;
}


@media (max-width:1400px) {
    #LegenPanel {
        display: none;
    }
}

@media (max-width:1260px) {


    #imgLogoMain {
        content: url('/Images/IconApp.png');
        width: 45px;
    }

    #responsive-panel {
        margin-left: 50px !important;
    }
}

@media (max-width:1060px) {
    .checkMenu,
    #responsive-panel {
        margin-left: 3rem !important;
        margin-top: 5px;
        display: none;
    }

    #responsive-panel {
        top: 48px;
    }

    .checkMenu {
        display: block !important;
    }

    #Menu > li {
        margin-top: 10px;
    }

    #Menu {
        background-color: #175f8cdd !important;
        width: 210px;
    }

    #MenuItemNewList {
        margin: 0;
    }

    #checkMenu:checked ~ nav #responsive-panel {
        display: block;
    }

    .checkPanelBar {
        display: block;
        margin-top: 5px;
    }

    #imgLogoMain {
        width: 0;
    }


    #checkPanelBar:checked ~ main #MenuPane {
        display: block;
        width: 100% !important;
    }

    #checkPanelBar:checked ~ main #panelbar {
        width: 100% !important;
    }

    #checkPanelBar:checked ~ main #ContentPane {
        left: -100% !important;
    }

    #checkPanelBar:checked ~ nav .checkMenu {
        display: none;
    }

    #checkPanelBar:checked ~ nav #responsive-panel {
        display: none;
    }
}

.filterGridIcon {
    cursor: pointer;
    border: 1px solid #e3e4e4;
    background-color: #ffffff;
    padding: .1rem;
}


.k-grid .k-selectable tr {
    cursor: pointer;
}

.k-button.k-flat.k-button-icon.k-window-action {
    margin: 0;
    padding: 12px;
}

.k-window-actions {
    background: rgba(0,0,0,0.3);
    border-radius: 16px;
    margin: 5px;
}

.menu-item-category {
    font-size: 22px;
    color: #42526e;
    margin-right: .3rem;
}

.menu-item {
    font-size: 18px;
}

.arrow_box {
    position: relative;
    display: inline-block;
    background: #d4eafb;
    width: 20%;
    height: 33px;
    margin-left: 8px;
    padding-left: 16px;
    line-height: 33px;
    color: #a3a5a7;
}

    .arrow_box.selected {
        background: #1472bd;
        color: whitesmoke;
    }


    .arrow_box:after {
        position: absolute;
        border: solid transparent;
        border-left-color: #d4eafb;
        border-width: 16px 0px 16px 8px;
        left: 100%;
        content: " ";
    }

    .arrow_box.selected:after {
        position: absolute;
        border: solid transparent;
        border-left-color: #1472bd;
        border-width: 16px 0px 16px 8px;
        left: 100%;
        content: " ";
    }

    .arrow_box:before {
        position: absolute;
        border: solid transparent;
        border-left-color: white;
        border-width: 16px 0px 16px 8px;
        left: 0;
        content: " ";
    }

.gridTitle {
    color: #175f8c;
    font-size: 15px;
    font-weight: bold;
}

.k-detail-row:hover {
    background-color: #ffffff !important;
}

.k-pager-numbers-wrap > .k-dropdown {
    display: none;
}

.k-pager-numbers-wrap > .k-pager-numbers {
    margin-bottom: 0;
    padding-left: 0;
}

.k-scheduler-toolbar > .k-scheduler-views-wrapper > .k-views-dropdown {
    display: none;
}

.dropDownAccount > .k-dropdown-wrap {
    border-color: #175f8c
}

    .dropDownAccount > .k-dropdown-wrap > .k-input {
        font-size: 11px;
        padding: 0rem .5rem;
    }

    .dropDownAccount > .k-dropdown-wrap > .k-select {
        padding: 0
    }

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #165F8C;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #326eb9;
    }

.text-danger{
    color: red;
}