@charset "utf-8";
html,
body,
.full-height {
  height: 100%;
}
body {
	background-size: 100% 100%;
	-ms-overflow-style: scrollbar;
	font-size: 14px;
	font-family: "Uni Neue", sans-serif;
	background: #2c2b7c;
}
ul,
li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
a:hover {
  text-decoration: none;
}
textarea {
  resize: none;
}
button:focus {
  outline: none;
}

.wrapper {
  background: #fff;
  padding: 30px;
  margin: 30px;
}

.btn-cancel {
  color: #000;
  background-color: #fff;
  border-color: #4e555b;
}

.desktop-logo {
  display: block;
}
.mobile-logo {
  display: none;
}
.form-main label.col-form-label {
  font-weight: bold;
}
.form-main .form-control {
  font-size: 12px;
}
.form-main .form-control:focus {
  box-shadow: none;
}
.form-main .input-group.date .input-group-addon {
  background: #e61636 !important;
  color: #fff !important;
  padding: 4px 10px !important;
}
.form-main .input-group.date .input-group-addon span {
  /* color: #ef4312; font-size: 20px;  */
  margin-top: 7px;
  color: #fff;
}

.multi-select .btn-group.bootstrap-select {
  width: 100% !important;
}
.multi-select .btn-group.bootstrap-select button {
  border: 1px solid #ced4da;
  font-size: 14px;
  padding-right: 15px;
  color: #495057;
  line-height: 20px;
}
.multi-select .btn-group.bootstrap-select button:hover {
  color: #495057;
}
.multi-select .btn-group.bootstrap-select button .filter-option {
  font-size: 14px;
}
.multi-select .btn-group.bootstrap-select button:focus {
  box-shadow: none;
  outline: none !important;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu {
  max-height: none !important;
  padding: 0px;
  border: 1px solid #ddd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.multi-select .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: none !important;
  display: block !important;
  border: 0;
  box-shadow: none;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu li a:focus,
.multi-select .bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #f5f5f5;
}
.multi-select .bs-actionsbox .btn-group button {
  border: 1px solid #ced4da;
}
.multi-select .dropdown-toggle::after {
  margin-left: -5px;
  float: right;
  margin-top: 7px;
}

/* MUTLISELECT BROWSE CSS */
.box {
  position: relative;
}
.box strong {
  position: absolute;
  top: 0px;
}
.box .label2 {
  position: absolute;
  left: 90px;
  top: 0px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile-6 + label {
  padding: 0;
  height: 35px !important;
  border: 1px solid #ced4da;
  border-radius: 0px;
  margin: 0px;
}
.inputfile-6 + label span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  line-height: 35px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: normal;
  width: 70%;
}
.inputfile-6 + label strong {
  height: 100%;
  display: inline-block;
  float: right;
  padding: 6px 14px;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
}
.inputfile-6 + label strong {
  background-color: #e61636;
  color: #ffffff;
}
/* END MULTISELECT BROWSE */

/* COLLAPSEABLE PANEL */
.panel,
.panel-body {
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a:after {
  content: "-";
  float: right;
}
.panel-group .panel-heading a.collapsed:after {
  content: "+";
}
.collapse-main .accordion > .card .card-header {
  padding: 6px 12px;
  background: #e2e2e2;
}
.collapse-main .accordion > .card .card-header h2 {
  line-height: 25px;
  position: relative;
}
.collapse-main .accordion > .card .card-header h2 button {
  text-align: left;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.collapse-main .accordion > .card .card-header h2 .float-right {
  margin-right: 5px;
  display: inline-flex;
}
.collapse-main .accordion > .card .card-header h2 .float-right a {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
.collapse-main .accordion > .card .card-header h2 .float-right a i {
  display: inline-block !important;
}
.collapse-main .accordion > .card .card-header h2 .float-right a.up,
.collapse-main .accordion > .card .card-header h2 .float-right a.down,
.accordion > .card .card-header h2 .float-right a.configuration {
  background: #5259ba;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.collapse-main .accordion > .card .card-header h2 button:hover {
  text-decoration: none;
}
.collapse-main .accordion > .card .card-header h2 i.up,
.collapse-main .accordion > .card .card-header h2 i.down {
  float: right;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}
.collapse-main .accordion > .card .card-header h2 i.up {
  position: absolute;
  top: -10px;
}
.collapse-main .accordion > .card .card-header h2 i.down {
  position: absolute;
  bottom: -30px;
}

.collapse-main .media {
  position: relative;
}
.collapse-main .media .media-left i.up1 {
  position: absolute;
  top: -4px;
  cursor: pointer;
}
.collapse-main .media .media-left i.down1 {
  position: absolute;
  bottom: 14px;
  cursor: pointer;
}
.collapse-main .media .media-body {
  padding-left: 25px;
}
.collapse-main .media .media-right i {
  font-size: 22px;
  color: #ff0004;
}

/* END COLLAPSEABLE PANEL */

/* TABS */
.tabs-main .nav-pills .nav-link {
  background: transparent;
  color: #000;
  margin-right: 2px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs-main .nav-pills .nav-link.active {
  /* background:#eb3b14; */
  background: transparent;
  color: #e61636;
}
.tabs-main .tab-content {
  border: 1px solid #ddd;
  padding: 20px;
}
/* END TABS */

.height-100 {
  height: 100px;
}

table.dataTable {
  border: 1px solid #ddd;
  border-top: 0px;
}
table.dataTable a {
  color: #545454;
  padding-right: 7px;
}
table.dataTable.no-footer {
  width: 100% !important;
}
table.dataTable.no-footer,
table.dataTable thead th {
  border-bottom: 1px solid #ddd !important    ;
  /* text-align: center;  */
}
table.dataTable thead th,
.custom-table thead th {
  background: #737373;
  color: #fff;
  font-size: 14px;
}
table.dataTable thead th,
table.dataTable tbody td,
.custom-table thead th {
  padding: 10px !important;
}
.custom-table tbody td {
  padding: 5px 10px !important;
}
table.dataTable tbody td,
.custom-table tbody td {
  vertical-align: middle !important;
  font-size: 13px;
  /* border: 1px solid #ccc; */
}
.dataTables_info {
  font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #ddd !important;
  font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #ddd !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #3c3c3c !important;
  border: 1px solid#3c3c3c !important;
  color: #fff !important;
  font-size: 13px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0px;
  padding-right: 25px;
  border: 1px solid #ced4da;
  background: transparent;
}
.dataTables_filter .form-group {
  position: relative;
  margin-bottom: 8px;
}
.dataTables_filter .form-group i.datatable-search {
  position: absolute;
  top: 8px;
  right: 8px;
}
.datepicker table tr td,
.datepicker table tr th {
  font-size: 12px;
}

.custom-table table {
  border: 1px solid #ddd;
}

.page-item.active .page-link {
  background-color: #14282f;
  border-color: #14282f;
}
.page-link {
  color: #000;
}
.text-ellipses {
  /*overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	white-space:nowrap;
	width:68%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 20px;
  height: auto;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ef4312;
  background-color: #ef4312;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 2px !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.filter-icon {
  margin-top: 1px;
}
.filter-icon li {
  display: inline-block;
  margin-left: 5px;
}
.filter-icon li input {
  width: 230px;
}
.filter-icon li a {
  background: #e61636;
  border: 1px solid #e61636;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
}
.meeting-tabs ul li {
  position: relative;
}
.meeting-tabs ul li a.nav-link {
  color: #000;
  border-radius: 0px !important;
  font-weight: 600;
  padding: 6px 12px;
}
.meeting-tabs ul li a.nav-link.active:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -13px;
  left: 45%;
  right: 50%;
  z-index: 2;
  color: #fb9202;
}
.meeting-tabs ul li a.nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #e61636;
  color: #e61636 !important;
  font-weight: 600;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") 50% 50% no-repeat
    rgb(255, 255, 255, 0.7);
  opacity: 1;
}

.table th {
  padding: 0.5rem;
  font-size: 13px;
  color: white;
}

.table td {
  padding: 0.5rem;
  font-size: 12px;
}
