/* Empty. Add your own CSS if you like */
#footer{
    background-color: #f7f7f7;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    color: #6c757d;

    width: 100%;
}
#footer-holder{
    //position: fixed;
    bottom: 0;
    width: 100%;
}

#nav-tabs li.uib-tab{
    background-color: #1a5f89;
    border: none;
    border-radius: 0;
}

#nav-tabs li.uib-tab a{
    color: white;
    border-radius: 0;
}
#nav-tabs li.uib-tab a:hover,#nav-tabs li.uib-tab:hover{
    border: none;
    background-color: #1c7fb7;
}
#nav-tabs li.uib-tab.active a{
    background-color: #1c7fb7;
    border-bottom: solid 4px #212529;
}

.btn-primary {
    color: #fff;
    background-color: #1a5f89 !important;
    border-color: #1a5f89 !important;
}
.btn-primary:hover {
    background-color: #1e7cae !important;
}

.list-holder{
    overflow-y: auto;
    //height: 200px;
}
.list-holder-2{
    overflow-y: auto;
    height: 180px;
}
.list-holder-2 li{
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.list-holder-2 li:last-child{

}
p.description{
    font-size: 13px;
}

#loader{
    top:0;
    bottom:0;
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 5000000000;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top:25%;
    text-align: center;
    font-size: 30px;
}

/* breadcrumb */

.breadcrumb-arrow {
    min-height: 36px;
    padding: 0 !important;
    line-height: 36px;
    list-style: none;
    overflow: auto;
    /*    background-color: #e6e9ed*/
    /*background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);*/
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    /*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #343a40;
    border: 1px solid #343a40;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -6px;
    z-index: 3;
    border-left-color: #343a40;
    border-left-style: solid;
    border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
    right: -7px;
    z-index: 2;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #40474e;
}

.breadcrumb-arrow li a:active {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #40474e;
}

/*set for Last child*/

.breadcrumb-arrow li.active span {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #1a5f89;
    border: 1px solid #1a5f89;
}

.breadcrumb-arrow li.active:first-child span {
    padding-left: 10px;
}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
    right: -10px;
    z-index: 3;
    border-left-color: #1a5f89;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
    right: -11px;
    z-index: 2;
    border-left: 10px solid #1a5f89;
}


#footer-message{
    background: #1a5f89;
    color: white;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
#footer-message a{
    color: white;
}