﻿/* Move down content because we have a fixed navbar that is 50px tall */
a.msgPassword {
    font-style: italic;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
}

blockquote {
    border-left: none;
}

html {
    text-size-adjust: 100%;
}

input {
    border-width: 1px;
}

input[type=image] {
    border-width: 0;
    max-width: 16px;
}

input[type=tel] {
    width: 120px;
}

input[type=password] {
    width: 140px;
}

input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

label {
    font-weight: normal;
}

select {
    font-size: 10pt;
    height: 24px;
}

.borderBtmRt {
    border-color: #333333;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
}

.borderRt {
    border-right: 1px solid #333333;
}

.bottomAlign {
    vertical-align: bottom;
}

.btn {
    padding: 2px 6px;
}

.btn-link {
    border: none;
    display: inline;
    margin-bottom: initial;
    padding: 0;
    vertical-align: initial;
}

a:active,
a:focus,
.btn-link:active,
.btn-link:focus {
    outline: none;
}

.btn-administration,
.btn-wizard {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-administration:hover,
.btn-administration:focus,
.btn-administration:active,
.btn-wizard:hover,
.btn-wizard:focus,
.btn-wizard.active {
  color: black;
  background-color: aqua;
  border-color: #008888;
}

.btn-administration,
.btn-wizard.active {
  background-image: none;
}

.btn-administration {
    width: 125px;
}

.centeredBlock {
    margin: 0 auto;
}

.centeredContent {
    align-content: center;
}

.centerText {
    text-align: center;
}

.charsRemaining {
    border: 0;
    border-spacing: 0; 
    padding: 0; 
}

.charsRemainingCells {
    font-size: 8pt; 
    font-style: italic;
}

.commandBtn {
    margin-top: 5px;
}

.commandCell {
    width: 24px;
}

.commandColumn {
    padding: 0;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.dropdown-menu,
.dropdown .open > li,
.dropdown .open > li > a,
.dropdown-menu > li,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #080808;
    border: 0px;
}

.ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.externalBorder {
    border: 1px solid #333333; 
    border-collapse: separate; 
    border-spacing: 3px;
    width: 320px; 
}

.font9pt {
    font-size: 9pt;
}

.font10pt {
    font-size: 10pt;
}

.font12px {
    font-size: 12px;
}

.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
}

.inputLabelCell {
    padding-right: 5px;
    text-align: right;
}

.inputRequired {
    color: red;
    font-size: 16px;
}

.leftText {
    text-align: left;
}

.modal-header {
    background-color: #666666;
    color: white;
}

.navCell {
    cursor: pointer;
}

.nav a .caret {
    border-top-color: #999999;
}

.nav a:focus .caret,
.nav a:hover .caret {
    border-top-color: white;
}


.glyphicon,
.nav,
.nav > li,
.nav .open a,
.navbar-collapse,
.navbar-inverse .navbar-header,
.navbar-inverse .navbar-header .navbar-toggle,
.navbar-inverse {
    background-color: #080808;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cccccc;
    background-color: #080808;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #080808;
}

.noDisplay {
    display: none;
}

.outerBorder {
    border: 1px solid #333333; 
    border-collapse: separate;
}

.paddingLeft5 {
    padding-left: 5px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.pointer {
    cursor: pointer;
}

.rightText {
    text-align: right;
}

.scrollingDiv {
	border: 1px solid #333333;
	height: 322px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2px 0px 2px 10px;
}

.shadow {
    border: 1px solid #666666;
    box-shadow: 2px 2px 3px #aaaaaa;
    -moz-box-shadow: 2px 2px 3px #aaaaaa;
    -webkit-box-shadow: 2px 2px 3px #aaaaaa;
}

.textShadow {
    text-shadow: 2px 2px #cccccc;
}

.toolButton {
    border: 1px solid white;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
}

.toolButton:hover {
    border-color: black;
}

.toolButtonClassic {
    border: 1px solid white;
    cursor: pointer;
    display: inline-block;
    padding: 1px 5px 1px 5px;
    text-align: center;
    vertical-align: middle;
}

.toolButtonClassic:hover {
    border-color: black;
}

.topAlign {
    vertical-align: top;
}

.waiting * { 
    cursor: wait;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
@media (min-width: 768px) {
    input[type=email],
    input[type=text],
    input[type=url],
    select,
    textarea {
        max-width: 200px;
        min-width: 176px;
    }

    input[type=text].invoiceMsg {
        max-width: 250px;
    }

    select.filterList {
        min-width: unset;
    }

    select#lstFilterValue,
    select#lstBoxFilters {
        width: 200px;
    }

    .body-content {
        max-width: 800px;
    }

    .body-content,
    .footer-content
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .charsRemaining {
        width: 200px;
    }

    .closeView {
        position: absolute; 
        top: -1px; 
        right: 0;
        height: 22px;
        width: 22px;
        text-align: center;
        font-size: 17px;
        background-color: #cfcfcf;
        vertical-align: middle;
        color: white;
        border: 1px solid #333333;
    }

    .closeView:hover {
        background-color: red;            
    }

    .closeView > a {
        color: #333333;
        text-decoration: none;
    }

    .div-main {
        max-width: 720px;
    }

    .footer-content {
        max-width: 720px;
    }

    .input {
        width: 240px;
    }

    #divToolbarClassic,
    .administration,
    .invoiceItems,
    .invoicePayments,
    .invoiceTotals,
    .paymentItems,
    .outerBorder,
    .toolBar,
    .wizard {
        width: 600px;
    }

    .invoiceMsg {
        width: 250px;
    }

    .invoiceTotals {
        border-collapse: separate;
    }

    .padding2020 {       
        padding: 20px 20px;
    }

    .toolBar {
        height: 23px;
    }

    .toolsHeight {
        height: 389px;
        min-height: 389px;
        max-height: 389px;
    }
}

@media (max-width: 767px) {
    input,
    select,
    textarea {
        max-width: 140px;
    }

    footer {
        font-size: 12px;
    }

    .body-content {
        max-width: 390px;
    }

    .body-content,
    .footer-content
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .countries
    {
        max-width: 140px;
    }

    .div-main {
        max-width: 320px;
    }

    .footer-content {
        max-width: 320px;
    }

    .inputLabelCell {
        font-size: 12px;
    }

    .invoiceMsg {
        width: 150px;
    }

    .leftText {
        font-size: 12px;
    }

    #divToolbarClassic,
    .outerBorder,
    .toolBar,
    .wizard {
        width: 360px;
    }

    .padding2020 {
        padding: 10px 10px;
    }

    .tierPricing {
        width: 328px;
    }

    .states {
        min-width: 140px;
    }
}

#txtZip,
#txtBillingZip {
    min-width: 85px;
    width: 85px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
