﻿.text-muted-more {
    color: #abacb6;
    /*color: #ddd;*/
}

.text-muted {
    color: #595959;
}

.breadcrumb-caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

.breadcrumb-caption-subject {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

hr {
    margin-top: 0px;
    margin-bottom: 10px;
}

.close{
    opacity: .6;
}

    .close:focus, .close:hover {
        opacity: 1;
    }

.btn:hover {
    text-decoration: none;
    border-color: black;
}

.btn-transparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 1px solid black;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.btn-transparent:hover{
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 1px solid black;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.btn-tab{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color:#fff
}

.btn-tab:hover{
    color:antiquewhite
}


.btn:hover {
    text-decoration:none;
    border-color: black;
}

.text-transparent{
    color:transparent;
}

.accessDenied{
      color: #218bdc;
      font-size: 24px;
      display: block;
      border-bottom: 1px solid #cccccc;
      margin: 15px;
      font-weight: normal;
}

.nobr	{ white-space:nowrap; }

/*fixes the lack of the bottom border on select lists in chrome when using form-control*/
select.form-control {-webkit-appearance: menulist;}

/*This adds the X in a search textbox*/
    input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
        cursor:pointer;}

    input[type=search] {
    -webkit-appearance: none;}

/*Remove the extra padding when viewed on a phone*/
@media screen and (max-width: 600px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }*/
}

.panel-secondary {
    border-color: #bbb;
}

.panel-secondary>.panel-heading {
    color: #fff;
    background-color: #777777;
    opacity:.7;
    border-color: #bbb;
}

.control-label-left {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.ngValidInput {
    border-left: solid 6px #27AE60;
}

.ngInvalidInput {
    border-left: solid 6px #E74C3C;
}

/* override for bootstrap */
.modal-title {
    font-size: 18px !important;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

/* Chrome, Safari, Edge, Opera - remove arrows from input type numeric */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox - remove arrows from input type numeric */
input[type=number] {
    -moz-appearance: textfield;
}

.ng-force-wrap {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.form-control-no-border {
    border: 1px solid #fff !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}