﻿
th.table-group
{
    font-size: 0.8em;
}

#basicTable th.header.head {
    font-weight: bold; 
}


/*HOUSING - STARTS*/

.Housing .Deactive {
    opacity: 0.5;
}



.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #f5f5f5;
    content: "Browse";
    background-color: #343a40;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}




.Housing .Deactive .UnitDropdown {
        /*display: none;*/
        opacity:1;
    }


.HousingUnitToolbox {
    z-index: 1000000000;
    background: #272c33;
    border: 1px solid #171a1f;
    border-radius: 3px;
    position: absolute;
    padding: 5px;
    right: 20px;
    /*top: -9px;*/
    display: none;
    margin-top: -5px;
}

.HousingUnit:hover > .HousingUnitToolbox {
    display: block;
}

.HousingUnitToolbox:hover {
}

    .HousingUnitToolbox:hover + .card-unit {
        /*border: 1px solid black; */ /* #171a1f;*/
        outline: 2px dashed; /* #171a1f;*/
    outline-offset: 9px;
        /*border: dashed;
        border: 2px dashed;
        padding: 2px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;*/
        /* margin-top: -10px; */
        /* padding-top: 20px;*/
    }



/*HOUSING - ENDS*/
/*DASHBOARD - MISSION CONTROL CENTER - STARTS*/
.dashbordToolbox {
    z-index: 1000000000;
    background: #272c33;
    border: 1px solid #171a1f;
    border-radius: 3px;
    position: absolute;
    padding: 5px;
    right: 20px;
    /*top: -9px;*/
    display: none;
    margin-top: -5px;
}

.DashboardItem:hover > .dashbordToolbox {

    display:block;
    
}
.dashbordToolbox:hover
{
    margin-top:12px;
}
.dashbordToolbox:hover + .DashboardItemContent {
    /*border: 1px solid black; */ /* #171a1f;*/
    /*outline: 2px dashed; /* #171a1f;* /
    outline-offset: 9px;*/
    border: dashed;
    border: 2px dashed;
    margin: -17px;
    padding: 15px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    /* margin-top: -10px; */
    /* padding-top: 20px;*/
}

.Disabled .DashboardItemContent 
{
    opacity: 0.5;
}




/*DASHBOARD - MISSION CONTROL CENTER - END*/
    .modalscroll_vertical {
    overflow-y: scroll;
    overflow-x: hidden;
}

.text-grey-out {
    opacity: 0.4;
}

.sidebar-nav > ul > li > a .label {
    float: right !important;
    margin-top: 6px;
}
.NavItemBadge {
    float: right;
    font-size: 8px !important;
    /* padding: 0px; */
    /* margin: 0px; */
    /* line-height: 1; */
    height: 14px !important;
    width: 15px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    /*position: absolute;*/
    right: 0px;
    margin-right: -12px;
    margin-top: 4px !important;
}

.label-release {
    background-color: #55ce63;
}

.label-beta {
    background-color: #009efb;
}

/* MOVED TO IOPS.css and iops_dark.css
    .label-systempart-dev {
    background-color: #ffbc34;
}*/

.label-dev {
    background-color: #f62d51;
}


.tooltip-inner {
    white-space: pre-wrap;
}


