﻿.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 3px 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    margin: -4px 0px 8px 0px;
    font-weight: bold;

}
.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 14px;
    color: black;
    float: right;
    margin-left: 5px;
}

.active_collapsible:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.pnl-box {
    border: outset;
    margin: -8px 0px 7px;
    padding-top: 6px;
    border-width: 2px;
    width: 100%;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

.favr {
    color: #F2F200;
    cursor: pointer;
}

.add_btn {
    border-radius: 3px;
    margin-top: 1px;
    background-image: url(../../Images/add1.png);
    background-size: 21px;
    width: 25px;
    margin-left: 3px;
    height: 24px;
}
.add_btnPop {
    margin-top: -5px!important;
}
.add_btnPop1 {
    margin-top: 11px !important;
}
.dt_buttonCutomColumn {
    border: 2px solid black !important;
    border-radius: 4px !important;
    background-color: #e7e7e7 !important;
    top: -15px !important;
    width: 33px !important;
    height: 31px !important;
    margin-left: 5px !important;
    display: table-caption !important;
}
table.dataTable thead th.dt-colresizable-hover {
    cursor: col-resize;
    background-color: #eaeaea;
    border-left: 1px solid #bfbfbf;
}

table.dataTable thead th.dt-colresizable-bound-min,
table.dataTable thead th.dt-colresizable-bound-max {
    opacity: 0.2;
    cursor: not-allowed !important;
}

.employeeDataRow {
    margin-bottom: 10px;
}

.employeeDataImg {
    border-radius: 75px;
    border: 2px solid #a9a8a8;
}

.employeeDataLENM {
    font-size: 24px;
    font-weight: 100;
    display: block;
    margin-bottom: -2px;
}

.employeeDataLED {
    display: block;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: -2px;
}

.employeeDataExited {
    border: 1px solid;
    border-radius: 8px;
    font-size: small;
    font-weight: bold;
    place-self: center;
    padding: 2px 20px;
    float: inline-start;
    background: #fb4848;
    color: #ffffff;
}

.employeeDataIcon {
    float: left;
    font-size: 22px;
    margin-top: 5px;
    width: 20px;
}

.employeeDataInfo {
    margin-bottom: -2px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 100;
    color: #b5b7b9;
}

.employeeDataValue {
    padding-left: 15px;
    font-weight: 100;
    font-size: 15px;
    display: flex;
}

.employeeDataColumn:hover {
    background-color: #f1f1f1;
}

tr.odd:hover, tr.even:hover {
    background-color: #7693b32b;
}

.sidebar {
    color: #FFF;
    background: #2b2b2d;
    width: 211px;
    max-width: 211px;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 1030;
    display: block;
    /*-webkit-transition: margin 1s;
    transition: margin 1s;*/
    flex: 1;
}

#navbar-toggle {
    cursor: pointer;
}

#toggleView {
    margin-left: 44px;
}

.menu-icon {
    float: right;
    margin-top: 3px;
}

