@import url("overrrides.css");
@import url("fonts.css");
@import url("icons.css");
@import url("login.css");
@import url("modules.css");
@import url("external.css");

@import url("header.css");
@import url("sidebar.css");
@import url("admin.css");
@import url("dashboard.css");
@import url("documents.css");
@import url("humanresources.css");
@import url("infrastructure.css");
@import url("medical.css");
@import url("equipment.css");
@import url("interdependencies.css");
@import url("myaccount.css");
@import url("taskrequest.css");
@import url("alerts.css");
@import url("ehr.css");
@import url("processes.css");
@import url("authorizationactivity.css");
@import url("accounting.css");
@import url("releasenotes.css");

/* Side panel */
.panel-page-side-right {
  background-color: #e9f1f4;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 0;
  margin-right: -30px;
}
.panel-page-side-right .panel-body {
  padding: 20px;
}

.panel-page-side {
  background-color: #E9F1F4;
  border-radius: 20px;
  margin-bottom: 0;
}
.panel-page-side .panel-body {
  padding: 20px;
}

/* Buttons */
a.btn-doqmenti, button.btn-doqmenti, input[type=submit].btn-doqmenti {
  border-radius: 20px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #FFFFFF;
  vertical-align: middle;
  background-color: #263b97;
}

a.btn-doqmenti:hover, button.btn-doqmenti:hover {
  color: #FFFFFF;
  background-color: #263b97;
}

.btn-doqmenti .icon {
  font-size: 16px;
}

.btn-doqmenti-modals {
  background-color: #263b97;
}

.btn-doqmenti-secondary {
  color: #263b97 !important;
  border-color: #263b97 !important;
  background-color: transparent !important;
}

.btn-kpi {
  font-size: 8px;
  line-height: 8px;
  padding: 5px;
}

/* Featured */
.panel-featured {
  border-radius: 30px;
  height: 250px;
  background-color: transparent;
  background-image: url("../images/doqmenti_icon_reduced.png"), linear-gradient(39deg, #263B97 0%, #5AC9E4 100%) ;
  background-repeat: no-repeat;
  background-position: 100% -35%;
  margin-bottom: 15px;
  width: 100%;
}
.panel-featured .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.panel-featured .panel-featured-title {
  font-size: 39px;
  line-height: 61px;
  color: #5ac9e4;
  margin-bottom: 10px;
  font-weight: bold;
}
.panel-featured p {
  font-size: 27px;
  line-height: 34px;
  color: #ffffff;
  max-width: 650px;
}

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  .panel-featured {
    height: auto;
  }

  .panel-featured .panel-featured-title {
    font-size: 32px;
    line-height: 50px;
  }

  .panel-featured p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .panel-featured {
    height: auto;
  }

  .panel-featured .panel-featured-title {
    font-size: 32px;
    line-height: 50px;
  }

  .panel-featured p {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Legend */
.panel-legend {
  box-shadow: none;
  border-radius: 20px;
  background-color: #E9F1F4;
}
.panel-legend .panel-heading {
  height: 64px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-legend .panel-heading .panel-title {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #263B97;
  padding: 0px;
}
.panel-legend .panel-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #5C5C5C;
}
.panel-legend .panel-body .row {
  /*margin-top: 10px;*/
}
.panel-legend .panel-body .col {
  margin-bottom: 5px;
}
.panel-legend .panel-body span {
  margin-right: 10px;
}

@media (max-width: 1280px) {
  .panel-legend .panel-heading .panel-title {
    font-size: 20px;
  }
}

/* Elements */
.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}

/* Responsive & Scrollable Tables */
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dddddd;
  margin: 10px 0 !important;
}
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}
.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-scrollable > .table-bordered {
  border: 0;
}
.table-scrollable > .table-scrollable-no-border {
  border: none !important;
  border-color: transparent !important;
}
.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* Table pagination */
.pagination-modules .pagination>li>a, .pagination-modules .pagination>li>span {
  margin: 0 5px;
  background-color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  border-radius: 50%;
  min-height: 40px;
  color: #263B97;
}

.pagination-modules .pagination>li.chevron>a, .pagination-modules .pagination>li.chevron>span {
  border-radius: 50% !important;
}