.custom-control-label {
    padding-top:6px !important;
}

    /* CORNER RIBBONS - START*/
    .corner-ribbon {
    width: 220px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 9px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 10000;
    padding-left: 30px;
}

    /* Custom styles */

    .corner-ribbon.sticky {
        position: fixed;
    }

    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    /* Different positions */

    .corner-ribbon.top-left {
        top: 25px;
        left: -50px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .corner-ribbon.top-right {
        top: 25px;
        right: -50px;
        left: auto;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .corner-ribbon.bottom-left {
        top: auto;
        bottom: 25px;
        left: -50px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .corner-ribbon.bottom-right {
        top: auto;
        right: -50px;
        bottom: 25px;
        left: auto;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

/* CORNER RIBBONS - ENDS*/






td.details-control i{
    /*background: url('../resources/details_open.png') no-repeat center center;
    background-color:red;*/
    /*font-family: "Material Icons";
    content: "\F415";*/
    cursor: pointer;

}

tr.details td.details-control {
    /*background: url('../resources/details_close.png') no-repeat center center;*/
    /*font-family: 'Material Design Icons';
    content: "\F374";*/
}



.user-box a {
    color: #929ca0;
}
.user-name a {
    font-size: 0.9rem;
}


.user-box {
    height: 70px;
    border-bottom: 1px solid #31353a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .user-box .user-img {
        height: 60px;
        width: 70px;
    }

    .user-box .user-img img {
        border-radius: 5px;
        border: 1px solid #efefef;
        height: 60px;
    }




.datepicker td, .datepicker th {
    padding: 4px 7px;
}
.datepicker {

    font-size: 0.85rem;
}


.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    top: 47px !important;
}

    .popover{
    z-index:9999999;
}

.btn-filter {
    width: 35px;
    height: 35px;
    padding: 4px 8px !important;
    font-size: 18px !important;
}

.btn-action-dropdown {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.1rem;
    padding-bottom: 0rem;
    margin: 0px;
}

.btn-action-w50 {
    min-width: 50px;
}


.modal-header {
    /* background: #f1f1f1 !important; */
    padding-left: 55px;
    background-image: url(/assets/images/logo-icon-small.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 12px 11px;
    background-color: #f1f1f1;
}
.modal-header h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.round.round-noaction {
    background: #f1f1f1;
}
.round.round-pending {
    background: #a0a0a0;
}

.round-sm {
    line-height: 25px !important;
    width: 25px !important;
    height: 25px !important;
}


.popover .close {
    /*border:1px solid red;*/
    position: absolute;
    right: 10px;
    top: 9px;
}

.iOpsPopoverBody
{
    padding:0px !important;
    margin:0px !important;
    margin:5px !important;
}
.popover
{
    min-width:350px;
}




#LoginAs {
    POSITION: absolute;
    TOP: 0PX;
    RIGHT: 30%;
    left: 30%;
    z-index: 10000;
}

.action-buttons a {
    /*color: #54667a;*/
    margin-right: 6px;
}

.profile-pic-list {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.tdProfilePic
{
    padding:0px !important;
    margin:0px !important;
    padding-top:6px !important;
}

.CompressBody {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 10000;
    font-size: 1.8em;
    color: #59687a;
}


label.error{
    color: red;
    padding-top:10px;
}
/*******************
Timeline page
******************/
.timeline-label {
    display: block;
    clear: both;
    margin: 0 0 18px;
    margin-left: 34px;
}
.label-lg.arrowed-in-right {
    margin-right: 6px;
}

.label.arrowed-in-right {
    margin-right: 5px;
}

.label.arrowed-right, .label.arrowed-in-right {
    position: relative;
    z-index: 1;
}

.label-lg {
    padding: .3em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
    height: 24px;
}
.taskline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    max-width: 1200px;
    /*margin: 0 auto;*/
}

.taskline-body {
    color: #929ca0 !important;
}


.taskline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    /*width: 3px;*/
    width: 2px;
    margin-left: 1px;
    background-color: #f2f7f8;
}

    .taskline > li {
        position: relative;
        margin-bottom: 20px;
    }

        .taskline > li:before,
        .taskline > li:after {
            content: " ";
            display: table;
        }

        .taskline > li:after {
            clear: both;
        }

        .taskline > li:before,
        .taskline > li:after {
            content: " ";
            display: table;
        }

        .taskline > li:after {
            clear: both;
        }

        .taskline > li > .taskline-panel {
            float: left;
            position: relative;
            width: 93%;
            padding: 20px;
            border: 1px solid rgba(120, 130, 140, 0.13);
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
        }

            .taskline > li > .taskline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -8px;
                border-top: 8px solid transparent;
                border-right: 0 solid rgba(120, 130, 140, 0.13);
                border-bottom: 8px solid transparent;
                border-left: 8px solid rgba(120, 130, 140, 0.13);
            }

            .taskline > li > .taskline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -7px;
                border-top: 7px solid transparent;
                border-right: 0 solid #ffffff;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #ffffff;
            }

        .taskline > li > .taskline-badge {
            z-index: 10;
            position: absolute;
            top: 10px;
            left: 3%;
            width: 43px;
            height: 43px;
            margin-left: -20px;
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 37px;
            color: #fff;
            overflow: hidden;
            border: 2px solid #f1f1f1;
        }

        .taskline > li > .taskline-badge-start {
            z-index: 10;
            position: absolute;
            top: -31px;
            left: 20px;
            width: 200px;
            height: 40px;
            margin-left: -20px;
            border-radius: 0% 0% 0% 0%;
            text-align: center;
            font-size: 1.4em;
            line-height: 40px;
            color: #fff;
            overflow: hidden;
            /*background-color: #428bca;*/
        }
        .taskline-badge-start .label
        {
            border-radius:0px;

        }

