/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 1, 2022, 4:26:31 PM
    Author     : how17003work
*/

body {
    margin: 0px;
}


/*control-panel related*/
.cp-main {
    width: 100%;
    overflow: hidden;
    font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-bottom: -3.2em;
    padding-bottom: 1.4em;
    float: left;
    min-width: 1170px;
}


#head-search-box,
#head-search-button {
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    flex: 1;
    border-radius: 4px 0 0 4px;
}

#head-search-box {
    padding: 0 8px;
    border: 1px solid #ccc;
}

#head-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 0 4px 4px 0;
}

#head-search-button img {
    display: block;
    height: 16px;
    width: auto;
}


.cp-add-view {
    margin: 0;
    margin-left: 30px;
    margin-top: 30px;
}

.cp-add-view h4 {
    margin: 0;
}

.cp-fields-list {
    margin-left: 30px;

}

.splitline {
    float: left;
    width: 800px;
}

.new {
    height: 25px;
    width: 300px;
    border-radius: 5px;
    border-color: #d7dbd8;
}

.nonelinkmanagetable {
    width: 800px;
    text-align: center;

}

.editvaluetable {
    width: 600px;
    text-align: center;
    background: #D3D3D3;

}


.edit-record {
    margin: 0px;
    width: 600px;
    height: 50px;
    background-color: #D3D3D3;
}

/*button styles*/

.add {
    background: #54b96b;
    border-radius: 5px;
    height: 30px;
    width: 75px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 0;
}

.edit {
    background: #6D6D6D;
    border-radius: 5px;
    height: 30px;
    width: 75px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 0;
}

.linkedvalues {
    background: grey;
    border-radius: 5px;
    height: 30px;
    width: 175px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 0;
}

.delete {
    background: #DC3545;
    border-radius: 5px;
    height: 30px;
    width: 75px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 0;
}

.detailheader {
    min-height: 100px;
    width: 100%;
    margin-top: -25px;
}

.collection-detailheader {
    background: #27385F;
}


.object-detailheader {
    background: #553159;
}

.site-detailheader {
    background: #58721E;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 166px;
    left: 0;
    z-index: 9999;
}

.bold-header-white {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white
}

@media (min-width: 1024px) {
    .desktop-ml-auto {
        margin-left: auto;
    }
}

.details-header {
    display: flex;
    padding-top: 40px;
    margin: 0 40px 0 40px;

    @media (max-width: 1024px) {
        padding-top: 12px; !important;
        padding-bottom: 12px; !important;
        flex-direction: column;
        margin: 0 4px 0 4px !important;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .details-content {
        margin-left: 40px;
    }
}

.site-details-header {
    padding-top: 40px;
    padding-left: 5%;

}

.navbutton a {
    background-color: #938e8e;
    border: none;
    color: white;
    padding: 7px 16px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 12px;
}

.site-footer {
    background: #d1d1d1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem 0.4rem;
    margin-top: 40px;
    font-size: 14px;
    z-index: 900;
    height: 50px;

    @media (min-width: 920px) {
        padding: 0.4rem 4rem;
    }

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-left a {
    color: #0077c8;
    text-decoration: none;
    text-align: center;
}

.footer-left a:hover {
    text-decoration: underline;
}

.footer-centre {
    display: flex;
    gap: 3rem;
}

.footer-right button,
.footer-centre button {
    all: unset;
    cursor: pointer;
    color: #0077c8;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
}

.footer-centre button:focus-visible {
    outline: 2px solid #0077c8
}

.footer-right {
    display: flex;
    gap: 1rem;
    @media (max-width: 920px) {
        display: none;
    }
}

.admin-login {
    background: #000;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.admin-login:hover {
    opacity: .85;
}

.popover {
    position: fixed;
    bottom: calc(48px + 8px);
    width: 400px;
    max-width: 90vw;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1rem 1.25rem 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    display: none;
    z-index: 1000;
}

.popover .close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.popover h4 {
    margin: 0 0 .5rem;
    font-size: 14px;
    font-weight: 700;
}

.popover::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border: 8px solid transparent;
    border-top-color: #fff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, .05));
}

.link-button {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    margin-left: 20px;
}

.link-button:hover {
    color: #0056b3;
    text-decoration: underline;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.maincontent {
    background: #F0F8FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
    margin-bottom: 80px;


    @media (min-width: 768px) {
        margin: 0 100px 80px 100px;
    }
}

.maincontent-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
    margin-bottom: 80px;

    @media (min-width: 900px) {
        padding: 0 80px 0 80px;
    }

    @media (min-width: 1100px) {
        padding: 0 150px 0 150px;
    }

    @media (min-width: 1200px) {
        padding: 0 200px 0 200px;
    }

    @media (min-width: 1500px) {
        padding: 0 250px 0 250px;
    }

    @media (min-width: 1500px) {
        padding: 0 400px 0 400px;
    }
}

.maincontent-edit {
    width: 100%;
    padding-left: 10%;
    background: #F0F8FF;
    top: 275px;
    position: fixed;
    height: calc(100% - 360px); /* Adjust height to fit between header and footer */
    overflow-y: auto; /* Enable vertical scrolling */
}

.tag-yellow {
    font-weight: bold;
    background: orange;
    padding: 5px 6px;
    border-radius: 25px;
    text-wrap: nowrap;
}

.tag-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 30px 0;
}

