﻿
.nav {
    display: block;
}
.navbar {
    min-height: 120px !important;
    justify-content: normal;
}
.navbar-brand {
    padding: 8px 0px;
    display:inline;
}

#topbar {
    background: #000000;
}

#topbar .navbar-header {
    background: #000000;
}
#topbar .topbar-main {
    background: #000000 !important;
}

#topbar .navbar-top-links li > a:hover {
    background: #0E77BB !important;
}
/*
    this places ellipses when trxt overflows area
.panel .table tr td {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 0;
}

*/
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.panel.panel-purple {
    border-color: #5651BC;
}

    .panel.panel-purple > .panel-heading {
        color: #FFFFFF;
        background: #5651BC;
        border-color: #5651BC !important;
    }

    .panel.panel-purple > .panel-footer {
        color: #FFFFFF;
        background: #5651BC;
        border-color: #5651BC !important;
    }

.panel.panel-red {
    border-color: #CF4B56;
}

    .panel.panel-red > .panel-heading {
        color: #FFFFFF;
        background: #CF4B56;
        border-color: #CF4B56 !important;
    }

    .panel.panel-red > .panel-footer {
        color: #FFFFFF;
        background: #CF4B56;
        border-color: #CF4B56 !important;
    }

.panel.panel-blue {
    border-color: #0E77BB;
}

    .panel.panel-blue > .panel-heading {
        color: #FFFFFF;
        background: #0E77BB;
        border-color: #0E77BB !important;
    }
    .panel.panel-blue > .panel-body {
        background: #FFFFFF;
    }

