﻿/********
    
    
*********/




#header {
    background-color: #eaeaea !important;
    background-color: #ebf5ff;
    background-image: -moz-linear-gradient(top,#eaeaea,#afafaf);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ebf5ff ),to(#d8decc));
    background-image: -webkit-linear-gradient(top,#eaeaea,#afafaf);
    background-image: -o-linear-gradient(top,#eaeaea,#afafaf);
    background-image: linear-gradient(to bottom,#eaeaea,#afafaf);
}

#ribbon {
    background: #f37021;
    display:flex;
}

    #ribbon .breadcrumb, #ribbon .breadcrumb a {
        color: #545454 !important;
        width:100%;
    }

aside {
    display: block;
    background: #686868;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,#686868 93%,#635959 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,#686868 ),color-stop(100%,#635959));
    background: -webkit-linear-gradient(left,#686868 93%,#635959 100%);
    background: -o-linear-gradient(left,#686868 93%,#635959 100%);
    background: -ms-linear-gradient(left,#686868 93%,#635959 100%);
    background: linear-gradient(to right,#686868 93%,#635959 100%);
}

.login-info > span {
    border-bottom-color: #454545;
}

.login-info {
    border-bottom: 1px solid #171a1f;
}

nav ul li a {
    color: #f3f3f3;
}

.login-info a {
    color: #f3f3f3;
}

.header-seperator {
    border: 1px solid #bfc1bb;
}

.btn-header > :first-child > a {
    background-color: #f37021;
    background-image: -webkit-linear-gradient(top,#f37021,#f37021);
    background-image: -moz-linear-gradient(top,#f37021,#f37021);
    background-image: -ms-linear-gradient(top,#f37021,#f37021);
    background-image: -o-linear-gradient(top,#f37021,#f37021);
    background-image: linear-gradient(top,#f37021,#f37021);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 17px;
    margin: 10px 0 0;
}

.page-footer {
    border-top: 1px solid #f37021;
    background: #f37021;
}

.minifyme {
    border-bottom: 1px solid #ffffff;
    background: #f37021;
    color: #ffffff;
}

.minified .minifyme {
    border-bottom: 1px solid #f37021;
    background: #f37021;
    color: #ffffff;
}

    .minified .minifyme:hover {
        background: #3c3c3c;
        color: #e4e4e4;
    }

.minifyme:hover {
    background: #3c3c3c;
    color: #e4e4e4;
}

.btn-back {
    background-color: #f37021 !important;
    border-color: #fdc261 !important;
    margin-bottom: 5px;
    color: #fff
}

    .btn-back:hover {
        color: #fff
    }

.jarviswidget-color-blueDark > header {
    border-color: #96c0b7 !important;
    background: #96c0b7;
    color: #fff;
}

body {
    background: #dde4ea !important;
}

.btn-primary {
    background-color: #686868 !important;
    border-color: #4c4747 !important;
}

.btn-success {
    background-color: #730202 !important;
    border-color: #de3a47 !important;
}

#logo {
    margin-top: 7px;
}

    #logo img {
        width: 170px;
    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #333 !important;
}

.yellow {
    background-color: yellow;
}

.padding-top-22 {
    padding-top: 22px !important;
}
.margin-top-22 {
    margin-top: 22px !important;
}

.btn-Approve {
    background-color: green !important;
    border-color: green !important;
    color: white;
}

    .btn-Approve.active, .btn-Approve:active, .btn-Approve:hover, .open > .dropdown-toggle.btn-Approve {
        color: #fff !important;
        background-color: #035203 !important;
        border-color: #007900 !important;
    }

label[required]::after {
    content: " *";
    color: red;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #cacaca;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }

img.online {
    border-left-color: #f37021 !important;
}

.ExpiryAlert {
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        color: red;
    }

    10% {
        color: black;
    }

    20% {
        color: red;
    }

    30% {
        color: black;
    }

    40% {
        color: red;
    }

    50% {
        color: black;
    }

    60% {
        color: red;
    }

    70% {
        color: black;
    }

    80% {
        color: red;
    }

    90% {
        color: black;
    }

    100% {
        color: red;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        color: red;
    }

    10% {
        color: black;
    }

    20% {
        color: red;
    }

    30% {
        color: black;
    }

    40% {
        color: red;
    }

    50% {
        color: black;
    }

    60% {
        color: red;
    }

    70% {
        color: black;
    }

    80% {
        color: red;
    }

    90% {
        color: black;
    }

    100% {
        color: red;
    }
}

.smart-rtl .top-right-activity-dropdown {
    left: 16px !important;
    right: auto !important;
}

.ajax-notifications .alert.alert-transparent {
    background-color: white !important;
    border-color: #1f7fae !important;
    color: black !important;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.CloseNoti {
    color: #1f7fae;
    font-size: 35px !important;
    margin-top: 15px;
    margin-right: 10px;
}

.smart-rtl .CloseNoti {
    float: left;
    margin-right: 0px;
    margin-left: 10px;
}

.bg-color-Notification {
    background-color: #e9e9e9 !important;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 0 15px 0;
}

.bg-color-Report {
    background-color: #96c0b7 !important;
}

.dd-handle:hover, .dd-handle:hover + .dd-list .dd-handle {
    background: #c4f1e7 !important;
    border: 1px solid #96c0b7;
    color: #333 !important;
}

.select2-results .select2-highlighted {
    background: #f37021;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #f37021;
    border-color: #c36c38;
    cursor: default;
}

#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
    color: #ffffff;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    color: #545454;
}
.margin-left-5{
    margin-left : 5px !important;
}
.paddingLR-10 {
    padding-left: 10%;
    padding-right: 10%;
}
.link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}
.hide{
    display:none !important;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-weight : bold;
    font-size:15px !important;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #eee
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }
.float-right{
    float:right !important;
}
.float-left {
    float: left !important;
}
nav ul li.active > a:before {
    color: #dde4ea !important;
}

.size {
    display: block;
    padding-top: 4px;
    font-size: 19px;
    line-height: 1.42857143;
    color: red;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 50%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 1.3rem;
        cursor: text;
        top: 20px;
    }

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #11998e, #38ef7d);
    border-image-slice: 1;
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #11998e;
        font-weight: 700;
    }

/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.Currencyinput {
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 1em;
    background-color: white;
    box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3);
    transition: 300ms ease-in-out;
    font-weight:bolder;
    font-size:1.5rem;


}

    .Currencyinput:focus {
        background-color: white;
        transform: scale(1);
        box-shadow: 13px 13px 100px #969696, -13px -13px 100px #ffffff;
    }

.ColorClass {
    background-color: #F3AA4E !important;
}


/*Header Icons Styles 
*/
.header-Iconds {
    cursor: pointer;
    display: inline-block;
    margin-left: 2rem;
}
        



    .icons-div {
         padding-top: 1rem;
    
         flex-wrap: wrap;
     }
    .icons-div a {
        color: inherit;
    }
    .icons-div button {
        color: inherit;
    }


.input_Currency {
    /*    max-width: 190px;
    width: 15%;
    height: 50px;
    outline: none;
    margin: 5px;
    margin-top: 0;
    margin-bottom: 0;
    transition: .5s;
    border: none;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;*/
 
     width: 12%;
     
    border: none;
    border-radius: 10px;
     text-align: center;
    overflow: hidden; 
 }






.ddl-select {
    visibility: hidden;
}

.ddl {
    position: relative;
/*    height: 50px;
*/    width: 120%;
    text-align: initial;
}

    .ddl::after {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        width: 12px;
        height: 2px;
        background: #fff;
        z-index: 99;
        transform: rotate(-40deg);
        transition: 0.5s;
    }

    .ddl::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 28px;
        width: 12px;
        height: 2px;
        background: #fff;
        z-index: 99;
        transform: rotate(40deg);
        transition: 0.5s;
    }

    .ddl.active::after {
        right: 28px;
    }

    .ddl.active::before {
        right: 20px;
    }

.ddl-input {
    position: absolute;
    top: 0;
    right: 20px;
    width: 25%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: outline: none;
    background: #F37021;
    border: 5px solid #F37021;
    color: #fff;
    font-weight: bold;
}


.ddl.active .ddl-options {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    font-weight:bold;
}

.ddl .ddl-options {
    position: absolute;
    right: 0;
    width: 25%;
    top: 42px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
    z-index: 999;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 5px #f37021;
}

    .ddl .ddl-options > div {
        padding: 10px 20px;
        cursor: pointer;
    }

        .ddl .ddl-options > div:hover {
            background: var(--bs-primary);
            color: #e17e1e;
        }


.bg-white {
    background-color: #fff !important;
}
#ribbon {
    min-height: 35px;
     padding: 0px 40px 0px 13px;
    position: relative;
}
 
#btn-download {
    cursor: pointer;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
      
 }

    #btn-download:hover {
        background: rgba(34, 50, 84, 0.03);
    }

    #btn-download svg {
        margin: 16px 0 0 16px;
        fill: none;
        transform: translate3d(0, 0, 0);
    }

        #btn-download svg polyline,
        #btn-download svg path {
            stroke: #2181AF;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: all 0.3s ease;
            transition-delay: 0.3s;
        }

            #btn-download svg path#check {
                stroke-dasharray: 38;
                stroke-dashoffset: 114;
                transition: all 0.4s ease;
            }

    #btn-download.downloaded svg .svg-out {
        opacity: 0;
        animation: drop 0.3s linear;
        transition-delay: 0.4s;
    }

    #btn-download.downloaded svg path#check {
        stroke: #20CCA5;
        stroke-dashoffset: 174;
        transition-delay: 0.4s;
    }