.maincontenttext {
}

.maincontenttext-edit {
}


.bold-header-black {
    font-weight: bold;
}

.sidebar {
    float: right;
    width: 20%;

    @media (max-width: 1400px) {
        display: none;
    }
}

.sidebar table {
    width: 100%;
    text-align: center;
    color: white;
    padding: 2px 2px;
    margin-top: 15px;

}

.relatedbox {
    width: 250px;
    text-align: center;
}

.modifybox {
    width: 250px;


}

.modifycontent {
    margin-left: 20px;
}

.relatedobjecttitle {
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0 0;
    background: #553159;
    width: 250px;
    height: 30px;
    padding-top: 10px;
}

.relatedobjectcontent {
    color: white;
    border-radius: 7px;
    height: 30px;
    width: 200px;
    padding-top: 13px;
    padding-bottom: 3px;
    margin-left: 25px;
    margin-top: 5px;
    background: black;
}

.relatedobjectnumber {
    color: black;
    background-color: white;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-left: 25px;
}

.sidebar-table-purple {
    background: #88698C;
    width: 250px;
    border: 1pt;
    border-color: #553159;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


.relatedcollectiontitle {
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0 0;
    background: #27385F;
    width: 250px;
    height: 30px;
    padding-top: 10px;
}

.relatedcollectioncontent {
    color: white;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 25px;
    margin-top: 5px;

}


.relatedcollectioncontent a {
    color: white;
    text-align: left;


}

.typeindecater-collection {
    float: right;
    border-radius: 25px;
    margin-right: 5%;
    padding: 6px;
    text-transform: uppercase;
    background: #27385F;
    color: whitesmoke;

}

.typeindecater-object {
    float: right;
    border-radius: 25px;
    margin-right: 5%;
    padding: 6px;
    text-transform: uppercase;
    background: purple;
    color: whitesmoke;

}

.typeindecater-site {
    float: right;
    border-radius: 25px;
    margin-right: 5%;
    padding: 6px;
    text-transform: uppercase;
    background: #58721E;
    color: whitesmoke;

}


.sidebar-table-blue {
    background: #717895;
    width: 250px;
    border: 1pt;
    border-color: #27385F;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sidebar-table-grey {
    background: #A8A8A8;

    border: 1pt;
    border-color: #27385F;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sidebar-title-grey {
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0 0;
    background: #4D4D4D;
    width: 250px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
}


.relatedsitetitle {
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0 0;
    background: #58721E;
    width: 250px;
    height: 30px;
    padding-top: 10px;
}

.relatedsitecontent {
    color: white;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 25px;
    margin-top: 5px;
}

.sidebar-table-lightgreen {
    background: #C3CEAA;
    width: 250px;
    border: 1pt;
    border-color: #622569;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sidebar-table-green {
    background: #93A569;
    width: 250px;
    border: 1pt;
    border-color: #622569;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


.adminarea {
    width: 70%;
    background: white;
    border-radius: 5px;
    box-shadow: 5px 5px #DDDDDD;

    @media (max-width: 1024px) {
        width: 100%;
    }
}

.normalarea {
    width: 70%;
    background: white;
    border-radius: 5px;
    box-shadow: 5px 5px #DDDDDD;
}

.adminarea-search {
    background: #efefef;
    border-radius: 10px;

}

.basicarea-search {
    width: 70%;
    background: #efefef;
    border-radius: 10px;

}

.adminaretitle {
    color: white;
    background: #A55172;
    border-radius: 10px 10px 0 0;
    height: 50px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 30px;

}

.normaltitle {
    color: white;
    background: #58721E;
    border-radius: 10px 10px 0 0;
    height: 50px;
    padding-left: 20px;
    padding-top: 27px;
    font-weight: bold;
    font-size: 20px;

}

.objecttitle {
    color: white;
    background: purple;
    border-radius: 10px 10px 0 0;
    height: 50px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 30px;
}

.adminaretitle-search {
    color: white;
    background: #4D4D4D;
    border-radius: 5px 5px 0 0;
    height: 30px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 50px;

}


.adminbuttons {
    position: relative;
    float: right;
    padding-right: 100px;
    padding-top: 40px;
}


.editrecordbutton {
    color: white;
    background: #FFC107;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.addingbutton {
    margin-left: 5px;
    color: white;
    background: #007BFF;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.controlpanelbutton {
    margin-left: 5px;
    color: white;
    background: #DC3545;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.deleterecordbutton {
    margin-left: 5px;
    color: white;
    background: #DC3545;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
}


.searchbutton {
    color: black;
    background: #FFA500;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

.clearbutton {
    color: black;
    background: #D3D3D3;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}


.collection-modifyheader {
    background: #27385F;
    height: 40px;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 50px;
    font-size: 25px;
    font-weight: bold;
    color: white;


    width: 100%;
    position: fixed;
    top: 166px;
    left: 0;
    z-index: 9999;


}

.site-modifyheader {

    background: #58721E;
    height: 40px;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 50px;
    font-size: 25px;
    font-weight: bold;
    color: white;


    width: 100%;
    position: fixed;
    top: 166px;
    left: 0;
    z-index: 9999;
}

.object-modifyheader {

    background: purple;
    height: 40px;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 50px;
    font-size: 25px;
    font-weight: bold;
    color: white;

    width: 100%;
    position: fixed;
    top: 166px;
    left: 0;
    z-index: 9999;
}


.adminareacontent {
    /*    margin-top: 15px;*/
    margin-left: 25px;

    margin-right: 15px;
    margin-bottom: 25px;

}

.normalcontent {
    margin-top: 15px;
    margin-left: 25px;

    margin-right: 15px;
    margin-bottom: 25px;
}


.adminareacontent-search {
    margin: 15px 15px 25px 25px;
}

.deterecordbuttondiv {
    padding-top: 40px;
}

.searchbuttondiv {
    padding-right: 25px;
    padding-top: 25px;
    float: right;
}

.field-name {
    font-weight: bold;
}

.inputtextbox-search {
    border: 0;
    vertical-align: top;
    border-radius: 5px;
}

.inputtextbox-long {
    height: 35px;
    border-radius: 5px;
    width: 400px;
}

.inputtextbox-mid {
    height: 35px;
    border-radius: 5px;
    width: 200px;
}

.inputtextbox-short {
    height: 35px;
    border-radius: 5px;
    width: 100px;
}

.inputtextbox-wide {
    height: 90px;
    border-radius: 5px;
    width: 200px;
}

.input-container {
    display: flex;
    flex-direction: column;
}

.input-container label {
    margin-bottom: 3px;
    font-weight: bold;
}

.input-section {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.flex-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.adminareaedit {
    width: 100%
}

.normaledit {
    width: 100%
}

.field-items-edit {
    padding-top: 5px;
    margin-top: 15px;
}


.inputtextarea-mid {
    height: 150px;
    border-radius: 3px;
    width: 200px;
}

.addprocesser {
    color: white;
    background: green;
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.hint {
    color: #707070;
    font-size: 12px;
}

.notetextarea {
    width: 500px;
    height: 150px;
    border-radius: 10px;
}

.locationfromnamep,
.receivefromnamep,
.objectpropsfromnamep,
.matpropsfromnamep,
.culturefromnamep {
    padding-left:10px;
    padding-right:10px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    /*width:300px;*/
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
}


.locationfromnamep input,
.objectpropsfromnamep input,
.matpropsfromnamep input,
.culturefromnamep input,
.receivefromnamep input {
    border: 0;
    outline: 0;
    width: 100%;
}

.locationfromnamep input:focus,
.objectpropsfromnamep input:focus,
.matpropsfromnamep input:focus,
.culturefromnamep input:focus,
.receivefromnamep input:focus {
    outline: none !important;
}

.locationfromnamep button,
.objectpropsfromnamep button,
.matpropsfromnamep button,
.culturefromnamep button,
.receivefromnamep button {
    margin-left: auto;
    height: 20px;
}

.collapsible {
    background: rgba(0, 0, 0, 0);
    color: #FFF;
    height: 100%;
    cursor: pointer;
    /*  width: 100%;*/
    border: none;
    text-align: left;
    outline: none;
    font-weight: bold;
    font-size: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background: rgba(0, 0, 0, 0.1);
}


.showsuggest {
    z-index: 9999;
    border: 1px solid #ccc;
}

.showsuggest li a {
    display: block;
    padding: .5em;
    font: .6em/1.2em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color: #444;
    text-decoration: none;
}

.showsuggest li a:hover {
    background-color: #e5f5ff;
    background-color: #333;
    color: white;
}

/*Josh's stuff*/


.showsuggest {
    position: absolute;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 0 0 8px #cccccc;
}

.suggestlist {
    padding-right: 10px;
    background-image: url(../../img/down.png);
    background-position: right 5px bottom 45%;
    background-repeat: no-repeat;
}

.sidebar-table-lightblue {
    background: #B8C4D9;
    width: 250px;
    border: 1pt;

    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}


.searchresultblock:hover {
    background: #D3D3D3;
}

.searchresultblock-odd {
    background: #efefef;
    height: 150px;
    padding-top: 10px;
    padding-left: 15px;
    border-color: #D3D3D3;
    border-width: 2px;
    border-style: solid;
    overflow: hidden;

}

.searchresultblock-even {
    border-color: #D3D3D3;
    border-width: 2px;
    height: 150px;
    padding-top: 10px;
    padding-left: 15px;
    border-style: solid;
    overflow: hidden;

}

.search-results-div {

}

.rigthsideopen {
    right: 0;
    position: fixed;
    width: 91px;
    transition: 0.5s;
    padding-top: 250px;
    z-index: 9999;

}

.rigthside {
    right: 0;
    position: fixed;
    /*border-style:solid;*/
    width: 0;
    /*    display: hidden;*/
    overflow-x: hidden;
    transition: 0.5s;
    top: 200px;
    max-height: 600px;
    background: white;
    z-index: 9999;


}

.rightsidecontent {
    margin-left: 25px;
}


.labl {
    display: block;
    width: 105px;
    float: left;
    text-align: center;
    background: #6D6D6D;
    border-radius: 3px;
    height: 21px;
    padding: 3px 3px 3px 3px;
    color: white
}

.labl > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.labl > input + div { /* DIV STYLES */
    cursor: pointer;
    width: 105px;
    height: 21px;

}

.labl > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    border: solid 1px orange;
    border-radius: 3px;

}


/*

        Handles all the discrete areas for content, search blocks, data blocks, etc.

*/


/* Form Layout
..................................... */
.main {
    width: 1160px;
    padding-left: 20px;
}

.details .main,
.modify .main,
.add .main {
    width: auto;
    min-width: 880px;
}

#taxonomic, #images {
    width: 1200px;
}

.uf-group {
    /*float:left;*/
    position: relative;
    overflow: hidden;
}

/*
.main {
        display:table;
        width:980px;
        }
.uf-form {
        display:table-row;
        }
.uf-group {
        display:table-cell;
        }


/* Form Elements
..................................... */
/* .input-text {} */
.full-width {
    width: 90%;
}

.showsuggest {
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;

    padding-right: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(../../img/down.png);
    background-position: right 5px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 0 0 8px #cccccc;
}

.showsuggest li a {
    display: block;
    padding: 2px;
    min-height: 10px; /**********ANKUR added to avoid blank space missing in dropdown list************/
    font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color: #444;
    text-decoration: none;
}

.showsuggest li a.genus-species {
    font-style: italic;
}

.showsuggest li.selected a,
.showsuggest li a:hover {
    background-color: #e5f5ff;
    background-color: #333;
    color: white;
}

.suggestlist {
    padding-right: 10px;
    background-image: url(../../img/down.png);
    background-position: right 5px;
    background-repeat: no-repeat;
}

.linked-value-box {
    height:200px;
    width:500px;
    border:solid 2px #000000;
    border-radius:10px;
    background: #FFFFFF;
    overflow: scroll;
}

/* Column Widths
..................................... */
/* default */
.uf-group {
    width: 320px;
}

/* page specific */


#elasmo-spm-id {
    width: 260px;
}

#elasmo-spm-attributes {
    width: 385px;
}

.modify #elasmo-spm-attributes,
.add #elasmo-spm-attributes {
    width: 345px;
}

#elasmo-spm-locality {
    width: 315px;
}

