body {
    background-color: #efeff4;
    font-family: 'Roboto', sans-serif;
}
a {
    outline: none;
}
strong {
    font-weight: 500;
}
.btn {
    padding: .375rem
}
.list-item.document a:visited {
    color: #757575;
}
a:hover,
.btn-link:hover {
    text-decoration: none;
}
.wrapper {
    display: flex;
    align-items: stretch;
    overflow-y: hidden;
}
.navigation-row {
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
}
.hidden{display:none !important}

.flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-grow{
    flex-grow:1
}
#sidebar {
    min-width: 260px;
    max-width: 260px;
    min-height: 100vh;
    background: #171717;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #1c1c1d;
    margin: 10px 0;
    border-bottom: 1px solid #282829;
    padding-right: 35px;
}
#sidebar .sidebar-header .sidebar-user {
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding-left: 5px;
}
#sidebar.active {
    margin-left: -260px;
}
#sidebar ul.components {
    padding: 0;
    border-bottom: 1px solid #333;
}
.navbar {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #333;
}
#sidebarCollapse {
    display: none;
    transition: all 0.3s ease-in-out;
    min-width:40px;
    position:relative
}
.notifynum{
  display:inline-block;
  background: red;
  color:#fff;
  font-size:12px;
  font-weight: bold;
  height:16px;
  min-width:16px;
  text-align: center;
  line-height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding:0 2px;
  pointer-events: none
}
.notifynum:empty{visibility: hidden;opacity:0}
#header_menu .notifynum{
  position:absolute;
  top:-4px;
  right:-4px;
}
#header_menu.active .notifynum {visibility: hidden;opacity:0}
.navbar {
    border-bottom: 1px solid #c4c4c4;
}
.navbar h3 {
    flex: 1;
    font-weight: 500;
    font-size: 24px;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li {
    border-top: 1px solid #282829;
    border-bottom: 1px solid #282829;
}
#sidebar ul li a {
    padding: 15px;
    display: block;
}
#sidebar ul li a i.fa {
    margin-right: 10px;
}
.sidebar-footer a.btn-logout {
    padding: 3px;
    width: 90%;
    margin-left: 10px;
}
#sidebar ul li a:hover,
.sidebar-footer a:hover,
#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1c1c1d;
}

#sidebar p {
    font-size: 1em;
    line-height: 1.2em;
    color: #999;
    margin-top: 15px;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.sidebar-user {
    font-size: 1em;
}
.sidebar-title {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
}

#page-content {
    width: 100%;
    margin: 0 15px;
}
.list-container {
    padding-top: 10px;
}
.list-container h4 {
    text-transform: uppercase;
    color: #6d6d72;
    margin: 0 15px;
    font-size: 16px;
    line-height: 17px;
    padding-left: 15px;
}
.list-container h4.audio_title {
  padding: 0;
  margin: 0;
}
.list-container .pages {
  text-align: left;
  padding-top: 15px;
}
.list-container .pagination {
  justify-content: right;
  flex-wrap: wrap;
  padding-top: 15px;
}

/** Votes */
.list-container.votes {
  padding: 10px 0;
  background: #fff;
}
.list-container.votes h4 {
  padding-left: 0;
  margin-bottom: 10px;
}
.list-container.votes .progress-bar-text {
  font-size: 14px;
}
.list-container.votes .progress-container {
  margin-bottom: 10px;
}
.list-container.votes .progress {
  height: 1.2rem;
}
.list-container.votes .progress .progress-bar span {
  padding: 1px 5px;
}
.list-container.votes .see_more a,
.list-container.votes .see_more i.fa {
  font-size: 14px;
  color: #007bff;
}

.ajax.list-container {
  margin-left: -15px;
  margin-right: -15px;
}
.ajax.list-container .list.child {
  padding-left: 30px;
}
.list {
    background: #fff;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 10px;
}
.list .list-item {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;
    display: block;
}
/* .list .list-item.document {
  padding-left: 15px;
} */
.ajax.dailyagenda {
  display:none;
}
.ajax.dailyagenda.active {
  display: block;
}

.ajax.dailyagenda .list {
  margin-left: 15px;
}
.list .list-item.disable {
    pointer-events: none;
}
.list .list-item:last-of-type{
    border-bottom: none;
}
.list .list-item .list-item-right {
    align-self: center;
}
.list .list-item .list-item-right span i.fa {
    color: #c4c4c4;
}
.list .list-item .list-item-right span i.fa.disable {
    color: #eee;
}
.list .list-item i.fa {
    font-size: 22px;
    margin-right: 10px;
}
.list .list-item small {
    color: #6c757d;
    display: block;
}
.meeting-info .list-item-right span {
    margin-right: 15px;
}
.collapsed-info .list-item-right span i.fa-angle-down,
.collapsed-info.active .list-item-right span i.fa-angle-right {
    display: none;
}
.collapsed-info.active span i.fa-angle-down {
    display: inline-block;
}

