/*
AgInfoMan - main.css
Written by Mark L. Kinsel
Agricultural Information Management, Inc
Copyright, 2018
*/

footer p {
    text-align: right;
}

thead, th {
    text-align: center;
}

tfoot, td {
    text-align: center;
}

.edit:hover, .clone:hover, .delete:hover {
    text-decoration: none;
    cursor: pointer;
}
 
.link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.redirect {
  color: red;
  cursor: pointer;
}

.form-group .chosen-container {
    width: 100% !important;
}

.form-group .chosen-container .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12 px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    color: #000 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
            
.form-group .chosen-container-single .chosen-drop {
    margin-top: -21px;
}

.menu {
    font-size: 125%;
}

.close {
    float: right;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 60vh;
    width: 60vw;
}
