:root {
  --button-background: #006ce7;
  --button-text_color: #fff;
  --button-hover_background: #194b85;
  --top-bar: #e31e30;
  --nav-background: #27b6bb;
}




.table.table--data.table--responsive.sort_table thead th[order_value]:not([colspan]) {
  text-decoration: underline;
  cursor: pointer;
  color: #0000ff;
}

.table.table--data.table--responsive.sort_table thead .no_hightline {
  text-decoration: none !important;
  cursor: auto !important;
  color: #212529 !important;
}


.thumbnail_image {
  width: auto;
  max-width: 500px;
  max-height: 500px;
}

.youtube_hits {
  padding-top: 5px;
  color: #9E9E9E;
}


.progress_bar {
  display: block;
  text-align: center;
  width: 0;
  height: 3px;
  background: red;
  transition: width .3s;
}

.progress_bar.hide {
  opacity: 0;
  transition: opacity 1.3s;
}

.loading_mask {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.loading_mask.show {
  z-index: 10000;
  display: block;
}

.request_approval_form .upload_file {
  padding: 5px 0px;
}

/* .request_approval_form .sent_and_confirm{
  margin-left: 10px;
} */

.default_approvers {
  padding: 5px 0 5px 0;
}

#logo a {
  display: block;
  background: no-repeat url(/images/sprites.gif) -32px -348px;
  height: 40px;
  width: 207px;
}

#tender_notice_table {
  display: table;
  padding: 5px;
}

#tender_notice_table .tr {
  display: table-row;
  padding: 5px;
}

#tender_notice_table .td {
  display: table-cell;
  text-align: left;
  padding: 5px;
  margin: 5px;
}

.input_name {
  width: 25%;
}

.input_field {
  width: 25%;
}

.input_field .form-input {
  width: 80%;
}

.ui-datepicker-month {
  color: initial;
}

.ui-datepicker-year {
  color: initial;
}

#record_info>table td:first-child {
  width: 33%;
}

.sortorder {
  color: #aaaaaa;
}

.sortActive {
  color: var(--button-background);
}

.fa-custom {
  font-size: 1.3em !important;
  cursor: pointer;
}

.search_table input {
  height: 26px !important;
}

.search_table th {
  padding-right: 5px;
}

.float_right {
  float: right !important;
}

.clocktime {
  padding: 5px;
}

.form_actions_on_top {
  background-color: white !important;
  padding-top: 10px;
}

.div_lock_by {
  display: inline-block;
}

.tabbable-custom.tabbable-full-width>.tab-content {
  width: 100%;
}

.fix_div_item_properties {
  position: fixed;
  top: 70px;
}

.properties-table>tbody>tr>td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  /* border-top: 1px solid #ddd;*/
}

#tab_show_all table img {
  max-height: 100px;
  max-width: 100px;
}

#sidebar {
  width: 250px;
}

#content {
  margin-left: 260px;
}

.navbar .toggle-sidebar {
  margin-left: -1px;
}

.photo_thumbnail {
  max-height: 100px;
}

.catname_tr {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.catname_td {
  display: inline-block;
}

.catname_td:first-child {
  width: 90%;
}

/*div_dialog*/
.div_dialog_layout {
  position: fixed;
  background-color: black;
  opacity: 0.3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
}

.div_dialog_content {
  position: fixed;
  background-color: #edf1f4;
  z-index: 9999;
}

.div_dialog_header {
  /*border: 1px solid #e78f08;
	background: url(/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
  border: 1px solid var(--button-background);
  background-color: var(--button-background);
  margin: 5px;
  border-radius: 5px;
}

.div_dialog_header::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.div_dialog_close {
  float: right;
  padding: 0 7px;
  margin: 5px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  font-size: 1.3em;
  text-decoration: none !important;
}

.div_dialog_close:hover {
  background-color: white;
  /*color: #ef8c08;*/
  color: #4d7496;
}

.div_dialog_content>div>p {
  padding: 1px 15px;
}

.div_dialog_title {
  display: inline-block;
  margin: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: white;
  padding: 2px 5px;
}

.div_dialog_label {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.div_item_email {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*div_dialog*/

.ui-datepicker {
  z-index: 99999 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  color: black;
}

.MenuID {
  min-width: 500px;
}

.input_text_workflow {
  width: 80%;
}

#SuggestPublishDate {
  width: 30%;
}

#SuggestPublishHour,
#SuggestPublishMinute {
  width: 10%;
}

#Message,
#AcknowledgementList,
#NotificationList {
  width: 80%;
  height: 50px;
}

.RelatedFile>li:before {
  content: "x";
}

.dashboard_title {
  background: #75a3e1;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0.3em 0.4em;
  margin-bottom: 10px;
}

.dashboard_item {
  padding-top: 15px;
}

.dashboard_module {
  font-weight: bold;
  font-size: 15px;
}

.dashboard_info {
  padding-left: 10px;
}

.reset {
  vertical-align: text-top;
  border-width: 0px;
  padding: 0.2em;
}

.input_mainpage_order {
  width: 100px;
}