.collapsed-info-details {
    color: transparent;
    height: 0;;
    font-size: 15px;
    transition: ease-in-out 0.2s all;
    overflow: hidden;
    visibility: hidden;
    width:100%;
    max-width: 100%;
}

.meeting-info .meeting-info-details iframe{
  max-width:100% !important
}
/* .meeting-info.active .meeting-info-details {
    height: auto;
    color: #8e8e93;
    margin-top: 10px;
    visibility: visible;
} */
.collapsed-info-details.active {
  height: auto;
  color: #8e8e93;
  margin-top: 10px;
  visibility: visible;
}
.collapsed-info-details.text-black{color:#000}
.list-item-right span span {
    margin-right: 5px;
    padding: 4px 6px;
    color: #fff;
    background-color: #8e8e93;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    min-width: 25px;
    display: inline-block;
    text-align: center;
}
.children-list {
    display: block;
    font-weight: 500;
    text-indent: 10px;
}
.list-description {
    display: block;
    overflow-x: hidden;
}
.list-description iframe{
  max-width: 100% !important;
}
.list-item.agenda_title p,
.search .list-item p,
.list-description p {
  margin: 0;
}
.list-description div,
.list-description span,
.list-description p {
  font-size: 95%;
}

.viewer.link {
    word-wrap: break-word;
    display: flex;
}
.list-item.document .document-icon {
  max-width: 20px;
}
.search input {
    border-right: none;
}
.search input:focus,
.search input:focus + .input-group-append button {
    background: #fff;
    border-color: rgba(0,123,255,.5);
    box-shadow: none;
}
#search_form button,
#search_form button:hover,
#search_form a,
#search_form a:hover,
#search_form a:focus {
    background: #fff;
    border: 1px solid #ced4da;
    border-left: none;
}
#search_form a.middle {
  border-radius: 0;
}
#search_form a.middle.toggled {
  background: #eee;
}
#search_form button i.fa {
    color: #78758b;
}
#search_form button:hover i.fa {
    color: #333;
}
.sidebar-search {
    margin: 0 5px;
}
.sidebar-search input,
.sidebar-search button,
.sidebar-search button:hover {
    border-color: #282829;
    background: #323232;
    color: #6c757d;
}
.sidebar-search input:focus,
.sidebar-search input:focus + .input-group-append button {
  background: #323232;

border-color: #b7b7b7;

box-shadow: none;

color: #e8f0f8;
}
.sidebar-search button i.fa {
    color: #999;
}
.sidebar-search button:hover i.fa {
    color: #6c757d;
}

.alert{
  margin-top:10px;
}

/** AUDIO */
.track_container {
  opacity: .3;
  pointer-events: none;
  width: 100%;
  position: relative;
}
.loader .fa.fa-spinner {
  position: absolute;
  top: 35%;
  left: 50%;
  /* transform: translate(-50%,-50%); */
}
#error_msg_mobile .alert a {
  text-decoration: underline;
}
.title {
  margin-left: 5px;
  font-weight: 600;
}
.track_container .player {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 5px;
  border-radius: 5px;
}
.progress-time-container {
  display: flex;
  flex-wrap: nowrap;
}
.time {
  display: inline-block;
  line-height: 30px;
  flex: 1;
  max-width: 100px;
  text-align: center;
  margin-left: 10px;
}
.controllers {
  position: absolute;
  top: 0;
  left: 10px;
  height: 30px;
  color: #3c8dbc;
}
.controllers .btn {
  padding: 2px 8px 0 10px;
}
.controllers .btn:hover {
  color: #0a73b0;
}
.controllers .pauseBtn {
  display: none;
}
.progress_container {
  flex: 5;
  height: 30px;
  position: relative;
  margin-left: 30px;
  background: transparent;
  cursor: pointer;
}
.background_bar {
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  background: rgba(183,197,205,.66);
  width: 100%;
  z-index: 9;
}
.progress_bar {
  height: 6px;
  background: #3c8dbc;
  width: 0;
  position: absolute;
  top: 12px;
  z-index: 99;
}
.mouse_position {
  position: absolute;
  top: -55px;
  display: none;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.mouse_position::after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.volume-container {
  display: flex;
  flex-wrap: nowrap;
}
.volume-icon {
  line-height: 30px;
  flex: 1;
  max-width: 30px;
}
.volume-icon.volume-on {
  display: block;
}
.volume-icon.volume-off {
  display: none;
}
.volume-icon.volume-off .fa-times {
  font-size: 0.8em;
}
.volume {
  height: 30px;
  background: transparent;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex: 1;
}
.barFull {
  display: block;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #3c8dbc;
  border-radius: 20px;
  z-index: 9;
  padding: 2px 0;
}
.barEmpty {
  display: block;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background-color: rgba(183,197,205,.66);
  border-radius: 20px;
  cursor: pointer;
  padding: 2px 0;
}
.bar {
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}
.sliderBtn {
  height: 15px;
  width: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}

.form-add-audiolabel {
  display: none;
}

#audiofiles.dropzone {
  border: 2px dashed rgba(0, 0, 0, .3);
  border-radius: 3px;
  margin-bottom: 0;
  background: transparent;
}
.audiofiles_upload .dropzone_container {
  border: none;
  border-radius: 3px;
  background: #eee;
  padding: 5px;
  margin-top: 10px;
}
#audiofiles.dropzone .dz-message .fa {
  font-size: 24px;
}
.see_labels_container {
  margin-top: 10px;
  padding-left: 5px;
}
.see_labels_container a {
  color: inherit;
}
.see_labels_container a .fa {
  transition: all 0.3s ease-in-out;
}
.btn-upload-cancel {
  display: none;
}