.sidebar {
    top: 50px;
    background-image: linear-gradient(#3e648d, #446e9b 90%, #6d94bf);
    filter: none;
    border: 1px solid #345578;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
    background-repeat: no-repeat;
    -webkit-filter: none;
    margin-left: -163px;
}

.sidebar-nav {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 88vh;
    overflow: hidden;
    width: 100.3%;
    direction: rtl;
    text-align: left;
}

.sidebar-nav:hover {    
    overflow-y: auto;
}

.sidebar-nav li {
    list-style: none;
    cursor: pointer;
}

.sidebar-nav li a {
    font-size: 16px;
    text-decoration: none;
    color: #FFF;
    float: left;
    text-decoration: none;
    width: 100%;
    line-height: 25px;
    padding: 13px 14px;
    vertical-align: center;
}

.sidebar-nav li a:hover {
    background: #dfdfe0;
    color: dimgrey;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.body-content {
    /*-webkit-transition: margin 1s;
    transition: margin 1s;*/
    margin-left: 50px;
}
.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dropdown-submenu {
    position: relative;
}

.container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.todo {
    width: 35px;
    height: 35px;
    margin-top: -20px;
    margin-bottom: -15px;
    margin-right: -10px;
    position: relative;
    cursor: pointer;
}
.todo:hover {
    transform: scale(1.2);
}

.notif {
    height: 35px;
    margin-top: -20px;
    margin-bottom: -15px;
    margin-right: -10px;
    position: relative;
}
.notif:hover {
    transform: scale(1.2);
}

.notif_cnt {
    position: absolute;
    top: 2px;
    /*right: -4px; Comment due to not proper align in mobile view*/
    padding: 0px 2px 1px 2px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 0.65em;
    border-radius: 30px;
    box-shadow: -2px 2px 9px 2px grey;
    height: 19px;
    display: none;
}

/*.todo_cnt {
    position: absolute;
    top: 2px;
    right: -1px;
    padding: 0px 1px 0px 5px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 0.75em;
    border-radius: 41px;
    box-shadow: 1px 1px 1px grey;
    width: 17px;
    height: 18px;
}*/

::placeholder {
    opacity: 1;
}

#fstpth {
    box-sizing: border-box;
    background-image: url(/../images/searchicon.png);
    background-position: 8px 5px;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 6px 6px 3px 32px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 222px;
}

#fstpth:focus {
    outline: 3px solid #ddd;
}

.dropdown-contentMNU {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 225px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    margin-left: 9px;
    margin-top: 10px;
    border-radius: 5px;
}

.dropdown-contentMNU a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdownMNU a:hover {
    background-color: #2371e5;
}

.show {
    display: block;
}

.micClrChange {
    color: red;
}

.micClrChange1 {
    color: black;
}

.profileImg {
    margin-top: -17px;
    margin-bottom: -11px;
    -moz-border-radius: 60px;
    border-radius: 102px;
    padding: 1px;
    box-shadow: 0px 0px 3px black;
}

.post-it:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 30px;
    background: #fdff81;
    box-shadow: 3px -2px 10px rgb(0 0 0 / 20%), inset 15px -15px 15px rgb(0 0 0 / 30%);
    left: 18px;
    bottom: 11px;
    z-index: 2;
    transform: skewX(24deg);
    border-radius: 0 10px 0px;
}

.stickyNotes {
    max-width: 100%;
    height: 400px;
    background-color: rgb(255 254 113);
    width: 100%;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    border-radius: 0 0 0 30px/45px;
    padding: 10px 10px 10px 30px;
    min-height: 200px;
    min-width: 450px;
}

.modalLoader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerLoader {
    z-index: 10000;
    margin: 300px auto;
    width: 130px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.centerLoader img {
    height: 128px;
    width: 128px;
}

.leftPad2 {
    padding-left: 2px;
}

.rightPad2 {
    padding-right: 2px;
}

.LRPad2 {
    padding-left: 2px;
    padding-right: 2px;
}

.leftPad5 {
    padding-left: 5px;
}

.rightPad5 {
    padding-right: 5px;
}

.LRPad5 {
    padding-left: 5px;
    padding-right: 5px;
}

.leftPad7 {
    padding-left: 7px;
}

.rightPad7 {
    padding-right: 7px;
}

.LRPad7 {
    padding-left: 7px;
    padding-right: 7px;
}
.leftPad10 {
    padding-left: 10px;
}

.rightPad10 {
    padding-right: 10px;
}

.LRPad10 {
    padding-left: 10px;
    padding-right: 10px;
}

.CategorListTrans {
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
    margin-bottom:4px;
    display:block;
}

.CategorListTrans:hover {
    background-color:lightgray;
    cursor: pointer;
}

.WorkspaceListTrans {
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
    margin-bottom: 4px;
    display: block;
}

.WorkspaceListTrans:hover {
    background-color: lightgray;
    cursor: pointer;
}


.SiteMapListTrans {
    margin-bottom: 4px;
    display: block;
    color: #0270bb;
    width:90%;
    padding:5px;
}

.SiteMapListTrans:hover {
    background-color: lightgray;
    cursor: pointer;    
}

.mainNavMenu {
    position: absolute;
    top: 0px;
    /*height: 100%;*/
    z-index: 1029;
    padding-left: 40px;
    padding-right: 10px;
    overflow-y: auto;
    background-color: white;
    box-shadow: 12px 0 12px -12px grey;
    -webkit-box-shadow: 12px 0 12px -12px grey;
    width: 70%;
    top: 52px;
    left: 250px;
    /*-webkit-transition: margin 1s;
    transition: left 1s;*/
    min-width: 700px;
}

.sideMenu.active {
    background-color: white;
    color: #004472;
    padding: 13px 14px;
    border-bottom: 1px solid #D2D4D7;
    border-top: 1px solid #D2D4D7;
    width: 100%;
    border-right: 1px solid white;
    border: 1px solid #ffffff;
}

.set-right {
    float: right;
}

.set-left {
    float: left;
}

.mainNavMenuHeader {
    position: sticky;
    top: 0;
    left: 40px;
    right: 10px;
    z-index: inherit;
    background-color: inherit;
}

.NavMenuHeaderName {
    padding: 2px 0px;
    margin-right: 60px;
    border-bottom: 1px solid #D2D4D7;
}

.NavMenuHeadertext {
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
}

.NavMenuHeadertext > span.text {
    color: #004472;
    font-size: 24px;
    display: inline-block;
    padding: 4px 0px;
}

.NavMenuHeaderFavtext {
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
    color: #004472;
}

.NavMenuHeaderFavtext > span.text {
    color: #333;
    font-size: 20px;
    display: inline-block;
    padding: 4px 0px;
}

#btnCloseNavMenu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size:20px;
    color:darkgray;
    cursor:pointer;
}