.input_mainpage_publishDate {
  width: 100px;
}

#scroll_outstanding_lists {
  margin-bottom: 40px;
}

.have_large_file {
  color: red;
}

.publication_table_title {
  width: 27%;
}

.publication_text {
  margin-bottom: 5px;
  min-height: 18px;
}

.publication_iframe {
  width: auto;
}

.loading_div {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 40%;
}

.loading_overlay {
  position: fixed;
  background-color: black;
  opacity: 0.3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
}

.item-properties-title table tr td:first-child {
  font-weight: bold;
}

.webPage_item {
  height: auto;
}

#cau_setting_form .table-input-fixwidth-400 tr td:first-child {
  min-width: unset;
  max-width: unset;
  white-space: normal;
}

#cau_setting_form .sent_and_confirm,
.tender_notice_table .sent_and_confirm,
.request_approval_form .sent_and_confirm {
  margin-right: 5px;
  margin-left: 10px;
}

.log_first {
  font-weight: bold;
}

tr td:first-child {
  width: 1%;
  white-space: nowrap;
}

.fc-scrollgrid-sync-table tr td:first-child {
  width: auto;
}

.mce-grid-cell {
  width: auto !important;
}

.table--responsive td {
  text-align: left;
}


.module_banner {
  max-width: 600px;
  max-height: 200px;
}

.module_banner-matain {
  max-width: 400px;
  max-height: 100px;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.title {
  background: #535353;
}

.title h1 {
  color: #ffffff;
  margin-left: 12px;
}

.subTitle {
  margin-left: -10px;
  /* font-weight: bold;*/
  max-width: none;
}

.TableTitle {
  font-size: 15px;
  font-weight: bold;
  max-width: none;
}

.mce-container-body table tr td:first-child {
  width: auto !important;
}

.editor {
  width: 100%;
  border: 0;
}

/*#mceu_52{
	    margin-left: -270px;
}*/

.editor-tools {
  background: #3d3d3e;
  color: #76daff;
  /*margin-left:8px;*/
  /*width:80.5%;*/
}

.tools-active {
  background: #cccccc;
  color: #000000;
}

.btnGroup button.tools-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}

.activite {
  display: block !important;
  visibility: visible;
}

.tools-hidden {
  display: none !important;
  visibility: hidden;
}

.editor-border {
  border: 1px solid #f3f3f3;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  width: 81.5%;
}

.source {
  padding-left: 1px;
  border: 1px solid #c5c5c5;
  padding-top: 2px;
  margin-top: 15px;
  margin-left: 10px;
  width: 80.5%;
}

.c-breadcrumb__item {
  float: none;
  display: inline;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.theme {
  background: #cb3536 !important;
  color: rgba(0, 0, 0, 0.54) !important;
}

.l-app__sidebar {
  height: 100%;
}

.ps-active-y {
  height: 100%;
}

.closing>.dropdown-menu {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 1000ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 1000ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1000ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 1000ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1000ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.l-app__body {
  /*background-color: #EEEEEE !important;*/
}

.c-menu--dark .c-menu__item.is-open>.c-menu__link:after {
  border-color: #757575 transparent transparent transparent !important;
}

.c-menu--dark .c-menu__item.has-sub>.c-menu__link:after {
  border-color: transparent transparent transparent #757575;
}

.c-menu--dark .menu-active.c-menu__item.is-open>.c-menu__link:after {
  border-color: #ffffff transparent transparent transparent !important;
}

.c-menu--dark .menu-active.c-menu__item.has-sub>.c-menu__link:after {
  border-color: transparent transparent transparent #ffffff;
}

.section .c-menu {
  margin-left: -30px;
  margin-top: -13px;
}

.theme-options .theme-options-panel .theme-options-list {
  max-height: 600px;
  overflow-y: auto;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 0.6;
}

#sidebar-wrapper,
.theme-options-list {
  position: relative;

  overflow: auto;
}

.gb_9c:first-child,
#gbsfw:first-child+.gb_9c {
  padding-left: 0;
}

.gb_Mg,
.gb_R {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gb_R {
  display: inline-block;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex: 0 0 main-size;
  flex: 0 0 main-size;
}

.gb_9c {
  display: inline-block;
  padding: 0 0 0 15px;
  vertical-align: middle;
}

.gb_Ec {
  line-height: normal;
  position: relative;
  text-align: left;
}

.gb_Mg {
  white-space: nowrap;
}

.gb_nb {
  min-width: 255px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: right;
  z-index: 986;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-user-select: none;
}

.gb_Mg {
  white-space: nowrap;
}

#gb {
  font-size: 13px;
}

.gb_Qc {
  position: relative;
}

#gb#gb a.gb_b {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.gb_da .gb_b {
  background-position: -132px -38px;
  opacity: 0.55;
}

