.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.typography-line{
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}
.typography-line span{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}
.tim-row{
    padding-top: 60px;
}
.tim-row h3{
    margin-top: 0;
}

.offline-doc .page-header{
  display: flex;
  align-items: center;
}

.offline-doc .footer{
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

/* @media all and (min-width: 992px) { */
  .sidebar .nav>li.menu-last {
      position: fixed;
      width: 100%;
      bottom: 10px;
  }
/* } */

.card.card-upgrade .card-category{
  max-width: 530px;
  margin: 0 auto;
}

.nav-label-item{
  font-size: 1.5em;
}

.copy-right{
  font-size: 1.2em;
}

.navbar .navbar-nav .nav-link {
  font-size: 1.5em;
}

.navbar p {
  font-size: 1em;
}

.navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
  background-color: #fe5000;
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
  color: #fe5000;
}

.navbar a.dropdown-item {
  color: #fe5000;
} 

.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
  background-color: #eaeaea;
  color: #fe9000;
}

.navbar.bg-white .dropdown-menu .dropdown-item:focus,
  .navbar.bg-white .dropdown-menu .dropdown-item:hover {
  background-color: #eaeaea;
  color: #fe9000;
}

.card label {
  font-size: 1.2em;
}

.form-control{
  font-size: 1.2em;
}

.btn, .navbar .navbar-nav>a.btn {
  font-size: 1.2em;
}


/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #63666A;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #fe5000;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #fe9000;
  text-decoration: underline;
}

ul.breadcrumb li.active{
  color: #63666A;
}


/* pagination */
.pagination {
  display: inline-block;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color .3s;
  font-size: 16px;
}

.pagination li.active {
  background-color: #862633;
  color: white;
  border-radius: 5px;
}

.pagination li.active a {
  color: white;
}

.pagination li a {
  color: #862633;
}

.pagination li:hover:not(.active) {
  background-color: #ddd;
}


.help-block{
  color: red;
}


.table100{
  table-layout: fixed;
  width: 100%;
}

.card-title-padding-top{
  padding-top: 20px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  cursor: text;  
  color: #2c2c2c;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
  cursor: text;
  color: #2c2c2c;
}

.border{
  border-color: #bbbcbc;
  border: 1px;
}

.padding-top{
  padding-top: 20px;
}

.text-black{
  color: #2c2c2c;
}

.text-grey{
  color: #63666A;
}

.text-dark-grey{
  color: #857979;
}

.text-red{
  color: #862633;
}

.text-orange{
  color: #FE5000;
}

.text-error{
  color: #ff003b;
}

.text-green{
  color: #29b100;
}

/* Table sort indicators */
.table > thead > tr > th{
  
}
.table > thead > tr > th {
    cursor: pointer;
    position: relative;
    color: #63666A;
}

.table > thead > tr > th > a:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 10px;
    top: 16px;
}

.table > thead > tr > th > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: 0px solid transparent;
}

.table > thead > tr > th > a:hover:after {
    border-top: 5px solid #888;
}

.table > thead > tr > th > a.asc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #333;
}
.table > thead > tr > th > a.asc:hover:after {
    border-bottom: 5px solid #888;
}

.table > thead > tr > th > a.desc:after {    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 5px solid transparent;
}

label.control-label{
  color: #2c2c2c;
}


.form-group input[type=file] {
  opacity: 1;
  position: relative;
}

.card-user .card-body {
  min-height: 40px;
}

h5.title{
  color: #f96332;
}

.card-user .image {
  height: 75px;
}

.fas,.far,.now-ui-icons{
  font-size: 1.5rem;
}