/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.custom-file-label.upload::after {
  /* font-family:feather;
  src:url(fonts/feather.eot?9xfrq8);
  src:url(fonts/feather.eot?9xfrq8#iefix) format('embedded-opentype'),url(fonts/feather.ttf?9xfrq8) format('truetype'),url(fonts/feather.woff?9xfrq8) format('woff'),url(fonts/feather.svg?9xfrq8#feather) format('svg');
  font-weight:400;
  font-style:normal; */

  /* content:"\e9ae  Upload" !important; */
  content:"Browse" !important;
  background-color:#1e9ff2   ;
  border-color: #1e9ff2   ;
  color:#fff;
}

.tree ul li{
  font-weight:bold;
  color:#333;
  padding:5px;
}

.tree ul li li{
  font-weight:normal;
  color:#666;
  padding:5px;
}

.tree ul li li li{
  font-weight:normal;
  color:#888;
  padding:0px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true]
{
    color: #fff !important;
    background-color: #1e9ff2 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 2px;
    padding: 2px 6px !important;

    color: #fff;
    border-color: #0FB365 !important;
    background-color: #1e9ff2 !important;
}

.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
	cursor: pointer;
	color: #fff;
	background-color: #1e9ff2;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
	background-color: #1e9ff2 ;
	color: #fff;
}

.page-item.active .page-link
{
    z-index: 1;
    color: #fff;
    border-color: #39d29a ;
    background-color: #39d29a ;
}

.table td{
  border-top:none;
}

.table thead th{
  border-bottom:2px solid #1e9ff2;
}

.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected{
  background-color: #1e9ff2;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  position: absolute;
  margin-top: 0px;
  margin-left: -6px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
  color: #fff;
  background-color: #4b73eb;
  border-radius: .25rem;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  margin-top: 0px;
  margin-left: -6px;
  border: 1px solid #626e82;
  border-radius: .25rem;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
}

.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected {
  color: #4b73eb;
  background-color: #edf0f9;
}

table.dataTable {
  border-bottom: 1px dotted #4b73eb;
}

.btn-secondary {
  color: #fff;
  border-color: #4b73eb;
  background-color: #4b73eb;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border: none;
  background-color: #4b73eb;
}

.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #6b6f82;
  border-color: transparent;
  background-color: #fff;
}

/* Custom */
.btn-circle 
{
	border-radius: 50% !important;
}

/* Report CM */
table.table-main{
  width:100%;
  margin-top:5px;
  margin-bottom:0px;  
}

table.table-main, table.table-main th, table.table-main td {
  vertical-align: top;
}

p.sub-title{
  color:#000;
  text-decoration: underline;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}

.form-report{
  font-size: 0.9rem;
  line-height: 1.25;

  display: block;

  width: 100%;
  height: -webkit-calc(2.10rem + 2px);
  height:    -moz-calc(2.10rem + 2px);
  height:         calc(2.10rem + 2px);
  padding: .10rem 1rem;

  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
     -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
          transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
          transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
          transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

  color: #4e5154;
  border: 1px solid #babfc7;
  border-radius: .20rem;
  background-color: #fff;
  background-clip: padding-box;
}

table.table-cm{
  color:#000;
  font-size: 13px;
  line-height: 30px; 
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 10px;
  width: 96%;
}

table.table-cm, table.table-cm th, table.table-cm td {
  /*border: 1px solid #000;
  vertical-align: top;*/
  padding: 3px 0;
  vertical-align: middle;
}

table.table-test-cm{
  color:#000;
  font-size: 13px;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:10px;
  width: 98%;
}

table.table-test-cm, table.table-test-cm th, table.table-test-cm td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 2px 5px; 
}

.title-sim {
  text-align: center;
  font-size: 16px;
  color: #FF6347;
  margin-bottom: -13px;
  font-weight: bold;
}

font.title-sim-home {
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.title-app {
	margin-top:2px;
	text-align:center;
	color:#778899;
	font-size:20px;
	font-weight:bold;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 70px;
}