.gb_hc {
  background-image: url(//ssl.gstatic.com/gb/images/i1_1967ca6a.png);
  -webkit-background-size: 528px 68px;
  background-size: 528px 68px;
}

.gb_b {
  display: inline-block;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.gb_wb {
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  display: none;
  position: absolute;
  left: 6.5px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: 36px;
}

.gb_vb {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  display: none;
  position: absolute;
  left: 6.5px;
  top: 37px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
}

.gb_fa.gb_ga {
  min-height: 196px;
  overflow-y: auto;
  width: 320px;
}

.gb_7 {
  float: left;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #4273db;
}

.gb_7,
.gb_8 {
  position: relative;
  top: 27px;
  visibility: hidden;
}

#gb#gb a.gb_O,
#gb#gb a.gb_P,
#gb#gb span.gb_P {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

#gb#gb a.gb_O,
#gb#gb a.gb_P,
#gb#gb span.gb_P {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

a:link,
.w,
.q:active,
.q:visited {
  cursor: pointer;
}

.gb_O {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 13px;
  margin: 8px 2px;
  text-align: center;
  outline: none;
}

.gb_Z {
  padding: 1px;
  display: inline-block;
  vertical-align: top;
  color: black;
  z-index: 999;
  height: 98px;
  width: 86px;
}

.gb_ia {
  background: #fff;
  margin: 0;
  min-height: 100px;
  padding: 28px;
  padding-right: 27px;
  text-align: left;
  white-space: normal;
  width: 265px;
}

.gb_fa {
  background: #fff;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 44px;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: text;
}

.data {
  margin-left: -55px;
  margin-top: -25px !important;
}

.folders {
  width: 80%;
}

.filemanager .data li {
  /*background-color: #ffffff;*/
  z-index: 0;
  width: 100%;
  height: 30px !important;
}

.filemanager .data li:hover {
  /*background-color: #F4F5F5;*/
}

.filemanager .data li .name {
  /*color:#000000;*/
  position: unset;
}

.has-sub>ul>li>a {
  background: #eee;
}

.c-menu a:hover {
  background: #f4f5f5;
}

.menu-active>a,
.domain>.menu-active {
  background: var(--button-background) !important;
}

.main-menu>.has-sub>.c-menu__link {
  margin-bottom: 10px !important;
}

.menu-active>a>div,
.domain>.menu-active>a {
  color: var(--button-text_color) !important;
}

a:hover,
a {
  text-decoration: none !important;
}

/*.menu-active :hover,.menu-active a:hover{
	color: #000000 !important;  
}*/

#directory-listing>li>.folder_list-active {
  background: var(--button-background) !important;
  color: #ffffff;
}

.top-menu-list {
  max-height: 0px !important;
}

.ps__rail-x,
.ps__rail-y {
  overflow-scrolling: touch;
}

.folder {
  width: 20px;
  height: 20px;
  margin-top: -5px;
}

.fullwidth {
  width: 100% !important;
}

.one-line {
  display: inline-flex !important;
}

[v-cloak] {
  display: flex;
}

.domain {
  max-height: 300px !important;
}

ul.toolbar>li>.domain-tools {
  margin-right: -70px !important;
}

#domain_form>.domain-tools {
  height: 0;
}

.l-col-100 {
  -webkit-flex: 100%;
  flex: 100%;
  max-width: 100%;
}

.table_dolphin_sem_udetails {
  margin-left: 10px;
}

.table_dolphin_sem_udetails>tbody>tr>td {
  padding: 5px;
}

.table_dolphin_sem_udetails>tbody>tr>td:nth-child(2) {
  background-color: #ffffff;
}

.sub_table_dolphin_sem_udetails_1 td {
  padding: 5px;
}

.sub_table_dolphin_sem_udetails_2 {
  width: 100%;
}

.sub_table_dolphin_sem_udetails_2 th {
  background-color: #cccccc;
  border: solid 1px #ffffff;
}

.sub_table_dolphin_sem_udetails_2 th,
.sub_table_dolphin_sem_udetails_2 td {
  padding: 5px;
}

.sub_table_dolphin_sem_udetails_2 th:nth-child(2),
.sub_table_dolphin_sem_udetails_2 td:nth-child(2) {
  text-align: center;
}

.afcdwcms_form .form-textarea {
  width: 40%;
}

.afcdwcms_form .alert {
  /*margin-bottom: 0;*/
}

.l-level__right>.container>.btn--success,
.c-toolbar>.c-toolbar__group>.l-level__right.is-fixed>.btn--success {
  /*background-color:#58687b !important;*/
  /*background-color:#4e15b3 !important;*/
  background-color: var(--button-background) !important;
}

.l-level__right>.container>.btn--success:hover,
.l-level__right>.container>.btn--success:focus {
  /*background-color:#6b20f1 !important;*/
  /*border-color: #6b20f1  !important;*/

  background-color: var(--button-background) !important;
  border-color: var(--button-background) !important;

  color: #fff;
}

/*.l-level__right > .btn--success {
  background-color: #58687b !important;
}*/

.moduleTitle {
  font-size: 22px !important;
  margin-top: 5px;
}

.moduleSubHeader {
  margin-left: 20px !important;
}

.moduleSubMenu {
  margin-left: 10px !important;
}

.to {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 40%;
}

