
/* RTL */

body {
  direction: rtl;
}


@media (min-width: 1200px) {
  
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: right;
  }
  
}


.applogo {
  float: right;
}
.content {

    /* padding-left: 0; */
    margin-left: 0;
    margin-right: 250px;

}


.sidebar {

    left: inherit;
    right: 0;
}


.sidebar-panel li a {
    margin-right: -20px;
    margin-left: -20px;
}

.sidebar .label {
  right: inherit;
  left: 50px;
}

.panel-tools {
    right: inherit;
    left: 16px;
}
/* END RTL */


/*customize*/

.content .container-widget {
  min-height: 75vh;
}




.ac-parts-wrapper .ac-part,
.ac-proj-info-wrapper,
.ac-tab  {
  display: none;
}

.ac-active .ac-proj-info-wrapper,
.ac-parts-wrapper .ac-part.ac-active,
.ac-tab.ac-active  {
  display: block;
}




/* ac-proj-data */

.ac-proj-data textarea{
      width: 100%;
    height: 100px;
    border: 0;
    overflow: hidden;
    resize: none;

}

.mailbox-inbox .date {
  top:0;
}
.ac-proj-data textarea:hover {
  overflow: visible;
}

.ac-proj-tabs-buttons-wrapper {
  position: relative;
}
/* .ac-proj-tabs-actions {
  position: absolute;
  left: 0;
  top:0; */
/* } */

.ac-proj-tabs-actions {
  position: relative;
  /* left: 0; */
  /* top: 0; */
  margin-top: 25px;
}
/* ac project table  */
.ac-edit-input {
  background: transparent;
  border: 0;
  box-shadow: unset;
  width: 21vw;
  font-weight: bold;
}



.ac-status-wrapper button {
  width: .7vw;
  height: .7vw;
  border-radius: 50%;
  border: 0;
  margin-right: .2vw;
  position: relative;
  opacity: .5
}
.ac-status-wrapper button:hover {
  opacity: 1

}
.ac-status-wrapper .ac-status-1 {background: #62C4B4}
.ac-status-wrapper .ac-status-2 {background: #FDB717}
.ac-status-wrapper .ac-status-3 {background: #D864A5}
.ac-status-wrapper .ac-status:after {
  content: '';
  border-radius: 50%;
  border: 1px solid #62C4B4;
  position: absolute;
  top: -4px;
  width: 160%;
  height: 160%;
  left: -4px;
  opacity: 0;
}
.ac-status-wrapper .ac-status-1:after , {
    border: 1px solid #62C4B4;
}

.ac-status-wrapper .ac-status-2:after {
    border: 1px solid #FDB717;
}


.ac-status-wrapper .ac-status-3:after {
    border: 1px solid #D864A5;
}

.ac-status-wrapper .ac-status:hover:after,
.ac-status-wrapper .ac-status.ac-active:after,
.ac-status-wrapper .ac-status.ac-active
 {
  opacity: 1

}
/* ac project table */

/* ac-mail */
.chat .title .btn-group {
  right: inherit;
  left: 0;
}





.ac-part-3 .input-group {
  width: 100%;
}

.ac-part-3 label {
  float: right;
  width: 100%;
  margin-bottom: 30px;
}


/* chat  */

.ac-chat  {
  visibility: hidden;

}

.ac-chat.ac-active {
  visibility: visible;

}


.ac-choose_file{
    position:relative;
    display:inline-block;    
	border-radius:8px;
    border:#ebebeb solid 1px;
    width:250px; 
    padding: 4px 6px 4px 8px;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    color: #7f7f7f;
    margin-top: 2px;
	background:white
}
.ac-choose_file input[type="file"]{
    -webkit-appearance:none; 
    position:absolute;
    top:0; left:0;
    opacity:0; 
}


.ac-user-didnt-see-msg  {
  font-weight: bold;
}

.select2-selection__rendered {
  text-align: right;
}

.select2-container {
    width: 100%!important;
    direction: rtl;
    text-align: right;
}

.ac-delete-proj {
  position: absolute;
  left: 0;
  opacity: 0;
}

.ac-projects-list li:hover .ac-delete-proj {
  opacity: 1;
}

.ac-date {
      position: absolute;
    top: 0;
    right: 20px;
    direction: ltr;
}

.ac-part-3  .ac-choose_file input[type="file"] {
    height: 100%;
    cursor: pointer;
}


.ac-choose_file img {
    max-width:120px;
}


.ac-load-single-conv.ac-conv-active {
    background: #E3F2FF;

}

.ac-projects-wrapper .ac-projects-list{
    height: 80vh;
    overflow-y: auto;
}


.ac-delete-file {
  position: absolute;
  top:-30px;
  right: 0;
  z-index: 9999;
    cursor: pointer;
}



.ac-part-4 .ac-chat {
  visibility: visible;
}

.chat .conv .ballon {
    min-width: 10vw;
  }

.panel .ac-projects-list .ac-proj-row label {
  display: block;
}

.panel .ac-projects-list .ac-proj-row label .input-group {
  width: 100%;
}

.ac-choose_file {
  margin-top: 22px;
}


.ac-progress-bar {
      text-align: center;
    color: #fff;
    font-size: 2vw;
    margin-top: 33px;
}


.trumbowyg-modal-box label input {
  right: inherit!important;
  left: 0;
}

.ac-proj-title-wrapper {
  cursor: pointer;
}