/* @import url("./global-design-system.css"); */
/* @import url("./icons/home/"); */

/* @import url("./icons/Pylon-icons.css");  */


.jstree-node, .jstree-children, .jstree-container-ul {
    font-size: 18px !important;
    color: #555;
    font-family:inherit, Times, serif;
    background-color: #FAFCFB;
}

.color-menu {
    z-index: 100000 !important;
}

.ColumnFilter {
    background: #efefef;
    display: inline-block;
    margin-left: 20px;
    padding: 0px;
    border-radius: 4px !important;
    margin-right: 20px;
}

.ColumnFilter .btn-success {
    cursor: default;
    margin: 0px 0px;
    /* height: 100%;*/
    line-height: 18px !important;

}

.filtertext {
    margin-left: 5px;
    /* font-weight: bold;*/
    display: inline-block;
    margin-right: 5px;
}

#search_result {
    background: #fff;
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
}

#search_result ul {
    margin: 0px !important;

}

#search_result ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
    color: #555;
    cursor: pointer;

    padding: 5px;
    background: #efefef;
    color: #555;
    font-size: 15px;
    min-height: 30px;

}
.Custom {
    padding: 0px !important;
    margin: 0px !important;
    padding-right: 5px !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .Custom::-webkit-scrollbar {  
    width: 12px;  
  }  
  
  .Custom::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
    border-radius: 10px;
  }  
  
  .Custom::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
    border-radius: 10px;
  }  
  
  .Custom::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
  }  
  
  .Custom::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px;
  }
#search_result ul li:hover {
    color: white !important;
    background-color: #428bca !important;
}


.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background-color: #1E4F7A ;
}

.det1 {
    color: rgb(122, 117, 125) !important;
}
.det1:hover {
    color: white !important;
    background-color: #428bca !important;

}

#col_opt {
    position: fixed;
    z-index: 9999999999999999 ;
    /* width:201px ; */
    height: auto ;
    background: #EEEFF3;
    left: 0px ;
    top: 0px ;
    display: none ;
    /* direction: rtl ; */
    border: 1px solid #ddd;
    border-top-width: 0px;
}

#col_opt .btn {
    margin-left: 0px !important;
}

#search_box {
    direction: rtl;
}

#col_opt_arraw {
    width: 0px;
    height: 0px;
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
    margin-top: -15px;
}

.handle_draggable {
    /*cursor: move;*/
    /*float: left;*/
    cursor: pointer !important;
}


.pg-normal {
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
}
.pg-selected {
    color: #fff;
    font-size: 15px;
    background: #79c9ec url(../styles/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
    padding: 2px 4px 2px 4px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin: 0px !important;
}
table {
    border-collapse: collapse;
    /*width:100%;*/
}
.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}
progress {
    color: #0063a6;
    font-size: .6em;
    line-height: 1.5em;
    text-indent: .5em;
    width: 15em;
    height: 1.8em;
    /*border: 1px solid #0063a6;*/
    background: #fff;
}
#holder {
    min-height: 100%;
    position: relative;
}
#body {
    padding-bottom: 31%;
}
#footer {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #262626;
    /* font-weight: 300 !important; */
    height: 100%;
}
@media print {
    thead {
        display: table-header-group;
    }
}
html {
    font-family: "Open Sans", sans-serif;

}
.header {
    background-color: black;
    /*#01001e*/
    height: 47px;
}
.HeaderFont {
    font-size: 1.6em;
    padding-bottom: 0px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}