.submit {
  /*background:#4caf50 !important;*/
  /*background:#0e64a9 !important;*/
}

.update {
  /*background:#4caf50 !important;*/
  background: #0e64a9 !important;
}

.btn.submit:focus,
.btn.submit:hover {
  background-color: #1f8fe7 !important;
  text-decoration: none;
}

.reject {
  /*background:#4caf50 !important;*/
  background: #0e64a9 !important;
}

.delete {
  /*background:#4caf50 !important;*/
  background: #f44336 !important;
}

.btn.reject:focus,
.btn.reject:hover {
  background-color: #1f8fe7 !important;
  text-decoration: none;
}

.cancel {
  /*background-color:#8D8D8D !important;*/
  /*color:black ;*/
  border-color: #9e9e9e !important;
}

.btn.cancel:focus,
.btn.cancel:hover {
  background-color: white !important;
  border-color: #1e87db !important;
  color: #333;
  text-decoration: none;
}

.c-nav--pills>.c-nav__item>.c-nav__link.is-active {
  background-color: var(--button-background);
}

.main-menu>.c-menu__item {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

.main-menu>.menu-active {
  background-color: var(--button-background) !important;
  border-top: 5px solid var(--button-background);
}

.main-menu>.menu-active:not(.has-sub) {
  border-bottom: 5px solid var(--button-background);
}

.result-breadcrumb {
  margin-bottom: 0px !important;
  background-color: none !important;
  margin-top: 0px !important;
  font-size: 14px;
}

.breadcrumb.subTitle {
  /*background-color:#eeeeee ;	*/
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 14px;
}

.l-level {
  margin-left: -15px;
}

ol.breadcrumb>li+li:before {
  content: ">" !important;
}

.form-flex {
  width: 40% !important;
}

.c-box__heading {
  /*font-size:18px;*/
}

.left-textbox-div {
  width: 40% !important;
}

.left-textbox {
  width: 100% !important;
}

.right-textbox-div {
  width: 60% !important;
  float: right;
  margin-top: -34px;
}

.function-button {
  border: 1px solid #dfe3e9;
  border-top-color: rgb(223, 227, 233);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(223, 227, 233);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(223, 227, 233);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(223, 227, 233);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #ffffff;
  height: 35px;
}

a.function-button {
  color: inherit;
  box-sizing: border-box;
  line-height: inherit;
  margin: 0;
  padding: 4px 6px 4.5px;
  position: absolute;
  top: 0;
  right: 0;
}

.search-tool>.left-textbox-div {
  width: 80% !important;
}

.search-tool>.right-textbox-div {
  width: 20% !important;
}

.search_result {
  max-width: 82.333333% !important;
}

.menu_breadcrumb {
  background: #ffffff !important;
}

.remove-bottom {
  margin-bottom: 0em;
}

#Editor {
  padding: 0px;
  padding-top: 16px;
  padding-right: 2px;
}

.page-content {
  margin-left: 7px;
}

.preview_page_content {
  width: 100%;
  height: 100%;
  max-height: 900px;
  min-height: 900px;
}

.approver-detail {
  height: 30%;
}

.approver-review {
  height: 70%;
}

.approver-review>.c-panel__body,
.approver-review>.c-panel__body>div {
  height: 100%;
}

/***browser***/
.browser-head {
  padding: 9px 15px;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
  background-color: var(--button-background);
  color: #fff;
}

.browser-head>.browser-title {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  padding-right: 20px;
  margin-top: 10px;
}

.table--responsive,
.table--data {
  border: 1px solid #ddd;
}

.image-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.image-filename {
  text-align: center;
  margin-top: 10px;
}

.image-row:not(:first-child) {
  margin-top: 20px;
}

.browser-image {
  width: 200px;
  height: 200px;
  margin: 10px auto;
  overflow: hidden;
}

.browser-image img {
  max-width: 200px;
  max-height: 200px;
}

.browser-image-list {
  padding: 25px;
  text-align: left;
}

.browser-image-list li {
  display: block;
  float: left;
  width: 25%;
  min-height: 128px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}

.browser-image-list div:hover {
  background: #f4f5f5;
}

.btnGroup>.btn {
  color: #77c6eb;
}

.btnGroup>.tools-active {
  color: #1c60a0;
}

.dashboard_subTitle {
  font-weight: bold;
}

/***browser***/

/***editor***/
.mce-hidden {
  display: none !important;
  visibility: hidden;
}