.table_row.old.input {
  display: none;
}
.table_row .pause_audiolabel {
  display: none;
}

.multipleseek_value {
  height: 6px;
  width: 5px;
  background: red;
  position: absolute;
  top: 12px;
  z-index: 99999;
  transition: all 0.1s ease-in-out;
}
.multipleseek_value:hover {
  border: 1px solid #000;
  height: 7px;
  width: 6px;
}

table.audiolabels_table tr td,
table.audiolabels_table tr th {
  padding: 5px;
  font-size: 16px;
  vertical-align: middle;
}
table.audiolabels_table tr td.audiolabel_time,
table.audiolabels_table tr td.audiolabel_controls {
  text-align: center;
}
table.audiolabels_table tr td.audiolabel_controls .fa {
  margin-right: 0;
  font-size: 16px;
}

table.audiolabels_table tr td.audiolabel_controls .pause_audiolabel {
  display: none;
}
.da_audiolabel_title {
  padding-top: 5px;
}
.da_audiolabel_title a {
  color: #3c8dbc !important;
  text-decoration: underline;
}

#search_form .text-control .toggled {
  background: #eee;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 4px 0px #ccc;
}

.task-card-actions-avatar img{
  width:20px;
  height:20px;
  margin-right: 0.3em;
  margin-left: 0.3em;
  border-radius: 50%;
}

.list-item-right span.task-card-actions-avatar span {
  width: 33px;
  height: 26px;
  margin-top: 1px;
  margin-bottom: -15px;
  font-size: 1px;
  margin-right: 5px;
}

.list .list-item i.fa{
  margin-top: -3px;
  margin-right: 3px;
  margin-bottom: 4px;
  padding: 0px;
}

.task-details .collapsed-info-details.active {
  color: black;
}