.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    border: none;
    line-height: 1.5em;
    font-size: 2em;
    /* font-variant: small-caps;*/
}
.header h1 a {
    color: white;
    text-decoration: none;
}
.LovRow:hover {
    background-color: #fdfeb0;
}
.bClose {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 10px;
}
.FilterDiv {
    display: none;
    width: 500px;
    min-height: 100px;
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: #888282;
    padding: 10px;
}
.Table {
    width: 100%;
}
.MasterTable {
    border-width: 0.5px;
    border-style: solid;
    border-color: grey;
}
.TableHeaderText {
    color: black;
    font-weight: lighter;
}
.CommandBarCell {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
/*@media print
  {
  .HideOnPrint {display: none}
  .lavalamp {display: none}
  input{border:none}
  body{margin:0;border:none}
  select{border:none}
  }*/

.newsBar {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    /*0.25*/
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    /*0.25*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 2px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
}
a {
    text-decoration: none !important;
    color: #262626;
}
.tableDelete {
    background-image: url("images/d.png");
    background-color: transparent;
    border: 0;
    width: 24px;
    height: 24px;
}
input:disabled {
    background-color: white;
    color: black;
}
.label {
    border: none;

}
.label:empty {
    display: block;
    color: black;
}
.ItemsSearchData {
    font-size: 13px;
}
.ItemsSearchName {
    font-size: 16px;
}
.ItemsSearchBox {
    width: 200px;
    height: 80px;
    background-color: white;
    text-align: center;
    cursor: pointer
}
.mandatory {

    display: inline-block !important;
    margin-bottom: 0px !important;
    color: var(--Red-1) !important;
}
.glyphicon.smaller {
    font-size: 8px;
}
.glyphicon.bigger {
    font-size: 25px;
}
.glyphicon.white {
    color: #9ca5c7;
}
/* Alaaa */
.TaskBar-row > div:first-child{
    max-width: 45%;
    /* width: auto; */
    flex: 1 0 auto;
}
.TaskBar {
    max-width: 60%;
    margin: 24px 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 1 auto;
}
.TaskBar button {      
        float: inherit;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 10px; 
        white-space: nowrap;    
}

/* 12/4/2022 */
.page-content-wrapper.right .TaskBar button{
    direction: ltr;
}
/*  */
.TaskBar button i {
    color:inherit !important;
}
.blue-colored-btn i{
    color: inherit !important;
}
/* ALaa 16/11/2022 */

@media (max-width:1295px) {
    .TaskBar-row{
        flex-direction: column;
    }
    .TaskBar {
        max-width: 100% !important;
        justify-content: flex-end;
        align-items: end;
        margin: 14px 0px;
    } 
    .TaskBar-row > div:first-child{
        max-width: 100% !important;
    }
}
@media (max-width:992px) {
    .TaskBar,  .page-sidebar-closed .TaskBar {
        float: left !important;
        justify-content: flex-end;
    }
    .TaskBar button{
        -webkit-flex: 1 1 auto;
         flex: 0 0.5 auto;
         margin-bottom: 10px;
    }
}
/* @media (max-width:768px) {
    .TaskBar,  .page-sidebar-closed .TaskBar {
        width: 95vw !important;
       
    }  

} */
@media (max-width:500px) {
    .TaskBar button{
        font-size: 13px;
        padding: 3px 10px;
    }
 
}

/*  */
#DayPickerContainer {
    Display : none;
}
.ShortCute {
    text-align: center;
    margin-top: 8px;
    padding: 7px 14px;
    float: right!important;
}
.ShortCute i {
    color: #9ca5c7;
    font-size: 25px;
}
span.number {
    padding-left: 5px;
    padding-right: 5px;
}
/* alaa adel */
.dashboard-stat .details .number {
    /* font-size: 21px; */
    line-height: 36px;
    width: 100%;
    
}
.dashboard-stat a {
   text-decoration: none !important;
   display: flex;
   flex-direction: column; 
}
/*  */
.page-header.navbar .page-logo {
    vertical-align: middle;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 165px;
    height: 72px;
    margin: 0px !important;   
    padding: 0px;
}
body.archive-mode .page-header.navbar .page-logo {
    width: fit-content !important;
    border-radius: 50px !important;
    gap: 12px;
    height: 48px !important;
    top: 12px !important;
    background: var(--Archive-Mode-Color-2);
    border: 1px solid #ffffff;
    padding: 0px 22px !important;
}
body.archive-mode .page-header.navbar .page-logo .title {
    color: #ffffff;
    margin: 0px;
    font: var(--P4-Caption);
}
@media (max-width:1192px){
    body.archive-mode .page-header.navbar .page-logo{
        padding: 0px 16px !important;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0;
        top: 5px !important;
        right: 0 !important;
        left: 0 !important;
        height: fit-content !important;
          
      }
      body.archive-mode .page-header.navbar .page-logo .title{
        font-size: 10px;
        margin-top: -10px;
    }      
}
@media (max-width:500px){
    body.archive-mode .page-header.navbar .page-logo .title .read-only{
        display: none;
    }   
}
body.archive-mode .page-header.navbar .logo-default{
    height: 48px !important;
}
.page-header.navbar .logo-default {
    margin-bottom: 50px;
}

.ModuleName {
    color: #fff;
    float: inherit !important;
    font-size: 100%;
    display: block;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
    padding: 1%;
    font-family: "Open Sans", sans-serif;
}
.module_details{
    z-index: 1000;
    position: absolute;
    top:0;
    opacity: 0.7;
    height: 84%;
    padding: 10px;
    color: #FFFFFF;
    text-transform: capitalize;
    /*    background-color: grey;*/
    width: 91%;
}
.dashboard-stat .focused{

}
.tableGridauto {
    width: auto !important;
}
.tableGrid100 {
    width: 100% !important;
}
.tableGrid .form-group {
    margin-bottom: 0 !important;
}
.dropdownColOptions {
}
.ColOption{
    background-color: #eee;
    border: 1px solid #D6CECE;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-width: 300px;
    margin-bottom:  10px;
    margin-top:   10px;
    padding: 10px;
    display: none;
    /*height: 215px;*/
}
.tableHead {
    background: #eee !important;
    font-size: 19px;
    font-weight: 200;
    color: #34495e;
    position: sticky;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 10;
}
.tableHead a {
    background-color: #4b8df8;
    font-size: 14px;
    font-weight: 100;
    color: #FFF;
}
.BuduPager.divPagecountView select {
    margin-left: 4px;
    margin-right: 4px;
}
#cellValue {
    display: inline-block;
}
#cellValue > .input.right.input-medium {
    display: inline-block !important;
}
/* Alaa */
.table thead tr th {
    /* font-size: 16px; */
    /* padding: 10px 18px; */
    /* padding-top: 10px;
    padding-bottom: 10px; */
    height: 48px;
    padding: 12px !important;
    background: #E0E0E0 !important;
}
/* Alaa */
.tableGrid   tr:nth-child(even) {background: #F3F3F3}

.paginationSelect {
    margin-left: 4px;
    margin-right: 4px;
}
.nav-tabs {
    border-bottom: none;
}
.Tablebtn {
    padding: 5px 10px;
}
.ui-widget-header {
    background: #1E4F7A!important;
}

.ui-state-default a {
    font-family: "Open Sans", sans-serif !important;
    color: #FFF !important;
    background: #1E4F7A !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 16px !important;
    margin-top: 6px !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    background: #fff !important;
    color: black !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 16px !important;
    margin-top: 6px !important;
}
input[type=button] , input[type=submit] {
    color: white;
    background-color: #428bca;
    outline: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.marquee-with-options a {
    color: #d64635;
}
.marquee-with-options span {
    margin: 0 5px 0 5px;
    color: #1E4F7A;
}
.marquee-with-options i {
    margin-left: 20px;
    margin-right: 20px;
}

.bootstrap-switch {
    float: right;
    height: 41px !important;
    border-radius: 5px !important;

}
.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off,
.bootstrap-switch-label {
    width: 50px!important;
    height: 40px !important;
    line-height: 1 !important;
    padding:12px !important;

}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{
    background-color:  var(--D-Blue-Secondary);
 }
 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, 
 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{
    background-color: var(--Red-1);
}
span.fc-button {
    color: #fff !important;
    background-color: rgba(130, 167, 196, 1) !important;
}
span.ui-state-active {

    background-color: #1E4F7A!important;
}
span.ui-state-hover {

    background-color: #1E4F7A!important;
}
span.ui-state-disabled {
    display: none;
}
th.fc-day-header.ui-widget-header {
    color: #fff !important;
    padding: 5px!important;
    font-weight: 100!important;
}
.dashboard-stat .visual > i {
    margin-left: 0px;

    margin-right: 0px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;

}
.gridster .panel-body {
    height: inherit;
    overflow-y: hidden !important;
    overflow-x: visible;
}
.ui-front {
    /* z-index: 9999;*/
    z-index: 99999;
}
.ui-resizable {
    position: relative;
}
.btn-sm {
    margin: 3px;
    font-size: 15px;

}
.btn-sm:hover {
    color: #fff;
    text-decoration: none;
}
.skin-blue {
    background: #3c8dbc !important;
    color: #fff !important;
}

.input-medium {
    width: 200px !important;
    padding: 0px;
}

.input-large {
    width: 280px !important;
}

i.fa.fa-calendar.tooltips {
    z-index: 1;
}

li.ui-state-default {
    background-image: none !important;
    background-color: transparent !important;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background-image: none !important;
    background-color: #fff!important;
}
.BuduError {
    background-color: #f3565d !important;
}
.BuduEdit {
    background-color: rgb(161, 216, 241) !important;
}
.BuduBlock {
    background-color: #DCDADA !important;
}
.table-responsive.wrapper {

    /*    width: intrinsic;
            width: -moz-max-content;
            width: -webkit-max-content;
    */

    /* height: auto; */

    max-height: 420px;
    min-height: 200px;
    overflow: auto;
    position: relative;
    display: block;
}
.fitToScreen {
    width: border-box;
    margin-top: 10px;
}
.col.fitToScreen {
    padding:0px
}

.RunningOpertion {
    background: #fdfeb0 !important;
}

/* edit by alaa adel  */
.nav-tabs {
    background: white;
    padding: 4px;
    border-radius: 8px !important;
    position: relative !important;
}

.nav-tabs, .nav-pills {
    margin-bottom: 5px;
}

.nav>li>a {
    color : white;
    margin: 2px 2px 0px 2px;
    position: relative !important;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color : white;
    color : black;
}

/* ALaa Adel */
.nav-tabs>li{
    /* min-width: 90px; */
    /* max-width: 120px; */
    padding: 0px;
    margin:2px 2px !important;
}
.nav-tabs>li>a {
    color: #4F4D61;
    font-weight: bold;
    background: white;
    border-radius: 4px !important;
    margin: 2px 2px;
    padding: 8px 16px;
    border: 2px solid #E8EBF1;
    display: block;
}
.nav-tabs>li>:hover a, .nav-tabs>li>a:focus ,.nav-tabs>li>a.active,.nav-tabs>li:hover >a {
    color: white !important;
    background-color:var(--D-Blue-Secondary) !important;
    border: 2px solid var(--D-Blue-Secondary) !important;
    padding: 8px 16px !important;

}
/* Alaa Adel */

.page-sidebar-closed.page-sidebar-fixed
.page-sidebar-menu .sub-menu > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    background: white !important;
    color: #4F4D61;
}



.table-layout-auto {
    table-layout: auto !important;

}
.tableHead > tr > th {
    white-space: nowrap;
}
/* .yellowtext > i {
    color: darkorange !important;
} */
.select2-container-multi .select2-choices {
    border: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices li {
    border-radius: 10px !important;
    background: var(--D-Blue-Tertiary-1);
}
.select2-container-multi .select2-choices li > div > a > span{
    color:white !important;
}
iframe {
    border : none;
}

.FilterTableForm td {
    padding: 6px;
}
/*
svg {
    position: inherit !important;
}
.e-chart svg {position: initial !important;}*/
.e-chart {
direction : ltr !important;	
}

#chartdiv {
    direction: ltr ;
}
.spinner {
      /* margin-left: 47%; */
      height: 5px;
      /* text-align: center; */
      /* font-size: 30px; */
      width: 70px !important;
      margin-top: 10px;

}
.spinner > div {
    background-color: var(--Darkest-Grey);
    height: 10px;
    width: 10px;
    border-radius: 50% !important;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.7)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.7);
        -webkit-transform: scaleY(0.7);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.fa.CustomIcon {
    background-size: cover;
    width: 1.25em;
    height: 1.25em;
}