.mce-ico.mce-i-document:before {
  content: "";
  background-image: url("../images/editor/document_icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 41px;
  /*position: absolute;*/
  left: 50%;
  /*margin-left: -5px*/
}

.mce-ico.mce-i-email:before {
  /*content:'mail';*/
  font-size: 5px;
  /*background-image: url('../images/editor/document_icon.png');
 background-repeat: no-repeat;
 display: inline-block;
 width: 21px; 
 height: 41px;*/
}

/***editor***/
/***left menu***/
.l-app__sidebar {
  background-color: #ffffff;
  width: 100%;
}

.l-app__sidebar__toggle {
  background-color: #333333;
}

/***left menu***/

.div_select_wholesale_prices {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

.div_select_wholesale_prices select.form-select {
  width: 100%;
}

.div_select_fish_database {
  display: inline-block;
  width: 175px;
  margin-right: 10px;
}

.div_select_fish_database select.form-select {
  width: 100%;
}

.photo {
  position: relative;
}

.photo>a>img {
  height: 50%;
}

.photo>.form-file {
  display: inline-flex;
  bottom: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}

.ygtvlabel {
  font-size: 1em !important;
}

ol.breadcrumb>li+li:before {
  color: #333333 !important;
}

.module_banner {
  height: 40% !important;
}

.module_banner-matain {
  height: 20% !important;
}

.photo_details {
  background-color: #000000 !important;
  color: #ffffff !important;
  z-index: 10;
}

.small-filetype {
  height: 80%;
}

.photo_details .l-area--5x1 {
  text-align: center;
  display: block;
  margin-left: auto;
}

.center {
  margin: auto;

  padding: 10px;
  height: 100%;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;

  max-height: 700px;
}

.center-text {
  text-align: center;
  padding: 30px;
}

.l-area\@md>.center-img {
  /*top:unset !important;*/
  margin-bottom: 10px;
}

.photo_details .is-reverse {
  text-align: right;
}

.vertical_align_top {
  vertical-align: top;
}

#photo_details {
  height: 100%;
}

td.vertical_align_top {
  vertical-align: top;
}

table.table_datafile_list_structure {
  margin-top: 5px;
}

.sort {
  margin-top: 10px !important;
}

.webpages .div-space {
  margin-left: -8px;
  margin-right: -8px;
}

.webpages .l-row {
  margin: auto !important;
}

.import_file_div_dialog .form-flex {
  margin: auto;
}

.import_file_div_dialog .note_danger {
  color: red;
  font-size: 1.3em;
}

.import_file_div_dialog .input_import_file {
  margin-top: 5px;
}

.text_align_center {
  text-align: center;
}

#alert_datafile_upload {
  display: none;
  font-weight: bold;
}

.progress {
  /* position: fixed; */
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f2f2f2;
}

.bar {
  background-color: #819ff7;
  width: 0%;
  height: 5px;
  border-radius: 3px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

#wrapper {
  width: 995px;
  padding: 0px;
  margin: 0px auto;
  font-family: helvetica;
  text-align: center;
}

.logo {
  display: -ms-inline-flexbox !important;
}

.form-select.select_column_type {
  display: inline-block;
}

.form-select.select_column_type_remark {
  display: none;
}

.more-btn button {
  float: right;
}

.more-btn.more-btn-search {
  padding-left: 20px;
}

.approver_info .c-cell {
  margin-bottom: 0.5em !important;
}

.height-100 {
  height: 100% !important;
}

/***auditlog***/

.search {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.search>.info {
  display: table-row-group;
}

.search>.info>.search-row {
  display: table-row;
}

.search-row {
  border-bottom: 10px solid transparent;
}

.search-row .date {
  display: flex !important;
}

.search-row .title {
  background: #ffffff;
  padding-left: -2em;
}

.search-row .search-col {
  display: table-cell;
  text-align: right;
}

.search-row .search-col .slash {
  display: block;
  padding: 6px 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
  -webkit-appearance: none;
}

.search-btn-col {
  display: -webkit-box;
}

.search-btn {
  margin-left: 10em;
  margin-right: 0;
}

.no-secMenu {
  margin-left: 0.1em;
}

/***auditlog***/

/***loading page***/
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-page {
  background-color: #eeeeee;
  width: 100%;
}

/***loading page***/

.main_wrapper {
  display: table;
  width: 100%;
  height: 75%;
}

.main_wrapper .main_wrapper_vertical_align {
  display: table-cell;
  vertical-align: middle;
}

.main_wrapper main {
  width: 550px;
  max-width: 800px;
  min-width: 500px;
  margin: 0 auto;
}

.main_wrapper .logo_wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.main_wrapper .footer {
  text-align: center;
}

.main_wrapper .c-panel-bordered {
  border: 2px solid #dfe3e9;
  border-radius: 3px;
}

.main_wrapper .btn--primary {
  background-color: var(--button-background);
  border-radius: 3px;
}

.main_wrapper .btn--primary:hover,
.main_wrapper .btn--primary:focus {
  background-color: var(--button-background);
}

#suggesstion-box #search-page-list {
  float: left;
  list-style: none;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  border: #bbb9b9 1px solid;
}

#suggesstion-box #search-page-list li {
  padding: 10px;
  background: #fff;
  border-bottom: #bbb9b9 1px solid;
  cursor: pointer;
}

#suggesstion-box #search-page-list li .search_hd {
  font-size: 12pt;
  font-weight: bold;
}

.icon_preview {
  overflow: scroll;
  height: 17em;
}

.icon_preview_title {
  width: 100%;
}

#area1Btn.is-active,
#area2Btn.is-active,
#area3Btn.is-active {
  background: #1e87db !important;
}

