/* start agnda page Edit */

.a-labMid:hover {
  color: red;
}
label[for="seDate"] {
  font-size: 12px;
}
.ar-clintName {
  position: relative;
  overflow: hidden;
}

.ar-clintName:hover .hidden-buttons {
  left: 2px;
}

.ar-clintName .hidden-buttons {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: -89px;
}

.ar-clintName .hidden-buttons a {
  margin-right: 5px;
}

.case-table tr {
  overflow: hidden;
}
.MyCase-buttons {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 5px;
  left: -40px;
}
.case-table tr:hover .MyCase-buttons {
  left: 3px;
}
#exampleModal {
  z-index: 1060;
}

.case-Num {
  cursor: pointer;
  position: relative;
}

.Ar-msgFade {
  position: absolute;
  z-index: 2000;
  /* top: -46px;
  width: 300%;
  left: 83px; */
}
#case-edite-adress .case-control {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: -16rem;
}
#case-edite-adress:hover .case-control{
  left: 20px;
}
#case-edite-adress .case-requests {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
    bottom: -40px;
}
#case-edite-adress:hover .case-requests{
    bottom: 0;
}

 .full-hide{
    height: 100%;
    width:100%;
    background-color: #39393dd9;
    position: absolute;
    z-index: 20;
}
 .full-hide span{
     background-color: #1abc9c;
     color: white;
     max-width: 75%;
     margin: auto;
     max-height: max-content;
     padding: 15px;
}
/* --------------------------------session page------------------------------ */
.case-sub {
  position: absolute;
  display: none;
  width: 200%;
  left: -175px;
  max-height: 150%;
}
.case-sub .popover-body {
  overflow: hidden;
  max-height: 70px;
}
.case-Num:hover .case-sub {
  display: block;
}

/*#session-control {*/
/*    z-index: 2;*/
/*    position: absolute;*/
/*    top: -14px;*/
/*    left: 0px;*/

/*}*/
/*.closed-case{*/
/*    display: none;*/
/*}*/

.points-add::after{
    content: '......';
    opacity:  40%;
}
@media (max-width: 680px) {
    .session-links{
        font-size: 5vw !important;
    }
}

.case-note:hover{
    background-color: #beffcc;
}
.case-note-controls{
    position: absolute;
    top: 0;
    left:0;
    z-index: 2;
    display: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.case-note:hover .case-note-controls {
    display:block !important;
}


/* --------------------------------related------------------------------ */
.menu-control {
    position: absolute;
    top: 1px;
    left:8px;
}
