/* Fix for Select2 Bootstrap 4 Theme Dropdown Positioning */
.select2-container--bootstrap4 .select2-dropdown {
    border: 1px solid #ced4da;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #495057;
    padding-left: 0;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: .75rem;
    margin-top: -12px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    top: 60%;
    border-color: #343a40 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
}

.select2-container--bootstrap4.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #343a40 transparent;
    border-width: 0 4px 5px 4px;
}

/* Fix for dropdown positioning */
.select2-container--bootstrap4 .select2-dropdown {
    z-index: 1051;
    margin-top: -1px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff;
    color: white;
}

.select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background-color: #e9ecef;
}

/* Ensure proper width */
.select2-container--bootstrap4 {
    width: 100% !important;
}

/* Fix for search input */
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
}

/* TIME LINE (OLD STYLE */
.timeline-container {
  position: relative;
  padding-top: 4px;
  margin-bottom: 32px;
}
.col-sm-8.resume-box .job-block-footer.text-right {
    position: absolute;
    right: -10px;
    top: -15px;
}
.timeline-container:last-child {
  margin-bottom: 0;
}
.timeline-container:before {
  /* the vertical line running through icons */
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  border: 1px solid #E2E3E7;
  background-color: #E7EAEF;
  width: 4px;
  border-width: 0 1px;
}
.timeline-container:first-child:before {
  border-top-width: 1px;
}
.timeline-container:last-child:before {
  border-bottom-width: 1px;
}
.timeline-item {
  position: relative;
  margin-bottom: 8px;
}
.timeline-item .widget-box {
  background-color: #F2F6F9;
  color: #595C66;
}
.timeline-item .transparent.widget-box {
  border-left: 3px solid #DAE1E5;
}
.timeline-item .transparent .widget-header {
  background-color: #ECF1F4;
  border-bottom-width: 0;
}
.timeline-item .transparent .widget-header > .widget-title {
  margin-left: 8px;
}
.timeline-item:nth-child(even) .widget-box {
  background-color: #F3F3F3;
  color: #616161;
}
.timeline-item:nth-child(even) .widget-box.transparent {
  border-left-color: #DBDBDB !important;
}
.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
  background-color: #EEE !important;
}
.timeline-item .widget-box {
  margin: 0;
  position: relative;
  max-width: none;
  margin-left: 60px;
}
.timeline-item .widget-main {
  margin: 0;
  position: relative;
  max-width: none;
  border-bottom-width: 0;
}
.timeline-item .widget-body {
  background-color: transparent;
}
.timeline-item .widget-toolbox {
  padding: 4px 8px 0 !important;
  background-color: transparent !important;
  border-width: 0 !important;
  margin: 0 0px !important;
}
.timeline-info {
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
}
.timeline-info img {
  border-radius: 100%;
  max-width: 42px;
}
.timeline-info .label,
.timeline-info .badge {
  font-size: 12px;
}
.timeline-container:not(.timeline-style2) .timeline-indicator {
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 30px;
  width: 36px;
  text-align: center;
  text-shadow: none !important;
  padding: 0;
  cursor: default;
  border: 3px solid #FFF !important;
}
.timeline-label {
  display: block;
  clear: both;
  margin: 0 0 18px;
  margin-left: 34px;
}
.timeline-item img {
  border: 1px solid #AAA;
  padding: 2px;
  background-color: #FFF;
}
.timeline-style2:before {
  display: none;
}
.timeline-style2 .timeline-item {
  padding-bottom: 22px;
  margin-bottom: 0;
}
.timeline-style2 .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-style2 .timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 5px;
  bottom: -5px;
  border-width: 0;
  background-color: #DDD;
  width: 2px;
  max-width: 2px;
}
.timeline-style2 .timeline-item:last-child:before {
  display: none;
}
.timeline-style2 .timeline-item:first-child:before {
  display: block;
}
.timeline-style2 .timeline-item .transparent .widget-header {
  background-color: transparent !important;
}
.timeline-style2 .timeline-item .transparent.widget-box {
  background-color: transparent !important;
  border-left: none !important;
}
.timeline-style2 .timeline-info {
  width: 100px;
}
.timeline-style2 .timeline-indicator {
  font-size: 0;
  height: 12px;
  line-height: 12px;
  width: 12px;
  border-width: 1px !important;
  background-color: #FFFFFF !important;
  position: absolute;
  left: 85px;
  top: 3px;
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
}
.timeline-style2 .timeline-date {
  display: inline-block;
  width: 72px;
  text-align: right;
  margin-right: 25px;
  color: #777;
}
.timeline-style2 .timeline-item .widget-box {
  margin-left: 112px;
}
.timeline-style2 .timeline-label {
  width: 75px;
  text-align: center;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.timeline-time {
  text-align: center;
  position: static;
}

/* DATA TABLES BREADCRUMBS */
.breadcrumbs {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    min-height: 41px;
    line-height: 40px;
    display: block;
}

/* SUB NAV MENUS */
.subnav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.subnav>li {
    position: relative;
    display: block;
}
.subnav-pills>li {
    float: left;
}
.subnav-pills>li+li {
    margin-left: 2px;
}
.subtop-navigation .nav > li.active {
    background: #fff;
    border: none;
}

/* Fuelex Wizard */
.wizard-steps{list-style:none;display:table;width:100%;padding:0;margin:0;position:relative}.wizard-steps li{display:table-cell;text-align:center;width:1%}.wizard-steps li .step{border:5px solid #ced1d6;color:#546474;font-size:15px;border-radius:100%;background-color:#FFF;position:relative;z-index:2;display:inline-block;width:40px;height:40px;line-height:30px;text-align:center}.wizard-steps li:before{display:block;content:"";width:100%;height:1px;font-size:0;overflow:hidden;border-top:4px solid #ced1d6;position:relative;top:21px;z-index:1}.wizard-steps li:last-child:before{max-width:50%;width:50%}.wizard-steps li:first-child:before{max-width:51%;left:50%}.wizard-steps li.active:before,.wizard-steps li.complete:before,.wizard-steps li.active .step,.wizard-steps li.complete .step{border-color:#5293c4}.wizard-steps li.complete .step{cursor:default;color:#FFF;-webkit-transition:transform ease .1s;transition:transform ease .1s}.wizard-steps li.complete .step:before{display:block;position:absolute;top:0;left:0;bottom:0;right:0;line-height:30px;text-align:center;border-radius:100%;content:"\f00c";background-color:#FFF;z-index:3;font-family:FontAwesome;font-size:17px;color:#87ba21}.wizard-steps li.complete:hover .step{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-color:#80afd4}.wizard-steps li.complete:hover:before{border-color:#80afd4}.wizard-steps li .title{display:block;margin-top:4px;max-width:100%;color:#949ea7;font-size:14px;z-index:104;text-align:center;table-layout:fixed;word-wrap:break-word}.wizard-steps li.complete .title,.wizard-steps li.active .title{color:#2b3d53}.step-content .step-pane{display:none;min-height:200px;padding:4px 8px 12px}.step-content .active{display:block}.wizard-actions{text-align:right}@media only screen and (max-width:767px){.wizard-steps li .step{width:30px;height:30px;line-height:24px;border-width:3px}.wizard-steps li:before,.wizard-steps li:after{border-width:3px}.wizard-steps li.complete .step:before{line-height:24px;font-size:13px}.wizard-steps li:before{top:16px}.step-content .step-pane{padding:4px 4px 6px}}

/* OTHER */

.message-item .time {
float: right;
width: 160px;
height: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: rgb(102, 102, 102);
}

/* Backwards Compatibility */

.form-actions:before, .form-actions:after {
display: table;
line-height: 0;
content: "";
}
form-actions:after {
clear: both;
}
.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
}

/* NAv User Photo */
.nav-user-photo {
margin: -8px 8px 0 0;
border-radius: 100%;
border: 2px solid #FFF;
max-width: 40px;
}

.top-navigation .wrapper.wrapper-content
{
	padding: 10px 5px 20px !important;
}


/* HEADERS */

.header {
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

h4.header {
	font-size: 18px;
}

h3.smaller {
	font-size: 21px;
}

.header.blue {
	border-bottom-color: #d5e3ef;
}
.header.green {
	border-bottom-color: #cce2c1;
}
.header.grey {
	border-bottom-color: #c3c3c3;
}
.header.purple {
	border-bottom-color: #e0d1ea;
}
.purple {
	color: #a069c3 !important;
}
.grey {
	color: #777 !important;
}
.blue {
	color: #478fca !important;
}
.green {
	color: #69aa46 !important;
}

.lighter {
	font-weight: lighter;
}


/* FIXED TOP NAV DROPDOWNS */

.navbar-top-links .navdropdown-header {
    display: block;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #777;
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
    white-space: nowrap;
}

.navbar-top-links .navhighlight {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #6fb3e0;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    white-space: nowrap;
}

.navbar-top-links .navitem {
    display: block;
    padding: 0px !important;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: white;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 10px;
    white-space: nowrap;
    /*border: thin none;
    border-radius: 3px;
    box-shadow: 0 0 1px;
    border-color: #fcfcfc;*/
}

.navbar-top-links .open>.dropdown-menu {

    /* background: #f5f5f5;*/
   width: 300px;

}

.navbar-default .navhighlight {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #6fb3e0;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    white-space: nowrap;
}



.mega-dropdown {
  position: static !important;
  /*width: 100%;*/
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100% !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  /*border-bottom: 15px solid #fff;*/
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  /*border-bottom: 17px solid #ccc;*/
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}


.subnavigation .navbar-header{
	display: inline !important;
	float: left !important;
}
.noname-page-header {
	padding-top: 30px;
}

.pull-right .dropdown-groups {
	right: auto;
}

.row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ibox {
	border-radius: 10px;
	box-shadow: 0 0.06rem 0.2rem rgb(0 0 0 / 15%) !important;
  background: #ffffff !important;
}

.ibox-title {
	border: none;
}

.ibox-title > h1, .ibox-title > h2, .ibox-title > h3, .ibox-title > h4, .ibox-title > h5, .ibox-title > h6 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

.ibox-title > h5, .ibox-title > h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

.ibox-title {
	padding: 25px;
  flex-wrap: wrap;
	display: flex;
	align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7eaec !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ibox .ibox-title:only-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom: none !important;
}

.ibox-content {
	padding: 25px 40px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-radius: 10px !important;
}

.ibox-tools {
  text-align: initial;
  padding-left: 10px;
}
		
.ibox-tools a {
	color: white;
}

.content-border-outline {
  border: 1px solid #e9e9e9 !important;
  border-width: 2px 0;
  border-radius: 3px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.045)!important;
}

.panel-title-align-right {
  position: absolute;
  top: 0;
  right: 0;
}

.position-relative {
  position: relative;
}

.border-0 {
  border: none !important;
}

.w-100p {
  width: 100%;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.d-block {
  display: block;
}

.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:hover, .nav-tabs-line > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #1d4d80 !important;
  margin: 0;
}

.border-bottom-light {
  border-bottom: 2px solid #EBEBEB !important;
}

.m-r-none {
  margin-right: 0 !important;
}

.text-dark {
  color: #0a0a0a;
}

.text-grey {
	color: rgb(215, 215, 230);
}

.fs-sm {
  font-size: 12px;
}

.bg-none {
  background: none;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.p-none {
  padding: 0 !important;
}

.p-md {
  padding: 25px;
}

.m-h-510 {
  max-height: 510px;
}

.m-h-590 {
  max-height: 590px;
}

.m-h-740 {
  max-height: 740px;
}

.vertical-scrollable {
  overflow-y: auto; 
  overflow-x: hidden;
}

.heading-icon {
	width: 36px !important;
	font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(215, 215, 230);
  border-radius: 9px;
  padding: 7px;
}

.icon-hover {
  opacity: 0;
}

.btn:hover .icon-hover {
  opacity: 1;
  animation: moveInLeft 0.7s infinite backwards;

}
.custom-label {
  line-height: 20px;
}
.bootstrap-tagsinput{
  width: 100%;
}
.btn-appstore.btn-primary {
  background: white !important;
  color: #6fb3e0;
}

.article-name, .article-desc{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.handsontable  .highlight_row > td {
  background-color: #FCE4EC !important;
}
.article-short-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
}

.chosen-drop{
  z-index: 999999999 !important;
}

.jw-jump-forward {
    background-image: url('../../../images/ten_sec_forward.svg');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: initial !important;
    display: table-cell !important;
    padding-bottom: 100% !important;
    padding-right: 16% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 auto !important;       
 }

.jw-jump-backward {
    background-image: url('../../../images/ten_sec_backward.svg');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: initial !important;
    color: rgba(240, 255, 255, 0) !important;
    padding-left: 16% !important;
    padding-bottom: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 auto !important;
 }

.jw-reset {
    line-height: 2em !important;
 }

.jw-skin-seven .jw-icon-display {
    display: table-cell !important; 
}

.jw-display-icon-container {
    margin: -3.75em auto 0 !important;
    top: 50% !important;
    cursor: pointer !important;
}

.jw-display-icon-container img{
    width: auto  !important; 
    height: auto !important;
    max-width: 120px !important;
    max-height: 100px !important;
}
.state-req-desc{
  max-height: 40px;
}
.previous-btn
{
    font-size: unset !important;
}
.btn-appstore.btn-info {
    background: white !important;
    color: #6fb3e0;
}
.text-wrap { 
    word-break: break-all;
}
.vertical-center {
  background-color: #ffffff;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items : center;
  justify-content : center;
}
.btn-meeting-action {
  transform: translate(-75%, 0);
}

/* schedule email styles */
.choosen{
  background-color:limegreen;
}
table#Votes td.timeSlots div {
  border-bottom: 1px solid #E7EAEC;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 8px;
}
td.timeSlots {
  padding: 0 !important;
}
.form-control-shadow{
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
}

@keyframes moveInLeft {
  0% {
      transform: translateX(-2px);
  }

  33% {
      transform: translateX(-1px);
  }
  
  66% {
      transform: translateX(0px);
  }

  100% {
      transform: translate(-1px);
  }
}

.ibox-item {
  display: flex;
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: rgba(250, 250, 250, 0.7);
  position: relative;
  margin-bottom: 0.8rem;
  margin-right: 2rem;
  flex-direction: row;
  width: 100%;
  padding: 0.3rem 1rem;
  word-break: break-word;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}

.overflow-auto {
  overflow: auto;
}

.modal .dataTables_wrapper .form-control.input-sm {
  padding: 0px 10px;
}

#secure-send-app .form-control {
  box-shadow: none;
  border: 1px solid #dae0e7;
}