body #userbox {
  background: #e31e30 url(../images/userbox-bg.png) left 40%;
}

body section.page-header.alternative-header {
  background: #e31e30 url(../images/page-title-bg.png) no-repeat scroll 0% 0%;
  background-size: cover;
}

.datatable-checkbox {
  margin: 5px 0px 0px 0;
}

.table-input-fixwidth-400 tr td:first-child {
  min-width: 400px;
  max-width: 400px;
  white-space: normal;
}

.table-input-fixwidth-300 tr td:first-child {
  min-width: 300px;
  max-width: 300px;
  white-space: normal;
}

.table-input-fixwidth-200 tr td:first-child {
  min-width: 200px;
  max-width: 200px;
  white-space: normal;
}

.table--responsive {
  border: 1px solid #ddd;
}

body .c-toolbar {
  padding-right: 0;
}

#userbox>h1 {
  margin-top: 0;
}

.tablemargin-15 {
  margin-top: -15px;
}

.btn_pager_off {
  margin-left: 10px;
}

.form-select.multiple {
  display: inline-block;
  vertical-align: middle;
  min-height: 200px;
}

.select_multiple_control {
  display: inline-block;
  vertical-align: middle;
}

body .l-row {
  margin-left: 0;
  margin-right: 0;
}

select.form-select.select_hour,
select.form-select.select_minute {
  width: 60px;
}

.switching_table {
  width: auto;
}

.switching_table th,
.switching_table td {
  border: 0;
}

.switching_table .level_row {
  border-bottom: 1px solid #ddd;
}

.switching_table .left_col,
.switching_table .right_col {
  width: 45%;
}

.switching_table .left_col select,
.switching_table .right_col select {
  width: 300px;
  height: 150px;
}

.switching_table .mid_col {
  width: 10%;
  text-align: center;
}

.table>tbody>tr>td.td_workflow_record_list {
  padding: 0;
}

.workflow_record_list {
  width: 100%;
}

#directory-listing>li>a>.row {
  margin-left: 0;
  margin-right: 0;
}

input.date_picker[name="release_date"] {
  max-width: 100px;
}

#div_workflow_preview {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  display: none;
}

#workflow_preview_layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

#workflow_preview {
  width: 1280px;
  height: 720px;
  position: absolute;
  opacity: 1;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.active_workflow_preview #div_workflow_preview {
  display: block;
}

body.active_workflow_preview #left-content {
  z-index: -1;
}

.div_checkbox {
  display: inline-block;
  margin-left: 5px;
}

select.form-select[disabled] {
  background-color: #f2f2f2 !important;
}

html,
body {
  min-width: 1000px;
}

body .nav>li>a {
  padding: 7px 7px;
}

.div_workflow_lvl_status>div>div {
  display: inline-block;
}

.div_workflow_template_detail {
  margin-top: 5px;
}

.div_workflow_template_detail>table {
  width: 40%;
}

.div_workflow_template_detail>table th {
  width: 100px;
}

.div_workflow_template_detail>table .approver {
  margin-left: 20px;
}

.w3c_check_result_header {
  margin: 10px 0px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-size: 1.2em;
  font-weight: bold;
}

div.div_trigger_more {
  display: none;
  width: 1000px;
}

div.div_trigger_more.active {
  display: block;
}

div.div_trigger_more>pre {
  white-space: pre-wrap;
}

div.div_history_detail_content {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0000003b;
  display: none;
  z-index: 1000;
}

div.div_history_detail_content.active {
  display: block;
}

div.div_history_detail_content>div {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  left: 50%;
  top: 100px;
  bottom: 100px;
  transform: translateX(-50%);
  background: #ffffff;
  overflow: auto;
}

body pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.list_top_left_button {
  margin-left: 5px;
}

.header-container>.header_title {
  font-size: 3em;
  font-weight: bold;
  margin-left: 10px;
  float: left;
}

.web_pages-menu .web_pages-menu-bg {
  overflow-y: auto;
  max-height: 100%;
}

body .l-col-2\@sm {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}

.form-checkbox.readonly input[type="checkbox"]:checked+.form-checkbox__indicator::after {
  background-color: grey;
}

#directory-listing li a {
  /*height:10%;*/
}

.form-input:focus,
.multiselect__tags:focus,
.form-input:active,
.multiselect__tags:active,
.form-input.is-focus,
.is-focus.multiselect__tags,
.form-input.is-active,
.is-active.multiselect__tags,
.form-select:focus,
.form-select:active,
.form-select.is-focus,
.form-select.is-active,
.form-textarea:focus,
.form-textarea:active,
.form-textarea.is-focus,
.form-textarea.is-active {
  border-color: var(--button-background);
}

/*
.l-level__right>.container>.btn--success:last-child, .c-toolbar>.c-toolbar__group>.l-level__right.is-fixed>.btn--success:last-child{
	background-color:#58687b !important;
}
*/
body .logo-image img {
  width: auto;
  height: auto;
  max-height: 50px;
}

.btn--info {
  color: #fff;
  border-color: var(--button-background);
  background-color: var(--button-background);
}