.taskline > li > .taskline-badge-end {
    z-index: 10;
    position: absolute;
    /*top: -31px;
    left: 20px;*/
    width: 200px;
    height: 40px;
    margin-left: -20px;
    border-radius: 0% 0% 0% 0%;
    text-align: center;
    font-size: 1.4em;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    /*background-color: #428bca;*/
}

.taskline-badge-end .label {
    border-radius: 0px;
}




.arrowed-right, .arrowed-in-right {
    position: relative;
    z-index: 1;
}

    .arrowed-right:after, .arrowed-in-right:after {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-left-color: #abbac3;
    }

    .arrowed-in-right:after {
        border-color: #abbac3;
        border-right-color: transparent !important;
    }

        .taskline > li.taskline-inverted > .taskline-panel {
            float: right;
        }

            .taskline > li.taskline-inverted > .taskline-panel:before {
                right: auto;
                left: -8px;
                border-right-width: 8px;
                border-left-width: 0;
            }

            .taskline > li.taskline-inverted > .taskline-panel:after {
                right: auto;
                left: -7px;
                border-right-width: 7px;
                border-left-width: 0;
            }

.taskline-badge.top {
    background-color: #7460ee;
}
.taskline-badge.start {
    background-color: #87b87f;
}
.taskline-badge.end {
    background-color: #abbac3;
}
.taskline-badge.data {
    background-color: #ffb752;
}
.taskline-badge.error {
    background-color: #f62d51;
}



.taskline-badge.primary {
    background-color: #7460ee;
}

.taskline-badge.success {
    background-color: #55ce63;
}

.taskline-badge.warning {
    background-color: #ffbc34;
}

.taskline-badge.danger {
    background-color: #f62d51;
}

.taskline-badge.info {
    background-color: #009efb;
}

.taskline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.taskline-body > p,
.taskline-body > ul {
    margin-bottom: 0;
}

    .taskline-body > p + p {
        margin-top: 5px;
    }



/*TASKLINE END*/

.utcdate{
  
}
.ltdate
{
    display:none;
}

