﻿/* Replaced by padding 0*/
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

.responsiveTable {
    overflow:scroll;
}


body {
    padding: 0;
}

input[type="submit"] {
    float: right;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Adjusting styles for universal bootstrap classes*/
.col-sm-12 {
    padding: 0;
}

.col-7 {
    word-wrap: break-word;
    padding: 0;
}

.home-container .col-12 {
    text-align: center;
}

.btn-primary, .btn-primary:disabled {
    background-color: #984520;
    border: 1px solid #984520;
}

.row {
    margin: 0;
}

/* Adjusting container title and data elements for form data*/
.form-container {
    border: 1px solid black;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 30px;
}

.form-container-title {
    background-color: #214103;
    border-bottom: 1px solid #999999;
    padding: 5px 10px;
    color: white;
}

.form-container-data {
    padding: 5px 10px;
}


/* Adjusting container title and data elements for non-form data*/
.container-title {
    border: 1px solid black;
    text-align: center;
    color: white;
    background-color: #214103;
    min-height: 32px;
}

.container-data {
    border: 1px solid black;
    min-height: 138px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Additional Class Selectors*/
.invisible {
    height: 0px;
    margin: 0;
    padding: 0;
}

.nowrap {
    white-space: nowrap
}

.home-container {
    margin-top: 13px;
}

    .home-container .container-data .row {
        margin-bottom: 15px;
    }

    .home-container label {
        margin-bottom: 0;
    }

.container-title h5 {
    margin-bottom: 4px;
    margin-top: 4px;
    text-align: left;
    padding-left: 15px;
}

.home-col {
    padding: 0;
}

.btn-group {
    margin-bottom: 15px;
    text-align: center;
}

.form-container input, select, textarea {
    max-width: 600px;
}

.form-row {
    width: 100%
}

.form-group div, .form-group label {
    padding-left: 0;
}

.datepicker[readonly] {
    background-color: #fff;
}

.datepicker[disabled][readonly].dob {
    background-color: #e9ecef;
}

.form-control[readonly].dob {
    background-color: #fff;
}


.eventDatepicker[readonly], .resultDatepicker[readonly] {
    background-color: #fff;
}


.modal-content {
    width: 100%;
}

.animalSex {
    min-width: 100px;
}

.noPadding {
    padding: 0;
}

.outer-layer {
    font-family: Helvetica;
    font-size: 14px;
    border: 1px solid black;
}
.fake-margins {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.fullBorder {
    border: 1px solid black;
}

.sectionHeader {
    background-color: #D8D8D8;
    border: 1px solid black;
    margin: 0;
    height: 24px;
}

.leftSection {
    padding: 0 10px 0 0;
}

.section {
    border: 1px solid black;
    margin-bottom: 7px;
    height: 135px;
    padding-left: 3px;
}

.header {
    margin-bottom: 11px;
}

.moveRight {
    margin-left: auto;
}

.tableHeaderSmall{
    width: 125px;
}
.tableHeaderMedium{
    width: 175px;
}.tableHeaderLarget{
    min-width: 500px;
}

.spinner-border{
    position: fixed;
    top: 45%;
    left: 45%;
    z-index: 1060;
    width: 100px;
    height: 100px;
    /*background-color: white;*/
    /*opacity: .5;*/
}

#animalTable img.infoIcon {
    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    padding-bottom: 2px;
    float: right;
    margin-top: 5px;
}

/* ID Selectors*/
#loadingScreen{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 1059;
    opacity: .5;
    display: none;
}

#permitErrorMessage {
    /*position: absolute;
    right: 20px;
    top: 50px;*/
    color: red;
    padding: 0;
    text-align: center;
    /*width: 17%;*/
    display: none;
}

#permitErrorMessage p{
    border: 1px solid;
}

#footer {
    width: 100%;
}

#submittedFormsTitle {
    text-align: left;
}

    #submittedFormsTitle h5 {
        padding-left: 0;
    }

#newForm {
    max-width: 10px;
    max-height: 10px;
}

#submittedFormsCreate {
    text-align: right;
    padding-top: 4px;
}

    #submittedFormsCreate a {
        color: #fff;
    }

#main-content {
    margin: auto;
    width: 100%;
}

#ownerInState {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#ownerOutState {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


#getOwnerProfile, #getBuyerProfile, #getOOSProfile {
    position: absolute;
    bottom: 15px;
    right: 0;
}

#addAnimalRow {
    padding: 0;
}

#animalSexCol {
    min-width: 80px;
}

#addIcon {
    min-width: 12px;
    max-width: 14px;
    min-height: 12px;
    max-height: 14px;
}