.panel.panel-blue > .panel-footer {
    color: #FFFFFF;
    background: #0E77BB;
    border-color: #0E77BB !important;
}
.navbar-static-side ul li a {
    color: #828282;

}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-static-side ul li.active a {
    background: #5651BC; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #5651bc 50%, #5651bc 51%, #b376af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E77BB), color-stop(50%,#2c72a1), color-stop(51%,#5651bc), color-stop(100%,#b376af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5651bc', endColorstr='#b376af',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.navbar-static-side ul li a:hover,
.navbar-static-side ul li a:focus {
    background: #5651BC; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #5651bc 50%, #5651bc 51%, #b376af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E77BB), color-stop(50%,#2c72a1), color-stop(51%,#5651bc), color-stop(100%,#b376af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%,#5d5a9e 50%,#5651bc 51%,#b376af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5651bc', endColorstr='#b376af',GradientType=0 ); /* IE6-9 */
    transition: 0.2s all ease-in-out;
    outline: none;
    color: #FFF;
}

.navbar-static-side ul:first-child {
    border-top: 1px solid #fff;
}

a:hover, a:focus {
    color: #bb4b0e;
    text-decoration: none;
}

.btn-primary {
    color: #ffffff;
    border: 1px solid #2A054D;
    background-color: #bb4b0e;
    border: 1px solid #bb4b0e;
}

    .btn-primary:hover {
        border: 1px solid #bb4b0e;
        background-color: #2A054D;
    }

    .btn-primary:active {
        border: 1px solid #bb4b0e;
        background-color: #2A054D;
    }

    .btn-primary:focus {
        border: 1px solid #bb4b0e;
        background-color: #2A054D;
    }

.btn-secondary {
    color: #ffffff;
    border: 1px solid #AC99BA;
    background-color: #856A9A;
}

    .btn-secondary:hover {
        color: #ffffff;
        border: 1px solid #78719E;
        background-color: #3D346C;
    }

    .btn-secondary:active {
        color: #ffffff;
        border: 1px solid #78719E;
        background-color: #3D346C;
    }

    .btn-secondary:focus {
        color: #ffffff;
        border: 1px solid #78719E;
        background-color: #3D346C;
    }

.aspNetDisabled, .aspNetDisabled:hover, .aspNetDisabled:active, .aspNetDisabled:focus {
    cursor: default;
    /*color: #ffffff;
    border: 1px solid #C0C0C0;
    background-color: #eee;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.large-text-label {
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
#ctl00_MainContent_chkAgreementItems {
    color: #999999;
    border: none;
    background: none;
}

    #ctl00_MainContent_chkAgreementItems > span {
        color: #999999;
        border: none;
        background: none;
        display: block;
        margin-bottom: 10px;
    }

        #ctl00_MainContent_chkAgreementItems > span > label {
            display: inline;
            margin-left: 10px;
        }

.form-control[disabled] {
    color: #999;
}

#modalAddCard > div > div > div.modal-body {
    padding: 0;
}

#modalAddCard > div > div > div > div {
    margin: 0;
}

#tab-general > div.col-lg-12 > div > div.panel-body > div > div:nth-child(2) > span > a {
    margin: 0;
    padding: 10px 0 0 0;
}

.table > tbody > tr:nth-child(1) > th {
    border-top: none;
}

.no-margin {
    margin-top: 0px;
}

.view-invoice {
    cursor: pointer;
}

.thumbnail {
    padding: 15px;
}

#totop {
    border: 3px solid #0E77BB;
}

    #totop:hover {
        background: #bb4b0e;
    }

    #totop i {
        color: #bb4b0e;
    }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    cursor: default;
    color: #ffffff;
    border: 1px solid #C0C0C0;
    background-color: #eee;
}

.alert-custom {
    background-color: #CEA7C1;
    color: #555;
}

.dynatable-per-page-select, .dynatable-search input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.dynatable-search input {
    float: right;
}

.dynatable-per-page-label {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.text-filter-box .input-group {
    width: 250px;
}

.input-group .input-group-addon {
    border-color: #ccc;
}

.text-filter-box .input-group input {
    float: left;
}

#lnkNewCard {
    margin-top: 10px;
    display: block;
}

#modalViewInvoice > div > div > div.modal-header {
    border-bottom: none;
}

.dynatable-page-link, .dynatable-page-break {
    display: inline-block;
    color: #999;
    background: #efefef !important;
    border: 3px solid #999;
    margin: 0 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dynatable-active-page {
    border-radius: 0px !important;
    color: #000;
}

.dynatable-pagination-links span,
.dynatable-pagination-links li {
    display: inline-block;
}

.dynatable-record-count {
    display: block;
    padding: 5px 0;
}

.dynatable-search {
    float: right;
    margin-bottom: 10px;
}

.dynatable-pagination-links {
    float: right;
}

#grdInvoices > tbody > tr {
    cursor: pointer;
}

#btnClear {
    background: #fff;
    height: 34px;
}

#dynatable-query-search-grdInvoices, #dynatable-query-search-tblUsers {
    border-right: none;
    border-left: none;
}

    #dynatable-query-search-grdInvoices:focus + button {
        border-color: #999999;
    }

    #dynatable-query-search-grdInvoices:focus {
        border-left: none;
    }

.panel-default > .panel-heading {
    color: #999999;
}

#grdInvoice tbody tr td {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#invoice > div:nth-child(1) > div > div.invoice-title > h3 {
    margin: 0 0 10px 0;
}

#invoice {
    padding-top: 10px;
}


.manage {
    width: 100%;
}

a.equipment {
    display: block;
}

span.equipment {
    display: block;
}

a.thumbnail span {
    padding: 0;
}

a.thumbnail:hover {
    background: #bb4b0e;
    color: #fff;
}

.file-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .file-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .file-group h5 {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin: 0;
    }

.file-group-lg > .file-group-addon, .file-group-lg > .file-group-btn > .btn {
    height: 64px;
    padding: 10px 16px;
    font-size: 64px;
    line-height: 1.33;
    border-radius: 6px;
}

select.file-group-lg > h5, select.file-group-lg > .file-group-addon, select.file-group-lg > .file-group-btn > .btn {
    height: 64px;
    line-height: 46px;
}

textarea.file-group-lg > h5, textarea.file-group-lg > .file-group-addon, textarea.file-group-lg > .file-group-btn > .btn, select[multiple].file-group-lg > h5, select[multiple].file-group-lg > .file-group-addon, select[multiple].file-group-lg > .file-group-btn > .btn {
    height: auto;
}

.file-group-addon, .file-group-btn, .file-group h5 {
    display: table-cell;
}

    .file-group-addon:not(:first-child):not(:last-child), .file-group-btn:not(:first-child):not(:last-child), .file-group h5:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.file-group-addon, .file-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.file-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

    .file-group-addon:hover {
        color: #fff;
    }

    .file-group-addon.file-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .file-group-addon.file-lg {
        padding: 10px 16px;
        font-size: 18px;
    }

    .file-group-addon file[type=radio], .file-group-addon file[type=checkbox] {
        margin-top: 0;
    }

.file-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .file-group-btn > .btn {
        position: relative;
    }

        .file-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .file-group-btn > .btn:hover, .file-group-btn > .btn:focus, .file-group-btn > .btn:active {
            z-index: 2;
        }

    .file-group-btn:first-child > .btn, .file-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .file-group-btn:last-child > .btn, .file-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }


.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 105px;
    overflow: auto;
}

    .flex-center p {
        margin: 0;
    }

.container {
    margin-top: 1%;
}

/*Wizard*/
.list-group-item.success,
.list-group-item.success:hover,
.list-group-item.success:focus {
    background-color: #7aba7b;
    border-color: #7aba7b;
    color: #ffffff;
}

    .list-group-item.success > h4 {
        color: #ffffff;
    }

.list-group-item.error,
.list-group-item.error:hover,
.list-group-item.error:focus {
    background-color: #d59392;
    border-color: #d59392;
    color: #ffffff;
}

    .list-group-item.error > h4 {
        color: #ffffff;
    }

.list-group .list-group-item.active {
    background: #bb4b0e;
    border-color: #bb4b0e;
}

    .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
        background: #3A1953;
        border-color: #3A1953;
    }

.add-to-cart {
    width: 100%;
    margin-top: 15px;
}

.qty {
    display: inline;
    width: 33.333333333333%;
}

.strong {
    font-weight: bold;
}

.danger-text {
    color: #d9534f;
}

.success-text {
    color: #5cb85c;
}

#wrap {
    margin-left: 15px;
    margin-right: 15px;
    float: none;
}

