.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900 \9;
}

div.container a.brand {
    background: url("../images/logo-fnal.png") no-repeat scroll 0 0px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 250px;
	color: rgb(222, 179, 8);
}
.soliant-yellow {
    color: rgb(222, 179, 8);
}

table {
    padding: 10px;
    border-spacing: 10px;
    cellpadding: 10px;
}

.advSearch {
    display: none;
}



html {
    color: #444;
    overflow-x: hidden;
}

/*body {*/
    /*background: #e6e6e6;*/
    /*color: #444;*/
    /*font-size: 13px;*/
    /*letter-spacing: 0.02em;*/
    /*line-height: 1.5;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

a {
    color: #399;
}

a:hover {
    color: #399;
    text-decoration: underline;
}

/*
Tables
------------------------------
*/
/*table {*/
    /*border-collapse: collapse;*/
    /*margin: 0 0 15px 0;*/
/*}*/

/*table tr {*/

/*}*/

/*table th {*/
    /*background: #e6e6e6;*/
    /*border-bottom: 1px solid #ccc;*/
    /*font-size: 1.1em;*/
    /*font-weight: bold;*/
    /*padding: 4px 8px;*/
/*}*/

/*table td {*/
    /*border-bottom: 1px solid #ccc;*/
    /*padding: 4px 8px;*/
/*}*/

/* table w/ borders */
/*.table-bordered {*/

/*}*/

/*.table-non-bordered th,*/
/*.table-non-bordered td {*/
    /*border: 1px solid #ccc;*/
/*}*/

/* table w/ NO borders */
/*.table-non-bordered {*/

/*}*/

/*.table-non-bordered th,*/
/*.table-non-bordered td {*/
    /*border: none;*/
/*}*/


.table-nonfluid {
    width: auto !important;
}

/*
---------------------------
Typography
---------------------------
*/
h1, h2, h3, h4, h5, h6, h7 {
    color: #039;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

h1 {  /* reserved for header title */
    font-size: 2.6em;
    letter-spacing: 0;
}

h2 {
    font-size: 1.9em;
}

.page-title,
#main .content-inner h2:first-child {
    border-bottom: 1px solid #ddd;
    font-size: 2.3em;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0.1em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.3em;
    margin-bottom: 0.1em;
}

h5 {
    font-size: 1.15em;
    margin-bottom: 0.1em;
}


img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.image-border,
img.border {
    border: 1px solid #ddd;
    padding: 3px;
}

img.border-style-1 {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 12px 0;
    padding: 6px 0;
}

hr {
    background: #ccc;
    border-width: 0;
    clear: both;
    color: #ccc;
    height: 1px;
    margin: 1.2em 0 !important;
}

.column-1 {
    width: 150px;
}

.column-1 img {
    max-width: 150px;
}

.error {
    font-size: 1.9em;
    color: darkred;
}

.success {
    color: darkgreen;
}

#example_paginate {
    width: 90%;
}

div.dataTables_length {
    padding-left: 2em;
}

div.dataTables_length,
div.dataTables_filter {
    padding-top: 0.55em;
}

@-moz-document url-prefix() {
    .ff-realign {
        margin-top: -30px !important;
    }
}

.social-interact {
    padding-bottom: 0.5em;
}

.social-icons a {
    font-size: 21px;
    color: #FFF;
    display: inline-block;
    margin: 1px 3px;
    width: 32px;
    height: 32px;
}

.social-icons i {
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.social-icons .facebook {
    background: #3c589a;
}

.social-icons .twitter {
    background: #68acd2;
}

.social-icons .instagram {
    background: #e95950;
}

.social-icons .google {
    background: #de2127;
}

.social-icons .youtube {
    background: #e72c2e;
}

.social-icons .flickr {
    background: #ff329c;
}

.social-icons .linkedin {
    background: #0993be;
}

/*
----------------------------
IE8 fix
----------------------------
*/

/* change hight to allow for height of your left navigation */
.lt-ie9 .not-front #main #sidebar-first {
    height: 700px;
}
/*
----------------------------
END: IE8 fix
----------------------------
*/

.smalltext {
    font-size: .75em;
}

.displayblock label {
    display: block;
}

div.padded-radio label {
    margin-right: 10px;
}

div.padded-radio input {
    margin-right: 5px;
}

#result-table_processing {
    top: 100px;
}

.media-gallery-thumbnail {
    position: relative;
    display: inline-block;
}
.media-gallery-thumbnail::before {
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 25px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
    opacity: .5;
}

#simpleSearch button.advanced-search {
    margin-left: 30px;
}

#simpleSearch .tooltip {
    text-align: left;
}

#main #content ul.advanced-search-options {
    list-style: none;
    padding-left: 0;
}

.gallery-button {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.gallery-list-row .gallery-thumbnail {
    height: 150px;
    width: auto;
}

.gallery-list-row .gallery-name {
    margin-top: 0;
}

.popover-wrapper {
    margin-top: -5px;
}