#secure-send-app .checkbox .form-control {
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-weight: 400;
  font-size: 13px;
  padding-left: 28px;
}

#secure-send-app .input-group-addon {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#secure-send-app .checkbox-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  cursor: pointer;
  height: 40px;
  margin: 0;
}

#secure-send-app .input-group {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);    
  border-radius: 5px;

}

#secure-send-app .checkbox-status input {
  z-index: 2;
  margin: 0;
  display: none;
}

#secure-send-app .checkbox-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
  border: 1px solid rgb(215, 215, 230);
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.1;
  font-size: 12px;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#secure-send-app .checkbox-status input:checked + span {
  border-color: rgba(0, 117, 255, 0.2);
  background: rgba(0, 117, 255, 0.2);
}

#secure-send-app .qq-uploader-selector.qq-uploader {
  padding: 110px;
  padding-bottom: 50px;
}

#secure-send-app .qq-uploader-selector.qq-uploader .buttons {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translate(-50%, -50%);
}

#secure-send-app .qq-upload-list li {
  padding: 20px;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  height: 80px;
  margin-bottom: 10px;
}

#secure-send-app input[type=search] {
  border: 1px solid #e5e6e7;
}

#secure-send-app .btn-danger:hover {
  background: red;
}

#secure-send-app .btn-yellow {
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