.btn--info:hover {
  color: #fff;
  border-color: var(--button-background);
  background-color: var(--button-background);
}

.btn--info {
  background-color: var(--button-background) !important;
}

.btn--info:hover {
  background-color: var(--button-background);
}

body .btn--primary.btn--outline {
  color: var(--button-background);
  background-color: transparent;
  border-color: var(--button-background);
}

.btn--primary.btn--outline:hover,
.btn--primary.btn--outline.is-hover {
  color: #fff;
  background-color: var(--button-background);
  border-color: var(--button-background);
}

.table.table--fixed {
  table-layout: fixed;
  width: 100%;
}

.c-panel {
  margin-bottom: 0px;
}

.btn.submit:hover,
.btn.submit:focus,
.btn.reset:hover,
.btn.reset:focus,
.btn.pull-right:hover,
.btn.pull-right:focus {
  background-color: var(--button-hover_background) !important;
  color: #fff;
}



.header-container {
  display: flex;
}

body .header_title {
  vertical-align: middle;
  margin: auto;
}

.header-wrapper {
  flex: 0 0 20%;
  max-width: 20%;
}

.annex_tb,
.annex_tb tr,
.annex_tb td {
  border: none !important;
}

.annex_tb .form-input {
  width: 80% !important;
}

.annex-btn {
  margin-left: 5px;
}

@media (min-width: 1171px) {
  body .header_title {
    flex: 0 0 80%;
    font-size: 2vw !important;
    vertical-align: middle;

    max-width: 80%;
  }
}

@media (max-width: 1170px) {
  body .header_title {
    font-size: 2.5vw !important;
    margin-right: 0;
  }
}

.wcms_tbl {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.c-pagination--bordered .c-pagination__item.is-active {
  background-color: #708c74;
  border-color: #708c74 !important;
}

body .table>thead>tr>th {
  vertical-align: middle;
}

.application_submit_search select {
  width: auto;
}

body .w-100 {
  width: 100%;
}

body .w-auto {
  width: auto;
}

body .btn-info {
  background-color: var(--button-background) !important;
}

.header-container>.header_title {
  flex: 1 1 auto;
}

body .l-col-10\@sm {
  width: calc(100% - 250px) !important;
  max-width: calc(100% - 250px) !important;
}

body {
  overflow: auto;
}

#header-brand .logo .logo-image {
  margin-left: 1em;
}


.tox button[data-mce-name="document"].tox-tbtn svg,
.tox button[data-mce-name="email"].tox-tbtn svg,
.tox button[data-mce-name="youtube"].tox-tbtn svg,
.tox button[data-mce-name="image_vertical_align_top"].tox-tbtn svg {
  display: none;
}

