.RadComboBox {
    width: 100% !important;
}

.showinoPm {
    border-right: 50px solid #1f9cd5;
    background-color: #ddeff8 !important;
    position: relative;
    padding: 10px !important;
    min-height: 60px;
}

    .showinoPm:before {
        content: "";
        width: 32px;
        height: 32px;
        background: url("../img/infoIco.png") no-repeat center;
        position: absolute;
        top: 15px;
        right: -43px;
        z-index: 100;
    }

    .showinoPm span {
        vertical-align: middle;
        margin-left: 5px;
    }

.searchDate select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 10px;
    -moz-min-width: 30%;
    -ms-min-width: 30%;
    -o-min-width: 30%;
    -webkit-min-width: 30%;
    min-width: 30%;
}

.pnl-seacrh .form-control {
    margin-top: 10px;
}

.breadCrumbs-News {
    background-color: #e8e8e8;
    padding: 0 !important;
}

    .breadCrumbs-News label, .breadCrumbs-News label a, .breadCrumbs-News span, .breadCrumbs-News span a {
        color: gray !important;
        margin: 3px;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 2px;
        margin-bottom: 8px;
    }

        .breadCrumbs-News label a:hover, .breadCrumbs-News span a:hover {
            background-color: #636566;
            border-radius: 3px;
            color: white !important;
            text-decoration: none;
        }

.breadCrumbsHome::after {
    position: absolute;
    content: "";
    top: 13px;
    left: -5px;
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-right: 7px solid #716f6f;
    border-top: 9px solid transparent;
}

.breadCrumbsHome span {
    color: white !important;
    font-size: 15px;
    padding: 5px 5px;
}

.breadCrumbsHome {
    background-color: #716f6f;
    padding: 7px 10px;
    color: white !important;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.breadCrumbsHome {
    margin: 0 !important;
}

.btn-Mainmanager a {
    background-color: #3256A4;
    color: white;
    border-right: 1px solid #466ec6;
    margin-bottom: 2px;
}

.DataGrids a {
    color: black;
}

.DataGrids {
    text-align: center;
}

    .DataGrids tr td {
        padding: 10px;
        color: black !important;
    }

.DataGridsHeaders {
    background-color: #ccc;
}

.Articles.btn-default {
    background-image: none !important;
    color: black !important;
    border-color: #bebdbd !important;
    -ms-text-shadow: none;
    text-shadow: none;
}
.bt {
      color: black !important;
    border-color: #bebdbd !important;
}
.Articles .mb10 {
    margin-bottom: 10px;
}