.modify #elasmo-spm-locality,
.add #elasmo-spm-locality {
    width: 295px;
}

#elasmo-spm-assc-parasites {
    width: 200px;
}

.modify #elasmo-spm-assc-parasites,
.add #elasmo-spm-assc-parasites {
    width: 260px;
}

#elasmo-spm-id th {
    width: 89px;
}

.modify #elasmo-spm-attributes th {
    width: 78.7px;
}

.search #elasmo-spm-attributes th {
    width: 88.7px;
}

.details #elasmo-spm-attributes th {
    width: 88.7px;
}

.add #elasmo-spm-attributes th {
    width: 78.7px;
}


/*.add #elasmo-spm-attributes td  {width:88.7px;}*/


/*#elasmo-spm-attributes td 			{width:88.7px;}*/
#elasmo-spm-locality th {
    width: 130px;
}

.details #elasmo-spm-assc-parasites tr:first-child th + th,
.search #elasmo-spm-assc-parasites tr:first-child th + th {
    text-align: center;
    width: 48px;
}

.details #elasmo-spm-assc-parasites th:first-child,
.search #elasmo-spm-assc-parasites th:first-child {
    width: 55px;
    text-align: left;
}

.details #elasmo-spm-assc-parasites td,
.search #elasmo-spm-assc-parasites td {
    text-align: center;
}

