@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }

  .controls {
    width: 280px !important;
  }

  .controls .selectize-control.single {
    width: 280px !important;
  }

  #chart-container {
    width: 1100px !important;
  }

}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgb(80, 80, 80);
  line-height: 30px;
  text-align: center;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  transition: all .3s;
}

.logo a {
  color: #ffffff;
}

a:hover,
a:focus {
  color: #f35b3f;
  text-decoration: none;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px;
}

img {
  max-width: 100%;
}

.medium-paragraph {
  font-size: 18px;
  line-height: 34px;
}

::-moz-selection {
  background: #f35b3f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f35b3f;
  color: #fff;
  text-shadow: none;
}

.flex-row-at {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.centered {
  margin: 0 auto;
}

.menu-separator {
  border-top: 1px solid #ffffff !important;
}

/***** GENERAL *****/
.content {
  display: grid;
  grid-template-areas:
    'top-nav'
    'section-container'
    'footer-container';
  grid-template-columns: 1fr;
  grid-template-rows: 50px 1fr 80px;
  height: 100vh;
}

.top-nav {
  grid-area: top-nav;
}

.section-container {
  grid-area: section-container;
  width: 100%;
}

.footer-container {
  grid-area: footer-container;
}

.flexrow {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

/***** Wrapper *****/

.wrapper {
  display: block;
}

/***** Top menu *****/
.top-nav .logo {
  color: #fff;
  padding: 10px;
  background-color: #0E95D8;
}

/***** Sidebar *****/

.sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: rgb(14, 149, 216);
  color: #fff;
  transition: all .3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  left: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .3s;
  background: #444;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  line-height: 35px;
  cursor: pointer;
}

.dismiss:hover,
.dismiss:focus {
  background: #555;
  color: #fff;
}

.sidebar .logo {
  padding: 40px 20px;
  border-bottom: 1px solid #444;
  transition: all .3s;
}

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  border: 0;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  transition: all .3s;
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active>a:hover,
.sidebar ul li.active>a:focus {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active>a,
a[aria-expanded="true"] {
  background: #444;
  color: #fff;
}

.sidebar ul ul a {
  background: #444;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active>a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

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

.sidebar .to-top {
  padding: 20px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}


/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}


/***** Content *****/

.content {
  width: 100%;
  transition: all 0.3s;
}

.open-menu {
  z-index: 997;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}


/***** Buttons *****/

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #EAA76F;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #0E95D8;
  background: rgb(14, 149, 216, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #555;
  box-shadow: none;
}

a.btn-customized-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .75rem 1.5rem;
  background: #444;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
  margin-right: 5px;
}


a.btn-customized-4 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 0;
  background: #444;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
  background: #222;
}

a.btn-customized-4.btn-customized-light {
  background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}


/***** General style, all sections *****/

.section-container {
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 50px;
}

.section-container-gray-bg {
  background: #f8f8f8;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #fff;
}

.section-container-image-bg .divider-1 span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.section-description {
  margin-top: 60px;
  padding-bottom: 10px;
}

.section-description p {
  margin-top: 20px;
  padding: 0 120px;
}

.section-container-image-bg .section-description p {
  opacity: 0.8;
}

.section-bottom-button {
  padding-top: 20px;
}


/***** Divider *****/

.divider-1 span {
  display: inline-block;
  width: 200px;
  border-bottom: 1px dotted #aaa;
}


/***** Top content *****/

.top-content {
  width: 100%;
  padding: 60px 0 120px 0;
}

.top-content h1 {
  padding-top: 60px;
  color: #fff;
}

.top-content .description {
  margin: 30px 0 0 0;
  padding-bottom: 30px;
}

.top-content .description p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.top-content .description a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.top-content .description a:hover,
.top-content .description a:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}


/***** Section 1 *****/

.section-1-box {
  padding-top: 30px;
  text-align: left;
}

.section-1-box .section-1-box-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #f35b3f;
  font-size: 40px;
  color: #f35b3f;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
}

.section-1-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0;
}


/***** Section 2 *****/

.section-2-box {
  margin-top: 30px;
  text-align: left;
}

.section-2-box h3 {
  margin-top: 0;
}

.section-2-box-text .medium-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-2-box img {
  border-radius: 6px;
}


/***** Section 3 *****/

.section-3-box {
  margin-top: 30px;
  text-align: left;
}

.section-3-box .section-3-box-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #f35b3f;
  font-size: 28px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.section-3-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0;
}


/***** Section 5 *****/

.section-5-box {
  padding-top: 30px;
  text-align: left;
}

.section-5-box-image {
  overflow: hidden;
  border-radius: 6px;
}

.section-5-box-image img {
  transition: all .8s;
}

.section-5-box-image:hover img {
  transform: scale(1.25);
}

.section-5-box h3 {
  margin-top: 30px;
}

.section-5-box h3 a {
  color: #555;
  border: 0;
}

.section-5-box h3 a:hover,
.section-5-box h3 a:focus {
  color: #f35b3f;
}