.fa.CustomdashboradIcon {
    width: 100px;
    height: 100px;
    zoom: 60%;
}

.fa.CustomFontAwesomeControl {
    font-size: 24px !important;
    height: 28px;
}

.energyIcon {
    /*  */
    background-image: url(images/mdm/energyicon.png);
}
.monitoringIcon {
    /*  */
    background-image: url(images/mdm/monitoring.png);
}
.troubleShootingIcon {
    /*  */
    background-image: url(images/mdm/troubleshooting.png);
}
.ul.dropdown-menu.open {
    z-index : 55555555 !important;

}
.dropdown-menu {
    z-index: 2;
}
/*
.dropdown-budu{
    /* z-index: 9999;
   }
*/
.step-controls {
    margin-top: 10px;
    z-index: 10;
}

.ws-popover-opener {
    margin-top: 10px;
}

#ui-datepicker-div {
    z-index : 55555555 !important;
    display: none;
}
.ui-datepicker-title {
    color: white;
}


.BuduPopup.FullScreen {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;

}
.BuduPopup.FullScreen iframe {
    width: 100%;
    height: 100%;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
    background: #f1f1f1;
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}
/* Alaaaaaaaaa */

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle.search {
    padding-right: 0;
    background: var(--Lightest-Grey);
    margin: 5px;
    border-radius: 8px !important;
    color: var(--Medium-Grey);
    padding: 9px 10px 9px 10px !important;
    width: 66px;
    text-align: center;

}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle.search.right{
    padding: 7px 10px 9px 10px !important;
}
.page-quick-sidebar-open .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle.search{
    background: var(--D-Blue-Secondary);
    color: var(--White);
}
 @media (max-width:670px){
  .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle.search {
    padding: 9px 5px 9px 0px !important;
    
   
}
} 

/*  */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
}

.radio, .checkbox {
    margin-top: 2px;
    margin-bottom: 2px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0px;
}

.datepicker {
    z-index : 100000 !important;
}

.ws-popover-opener {
    color: #ccc;
    z-index: 10;
}

.ws-picker-body {
    top: -20px;
}

.datepicker-rtl {
    width: 220px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: none;
}

