.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;
}

.select2-selection {
  /* font-family: Arial, sans-serif;
  font-size: 16px; */
  background-color:aquamarine;
  border: 1px solid #ccc;
  border-radius: 5px;
}
table.dataTable thead th, table.dataTable thead td,
table thead th, table thead td
{
  text-transform: capitalize;
}
.select2-selection__rendered {
  /* padding: 10px; */
  /* padding:10px 10px 10px 18px; */
}

.select2-selection__arrow {
  /* margin-top: 10px; */
}
/* .select2-hidden-accessible > option{
  color:black !important;
} */
.select2-search__field {
  /* padding: 10px; */
  font-size: 16px;
}

.select2-results__option {
  padding: 10px;
  font-size: 16px;
}
#select-head > option{
  color:brown !important;
}
.select2-results__option--highlighted {
  /* background-color: #ccc; */
}

.error{
  color:#d92626 !important
}

/* /* .multiselect-search {
  width: 100% !important;
  margin-right: 10px;
} */

/*.dropdown-menu.show {
  display: block;
  /*width: 100% !important;*/
/* } */

.multiselect 
{
  text-align: left !important;
}
.multiselect > .caret{
  margin-right: 10px;
}
 .multiselect-clear-filter {
    display: none !important;
  }

li.multiselect-item.filter > div > input
{
  border-radius: 0.4285rem !important;
  border:1px solid #cad1d7 !important;
    /* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
    /* border-left: 0 none;:*/
}
span.input-group-addon > i
{
  margin-right: 10px;
  position: relative;
  top: 10px !important;
  font-size: 14px !important;
  margin-top: -5px;
  opacity: .5;
  left: 30px;
}
/*
.custom-is-invalid .multiselect.btn {
  border: 1px solid #ff0000;
}  */

.loader,.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {          
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;  
    margin: 60px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgb(8 72 255);
    /* border-right: 1.1em solid rgba(255, 255, 255, 0.2); */
    border-bottom: 1.1em solid rgb(255 255 255 / 80%);
    /* border-left: 1.1em solid #ffffff; */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:fixed;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000070;
    z-index: 9999;
}
  
.center-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
ul.multiselect-container{
  height:200px;
  overflow-y:auto;
}
.select2-container--default .select2-selection--single .select2-selection__clear
{
  display: none;
}

.consumed-budget {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.consumed-budget1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-right: 50px;
}

.budget-label {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-right: 10px;
}

.budget-amount {
  /* font-size: 20px; */
  font-weight: bold;
  color: rgb(219, 30, 30);
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox i {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 16px;
  cursor: pointer;
  /* color: #ccc; */
}

.modal-content .modal-header .modal-title {
  color: #222a42;
  font-weight: 600;
  font-size: medium;
}

.checkbox input[type="checkbox"]:checked + i {
   color: #666; 
} 

/* table.dataTable tbody th, table.dataTable tbody td{
  font-size:small;
} */

.table>tbody>tr>td>a{
  color:#004A63 !important;
}

.dataTables_wrapper{
  font-size:small;
}
.text-green{
  color:#004A63 !important;
}