.section-5-box h3 i {
  padding-left: 10px;
  color: #ccc;
  transition: all .3s;
}

.section-5-box h3:hover i {
  padding-left: 15px;
}

.section-5-box-date {
  padding-bottom: 10px;
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
}

.section-5-box-date i {
  padding-right: 5px;
  color: #ddd;
}

.section-5-container .section-bottom-button {
  padding-top: 40px;
}


/***** Section 6 *****/

.section-6-box {
  padding-top: 30px;
  text-align: left;
}

.section-6-box h3 {
  margin-top: 0;
}

/* contact form */
.section-6-form {
  padding-top: 20px;
  text-align: left;
}

.section-6-form input[type="text"],
.section-6-form textarea {
  background: none;
  border: 1px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  transition: all .3s;
}

.section-6-form textarea {
  height: 90px;
}

.section-6-form input[type="text"]:focus,
.section-6-form textarea:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #fff;
  color: #888;
  box-shadow: none;
}

.section-6-form input[type="text"].input-error,
.section-6-form textarea.input-error {
  border-color: #f35b3f;
}

.section-6-form input[type="text"]::-moz-placeholder,
.section-6-form textarea::-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form input[type="text"]:-ms-input-placeholder,
.section-6-form textarea:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form input[type="text"]::-webkit-input-placeholder,
.section-6-form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form button.btn-customized {
  padding: .75rem 1.5rem;
  background: #f35b3f;
  border: 0;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

.section-6-form button.btn-customized:hover,
.section-6-form button.btn-customized:active,
.section-6-form button.btn-customized:focus,
.section-6-form button.btn-customized:active:focus,
.section-6-form button.btn-customized.active:focus,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cd533d;
  background: rgba(243, 91, 63, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

.section-6-form button.btn-customized i {
  margin-right: 5px;
}

/* end contact form */

.section-6-social {
  padding-top: 20px;
}

.section-6-social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 10px 10px 0;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #555;
  text-align: center;
  line-height: 46px;
}

.section-6-social a:hover,
.section-6-social a:focus {
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #555;
}


/***** Footer *****/

footer {
  padding: 40px 0;
}

/* Datatables */
.dataTables_wrapper {
  width: 100%;
}

/* Units */
.unit-main {
  background-color: #ebeff9;
  font-weight: bold;
  color: black;
  padding: 20px 5px 20px 5px;
  margin-bottom: 20px;
}

/* data sheet */

.data-name {
  text-align: left;
  background-color: #0E95D8;
  margin-bottom: 1px;
  font-weight: bold;
}

.data-value {
  text-align: left;
  margin-bottom: 1px;
  border-bottom: 1px black solid;
}


.form-container {
  margin-top: 50px;
}

.question.iscopy1 {
  color: red;
  font-weight: bold;
}

.ui-widget-content {
  color: inherit;
}

.ui-menu .ui-menu-item-wrapper {
  text-align: left;
}

#edit-activity-modal .modal-content {
  width: 900px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

#edit-activity-modal label {
  display: none;
}

#edit-activity-modal2 .input-group-prepend {
  display: none;
}

#spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: calc(50% - (8px / 2));
  right: calc(50% - (8px / 2));
  visibility: hidden
}

.explain {
  background-color: rgba(14, 149, 216, 0.5);
  padding: 20px;
  color: #000;
  margin-bottom: 20px;
}

.explain h4 {
  margin-top: 20px;
}

.bold {
  font-weight: 600;
}

.localnav {
  gap: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.toggler {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.toggled {
  display: none;
}

.name {
  min-width: 200px;
  max-width: 300px;
  font-size: 12px;
  float: left;
  /* overflow-x: scroll; */
}

.operator-details {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-content: space-between;
  justify-content: end;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
}

.noformdata {
  background-color: #dc3545;
  padding: 0px;
  padding-left: 0px;
  padding-right: 15px;
  text-indent: -9999px;
  white-space: nowrap;
}

.hasformdata {
  background-color: #28a745;
  padding: 0px;
  padding-left: 0px;
  padding-right: 15px;
  text-indent: -9999px;
  white-space: nowrap;
}

div.outsider {
  display: none;
}

.draggable_operator {
  width: 115px;
  background-color: #EAA76F;
}

.draggable_operator i {
  padding: 15px;
}

.controls1 {
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 1000;
  width: 200px;
}

#chart-container1 {
  margin-left: 120px;
}

.flowchart-operator.selected, .flowchart-operator.forselection {
  border: 3px solid #555;
}

.procedures {
  font-size: 12px;
  padding: 5px;
  background-color: #EAA76F;
  display: none;
  margin-top: 10px;
}

.procedures a {
  color: white !important;
}

.procedures-title button {
  font-size: 10px;
}

.procedures-title {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.activity-name {
  height: 20px;
}

.flowchart-operator-title .share {
  display: none;
}

.interfaces {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  gap: 30px;
}

.flowchart-operator-outputs {
  line-height: 10px;
}

.edit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 1.2em;
}

.datasheet-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 18px
}

.datasheet-value {
  font-weight: 800;
  text-decoration: underline;
}