.buduLogoSpinner {

    animation: fadeinphoto 2s 1;
    animation-iteration-count: infinite;
}

/* Animation Keyframes*/
@keyframes fadeinphoto {
    0% {
        transform: scale(0.8,0.8);
    }
    50% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.8,0.8);
    }
}

@media (max-width: 992px) {

    #gridsterul {

        margin-top:40px !important;
    }

}

/* td input:focus, td select:focus {
    border-color: rgba(161, 216, 241,0.8) !important;
    border-width: 1px;
    box-shadow: 0px 0px 20px rgba(161, 216, 241,0.3) !important;
    /*transition: all .2s ease-in-out;*/
    /*-webkit-transform: scale(1.1);*/
/* }  */


/*TableSpinner*/

.TableSpinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

.TableSpinner > div {
    width: 18px;
    height: 18px;
    background-color: rgb(67, 161, 237);
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.TableSpinner .Tablebounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.TableSpinner .Tablebounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.text-line-through {
    text-decoration: line-through !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 420px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    background: #365ebf;
    font-weight: normal;
    color: white;
}

.ui-autocomplete {
    border-radius: 2px;
    font-size: 0.8rem;
    box-shadow: 0 4px 0 #e3e3e3;
    border: 1px solid #c7c7c7;
}
.ui-autocomplete .ui-menu-item:hover{
color:white !important;
}

table#FilterTable td ,div#FilterTable div {
    background: white !important;
    padding: 10px 14px;

}
table#FilterTable ,div#FilterTable{
    width : auto !important;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    /* background-color: #fff!important; */
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
table#FilterTable  td{
    text-align: start !important;
}
table#FilterTable  td:first-child,div#FilterTable  div:first-child {
  
    color: #333333;
    font-weight: 400;
    font-size: 14px;

}

@media screen and (max-width: 600px) {
    table#FilterTable {
      border: 0;
    }
  
    table#FilterTable caption {
      font-size: 1.3em;
    }
     
    table#FilterTable tr {
      border-bottom: 1px solid #ddd;
      display: block;
    }
    
    table#FilterTable td {
      /* border-bottom: 1px solid #ddd; */
      display: block;
      text-align: right;
    }
    
 
  }
  
.FilterTableForm {
    margin: 5px;
}
/*////////////////////////////// formating styles for autocompete \\\\\\\\\\\\\\\\\\\\\*/
.ach {
    font-size: medium;
    display: block;
}
.acb {
    display: block;

}
.acb value{
    font-weight:300;
    margin-left : 2px;
    margin-right : 2px;

}
.acb key{
    font-weight:500;
    margin-left : 2px;
    margin-right : 2px;

}
/*
Ahmed samir
removed to fix the general modal behavior , please do not customize any modal style attr in general

 .modal.fade {
    width: auto;
}
.modal-dialog {
    margin: 0px auto;
}
*/
/*fix the modal*/
.ModalIframe{
    width: 100%;
}
/*set the iframe content y scrollable */
.IframeViewContentDiv {
    /* overflow-y: scroll !important; */
    /* height: 100%; */
    /* overflow-x: hidden !important; */
    position: relative;
    /* width: 99%; */
}
.requiredmaker {
    color: red; padding-top: 10px;font-weight: 700;
}
.no_selection{
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.top-menu {
    clear: none;
    margin-top: -3px !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    top: 2px;
    right: 5px;
    width: 22px;
    height: 20px;
    border-radius: 31px !important;
    padding: 5px 2px;
}

/* .page-quick-sidebar {
    background: #1E4F7A !important;
} */
/*
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 17px 10px 9px 10px !important;
}*/

.navbar-nav>li>a {
    line-height: 19.9px !important;
}

.checkbox input[type=checkbox]{
    position: static;
}

.bootstrap-switch-container {
    height: 35px;
}

.bootstrap-switch-container > .checkbox input[type=checkbox]
{
    position: absolute;
}
/*
.page-quick-sidebar .list-heading {
        color: #1E4F7A;
}*/
/*#showingdetails{
    position: absolute;
    right: 20px;
}
.divPagecountView{
    position: absolute;
    right: 20px;
}*/

.FormViewHeader{

}

.page-quick-sidebar-open .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i:before {
    content: "\f002";
}
/*handel the long label length */
span[type='label'] {
    /*white-space: pre-line !important;*/
    display: block;
    min-width:  100px;
    max-width:  170px;
    word-break: break-word;
    text-align: center;
}
/* span[type='label']:has(button){
    float: none!important;
    display: inline;
} */
.modules_menu > div{
    border-bottom:2px solid var(--Lightest-Grey) !important ;
}
div#quick_sidebar_tab_2.tab-pane.active.page-quick-sidebar-alerts div.slimScrollDiv div.page-quick-sidebar-alerts-list div#Modules_menu.modules_menu div ul.feeds.list-items:not(:first-child) li
{
    border-bottom-color: none !important;
    border-bottom-style: none !important;
    border-bottom-width: none !important;
}

/* div#quick_sidebar_tab_2.tab-pane.active.page-quick-sidebar-alerts div.slimScrollDiv div.page-quick-sidebar-alerts-list div#Modules_menu.modules_menu div ul.feeds.list-items:first-child li{
    border-bottom-color: #4386c2 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
} */

.dropdown-menu>li
{	position:relative;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  cursor:pointer;
}
.dropdown-menu .sub-menu {
    right: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
}
.right-caret:after,.left-caret:after
{	content:"";
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #43a1ed;
}
.left-caret:after
{	border-right: 5px solid #43a1ed;
}

#gridsterul {
    padding-inline-start: 0 !important;
}

@media screen and (max-width: 1024px) {
    .panel-title{
        max-width: 250px;
        height: 40px;
    }

    .input-large{
        width: 180px !important;
    }
    .input-medium{
        width:150px !important;
    }
    .input-small{
        width:110px !important;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        /* //   padding:5px; */
    }

    #NEWS{
        width:100% !important;
    }
    #News_Size{
        width:100% !important;
    }

    .dashboard-stat .details .number{
        font-size: 19px;
    }

}

