@font-face {
    font-family: Didot;
    src: url("/assets/fonts/Didot_LT_Std_Italic.otf") format("opentype");
}


html body {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    /*color: #D3C88D;*/
    padding-top: 0px;
    padding-bottom: 10px;
    background: #231110;

}
#content {
    background: url('/assets/img/header_bg.png') repeat-x top;
}
a,
.btn-link {
    color: #a18228;
}
a:hover,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #b99e42;
    text-decoration: underline;
}
.button-h {
    color: #D3C88D;
    background: #6a6447;
    padding: 8px 45px 6px 45px;
    margin-top: 20px;
    font-size: 12px;
    display: inline-block;
}
.button-h:hover,
.button-h:active,
.button-h:focus {
    background: #745656;
    text-decoration: none;
}
.header {
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.header h2 {
    font-family: 'Didot', Helvetica, sans-serif;
    font-style: italic;
    color: #d3c88d;
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: 11px;
    left: 22px;
    text-shadow: rgb(0 0 0 / 30%) 0px 5px 0px;
    margin-bottom: 25px;
    margin-top: 45px;
}
.header .logo {
    /*margin-left: 35px;*/
    width: 500px;
    display: inherit;    
    margin:  0 auto;
}
.header .logo img {
    border: 5px solid #6a6447;
}
.header .menu {
    margin-top: 25px;
    width: 100%;
}
.header .main-menu {
    display: table-row;
    margin-top: 15px;
}
.header .main-menu li {
    display: table-cell;
}
.header .main-menu li a {
  text-transform: uppercase;
  color: #D3C88D;
  font-family: maitree, serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 16px;
  padding: 7px 12px;
  border-top: 1px solid #e8dfdf;
  border-bottom: 1px solid #e8dfdf;
  margin-right: 10px;
  transition: color 0.4s ease 0s;
}
.header .main-menu li a.active{
    color: #ded8b8;
}
.header .main-menu li:last-child a {
  margin-right: 0;  
  padding: 7px 14px;
}
.header .main-menu li a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.header .social {
    position: absolute;
    right: 30px;
    top: 210px;
}
.header .social ul {
    
}
.header .social ul li {
    width: 39px;
    list-style: none;
    display: block;
    float: left;
}
.header .social ul li svg {
    width: 29px;
    height: 29px;
    position: relative;
    top: 5px;
}
.header .social ul li .mail {
    fill: white;
    /*border-radius: 200px;*/
    /*background: rgba(106, 100, 71, 0.96);*/
}
.main-container {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    min-height: 400px;
}
.container {
    min-height: 600px;
}

.legendnormal {
    font-size: 0.8em;
    line-height: 1em;
}

.legendsubtext {
    font-size: 0.6em;
    line-height: 0.8em;
}

.nosearchresults {
    font-size: 0.8em;
    color: #f00;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Custom page footer */
footer {
    margin: 0 auto;
    padding: 0 15px;
    color: #D3C88D;
    background: #6a6447;    
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 10px;
    max-width: 980px;
}
footer p {
    margin-bottom: 0;
}
/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 1010px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        /*margin-bottom: 30px;*/
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.form-control {
    display: inline-block;
}

.form-control:focus {
    /*border-color: #66afe9;*/
    border-color: #cccccc;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
}

.form-control-10percent {
    width: 10%;
}

.form-control-15percent {
    width: 15%;
}

.form-control-20percent {
    width: 20%;
}

.form-control-25percent {
    width: 25%;
}

.form-control-30percent {
    width: 30%;
}

.form-control-33percent {
    width: 33%;
}

.form-control-40percent {
    width: 40%;
}

.form-control-45percent {
    width: 45%;
}

.form-control-50percent {
    width: 50%;
}

.form-control-75percent {
    width: 75%;
}

.form-control-80percent {
    width: 80%;
}

.form-control-90percent {
    width: 90%;
}

.ui-widget {
    font-size: .8em;
}

.footerfont {
    font-size: 8pt;
    color: lightgray;
}

.sirepageinfo {
    border: solid lightgray 1px;
    border-collapse: collapse;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.pedigreetablehorseifnfo {
    font-size: 9pt;
    border: solid lightgray 1px;
    border-collapse: collapse;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.pedigreetable {
    font-size: 8pt;
    width: 100%;
    border: solid lightgray 1px;
    border-collapse: collapse;
    border-left: none;
    border-right: none;
}

a.PedigreeLink:link {
    color: black;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    line-height: 0.9em;
}

a.PedigreeLinkSmaller:link {
    color: black;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 7pt;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    line-height: 0.9em;
}

a.PedigreeLink:visited {
    color: black;
    font-family: Arial, Helvetica, Sans Serif;
    /*font-size: 8pt;*/
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;

}

a.PedigreeLink:hover {
    color: black;
    font-family: Arial, Helvetica, Sans Serif;
    /*font-size: 8pt;*/
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    vertical-align: middle;
}

td.PedigreeLink {
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border-top: solid lightgray 1px;
    border-bottom: solid lightgray 1px;
    border-left: none;
    border-right: none;
    line-height: 0.9em;
    /*line-height: 100%;*/

}

td.PedigreeLinkSmaller {
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 7pt;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border-top: solid lightgray 1px;
    border-bottom: solid lightgray 1px;
    border-left: none;
    border-right: none;
    line-height: 0.9em;
    /*line-height: 100%;*/

}

tr.PedigreeLink {
    border-top: solid lightgray 1px;
    border-bottom: solid lightgray 1px;
    border-left: none;
    border-right: none;
    line-height: 0.9em;
}

a.SirePageLink:link {
    color: black;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    line-height: 0.9em;
}

a.SirePageLink:visited {
    color: black;
}

a.SirePageLink:hover {
    color: black;
    text-decoration: underline;
}

.pagination {
    font-size: 0.8em;
}

.smallfont {
    font-size: 0.8em;
}

.btn-xfactor {
    background-color: #FF69B4;
    border-color: #fc05b7;
    color: #fff;
}

.btn-xfactor:hover,
.btn-xfactor:focus,
.btn-xfactor:active,
.btn-xfactor.active {
    background-color: #ff4fa7;
    border-color: #ff369b;
    color: #fff;
}

.btn-xfactor.disabled:hover,
.btn-xfactor.disabled:focus,
.btn-xfactor.disabled:active,
.btn-xfactor.disabled.active,
.btn-xfactor[disabled]:hover,
.btn-xfactor[disabled]:focus,
.btn-xfactor[disabled]:active,
.btn-xfactor[disabled].active,
fieldset[disabled] .btn-xfactor:hover,
fieldset[disabled] .btn-xfactor:focus,
fieldset[disabled] .btn-xfactor:active,
fieldset[disabled] .btn-xfactor.active {
    background-color: #FF69B4;
    border-color: #FF69B4;
}

.btn-purple {
    background-color: #b16df5;
    border-color: #b16df5;
    color: #fff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background-color: #a455f3;
    border-color: #983df2;
    color: #fff;
}

.btn-purple.disabled:hover,
.btn-purple.disabled:focus,
.btn-purple.disabled:active,
.btn-purple.disabled.active,
.btn-purple[disabled]:hover,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple:hover,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple.active {
    background-color: #b16df5;
    border-color: #b16df5;
}

@media print {
    .noprint {
        display: none !important;
    }

    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
}

.btn-xs-smallerfont {
    line-height: 0.9em;
    font-size: 0.9em;
    padding: 1px;
}

.btn-teal {
    background-color: #07ba9a;
    border-color: #07ba9a;
    color: #fff;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active {
    background-color: #06a186;
    border-color: #058971;
    color: #fff;
}

.btn-teal.disabled:hover,
.btn-teal.disabled:focus,
.btn-teal.disabled:active,
.btn-teal.disabled.active,
.btn-teal[disabled]:hover,
.btn-teal[disabled]:focus,
.btn-teal[disabled]:active,
.btn-teal[disabled].active,
fieldset[disabled] .btn-teal:hover,
fieldset[disabled] .btn-teal:focus,
fieldset[disabled] .btn-teal:active,
fieldset[disabled] .btn-teal.active {
    background-color: #07ba9a;
    border-color: #07ba9a;
}

.btn-mustard {
    background-color: #ccc400;
    border-color: #ccc400;
    color: #fff;
}

.btn-mustard:hover,
.btn-mustard:focus,
.btn-mustard:active,
.btn-mustard.active {
    background-color: #b3ac00;
    border-color: #999300;
    color: #fff;
}

.btn-mustard.disabled:hover,
.btn-mustard.disabled:focus,
.btn-mustard.disabled:active,
.btn-mustard.disabled.active,
.btn-mustard[disabled]:hover,
.btn-mustard[disabled]:focus,
.btn-mustard[disabled]:active,
.btn-mustard[disabled].active,
fieldset[disabled] .btn-mustard:hover,
fieldset[disabled] .btn-mustard:focus,
fieldset[disabled] .btn-mustard:active,
fieldset[disabled] .btn-mustard.active {
    background-color: #ccc400;
    border-color: #ccc400;
}

.btn-sporthorsegreen,
.btn-primary,
.btn-info {
    background-color: #6a6447;
    color: #D3C88D;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);*/
    border: none;
}

.btn-sporthorsegreen:hover,
.btn-primary:hover,
.btn-info:hover,
.btn-sporthorsegreen:active,
.btn-primary:active,
.btn-info:active,
.btn-sporthorsegreen:focus,
.btn-primary:focus,
.btn-info:focus {
    background-color: #745656;
    color: #D3C88D !important;
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 2px;
}

.compleveltooltip {
    margin: 1px;
    padding: 1px;
    white-space: pre-line;
}

.compleveltooltip .ui-tooltip-content {
    margin: 1px;
    padding: 1px;
    font-size: 0.8em;
    white-space: pre-line;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.errormessage {
    font-weight: bold;
    color: red;
}

fieldset.databasepage {
    font-size: 0.9em;
    margin: 0px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
}

legend.databasepage {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0px 4px 0px 4px;
    border-color: #e5e5e5;
    border-image: none;
    border-style: none;
    border-width: 0;
    color: #333333;
    display: block;
    margin-bottom: 0px;
    width: auto;
}

input.hidden {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

#searchstring:-ms-input-placeholder {
    color: #898F9C !important; /* IE11 needs the !important flag */
}

.bloodquotatablecell {
    vertical-align: middle;
    text-align: center;
    padding: 0 !important;
    width: 4%;
}

.bloodquotatablecellleft {
    vertical-align: middle !important;
    text-align: left;
    padding: 0 !important;
}

.bloodquotatablecellleftmale {
    color: #0000ff;
    vertical-align: middle !important;
    text-align: left;
    padding: 0 !important;
}

.bloodquotatablecellleftfemale {
    color: #ff0000;
    vertical-align: middle !important;
    text-align: left;
    padding: 0 !important;
}

.bloodquotatablecellleftrasmussen {
    color: #800080;
    font-weight: bold;
    font-style: italic;
    vertical-align: middle !important;
    text-align: left;
    padding: 0 !important;
}

.bloodquotatablefemale {
    color: #ff0000;
    padding: 0 !important;
    margin: 0;
    line-height: 0.9em;
}

.bloodquotatablemale {
    color: #0000ff;
    padding: 0 !important;
    margin: 0;
    line-height: 0.9em;
}

.highlightinpedigree {
    font-weight: bold !important;
    color: #ff0000 !important;
    background-color: #ffffff;
}

.highlighttbarinpedigree {
    font-weight: bold !important;
    color: #0e0e0e !important;
    background-color: #ffff00;
}

.tbartabletb {
    color: #ff0000;
    padding: 0 !important;
    margin: 0;
    line-height: 0.9em;
}

.tbartablear {
    color: #0000ff;
    padding: 0 !important;
    margin: 0;
    line-height: 0.9em;
}
body #upload_form label.error {
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: rgb(116, 86, 86);
}




