/*!

=========================================================
* Paper Dashboard Angular - v2.1.0
=========================================================

* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)

* Coded by Creative Tim

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
.card label {
  font-size: 1rem !important;
  margin-bottom: 5px;
  color: #9A9A9A;
  font-weight: bold !important;
}
#form-element .finix-button-container .finix-button {
  background-color: #FFF !important;
}


#form-element-new-customer .finix-button-container .finix-button {
  background-color: #FFF !important;
}
.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.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

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

/* Nucleo Style */

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}
/*Fily*/
.fix_calendar_btn{
  background-color: #bf092f  !important;
}
.bg-primary {
  background-color: #bf092f !important;
}
/**/
.fix_calendar_btn > .bg-primary {
  background-color: #bf092f !important;
}
.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}


/* You can add global styles to this file, and also import other style files */
.btn-link {
  font-weight: 400;
  color: #ffffff !important;
  text-decoration: none;
}

.btn:hover {
  color: #212529;
  text-decoration: none !important;
}

.accordion .card .card-header {
  border: none;
  padding: 0;
  font-size: 27px;
  background-color: #bf092f  !important;
  color: white !important;
}


.theme-green .bs-datepicker-head {
  background-color: #e65251!important;
}

.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span, .theme-green .bs-datepicker-body table td span[class*="select-"]:after, .theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #e65251!important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #e65251 !important;
}



/* You can add global styles to this file, and also import other style files */

.fix_calendar_btn{
  height: 100% !important;
  margin: 0 !important;
}

input[type="text"], input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.form-control{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
body, html {
  font-family: Arial, sans-serif !important;
}

label {
  display: block !important;
  font-size: 14px ;
  margin-bottom: 8px;
  color: #002664 !important;
}

h3,h2,h3,h4,h5{
  font-weight: bold;
  font-size: 24px;
  color: #002664 !important;
}

.btn-danger{
  padding: 10px;
  background-color: #bf092f !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer !important;
  transition: background-color 0.3s ease;
}

.btn-danger:hover {
  background-color: #a62424 !important;
}

.header-table {
  background-color: #bf092f !important;
  color: white;
}
form > p{
  color: #bf092f !important;
}

.form-group > label{
  width:100% !important;
  max-width: 100% !important;
  flex: none;
}
.card-category{
  color: #002664 !important;
}
.card-title{
  color: #002664 !important;
}
.card-stats:hover{
  border-style: solid !important;
  border-width: 2px;
  color: #bf092f !important;
  cursor: pointer;
}


.active {
  background-color: #bf092f !important;
}
.active > a  {
  color: white !important;
}
.active > a > i {
  color: white !important;
}
.nav > li:hover {
  background-color: #bf092f !important;
}

.nav > li:hover > a {
  color: white !important;
}
.nav > li:hover > a >  i {
  color: white !important;
}
