@font-face {
  font-family: myriad_typeregular;
  src: url(./MyriadPro-Regular.otf) format("truetype");
}
@font-face {
  font-family: mon_typebold;
  src: url(./Montserrat-Bold.ttf) format("truetype");
}

@font-face {
  font-family: barlow_typeregular;
  src: url(./Barlow-Medium.ttf) format("truetype");
}
@font-face {
  font-family: barlow_typebold;
  src: url(./Barlow-Bold.ttf) format("truetype");
}

body,html{background-color: #F5F5F5; min-height: 100%; width: 100% !important; -webkit-font-smoothing: antialiased;font-family:'barlow_typeregular'; color: #000; font-size: 13px;}

/* headers used throught the app */
h1,h2,h5{color:#005d90; text-transform: uppercase; font-family: 'barlow_typebold'; padding: 8px 0;}
h3{ columns:#A72428; color:#A72428; text-transform: uppercase; font-family: 'barlow_typeregular'; margin-bottom: 20px;font-weight: bold;}
h4{ columns: #005d90; color: #005d90; text-transform: uppercase; font-family: 'barlow_typeregular'; font-weight: bold; font-size: 19px; margin-bottom: 20px;}

.ripped h1{
  color: #fff !important;
}

/* New styles 4/5/2022 */
input:focus {
  outline: none;
  box-shadow: none;
}
button#btnsearch_inventory.btn.btn-primary:hover {color:#fff; background-color:005d90;border:none;text-decoration: none;}
button#btnsearch_print.btn.btn-primary:hover {color:#fff; background-color:005d90;border:none;text-decoration: none;}
.button:focus {outline:0;text-decoration: none;color:#fff;}
.button:hover {color:#fff; background-color:005d90;border:none;text-decoration: none;}
.button:active {color: #fff;text-decoration: none;border:none;}
.page-name-styles {
  background-color: #005d90;
  color: white;
  text-align: center;
  display: none;
}
.pagenameheader{
  display: block;
}
.pagenameheader .toppart{
  display: none;
}
.page-name-styles h2{
    margin-top: 0px;
    padding: 10px 10px 0px 0px;
    font-size: 2.0em;
}
.notesblock{
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: -90px;
}
.notesblock label{
  margin-left: -14px;
}
.navbar-placement a,.navbar-placement a:visited,.navbar-placement a:hover,.navbar-placement a:active {
  color: #000;
  text-decoration: none;
}

.donor-button {max-width:160px !important; width:auto !important;}
.button.btn.button:hover {
  color:#fff;
  background-color:005d90;
  border-color: transparent;
}
a.btn-link:hover {
  color: #fff;
  background-color: #A72428;
  text-decoration: none;
  border-radius: 12px;
}
a.btn-link:visited {
  text-decoration: none;
}
a.btn.add-button:hover {
  text-decoration: none;
  background-color: #A72428;
  padding: 6px;
  border-radius: 2px;
  min-width: 130px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  border-radius: 14px;
}
a.add-button:active {
  text-decoration: none;
  background-color: #A72428;
  padding: 6px;
  border-radius: 2px;
  min-width: 130px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  border-radius: 14px;
}
.dataTables_filter input{
  margin-top: 10px;
}
a.add-button:hover {
  text-decoration: none;
  background-color: #A72428;
  padding: 6px;
  border-radius: 2px;
  min-width: 130px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  border-radius: 14px;
}
button.btn.btn-primary.pull-right:hover {
  background-color:#005d90;
  border-color:transparent;
}
.btn-primary:active {
  background-color:#005d90;
}
.phone-link {
  color: #fff;
  margin-left:20px;
}
.top-form-styles {
  background-color: #ffffff;
  padding: 35px 15%;
  display: flex;
  flex-direction: column;
}

.search-container {
  background-color: #ffffff;
  padding: 35px 15%;
  display: flex;
  flex-direction: row;
}

.col-md-offset-2 {
  /*margin-left: 0;*/
}

.table>thead {
  text-transform: uppercase;
  background-color: #A72428;
  font-family: 'barlow_typebold';
}

.orange-divider {
  border-bottom: 1.5px solid#A72428;
  padding-bottom: 25px;
}

#ownership_list {
  padding-top: 0px;
}
.row-data-sub {
  background-color: rgba(167, 36, 40, .5);
}
.edit-button {
  background: url("../../images/cryo/Edit_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
}
.btn.edit-button:hover {
  background: url("../../images/cryo/Edit_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
}
.hide-button {
  background: url("../../images/cryo/Show_Empty_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  border: none;
}
.hide-button:hover {
  background: url("../../../images/cryo/Hide_Empty_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  border: none;
}
.show-button {
  background: url("../../images/cryo/Hide_Empty_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  border: none;
}
.show-button:hover {
  background: url("../../images/cryo/Show_Empty_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  border: none;
}
.button {
  background-color: #005d90;
  padding: 6px 14px;
  border-radius: 2px;
  width: 180px;
  text-align: center;
  margin: 10px 0;
  color: #fff;
  font-weight: 800;
  border:none;
  outline: none;
  border-radius: 14px;
}
.button:active {
  border:none;
  outline: none;
  background-color:#A72428;
}
.add-button {
  background-color: #A72428;
  padding: 6px;
  border-radius: 2px;
  min-width: 130px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  border-radius: 14px;
}
.back-button {
  background-color: #222424;
  padding: 6px;
  border-radius: 14px;
  min-width: 130px;
  text-align: center;
  margin: 20px 10px;
  color: #ffffff; 
}
a.back-button:hover {
  background-color:#aaaaaa;
  text-decoration: none;
  color: #fff;
}
a.back-button:active {
  color:#fff;
  text-decoration: none;
}
.profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
}
.header-sections {
 display: flex;
 margin-right: 10px;
}
.highlightedsection a{
  background-color:#005d90;
}
.table-container {
  padding: 35px 15%;
}
.transfers-table-container {
  padding: 35px 5%;
}
.admin-btn-link {
  height: 40px;
  width: 40px;
}
.table-btn-link {
  height: 25px;
  width: 25px;
  color: #000;
}
a.table-btn-link:hover {
  color: #A72428;
  text-decoration: none;
} 
.customer-links {
  text-transform: uppercase;
  color: #005d90;
  font-size: .9em;
  font-family: barlow_typebold;
  }
.delete-button {
  background: url("../../images/cryo/Delete_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
}
.delete-button:hover {
  background: url("../../images/cryo/Delete_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
}
.view-button {
  background: url("../../images/cryo/View_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.view-button:hover {
  background: url("../../images/cryo/View_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.print-button {
  background: url("../../images/cryo/Print_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.print-button:hover {
  background: url("../../images/cryo/Print_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.ship-button {
  background: url("../../images/cryo/ship.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.ship-button:hover {
  background: url("../../images/cryo/ship.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.payment-button {
  background: url("../../images/cryo/Make_Payment_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.payment-button:hover {
  background: url("../../images/cryo/Make_Payment_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.view-details-button {
  background: url("../../images/cryo/View-Details_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.view-details-button:hover {
  background: url("../../images/cryo/View-Details_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.generate-invoices-button {
  background: url("../../images/cryo/Generate_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.generate-invoices-button:hover {
  background: url("../../images/cryo/Generate_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  color: transparent;
  border: none;
  font-size: 20px;
}
.export-button {
  background: url("../../../images/cryo/Export_CSV_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
}
.export-button:hover {
  background: url("../../images/cryo/Export_CSV_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
}
input#lm {
  color: #ededed;
}
.text-gray {
  color: #999;
}
.add-new-button {
  background: url("../../images/cryo/Add_New_Inactive.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
}
.add-new-button:hover {
  background: url("../../images/cryo/Add_New_Active.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
}

.ripped{
  background: url('../../images/cryo/Internal_Pages_Header.webp');
  text-align: center;
  color: white !important;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-group-xs>.btn, .btn-xs {
  background-color: transparent;
  color: #A72428;
}
.check {
  width: auto;
}
.check-font {
  font-size: .9em;
}
.dataTables_filter{
  line-height: .9em;
}
#btndelete_invoice {
  background-color: transparent;
}
td.text-left.inventory-table {
  padding: 0px;
}
/* end new styles */

.alert-box { background: #9F9; position:absolute; border: solid 1px #3F3;  }
.alert-box h2 { font-size:.9em;line-height:14px; color:#111;padding:5px 14px 5px 14px;margin:0;}

.alert-box-error{ background: #F99; border: solid 1px #F33;   }

.margin-right-4 { margin-right: 4px; }

.datepicker{cursor: pointer;}

.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  /*margin: 0 15px;*/
}

 a {font-family: 'barlow_typeregular'; font-weight: 400; transition: all .2s;color:#838383;}
 a:hover{color:#000;text-decoration: none;font-family: 'barlow_typeregular';}
 li.dropdown{color:#ccc;}
 a.view-details-button:active {text-decoration: none;color:transparent;}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  }

#estimate_results .error{
  padding:3px;border: solid 2px #F00;color:#C00; display:block;background:#eee;
}
#estimate_results .list{
  padding:3px;border: solid 1px #eee;color:#222; display:block;background:#eee;
}
#estimate_results .list div{
  border-bottom: solid 1px #eee;
}
.modal-body label.control-label{ color:#555; }

/* Datatables styles */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}


.paging_simple_numbers {
  text-align: right;
  margin-top: -35px;
}


.header-bg h1,
.header-bg h2,
.header-bg h3 { color:#ca9b63; font-weight:bold; }
.header-bg h1{ padding-top:30px; font-size:3.5em; }

.header-bg-small {
  background-color: #222424;
  /*background: url("../../images/cryo/background-top.svg") no-repeat center center; */
  background-size: cover;
} 
    /* the rest of your styling */

.header-nav {
  /* display: flex; */
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
}

.header-left {
  flex: 1 ;
  width: 30%;
}

.navbar-toggle .icon-bar {
  width: 34px;
  height: 4px;
  background-color: white;
}

.footer-ripped {
  /* overflow: hidden; */
  text-align: right;
  display: none;
}

.body-container {
  border-radius: 4px;
  padding: 25px;
}

.body-container .form-control {
  background-color: white;
}

.header-bg-small ul.nav > li > a{
  font-family: 'barlow_typebold';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 0 !important;
}
.header-bg-small ul.nav > li > a:hover{
  color:#005D90;
}

 .header-bg-small ul.nav > li > a:active{color:white; background-color: transparent;}
 ul.nav > li > a:hover{color:white; background-color: transparent;}
 ul.nav > li > a:focus {color:white; background-color: transparent;}

 .header-top-bar {
  background: #A72428;
  color: #fff;
  font-family: 'barlow_typebold';
  font-size: 16px;
  border-bottom: none;
  text-transform: uppercase;
  max-height: 50px;
 }

 .top-bar-container {
  display: flex;
  /* flex-flow: row wrap; */
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
 }

 .top-bar-left {
  flex: 1 50%;
  width: 50%;
  margin: 0px !important;
  padding: 15px 0;
 }

 .top-bar-right {
  flex: 1 50%;
  width: 50%;
  margin: 0;
  padding: 15px 0;
  text-align: right;
  margin-right: 20px;
 }

 .top-bar-right a, .top-bar-right a:visited{
  color: #fff !important;
  font-size: 15px;
 }

 .top-link {
  margin-left: 20px;
 }

 .top-link>a{
   color:#ffffff;
   text-decoration: none;
 }

 .top-link:hover{
  color:005d90;
  text-decoration: none;
}

.my-account {
  padding-left: 20px;
  background: url("../../images/cryo/my-profile.svg") left center no-repeat;
  background-size: 15px;
  font-family: 'barlow_typebold'
}
.my-account a{
  color: #fff;
  font-size: 15px;
}
.my-account:hover {
  padding-left: 20px;
  background: url("../../images/cryo/my-profile.svg") left center no-repeat;
  background-size: 14px;
}

.my-admin {
  padding-left: 20px;
  background: url("../../images/cryo/header-admin-inactive.svg") left center no-repeat;
  background-size: contain;
}
.my-admin:hover {
  padding-left: 20px;
  background: url("../../images/cryo/header-admin.svg") left center no-repeat;
  background-size: contain;
}

.my-checkout{
  padding-left: 20px;
  background: url("../../images/cryo/checkout.svg") left center no-repeat;
  background-size: 16px;
}

.billing {
  padding-left: 20px;
  background: url("../../images/Header_Customer_Billing_Active.svg") left center no-repeat;
}

.commandbutton{
  color: #A72428;
}

.logout {
  padding-left: 20px;
  background: url("../../images/cryo/Header_Logout_Inactive.svg") left center no-repeat;
}
.logout:hover {
  padding-left: 20px;
  background: url("../../images/cryo/Header_Logout_Active.svg") left center no-repeat;
}

.sub-header-back {margin:0;
  height:402px;
  background: url("../../../images/sub-header-back.jpg") no-repeat center ; 
  background-size:cover; 
  padding-top:80px;
  color:#eee;
}

.sub-header-back h3{ font-size:2.5em;font-weight:bold; text-transform: uppercase; font-family: 'barlow_typebold'; }
.sub-header-back .row {margin-top:12px;}

.navbar { margin-bottom: 0px; border: 0;}
.navbar-toggle {border:none; padding: 17px 0;position: relative; z-index: 2000;}
.navbar-right {max-width: 70%; padding-left: 5%; padding-right: 0; padding-top: 20px;}
.navbar-right a {
  color: #005d90;
}
.navbar-nav {margin: 18px -14px !important;}
.navbar-placement {margin:  15px 0px 0px 35px !important;}
.brand-image {
  max-width: 335px;
    padding: 19px;
    /* margin-top: 19px; */
    margin-bottom: 0px;
}

.nav>li {
  font-size: 24px;
  float: left;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
    border-color: #3097D1;
}
.nav .open>a, .nav .open>a:focus, .nav .dropdown:hover {
    background-color: #000;
    border-color: #3097D1;
}

.wrapper-content-back{    
	width:1200px;
    /* background: url("../images/content-back-full.jpg") repeat-y center bottom ; */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2px; /* the bottom margin is the negative value of the footer's height */
 	  padding-top:20px;
 	  padding-bottom:20px;
    min-height:700px;
}

.wrapper {
  min-height: calc(100vh - 335px);
}

#img-sires-family{
  height:390px;width:390px;margin-right:45px;
  background: url("../../images/sires_family.jpg") repeat-y center bottom ; 
}

.statementheader{
  font-weight: bold;
  font-size: 1.1em;
}

#error-message{
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.loginbtn{
  border-radius: 10px !important;
  background-color: #005D90 !important;
  border-color: #005D90 !important;
}

.footer-bg {
  /*new footer image needs to be a webp for transparency*/
  background: url("../../images/cryo/Footer_Background.webp") top center no-repeat; 
  background-size: cover; 
  margin-top: 30px;
  background-color: #000;
  max-width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}  

.footer img {
  margin-left: 0px;
}

.footer {
  height: auto;
  bottom: 0;
  font-family: 'barlow_typeregular';
  margin-top: 10px;
  padding-top: 30px;
}

.footer-container {
  width: 1350px;
  max-width: 100%;
}

.footer-menu {
  display: block;
  text-align: center;
}

.footer-menu ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  list-style: none;
  text-align: center;
}

.footer-menu ul li {
  display: inline-block;
  font-family: 'barlow_typebold';
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 15px;
}

#footer-c {
    border-top: 2px solid #838383;
    border-bottom: 2px solid #838383;
    padding: 20px 0 10px;
    text-align: center;
    display: none;
}

.call {
  color: #fff;
  font-size: 45px;
  line-height: 41px;
}

.call-top {
  font-size: 16px;
  margin-right: 0px;
}

.today-top {
  font-size: 16px;
  margin-right: 0px;
}

.today {
    font-size: 55px;
    line-height: 41px;
}

.phone {
    padding-left: 16px;
    background: url("../../images/cryo/phone.svg") left center no-repeat;
    position: relative;
    top: -5px;
    background-size: 13px;
    margin-left: 20px;
}

.phone-footer {
  padding-left: 40px;
  background: url("../../images/cryo/phone.svg") left center no-repeat;
  position: relative;
  top: -5px;
  background-size: contain;
}

.address {
    background: url("../../images/pointer-icon.webp") left center no-repeat;
    font-size: 20px !important;
    padding: 5px 0 5px 40px;
    position: relative;
    top: -10px;
}

.footer-link {
    margin-left: 25px;
    color: #fff !important;
    font-size: 32px;
}

.copyright-row {
    text-align: center;
    padding-top: 25px;
    margin-top: 50px;
    border-top: 1px solid;
}

.instagram-link {
  height: 95px;
  width: 55px;
  background: url("../../images/cryo/insta.png") center 10px no-repeat;
  background-size: 30px !important;
  display: inline-block;
  right: 0;
  bottom: -3em;
  border-radius: 10px 10px 0 0;
  margin-left: 25px;
}

.facebook-link {
    height: 95px;
    width: 55px;
    background: url("../../images/cryo/facebook.png") center 10px no-repeat;
    background-size: 14px !important;
    display: inline-block;
    right: 85px;
    bottom: -3em;
    border-radius: 10px 10px 0 0;
}
#social{
  display: none;;
}

#social {
  line-height: 0;
}

.footer div{ color:#fff;font-size:1em; line-height: 1.3; margin-left: auto; margin-right: auto;}
.footer-heading { margin-bottom: 8px; font-size: 18px; color: white;}
.footer a{color:#fff;}
.footer a:hover {color:#fff !important; text-decoration: none;}
.footer-follow{
  text-align: center;
}
.footer-quicklinks,.footer-contact{
  padding-left: 10%;
}
.footer-quicklinks div:first-child, .footer-contact div:first-child, .footer-follow div:first-child{
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bolder;
}
.footer-quicklinks ul{
  list-style-type: none;
    padding-left: 0px;
}
.footer-quicklinks ul li{
  margin-bottom: 7px;
  font-size: 1.1em;
}
.container {max-width: 1000px; padding: 0; margin: auto;} 
.nav-container {width: 1350px; max-width: 95%; margin:auto; display:block;}
.button-container {max-width: 150px; margin: auto !important;}
.report-page-container {color: #A72428; width: 80%; margin: 0 auto;}

.invoice-container {
  max-width:35%;
  margin:10px auto !important;
  color:#005d90;
}

.myBull-container {
  width:55%;
  margin:10px auto !important;
  color:#005d90;
}

#bull_edits {
  padding-bottom: 80px;
}

.home-container {
  background-color:#ededed;
  color: #A72428;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 14px; 
}

.login-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.login-container input{
  background-color: #fff;
}

.login

.narrow {max-width:600px; margin:auto; }
a.customer-links:hover {
  color: #A72428;
  font-family: 'barlow_typebold';
}
.bottom-padding {
  padding-bottom: 30px;
}

.panel{
  color:005d90;
  background-color:#ededed;
  margin-top: 22px;
  border: none;
  border-radius: 15px;
  padding: 10px;
}
.panel-default>.panel-heading {
	color:005d90;
  background-color:#ededed;
  border-radius: 15px;
}

.panel-heading { border: none; display: none;}

.panel-bottom {
  color: #A72428;
}

.page-section p{color:#fff;font-weight: bold;font-size:1em;}
.page-section p.bigger {font-size:1.1em;}
.page-section h2 { columns:#005d90;font-size:3em; font-weight:bold;text-transform: uppercase; font-family: 'barlow_typebold';  }
.page-section h5 {color:#fff;font-size:1.4em;}
.page-section h6 {color:#fff;font-size:.9em;} 

.text-section{  background: #ccc;
  padding: 10px; }
.text-section p.text-right{padding-right:40px; text-align: justify;}


.btn-primary{ border-color: #A72428; background-color: #A72428;padding: 6px;border-radius: 14px;width: 180px;text-align: center;margin: 10px 0;color: #fff; }
.smallish {max-width: 150px;}
.btn-primary:hover { background-color: #A72428 !important; border-color: #A72428 !important; border-radius: 14px; }
.btn-link {color:#000000;}
.report-link {color:#A72428; font-size: 14px;}
.report-link:hover {color:#aaa9a9;}
.btn-link:hover {color:#aaa9a9;}
/*.btn-dashboard { height:88px;width:212px;background-color: hsl(9, 80%, 21%);color:#eee;font-weight:bold;line-height: 78px;vertical-align: middle; } */
.btn-dashboard:hover { opacity: 0.90;color:#ededed;}
.btn-dashboard { background-color:#A72428;color:#eee;font-weight:bold; width: 182px; margin-bottom: 25px !important; }
label{ color:#005d90; text-transform: uppercase; letter-spacing: 1px;font-size: 16px;}

.print-cells {
  padding-left: 5px;
  padding-right: 0;
}

.display-sire {
  display:none;
}
.metric{
  margin: 20px;
    padding: 10px;
    text-align: center;
    background-color: white;
    border-radius: 8px;
}
.metric .metricval{
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.metric .titleval{
  color:#005d90;
    font-weight: bold;
    font-size: .8em;
}
.metric.dollarmetric{
  font-size: 1.4em; 
}
.metric span{
  font-weight: bold;
}
.profileheader{
  text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

.table {
  background-color: #ffffff;
  color: #000;
  margin: 5px auto 22px auto;
  border-radius: 10px 10px 0 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 18px;
  vertical-align: middle;
}

th:first-of-type {
  border-top-left-radius: 10px;
}
th:last-of-type {
  border-top-right-radius: 10px;
}

.btable{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: whitesmoke;
  border-radius: 10px;
}

.customerstable .tr:nth-child(even){
  background-color: #f2f2f2;
}

.customerstable {
  font-size: .8em !important;
}

.admin-table {
  font-size: .95em;
}

table.data th { color:005d90; }
table.data td{ color:#eee; font-size:.9em; }

.table>tbody>tr>td {
  border-top: none;
}

.table>thead>tr>th {
  color: #ffffff;
  text-align: center;
  background-color:#A72428;
}

.admin-table>thead>tr>th {
  text-align: left;
}

tr {
  border-bottom: 1px solid #a72428;
}

table.data th { color:005d90; }
table.data td{ color:#eee; font-size:.9em; }

.col-heading { columns:#005d90;
}

.col-heading-row{
    border-bottom: 1px solid #A72428;
    margin-bottom: 10px;
}

.header-box{ color:#005d90;font-size:12px; } 

.row-data { color:#000; }
.row-data strong{
  color: #000;
  font-weight: bold;
}
.row-data-value { color:005d90; }
.row-data-sub{padding-left: 15px; }

.donornotes{
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 10px;
}

.modal-body-readonly .row-data { color:#111; }
.modal-body-readonly .row-data-value { color:#191919; }

.row-bordered:after {
    border-bottom: none;
} 


.pagination > li >a, 
.pagination > li> span {
    color: #000;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    font-family: 'barlow_typebold';
    font-size: 16px;
    padding: 8px 14px;
  }

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.pagination li:nth-last-child(2) a,
.pagination li:nth-last-child(2) a:focus,
.pagination li:nth-last-child(2) a:hover
{
			       
			      background-color: #ffffff; 
            color: #000;
            border: 1px solid#005d90;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  display: none;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  display: none;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  background-color: transparent;
}

select > option, select, textarea, input {
  color:#444;
  border: solid 1px #ededed;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.nopadding{padding:0;margin:0;}

.naked-form .row{ margin-top:10px; }
.naked-form input, .naked-form textarea{ width:100%;background: url("../../images/maroon-trans-back.png") repeat; border:none;padding:8px;color:#fff; }
h3.message-box{ font-size:1.4em;font-weight:bold; padding:20px;background: url("../../images/maroon-trans-back.png") repeat; }


a.buttontab_block { border-radius:12px; border: solid 2px#005d90; columns:#005d90;background: #f6e5a5; display: block;margin-bottom:8px; text-decoration: none; }
a.buttontab_block h3{width:100%;background:#A72428 url("../../images/header.jpg") no-repeat center ;margin:0; border-radius:12px 12px 0 0;columns:#005d90;padding:8px;font-weight:bold; }
a.buttontab_block p {padding:16px;color:#331514;}
a.button:hover {text-decoration: none;background-color:#005d90;color:#ffffff;border:none;}
a.button:active {background-color:#005d90;text-decoration: none;color:#ffffff;border:none;}

.credit_balance, .credit_balance a {color:#A72428;}
.due_balance, .due_balance a { color:#A72428; }
.smaller_font {font-size: 11px; }

.modal-row-item-headings { 
  color: #fff;
    background: #005d90;
    margin: 10px;
}
.modal-row-item {color:#111;padding-top:.2em;}
.modal-row-item button {padding:.25em;}

#processing_box {
  height:200%;width:100%;position:absolute;top:0;left:0; background:none;
  
}
#processing_box #processing_overlay{
  height:100%;width:100%;
  position:absolute;top:0;left:0; background: #000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;z-index:9999999;
}

#processing_box #info_box{
  margin:0 auto; padding:2em;width:52em; height:12em;
  background: #000;position:relative;top:50px;left:0;
  font-size:1em;color:#fff;
  border:solid 3px #fff;border-radius: 1em;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=115)";
  filter: alpha(opacity=115);
  opacity: 1.15;z-index:99999999;
}

#processing_box #info_box #blob_holder{
   position:relative;top:20px;left:0px;
}
#processing_box #info_box .blob {
    width: 1rem;
    height: 1rem;
    background: rgba(230,230,230,0.85);
    border-radius: 50%;
    position: absolute;
    left: calc(10% - 1rem);
    top: calc(25% - 1rem);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.25);
}

.transfers_list_table {
  width: 95%;
  margin: auto;
}
 
.btn-inline {
  padding-top:.1em;padding-bottom:.1em;margin-top:.1em;margin-bottom:.1em;font-size:.9em;
}

.form-condensed > form > .form-group > div{ padding-left:5px;padding-right:5px;}
.form-condensed > form > .form-group > div > label{ padding-left:7px;}
.form-condensed > form > .form-group > div > .form-control{ padding-left:3px;padding-right:3px;}
.form-control{ padding:10px; border-radius: 8px; border: solid 1px #ededed;font-size:1em;color:#4a4848;min-height: 40px;}
.services-section{padding-bottom:2.5em;}
.services-section h3,
.services-section p{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.1;
}

.login-textbox {max-width: 90%; padding-bottom: 15px; margin: auto; }

.services-section h2{
  font-family:Raleway,sans-serif;
  font-size: 1.8em;
  color:#005d90;
  columns:#005d90;
  margin-top:2em;
  text-transform: uppercase; font-family: 'barlow_typebold';

}
.services-section h3{
  color:#005d90;
  columns:#005d90; 
  text-transform: uppercase; font-family: 'barlow_typebold';
}

.dashedline{
	height:20px; /* specify a height for this hr */
  overflow:hidden;
  margin-bottom: 26px;
}
.dashedline:after{
	content:".........................................................................................................................................................................................";
	letter-spacing: 4px; /* Use letter-spacing to increase space between dots*/
}

.resizedTextbox { width: 25px; }

.modal-body form{
  padding: 18px;
  margin-left: 10px;
}

.new-bull-form {
  width: 100%;
  margin: 0 !important;
}

.boxed{
    padding: 10px;
    margin-top: 20px;
}

#bull_edits input,#bull_edits select,#bull_edits textarea{
  background-color:#fff;
}

.dataTables_filter {
  text-align: right;
  margin-top: -35px;
}

.tabcontent {
  display: none;
  border-top: none; 
  line-height: 2;
}

.tabcontent p {
  margin: 10px 0!important;
}

.tablinks {
  background-color: #A72428!important;
  border-color: #A72428!important;
  color: white!important;
  min-width: 100px;
  padding: 5px 10px 5px 10px;
  border-radius: 8px 8px 0px 0px;
    font-weight: bold;
}
.printableTable{
  width: 100%;
  font-size: .8em;
  color: #330000;
  border: none;
}
.printableTable th{
  padding: 2px 6px;
  font-size: 1em;
  border-top: solid 1px #111;
}
.printableTable td{
  border: none;
  
  padding: 3px 6px;
}

.responsive {
    width: 100%;
    height: auto;
  }

.logindescrip{
  font-family: 'barlow_typeregular';
  text-align: left;
  margin-bottom: 40px;
}

.logindescrip span{
  color: #A72428;
}

.logindescrip a,.logindescrip a:visited,.logindescrip a:hover{
  color: #A72428;
}

.billpaybox{
  background-color: white;padding: 20px;border-radius: 8px;margin-top: 30px;
}

.deets span{
  font-family: barlow_typebold;
  color: #A72428;
  margin-bottom: 5px;
}

.call-top{
  color: white;
  margin-right: 0px;
  text-transform: uppercase;
  font-family: 'barlow_typebold';
}
.today-top{
    /* margin-right: 10px; */
    text-transform: uppercase;
    font-family: 'barlow_typebold';
}
.phone{
  padding-left:20px;
  top:0; 
  margin-left:10px;
  padding-left: 20px;
  font-weight: bolder;
  font-family: 'barlow_typebold';
}
.phone a{
  color: white;
  font-family: 'barlow_typebold';
}
.phone-link {
  color: #fff;
  margin-left:5px;
}

@media all {
  .print-show	{ display: none; }
}

@media print {
	.print-hide	{ display: none; }
	.print-show	{ display: block; }
}

@media only screen and (max-width: 1096px) {
  .navbar-brand>img { height: 360%;}
}

@media only screen and (max-width: 1068px) {
  .navbar-brand>img { margin-top: -15px; }
}

@media only screen and (max-width: 1042px) {
  .nav>li { font-size: 11px; }
}

@media only screen and (min-width: 990px) {
   .tnav{
    display: none !important;
   }
    .header-nav{
      text-align: center;
      display: flex !important;
    }
    .navbar-collapse{
      display: none !important;
    }
    .linkbar{
      margin-left: -20px;
      margin-right: -20px;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 15px;
      background-color: black;
      color: #9B9B9B;
      font-size: 1.3em;
      border-top: 1px solid;
      border-bottom: 1px solid;
    }
    .top-bar-left{
      margin-left: 170px;
    }
    .linkbar ul{
      list-style: none;
    }
    .linkbar ul li{
      display: inline;
      margin-right: 30px;
    }
    .tbar{
      display: flex;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media only screen and (max-width: 990px) {
  .linkbar{
    display: none;
  }
  .invoice-container {max-width:90%;}
  .shrink-hide {display: none;}
  .footer-quicklinks,.footer-contact{
    padding-left: 0px;
  }
 
  .login-container {max-width: 90%; }
  .panel-body {padding: 0;}
  .navbar-brand>img{ height: 200%; padding-bottom: 4px;}
  .top-bar-right{display:none;}
  .top-bar-left{width: 100%;text-align: center; padding:6px;}
  .top-bar-container{display:block;}
  .call-top{
    color: white;
    font-size: 1.7em;
    margin-right: 8px;
    text-transform: uppercase;
    font-family: 'barlow_typebold';
  }
  .today-top{
      font-size: 1.9em;
      /* margin-right: 10px; */
      text-transform: uppercase;
      font-family: 'barlow_typebold';
  }
  .phone{
    padding-left:20px;
    top:0; 
    margin-left:10px;
    padding-left: 20px;
    font-weight: bolder;
    font-family: 'barlow_typebold';
  }
  .phone a{
    color: white;
    font-size: 1.7em;
    font-family: 'barlow_typebold';
  }
  .phone-link {
    color: #fff;
    margin-left:5px;
  }
  .phone-footer{top:0; margin-left:0px;}
  .phone img{max-width:23px;}
  .brand-image{max-width: 65% !important;}
  .footer-bg {background:none;}
  .footer-container{background-color: black; border-top: 6px #A72428 solid;padding: 10px 30px;}
  .footer{padding-top:100px;}
  .footer img{width: 70%;}
  .footer-ripped{text-align:center;}
  .footer-menu ul{display: none;}
  #footer-c{border:none; padding:0;}
  .call{font-size: 24px;}
  .today{font-size: 29px;}
  #social{display: none;}
  .footer-link{font-size:20px;}
  .address{font-size: 14px !important; background-size: contain;}
  .mainHero{
    display: none;
  }
  .header-nav{
    display: flex !important;
  }
  .navbar-right{float:right;}
  .navbar-right a, .navbar-right a:hover{
    color: #005d90;
  }

  input[type=text]{
    margin-bottom: 10px;
  }
  .copyright-row{padding-top: 0px;}
  .br{display:block;margin: 20px 0;}
  .nav>li{padding:25px;}
  .navbar-placement{margin:0px !important;}
  .header-bg-small ul.nav > li > a {color:#fff;font-family: 'barlow_typeregular';}
  body, html{
    font-size: 11px;
  }
  label{
    font-size: 12px;
  }
  .wrapper{
    margin-left: -5px;
    margin-right: -5px;
  }
  .table-container{
    padding: 25px 8%;
    overflow-x: scroll;
  }
  .table-container label {
    color: #005d90;
  }
  .billpaybox{
    margin-top: 10px;
  }
  .header-top-bar {
    font-size: 13px;
  }
  .call-top, .today-top, .phone-link{
    font-size: 13px;
  }
  .footer-contact .brand-image{
    width: 130% !important;
    max-width: 140% !important;
    margin-left: -20px !important;
  }
  .instagram-link{
    margin-left: 0px;
  }

::-webkit-scrollbar {width: 20px;} 
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #A72428; border-radius: 10px;}
}

@media only screen and (max-width: 768px) {
  /*.navbar-collapse.collapse {background-color: #A72428; float: left; z-index: 1000; position: fixed; max-width: 100%;
    padding-right: 30%;}
  }*/

@media only screen and (max-width: 730px) {
.report-page-container {width: 80%;}
}

@media only screen and (max-width: 545px) {
  .report-page-container {width: 100%; padding-left: 5px !important; padding-right: 5px !important; }
  }

  @media only screen and (max-width: 320px) {
    .report-page-container {padding-left: 3px; padding-right: 3px; }
    /* .footer-text-container{margin-top:15px; } */
    }