@media screen and (max-width: 800px) {
    .panel-title{
        max-width: 180px;
        font-size:14px;
    }

    #gridsterul{
        padding: 0px !important;
        /* //    width: 100% !important;
        // max-width: 450px !important; */
    }

    .gridster .gs-w{
        width: 95%;
        margin: 10px 0px;
        position: initial !important;
    }

}

@media screen and (max-width: 600px) {

    #gridsterul{
        padding: 0px !important;
        /* //    width: 100% !important; */
    }

    .gridster .gs-w{
        width:90%;
        margin: 10px 0px;
        position: initial !important;
    }

}

@media screen and (max-width: 500px) {

    .page-header.navbar .top-menu .navbar-nav{
        margin-top:-50px;
        margin-right:25px;
        width: 65vw;
        /* gap: 8px; */
        flex-wrap: wrap;
        row-gap:0px !important;
        column-gap: 12px !important;
    flex-direction: row-reverse ;
    justify-content: unset !important;
    }
    body.archive-mode .page-header.navbar .top-menu .navbar-nav{
        column-gap: 4px !important;
    }
    .img-rounded {
        display: none;
    }

    .ModuleName{
        display: none;
    }

    .page-quick-sidebar-open .page-quick-sidebar-toggler {
        margin-top: -45px;
    }

   

    .logo-default{
        max-width: 140px;
    }
    .page-header.navbar .top-menu .navbar-nav > li.dropdown{
        padding: 0px 0px;
    }
}

@media screen and (max-width: 400px) {
    .logo-default{
        max-width: 90px;
    }

}
/*
Updated Password  Radwan
*/
.success{
    border: 1px solid #21e81c;
    color: #4cae4c;
}
.success:focus{
    border-color: #15de60;
}

/* End Update Password*/



/*
Password Hint Radwan
*/
.jfk-bubble {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid;
    position: absolute;
    z-index: 1201 !important;
    border-color: #bbb #bbb #a8a8a8;
    padding: 8px;
    width: 255px;
    line-height: 17px;
    opacity: 1;
}
.jfk-bubble-arrow{
    top: 19.5px;
    left: 0;
    position: absolute;
}

.tringle{
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: 0px;
    content: "";
    position: absolute;
    margin-left: -15px;
    width: 0;
    height: 0;
    top: -11px;
}
.white-tringle{
    border-right: 15px solid white;

}
.black-tringle{
    border-right: 15px solid  black;

}
/* end Password Hint*/.successs{
    background: #4276a4;
    color: #ffffff;
}
.actives{
    background: #f1f6f1;
    color : black;
}
.Noti{
    margin: auto;
    margin-top: 50px;
    background-color: #dbe8f4;
    padding: 50px 10px;
    margin-bottom: 50px;
    font-size: 18px;
    width: 300px;
}
.actionbar img {
    height: 35px;
    margin-left: 25px;
    /*margin-right:  25px;*/
}
.actionbar a {
    text-align: center !important;
    /*font-size: 18px !important;*/
    font-weight: bold !important;
    color: #FFF !important;
    padding: 3px !important;
}
.actionbar li {
    padding: 0px !important;
    margin: 0!important;
}

.floatThead-table{
 display:inline-table !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.portlet > .portlet-title > .tools {
	color: #000000 !important;
    padding: 14px 20px !important;
}

.portlet.box > .portlet-title > .tools > .btn-group > a.config {
    background-image: url(../js/plugins/metronic/global/img/portlet-config-icon-white.png);
    background-repeat: no-repeat;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.select2-container--default .select2-selection--single {
     background-color: transparent;
    border: 0; 
}

.modules_menu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  /* Track */
.modules_menu::-webkit-scrollbar-track {
    background: #337ab7; 
  }
   
  /* Handle */
.modules_menu::-webkit-scrollbar-thumb {
    background: #6897c0; 
  }
  
  /* Handle on hover */
.modules_menu::-webkit-scrollbar-thumb:hover {
    background: #6897c0; 
  }



  /*Alaaaa  */
 .btn.default{ 
    color: #0D456F !important;
    background-color: white !important;
    /* width: 91px; */
    height: 32px;
    padding: 6px 12px;
    border-radius: 4px !important;
}
  
  .btn.blue-stripe {
    border: 1px solid #0D456F !important;
}
.btn.red-stripe {
    border: 1px solid #cb5a5e !important;
}
.btn.red-stripe i{
    color:#cb5a5e ;
}

/* Alaa */
/* #ContentDiv.formControls .form-control{
    border: 0px ;
} */
.input-icon{
    color: #4F4D61;
    display: flex;
    /* align-items: center; */
   
}
/* #responsive-content .form-control {
    border: 1px solid #AAAAB2 ;
} */

.input-icon > i{
    font-weight: 100;
    font-size: 25px !important;
    color: var(--Dark-Grey);
    margin-top: 5px;
}
.input-icon.right > i {
    left: 13px;
    float: left;
   
}

.input-icon.left > i {
    right: 13px;
    float: right;
    
}
/* .input-icon.left .form-control,.input.left .form-control{
   padding-left:4px !important;
   padding-right: 4px;
   font-size: 12px !important;
} */

/* add ew classes to html */
/* لزرار إضافة الاحمال والرجوع */
.blue-colored-btn{
    color: white !important;
    /* display: block; */
    background: #0D456F !important;
    border-radius: 4px !important;
    padding: 6px 12px;
}


/*لكلمة أظهار الموقع على الخريطة  */
.show-map{
    background-color: transparent !important;
    border:0px !important;
    color: #E94C28;
    padding: 0px;
}

/*  */
.well{
    background: white !important;
    padding: 10px !important;
    padding: 10px 24px !important;
    border-radius: 5px !important;
    margin-bottom: 24px !important;
    flex:auto;

}  
.well:has(.importing-class){
    margin-bottom: 16px !important;
}
.well .importing-class{
    display: flex; 
   
    gap: 6px;
    /* margin-top: 5px; */
 
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border:0px !important;
    /* text-align: center; */
}
/* Alaaa */
/* scroll style */
::-webkit-scrollbar {
    width: 10px;
    height: 16px;

  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  /* Alaa */
  table{
    background-color: white !important;
  }
  /* Alaa 14/11/2022 */
  /* .BuduInsert td:has(.checker span){
    padding-top: 14px !important;
    } */
    /* .tableHead tr th:has(.checker span){
        padding:12px 5px !important;
    } */
/* Alaa 15/1/2023 */
/* .BuduInsert td:has(.requiredmaker.no_selection){
    
padding-left:8px !important ;
position: relative;
}
.page-content-wrapper.right .BuduInsert td:has(.requiredmaker.no_selection){
    padding-left:8px !important ;
    position: relative;
    }
.page-content-wrapper.left .BuduInsert td:has(.requiredmaker.no_selection){
    padding-right:8px !important ;
    position: relative;
    }
.BuduInsert td .requiredmaker.no_selection{
position: absolute;
top:25%;
left:0%;
}  
.page-content-wrapper.left .BuduInsert td .requiredmaker.no_selection{
left:98%;
} */
    /*  */
    #FilterTable{
        background: white !important;
    }
  
    #FilterTable td > div:not(.modal){
        display:flex;
        width:100%;
        justify-content:space-between;

    }
    #FilterTable td{
        width:450px;
        /* display: flex; */
    }
    /* #FilterTable td:has(.requiredmaker.no_selection){
        position: relative;
    }
    #FilterTable td .requiredmaker.no_selection{
        position: absolute;
        top:25%;
        left:1%;
    }  
    .page-content-wrapper.left  #FilterTable td .requiredmaker.no_selection{
        left:97%;
    } */
    #FilterTable td:has(i img) .input-icon.right > i.pylon-icon-Arrow-Dropdown-DOWN
    {
        left: 23px !important;
    }
    #FilterTable td:has(i img) .input-icon.left > i.pylon-icon-Arrow-Dropdown-DOWN
    {
         right: 28px !important;
    }
  
    @media (max-width:490px) {
        #FilterTable td{
        width:95vw;
        /* margin-right: 20px;
        margin-left: 20px; */
    }  
}

