﻿

 a{
     text-decoration: none
 }

body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.btn {
    /*padding: 5px 4px;*/
}

.table > tbody {
    vertical-align: inherit;
     
}
/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 0;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.overlay {
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.se-pre-con {
    background: white url("../images/loading.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.col-form-label {
    text-align: right
}

.ui-sortable-handle .col-form-label {
    text-align: right
}

.form-control.ng-invalid-required, .form-select.ng-invalid-required {
    background-color: #f8f2d3;
}

.form-control:disabled {
    background-color: #ccc;
    opacity: 1;
    cursor: not-allowed;
}

.hidden {
    display: none
}

.plp_error {
    color: red;
    border: 1px solid red !important;
}

.plp_error_msg {
    color: red;
    padding: 1px;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 95%;
    }

    .modal-sm {
        max-width: 50%;
    }
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
    border: 1px solid;
    background: #ccc;
    color: white;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 8px;
    background-color: #96af96;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.setup-content .btn-default, .stepwizard .btn-default {
    border: 1px solid #d4d1d1;
    background: white;
    color: black;
}

    .stepwizard .btn-default.btn-primary {
        border: 1px solid #d4d1d1;
        background: #b400ff;
        color: white;
    }

.setup-content .h3, h3 {
    font-size: 12px;
    margin: 10px 0px;
    color: #656060;
}

.note_red_color {
    color: red;
    font-size: 10px;
}

.border1px {
    border: 1px solid #ccc
}

.btn-default {
    border-color: #ccc;
}

h4.page-title {
    padding: 10px 0px;
    margin-bottom: 7px;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    main {
        padding: 0px 20px
    }
}

guide {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

.bg-dark {
    background-color: #045390 !important
}
.sub_main_nav {
    padding-left: 0;
}
.sub_main_nav li {
    display: list-item;
    list-style: none;
}

 
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 20px;
        padding: 20px 0;
        color: #133783;
        font-weight: bold;
        text-transform: uppercase;
    }
}

.record, .request {
    display: inline-block;
    width: 100%;
    padding: 0 30px 35px;
    position: relative;
}

    .record img {
        display: block;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        width: 65px;
        height: 65px;
    }

    .record span {
        display: inline-block;
        width: 100%;
        margin-left: 5px;
    }

.xlink {
    position: absolute;
    top: 0;
    right: 30px;
    color: #1E74E8;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
}
.record b {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 52px;
    margin-top: 5px;
}

.bor-left {
    border-left: solid 1px #e2e2e2;
}

/* source: https://codepen.io/devesh8/pen/MWYEJEP */


.did-floating-label-content {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.did-floating-label {
    color: #1e4c82;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    border-radius: 8px;
    pointer-events: none;
    left: 15px;
    /*top: 8px;*/
    top: -14px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #dfe1e3;
    border-radius: 5px;
    box-sizing: border-box;
    &:focus

{
    outline: none;
    ~ .did-floating-label

{
    top: -14px;
    font-size: 14px;
}

}
}

.did-floating-input:disabled,
.did-floating-select:disabled {
    background: #dddddd21;
    /* ~ .did-floating-label {
    background: #dddddd59;
  } */
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.did-floating-select::-ms-expand {
        display: none;
    }

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -14px;
    font-size: 14px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -14px;
    font-size: 14px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}
/* .did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-error-input {
  .did-floating-input,
  .did-floating-select {
    border: 2px solid #9d3b3b;
    color: #9d3b3b;
  }
  .did-floating-label {
    font-weight: 600;
    color: #9d3b3b;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
} */
.btn-list .btn {
    margin:10px 5px
}

a.nav-link.menuActive {
    font-weight: bold;
    background-color: rgb(235, 235, 240);
}


.listInputEdit {
    font-size: 12px;
}
.listInputEdit .col-form-label {
 
    /* width: 100px; */
    float: left;
    padding: 2px 0px;
    font-weight: bold;
    color: #16165c;
}
.btn-100p {
    width: 100px
}

.btn-50p {
    width: 50px
}

 

.listInputEdit input {
    /* min-width: 98px; */
    display: block !important;
    width: 100% !important;
}


.btn-default {
    border-color: #ccc;
    background: #fff4f4;
}