﻿/*table .header-fixed {
    position: fixed;
    top: 40px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 1020;*/ /* 10 less than .navbar-fixed to prevent any overlap */
    /*border-bottom: 1px solid #d5d5d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}*/

/*.tableFixHead {
    overflow: auto;
    height: 100px;
    width: 240px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableFixHead tbody th {
        position: sticky;
        left: 0;
    }*/


.tronhover:hover {
    background-color: #6fbd463d !important;
}
 


.unselectableXD{
     background-color: #ddd;
     cursor: not-allowed;
}
.opacityZero{
    opacity: 0;
}

.hide {
  display: none !important;
}
.yProblemNeedToCheck{
    /*background-color :#b17c7c !important;*/
    color:#b17c7c !important;

}
.yDone{
    color:#3934be !important;
}


.pointer         
{ cursor: pointer; }


.MooOve         
{ cursor: move; }

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.disabledbutton_2 {
    pointer-events: none;
    opacity: 0.9;
}

.padding-left17{
    padding-left:17px !important;
}

._Width_160{
    width:160px !important;
}
._Width_200{
    width:200px !important;
}
.MainLogo_xs{
   background-image :url(../../..added/SchoolImgs/SchoolLogoAndWatermark/logo.jpg);
   width:70px;
}

.FixedMidllScreen{
    position:fixed;
    /*left:0;*/
    top:50%;
    width:8em;
    margin: -2.5em 0 0 0;
    z-index: 5; 
    padding:5px;
   
     /*background: hsla(80, 90%, 40%, 0.7);*/
       background: hsla(208, 56%, 57%, 0.43);
     color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    
    /*border: solid hsla(80, 90%, 40%, 0.5);*/
    border: solid hsl(204, 65%, 66%);
     /*border-right: none;*/
    box-shadow: 0 1px 3px black;
    border-radius: 3em 3.5em 3.5em 1.5em;
}

.FixedMidllScreen_rtl{
    right:unset !important;
    left:0 !important;
}

.FixedMidllScreen_ltr{
    left:unset !important;
    right:0 !important;
}

.RoundshapWithColor{
            padding:20px;
            background: hsla(208, 56%, 57%, 0.43);
            border: solid hsl(204, 65%, 66%); 
            box-shadow: 0 1px 3px black;
            border-radius: 3em 3.5em 3.5em 1.5em;
}

/*td.highlight {
    background-color: #c49090 !important;
}*/

/*tulba edit*/
input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before, input[type=radio].ace.ace-checkbox-2:checked+.lbl::before {
    background-color: #69aa46 !important;
    border-color: #69aa46 !important;
    color: #FFF !important;
}

/*Youssef edit*/
input[type=checkbox].ace.ace-checkbox-3:checked+.lbl::before, input[type=radio].ace.ace-checkbox-3:checked+.lbl::before {
    background-color: #F9A021 !important;
    border-color: #F9A021 !important;
    color: #FFF !important;
}

.rpt_dtstdDegrees tr { line-height:2px !important; }



/*try to make loading :)*/
#MsiteBodyID {
    /*display: none;*/
    /*background-image: url("SchoolImgs/SchoolLogoAndWatermark/waterMark.png");*/
}
#loading {
    /*display: block;
    position: absolute;
    text-align:center;*/

    /*top: 0;
    left: 0;*/
    /*z-index: 100;*/
    /*width: 100vw;
    height: 100vh;*/
    /*background-color: rgba(192, 192, 192, 0.5);
    background-image: url("SchoolImgs/SchoolLogoAndWatermark/waterMark.png");*/
    /*background-repeat: no-repeat;
    background-position: center;*/



    position:fixed;
    /*left:0;*/
    /*top:50%;*/
    width:100%;
    height:100%;
    /*margin: -2.5em 0 0 0;*/
    padding-top:20%;  /*-2.5em 0 0 0;*/
    z-index: 6; 
    /*padding:5px;*/
   
     /*background: hsla(80, 90%, 40%, 0.7);*/
     /*: hsla(207, 61%, 92%, 0.43);*/ 
     background: hsl(240, 0%, 96%);
     color: black;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    
    /*border: solid hsla(80, 90%, 40%, 0.5);*/
    border: solid hsl(203, 59%, 86%);
     /*border-right: none;*/
    box-shadow: 0 1px 3px black;
    /*border-radius: 3em 3.5em 3.5em 1.5em;*/
}

.dt-head-center {text-align: center !important;}



.YLoadingXDDiv{
     width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}


.YLoadingXDIcon{
    
     position: absolute;
  /*top: 100px;
  left: 240px;*/
  z-index: 100;
}

 

.profile-info-name-RTL{
    text-align:unset!important;
}


.profile-info-value-Select2 {
    display: flex ; 
}


/*@media print {
    html, body {
       display: none;  /* hide whole page */
    /*}
}*/ 


  @media print {.nPrint {display:none;}}
   @media print {.PrintItNow {display:unset!important;}}