/* 21/11/2022 */
.dashboard-stat .desc{
    margin:0px !important;
}

/* 22/11/2022 */
.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* 12/1/2023
.select2-container{
    border: 1px solid var(--Darkest-Grey);
    border-radius: 4px !important;
    height: 36px;
    margin-top: -1px;
}
.select2-container--open .select2-dropdown--below{
    border-radius: 8px !important;
} */

/*  15/1/2023*/
.wrong-fetch-icon{
    background-image: url(./icons/svgIcons/WrongFetch.svg);
    height: 24px;
    width: 24px;
    display: block;
    margin: auto;
}

/* detail popup styles 2/1/2023 */

.portlet.box, .portlet.box > .portlet-body {
    border-radius: 0px 0px 8px 8px !important;
}

.portlet.box > .portlet-title{
    height: 55px !important;

}

.portlet > .portlet-title:before, .portlet > .portlet-title:after {
    display: none;
}

.portlet.box > .portlet-title > .caption {
    display: flex;
    gap:20px;
    padding: 12px !important;
    color: var(--Darkest-Grey)!important;
    font: var(--H2-Section-Titles)!important;
}

.portlet.box > .portlet-title > .caption a:hover{
  text-decoration:none;
}
.portlet.box > .portlet-title{
    padding:0px !important;
}
/* .ModalIframe .no-js{
    width:100% !important;
} */

/* .input-icon :has(.form-control){
    display: none !important;
    } */

    table.FixedHead td, table.FixedHead th{
        padding: 12px !important;
        vertical-align: middle !important;
        height: 64px;
    }

    /* 29/1/2023 */
    .chat-form .btn-cont .btn {
        margin-top: 7px;
    }
    .chat-form .input-cont .form-control {
        border: 1px solid #ddd !important;
        border-radius: 0px !important;
        height: 32px !important;
    }

    /*26/2/2023  */
    #CommonModal .modal-content, #CommonModal .modal-header{
        border-radius: 8px !important;
    }
    #CommonModal .modal-header{
        background-color: white !important;
        padding: 24px;
    }
    #CommonModal .modal-header .modal-title{
        color:var(--Darkest-Grey) !important;
    }
    #CommonModal .modal-body{
        padding:24px !important;
    }
    .modal-content{
        border-radius: 8px !important;
    }
    /* notitification styles */
    #toast-container .toast{          
    border-radius: 4px !important;
    opacity: 1 !important;
    background-position-y: 14px; 
    }
    #toast-container.toast-bottom-left .toast{
      padding:16px 48px 16px 16px!important;
   
    } 
    #toast-container.toast-bottom-right .toast{
        padding:16px 16px 16px 48px!important;
      } 
    #toast-container > .toast.toast-error{
        background-color: #CC3333 !important;
        background-image: url('./icons/svgIcons/Danger.svg') !important;
        color: white !important;
    }
    #toast-container > .toast.toast-warning{
        background-color: #FFCC1F  !important;
        background-image: url('./icons/svgIcons/Warning.svg') !important;
        color: #262338  !important;
    }
    #toast-container > .toast.toast-success{
        background-color: #4BB543 !important;
        background-image: url('./icons/svgIcons/Success.svg') !important;
        color: white !important;
    }
    .input-medium textarea{
        width:150px ;
        min-width:15px !important;
    }

    .btn-icon-only{
        width:34px !important;
        height: 34px !important;
    }


    /* 1101030 name field style 23/3/2022 */
    .flex-name-field{
        position:relative;
        display: grid !important;
     }
    .flex-name-field .requiredmaker.no_selection{
         position: absolute;
     top: 0%;
     left: 99%;
     }
     .page-content-wrapper.right  .flex-name-field .requiredmaker.no_selection{
         left:0%;
     }

/* 14/5/2023 */
table.table-responsive .input-icon textarea{
width: 320px !important;
min-height: 80px !important;
}
table.table-responsive .input-icon.haveTextArea{
width: 320px !important;

}

table.reportTable > tbody > tr > td,table.reportTable > thead > tr > th{
border: 0.5px solid #80808063 !important;
}

