html{
    background: white;
}

.landing-wrapper #header .header-top .logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    background: url("") top left no-repeat; 
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .landing-wrapper .header .header-top .logo {
        background: url("") top left no-repeat;
        background-size: 200px 30px; 
    } 
}

.layout-wrapper .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    background: url("") top left no-repeat; 
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .layout-wrapper .topbar .logo {
        background: url("") top left no-repeat;
        background-size: 200px 30px; 
    } 
}
.align-center {
    text-align: center;
}
.wid5{
    width: 5%;
}
.wid10{
    width: 10%;
}
.wid15{
    width: 15%;
}
.wid20{
    width: 20%;
}
.wid30{
    width: 30%;
}
.wid40{
    width: 40%;
}
.wid50{
    width: 50%;
}

body .md-inputfield label {
    color: black;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -20px;
    font-size: 13px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all; 
}

body .md-selectonemenu {
    margin-top: -22px;
    margin-right: 0px;
    padding-right: 10px;
    padding-bottom: 9px;
}

body .md-select label {
    color: black;
    font-weight: normal;
    position: relative;
    pointer-events: none;
    left: 5px;
    font-size: 14px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all; 
}

body .md-selectonemenu label {
    font-size: 13px;
    margin-left: 4px;
    height: 19px;
}

body .md-selectonemenu .ui-message.ui-message-error {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: #e62a10;
    font-size: 12px;
}

body .md-selectonemenu .ui-message.ui-message-warning {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: yellow;
    font-size: 12px;
}

body .md-inputfield {
    padding-bottom: 5px;
}

.wid10I{
    width: 10% !important;
}
.wid20I{
    width: 20% !important;
}
.wid30I{
    width: 20% !important;
}

.fs-12{
    font-size: 12px;
}

body .ui-message {
    min-height: 0px !important;
}


body .md-select .ui-message.ui-message-error {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: #e62a10;
    font-size: 12px;
}

body .md-select .ui-message.ui-message-error .ui-message-error-icon {
    color: #e62a10;
    font-size: 15px;
    top: 2px;
}

.ui-fileupload-buttonbar{
    background: none !important;
    border: none !important;
}

.ui-fileupload-content{
    border: none !important;
}

.ui-fileupload-choose{
    background-color: #009688 !important;
}

body .md-select .ui-message.ui-message-warning {
    background-color: transparent;
    border: 0 none;
    margin: 0px;
    color: yellow;
    font-size: 12px;
}

body .md-select .ui-message.ui-message-warning .ui-message-error-icon {
    color: yellow;
    font-size: 15px;
    top: 2px;
}

.center{
    text-align: center;
}

.fieldSetCBL{
    min-height: 257px;
}


.Wid100{
    width: 100%;
}

.Wid90{
    width: 90%;
}
.Wid80{
    width: 80%;
}
.Wid70{
    width: 70%;
}
.Wid60{
    width: 60%;
}
.Wid50{
    width: 50%;
}
.Wid40{
    width: 40%;
}
.Wid30{
    width: 30%;
}
.Wid20{
    width: 20%;
}
.Wid10{
    width: 10%;
}


.AlignCenter{
    text-align: center;
}

.AlignRight{
    text-align: right;
}

.AlignLeft{
    text-align: left;
}

.uix-datatable-index{
    text-align: right;
    width: 5%;
    padding-right: 2px !important;
}

.uix-confirm-dialog{
    top: 0px !important;
}