body {
    padding-top: 75px;
}

body .container {
    width: 90%;
    max-width: 1440px;
}

.big6_logo {
    width: auto;
    height: 35px;
    margin: 5px 0;
    padding-right: 10px;
}


/*
    Shadows
*/

.z-depth-0 {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 000;
}

.chip:active,
.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important;
    z-index: 100;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)!important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)!important;
    position: relative;
    z-index: 150;
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
    position: relative;
    z-index: 200;
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)!important;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)!important;
    position: relative;
    z-index: 300;
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)!important;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)!important;
    position: relative;
    z-index: 400;
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22)!important;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22)!important;
    position: relative;
    z-index: 500;
}

.search-terms {
    font-size: 0.2em;
}

.text-staging {
    color: #9954BB !important;
}

a.text-staging,
.text-staging a {
    color: #6f378b !important;
}

.text-staging pre,
.text-production pre {
    display: inline;
    color: inherit;
}

.text-sandbox {
    color: #9954BB !important;
}

a.text-sandbox,
.text-sandbox a {
    color: #6f378b !important;
}

.text-sandbox pre,
.text-production pre {
    display: inline;
    color: inherit;
}

.bg-staging {
    background-color: #9954BB !important;
    color: #fff;
}

.bg-staging:hover {
    background-color: #803BA2 !important;
    color: #fff;
}

.bg-danger2 {
    background-color: #ffe0e0 !important;
    color: #000;
}

.bg-danger2:hover {
    background-color: #ffcccc !important;
    color: #000;
}

.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
    background-color: white !important;
}

.btn-xs {
    padding: 0.15rem 0.3rem;
    font-size: 0.75rem;
    line-height: 1.2;
    border-radius: 0;
}

.bg-warning2 {
    background-color: #feffe8 !important;
    color: #000;
}

.bg-warning2:hover {
    background-color: #fdffd6 !important;
    color: #000;
}

.text-production {
    color: #c93b00 !important;
}

a.text-production,
.text-production a {
    color: #FF5E1A;
}

.bg-production {
    background-color: #FF5E1A !important;
    color: #fff;
}

.bg-production:hover {
    background-color: #E64501 !important;
    color: #fff;
}

.text-preprod {
    color: #004e53 !important;
}

a.text-preprod,
.text-preprod a {
    color: #00757e;
}

.color-swatch {
    display: inline-block;
    position: relative;
    top: 7px;
    height: 25px;
    width: 25px;
    border: 1px solid black;
}

pre.job-output {
    border: 1px solid black;
    padding: 5px;
    white-space: pre-wrap;
    max-height: 100px;
    overflow: hidden;
    cursor: pointer;
    white-space: pre-wrap;
}

#source-modal pre {
    max-height: calc(100vh - 11rem);
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8);
    white-space: pre-wrap;
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

td.website-pointer {
    padding: 0;
}

.website-pointer a {
    padding: 0.5em 0.75em;
    width: 100%;
    height: 3.2em;
    display: block;
    text-decoration: none;
}

.website-pointer a:hover {
    background-color: #eee;
}

.img-thumbnail {
    max-width: 75%;
    max-height: 70px;
}

table.edit td.drag {
    width: 20px;
    font-size: 20px;
    cursor: move;
}

.website-info textarea {
    color: #E99002;
    border: 2px solid #E99002;
}

.website-edit-homepage textarea {
    width: 100%;
}

.deletable {
    position: relative;
}

.deletable.deleted {
    background-color: rgba(128, 0, 0, .30);
}

.links div {
    white-space: nowrap;
}

.primary {
    font-weight: bolder;
    white-space: nowrap;
}

.alias a {
    font-weight: thin;
    white-space: nowrap;
    margin-left: 1em;
}

.row.logos {
    padding: 2em 0;
    background-color: #c5c5c5;
}

.row.logos .img-thumbnail {
    background-color: transparent;
    border-width: 0px
}

input.clipboard {
    width: 10px;
    height: 10px;
}

.website-search {
    position: relative;
    top: -5px;
    margin: 5px 0 0 20px;
}

.website-search .help,
.website-search .results_on_deck {
    display: none;
}

.website-search .form-group {
    margin-bottom: 0;
}

.website-search .form-control {
    margin-top: 0.5rem;
    height: 2.0rem;
    padding: 0.5rem;
}

#ui-id-1 {
    z-index: 2000;
}

#ui-id-1 a {
    text-decoration: none;
}

.screenshot_img {
    height: auto;
    width: 200px;
}

.screenshot_img:hover {
    cursor: pointer;
    opacity: .5;
}

.screenshot_change {
    font-weight: 600;
}

.screenshot_version {
    color: #008cba;
    font-weight: 600;
}

.shot_toggle {
    width: 200px;
    margin-bottom: 10px;
}

.screenshot-dropdown.show {
    top: 104px !important;
}

.copy_icon {
    color: darkgrey;
}

.copy_icon:hover {
    cursor: pointer;
    color: #0079a1;
}

#bench_full,
#bench_drop {
    margin-top: 20px;
}

.benchmarks_fld {
    font-size: 10px;
}

.benchmarks_font {
    font-size: 14px !important;
}

.benchmark-orange {
    color: #DA6612 !important;
}

body .badge {
    border-radius: 15px;
}
