.breadcrumb {
    background: none;

    color: #fff;

    padding: 0;
}

.breadcrumb a {
    color: #fff;
}

input.form-control, textarea.form-control, select.form-control {
    border: 1px solid #ccc;
}

input.form-control:focus, textarea.form-control:focus, select.form-control:focus {
    border: 1px solid #449CD7;
    box-shadow: none;
}

.dl-horizontal {
    font-size: 14px;
}

.dl-horizontal dt, .dl-horizontal dd {
    padding: 4px 0;
}

.dl-horizontal dt {
    text-align: left;

    font-weight: 500;
    width: 210px;
}

.dl-horizontal dd {
    font-weight: 700;
    margin-left: 210px;

    line-height: 22px;

}

.nav-tabs {

    margin-top: -39px;

    border-bottom: none;

}

.nav-tabs li:first-of-type {

}

.nav-tabs li {
    margin-bottom: -1px;

    background: none;

    position: relative;

    padding-right: 20px;
}

.nav-tabs li a {
    border: none;
    border-bottom: 2px solid transparent;
    color: #fff;
    background: none;
    border-bottom: 2px solid transparent;
    margin-left: 5px;
    font-size: 14px;

    padding-top: 8px;
    padding-bottom: 9px;
}
.nav-tabs li a.badge{
    width: 25px;
    height: 25px;

    box-sizing: border-box;;

    background: #449CD7 !important;
    color: #fff !important;;

    position: absolute !important;

    right: 0;
    top: 6px;

    border-bottom: none !important;

    display: block;

    padding: 0!important;

    line-height: 25px;

    font-size: 12px !important;

    border-radius: 10px;
}

.nav-tabs li.active a {
    border: none;
    border-bottom: 2px solid #449CD7;
    background: none;

    color: #fff;

    position: relative;

    font-size: 14px;

    padding-top: 8px;
    padding-bottom: 9px;

}

.nav-tabs li.active a:after {
    display: block;
}

.nav-tabs li a:hover, .nav-tabs li.active a:hover {
    border: none;
    background: none;
    border-bottom: 2px solid #449CD7;
    color: #fff;
}

.nav-tabs li a:after {

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #449CD7 transparent transparent transparent;

    position: absolute;
    /*content:" ";*/

    bottom: -10px;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
}

.nav-tabs li a:focus {
    border: none;
    background: none;
}

.nav-tabs li a:hover:after {
    display: block;
}

.title-line .slicknav_menu {
    margin-top: 0;
    z-index: 2;

    position: relative;

    padding: 5px 0 !important;

}

.title-line .slicknav_menu .slicknav_icon-bar {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.75) !important;

}

.stock-href-none {
    color: #aaa;
}

.stock-href-none:hover {
    color: #aaa;
    text-decoration: none;
}

.pager li {

    color: #449CD7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 2px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

    margin-bottom: 6px;
}

.pager li a {
    border-radius: 0;
    background: none;
    border: none;

    width: 100%;
    height: 52px;
    line-height: 42px;

}

.pager a {
    color: #449CD7;
    font-size: 16px;
}

.pager span {
    color: #449CD7;
    line-height: 12px;

    font-weight: 300;
}

.pager li i {
    color: #449CD7;
    font-size: 30px;
    line-height: 45px;

    margin: 0 6px;
}

.pager li:hover {
    background: #449CD7;
    color: white;
}

.pager li:hover a, .pager li:hover span, .pager li:hover i {
    color: white;
}

.pager li a:hover {
    background: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #40b1e9;
    border-color: #40b1e9;
}

.pagination ul > li {
    display: inline;

    float: left;
}

.pagination ul > li > a,
.pagination ul > li > span {
    color: #449CD7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 2px;

    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;

    font-weight: 300;

}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #449CD7;
    color: white;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: white;
    cursor: default;
}

.pagination-centered {
    text-align: center;
}