hr {
  display: block;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
    height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border:0;
  border-top: 1px solid #eee;
}
.bg-red{background-color:#dd4b39 ;color:#fff}
.activities-list{padding:0}
.activities-list .list-item .img-circle{
  width:30px;
  height:30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow:hidden;
  text-align:center;
  line-height: 30px;
  font-size:16px !important;

}
.activities-list .list-item{
  padding:10px;

}
.activities-list .list-item .pull-left{
  margin-right:10px
}
.activities-list .list-item h4{
  margin-right: -3px;
    font-size:14px;
}

.activities-list .list-item h4 small{float:right}
.activities-list .list-item h4 small,.activities-list .list-item h4 small i.fa{
  font-size: 12px
}
.activities-list .list-item p{
  margin-left:40px;
  font-size:14px
}
.activities-list .list-item.unread{background-color: #edf7ff}

.mobilepagination{text-align:center}
.mobilepagination .pagination{
  margin:auto
}
.mobilepagination .pagination .page-item{
  display:none
}
.mobilepagination .pagination .page-item:first-child,.mobilepagination .pagination .page-item:last-child{
  display:block;
  min-width: 100px
}
.ivotinginstance_notification{
  background:#e5ffe7;
  padding:0
}
.ivotinginstance_notification .list-item{
  padding:0;
  display:none;
  font-weight: 500;
}
.ivotinginstance_notification .list-item .text-descr{
  display:block;
  font-weight: 400;
  font-size: .8em
}
.ivotinginstance_notification .list-item.voted{
  background: #f5fff6;
  font-weight: 400;
}
.ivotinginstance_notification .list-item a{padding: 10px;}
.ivotinginstance_notification .list-item:nth-child(-n+3){
  display:block
}
.ivotinginstance_notification.expanded .list-item{
  display:block
}
.ivotinginstance_notification.expanded .showmore{display:none}
.ivotinginstance_notification .list-item a.is-future{
  background: #ffe6b9;
}
.ivotinginstance_notification .showmore{
  display:block;
  text-align:center;
  font-size:.9em;
  padding:10px 0;
  background: rgba(255,255,255,.5)
}
.ivotinginstance_notification .votedbtn{
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:0 3px;
}
.ivotinginstance_notification_counter{
  display:none;
  bottom:0;
  right:0;
  background:orange;
  position:fixed;
  z-index: 100;
  padding:0 10px;
  height:40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-top-left-radius: 9px;
-moz-border-radius-topleft: 9px;
border-top-left-radius: 9px;
}
.votingbutton{position: relative;}
.votingbutton .loader{
  position:absolute;
  right:15px
}
.votingbutton>i{pointer-events: none;visibility: hidden;line-height: 2.5em;position:absolute;right:15px}
.votingbutton.voted>i{visibility:visible}
.votingbutton.voted>i.fa-check-circle{font-size: 2em;line-height: 1.3em;left:15px;right:auto}
.countdown{
  background:#fff;
  padding:10px;
  text-align: center;
  border:solid 1px #ccc
}
.countdown-body{
  font-size:2em
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -260px;
    }
    #sidebar.active {
        margin-left: 0;
        z-index: 99;
    }
    #sidebarCollapse {
        display: inline-block;
        background: #fff;
    }
    #header_menu.active {
      
      z-index: 100;
    }
    #header_menu.active #sidebarCollapse {
      background: #171717;
    }
    #header_menu.active .fa {
      color: #fff;
    }
    .list-container h4 {
      margin-left: 0;
    }
}
@media (max-width: 440px) {
    .row,
    #page-content {
        margin: 0;
    }
    .document-pdf {
        display: flex;
        align-items: center;
    }
    .document-pdf a {
        flex: 1;
    }

  .list-container .pages {
    text-align: center;
  }
  .list-container .pagination {
    justify-content: center;
  }
  .list-item.document .document-title,
  .list-item.document .document-icon {
    padding: 0;
  }
  .time,
  .da_audiolabel_title {
    font-size: 14px;
  }

}

/* 3.7. TASKS UPDATE */

.task-details div div #task-info{
  margin-left: -2.5em;
  margin-right: -2em;
}

#task-info a {
  padding-left: 0px;
  padding-right: 10px
}

#task-info a div .list-item-right small span {
  margin-bottom: -4px
}

#task-info a div strong {
  margin-left: 3.5em;
}

.task-card-actions-avatar,
.task-card-actions-show {
  margin-bottom: 1px !important
}

