﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
select {
    max-width: 280px;
}


.navbar-background {
    background-color: #2a2a2f !important;
    border-color: #2a2a2f !important;
    color: white !important;
}

.links-container {
    align-items: end;
}

.links-container {
    float: right;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

.jumbotron {
    background-color: white !important;
    height: 44rem;
}

.title-container {
    text-align: center;
    width: 100%;
}

.subtitle {
    font-size: 15px !important;
}

.contents-container {
    position: relative;
}

.contents-container div {
    float: left;
    clear: none;
}

.form-container {
    width: 100%;
    border: 0.1rem solid #929292;
    height: 21rem;
    border-radius: 0.5rem;
    margin-top: 4rem;
}

.btn-create-link {
    width: 15rem;
    height: 4.8rem;
    background-color: #444444;
    color: white;
    border: none;
    border-radius: 3px;
}

.text-input {
    height: 5.8rem;
    border: none;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-size: 1.5rem;
    width: 19rem !important;
    margin-top: 1rem;
}

.icon-container {
    width: 2rem;
    margin-left: 2rem;
    margin-top: 1.8rem;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control {
    -webkit-box-shadow: none !important;
    transition: none;
    box-shadow: none !important;
}

.link-container {
    text-align: center;
}

.show-link {
    border: none;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    max-width: 100%;
    -webkit-box-shadow: none !important;
}

.spinner-component {
    margin: 5px;
}

.decrypt-spinner {
    margin-top: 11rem;
}

.logo-container {
    text-align: center;
}

.aberdeen-logo {
    height: 100px;
    width: 200px;
    margin-top: 25px;
}

.password-container {
    border-radius: 8px;
    background-color: #e7e7e7;
    border-radius: 8px;
    border: 0.2px solid #7d7d7d;
    min-height: 24rem;
}

.show-link-password {
    background-color: #e7e7e7 !important;
    color: black;
    height: 10rem;
    margin-bottom: 3rem;
    border-radius: 8px;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    border: none;
}

textarea {
    resize: none;
}

.submit-area {
    position: absolute;
    right: 0;
    top: 16rem;
}

.wrapper {
    padding: 20px;
    margin: 15px 0;
    background-color: #0f9d58;
}

textarea {
    font-size: 20px;
    width: 100%;
}

.copy-button-container {
    text-align: center;
}

.copy-generated-button {
    border: none;
    color: black;
    background-color: white;
}

.copy-generated-container {
    text-align: right;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .text-input {
        width: 60rem !important;
    }
}


@media only screen and (min-width: 992px) {
    .text-input {
        width: 86rem !important;
    }
}

@media only screen and (min-width: 1025px) {
    .text-input {
        width: 100rem !important;
    }
}