#btnCloseNavMenu:hover {
    color:black;
}

.text.name i {
    margin-left: 10px;
    margin-top: 5px;
}

ul#MenuSidePannel::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #f1f1f1;
}
ul#MenuSidePannel::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 8px;
}
ul#MenuSidePannel::-webkit-scrollbar {
    width: 7px;
}

.MB2 {
    margin-bottom: 2px;
}

.MB5 {
    margin-bottom:5px;
}

.MB7 {
    margin-bottom: 7px;
}

.MB10 {
    margin-bottom: 10px;
}

.notSelect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.btnAdd {
    margin-top: 1px;
    float: left;
    background-image: url('../../Images/add.png');
    background-size: 27px;
    width: 31px;
    height: 31px;
    border: 2px solid black;
    background-color: #e7e7e7;
}

.btnResetConfig {
    margin-top: 1px;
    float: left;
    width: 33px;
    height: 31px;
    margin-left: 5px;
    border: 2px solid black;
    background-color: #e7e7e7;
}

.btnExport {
    border: 2px solid black;
    float: left;
    background-image: url("/Images/Export_Data.png");
    background-size: 30px;
    width: 34px;
    height: 31px;
    margin-left: 5px;
    margin-top: 1px;
}

.btnCopy {
    border: 2px solid black;
    float: left;
    margin-left: 5px;
    height: 31px;
    padding: 0 10px 0px 10px;
    color: black;
    background-image: none;
    font-size: 20px;
    margin-top: 1px;
}

.btnDashboard {
    border: 2px solid black;
    float: left;
    margin-left: 5px;
    height: 31px;
    padding: 0 5px 0px 5px;
    color: black;
    background-image: none;
    font-size: 18px;
    margin-top: 1px;
}

.infoIcon {
    left: -5px;
    position: absolute;
    font-size: 16px;
    top: 4px;
    color: #2121ff;
}

.chosen-choices {
    max-height: 150px !important;
    overflow: auto !important;
}

.lbl {
    font-weight: bold;
    font-size: 12px;
    color: #686767;
}

.val {
    font-size: 12px;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #cbc9c9;
    min-height: 16px;
    width: 56%;
    word-break: break-word;
}

.timeLine {
    background-color: white;
    border-radius: 6px;
    border: 1px solid gray;
    padding: 25px;
    margin-bottom: 20px;
    font-size: 14px;
}

.timeline-section {
    min-width: 185px;
}