/* 7.7.2020. Audio button centered */
.btn.pauseBtn,
.btn.playBtn {
    margin-top: 0.05em !important;
    margin-left: -0.5em
}
.img-circle{
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* user block */

.user-block img,.user-block .img-tiny{
  border:solid 1px #eee;
  color:gray;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  background-size: cover;
  float:left;
  margin-right:5px;
}
.user-block .img-tiny{
  width:22px;
  height:22px
}

.ivotingresults .ivotingresults-button .user-block .img-circle>span{
visibility: hidden;opacity:0;
background: green;color:#fff;
display:block;
width:100%;
height:100%;
line-height: 22px
}
.ivotingresults .participants-box{
  background: #fff;
  padding:10px;
  margin: 15px;
  margin-top:-15px;
}
.label-info {
    background-color: #5bc0de;
}
.label {
    display: inline;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.text-orange{color:orange}
.text-green{color:green}
.label-info{background-color: #00c0ef}
 /*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase
}
.info-box-text h5 {
  margin:0
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
.fastestfingerrooster{overflow: hidden;}
.fastestfingerrooster .pt:first-child i{color:green}
.fastestfingerrooster .pt:first-child{font-weight:bold}
.fastestfingerrooster .pt{padding:10px}
.workplace-sidebar-active-workplace,.workplace-sidebar-selector{
  display:block;
  margin:0 5px;
  padding:5px;
  font-size:.8em;
  background-color:#5b5b5b;
  color:#fff;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.workplace-sidebar-active-descr{font-size: .8em;color:#ccc}
.workplace-sidebar-selector{line-height: 40px;text-align:center;}
.workplace-sidebar-active .workplace-block .workplace-block-description > span,
.workplace-sidebar-active .workplace-block .workplace-block-name > span {
  display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}
.selectworkplace .active{
  font-weight: bold
}
.selectworkplace .workplace-block-description-value{font-size: .9em}



/*dz.small icon size 80x80*/

.dropzone.small {
  padding: 4px;
  min-height: 96px;
}

.dropzone.small .dz-preview {
  margin: 2px;
  min-height: 80px
}

.dropzone.small .dz-preview .dz-image {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dropzone.small .dz-preview .dz-details {
  padding: 5px;
}

.dropzone.small .dz-preview .dz-progress {
  width: 70px;
  margin-left: -35px
}

.dropzone.small .dz-preview .dz-success-mark svg,
.dropzone.small .dz-preview .dz-error-mark svg {
  width: 32px;
  height: 32px
}

.dropzone.small .dz-preview .dz-success-mark,
.dropzone.small .dz-preview .dz-error-mark {
  margin-left: -15px;
  margin-top: -15px;
}


/*dz.line, icon size 32x32*/

.dropzone.line {
  padding: 4px;
  min-height: 96px;
}

.dropzone.line>div:last-child {
  margin-bottom: 32px
}

.dropzone.line .dz-preview {
  margin: 2px;
  min-height: 32px;
  display: block;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dropzone.line .dz-preview.dz-complete {
  background: #dff0d8
}

.dropzone.line .dz-preview.dz-error {
  background: #ebccd1
}

.dropzone.line .dz-preview .dz-image {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dropzone.line .dz-preview .dz-details {
  padding: 0;
  height: 32px;
  opacity: .8;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;
}

.dropzone.line .dz-preview .dz-details .dz-size,
.dropzone.line .dz-preview .dz-details .dz-filename {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 5px
}

.dropzone.line .dz-preview .dz-details .dz-size {
  min-width: 64px;
}

.dropzone.line .dz-preview .dz-error-message {
  top: 30px;
  left: 0;
}

.dropzone.line .dz-preview .dz-progress {
  width: 70px;
  margin-left: 0;
  left: 40px;
}

.dropzone.line .dz-preview .dz-success-mark svg,
.dropzone.line .dz-preview .dz-error-mark svg {
  width: 20px;
  height: 20px
}

.dropzone.line .dz-preview .dz-success-mark,
.dropzone.line .dz-preview .dz-error-mark {
  margin-left: -15px;
  margin-top: -15px;
  margin-left: 0;
  left: 6px;
  top: 19px;
  width: 20px;
  height: 20px;
}

.dropzone.line .dz-preview .dz-remove {
  background: rgba(255, 255, 255, .8);
  padding: 0 5px;
  margin: 5px 0;
  display: inline-block;
  position: absolute;
  height: 22px;
  line-height: 22px;
  top: 0;
  left: 120px;
  z-index: 25;
  transition: .5s;
}

.dropzone.line .dz-preview.dz-complete .dz-remove {
  left: 40px;
}

form.processing {
  pointer-events: none;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg, .direct-chat-text {
  display: block;
}
.direct-chat-msg::before, .direct-chat-msg::after {
  content: " ";
  display: table;
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.direct-chat-img-sm {
  width: 20px;
  height: 20px;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-text-full {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 10px 0 0 0;
  color: #000;
}
.direct-chat-text-full-primary{
  background-color: #ffee90;
    border-color:#ffee90;
    color:#000
}
.direct-chat-text-full-primary a{
  color:#fff;
  text-decoration: underline;
}
.direct-chat-msg::after {
  clear: both;
}
.direct-chat-msg::before, .direct-chat-msg::after {
  content: " ";
  display: table;
}
.direct-chat-text-full::before {
  border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
  border-top-width: 6px;
  border-right-width: 6px;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-bottom-color: #d2d6de;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  left: 4px;
  top: -12px;
  width: 0;
}
.direct-chat-text-full-primary::before{
  border-bottom-color: #ffee90;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-left {
  border-left: solid 1px #eee;
    border-left-width: 1px;
}
.btn.loading {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.daresponseviewer{
  padding-top:20px
}
.daresponseviewer .overlay {
  background-color: rgba(242, 242, 242, .5);
}
.daresponseviewer .overlay {
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: wait;
}
.daresponseviewer .overlay > i {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 2em;
}