.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    
}
/*.breadcrumb li {
    color:black !important;
    
}*/
/*.breadcrumb li::before {
    color:black !important;
    
}
.breadcrumb li {
    color:black !important;
    
}*/
.img-circle {
    border-radius: 5px 5px / 5px 5px;
    -moz-border-radius: 5px 5px / 5px 5px;
    /*border-radius: 50%;*/
    background-image: url(../../Content/img/avatars/male.png);
    width: 25px;
    height: 25px;
    /*display: inline-block;*/
    font-size:medium !important;
    /*margin-top: 6px;*/
    color: darkred;
    font-weight: 600;
    padding-left:3px;
}
.right-margin-5 {
margin-right:5px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.datatable-toolbar-label {
    display:inline;
    margin-right:10px;
    /*margin:5px !important;*/
}
.backgroud-color-gray {
    background-color:#68655C;
    color:white;
}

  .chart-legend li span {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .chart-legend li {
        display: inline;
        list-style-type: none;
        padding-right: 5px;
        text-align: center;
        font-size: 10px;
        padding-top: 10px;
    }

    


.dataTables_processing {
    
    z-index: 3000;
    height: 100% !important;
    top: 5% !important;
    background: black !important;
    opacity: 0.4;
    /*background: url('../img/Spinner2.gif') !important center center no-repeat;*/
}

    .overlay-ex {
        
        margin: auto;
        position: relative;
        top: 35%;
        /*display: inline-block;*/
        /*background-color: #68655C !important;*/
        /*opacity: 0.5;*/
        /*padding: 13px 15px;*/
        height:75px;
        background: url('../img/Spinner2.gif') center center no-repeat;
    }
    
    .loading-img {
        /*background: url(http://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat;*/
        background: url('../../Content/img/Spinner2.gif') center center no-repeat;
        height: 100%;
        /*z-index: 200;*/
    }

    .overlay {
        /*background-color: lightgray;*/
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background-color: black !important;*/
        opacity: 0.4;
    }

     .statusTransitClass
{
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(141,180,226,1) 81%, rgba(141,180,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(81%,rgba(141,180,226,1)), color-stop(100%,rgba(141,180,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(141,180,226,1) 81%,rgba(141,180,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(141,180,226,1) 81%,rgba(141,180,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(141,180,226,1) 81%,rgba(141,180,226,1) 100%); /* IE10+ */
    background: linear-gradient(to left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(141,180,226,1) 81%,rgba(141,180,226,1) 100%); /* W3C */
}
     .statusTestingClass
{
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 25%, rgba(141,180,226,1) 56%, rgba(141,180,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(25%,rgba(41,137,216,0)), color-stop(56%,rgba(141,180,226,1)), color-stop(100%,rgba(141,180,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 25%,rgba(141,180,226,1) 56%,rgba(141,180,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 25%,rgba(141,180,226,1) 56%,rgba(141,180,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 25%,rgba(141,180,226,1) 56%,rgba(141,180,226,1) 100%); /* IE10+ */
    background: linear-gradient(to left, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 25%,rgba(141,180,226,1) 56%,rgba(141,180,226,1) 100%); /* W3C */
}
    .bg-color-gray {
    background-color:rgba(141,180,226,1);
    }

       .search-filter-label {
        margin-bottom: 0!important;
    }

    .search-filter-row {
        padding-left: 0!important;
        padding-right: 10px!important;
    }