﻿.centerHeaderText th {
   text-align: center !important;
    
}

.OrdersGV1class  td:nth-child(1){
display: none;
}

.OrdersGV1class  th:nth-child(1){
display: none;
}

.orderOpbutton{
    height:30px;
    padding-top: 5px;

}


.yellowNote {
    background: none repeat scroll left top #FFFFCC;
    border: 1px dashed #999999;
    color: #4D4D4D;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 99%;
    margin: 10px;
    border-radius: 10px;
    
}

.actionbuttondisabled {

    color: lightgray !important;
    border-color: lightgray !important;
    cursor: no-drop !important;
    box-shadow: none !important;

}
.actionbuttondisabled:hover {
    background-color: transparent !important;
    
}



.actionbutton {
    
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px;
}

.actionbutton1 {
    background-color: white; 
    color: #4CAF50; 
    border: 2px solid #4CAF50;
    box-shadow:inset 0.6em 0 0 0 #4CAF50;
}

.actionbutton1:hover {
    background-color: #4CAF50;
    color: white;
}

.actionbutton2 {
    background-color: white; 
    color: #286090; 
    border: 2px solid #286090;
    box-shadow:inset 0.6em 0 0 0 #286090;
}

.actionbutton2:hover {
    background-color: #286090;
    color: white;
}

.actionbutton3 {
    background-color: white; 
    color: #c9302c; 
    border: 2px solid #c9302c;
    box-shadow:inset 0.6em 0 0 0 #c9302c;
}

.actionbutton3:hover {
    background-color: #c9302c;
    color: white;
}

.actionbutton4 {
    background-color: white; 
    color: #f27241; 
    border: 2px solid #f27241;
    box-shadow:inset 0.6em 0 0 0 #f27241;
}

.actionbutton4:hover {
    background-color: #f27241;
    color: white;
}

.actionbutton5 {
    background-color: white; 
    color: #10d593; 
    border: 2px solid #10d593;
    box-shadow:inset 0.6em 0 0 0 #10d593;
}

.actionbutton5:hover {
    background-color: #10d593;
    color: white;
}


.FilterSum {

width: 15% !important;
float: right;
min-width: 205px;
padding-right: 5px  !important;
padding-left: 5px  !important;

}


 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #76a7ca40; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 160px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index:1000000;
    border-right: #464545 solid 1px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 



/* === Main navigation === */

