﻿

#MainContent_LeftHSeparator, #MainContent_RightHSeparator {
    display: none;
}

.inline-block * {
    display: inline-block;
}

table th {
    background-color: #F5F5F6;
}

table.table-input-data {
    width: 100%;
}

    table.table-input-data td {
        padding-bottom: 15px;
    }

td.LeftColumn {
    padding-top: 7px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

td.RightColum {
}

.money-text {
    padding-left: 60px;
    font-weight: 400;
    font-style: italic;
}

.error {
    height: 25px;
    color: #ed5565;
}

    .error:before {
        font-family: 'Font Awesome 5 Pro';
        display: inline-block;
        padding-right: 3px;
        content: "\f071";
    }

th {
    white-space: nowrap;
}

.col-min {
    width: 1%;
    white-space: nowrap;
}

/*.btn, .label {
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}*/

/*.panel-body {
    min-height: 300px;
}*/

.well {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------------------- */

/* BEGIN: NAVIGATION BAR */
.nav-second-level li, .nav-third-level li {
    white-space: nowrap;
}
/* END: NAVIGATION BAR */

/* ----------------------------------------------------------------------------------------------------------------- */

/* BEGIN: DATE PICKER */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #18a689;
    border-color: #18a689;
}
/* END: DATE PICKER */

/* ----------------------------------------------------------------------------------------------------------------- */

/* BEGIN: I-CHECKS */
.icheckbox_square-green, .iradio_square-green {
    height: 25px !important;
}

    .icheckbox_square-green + label:before {
        content: "\00a0\00a0";
    }

    .icheckbox_square-green + label {
        cursor: pointer;
    }

    .iradio_square-green + label:before {
        content: "\00a0\00a0";
    }

    .iradio_square-green + label {
        cursor: pointer;
        padding-right: 20px;
    }
/* END: I-CHECKS */
/* ----------------------------------------------------------------------------------------------------------------- */
/* BEGIN: TOASTR */
#toast-container > .toast:before {
    font-family: 'Font Awesome 5 Solid';
}
/* END: TOASTR */
/* BEGIN: MANAGE SYSTEM */
.MenuLink > .MenuLinkGroup {
    font-weight: 600;
    padding: 5px 10px;
}

a.MenuLinkItem {
    display: block;
    padding: 5px 0;
}

/* END: MANAGE SYSTEM */

input.valid {
    border-bottom: 2px dotted #212121 !important;
}

input.invalid {
    border-bottom: 2px dotted red;
}

input[input-valid="required"] {
    border-bottom: 2px dotted red;
}
#MainContent_ctl01_ContentPane{
    background: #fff !important;
}
#MainContent_ctl00_ContentPane .MenuLink{
    background: #fff;
}

.MenuLink > .MenuLinkItem > a:hover, .MenuLink > .MenuLinkItem > a:focus{
    color: #18a689;
}
.breadcrumb{
    background-color: #fff;
}
#MainContent_ctl01_ContentPane .breadcrumb{
    margin-bottom: 20px;
    background-color: #e9f2fa;
    border-radius: 4px;
    padding: 8px 15px;
}
.breadcrumb > li{
    display: inline-block;
}
.breadcrumb > li > a{
    font-weight: normal;
    color: #015045;
    text-decoration: none;
    background: transparent;
}
.breadcrumb > .active{
    font-weight: bold;
    color: #015045;
}
#MainContent_ctl00_ctl00_divAlwaysShowEditButton table tbody tr td a, #MainContent_ctl01_ctl00_divAlwaysShowEditButton table tbody tr td a{
    color: #015045;
}
#MainContent_ctl01_ContentPane .MenuLink .MenuLinkItem{
    padding: 5px 15px 5px 15px;
}
.MenuLink > .MenuLinkGroup{
    border-left: 4px solid #015045;
}