.details #elasmo-spm-assc-parasites td.left,
.search #elasmo-spm-assc-parasites td.left {
    text-align: left;
}

#elasmo-spm-assc-parasites table + table td {
    text-align: left;
}


#tpw-spc-name {
    width: 305px;
}

#tpw-spc-host {
    width: 250px;
}

#tpw-spc-locality {
    width: 250px;
}

#tpw-spc-specimens {
    width: 250px;
}

#tpw-spc-name th {
    width: 89px;
}

/*85px to 89px to match record data ANKUR */
#tpw-spc-name td th {
    width: 85px;
}

#tpw-spc-host th {
    width: 45px;
}

#tpw-spc-locality th {
    width: 8em;
}

#tpw-spc-specimens th {
    width: 55px;
}


.colony-tables {
    width: 320px;
}

#tpw-spm-morphology {
    width: 320px;
}

#tpw-spm-molecules {
    width: 320px;
}

#tpw-spm-img {
    width: auto;
    clear: left;
}

#tpw-spm-name th {
    width: 80px;
}

/* RM 07/21/2014 Added */
#tpw-spm-parasite th {
    width: 100px;
}

/*#tpw-spm-morphology td th 			{width:150px;}*/
#tpw-spm-parasite .nested tr th:last-child {
    width: auto;
}