.btn-xs {
  padding: .25rem .4rem;
  font-size: .675rem;
  line-height: .5;
  border-radius: .2rem;
}

.form-error {
  padding: 0px 5px 0px 5px;
  position: absolute;
}

.input-hidden {
  display: none;
}

.activityform.egyedi-selector-staff, .activityform.egyedi-selector-client {
  background-color: #6c757d;
  display: none;
}

.activityform.egyedi-selector-top {
  padding-top: 20px;
}

.activityform.egyedi-selector-bottom {
  margin-bottom: 20px;
}

.inputAdatkor {
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

.inputBlock:not(.inputBlock_0) {
  margin: 3px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  border-radius: 5px;
}

.inputAdatkor_org {
  background-color: #dee2e661;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.inputAdatkor .question {
  padding: 0;
}

.inputBlock .answerblock .answer {
  max-width: 75%;
}

.inputBlock {
  padding-top: 10px;
}

.inputBlock_1 {
  width: calc(100%/3 - 10px);
  float: left;
  white-space: nowrap;
  background-color: #dee2e661;
}

#editprocedure-form .inputBlock_1 {
  width: calc(100%/2 - 10px);
}

.inputBlock_2 {
  width: calc(100%/4 - 10px);
  float: left;
  background-color: #dee2e694;
}

.inputBlock_2 .questionblock {
  height: 30px;
}

.inputBlock_3 {
  width: calc(100%/3 - 10px);
  float: left;
  background-color: #dee2e694;
}

.inputBlock_3 .questionblock {
  height: 30px;
}

#inputAdatkor_3 {
  margin-bottom: 20px;
}

.inputAdatkor .answerblock {
  padding-left: 30px;
}

.inputBlock_4 {
  width: calc(100%/3 - 10px);
  float: left;
  background-color: #dee2e6;
}

.inputBlock_4 .questionblock {
  height: 45px;
}

.inputBlock_5 {
  width: calc(100%/3 - 10px);
  float: left;
  background-color: #ccd0d3;
}

.inputBlock_5 .questionblock {
  height: 60px;
}

.inputBlock_norma {
  width: calc(100%/2 - 10px);
  float: left;
  white-space: nowrap;
  background-color: #dee2e661;
}

.inputBlock_norma .questionblock {
  height: 30px;
}

.input-hidden {
  display: none;
}

.org-main-data,
.contacts {
  background-color: #dee2e661;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  border-radius: 5px;
  margin-bottom: 30px;
}

#contacts {
  margin: 10px 0;
}

#contacts div {
  margin: 5px 0;
}

.org-extra-data {
  background-color: #dee2e694;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.org-data-section,
.org-data-section .form-control {
  line-height: 20px;
}

.org-data-section .form-control {
  font-size: 1em;
}

.org-data-section .form-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.org-data-section .form-group label {
  font-weight: 600;
}

.tevcsop {
  border-radius: 5px;
}

.procedure-details {
  border: 2px solid gray;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.procedure-extras {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.procedure-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.unit-edit {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.unit-main {
  border-radius: 5px;
}

.unit-main .procedures {
  border-radius: 5px;
}

.operator-nonstandard-1 {
  background-color: red !important;
}

.operator-noboxnumber {
  background-color: black !important;
}

.procedure-yearly-number span,
.procedure-person span {
  margin-left: 3px;
}

#import-result-error {
  color: red;
  font-weight: bold;
}

#unit-list tr.group td {
  text-align: left;
  padding-left: 20px;
  background-color: #ddd;
}

a.datasheet {
  cursor: pointer;
  text-decoration: underline !important;
}

.flex-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.flex-row-10 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap:10px;
}

.organogram-list {
  display: none;
}

#organogram-modal .modal-dialog {
  max-width: 1000px !important;
}

#organogram-modal .modal-content {
  width: 1000px !important;
}

.proj-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.proj-buttons i {
  font-size: 1.2em;
}

.screen-form-values {
  font-weight: normal;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #17a2b8;
}


.pseudoConnection {
  visibility: hidden;
}

.pseudoConnection::after {
  content: ' ';
  border: 5px solid red;
  width: 5px !important;
  display: inline-block;
  margin-left: -15px;
  border-radius: 10px;
  visibility: visible;
  position: absolute;
}

.customparam-container-common, .customparam-container-staff, .customparam-container-client {
  background-color: aliceblue;
  padding: 10px;
  margin-bottom: 10px;
  display: none;
}

.navigator-container {
  margin-top: 20px;
}
.navigator-row a {
  background-color: #0E95D8;
  padding: 10px;
}
.navigator-row button {
  color: white;
}


.icons{
  font-size:18px;
  vertical-align: middle!important;
}

.icons i{
  margin: 0 5px;
}

#session-timeout {
  z-index: 20000;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-container {
    padding: 10px;
    margin-top: 20px;
  }
  a.btn-customized {
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-container {
    padding: 10px;
  }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-container {
    padding: 20px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .section-container {
    padding: 30px;
  }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }
