/*##############################################################################

  Desktop

##############################################################################*/

/* -----------------------------------------------------------------------------
    Variables
 -----------------------------------------------------------------------------*/
:root
{
  --bg-color:                 #F4F7F5;
  --navbar-bg-color:          #3c605b; /* Verde do Escritório */ /* #3d5467; */
  --navbar-color:             #ffffff;
  --navbar-hover-color:       #738290;
  --card-header-bg-color:     #3c605b; /* Azul: #3d5467; */
  --card-header-color:        #ffffff;
  --btn-primary-color:        #3c605b; /* Azul: #3c4f76; */
  --btn-primary-hover-color:  #299183; /* Azul: #738290; */
  --color03:  #e4f0d0;
  --color04:  #c2d8b9;
}

label.form-control
{
  height: auto;
}

#description_quill
{
  height: 400px;
}

#unreadMsgNavBar
{
  background: yellow;
  color: black;
  text-align: center;
  border-radius: 10px;
  font-size: 10pt;
  margin-right: 10px;
  padding: 0px 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#unreadMsgNavBar i
{
  padding: 0;
}

#btnDescriptionLog:after
{
  font-family: Fontawesome;
  content:'\f077';
  float:right;
  font-size:10px;
  font-weight:300;
}

#btnDescriptionLog.collapsed:after
{
  font-family: Fontawesome;
  content:'\f078';
}


.dataTables_wrapper
{
  overflow-x: scroll;
}

#collapseCostumerProcess
{
  overflow-x: scroll;
}

.select2-drop li
{
  white-space: pre-line;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 390px;
  overflow-y: scroll;
  outline: none;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor.only-to-show
{
  line-height: inherit;
  padding: 0;
  height: auto;
  overflow-y: auto;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: justify;
  white-space: normal;
  word-wrap: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------------------------------------
    Global
 -----------------------------------------------------------------------------*/
html, body
{
  background-color: var(--bg-color);
  font-family: 'Montserrat';
  font-size: 11pt;
}

.justify-process-text
{
  text-align: justify;
}

.timeline_card_body
{
  text-align: justify;
  overflow-x: scroll;
}

.bg-green
{
  padding: 5px;
  color: white;
  background-color: var(--navbar-bg-color);
}

.divTimelineHeaderSpotlight
{
  background-color: #3d615c;
  color:white;
  border-radius:7px;
  padding-left: 40px;
  width: 80%;
  margin: 0 auto;
}

.textTimelineHeaderSpotlightRight
{
  background-color: #5eaba1;
  text-align: right;
  padding: 5px 20px;
  font-size: 10pt;
}

.original-header-timeline
{
  background-color: #8dc0c7;
  text-align: center;
  padding: 10px 0 10px 0;
}

.modification-header-timeline
{
  background-color: lightblue;
  text-align: center;
  padding: 2px 0 2px 0;
}

.timeline_card_footer
{
  background-color: #dff5e0;
  padding: 10px;
}

.timeline-card-info
{
  margin-top: 5px;
  background-color: #eee;
  border-radius: 10px;
  padding: 5px 10px 10px 10px;
}

.log_text_deleted
{
  background-color: #fab6b6;
  text-align: justify;
}
.log_text_added
{
  background-color: #c6fab6;
  text-align: justify;
}

.div-btn-see-log
{
  display: table;
  margin-left: auto;;
  margin-right: 0;
}

.div-btn-see-log button:after
{
  font-family: Fontawesome;
  content:'\f077';
}

.div-btn-see-log button.collapsed:after
{
  font-family: Fontawesome;
  content:'\f078';
}

a[aria-expanded=true] .fa-chevron-down {
   display: none;
}
a[aria-expanded=false] .fa-chevron-up {
   display: none;
}

.timeline-log-author
{
  font-size: 9pt;
  text-align: right;
}

::-webkit-scrollbar /*webkit ---> chrome scroll bar config*/
{
  background: transparent;
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track
{
  margin:8px;
}

::-webkit-scrollbar-thumb:vertical
{
  background-color: #6666;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal
{
  background-color: #6666;
  -webkit-border-radius: 6px;
}

*
{
  scrollbar-width: thin !important; /*Firefox scrolbar*/
  scrollbar-color: grey transparent;
}

.icon
{
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@media (max-width: 480px)
{

  #not-icon
  {
    font-size: 7pt !important;
  }

  .mainContent
  {
    margin-top: 20px;
    position: relative !important;
    overflow: scroll;
    height: 75vh !important;
    width: 100%;
  }

  .col
  {
    padding: 0;
    margin: 0;
  }

  /* datatable css config for mobile screen */
  .mobile-col
  {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .mobile-row
  {
    display: flex !important;
    flex-direction: row !important;
    overflow: hidden !important;
    width: 100% !important;
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .mobile-width
  {
    width: 100%;
  }

  .mobile-scroll
  {
    overflow: scroll !important;
  }

  .dt-void-message
  {
    width: auto !important;
  }

  .dt-icon
  {
    margin-left: 5px;
  }

  .mobile-large-button
  {
    width: 270px !important;
  }

  .w-50p
  {
    width: 50%;
  }
  /* datatable css config for mobile screen */

}

.mainContent
{
  margin-top: 20px;
}

.percentual-box
{
  background-color: white;
  font-weight:bold;
  padding: 5px;
  border-radius: 10px;
  margin-left: 10px;
}

.red
{
  color:red;
}

.green
{
  color:green;
}

.black
{
  color:black;
}

.page-title
{
  font-size: 16pt;
  font-weight: 900;
  clear: both;
  margin-bottom: 30px;
}


.fc-event-main::-webkit-scrollbar
{
  display: none;
}

.fc-event-main
{
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.fc-daygrid-event-harness::-webkit-scrollbar
{
  display: none;
}

.fc-daygrid-event-harness
{
  max-height: 80px;
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.fc-timegrid-event-harness::-webkit-scrollbar
{
  display: none;
}

.fc-timegrid-event-harness
{
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.accordion .card-header:after
{
  font-family: 'Font Awesome 5 Free';
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after
{
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.todayDiv a
{
   color: white;
   text-decoration: none;
}

.todayDiv a:hover
{
  font-style: italic;
  text-decoration: none;
}

.page-body
{
  height: 100%;
}

.container
{
  height: 100%;
  overflow: scroll !important;
}

.menu-collapse
{
  background-color: var(--bg-color);
}

.subtitleColor
{
  border: 1px solid darkgray;
}

.fc-event-title
{
  font-size: 8pt;
}

.divLoading
{
  height:   100%;
  width:    100%;
  position: fixed; /* Stay in place */
  z-index:  1000000; /* Sit on top */
  left:     0;
  top:      0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
  overflow-x:       hidden; /* Disable horizontal scroll */
  transition:       0.5s;

  flex-direction: column;
  justify-content: center;
  display: flex;
}
#imgLoading
{
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

#textLoading
{
  color: white;
  font-size: 20pt;
  text-align: center;
}

.table td
{
  vertical-align: middle;
}

.table th
{
  font-weight: 900;
}

.dataTables_length
{
  display: none;
}
.td-nowrap
{
  display: table-cell;
  white-space: nowrap;
}
.obg
{
  font-weight: 900;
}
.form-explanation
{
  font-size: 8pt;
  margin: 10px auto;
  display: block;
  text-align: center;
}
.input-explanation
{
  font-size: 8pt;
  vertical-align: middle;
  margin: auto 0;
}
.inside-register-table
{
  margin: 0 auto;
}
.optionNull
{
  color: gray;
}

.quill-row
{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /*max-width: 100%;*/
}

.ql-container.ql-snow
{
  height: auto;
  overflow-y: scroll;
}

/* -----------------------------------------------------------------------------
    Horizontal Navbar
 -----------------------------------------------------------------------------*/
.navbar
{
  background-color: var(--navbar-bg-color);
  color: var(--navbar-color);
  flex-wrap: nowrap;
}
.navbar-brand
{
  color: var(--navbar-color);
  font-size: 13pt;
}
.navbar-brand:hover
{
  color: var(--navbar-hover-color);
}
.nav-link
{
  color: var(--navbar-color);
  padding: 0;
}
.nav-link:hover
{
  color: var(--navbar-hover-color);
}
#navBarRow
{
  flex-wrap: nowrap;
}
.navSearchIcon
{
  width: 2rem;
}
.navSearchInputText
{
  width: calc(100% - 3rem);
}
.nav-brand-logo
{
  max-width:  30px;
  max-height: 30px;
}

/* -----------------------------------------------------------------------------
    Vertical Navbar
 -----------------------------------------------------------------------------*/
.vertical-nav
{
  font-family: 'Montserrat' !important;
  height: 100%;
  min-width: 17rem;
  width: 17rem;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  z-index: 10;
}
.page-content
{
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}
/* for toggle behavior */
#pageContent.noAuth
{
  width: 100%;
  margin: 0;
}

#sidebar.active
{
  margin: 0 !important;
  width: 2.5rem;
  min-width: 2.5rem;
  z-index: 10;
}

#sidebar.active-mobile
{
  margin-left: -17rem;
  display: none;
}

#pageContent.active
{
  width:calc(100% - 2.5rem);
  margin: 0;
  margin-left: 2.5rem;
}
#pageContent.active-mobile
{
  width:100%;
  margin: 0;
}
.profile-data
{
  margin-top: 20px;
  height: 110px;
  overflow: hidden;
}
.img-logo-lettering
{
  position:absolute;
  bottom: 5px;
  left: 10px;
  max-height: 80px;
  margin: 0 auto;
}
.sidebar-scroll
{
  max-height: calc(100% - 220px);
  overflow-y: scroll;
}

#sidebar-scroll.active
{
  max-height:100%;
  overflow: hidden;
}

.overflow-x-hidden
{
  overflow-x: hidden;
}

#not-icon
{
  visibility: visible;
  opacity: 1;
  transition: all 1s;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

#not-icon.active
{
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
  width: 0;
  height: 0;
}

.tooltipText
{
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: 10;
  position: absolute;
  background: var(--navbar-bg-color);
  border-radius: 4px;
  padding-left: 7px;
  padding-right: 7px;
  color: black;
  left: 200%;
  pointer-events: none;
  z-index: 100;
}

.tooltipText.active
{
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 85%;
  z-index: 100;
  color: White;
}

/* -----------------------------------------------------------------------------
    Cards
 -----------------------------------------------------------------------------*/
 .card-header
 {
   background-color: var(--card-header-bg-color);
   color: var(--card-header-color);
   font-weight: 700;
 }
 .card-body
 {
 }

 /* -----------------------------------------------------------------------------
     Buttons
  -----------------------------------------------------------------------------*/
.btn-primary
{
  background-color: var(--btn-primary-color);
  border: solid 1px var(--btn-primary-color);
}
.btn-primary:hover
{
  background-color: var(--btn-primary-hover-color);
  border: solid 1px var(--btn-primary-hover-color);
}
.btn-link
{
  color: var(--btn-primary-color);
}
.btn-link:hover
{
  color: var(--btn-primary-hover-color);
}
.btn-toggle-menu
{
  background-color: rgba(0,0,0,0);
  color: var(--navbar-color);
  border: 0;
}


/*##############################################################################

  Mobile

##############################################################################*/

@media (max-width: 800px)
{
  .div-second-col
  {
    flex: none;
    width: 100%;
  }
};

@media (max-width: 600px)
{
  /* ---------------------------------------------------------------------------
      Global
   ---------------------------------------------------------------------------*/
  /* Avoid iPhone Zoom */
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea
  {
    font-size: 16px;
  }

  .td-responsive-control
  {
    display: table-cell;
  }

  /* ---------------------------------------------------------------------------
      Horizontal Navbar
  -----------------------------------------------------------------------------*/
  .navbar-brand
  {
    font-size: 10pt;
  }

  /* ---------------------------------------------------------------------------
      Vertical Navbar
   ---------------------------------------------------------------------------*/
  #sidebar
  {
    margin-left: -17rem;
    max-height: 100%;
  }

  #pageContent
  {
    width: 100%;
    margin: 0;
  }

  /* ---------------------------------------------------------------------------
      Cards
   ---------------------------------------------------------------------------*/

  /* ---------------------------------------------------------------------------
      Buttons
  ---------------------------------------------------------------------------*/

}