.IframeViewContentDiv{
    height: 100%;
    /* overflow-y: auto; */
}
select#FilterValue {
    width: 100% !important;
}
.timeline-body-content{
    font-size:13px !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.ui-widget-content{
    border: 1px solid #aaaaaa !important;

    
}
.fc-row .fc-content-skeleton td {
    border-color: #aaaaaa !important;
}
.time-input-buttons .ws-popover-opener>span:before{
    content:"\e919";
}

 /* .IframeViewContentDiv{
    height: 100%;

} */

.datepicker.WeekDatePickerColoredRow .datepicker-days .table-condensed tbody tr:hover {
    background-color: #eee;
}

.DateTimeCalendar-style-class{
    border: 1px solid !important;
    border-color: var(--Dark-Grey) !important;
    border-radius: 4px !important;
    display: inline-block;
    z-index: 1 !important;
    position: relative !important;
    min-height: 36px !important;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 34px;
}

.DateTimeCalendar-style-class:focus {
    border: 2px solid var(--D-Blue-Secondary) !important;
    box-shadow: none !important;
}

/* div[class^='col'], div[class*=' col'],.col{
    display: flex;

}  */

#MeterControl{
    width:100%;
}
/* .offset-md */
.card-title {
    margin-bottom:0 !important;
    font-size: 16px;
}

.nav.nav-tabs a:hover{
    text-decoration: none !important;
}

.table-responsive{
    display: table;
}


.modal-footer:before {
    display: table;
    content: " ";
}
.modal-footer::after {
    clear: both;
}
/* .close {
    float: left;
} */
.modal-footer>:not(:first-child){
    margin-right: .25rem;
}
.modal-footer>:not(:last-child){
    margin-left: .25rem;
}
.modal-dialog{
    width:600px;
    max-width: unset !important;
}
/* Alaa adel 2/20/2024 */
/* Task id #2496 */
/* add this to fit large modals in size screens greater than 992px e.g showLog modal in more menu */
@media (min-width: 992px){
    .modal-lg {
        width: 900px;
    }
    }
.dropdown-menu li > a {
    color: #555 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

.dropdown-menu li.dropdown-divider {
    background: #f1f3f6 !important;
}

.dropdown-toggle::after{
    content:unset;
}
.badge {
color:white;
}
[type=reset], [type=submit], button, html [type=button] {
    outline: 0px !important;
}

.page-link{
    color: #007bff !important; 
}

.DateTimeCalendar-style-class[disabled]{
    background:var(--Light-Grey) !important;
    border: 1px solid var(--Medium-Grey) !important;
}
body:has(.IframeViewContentDiv) .TaskBar.left{
    margin-left: 33.333333%;
}
body:has(.IframeViewContentDiv) .TaskBar.right{
    margin-right: 33.333333%;
    margin-left: unset;
}
 .modal .modal-header {
    flex-direction: row-reverse;

}
.modal .modal-header .close{
    margin:0px !important;
}

#meter_modal .portlet .portlet-body.row{
    gap:12px;
}
/* alaa adel 2/20/2024 */

.portlet-body.row{
    align-items: center;
    margin-bottom: 8px;
}
.portlet-body.row span[type='label']{
    text-align: start !important;
}
.dropdownColOptions .tab-content>.active[id*='_sort']{
    display: flex;
}

/* 2/19/2024 Alaa Adel*/
.page-content-wrapper.right .pull-right{
    float:left !important;
}
.page-content-wrapper.right .pull-left{
    float:right !important;
}
.tab-content{
    width:100%;
}
.card-container.no-data{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--D-Blue-Secondary);
    height: 100%;
}

/* Details view popup styles by Alaa Adel 13/5/2024 */
.modal-dialog.popup-dialog .modal-content {
    height: 90vh;
    background: #FFFFFF; 
    border-radius: 8px !important; 
}

#DetailViewPopUp .modal-dialog{
    margin: 0px !important;
    width: 80% !important;
}

#DetailViewPopUp .modal-dialog.popup-dialog .modal-content{
    height: 100vh;
    border-radius: 0px !important;
}

#DetailViewPopUp .modal-dialog .modal-content .portlet-title{
    height: 68px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--text-light-grey, #E0E0E0);
    background-color: #FFF;
}
#DetailViewPopUp .modal-dialog .modal-content .caption{
    padding: 12px 16px !important;
}

#DetailViewPopUp .modal-dialog .modal-content .caption a{
    display: none !important;
}

#DetailViewPopUp .modal-dialog .modal-content .tools{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#DetailViewPopUp .modal-dialog .modal-content .tools a{
    height: 40px;
    display: flex;
    align-items: center;
}

#DetailViewPopUp .modal-dialog.popup-dialog .modal-content .modal-body{
    padding: 0px !important;
    background: var(--Lightest-Grey);
    height: 100% !important;
}

body:has(.IframeViewContentDiv)  .TaskBar{
    justify-content: flex-start !important;
}
 .popup.modal-body{
position: relative;
}
.popup .loader {
    position: absolute; 
    top:0;
    width: 95%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Lightest-Grey);

}
#DetailViewPopUp .popup .loader {
    width: 100%;
    height: 100%;  
}

.popup .loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: var(--D-Blue-Primary);
    border-radius: 50% !important;
    animation: loading 0.75s ease infinite;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}


.page-content-wrapper #DetailViewPopUp.modal.fade .modal-dialog {
    position:absolute; 
  }
  .page-content-wrapper.right #DetailViewPopUp.modal.fade .modal-dialog{
    right: 0;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
     -o-transform: translate(100%,0);
        transform: translate(100%,0);
        transform: translate(100%,0);
  }
  .page-content-wrapper.left #DetailViewPopUp.modal.fade .modal-dialog{
    left: 0;
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
     -o-transform: translate(-100%,0);
        transform: translate(-100%,0);
        transform: translate(-100%,0);
  }
  .page-content-wrapper.right #DetailViewPopUp.modal.in .modal-dialog {
    -webkit-transform: translate(-0, -0);
        -ms-transform: translate(-0, -0);
         -o-transform: translate(-0, -0);
            transform: translate(-0, -0);
  }
  .page-content-wrapper.left #DetailViewPopUp.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  /* details as popup mobile view */
  @media (max-width:500px){
    #DetailViewPopUp .modal-dialog.popup-dialog{
        width:100% !important;
    }

}
/* 6/5/2024 Alaa Notidications menu new style */
#header_notification_bar .dropdown-menu.Notification{
    width: 380px;
    max-width: 380px;
    height: 360px;
    border-radius: 8px !important;
    border: 1px solid var(--Medium-Grey);
    top:65px;
}
#header_notification_bar .dropdown-menu.Notification.right{
    left:-150px;
}
#header_notification_bar .dropdown-menu.Notification.left{
    left:unset;
    right:-150px; 
}