@media (max-width: 767px) {
    #topbar .navbar-header #logo {
        padding-left: 20px;
    }

    #grdInvoices > tbody > tr > td:nth-child(2), #grdInvoices > tbody > tr > td:nth-child(4), #grdInvoices > thead > tr > th:nth-child(2), #grdInvoices > thead > tr > th:nth-child(4) {
        display: none !important;
    }

    #tblUsers > tbody > tr > td:nth-child(3), #tblUsers > tbody > tr > td:nth-child(4), #tblUsers > tbody > tr > td:nth-child(5) {
        display: none !important;
    }

    .dynatable-per-page-label {
        display: none !important;
    }

    .text-filter-box .input-group input {
        width: 166px;
    }

    .text-filter-box .input-group {
        width: 230px;
    }

    .dynatable-search-tblUsers {
        width: 202px;
    }

    .dynatable-pagination-links {
        float: none !important;
        padding: 0;
        text-align: center;
    }

    .dynatable-record-count {
        text-align: center;
    }

    #dynatable-pagination-links-grdInvoices > li:nth-child(1) {
        display: none !important;
    }

    #grdInvoice > tbody > tr > td:nth-child(1) {
        max-width: 140px;
        overflow: hidden;
    }

    #grdInvoice > tbody > tr > td:nth-child(2) {
        text-align: right;
    }

    #lnkNewCard {
        margin-top: 0px;
    }

    .page-content {
        min-height: inherit;
    }

    #btnAdd {
        width: 100%;
    }

    #wrap {
        margin: 0px;
        padding: 0px;
    }

    .buttons a {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

        .buttons a:nth-child(2) {
            margin-top: 15px !important;
        }

        .buttons a:last-child {
            margin-top: 15px !important;
        }

    #topbar .navbar-top-links {
        margin-right: 0;
    }
    .table td {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.navbar-static-side ul > li > ul {
    padding: 0px;
}

    .navbar-static-side ul > li > ul li a {
        padding: 0px 40px;
    }

    .navbar-static-side ul > li > ul > li {
        background: #F5F7F8; /* Old browsers */
        padding: 10px 0px;
    }

.navbar-static-side ul li .nav-second-level li a {
    background-color: transparent;
    border-bottom: none;
}

.navbar-static-side ul li .nav-second-level li {
    border-bottom: none;
}

    .navbar-static-side ul li .nav-second-level li:hover {
        background: #bb4b0e;
    }

        .navbar-static-side ul li .nav-second-level li.active a, .navbar-static-side ul li .nav-second-level li:hover a, .navbar-static-side ul li .nav-second-level li:focus a {
            color: #828282;
        }

        .navbar-static-side ul li .nav-second-level li:hover a, .navbar-static-side ul li .nav-second-level li:focus a {
            color: #fff;
        }

.navbar-brand {
    padding: 0px;
}

.ticker-swipe {
    background: #bb4b0e;
}

.ticker-wrapper.has-js {
    background: #bb4b0e;
}

.ticker-content {
    background: #bb4b0e;
}

.panel.panel-violet > .panel-heading {
    background: #870ebb;
    border-color: #870ebb !important;
}

.panel.panel-violet {
    border-color: #870ebb;
}
/*
#sum_box .db:hover {
    background: #C0B3CF;
}
*/


.panel-body {
    min-height: 166px;
    padding:15px;
    background-color:white;
}

.setsize18 {
    font-size: 18px;
}




.timeline-badge i {
    margin-top: 16px;
}

.timeline > li.timeline-sidebyside:after {
    clear: none;
}

@media (min-width: 767px) {
    .timeline > li.timeline-sidebyside + li {
        top: -18px;
    }
}

@media (max-width: 767px) {
    .timeline > li.timeline-sidebyside + li {
        top: 20px;
    }
}

.triangle > div {
    margin: 2px auto;
    text-align: center;
    padding: 1px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #999;
    height: 0;
    visibility: hidden;
    line-height: 24px;
}

    .triangle > div:first-child {
        width: 14.28571428571429%;
    }

    .triangle > div:nth-child(2) {
        width: 28.57142857142857%;
    }

    .triangle > div:nth-child(3) {
        width: 42.85714285714287%;
    }

    .triangle > div:nth-child(4) {
        width: 57.14285714285716%;
    }

    .triangle > div:nth-child(5) {
        width: 71.42857142857145%;
    }

    .triangle > div:nth-child(6) {
        width: 85.71428571428574%;
    }

    .triangle > div:nth-child(7) {
        width: 100%;
    }

#sum_box p.description {
    opacity: 1;
}

a {
    color: #bb4b0e;
}

.icon {
    color: #999999;
    font-size: 55px;
    margin-top: 7px;
    margin-bottom: 0px;
    float: right;
}

.btn-link {
    color: #bb4b0e !important;
    font-size: 13px;
}

#topbar .navbar-top-links li.open > a {
    background: #2a054d !important;
}

#sum_box .icon {
    font-size: 48px;
    padding:3px;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.label {
    font-size: .8rem !important;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}