.add-more{
    float: right;
    cursor:pointer;
    background-color: #007bff;
    color: white;
    padding: 5px;
}

.add-more:hover{
  background-color: #0044ff;
}

.remove-from{
  float: right;
  cursor:pointer;
  background-color: #ff0000;
  color: white;
  padding: 5px;
}

.remove-from:hover{
background-color: #ff0080;
}

.form_set{
  padding: 5px;
}

.new{
    background-color: #27217d;
    color:white;
    padding:2px;
    padding-top:0;
    border-radius: 3px;
}

.new-lead {
    background-color: #58332e !important;
    color: white;
    position:relative;
    z-index:1;
}
/* Nav bar */
.navbar { position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: rgba(0,58,58,0.4);
  border-bottom: 1px solid rgba(225,225,225,0.4);
  z-index: 1000;
}

.navbar ul {
  list-style: none;
  text-align: center;
  white-space: nowrap;
  padding-right: 32px;
}

.navbar ul li {
  display: inline-block;
}

.navbar ul li a {

  transition: background 0.4s, text-shadow 0.4s;
  cursor: pointer;

}

.navbar ul li a:hover {
  background: rgba(255,255,255, 0.2);
  text-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

.first {
  margin-right: -0.17em;
  border-right: none !important;
}

.last {
  margin-left: -0.17em;
  border-left: none !important;
}
.navbar-collapse{
background-color: black;
}


.table-container{
    height: 60vh;
    overflow-y: auto;
    overflow-x: auto;
}

.table-list{
    font-size: 10pt;
}

table thead tr th {
  /* Important */
  background-color: #fff;
  border: 1px solid #dee2e6;
  position: sticky;
  z-index: 100;
  top: 0;
}

.table td, .table th, .table tr {
    vertical-align: middle;
    font-size: 13px;
}


td .fa-edit{
color: #005266;
}

td .fa-trash{
color: red;
}

td .btn{
display:inline;
}

table.hover-able tr:hover {
background-color:gray!important;
box-shadow: 0px 0px 10px gray;
z-index:2;
-webkit-transition: background-color 1000ms linear;
-moz-transition: background-color 1000ms linear;
-o-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;
-webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
animation-direction: alternate;

-webkit-animation-iteration-count: 2; /* Chrome, Safari, Opera */
animation-iteration-count: 2;

}

table.hover-able tr:hover a {
color: #331919;
}

table.hover-able tr:hover .disabled {
    color: #331919;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse{
background-color: rgba(0,0,0,0.0);
}
}
/* Nav bar */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   margin:auto;
   width: 100%;
   height: auto;
   background-color: #005266;
   color: white;
   text-align: center;
   z-index:5;

}


.centered{
padding: 5px 0;
}

.container main{
display: table;
}


@media screen and (max-width: 600px) {
table {
    display: block;
    overflow-x: auto;
}
}

#myInput{
width: 100%;
}

#tableta {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.btn th{

}
#tableta td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tableta tr:nth-child(even){background-color: #f2f2f2;}

#tableta tr:hover {background-color: #ddd;}

#tableta th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
textarea.form-control {
    height: 30;
}


#header-fixed {
  position: fixed;
  top: 0px; display:none;
  background-color:white;
}



.form-title{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #1a143c;
color: white;
z-index: 1;
border-bottom: 2px solid blue;

}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group{
margin-bottom: 0;
}

body {
 overflow: hidden;
  background-color: #002933;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0em .5em 0em .5em;

}
.card {
    border: none;
    background-color: #ffffffe7;

}

cap-each-word{
    text-transform: capitalize;
}


.cap-each-word{
    text-transform: capitalize;
}

.navbar-toggler{
    padding: .4rem .4rem;
    font-size: .8rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 0px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.bg-ta {
  background-image: url("/media/backgrounds/home_bg3.png");
  background-position: center;
  background-size: cover;
}

.bg-top {
    background-color: #E6E6FA;
    padding: 5px;
}

.rectangle {
      text-align: center;
      border-radius: 12px;
      background: #005266;
      width: 200px;
      height: 150px;
      padding: 55px;
    }
.home-box{
      text-align: center;
      border-radius: 12px;
      background: grey;
      width: 200px;
      height: 185px;
    }

h1, h2, h3, h4, h5, h6 {
  color: #00000;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #005266;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-size: 15px!important;
    padding: 5px;
    border: 3px red;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.disabled{
color: gray!important;
}

.button-tu{
    background-color: #130440;
    color: aqua;
}






/* preloader */
#loader {
  /* Uncomment this to make it run! */
  /*
     animation: loader 5s linear infinite;
  */

  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
#box {
  width: 50px;
  height: 50px;
  background: #1a143c;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
}
#shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}

h4 {

  font-weight: 200;
  opacity: .5;
  font-family: sans-serif;

}


.button--loading::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: blue;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.ui-widget-content {
    height: 300px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.responsive-form
{
    width: 100%;
}

 @media (max-width: 992px)
 {
    .responsive-form{
    width: 100%;
    }
}


/* css for django messages */

.messages{
  position: absolute;
  top:10;
  right:10;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 400px;
  font-size: medium;
  z-index: 100;
  
}

.info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}

.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
  
.fadeout {
    opacity: 1;
    -webkit-animation: fadeout 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeout 4s; /* Firefox < 16 */
    -ms-animation: fadeout 4s; /* Internet Explorer */
    -o-animation: fadeout 4s; /* Opera < 12.1 */
    animation: fadeout 4s;
}

.dashboard-heading{
  font-family:'Poppins',sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.dashboard-heading-main{
  font-family:'Poppins',sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #130440;
}

.dashboard-heading-second{
  font-family:'Poppins',sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #130440;
}

.data-numbers{
  font-family:'Cambria',sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}