﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.50rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.50rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}



.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.50rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.50rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -3rem !important;
}


.pe-n1 {
    padding-right: -0.25rem !important;
}

.pe-n2 {
    padding-right: -0.50rem !important;
}

.pe-n3 {
    padding-right: -1rem !important;
}

.pe-n4 {
    padding-right: -1.5rem !important;
}

.pe-n5 {
    padding-right: -3rem !important;
}


.ps-n1 {
    padding-left: -0.25rem !important;
}

.ps-n2 {
    padding-left: -0.50rem !important;
}

.ps-n3 {
    padding-left: -1rem !important;
}

.ps-n4 {
    padding-left: -1.5rem !important;
}

.ps-n5 {
    padding-left: -3rem !important;
}


.pt-n1 {
    padding-top: -0.25rem !important;
}

.pt-n2 {
    padding-top: -0.50rem !important;
}

.pt-n3 {
    padding-top: -1rem !important;
}

.pt-n4 {
    padding-top: -1.5rem !important;
}

.pb-n5 {
    padding-bottom: -3rem !important;
}


.pb-n1 {
    padding-bottom: -0.25rem !important;
}

.pb-n2 {
    padding-bottom: -0.50rem !important;
}

.pb-n3 {
    padding-bottom: -1rem !important;
}

.pb-n4 {
    padding-bottom: -1.5rem !important;
}

.pb-n5 {
    padding-bottom: -3rem !important;
}


right

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.SGb {
    font-weight: bold;
}

.SGw99 {
    width:99%;
    min-width:99%;
}

.SGw95 {
    width: 95%;
    min-width: 95%;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

.overline {
text-decoration:overline;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.top4 {
margin-top:4px;
}
.top6 {
margin-top:6px;
}

.top8 {
margin-top:8px;
}

.top10 {
margin-top:19px;
}
.top12 {
margin-top:12px;
}
.top14 {
margin-top:14px;
}
.top16 {
margin-top:16px;
}

.center {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    align-content: center;
    text-align: center;
    top: 0px;
    left: 0px;
}

.centerGray {
    width: 99%;
    min-width: 99%;
    max-width: 99%;
    align-content: center;
    text-align: center;
    top: 0px;
    left: 0px;
    background-color: lightgrey;
    font-weight: bold;
}


.labelRight {
    text-align: right;
}

.boxgrigio {
    background-color: lightgray;
    padding: 8px;
}

.inlineLeft3Col {
    display: inline;
    float: left;
    width: 33%;
}

.labekNoWrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.labelWrap {
    word-wrap: break-word;
    word-break: break-all;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 3px;
}


.SGmin {
    min-width: 120px;
    max-width: 80%;
    max-width: 300px;
    margin: 2px;
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