#header_notification_bar .dropdown-menu.Notification:before,#header_notification_bar .dropdown-menu.Notification:after{
    content:none !important;
}
#header_notification_bar li{
    border-bottom:1px solid var(--Light-Grey);
}
#header_notification_bar li.menu-list{
    border:0px;
}
#header_notification_bar .dropdown-menu-list.Custom li{
    height: 102px;
    padding: 0px !important;
}
#header_notification_bar .dropdown-menu-list.Custom li a{
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#header_notification_bar .dropdown-menu-list.Custom li a .subject ,#header_notification_bar .dropdown-menu-list.Custom li a .details{
    font-size: 14px;
    font-weight: 700;
    color: var(--Darkest-Grey);  
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
#header_notification_bar .dropdown-menu-list.Custom li a .details{
    font-weight: 400; 
}
#header_notification_bar .dropdown-menu-list.Custom li a .date{
    font-size: 14px;
    font-weight: 400;
    color: var(--Medium-Grey);
}

#header_notification_bar .Custom {
    padding: 0px !important;
    margin: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #header_notification_bar .Custom::-webkit-scrollbar {  
    width: 6px;  
  }  
  
  #header_notification_bar .Custom::-webkit-scrollbar-track {  
    background-color: transparent;  
    border-left: 0px;  
    border-radius: 0px !important;
    box-shadow: none;
  }  
  
  #header_notification_bar .Custom::-webkit-scrollbar-thumb , #header_notification_bar .Custom::-webkit-scrollbar-thumb:hover {  
    background-color: #767676 !important;  
    border-radius: 0px !important;
  }  

  #header_notification_bar .external{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:12px;
    cursor: auto;
  }
  #header_notification_bar .external .title{
  color: var(--Dark-Grey);
  font-size: 16px;
  font-weight: 500;
  }
  #header_notification_bar .external a{
    color: var(--Medium-Grey);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding:0px;
    border: 0px !important;
  }
  #header_notification_bar .external a i::before{
    font-size: 18px;
  }
  @media(max-width:767px){
    #header_notification_bar .dropdown-menu.Notification{
        width: 80vw !important;
    }
    #header_notification_bar .dropdown-menu.Notification.right{
        left: 100% !important;
        /* margin-left: 0px; */
    }
    #header_notification_bar .dropdown-menu.Notification.left {
        left: unset !important;
        right: 0px;
    }
}
@media(max-width:500px){
    #header_notification_bar .dropdown-menu.Notification.left{
        margin-left: 0px;
        margin-right: -196px;
    }
    #header_notification_bar .dropdown-menu.Notification.right {
        margin-right: 0px;
        margin-left: -196px;
    }
}
/* copilot */
#copilot-div{
    height: 64px;
    width: 64px;
    position: fixed;
    /* top: 50vh; */
    bottom:32px;
    left: 24px;
    border: 1.5px solid #486193;
    border-radius: 50% !important;
    z-index:10000;
    cursor: pointer;
}
#copilot-div.left{
    left:unset;
    right: 24px;
}
#copilot-div > img{
    position: absolute;
    top: 0px;
    left: 0px;
    /* z-index: -1; */
    height: 62px;
    width: 62px;
} 
#copilot-div > p{
    position: absolute;
    top: 22%;
    left: 0px;
    text-align: center;
    font-size: 12px;
    color: var(--Darkest-Grey);
    font-weight: 500 !important;
    /* text-shadow: 0px 0px 1px #262338; */
}   
#copilot-div.right > p{
    top: 38%;
    left: 4px;
}


.comparator-div{
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

select#CompValue {
    max-width: fit-content;
}


    .popupPermission{
        position: fixed;
        top: 15px;
        left: 35px;
        z-index: 100000;
        background: white;
        width: 300px;
        height: 200px;
        border-radius: 15px !important;
        border: 1px solid var(--Light-Grey);
    }

    .popupPermission .header{
        background: transparent;
        display: flex ;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 15px 20px;
        font-weight: bold;
        border-bottom: 1px solid var(--Light-Grey);
    }
    .popupPermission .header i{
        cursor: pointer;
    } 
    .popupPermission > p{
        margin-top: 30px;
        text-align: left;
        padding: 0px 24px;
    }
    .popupPermission .actions{
        position: absolute;
        border: 0;
        bottom: 0;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-top: 1px solid var(--Light-Grey);

    }
    .popupPermission .actions button{
        cursor: pointer;
        background: var(--Light-Grey);
        border: 0px;
        padding: 10px;
        width: 90px;
        border-radius: 18px !important;
        font-weight: 500;
    }
    .popupPermission.dark  {
        background: var(--Darkest-Grey);
        border: 1px solid var(--Dark-Grey);
        color:white;
    }
    .popupPermission.dark .header{
        border-bottom: 1px solid var(--Dark-Grey);
    }
    .popupPermission.dark .actions{
        border-top: 1px solid var(--Dark-Grey);
    }
    .popupPermission.dark .actions button{
        background: var(--Dark-Grey);
    }


#VisualGraphdrawing_DivContainer{
    position: relative;
}
#VisualGraphdrawing_DivContainer .loader {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 11;
    transition: opacity 0.75s, visibility 0.7 5;
}

#VisualGraphdrawing_DivContainer .loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: var(--D-Blue-Primary);
    border-radius: 50% !important;
    animation: loading 0.75s ease infinite;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.page-content-wrapper.left .audit-log-span{
    direction:ltr;
    unicode-bidi: embed;
}
.page-content-wrapper.right .audit-log-span{
    direction:rtl;
    unicode-bidi: embed;
}