.nav2 { text-align: center; margin-top: 10px;padding-left: 0px !important; }
.nav2 li { position: relative; }
.nav2 li i { color:#464545 }
.nav2 li.inactive { color:#464545 }
.nav2 li a { display: block; padding: 23px 0 8px 0; color: #bababa; font-size: 11px; width: 100%; }


.nav2 li a span { display: block; padding-top: 4px; font-size:medium ;font-family: "Lato", sans-serif;color:#464545;  }
.nav2 li a img { opacity: 0.5; filter: alpha(opacity=50); }
.nav2 > li > a:hover { 
background: -moz-linear-gradient(top,  rgba(86,86,86,0.2) 0%, rgba(54,54,54,0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,0.2)), color-stop(100%,rgba(86,86,86,0.1)));
background: -webkit-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(86,86,86,0.1) 100%);
background: -o-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.1) 100%);
background: -ms-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.1) 100%);
background: linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(86,86,86,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33565656', endColorstr='#1a363636',GradientType=0 );
}
.nav2 li a:active, .nav li a.active {  
background: -moz-linear-gradient(top,  rgba(86,86,86,0.1) 0%, rgba(54,54,54,0.1) 100%);
background: -webkit-linear-gradient(top,  rgba(120,120,120,0.2) 0%,rgba(120,120,120,0.3) 100%);
background: -o-linear-gradient(top,  rgba(128,128,128,0.4) 0%,rgba(115,115,115,0.3) 100%);
background: -ms-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33565656', endColorstr='#1a363636',GradientType=0 );
}
.nav2 li a.active { color: #f4f4f4;   }
.nav2 li a.active img, .nav li a:hover img { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.nav2 > li > a:hover { color: #f4f4f4; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.nav2 li:hover ul { display: block; }
.nav2 li ul { display: none; position: absolute; top: 0; font-size: 11px; min-width: 170px; white-space: nowrap; padding-left: 12px; left: 100px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-align: left; background: url(../images/elements/other/userArrow.png) 5px 11px no-repeat; z-index: 1000; }
.nav2 li ul li { border-bottom: 1px solid #343434; border-top: 1px solid #545454; background: url(../images/backgrounds/sidebar.jpg);  }
.nav2 li ul li:hover { background: #454545; }
.nav2 li ul li:first-child { border-top: none; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px;  }
.nav2 li ul li:last-child { border-bottom: none; -webkit-border-bottom-left-radius: 2px;  -webkit-border-bottom-right-radius: 2px;  }
.nav2 li ul li a { display: block; padding: 8px 14px 8px 14px; color: #c2c2c2; width: auto; }
.nav2 li ul li a span { padding-top: 3px; float: left; }
.nav2 li ul li a [class*="icol-"] { opacity: 0.5; filter: alpha(opacity=50); padding-top: 4px; }
.nav2 li ul li ul { left: auto; right: 0; position: static; padding-left: 0; background: #505050; }
.nav2 li ul li [class*="dataNum"] { box-shadow: 0 0px 1px #101010; -webkit-box-shadow: 0 0px 1px #101010; -moz-box-shadow: 0 0px 1px #101010; }
.nav2 li ul li ul li { border-top: 1px solid #606060; border-bottom: 1px solid #404040; }
.nav2 li ul li ul li:hover { background-color: #555; }
.nav2 li ul li ul li, .nav li ul li ul li a { background: none; }

.nav2 li ul li ul li a  { background: url(../images/elements/control/subnav_arrow.png) no-repeat 14px 16px; padding-left: 26px; }



/* === Dividers === */

.divider { height: 20px; border-top: 1px solid #cdcdcd;border-bottom: 1px solid #e7e7e7; position: relative; margin: 20px 0 00px 0; }
.divider > span { position: absolute; left: 50%; margin-left: -21px; background: #eeeeee url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.widget .divider { height: 0; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; min-height: 0; }
.widget .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #eeeeee url(../images/widgetDiv.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.dialog .divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; }
.dialog .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #f5f5f5 url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px;  }

/**INV_QUTY Table***/
.INVqtyTable thead{ color:#666; font-weight:bold }

.INVqtyTable td  
 {
     padding:10px !important;
     border: 1px solid #c9ccd2;
  }
.INVqtyTable {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


/**Attendance Table***/
.AttTable th{ color:#666; }
.AttTable td:nth-child(1){ /*background-color:#fffef2;*/}
.AttTable td:nth-child(2){/* background-color:rgb(242, 246, 225);*/ font-weight:bold; color:#6c6c6c;}

.AttTable td:nth-child(3){ /*color:#666; */}
.AttTable td:nth-child(4){ /*color:#666; */}
.AttTable td:nth-child(5){ /*color:#666; */}
.AttTable td:nth-child(6){ /*color:#666; */}
.AttTable td:nth-child(7){ /*color:#666; */}
.AttTable td:nth-child(8){ /*color:#666; */}

.AttTable td:nth-child(11){ /*background-color:rgb(255, 251, 242);color:#6c6c6c;*/}
.AttTable td:nth-child(12){ /*background-color:rgb(255, 251, 242);color:#6c6c6c;*/}
.AttTable td:nth-child(13){ /*background-color:rgb(255, 251, 242);color:#6c6c6c;*/}
.AttTable td:nth-child(14){ /*background-color:rgb(244, 249, 255); color:#6c6c6c;*/ }
.AttTable td  
 {
     padding:10px !important;

    
     
  }
.AttTable{
    
}

.weeksummaryrow  
 {
     /*background:  -moz-linear-gradient(center top , #F8F8F8 0%, #E8E8E8 100%) repeat !important; */
     line-height: 5px;
     font-weight:bold;
     color: #4B4B4A;
     text-align:center;
     border-bottom: 2px solid #a7a7a7 !important;
    border-top: 1px solid #a7a7a7 !important;
    border-right: 1px solid #a7a7a7 !important;
    border-left: 1px solid #a7a7a7 !important;
     
     
  }
  
  .weeksummaryrow td  
 {
     padding:0px !important;
      padding-left:10px !important;
      padding-right:10px !important;
      background-color:#e9e9e9 !important;
     
  }

  .weeksummaryrow tr  
 {
    height:10px;
     
  }

  

  .monthsummaryrow
{
      display:none;
     /*background:  -moz-linear-gradient(center top , #F8F8F8 0%, #E8E8E8 100%) repeat !important; */
     line-height: 20px;
     font-size:larger;
     font-weight:bold;
     color: #4f7f0b;
     text-align:center;
     border-bottom: 1px solid #a7a7a7 !important;
    border-top: 1px solid #a7a7a7 !important;
    border-right: 1px solid #a7a7a7 !important;
    border-left: 1px solid #a7a7a7 !important;
     
  }
  
  .monthsummaryrow td  
 {
    padding:0px !important;
      padding-left:10px !important;
      padding-right:10px !important;
      background-color: #dde0ba !important;
     
  }


/**toggle checkbox switch*/
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {display:none;}

.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: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  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(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.AttSelectors{
    width:200px;
    float:left; 
    margin-left:20px;
}

.AttSelectorButton{
    width:120px;
    float:left; 
    margin-left:10px;
    padding:0px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
    height: 33px;
}

.myformRow { border-bottom: 1px solid #ddd; border-top: 1px solid #fff; padding: 8px 16px; }
.myformRow:after { content: ""; display: block; clear: both; }
.myformRow:first-child { border-top: none; }

/*.myformRow input[type=text], .formRow input[type=password], textarea, input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color]
*/

.CheckAppenditagclass {
    float: left;
    cursor: pointer;
    font-size: large !important;
    opacity: 0.2;
    margin-right: 0px !important;
}


.CheckAppenditagclass:hover {
  
   opacity: 1;
   
}

.LeaveLegendRow{
    height: 28px;

}

.LeaveLegendSquare{
   border:solid;
   border-color:darkgray;
   width:30px; height:20px;
   border-width:1px;
   border-radius:5px;
   margin-right:10px;

}

.Buttonastext {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.DXSelectedRowStyle, .DXSelectedRowStyle td  
{  
    background: #d8e4e9 !important;  
}  

.DXHoverRowStyle, .DXHoverRowStyle td  
{  
    background: #f3f3f3 !important;  
}  


 
                .DashButton1 {
                align-items: center;
                background-color: initial;
                background-image: linear-gradient(#464d55, #25292e);
                border-radius: 0px;
                border-width: 0;
                box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
                box-sizing: border-box;
                color: #fff;
                cursor: pointer;
                display: inline-flex;
                flex-direction: column;
                font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
                font-size: 14px;
                height: 35px;
                width:150px;
                justify-content: center;
                line-height: 1;
                margin: 0;
                outline: none;
                overflow: hidden;
                padding: 0 32px;
                text-align: center;
                text-decoration: none;
                transform: translate3d(0, 0, 0);
                transition: all 150ms;
                vertical-align: baseline;
                white-space: nowrap;
                user-select: none;
                -webkit-user-select: none;
                touch-action: manipulation;
                }

                
                .DashButton1Active {
                
                background-image: linear-gradient(#6091c8, #2760a0) !important;
                
                }

                .DashButton1:hover {
                box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
                opacity: .85;
                }

                .DashButton1:active {
                outline: 0;
                }

                .DashButton1:focus {
                box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
                }

                @media (max-width: 420px) {
                .DashButton1 {
                height: 48px;
                }
                }

 
                
  #container {
  position: relative; /* Set the container to relative positioning */
}

#loadingCover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14);
  z-index: 9999;
}

#loadingSpinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