.timeline-section:after {
    height: 75px;
    border-left: 1px solid #777;
    content: "";
    left: 160px;
    top: -7px;
    position: absolute;
    z-index: 0;
}

.timelineIcon {
    border: 1px solid gray;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    font-size: 23px;
    background: white;
    text-align: center;
    position: absolute;
    display: inline;
    left: 140px;
    top: 4px;
    z-index: 1;
}

.UDCAddButton {
    cursor: pointer;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breakWord {
    word-break: break-word;
    max-width:300px;
}

@keyframes ColorChangeWarning {
    from {
        color: #FFC107;
    }

    to {
        color: #FFEB3B;
    }    
}

.iconAnimationWarning {
    animation-name: ColorChangeWarning;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 14px;
    text-shadow: 1px 1px 3px black;
}

@keyframes ColorChangeSuccess {
    from {
        color: #05ff05;
    }

    to {
        color: green;
    }
}

.iconAnimationSuccess {
    animation-name: ColorChangeSuccess;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 14px;
    text-shadow: 1px 1px 3px black;
}

@keyframes ColorChangeError {
    from {
        color: #ff5050;
    }

    to {
        color: #ed0202;
    }
}

.iconAnimationError {
    animation-name: ColorChangeError;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 14px;
    text-shadow: 1px 1px 3px black;
}

.actionIcon {
    padding: 0px 0px !important;
    width: 25px !important;
    text-align: center !important;
    background-color: transparent !important;
    margin-left: -8px !important;
}

.actionMenu {
    min-width:60px;
}

.actionMenuNav {
    display: inline-block;
    margin-left: 5px;
}

#myTB td {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td {
    padding: 4px !important;
}

th {
    padding-left: 4px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

#myTB td:hover {
    text-overflow: clip;
    overflow: unset;
    white-space: normal;
    word-break: break-word;
}


.tdWarp td {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tdWarp td:hover {
    text-overflow: clip;
    overflow: unset;
    white-space: normal;
    word-break: break-word;
}



[name$="chbxEditID"] {
    vertical-align: middle !important;
    margin: -3px 0 0px !important;
}

[name$="chbxDetailsID"] {
    vertical-align: middle !important;
    margin: -3px 0 0px !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 10px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px !important;
    display: inline!important;
}

.btn-light {
    color: #3399f3;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #1054f3;
}

.btn-light:not(:hover) {
    color: #3399f3;
}

.tdNoWarp {
    text-overflow: clip !important;
    overflow: unset !important;
    white-space: nowrap !important;
    word-break: normal !important;
}

.custWell {
    padding: 5px;
    margin-top: 10px;
    position: sticky;
    top: 50px;
    z-index: 1000;
    margin-bottom: 10px;
}

.DBBox {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 8px 6px 10px grey;
    border: 1px solid #b1adad;
    background-color: white;
}

.boxDesign {
    background: #ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 4px;
    margin-bottom: 8px;
    box-shadow: 4px 4px 4px rgb(148 148 148 / 70%);
    width: 135px;
    height: 50px;
}

.IconsBox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #615ac8;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    margin-right: 5px;
}

.boxLabel {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.switch input {
    opacity: 1;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: -5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    color: white;
    font-size: larger;
    user-select: none;
}

.slider.round:before {
    border-radius: 50%;
}

.sliderSpanY {
    margin: 1px 5PX;
    display: inline-block;
}

.password-container {
    position: relative;
    display: table;
}

.password-field {
    padding-right: 30px; /* Make space for the eye icon */
    width: 300px;
    box-sizing: border-box;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
}

.text_warp {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media print {
    .no-print-this {
        display: none !important;
    }

    table tfoot {
        display: table-row-group;
    }
    /*
    a[href]:after {
        content: none !important;
        display: none !important;
    }*/

    a[href]:after {
        content: none !important;
        display: none;
    }

    a:after {
        content: '';
    }

    img[src]:after {
        content: none !important;
        display: none;
    }

    #container a[href^="/"]:after {
        content: " (javascript:;" attr(href) ") ";
    }

    .container {
        margin-left: 10px !important;
    }

    .modal-body {
        overflow: hidden!important;
        height: 100%!important;
    }
}
