﻿.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #fff;
    background: #ffc107;
}

.badge-primary {
    color: #fff;
    background: #6c757d;
}
.btn-outline-secondary {
    color: #fff;
    background: #0d6efd;
}
.btn-outline-warning {
    color: #fff;
    background: #ffc107;
}
.btn-outline-danger {
    color: #fff;
    background: #dc3545;
}
.btn-outline-success {
    color: #fff;
    background: #198754;
}


.Error {
    color: red !important;
    font-size: 14px !important;
    font-weight: 700;
} 
.alertify-notifier .ajs-message.ajs-success, .alertify-notifier .ajs-message.ajs-warning,
.alertify-notifier .ajs-message.ajs-error {
    background: #fff !important;
    color: red;
    font-weight: 700;
    border: 1px solid red;
    border-radius: 5px;
}

.alertify-notifier {
    left: 62%;
    top: 10%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-5 {
    padding-bottom: 5px;
}

.p-10 {
    padding: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20{padding-left:20px;}
.pl-30 {
    padding-left: 30px;
}
.pt-6 {
    padding-top: 6px !important;
}
.font-9{font-size:9px !important;}
#divClosure .TaskStatus {
    font-weight: bold;
    font-size: 10px;
}
#commentBox {
    max-height: 300px;
    overflow-y: scroll;
}
.InternalAlert {
    text-align: left;
    margin-bottom: 10px;
    color: red
}
.border-none {
    border: none;
}
.ExtnRequestReceived .SignInContent_Section7, .ExtnRequestSent .SignInContent_Section7 {
    min-width: inherit;
    max-width: initial;
}
.float-left{float:left;}
.float-right {
    float: right;
}
.overflow-y {
    overflow-x: scroll;
}
#div_RequestSent .my-2 {
    text-align: justify !important;
}

#div_RequestSent .badge-warning {
    margin-bottom: 10px;
}
.market_datepicker td, .market_datepicker th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.blue {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

    .blue:hover {
        color: #0056b3;
    }

.hover-effect:hover {
    background-color: #f0f0f0; /* Change this to the desired background color on hover */
    transition: background-color 0.3s;
}

.ui-autocomplete-row {
    padding: 8px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

    .ui-autocomplete-row:hover {
        background-color: #ddd;
    }

.ExtNotification .trends {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000
}

div.orgChart div.node, div.orgChart div.nodeself {
    width: 240px;
}

div.orgChart tr.lines td.line {
    width: auto;
}

div.orgChart td {
    padding: 0
}

    div.orgChart td .left {
        float: inherit;
    }

    div.orgChart td .right {
        float: inherit;
    }

div.orgChart div.node {
    position: inherit !important;
}

.node-btn {
    position: relative;
    top: 25px;
}

div.orgChart tr.lines td.left, div.orgChart tr.lines td.right {
    float: none !important;
}

div.orgChart div.nodeself {
    cursor: default;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 5px;
    height: 75px;
    background: -moz-linear-gradient(top, #b8d8fa 0%, #b8d8fa 100%);
    background: -o-linear-gradient(top, #b8d8fa 0%, #b8d8fa 100%);
    background: -ms-linear-gradient(top, #b8d8fa 0%, #b8d8fa 100%);
    background: linear-gradient(to bottom, #b8d8fa 0%, #b8d8fa 100%);
    line-height: 1.3em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 0px #b8d8fa;
}

div.orgChart tr.lines td.top {
    border-top: 1px solid black;
}

div.orgChart tr.lines td.left {
    border-right: 1px solid black;
}

.org-left-button {
    font-size: 10px;
    padding-left: 5%;
    float: left;
}

.org-right-button {
    font-size: 10px;
    float: right;
    padding-right: 5%;
}

#ExtnRequestSent {
    overflow: hidden;
}

    #ExtnRequestSent .scroll {
        overflow-y: initial;
        height: auto;
    }
.showdiv {
    opacity: 1; /* Fully visible */
    transform: scale(1); /* Full size */
}
.new-div {
    opacity: 0; /* Start invisible */
    transform: scale(0.5); /* Start small */
    transition: all 0.5s ease; /* Smooth transition */
    padding: 10px;
    background-color: lightgreen;
    margin: 10px 0;
}
.suitcase .imgMsgType {
    width: 40px;
    height: 40px;
}
.SelfEvaPadding {
    padding: 2% 0 2% 4%;
}
.dnnFormMessage {
    margin-top: 10%;
}
.SecureCodeImg {
    width: 85px;
    height: 85px;
}
#dvTaskModal {
    display: block;
}
.position-relative {
    position:relative;
}
.profileEditPic {
    left: 24px;
    position: absolute;
    top: 55px;
}


@media (max-width: 767px) {
    .text-muted {
        overflow-wrap: anywhere;
    }

    .divSendByCode .trends > div:first-child, #divSendByOrgId .trends > div:first-child {
        font-size: 16px;
    }

    #NotificationCount {
        padding-top: 45px !important;
    }

    div.orgChart {
        overflow: scroll;
    }
}
@media screen and (max-width: 1200px) {
    #dv_Team, #Menu_Team {
        display: none;
    }
    #dv_Manager, #Menu_Manager {
        display: none;
    }
    .dnnFormMessage {
        margin-top: 22%;
    }
}
@media (max-width: 991px) {
    #dvTaskModal {
        /*display: block;
            padding-left: 0px;*/
        margin-top: 100px;
    }
}
#alertDiv {
    transition: opacity 1s;
    display: none;
}

#alertsuccess {
    transition: opacity 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none; /* Hidden by default */
    pointer-events: auto; /* Ensures interactions work */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#alertwarning {
    transition: opacity 1s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    display: none;
}

#alertdanger {
    transition: opacity 1s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    display: none;
}
.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #721c24;
    margin-left: auto; /* Pushes close button to extreme right */
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.label {
    color: #212529;
    font-size: 10px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    text-align: left;
}
.error {
    color: red;
    font-size: 12px;
    display: block;
    text-align: left;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dee2e6 !important;
    background-image: none !important;
}
    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        box-shadow: none !important;
    }
 