.tox button[data-mce-name="document"].tox-tbtn {
  background-image: url(../images/editor/document_icon.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.tox button[data-mce-name="email"].tox-tbtn {
  background-image: url(../images/editor/email_icon.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.tox button[data-mce-name="youtube"].tox-tbtn {
  background-image: url(../js/tinymce/plugins/youtube/img/youtube.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.tox button[data-mce-name="image_vertical_align_top"].tox-tbtn {
  background-image: url(../images/editor/vertical_align_top.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.tox .tox-browse-url[data-mce-name="Browse emails"] {
  display: none;
}

.c-nav--pills>.c-nav__item>.c-nav__link.is-active {
  background-color: var(--nav-background);
}

.preline {
  white-space: pre-line;
}

.flatpickr-month .flatpickr-current-month {
  padding: 0;
}

.flatpickr_container {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1em;
}

.shortcut-buttons-flatpickr-button {
  width: 100%;
  border: 0;
  border-top: 1px solid #e6e6e6;
  background-color: var(--button-background);
  height: 40px;
  color: #fff;
}

.calendar_btn::after {
  content: "";
  background-image: url("../images/calendar_icon.svg");
  width: 14px;
  height: 16px;
  display: block;
  filter: brightness(0) invert(1);
}

body .dropdown-menu>li>a {
  font-size: 14px;

}

body .dropdown-toggle {
  background-color: var(--button-background) !important;
}

.l-level__right {
  gap: 7px;
}

[disabled] {
  user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}

[role="menuitem"][disabled] {
  background: var(--button-background) !important;
  color: #fff;
}

.mutli-line_container {
  flex-direction: column;
}

.mutli-line_container .container {
  display: flex;
  justify-content: end;
  width: 100%;
}

.caledar-container {
  width: 100%;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 3px;

}

.caledar-container.Publish {
  background-color: #008000;
}

.caledar-container.Unpublish {
  background-color: #800000;
}

.caledar-container .type {
  color: #fff;
  margin-top: 3px;
  margin-left: 5px;
}

.caledar-container .info {
  background-color: #f7f7f7;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1em;

}

.caledar-container .info .data_container {}

.input-field {
  display: flex;
  flex-direction: column;
  min-width: 40%;
}

.wcms_form .error-filed .input-field input {
  width: 100%;
}

.wcms_form .error-filed {
  display: flex;
  gap: 7px;
}


.content_id_container {
  display: flex;
  gap: 1em;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
}

.checkbox-item {
  display: flex;
  align-items: center;
}

/* /pages/tender_notice/info.php start */
.font-show-web {
  color: #1a73e8;
}

/* /pages/tender_notice/info.php end */


dialog .form-input {
  width: 100%;
}

dialog select.form-select {
  width: 100%;
}

.pop_up_dialog {
  width: 30%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 0;
}

::backdrop {
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0.80;
}

.acting_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchBox-fakeInput.is-focussed {}

.searchBox-inputWrapper,
.searchBox-clearWrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.searchBox-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0.5rem;

}

.searchBox-input:focus {
  outline: none;
  background: #FFF;
  box-shadow: none;
}

.searchBox-clearWrapper {
  padding-right: 0.5rem;
}

.searchBox-clear {
  color: #CCC;
  padding: 0;
  cursor: pointer;

  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.searchBox-clearInput:hover {
  color: #AAA;
}

.user_info_container {
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.user_info_container_no_fix_size {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.user_info_table.table tbody+tbody {
  margin-top: 0;
  border-top: 0;
}

.user_info_table.table td {
  border-top: 0;
  border-left: 0;
}

.user_profile_container {
  display: flex;
  gap: 1em;
}


.detail_left_menu .row {
  margin-left: 0;
  margin-right: 0;
}

.detail_left_menu:not(:last-child) {
  margin-bottom: 1em;
}

.section.web_pages-menu div.c-toolbar__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section.web_pages-menu div.c-toolbar__title:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #757575;
}

.active-menu {
  position: relative;
}

.section.web_pages-menu div.c-toolbar__title.active-menu:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #757575;
  transform: rotate(90deg);
}

.section.web_pages-menu div.c-toolbar__title:hover {
  color: #7872ff;
}

div.c-toolbar__title+.detail_left_menu {
  display: none;
}

div.c-toolbar__title+.detail_left_menu.active {
  display: block;
}

.acting_container {
  display: flex;
  gap: 1em;
}

select.select_100 {
  width: 100%;
}


.history_dialog {
  width: 30%;
}

.scroll_table_container table {
  overflow: auto;
  max-height: 50vh;
}

.scroll_table_container table thead,
.scroll_table_container table tfoot {
  position: sticky;
}

.scroll_table_container table thead {
  inset-block-start: 0;
  z-index: 9999;
}

.scroll_table_container table tfoot {
  inset-block-end: 0;
  z-index: 9999;
}

.scroll_table_container {
  max-height: 50vh;
  overflow-y: auto;

  width: 100%;
}

.scroll_table_container table {
  border-collapse: unset;
  border-spacing: 0px;
  width: 100%;


}

.scroll_table_container table th,
.scroll_table_container table td {
  border: 1px solid #ddd;
  ;
  border-collapse: separate;
  border-spacing: 0;

}

.detail_left_menu li a span {
  font-size: 13px;
}

#newtable .table {
  font-size: 12px;
}

.page_left_menu>li {
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  body .l-col-10\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 200px) !important;
    -ms-flex: 0 0 calc(100% - 200px) !important;
    flex: 0 0 calc(100% - 200px) !important;
    /* max-width: calc(100% - 200px!important; */
    flex: 0 0 calc(100% - 200px) !important;
  }
}

.table--data tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}


.page-function-head {
  padding: 5px 15px;
  /* border-bottom: 1px solid #c5c5c5; */
  position: relative;

  color: #fff;
  margin-left: -15px;

}

.page_left_menu .c-toolbar__title {
  font-size: 1em;
}

.module_header {



  border-radius: 1em;
  width: 100%;
}

.module_header .breadcrumb {
  margin: 0;
  font-size: 15px !important;

}

.module_header .title {
  margin: 0;
  background-color: unset;
  font-size: 20px;
}

.module_header .subTitle {
  margin: 0;
  font-size: 18px;
}


.module_header_container {
  width: 100%;
}

.sub_header_container {

  border-left: #e31e30 solid 5px;
}

.sub_header_container th {
  background-color: #fff !important;
}

.page-function-head>.page-function-title {
  /* line-height: 20px; */
  font-size: 15px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  padding-right: 20px;
  margin-top: 5px;
  /* color: #fff; */
}

#loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #fdf0d5;
  border-top: 5px solid #c1121f;
  border-left: 5px solid #c1121f;
  animation: load 2s ease-in-out infinite forwards;
}

@keyframes load {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

.flex_center_1 {
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  margin-top: 1em;
  gap: 1em;
}

.c-toolbar__title.current-menu {
  font-weight: bold;
}

.disable_class {
  background-color: #f2f2f2 !important;
}


textarea.form-input {
  width: 100%;
  height: 100px;
}

.folder_tree_container {
  max-height: 70vh;
  overflow-y: scroll;
}

.button_group {
  margin-top: 1em;
}

.file-tree .selected {
  font-weight: 700;
}

.video_gallery_youtube_input {
  width: 55%!important;
}

.log_date_picker{
  width: auto;
}


