body {
    color: #333
}

.no-border {
    border: 0px;
    margin-top: 5px;
}

.bell-bg {
    background-color: #edf3fd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
}

.vupoint-bg {
    background-color: #ffedcd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
}

.reliance-bg {
    background-color: #ffe7e7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
}

.complete-bg {
    background-color: #bcf5bc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
}

.header_bg_color {
    box-shadow: 0 0 5px 0px #444444;
    background: #42598c;
    background: -moz-linear-gradient(top, #42598c 29%, #42598c 29%, #2d3f6a 92%);
    background: -webkit-linear-gradient(top, #42598c 29%, #42598c 29%, #2d3f6a 92%);
    background: linear-gradient(to bottom, #42598c 29%, #42598c 29%, #2d3f6a 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42598c', endColorstr='#2d3f6a', GradientType=0);
    color: #ffe7e7;
    border: none;
}

#login-form {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 2px;
    color: white
}

#login-form input[type=text],
#login-form input[type=password] {
    color: #333;
}

.header_bg_color h1,
.header_bg_color .title,
.header_bg_color a,
.bar-tab .tab-item {
    color: #efefff;
}

.card.alarmforce {
    display: none;
}

.btn{
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}

.btn-primary {
    background-color: #42598c;
}

.badge-on_site {
    color: #000;
    background-color: #FBE870;
    border: 1px solid #FBE870;
}

.badge-complete {
    color: #ffffff;
    background-color: #28a745;
    border: 1px solid #28a745;
}

.badge-verify {
    color: #ffffff;
    background-color: #FF9900;
    border: 1px solid #FF9900;
}

.badge-error {
    color: #ffffff;
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.bottom-bar {
    border-bottom: 3px solid #42598c;
}

.table-view-divider {
    color: #555;
}

.segmented-control .control-item.active {
    background-color: #42598c;
    color: #ffffff;
}

.segmented-control {
    font-size: 16px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #297e52;
}

.alert-success .alert-link {
    color: #297e52;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success hr {
    border-top-color: #902B29;
}

.alert-success .alert-link {
    color: #902B29;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success hr {
    border-top-color: #245269;
}

.alert-success .alert-link {
    color: #245269;
}

#qrcode {
    margin: 20px;
    width: 200px;
    height: 200px;
}

.mfa-change-form input,
.password-change-form input {
    margin-bottom: 15px;
}

.secret-code {
    word-break: break-all;
    margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {
    #qrcode {
        float: left;
    }

    .mfa-instructions {
        display: table;
        margin-left: 20px;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

input[disabled] {
    color: #495057;
    background: #e9ecef;
}

.control-content a {
    margin-left: 10px;
    padding-bottom: 10px;
}

.width-100{
    width: 100%;
}

.pad-l-5{
    padding-left: 5px;
}

.pad-r-5 {
    padding-right: 5px;
}

.card{
    margin: 0px;
}

fieldset {
    border: 1px solid #cccccc;
    padding: 1em;
    -webkit-box-shadow: 0px 0px 2px 0px #999999;
    -moz-box-shadow: 0px 0px 2px 0px #999999;
    box-shadow: 0px 0px 2px 0px #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

legend {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -5px;
    padding: 1px 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px 0px #999999;
    -moz-box-shadow: 0px 0px 3px 0px #999999;
    box-shadow: 0px 0px 3px 0px #999999;
    border: 1px solid #cccccc;
    width: auto;
}

label {
    display: block;
    font-weight: 100;
}

.label-no-wrap {
    display: inline;
    font-weight: 100;
}

.bar {
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    -moz-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.clearfix{
    display: table;
    content: "";
    clear: both;
    height: 5px
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.navigate-right.add:after, .push-right:after {
    content: '\e817';
    font-weight: 700;
}

.center {
    text-align: center;
}

.table-view-cell.center{
    padding: 11px 15px 11px 15px;
}

.toggle {
    float: right;
    display: inline;
}

.count-progress-bar {
    position: sticky;
    top: 0;
    background: white;
    margin-bottom: 5px;
}

.ui-widget-header {
    background-color: #4cd964 !important;
    opacity: 0.6;
}

.progress-notes {
    position: absolute;
    left: 50%;
    top: 50%;
}

.count-table{
    width: 100%;
    align-items: center;
    margin-top: 5px;
}

.count-table-head {
    font-size: 78%;
    text-align: left;
}

.count-table-body {
    font-size: 80%;
}

.count-list-title {
    margin-left: 48px;
}

.count-list-icon {
    width: 48px;
}

.fa-info-circle{
    font-size: 17px;
    margin: 1px;
}

.new-table-select {
    font-size: 17px;
  }

.info-icon {
    color: #007bff;
}

.info-icon:hover {
    color: #0056b3;
}

#new-items-header th {
    text-align: left;
}

/* adjust tech count table font based on screen size */
@media only screen and (min-width: 550px) {
    .count-table-head {
        font-size: 100%;
    }

    .count-table-body {
        font-size: 100%;
    }
}

.stock-receiver-rma {
    max-width: 450px;
    width: 70% !important;
}

.btn-add-stock-receiver {
    position: absolute;
    bottom: 20px;
    right: 65px;

    width: 20%;
    max-width: 150px;

    padding: 15px 0;
    font-size: 18px;
}

.bottom-button-container {
    position: relative;
    height: calc(100% - 20px);
}

.bottom-button-container button {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.equip-warning {
    color:red;
    font-weight:bold;
}

.inline {
    display: inline
}

.modal-title {
    margin-top: 2%;
    margin-left: 2%;
}

.defect-pending {
    color:orange;
}

.defect-received {
    color:green;
    float:right;
}

.defect-additional-info {
    color:red;
    float:right;
}

.margin-left {
    margin-left: 2%;
}