#tpw-spm-parasite .nested tr th:first-child {
    width: 80px;
}

#tpw-spm-parasite .nested .yes-no {
    width: 10px;
}

#tpw-spm-morphology th {
    width: 138px;
}

/*#tpw-spm-morphology td th 			{width:150px;}*/
#tpw-spm-morphology .nested tr th:last-child {
    width: auto;
}

#tpw-spm-morphology .nested tr th:first-child {
    width: 80px;
}

#tpw-spm-morphology .nested .yes-no {
    width: 10px;
}

#tpw-spm-morphology .nested.morph tr td:last-child {
    width: 220px;
}

#tpw-spm-molecules th {
    width: 100px;
}

#tpw-spm-molecules .nested tr th:last-child {
    width: auto;
}

#tpw-spm-molecules .nested tr th:first-child {
    width: 30px;
}

#tpw-spm-molecules .nested .yes-no {
    width: 10px;
}

/* RM 07/21/2014 Added */
#lrp-parasite th {
    width: 100px;
}

#lrp-specimen-attributes th {
    width: 100px;
}

#lrp-host th {
    width: 100px;
}


#tpw-molspm-data {
    width: 230px;
}

#tpw-molspm-sequence {
    width: 600px;
}

#tpw-molspm-voucher {
    width: 330px;
}

#tpw-molspm-data th {
    width: 6.5em;
}

#tpw-molspm-data td + th {
    width: 2em;
}

#tpw-molspm-sequence th {
    width: 120px;
}

#tpw-molspm-sequence th + th {
    width: auto;
}

#tpw-molspm-sequence tr:nth-child(5) th:nth-child(2),
#tpw-molspm-sequence tr:nth-child(5) th:nth-child(3) {
    width: 20px;
}