@keyframes drop {
    20% {
        transform: translate(0, -3px);
    }

    80% {
        transform: translate(0, 2px);
    }

    95% {
        transform: translate(0, 0);
    }
}

.credit {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.6;
}

    .credit img {
        width: 72px;
    }

    .credit:hover {
        transform: scale(0.95);
    }
  .hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

    .hr-sect:before,
    .hr-sect:after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }
.clockpicker-popover {
    z-index: 999999;
}
.smart-form .toggle i {
    content: '';
    position: absolute;
    top: 13px;
    right: 50%;
    display: block;
    width: 50px;
    height: 19px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff;
}
.smart-form .toggle i {
    content: '';
    position: absolute;
    top: 11px;
    right: 40%;
    display: block;
    width: 66px;
    height: 17px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff;
}
    .smart-form .toggle i:after {
        content: attr(data-swchoff-text);
        position: absolute;
        top: 3px;
        right: 8px;
        left: 8px;
        font-style: normal;
        font-size: 13px;
        line-height: 13px;
        font-weight: 700;
        text-align: left;
        color: #5f5f5f;
    }
.smart-form .toggle input:checked + input[type=hidden] + i:before {
    right: 50px;
}
.smart-form .checkbox input + i:after {
   
    left: 0px !important;
     
}

.select2-container-multi .select2-choices .select2-search-choice {
 
    border: 1px solid #ca6224 !important;
    
    background-color: #f37021 !important;
}
.DetailsSection {
    width: 100%;
    padding: 10px 20px;
    background-color: #e3dfdf;
}

.d-inline {
    display: inline !important ;
}
#uploadRestrictionsLabel{
    display:block !important;
}