#headerRight {
    position: absolute;
    top: 40px;
    right: 15px;
    text-align: right;
    z-index: 2;
}

#headerRightTitle, #headerRightWelcome {
    position: relative !important;
    display: inline-block !important;
    top: 0px !important;
    width: 430px;
}

#headerRight .btn-primary {
    margin-right: 15px;
    padding: 1px 12px;
}


#loadingContent {
    width: 100%;
    height: 50%;
}

    #loadingContent .modal-header {
        margin: 10em auto;
        border: none;
    }

#cancelAddEvent, #cancelAddResult{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 65px;
}

#saveNewEvent, #saveNewResult{
    position: absolute;
    right: 0;
    background-color: #214103;
    border-color: #214103;
    
}

.eventNotes{
    min-width: 100%;
}

/*div#formsList_filter {
    margin-top: 7px;
    margin-right: 7px;
}

div#formsList_length {
    margin-left: 7px;
    margin-top: 7px;
}

div#formsList_paginate {
    margin-bottom: 7px;
}

div#formsList_info {
    margin-left: 7px;
}*/
div.dataTables_filter {
    margin-top: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}

div.dataTables_length {
    margin-left: 7px;
    margin-top: 7px;
}

div.dataTables_paginate {
    margin-bottom: 7px;
}

div.dataTables_info {
    margin-left: 7px;
}


/* Table Modifiers*/
td.col-1 {
    text-align: center;
}


th#animalSexCol {
    min-width: 35px;
}

#animalTable img {
    min-width: 12px;
    max-width: 14px;
    min-height: 12px;
    max-height: 14px;
    padding-bottom: 1px
}

select.hidearrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* Printable Form Styles*/
.printForm {
    font-family: Helvetica;
    font-size: 10px;
    max-width: 1000px;
    border: 1px solid black;
    padding: 5px;
}

    .printForm h6 {
        font-weight: 700;
        font-size: 12px;
        padding-top: 4px;
        padding-left: 2px;
        margin-bottom: 0px;
    }

    .printForm h5 {
        font-weight: 700;
        font-size: 14px;
        color: #787878;
    }

    .printForm h4 {
        font-weight: 700;
        font-size: 20px;
        color: #000;
    }

    .printForm label {
        font-weight: 700;
        font-size: 10px;
    }

    .printForm row {
        margin: 0;
    }



#section1 {
    min-width: 272px;
}

#section1Container {
    padding-top: 3px;
    padding-left: 3px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#section2 {
    min-width: 64px;
}


    #section2 img {
        min-width: 60px;
        max-width: 60px;
        padding-top: 4px;
    }

#section3 {
    min-width: 244px;
    padding-left: 3px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#section4 {
    min-width: 168px;
    text-align: center;
}

#ownerLegal, #buyerLegal {
    font-style: italic;
}

#ownerSignature p, #buyerSignature p {
    width: 85%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid black;
    font-weight: bold;
}

/* Printable Form Table*/
#printAnimalTable th {
    background-color: #D8D8D8;
    font-size: 10px;
}

#printAnimalTable tr {
    font-size: 10px;
}

/* Inventory Add New Animal Button*/
.addAnimals {
    padding-right: 7px;
    padding-left: 2px;
}

#addNewAnimal {
    max-height: 40px;
    width: 175px;
}

#viewAnimalInventory {
    color: #fff;
    padding-top: 3px;
}
th#weightHeader{
    min-width: 165px;
}

/* Print Styles Only*/
@media print {
    #header, #mobile-header, #footer, #mobile-footer {
        display: none;
    }
    a {
        display: none;
    }

    a.btn.btn-primary{
        display: none;
    }

    @page {
       /*size: landscape*/
        size: portrait
    }

    #section1 {
        min-width: 272px;
        margin-top: 3px;
    }

    #section2 {
        min-width: 64px;
        max-width: 64px;
    }


    #section3 {
        min-width: 244px;
        max-width: 244px;
    }

    #section4 {
        min-width: 168px;
        max-width: 168px;
    }

    .printForm {
        transform: scale(.99);
    }
}



label.control-label.col-4.dateLabel {
    justify-content: flex-start;
}

.firstRow {
    margin-top: 15px;
}

    .firstRow .col-md-6 {
        padding-left: 0;
    }