#tpw-molspm-sequence .size14 {
    width: 95%;
}


/*
#tpw-molspm-sequence td th			{width:64px;}
#tpw-molspm-sequence td.nested table{width:120px;}	


#tpw-molspm-sequence table+table th+th {width:auto;}
#tpw-molspm-sequence #seq-data tr:first-child th:first-child,
#tpw-molspm-sequence #seq-data tr:first-child th:nth-child(2) {width:30px;}
#tpw-molspm-sequence #seq-data .size14 {width:95%;}

.details #tpw-molspm-sequence table+table tr:first-child  th:nth-child(2) {width:64px;}
.details #tpw-molspm-sequence table+table tr:first-child  th:nth-child(3) {width:259px;}
.details #tpw-molspm-sequence table+table tr td:nth-child(2) {text-align:center;}
/*
.modify #tpw-molspm-sequence table .uf-text,
.search #tpw-molspm-sequence table .uf-text {width:99%;}
.search #tpw-molspm-sequence table #providedby,
.modify #tpw-molspm-sequence table #providedby {width:97%;}
*/

#tpw-molspm-voucher th {
    width: 1px;
}


#citations {
    width: 480px;
}

.citations.search .uf-group.text-content {
    width: 480px;
}


#elasmo-spm-author,
#elasmo-spm-img {
    width: auto;
    margin-top: 10px;
}

#elasmo-spm-img {
    clear: left;
}


#elasmo-spm-img td,
#elasmo-spm-img img {
    vertical-align: text-top;
}


#citation-detail th {
    width: 4em;
}

#citation-detail td.col1 {
    width: 200px;
}


#tpw-molspm-voucher img {
    width: 100%;
}


/* Basic Forms
..................................... */
.uf-form th {
    vertical-align: top;
}

.uf-group {
    font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.uf-group-inner {
    border: 1px solid red;
    margin: 0 3px;
}

td.matu {
    width: 88.7px;
}

.uf-group h3 {
    padding: 5px 3px;
    font-size: 110%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
}

.uf-group table {
    width: 100%;
}

.uf-group table + table {
    border-top: 1px solid red;
}

.uf-group th,
.uf-group td {
    padding: 2px 3px;
    border-left: 1px solid #000;
    line-height: 1.3em;
}

.uf-group #seq-data td {
    text-align: center;
}

.uf-group tr + tr td,
.uf-group tr + tr th {
    border-top: 1px solid red;
}

.uf-group td.nested tr:first-child th,
.uf-group td.nested tr:first-child td {
    border-top: 0;
}

.uf-group th {
    border-left: 0;
}

.uf-group td + th,
.uf-group th + th {
    border-left: 1px solid red;
}

/* .uf-group td { }	ankur width:50px change */
.uf-group tr td:first-child {
    border-left-width: 0;

}

.uf-group td.nested {

    line-height: 2.5em;
    padding: 0;
}

.uf-group td.nested tr td {


    border-right: 0;
}

.uf-group .td-center td {
    text-align: center;
}


.uf-radio {
    /*margin:0;*/
    position: relative;
    top: 1px;
    right: 1px;
}

.uf-button.tiny {
    padding: 0 5px;
    font-size: 9px;
}

.uf-group table#citations-modify {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.uf-button.pdfdownload {
    width: 12em;
}

.uf-button.remove {
    display: inline-block;
    width: 6em;
    padding: 0 5px;
    font-size: 9px;
}