.pagination-modules .pagination>li>a:focus, .pagination-modules .pagination>li>span:focus, .pagination-modules .pagination>li>a:hover, .pagination-modules .pagination>li>span:hover {
  color: #FFFFFF;
  background-color: #263B97;
  border-color: #263B97;
}

.pagination-modules .pagination>.active>a, .pagination-modules .pagination>.active>a:focus, .pagination-modules .pagination>.active>a:hover, .pagination-modules .pagination>.active>span, .pagination-modules .pagination>.active>span:focus, .pagination-modules .pagination>.active>span:hover {
  color: #FFFFFF;
  background-color: #263B97;
  border-color: #263B97;
}

.pagination-modules .pagination>.disabled>a, .pagination-modules .pagination>.disabled>a:focus, .pagination-modules .pagination>.disabled>a:hover, .pagination-modules .pagination>.disabled>span, .pagination-modules .pagination>.disabled>span:focus, .pagination-modules .pagination>.disabled>span:hover {
  background-color: #FFFFFF;
  color: #ccd5db;
  border-color: #ccd5db;
}

.pagination-modules-years .pagination>li>a, .pagination-modules-years .pagination>li>span {
  border-radius: 15%;
  color: #263B97;
}

/* Utilities */
.vertical-align-top {
  vertical-align: top;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.left-block {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.right-block {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

/* Panel */
.panel-doqmenti {
  background-color: #E9F1F4;
  box-shadow: none;
  border-radius: 30px;
  border: none;
}

.panel-doqmenti .panel-heading {
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.panel-doqmenti .panel-heading .panel-title {
  font-size: 23px;
  line-height: 39px;
  padding: 0;
  letter-spacing: 0;
  color: #263B97;
}

.panel-doqmenti .panel-body {
  background-color: #E9F1F4;
  border-radius: 20px;
}

.panel-doqmenti .panel-body.panel-body-no-heading {
  padding-top: 20px;
}

.panel-doqmenti .panel-section-title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  /*padding-left: 15px;*/
  font-weight: 500;
  padding-bottom: 15px;
  color: #263B97;
}

/* Forms */
.panel-form {
  background-color: #E9F1F4;
  box-shadow: none;
  border-radius: 30px;
}

.panel-form .panel-heading {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.panel-form .panel-heading .panel-title {
  font-size: 23px;
  line-height: 39px;
  padding: 0 30px;
  letter-spacing: 0px;
  color: #263B97;
}
.panel-form .panel-body {
  background-color: #E9F1F4;
  border-radius: 20px;
}

.panel-form .form-group-footer {
  margin-bottom: 0px;
}

.panel-form label {
  font-size: 16px;
  line-height: 17px;
  color: #5C5C5C;
  text-align: left;
  letter-spacing: -0.32px;
  font-weight: normal;
}

.panel-form input[type=text], .panel-form textarea, .panel-form select, .panel-form .select2-container--default .select2-selection {
  border: 1px solid #EAF0F4;
  border-radius: 25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.panel-form input[type=text], .panel-form select, .panel-form .select2-container--default .select2-selection {
  height: 36px;
}

.panel-form .select2-container {
  width: 100% !important;
  padding: 0;
}

.panel-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.panel-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.panel-form .form-group-file input[type=text] {
  border-radius: 14px !important;
  font-size: 14px;
}

.panel-form .input-group .input-group-addon {
  background-color: #ffffff;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-right: none;
}

.panel-form .input-group input[type=text] {
  border-left: none;
}

.panel-form .input-group-file .btn-file.btn-outline {
  border: none;
  color: #263B97;
  padding-left: 10px;
  padding-right: 10px;
}

.form-group-condensed {
  margin-bottom: 0;
}
.form-group-condensed .control-label {
  padding-top: 5px;
}

label.radio-inline {
  font-weight: normal !important;
}

/* Panels and forms */
.panel-doqmenti .form-group-section, .panel-form .form-group-section {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #263B97;
}

.panel-doqmenti .form-group-subsection, .panel-form .form-group-subsection {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 300;
  padding-bottom: 5px;
  color: #263B97;
}

.panel-doqmenti .panel-doqmenti-total, .panel-form .panel-doqmenti-total {
  color: #263B97;
  font-size: 22px;
  line-height: 28PX;
  letter-spacing: 0.74px;
  text-align: right;
  font-weight: bolder;
}

.panel-doqmenti .panel-doqmenti-year, .panel-form .panel-doqmenti-year {
  color: #263B97;
  font-size: 38px;
  line-height: 45PX;
  letter-spacing: 0.74px;
  text-align: right;
  font-weight: bolder;
}

/* Panel metric global */
.panel-doqmenti-metric-global {
  min-height: 250px;
  height: 100%;
}

.panel-doqmenti-metric-global .panel-body {
  padding: 20px 30px;
}

.panel-doqmenti-metric-global .metric-global-title {
  text-align: center;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #263B97;
  margin-top: 5px;
}

.panel-doqmenti-metric-global .metric-global-subtitle {
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #263B97;
}

/* KPI */
.panel-doqmenti-kpi-year {
  color: #263B97;
  font-size: 38px;
  line-height: 45PX;
  letter-spacing: 0.74px;
  text-align: right;
  font-weight: bolder;
}

/* Charts */
.chart-full { width: 100%; }
.chart-radar {
  background-color: #FFFFFF;
  margin: 0 auto;
  height: 600px;
}

.chart-donut {
  background-color: white;
  border-radius: 25%;
}
.chart-donut .ct-series.ct-series-a .ct-slice-donut {
  stroke: #263B97 !important;
}
.chart-donut-success .ct-series.ct-series-a .ct-slice-donut {
  stroke: #5AC9E4 !important;
}
.chart-donut-failure .ct-series.ct-series-a .ct-slice-donut {
  stroke: #5AC9E4 !important;
}
.chart-donut .ct-series.ct-series-b .ct-slice-donut {
  stroke: #263B97 !important;
}
.chart-donut .chart-donut-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.74px;
  color: #5AC9E4;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

/* Form static */
.form-show label {
  font-weight: bold;
}

.form-show span.required {
  display: none;
}

.form-show blockquote footer:before {
  content: '';
}

/* Form elements */
.select-sm {
  width: 100px;
}
.select-smd {
  width: 150px;
}
.select-md {
  width: 200px;
}
.select-lg {
  width: 300px;
}
.select-xlg {
  width: 400px;
}
.select-xxlg {
  width: 500px;
}
.form-control-compressed {
  padding: 0;
  font-size: 12px;
}
.form-control-compressed[disabled], .form-control-compressed[readonly] {
  background-color: #f3f7f9;
  opacity: 1;
}

/* Tables */
.column-sm {
  width: 100px;
}
.column-md {
  width: 200px;
}
.column-lg {
  width: 300px;
}
.column-xlg {
  width: 400px;
}

.auxiliary-modules-widget {
  padding-top: 0;
  margin-top: -20px;
}

/* Tabs */
.nav-tabs-doqmenti > li > a {
  color: #263B97;
}
.nav-tabs-doqmenti>li>a:hover {
  border-color: transparent transparent #263B97;
}
.nav-tabs-doqmenti > li.active > a,
.nav-tabs-doqmenti > li.active > a:hover,
.nav-tabs-doqmenti > li.active > a:focus {
  color: #fff;
  background-color: #263B97 !important;
  border-color: transparent;
  border-bottom-color: #263B97 !important;
}

/********************************/
/********************************/
/**           PENDING          **/
/********************************/
/********************************/

/* Projects */
.app-projects .panel img {
  width: 100%;
  height: 100px;
}

/* Documents */
.taskrequest-slidePanel .articles {
  padding-top: 25px;
  padding-bottom: 25px;
}
.taskrequest-slidePanel .input-search .input-search-close {
  right: 20px;
}

/* Non-authorized */
.non-authorized-icon.icon {
  font-size: 64px;
}

/* Alerts */
.alert-doqmenti {
  border-left: 10px solid #263b97;
  color: #76838f;
  background-color: rgba(243,247,249,.8);
  padding-bottom: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Speed test */
#speedtest {
  display: none;
}

/* Printing */
#print-page-header { display: none !important; }
#print-page-footer { display: none !important; }
.show-print {
  display: none;
}
.hide-print {
  display: block;
}

/* Collapsible */
.collapsible-layer-button {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  background: transparent;
  padding: 0;
}

.collapsible-layer-active, .collapsible-layer-button:hover {
}

.collapsible-layer-content {
  display: none;
  overflow: hidden;
}

.collapsible-layer-button:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  margin-left: 5px;
}

.collapsible-layer-active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/** Utils */
.font-color-white {
  color: white;
}
.font-color-white:hover {
  color: white;
}

/* Calendars */
.fc td.fc-widget-content { border-width: 1px; }

.fc-day-grid-event .fc-content {
  line-height: 1em;
  padding: 5px 5px;
}

.fc-day-grid-event .fc-title {
  display: block;
  min-height: 50px;
  white-space: normal;
}

.fc-event {
  min-height: 70px !important;
  display: block;
}

/* Panel Habidd Trainings */
.panel-doqmenti-trainings {
  background-color: transparent;
  box-shadow: none;
}

.panel-doqmenti-trainings {
  background-color: transparent;
  box-shadow: none;
}

.panel-doqmenti-trainings .panel-heading {
  border-bottom: 2px solid #5ac9e4;
}

.panel-doqmenti-trainings .panel-heading .panel-title {
  font-size: 35px;
  line-height: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5ac9e4;
  padding-left: 0;
  padding-right: 0;
}

.panel-doqmenti-trainings .panel-heading label {
  background-color: #5ac9e4;
}

.panel-doqmenti-trainings .panel-body {
  padding-top: 15px;
}

/* Labels */
.label-doqmenti {
  font-size: 14px;
  border-radius: 10px;
}

.label-boolean-true {
  background-color: #5ac9e4;
}

.label-boolean-false {
  background-color: #e33261;
}

/* Acceptance status */
.acceptance-high {
  background-color: #35C16B;
  color: #FFFFFF;
}
.acceptance-medium {
  background-color: #F5871F;
  color: #FFFFFF;
}
.acceptance-low {
  background-color: #ABC135;
  color: #FFFFFF;
}
.acceptance-none {
  background-color: #E33261;
  color: #FFFFFF;
}

/* Approvals Status */
.approval-passed {
  background-color: #35C16B;
  color: #ffffff;
}
.approval-failed {
  background-color: #E33261;
  color: #ffffff;
}

/* Progress Bar status */
.progress-bar-none {
  background-color: #5C5C5C;
}
.progress-bar-passed {
  background-color: #35C16B;
}
.progress-bar-failed {
  background-color: #E33261;
}

/* Search */
.page-search-form-doqmenti {
  min-width: 400px;
}
.page-search-form-doqmenti .input-search .form-control {
  border-radius: 20px;
  height: 64px;
  background-color: #ffffff;
  border-color: transparent;
  font-size: 18px;
  line-height: 30px;
  color: #5c5c5c;
  padding-left: 60px;
}

.page-search-form-doqmenti .input-search::placeholder {
  color: #5c5c5c;
  opacity: 1; /* Firefox */
}
.page-search-form-doqmenti .input-search .form-control::-moz-placeholder {
  color: #5c5c5c;
  opacity: 1;
}
.page-search-form-doqmenti .input-search .form-control:-ms-input-placeholder {
  color: #5c5c5c;
}
.page-search-form-doqmenti .input-search .form-control::-webkit-input-placeholder {
  color: #5c5c5c;
}

.page-search-form-doqmenti .input-search .input-search-icon, .page-search-form-doqmenti .input-search .input-search-close {
  font-size: 35px;
  color: #263b97;
}

/* Doqmenti */
.doqmenti__doq {
  color: #ffffff;
  font-weight: bold;
}

.doqmenti__menti {
  color: #263b97;
  font-weight: bold;
}

/* Filters */
.select-filter {
  box-sizing: border-box;
  /*display: block;*/
  display: inline;
  /*width: 100%;*/
  padding: 6px 15px;
  font-size: 16px;
  line-height: 27px;
  box-shadow: none;
  font-weight: 300;
  color: #FFFFFF;
  border: 1px solid #263B97;
  border-radius: 25px;
  background: #263B97 0% 0% no-repeat padding-box;
  height: 36px;
}

/* Signature pad */
.signature-pad {
  position: relative;

  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url("../js/signature-pad/assets/pen.cur"), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  cursor: url("../js/signature-pad/assets/pen.cur") 16 16, crosshair;

  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .sigPada {
    min-width: auto !important;
  }

  .signature-pad {
    width: 100%;
    min-height: 400px;
  }
}