.tab-content
{
    margin-top:15px;
}
/* SEARCH PAGE */
.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}
/* CONTACTS */
.contact-box img {
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.contact-box {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-bottom: 20px;
}

    .contact-box > a {
        color: inherit;
    }

    .contact-box.center-version {
        border: 1px solid #c5c8ca;
        padding: 0;
    }

        .contact-box.center-version > a {
            display: block;
            background-color: #ffffff;
            padding: 20px;
            text-align: center;
        }

            .contact-box.center-version > a img {
                width: 80px;
                height: 80px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .contact-box.center-version address {
            margin-bottom: 0;
        }

    .contact-box .contact-box-footer {
        text-align: center;
        background-color: #ffffff;
        border-top: 1px solid #e7eaec;
        padding: 15px 20px;
    }




/*  Compact Tables Start*/
.table-compact td {
    padding: .4rem;
    font-size: .8rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    line-height:24px;
}
    .table-compact td h6
    {
        margin:0px;
        padding:0px;
    }
    /* Compact Tables End*/
    .card-body {
        padding: 1.0rem;
    }

.u-img {
    /* width: 80px; */
    display: inline-block;
    vertical-align: top;
}
 .u-text {
    display: inline-block;
    padding-left: 10px;
}

.no-padding {
    padding: 0 !important;
}

.left-sidebar {
    position: fixed;
}

.row  {
    font-size: 0.8rem;
    line-height: 1;

}

body {
    font-size: 0.8rem;
    line-height: 1;
}


.body li span {
}

#sidebarnav ul
{
    margin-top:2px;
}

.logo-text {
    line-height: 60px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-color: #ffffff;*/
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    /*background-color: #ffffff;*/
    color: inherit;
    padding: 15px 20px 20px 20px;
    /*border-color: #e7eaec;*/
    border-image: none;
    /*border-style: solid solid none;*/
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.ibox-heading {
    /*background-color: #f3f6fb;*/
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

.roster-icon {
    max-height: 24px;
    max-width: 24px;
}






/*Labels*/
.badge {
    text-shadow: none;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: normal;
    line-height: 15px;
    background-color: #abbac3 !important;
}

    .badge.no-radius {
        border-radius: 0;
    }

    .badge.radius-1 {
        border-radius: 1px;
    }

    .badge.radius-2 {
        border-radius: 2px;
    }

    .badge.radius-3 {
        border-radius: 3px;
    }

    .badge.radius-4 {
        border-radius: 4px;
    }

    .badge.radius-5 {
        border-radius: 5px;
    }

    .badge.radius-6 {
        border-radius: 6px;
    }

.label-transparent, .badge-transparent {
    background-color: transparent !important;
}

.label-grey, .badge-grey {
    background-color: #a0a0a0 !important;
}

.label-info, .badge-info {
    background-color: #3a87ad !important;
}

.label-primary, .badge-primary {
    background-color: #428bca !important;
}

.label-success, .badge-success {
    background-color: #82af6f !important;
}

.label-danger, .badge-danger {
    background-color: #d15b47 !important;
}

.label-important, .badge-important {
    background-color: #d15b47 !important;
}

.label-inverse, .badge-inverse {
    background-color: #333 !important;
}

.label-warning, .badge-warning {
    background-color: #f89406 !important;
}

.label-pink, .badge-pink {
    background-color: #d6487e !important;
}

.label-purple, .badge-purple {
    background-color: #9585bf !important;
}

.label-yellow, .badge-yellow {
    background-color: #fee188 !important;
}

.label-light, .badge-light {
    background-color: #e7e7e7 !important;
}

.badge-yellow, .label-yellow {
    color: #963 !important;
    border-color: #fee188;
}

.badge-light, .label-light {
    color: #888 !important;
}

.label.arrowed, .label.arrowed-in {
    position: relative;
    z-index: 1;
    border-radius:0px;
}

    .label.arrowed:before, .label.arrowed-in:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-right-color: #abbac3;
    }

    .label.arrowed-in:before {
        border-color: #abbac3;
        border-left-color: transparent !important;
    }

.label.arrowed-right, .label.arrowed-in-right {
    position: relative;
    z-index: 1;
    border-radius: 0px;
}

    .label.arrowed-right:after, .label.arrowed-in-right:after {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-left-color: #abbac3;
    }

    .label.arrowed-in-right:after {
        border-color: #abbac3;
        border-right-color: transparent !important;
    }

.label-info.arrowed:before {
    border-right-color: #3a87ad;
}

.label-info.arrowed-in:before {
    border-color: #3a87ad;
}

.label-info.arrowed-right:after {
    border-left-color: #3a87ad;
}

.label-info.arrowed-in-right:after {
    border-color: #3a87ad;
}

.label-primary.arrowed:before {
    border-right-color: #428bca;
}

.label-primary.arrowed-in:before {
    border-color: #428bca;
}

.label-primary.arrowed-right:after {
    border-left-color: #428bca;
}

.label-primary.arrowed-in-right:after {
    border-color: #428bca;
}

.label-success.arrowed:before {
    border-right-color: #82af6f;
}

.label-success.arrowed-in:before {
    border-color: #82af6f;
}

.label-success.arrowed-right:after {
    border-left-color: #82af6f;
}

.label-success.arrowed-in-right:after {
    border-color: #82af6f;
}

.label-warning.arrowed:before {
    border-right-color: #f89406;
}

.label-warning.arrowed-in:before {
    border-color: #f89406;
}

.label-warning.arrowed-right:after {
    border-left-color: #f89406;
}

.label-warning.arrowed-in-right:after {
    border-color: #f89406;
}

.label-important.arrowed:before {
    border-right-color: #d15b47;
}

.label-important.arrowed-in:before {
    border-color: #d15b47;
}

.label-important.arrowed-right:after {
    border-left-color: #d15b47;
}

.label-important.arrowed-in-right:after {
    border-color: #d15b47;
}

.label-danger.arrowed:before {
    border-right-color: #d15b47;
}

.label-danger.arrowed-in:before {
    border-color: #d15b47;
}

.label-danger.arrowed-right:after {
    border-left-color: #d15b47;
}

.label-danger.arrowed-in-right:after {
    border-color: #d15b47;
}

.label-inverse.arrowed:before {
    border-right-color: #333;
}

.label-inverse.arrowed-in:before {
    border-color: #333;
}

.label-inverse.arrowed-right:after {
    border-left-color: #333;
}

.label-inverse.arrowed-in-right:after {
    border-color: #333;
}

.label-pink.arrowed:before {
    border-right-color: #d6487e;
}

.label-pink.arrowed-in:before {
    border-color: #d6487e;
}

.label-pink.arrowed-right:after {
    border-left-color: #d6487e;
}

.label-pink.arrowed-in-right:after {
    border-color: #d6487e;
}

.label-purple.arrowed:before {
    border-right-color: #9585bf;
}

.label-purple.arrowed-in:before {
    border-color: #9585bf;
}

.label-purple.arrowed-right:after {
    border-left-color: #9585bf;
}

.label-purple.arrowed-in-right:after {
    border-color: #9585bf;
}

.label-yellow.arrowed:before {
    border-right-color: #fee188;
}

.label-yellow.arrowed-in:before {
    border-color: #fee188;
}

.label-yellow.arrowed-right:after {
    border-left-color: #fee188;
}

.label-yellow.arrowed-in-right:after {
    border-color: #fee188;
}

.label-light.arrowed:before {
    border-right-color: #e7e7e7;
}

.label-light.arrowed-in:before {
    border-color: #e7e7e7;
}

.label-light.arrowed-right:after {
    border-left-color: #e7e7e7;
}

.label-light.arrowed-in-right:after {
    border-color: #e7e7e7;
}

.label-grey.arrowed:before {
    border-right-color: #a0a0a0;
}

.label-grey.arrowed-in:before {
    border-color: #a0a0a0;
}

.label-grey.arrowed-right:after {
    border-left-color: #a0a0a0;
}

.label-grey.arrowed-in-right:after {
    border-color: #a0a0a0;
}

.label {
    font-size: 12px;
    line-height: 1.15;
    height: 20px;
}

    .label.arrowed {
        margin-left: 5px;
    }

        .label.arrowed:before {
            left: -10px;
            border-width: 10px 5px;
        }

    .label.arrowed-in {
        margin-left: 5px;
    }

        .label.arrowed-in:before {
            left: -5px;
            border-width: 10px 5px;
        }

    .label.arrowed-right {
        margin-right: 5px;
    }

        .label.arrowed-right:after {
            right: -10px;
            border-width: 10px 5px;
        }

    .label.arrowed-in-right {
        margin-right: 5px;
    }

        .label.arrowed-in-right:after {
            right: -5px;
            border-width: 10px 5px;
        }

.label-lg {
    padding: .3em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
    height: 24px;
}

    .label-lg.arrowed {
        margin-left: 6px;
    }

        .label-lg.arrowed:before {
            left: -12px;
            border-width: 12px 6px;
        }

    .label-lg.arrowed-in {
        margin-left: 6px;
    }

        .label-lg.arrowed-in:before {
            left: -6px;
            border-width: 12px 6px;
        }

    .label-lg.arrowed-right {
        margin-right: 6px;
    }

        .label-lg.arrowed-right:after {
            right: -12px;
            border-width: 12px 6px;
        }

    .label-lg.arrowed-in-right {
        margin-right: 6px;
    }

        .label-lg.arrowed-in-right:after {
            right: -6px;
            border-width: 12px 6px;
        }

.label-xlg {
    padding: .3em .7em .4em;
    font-size: 14px;
    line-height: 1.3;
    height: 28px;
}

    .label-xlg.arrowed {
        margin-left: 7px;
    }

        .label-xlg.arrowed:before {
            left: -14px;
            border-width: 14px 7px;
        }

    .label-xlg.arrowed-in {
        margin-left: 7px;
    }

        .label-xlg.arrowed-in:before {
            left: -7px;
            border-width: 14px 7px;
        }

    .label-xlg.arrowed-right {
        margin-right: 7px;
    }

        .label-xlg.arrowed-right:after {
            right: -14px;
            border-width: 14px 7px;
        }

    .label-xlg.arrowed-in-right {
        margin-right: 7px;
    }

        .label-xlg.arrowed-in-right:after {
            right: -7px;
            border-width: 14px 7px;
        }

.label-sm {
    padding: .2em .4em .3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}

    .label-sm.arrowed {
        margin-left: 4px;
    }

        .label-sm.arrowed:before {
            left: -8px;
            border-width: 9px 4px;
        }

    .label-sm.arrowed-in {
        margin-left: 4px;
    }

        .label-sm.arrowed-in:before {
            left: -4px;
            border-width: 9px 4px;
        }

    .label-sm.arrowed-right {
        margin-right: 4px;
    }

        .label-sm.arrowed-right:after {
            right: -8px;
            border-width: 9px 4px;
        }

    .label-sm.arrowed-in-right {
        margin-right: 4px;
    }

        .label-sm.arrowed-in-right:after {
            right: -4px;
            border-width: 9px 4px;
        }

.label > span, .label > [class*="icon-"] {
    line-height: 1;
    vertical-align: bottom;
}
/*Labels ends*/