/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
















 */


.turbolinks-progress-bar, .pace-activity {
  z-index: 99999 !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  width: 200px !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  left: 200px !important;
}

textarea {
	resize: vertical;
}
.white-text{
	color: #fff;
}
.table-pad{
	margin-left: 5px;
}
.content-header{
	padding: 15px;
}
.error-container p {
	font-size: 1.5rem;
}

.error-code {
	margin: 5px 0 20px 0;
	font-size: 6rem;
	display: block;
}

.error-message {
	font-size: 1.2rem !important;
	padding-top: 15px;
}

.error-link {
	margin: 10px 0;
}

.error-contact {
	margin-top: 10%;
}
.toast{
	width: 100%!important;
}
.select2-selection--single {
   display: none!important;
   width: auto;
   height: auto;
   margin: auto;
}

.active-menu {
  color: #fff;
  background: #1e282c;
  border-left-color: #00793D !important;
}

.bg-cold-blue {
  background-color: #3C8DBC !important;
  color: #FFF;
}

.bg-cold-light-blue {
  background-color: #39CCCC !important;
  color: #FFF;
}

.highcharts-credits {
  color: transparent !important;
  fill: transparent !important;
}

.no-padding-right {
  padding-right: 0;
}

.box .overlay>.fas, .overlay-wrapper .overlay>.fas {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.currency-table-data {
  text-align: right;
}

.bold {
  font-weight: bold;
}


table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after {
  position: relative !important;
  top: 0px !important;
  right: 0px !important;
  display: inline !important;
  margin-left: 5px;
}

.table {
  border: 0.5px solid #DADADA !important;
}

#exchanges-resume {
  border: 0 !important;
}

.table th {
  font-weight: normal;
  font-size: 14px;
  color: #707070;
  background-color: #FAFAFA;
}

.table th, .table td {
  padding: 8px 10px !important;
  vertical-align: middle !important;
}

.table th {
  border: 0.5px solid #DADADA !important;
}

.table tbody {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.table > tbody > tr > td {
  border: none !important;
  border-bottom: 0.5px solid #DADADA !important;
  padding: 20px 8px !important;
}

.table-bordered > tbody > tr > td {
  border: 0.5px solid #DADADA !important;
  padding: 0 8px !important;
  height: 40px;
}

table.table-bordered.dataTable {
  border-collapse: collapse !important;
}

.table-total > th, .table-total > td {
  font-weight: 600;
  font-size: 14px;
}

.table-bordered {
  empty-cells: hide !important;
  border-collapse: separate !important;
  border: none !important;
}

.data-grid-table {
  empty-cells: show !important;
  border-collapse: collapse !important;
}

#action-manager-table {
  empty-cells: show !important;
  border-collapse: inherit !important;
  border: inherit !important;
}

#plc-comparison-table {
  empty-cells: hide !important;
  border-collapse: separate !important;
  border: none !important;
}

.potential-category .main-potential .potential-quantity {
  font-size: 28px;
}

.potential-category {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  margin-bottom: 5px;
}

#purchase-potential-table tbody tr .potential-customers-description {
  padding: 15px !important;
}

table {
  table-layout: fixed;
}
table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-responsive .table {
  table-layout: auto;
}

#collisions-data .table .no-padding {
  padding: 0 !important;
}

.logo-lg .img-responsive {
  margin: 0 auto;
  padding-top: 5px;
}

.highcharts-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

@media (min-width: 768px) {
  .bottom-panel {
    margin-top: 5rem;
  }
}