#secure-send-app .pagination .paginate_button {
  text-align: center;
}

#secure-send-app .modal-header .close {
  align-items: center !important;
}

#secure-send-app .file-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#secure-send-app .file-container {
  padding: 8px 12px;
}

#secure-send-app .ibox-item {
  padding: 8px 12px;
  border-radius: 2px;
  margin-bottom: 5px;
}

#secure-send-app .file-list .ibox-item:nth-child(even) {
  background: white;
}

#secure-send-app.file-list-container {
  min-width: 900px;
}
.meeting-timestemp{
  position: absolute;
  bottom: 70px;
  right: 20px;
}
.text-overflow-ellips {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
span.more-less, .read-more-less + .read-more-button span.more-span {
  display: none;
}
.read-more-less + .read-more-button span.more-less, .text-overflow-ellips.read-more-less {
  display: block;
}


.radio-input-addon {
  height: 41px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.progress-label {
  margin: 3px 0;
  width: 20%;
  text-align: center;
}

.shadow-sm {
  box-shadow: 0 0.06rem 0.2rem rgb(0 0 0 / 15%) !important;
}

.radius-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}


#showOtherDocsUpload .qq-uploader {
  padding: 60px;
}

#showOtherDocsUpload .qq-upload-button-selector.qq-upload-button{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.shadow-none {
  box-shadow: none;
}

@media(max-width:1180px) {
  .progress-label {
      display: none;
  }
}