body {
  margin-top: 20px;
  background-color: #EEEEEE;
}
.nav-hov:hover {
  /* background-color: #bfd7fb;
  color: #11698E;
  font-weight: 500; */
  border-bottom: solid  2px #0b5b80 ;
  font-weight: 650;
}
.navbar-css
{
  background-color: #ffffff;
  padding-left: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  
}
.collapse a{
  transition: all .40s ease;
}

.navbar-nav i{
  color: #054867;
  font-size: 18px;
  margin-right: 7px;
}
.work_order {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.my-invoice {
  padding: 0;
  
}
.error {
  color:red;
  font-style: bold;
}
.invoice {
  position: relative;
  background-color: #F2F2F2;
  min-height: 680px;
  padding: 15px
}
.invoice header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #0d6efd;
}
.title {
  padding: 0px 0px 20px 0px;
  width: 65%;
}
.input-group-sm {
  width: 65%;
}
.input-group-lg {
  width: 100%;
}
.right {
  margin-left: auto;
  margin-right: 0;
}
.invoice_To {
  text-align: right;
  margin-left: auto;
}
.invoice_e {
  padding-top: 5px;
  padding-bottom: 20px;
}
.workorder_e {
  padding-top: 70px;
  padding-bottom: 20px;
}
.address {
  padding-bottom: 20px;
}
.top {
  margin-left: auto;
  margin-right: 10px;
  width: 25%;
  margin-bottom: -1px;
}
.middle {
  margin-left: auto;
  margin-right: 10px;
  margin-top: -17px;
  width: 25%;
  border-radius: 0;
  margin-bottom: -1px;
}
.bottom {
  margin-left: auto;
  margin-right: 10px;
  width: 25%;
  margin-top: -17px;
  margin-bottom: 10px;
}
.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: #0d6efd;
}
.invoice main {
  padding-bottom: 30px;
}
.thanks {
  font-size: 2em;
  text-align: center;
}
.invoice main .notices {
  padding-left: 6px;
  text-align: center;
  background: #e7f2ff;
  padding: 10px;
}
.invoice main .notices .notice {
  font-size: 1.2em
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: .10rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 #749F82, rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.invoice footer {
  width: 100%;
  text-align: center;
  color: #777;
  border-top: 1px solid #aaa;
  padding: 8px 0
}
@media print {
  .invoice {
    font-size: 11px !important;
    overflow: hidden !important
  }
  .invoice footer {
    position: absolute;
    bottom: 10px;
    page-break-after: always
  }
  .invoice>div:last-child {
    page-break-before: always
  }
}
.total {
  text-align: right;
  font-size: 1.2em;
}
.div {
  width: 40%;
  justify-content: left;
}
.end {
  width: 50%;
  margin-bottom: 20px;
  margin-top: 10px;
  /* margin-left: auto; */
}
.input-group-text-date {
  margin-right: 20px;
  text-align: left;
  border: 0;
  background-color: #F2F2F2;
  font-size: 1.2rem;
  font-weight: 600;
}
.input-group-text {
  width: 40%;
  text-align: left;
  border: 0;
  background-color: #F2F2F2;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 0px;

}
.input-group-currency {
  width: 50%;
  text-align: left;
  border: 0;
  background-color: #F2F2F2;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: -16px;
}
.inputGroup {
  text-align: left;
  width: 100%;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross-button {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  margin-bottom: 20px;
}
.form-select {
  width: 50%;
}
.required {
  color: red;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.calculation {
  justify-content: flex-start;
  
}
.note {
  justify-content:  flex-end;
  margin-top: 20px;
}
.mobile {
  text-align: center;
}
@media (max-width:1000px){  
 #date{
  width: 60%;
 }
  .flex{
    display: flex;
    flex-direction: column-reverse;
  }
  .calculation{
    align-items: baseline;
    justify-content: flex-start;
    margin-right: 100px;
  }
  #notes, #terms{
    width: 286px!important;
    height: 20%s;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
  }
  #subTotal, #subTotalWord{
    width: 100%;
  }
  .title {   
    width: 100%;
  }
}

@media (max-width:1200px){  
  #date{
   width: 60%;
  }
   .flex{
     display: flex;
     flex-direction: column-reverse;
   }
   .calculation{
     align-items: baseline;
     justify-content: flex-start;
     margin-right: 100px;
   }
   #notes, #terms{
     width: 380px!important;
     height: 20%s;
     border: 1px solid #ced4da;
     border-radius: 0.375rem;
   }
   .blink{
    margin-left: 22rem!important;
  }
   #subTotal, #subTotalWord{
     width: 100%;
   }
   .title {   
     width: 100%;
   }
 }
