.ModuleContainer .mt-10 {
    margin-top: 10px;
}

.ModuleContainer .mt-30 {
    margin-top: 30px;
}

.ModuleContainer .pt-30 {
    padding-right: 30px;
}

.ModuleContainer .pt-70 {
    padding-right: 70px;
}

.ModuleContainer .pt-10 {
    padding-right: 10px;
}

.ModuleContainer .pt-60 {
    padding-right: 60px;
}

.breadCrumbsHome {
    background-color: #364a95;
    padding: 7px 10px;
    color: white !important;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.breadCrumbs-News {
    background-color: #e8e8e8;
    padding: 0 !important;
}

.ModuleContainer .btn-primary {
    background-color: #003366 !important;
    background-image: none !important;
    border-color: #003366 !important;
}

.ModuleContainer .PnlLeft,
.ModuleContainer .PnlRight {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ModuleContainer.btn-default {
    background-color: #d3d2d2 !important;
    background-image: none !important;
    color: black !important;
    border-color: #bebdbd !important;
    -ms-text-shadow: none;
    text-shadow: none;
}

.ModuleContainer.btn-submit,
.btn-return,
.btn-edit,
.btn-search,
.btn-manager,
.btn-viewAll,
.btn-cancle,
.btn-confirm,
.btn-Unconfirm,
.btn-danger {
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
}

.rddtPopup {
    text-align: right;
}

.rddtScroll .rtPlus {
    margin-right: 4px;
    transform: rotate(180deg);
}

.RadTreeView_rtl .rtLines .rtMid,
.RadTreeView_rtl .rtLines .rtFirst,
.RadTreeView .rtLines .rtTop,
.RadTreeView_rtl .rtLines .rtLI {
    background-image: none !important;
}

.rddtFilterInput.radPreventDecorate {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.breadCrumbs-cnt .NavLink {
    background: #d4d4d4 none repeat scroll 0 0;
    color: black;
    display: block;
    float: right;
    font-size: 12px;
    height: 34px;
    margin: 5px 0 10px;
    padding: 8px 35px 10px 15px;
    position: relative;
    text-decoration: none;
    transition: all 300ms ease 0s;
}

.breadCrumbs-cnt .NavLink:first-child {
    border-radius: 0 4px 4px 0;
    padding-right: 20px;
}

.breadCrumbs-cnt .navLabel {
    color: transparent;
}

.breadCrumbs-cnt .NavLink::before {
    border-bottom: 18px solid transparent;
    border-right: 15px solid white;
    border-top: 18px solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin-right: 1px;
    margin-top: -35px;
    position: absolute;
    right: 100%;
    top: 100%;
    transition: all 300ms ease 0s;
    width: 0;
    z-index: 1;
}

.breadCrumbs-cnt .NavLink::after {
    border-bottom: 18px solid transparent;
    border-right: 15px solid #d4d4d4;
    border-top: 18px solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all 300ms ease 0s;
    width: 0;
    z-index: 2;
}

.breadCrumbs-cnt .NavLink:hover {
    background: #349d38 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    height: 34px;
    margin: 5px 0 10px;
    padding: 8px 35px 10px 15px;
    position: relative;
    text-decoration: none;
}

.breadCrumbs-cnt .NavLink.NavLink:hover::before {
    border-bottom: 18px solid transparent;
    border-right: 15px solid white;
    border-top: 18px solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin-right: 1px;
    margin-top: -35px;
    position: absolute;
    right: 100%;
    top: 100%;
    width: 0;
    z-index: 1;
}

.breadCrumbs-cnt .NavLink.NavLink:hover::after {
    border-bottom: 18px solid transparent;
    border-right: 15px solid #349d38;
    border-top: 18px solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    z-index: 2;
}

[id*="lblNav2"] {
    color: transparent;
}

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}

.RadDropDownTree .rddtEmptyMessage {
    font-style: normal !important;
}