.uf-button-image-remove {
    background-color: #eee;
    background-image: -moz-linear-gradient(center top, #ffffff, #cccccc);
    border: 1px solid #707070;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    display: inline-block;
    /*padding:0 5px;*/
    font-size: 9px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    margin-left: 5px;
    text-decoration: none;
    text-align: center;
    width: 6em;
}

.history-table {
    display: flex;
    width: 100%;

    th {
        border: 1px transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    table tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    table tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    @media (min-width: 1024px) {
        justify-content: flex-end;
    }
}

.record-table {
    border-collapse: collapse;
    border: 1px transparent;
}

.record-table thead th {
    background: #555;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px transparent;
}

.record-table tbody td {
    padding: 6px 8px;
    border: 1px transparent;
}

.record-table tbody tr:nth-child(odd) {
    background: #e9edf3;
}

.record-table tbody tr:nth-child(even) {
    background: #d5d9df;
}

.record-table tbody td:first-child {
    font-weight: 700;
    white-space: nowrap;
}

.history-white-title {
    text-align: center;
    width: 100%;
    background-color: #333;
    color: white;
    margin: 0;
    padding-top: 2px;
}


/*  Box Colors
..................................... */
.box-blue table {
    background-color: #E4EFFD;
}

.box-blue .uf-group-title {
    background-color: #2668BB;
}

.box-blue th {
    background-color: #C7DBF4;
}

.uf-group.box-blue .uf-group-inner,
.uf-group.box-blue table,
.uf-group.box-blue th,
.uf-group.box-blue td,
.uf-group.box-blue th + td {
    border-color: #9BB9DE;
}

.uf-group.box-blue th {
    width: 89px;
}

.box-purple table {
    background-color: #f3e6ff;
}

.box-purple .uf-group-title {
    background-color: #4d0099;
}

.box-purple th {
    background-color: #dab3ff;
}

.uf-group.box-purple .uf-group-inner,
.uf-group.box-purple table,
.uf-group.box-purple th,
.uf-group.box-purple td,
.uf-group.box-purple th + td {
    border-color: #835cbc;
}

.box-red table {
    background-color: #FFE3EC;
}

.box-red .uf-group-title {
    background-color: #903651;
}

.box-red th {
    background-color: #f2bccc;
}

.uf-group.box-red .uf-group-inner,
.uf-group.box-red table,
.uf-group.box-red th,
    /*.uf-group.box-red th {width: 700px;}*/
    /*.uf-group.box-red th+td {width: 600px;}*/
.uf-group.box-red td,
    /*.uf-group.box-red td {width: 350px;}*/
.uf-group.box-red th + td {
    border-color: #dd92a9;
}

.box-brown table {
    background-color: #faf0d5;
}

.box-brown .uf-group-title {
    background-color: #c09c69;
}

.box-brown th {
    background-color: #d8be98;
}

.uf-group.box-brown .uf-group-inner,
.uf-group.box-brown table,
.uf-group.box-brown th,
.uf-group.box-brown td,
.uf-group.box-brown th + td {
    border-color: #c09c69;
}

.box-orange table {
    background-color: #FFF4EB;
}

.box-orange .uf-group-title {
    background-color: #c15e06;
}

.box-orange th {
    background-color: #FFDEC0;
}

.uf-group.box-orange .uf-group-inner,
.uf-group.box-orange th,
.uf-group.box-orange table,
.uf-group.box-orange td,
.uf-group.box-orange th + td {
    border-color: #efb785;
}

.box-green table {
    background-color: #e2e7b8;
}

.box-green .uf-group-title {
    background-color: #94a64a;
}

.box-green th {
    background-color: #afcd7c;
    width: 80px;
}

.uf-group.box-green .uf-group-inner,
.uf-group.box-green table,
.uf-group.box-green th,
.uf-group.box-green td,
.uf-group.box-green th + td {
    border-color: #94a64a;
}

.box-grey .uf-group-title {
    background-color: #333;
}

.box-grey th {
    background-color: #ccc;
}

.uf-group.box-grey .uf-group-inner,
.uf-group.box-grey table,
.uf-group.box-grey th,
.uf-group.box-grey td,
.uf-group.box-grey th + td {
    border-color: #aaa;
}

.box-yellow table {
    background-color: #faf0d5;
}

.box-yellow .uf-group-title {
    background-color: #e0b026;
}

.box-yellow th {
    background-color: #f9e5b3;
}

.uf-group.box-yellow .uf-group-inner,
.uf-group.box-yellow table,
.uf-group.box-yellow th,
.uf-group.box-yellow td,
.uf-group.box-yellow th + td {
    border-color: #f3d479;
}


.box-pink table {
    background-color: #eafafa;
}

.box-pink .uf-group-title {
    background-color: #248f8f;
}

.box-pink th {
    background-color: #c1f0f0
}

.uf-group.box-pink .uf-group-inner,
.uf-group.box-pink table,
.uf-group.box-pink th,
.uf-group.box-pink td,
.uf-group.box-pink th + td {
    border-color: #2eb8b8;
}


th.center,
td.center {
    text-align: center;
    vertical-align: middle;
}

.inner-table {
    border-top: none !important;
    padding: 0px !important;
}

/* .inner-table th, .inner-table td{
    padding: 0px !important;
 } */
.inner-table td th {
    border-left: medium none !important;
}

.inner-table tr th {

    border-left: none !important;
}

#specimens.citations th {
    width: 85px;
    vertical-align: middle;
}

#specimens.citations td {
    width: 300px;
}

