 .ui-dialog {
  /* position:absolute;
  top:70px;
  
  left:600px; */
  z-index: 1055;
}
.internet-connection {
  display: none;
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 4px;
  color: #fff;
  z-index: 10000;
}
.internet-connection span {
  display: none;
}
.successBG-rgba {
  background: rgba(54, 180, 36, 0.76) !important;
}
.errorBG-rgba {
  background: rgba(211, 14, 14, 0.76) !important;
}
#loadingDiv {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  /*background-color:;*/
  background-image: url("../images/loading-buffering.gif");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.5;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}
.progress-bar {
  height: 10px;
  width: 0%;
}
/* .progress-bar-mail {
  height: 10px;
  width: 0%;
} */
ul#person li {
  display: inline;
}
.text-assistant {
  color: #000000;
}
.text-so {
  color: #0000ff;
}
.text-ar {
  color: #cc0000;
}
.text-dr {
  color: #663300;
}
.text-jr {
  color: #6600cc;
}
.text-reg {
  color: #009900;
}
.text-vc {
  color: #ff00ff;
}
.text-asst {
  color: #000000;
}
.text-pvc {
  color: #bd6cbd;
}
.text-fo {
  color: #20b2aa;
}
/* .text-others {
  color: #ff8000;
} */
.text-others {
  color: #0f4784;
}
.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.35rem 1rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

     .card {
    
/*      padding: 10px;*/
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      cursor: pointer;
      position: relative;
      /* z-index: 1; */
    }  
       .minimized {
      width: 100px;
      padding: 0;
    }

    .maximized {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      z-index: 999;
    }
   

.content-header {
  padding: 0.1rem;
}

/* jquery dialog */
.div-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-top: 56.25%;  16:9 Aspect Ratio */
}
/* .ui-dialog {
  position: absolute;
  top: 70px;
  left: 600px;
  z-index: 1055;
} */

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* end jquery dialog */
.note_para_author {
  float: right;
  color: #000;
}
.btn-note-print {
  padding: 2px 3px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #474747;
}
li:hover {
  cursor: pointer;
}
.legal-page {
  
  width: 8.5in;
  height: 14in;
  /* Additional styles for legal page */
}

.a4-page {
  
  width: 8.27in;
  height: 11.69in;
  /* Additional styles for A4 page */
}
body.legal-page {
  width: 8.5in;
  height: 14in;
  /* Additional styles for legal page */
}

/*body {
  
}*/

body {
  background: rgb(204,204,204); 
  padding:10px;
}
page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] { 
      background-color: lightblue;
  width: 21cm;
  height: 29.7cm; 
}
page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: 21cm;  
}
page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}
page[size="A3"][layout="landscape"] {
  width: 42cm;
  height: 29.7cm;  
}
page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}
page[size="A5"][layout="landscape"] {
  width: 21cm;
  height: 14.8cm;  
}
.page[size="Legal"] {
    background-color: lightgreen;
    width: 21.6cm; /* Adjust the width to fit your Legal page size */
    height: 35.6cm; /* Adjust the height to fit your Legal page size */
    /* Add other styles as needed */
}
@media print {
  body, page {
    background: white;
    margin: 0;
    box-shadow: 0;
  }
}

body.a4-page {
  width: 8.27in;
  height: 11.69in;
  /* Additional styles for A4 page */
}
.modal-backdrop {
  display: none;
}
.dropdown-menu{
    font-size:100%;
}
.action_mail{
  color:#009900;
 }
 .action_mail:hover{
  color:#37B835;
 }
 #cu_num{
  color:#2d8cf0;
 }
.current-drop{
  left: initial !important;
  right: initial !important;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