.buttons{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.submit{
  display: flex;
}
.date_info_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
} 
.date_info_text {
  font-weight:600;
  margin-right: 10px;
}
.date_info_date {
  width: 24%;
  margin-right: 10px;
}
.date_info_day {
  width: 15%;
  margin-right: 10px;
}
.invoice_id {
  font-weight: 600;
}
html {
  height:100%;
}
body {
  margin:0;
}
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #11698E 50%, #98DED9 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}
.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}
.bg3 {
  animation-duration:5s;
}
.content {
  padding-top:10vmin;
  padding-bottom: 10vmin;
  /* position:absolute; */
  text-align:center;
}
.invoice_head {
  padding:140px 25px 120px 20px; 
  color: #fff;
}
.get_btn { 
  border: none;
  padding: 9px;
  border-radius: 8px;
  background-color: #288fab; color: white;
}
.get_btn:hover {
  background-color: rgb(255, 250, 250); 
  color: #288fab;
  font-weight: 600;
  font-style:oblique;
}
.inv_btn {
  border: none;
  padding: 9px;
  border-radius: 8px;
  font-weight: 600;
  color: #288fab; background-color: aliceblue;
}
.inv_btn:hover {
  font-weight: 600;
  color: rgb(255, 250, 250); 
  background-color: #276c7f;
  font-style: italic;
}
.work_bg {
color: aliceblue;
background: rgba(204, 242, 244, 0.3);
width: 520px;
height: 400px;
}
.color_white {
  color:white;
}
.workorder_head {
position: relative;
box-sizing:border-box;
text-align: center;
margin-top: 30px;
padding: 15%;
}
.main_content h1 {
font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  } 100% {
    transform:translateX(25%);
  }
}
@media screen and (min-width:1000px) {  
  .main_content {
    display: flex;
    }
    .table_{
      display: block;
      height: 40px;
    }
    .mobile-view{
      display: none;
    }
    .table-row{
      display: flex;
      flex-direction: row;
    }
    .thead{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .calculation_div{
      display: flex;
      flex-direction: row;
      width: 60%;      
    }
    .description_div {
      width: 40%;
    }
    .right_one{
      text-align: right;
    }
    
    .work1 {
      padding: 0px 0px 15px 30px;
      width: 70%;
      margin-left: auto;
      margin-right: 0;
      justify-content: flex-end;
    }
    .dates {      
      display: flex;
      flex-direction: row;
    }
    .unique{
      margin-left: auto;
      margin-right: 0;
    }
    .id{
      display: flex;
      flex-direction: row;
      justify-content: flex-end;      
    } 
}
@media screen and (max-width:1000px) { 
  .workorder_head {
    position: relative;
    box-sizing:border-box;
    text-align: center;
    margin-top: 30px;
    padding: 6%;
    }
  .input-group-currency {
    margin-top: 10px;
  }
  .calculation{
    margin: 0px 15px 0px 0px;
  }
  element.style{
    width: 150%;  
  }
  .date_info_day {
    width: 100%;
  }
  .date_info_container{
    align-items: normal;
  }
  .date_info_container {
    display: flex;
  flex-direction: column;
  }
  .date_info_date {
     width: 100%;
  }
  .date_info_text {    
    margin-right: 100px;
  }
  .input-group-text {
    width: 22%;
  }
  .form-select{
    width: 200%;
  }
  .sub, .word{
    width: 100%;
  }
  .input-group-sm {
    width: 100%;
  }
  .wocomname{
    width: 102%;
  }
  #rCompanyName{
    margin-right: 10px;
  }   
   .form-control::placeholder {
    font-size: 16px;
    text-align: left;
    }
  .invoice_e {
    font-size: medium;
  }
  .workorder_e {
    font-size: medium;
  }
  .table_{
    display: none;
  }
  .description_div{
    width: 100%;
    margin: 4px 0px 4px 2px;
  }
  .calculation_div{
    display: flex;
    flex-direction: row;
  }
  .navigation {
    overflow: hidden;
    /* position: fixed; */
  }
  .table-responsive{
    display: none;
  }
  .mobile-view{
    display: block;
  }
  .table-row{
    border: solid;
    border-color: #dee2e6;
  }
  .right_one {    
    text-align: left;    
  }
  .mob_rcom{
    display: none;
  }  
  .mob_lcom{
    display: none;
  }
  .right{
    display: flex;
    justify-content: flex-start;    
  }
  .work1 {
    display: flex;
    justify-content: flex-start; 
  }
  .dates {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .unique{
    margin-left: 0;
    margin-right: auto;
    margin: 10px 10px 10px 0;
  }
  .id{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;  
  }
  .from-to {
    display: none;
  }
  .word, .sub{
    display: flex;
    flex-direction: column;
  }
  .wosub{
    width: 100%;
  }
  .main_content {
    min-height: 100%;
    min-width: 70%;
  }
  .work_bg{
    max-width: 91%;
    height: 200px;
    margin-left: 17px;
    margin-top: 50px;

  }
  .invoice_head{
   margin: 15px 35px 0px 35px;
    padding: 16px 5px 0px 5px;
  }
}
.blockCurrency{
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 50%;
}
.msgSpan {
  margin-left:8px;
  font-weight: 500;
  font-style: bold; 
  color: #f93a1d; 
}
@media screen and (min-width:1000px)
{
  .previewCss{
    margin: 5px 150px;
  }
  
}

@media screen and (min-width:700px)
{
  .previewCss{
    margin: 5px 150px;
  }
  
}
.hyper-link {
  color: #fff;
}
