﻿/*Additional custom style rules for ERPWeb*/
.xdebug {
    background-color:yellow;
}

.menu-image {
    /*background-color: red;*/
}

.main .container-fluid {
    padding: 0 0px !important; /*0 30px;*/
}

.breadcrumb {
    margin-bottom: 0px;
    border-bottom: none;
}

label {
    display: inline-block;
    margin-bottom: 0 !important; 
}

.UCBtn{
    background-color:#5a595b !important;
    border-color:#5a595b !important;
}
.UCBackground{
    background-color:#009fe3 !important;
}
.UCMainView{
    background-color:#e4ebf7 !important;
}

.UCBreadcrumb{
    background-color:#e4ebf7 !important;
}
.UCMain{
    background-color:#e4ebf7 !important;
}
.UCLabel{
    color:white;
}

.UCCardHeader{
    color:white !important;
    background-color: black !important;
}
.UCCardHeaderNotInit{
    color:black !important;
    background-color: yellow !important;
}
.UCCardBody{
    background-color:#009fe3 !important;
}
.UCCardText1{
    color:black !important;
    margin:0px  !important;
}
.UCCardText2{
    color:white !important;
    font-size: 20px;
    margin:0px  !important;
}

.UCTitle{
    color:#515974;
    font-size: 20px;
}

.UCCombo{
    background-image: url(/img/downArrow.png) !important;
    background-size: 60px !important;
    background-position-x: right !important;
}

.UCGridHeader{
    color:white !important;
    background-color: black !important;
}
.UCGridRow{
    background-color: white !important;
}
.UCGridAlternateRow{
    background-color:#e4ebf7 !important;
}

.UCGridNotInitRow{
    background-color: yellow !important;
}

.UCItemModifyBtn{
    background-color:#5a595b !important;
    border-color:#5a595b !important;
    margin-top:2px  !important;
    margin-bottom:2px  !important;
}

.UCItemDeleteBtn{
    /*background-color:red !important;
    border-color:red !important;*/
    margin-top:2px  !important;
    margin-bottom:2px  !important;
}

.UCItemDownloadBtn{
    margin-top:2px  !important;
    margin-bottom:2px  !important;
}

.UCUnorderedHeader{
    background-image: url('');
    background-repeat:no-repeat;
    background-position: right;
    background-size: 14px 14px
}
.UCASCHeader{
    background-image: url('img/downSmallArrow.png');
    background-repeat:no-repeat;
    background-position: right;
    background-size: 14px 14px
}
.UCDESCHeader{
    background-image: url('img/upSmallArrow.png');
    background-repeat:no-repeat;
    background-position: right;
    background-size: 14px 14px
}

.UCdetails{
    font-size: small;
}



