﻿/*body {
    padding-top: 50px;
    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 */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.loginErrorLbl {
    color: red;
    padding-top: 5px;
}

.stystem-status {
    display: none;
}

.delete-system {
    white-space: nowrap;
}

.delete-video {
    white-space: nowrap;
}

.navbar-header {
    padding-left: 500px
}

.footerHeader {
    align-content: center;
    align-items: center;
    width: 100%;
    text-align: -webkit-center;
    height: 20px !important;
}

.footerNav {
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 20px !important;
}

.toggle-icon:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    padding: 14px 8px 8px 8px;
}

.accordion-opened .toggle-icon:after {
    content: "\f077";
}

.float-right {
    float: right;
}

.d-none {
    display: none !important;
}

.scorecard-para 
{
    padding: 35px;
    font-size: smaller
}

.lbl_error {
    color: red;
    padding-top: 5px;
}

.lnk_pwd {
    color: black;
    font-weight: bold
}

.no-bg {
    background: none !important;
    border: none;
    box-shadow: none;
}

.nowrap {
    white-space: nowrap;
}

.payment-banner {
    padding: 10px;
    background: #f05833;
    color: #fff;
    font-weight: bold;
    min-height: auto;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    margin: 0 -1%;
}

.error-body {
    background: #f5f5f5 !important;
}

.error-section {
    background: #f5f5f5 !important;
}


.error-title {
    color: red;
}

.error-message {
    color: red;
}


.error-nav {
    color: red;
}

.accountSelect, .selMonth, .State {
    color: grey;
    height: 28px
}

.CreditCardType {
    color: grey;
    height: 30px
}