#aagc-species-search-recorddata {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#aagc-species-search-recorddata table {
    background-color: #eee;
}

#aagc-species-search-recorddata .uf-group-title {
    background-color: #333;
}

#aagc-species-search-recorddata th {
    background-color: #ccc;
}

#aagc-species-search-recorddata th {
    width: 89px;
}

/* to match the blue box ANKUR */
#aagc-species-search-recorddata .uf-group-inner,
#aagc-species-search-recorddata table,
#aagc-species-search-recorddata th,
#aagc-species-search-recorddata td,
#aagc-species-search-recorddata th + td {
    border-color: #707070;
}

#aagc-species-details-recorddata {
    border-color: #333;
}

#aagc-species-details-recorddata table {
    background-color: #eee;
}

#aagc-species-details-recorddata .uf-group-title {
    background-color: #333;
}

#aagc-species-details-recorddata th {
    background-color: #ccc;
}

#aagc-species-details-recorddata td {
    background-color: #eee;
}

#aagc-species-details-recorddata th {
    width: 89px;
}

/* to match the blue box ANKUR */
#aagc-species-details-recorddata .uf-group-inner,
#aagc-species-details-recorddata table,
#aagc-species-details-recorddata th,
#aagc-species-details-recorddata td,
#aagc-species-details-recorddata th + td {
    border-color: #707070;
}

.uf-group-wide {
    width: 500px;
}

.aagc-koda-tables {
    border-color: #333 !important;
}

.aagc-koda-tables th {
    border-color: #333 !important;
}

.aagc-koda-tables td {
    border-color: #333 !important;
    border-right-width: 0px !important;
}

#koda-koda-details-recorddata {
    border-color: #333;
}

.colony_activity_table td label {
    padding: 1px 2px 0px 3px;
    display: block;
    width: 20px;
    float: left;

}

.specimen_type_table td label {
    margin-top: 3px;
    white-space: nowrap;
}

.colony_activity_table td input {
    margin-left: 1px;
    float: left;
}

.colony_activity_table td {
    text-align: left;
    vertical-align: top;
    border: none !important;
}

#sr-koda_date {
    width: 70px;
}

.uf-group th {
    vertical-align: top;
}

.specimen .uf-group .black-title {
    color: black
}


.specimen #taxonomic {
    width: 1500px;
}

#specimen-modify-image {
    width: 400px;
    overflow: visible;
}

.last-column {
    overflow: visible;
}

#specimen-modify-image .uf-file {
    width: 180px;

}

#specimen-detail-image {
    float: left;
    clear: left;
}


.ViewAssignedValues {
    background: #d7dee6;
    border-radius: 5px;
    border: none;
    padding: 5px 5px;
    font-size: 14px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    /*  font-weight: bold;*/
    /*text-shadow: 0 1px 0 #ffffff;*/
    /*box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.1);*/
    color: #555;
    -webkit-appearance: none; /* Removes default styles in WebKit browsers */
    -moz-appearance: none; /* Removes default styles in Firefox browsers */
}

.recordtable {
    width: 100%; /* Table takes the full width of the container */
    border-collapse: collapse; /* Borders are collapsed into a single border */
    margin: 20px 0; /* Margin above and below the table */
    font-family: 'Arial', sans-serif; /* Font styling for the table */
}

/* Table header (<th>) styles */
.recordtable th {
    background-color: #f2f2f2; /* Light grey background for headers */
    color: #333; /* Dark text color for contrast */
    font-weight: bold; /* Make header text bold */
    text-align: left; /* Align the header text to the left */
    padding: 10px; /* Add padding inside the header cells */
    border-bottom: 1px solid #ddd; /* A subtle border for each header cell */
}

/* Table body (<td>) styles */
.recordtable td {
    padding: 10px; /* Add padding inside the cells */
    text-align: left; /* Align the body text to the left */
    border-bottom: 1px solid #ddd; /* A subtle border for each cell */
}

/* Remove the bottom border from the last row to match the image styling */
.recordtable tr:last-child td {
    border-bottom: none;
}

/* If you want to add a hover effect to each row */
.recordtable tr:hover {
    background-color: #e8e8e8; /* Light grey background when hovered */
}

.field a {
    text-decoration: none; /* Removes the underline */
    color: inherit;
}

/* Style for zebra striping the rows if desired */
/*.recordtable tr:nth-child(even) {
    background-color: #f9f9f9;  Zebra striping for even rows 
}*/