/*.modal {
    max-height: 98%;
}*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

.justfityRight {
    display: inline;
    position: absolute;
    right: 0;
}

#animalResultsTable_wrapper, #animalResultsTable {
    min-width: 100%;
}

.centerContent {
    text-align: center;
}

#main-content th, #main-content td, #main_content th, #main_content td, th, td, #main-content td input {
    vertical-align: middle;
}

tbody .form-group {
    margin-bottom: 0;
}

tbody input[type="text"] {
    margin-bottom: 0;
}

.animalDetailsBox {
    margin-top: 20px;
    border: 1px solid black;
    padding: 10px;
}

    .animalDetailsBox .col-md-4 .col-sm-6 {
        padding-left: 0;
    }

#animalDetailsEventSection, #animalDetailsResultsSection {
    margin-top: 20px;
}

    #animalDetailsEventSection .col {
        padding: 0;
    }

/*#animalEventsTable th {
    min-width: 125px;
}*/

.blackTextInAnchorTag {
    color: #000;
}

.titleLink {
    color: #fff;
}

.officialId {
    text-transform: uppercase;
}

.tempId {
    text-transform: uppercase;
}

.animalFormOfficialId {
    background-image: none !important;
}
#Animals_0__OfficialId {
    background-image: none !important;
}

.identifier-id-pill {
    font-size: 85% !important;
}

.remove-pill-btn {
    color: #dc3545 !important;
}
.whiteTxt {
    color: #fff;
}

.instruction-text {
    font-weight: 500;
    font-size: 18px;
}

.instruction-items > li {
    margin-left: 20px;
    font-weight: 300;
}
.new-identifier-template {
    display: none;
}
.new-edit-id-item {
    margin-right: 5px;
}
.remove-pill-btn {
    margin-left: 10px;
}
.animal-id-pills-container {
    margin-bottom: 10px;
}
/*---------------------------------------------------*/
/*
 * Sort styling for jquery datatable
 */
table.dataTable thead th {
    position: relative;
    background-image: none !important; /* Remove the DataTables bootstrap integration styling */
}

    table.dataTable thead th.sorting:before,
    table.dataTable thead th.sorting_asc:before,
    table.dataTable thead th.sorting_desc:before {
        /*position: absolute;*/
        /*top: 12px;*/
        /*right: 8px;*/
        /*display: block;*/
        margin-right: 3px;
        font-family: FontAwesome;
    }

    table.dataTable thead th.sorting:before {
        content: "\f0dc";
        color: #999;
        /*color: #ddd;*/
        font-size: 0.8em;
        padding-top: 0.12em;
    }

    table.dataTable thead th.sorting_asc:before {
        content: "\f0de";
    }

    table.dataTable thead th.sorting_desc:before {
        content: "\f0dd";
    }

div.dataTables_scrollBody table.dataTable thead th.sorting:before,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:before,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:before {
    content: "";
}

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:before,
table.table thead th.sorting_asc:before,
table.table thead th.sorting_desc:before {
    top: 8px;
}


/*-------------------------Identify Tabs Styling--------------------------------*/
.card-header{
    margin: auto;
    width: 100%;
}

.nav-tabs .nav-item{
    min-width: 250px;
    text-align: center;
}

#self-id-body{
    padding-left: 0;
    padding-right: 0;
}

#self-id-body .active{
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 20px;
}

#self-id-instructions {
    /*text-align: center;*/
    padding-left: 0;
    margin-bottom: 40px;
}

    #self-id-instructions .col-12 {
        padding-left: 0;
    }

.tab-pane .card-text{
    text-align: center
}

/*#OutOfStateAddress_Address1{
    width: 75%;
}*/

#self-id-body input{
    max-width: 100%;
}

#permit-confirmation {
    color: #28a745; 
    border: 1px solid #28a745;
    margin: 0;
    padding: 5px 45px;
    max-height: 38px;
}

#self-id-tabs .card-header {
    /*background-color: #214103;*/
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#self-id-tabs a{
    color: #fff;
}

#self-id-tabs .nav-item {
    background-color: #214103;
    /*padding: 35px 10px 35px 10px;*/
    margin: 0px 34px 0px 0px;
}

    #self-id-tabs .nav-item.active {
        background-color: #ab540a;
    }

#self-id-body .form-group.col-12 {
    padding: 0;
}

/*Modal Style*/
#ownerPermitList .col-4 {
    padding: 0;
}

#ownerPermitList .col-2 {
    padding: 0;
}

.mdc-card-header {
    background-color: #214103;
    border-color: #214103;
    color: #fff;
}

.mdc-orange-text {
        color: #ab540a;
}

.mdc-error-border {
    border: 2px solid red;
}

#cwdTestSubmission{
    width: 100%;
}

#newResultTable {
    max-width: 100%;
    table-layout: fixed;
}

#newFileRow{
    margin-bottom: 30px;
}