label.error { color: #d50c30;
font-weight: bold;
margin-bottom: 0;
line-height: 20px;
font-size: 13px;
}
.login-img {
background: url(//www.staging.plc-group.com.au/wp-content/themes/plc-group-theme/assets/frAssets/images/bg-01.jpg);
height: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: inline-table;
}
.error {
color: #d50c30;
font-weight: bold;
font-size: 13px;
margin-bottom: 5px;
display: block;
}
.ti-cls{
color: #FF6A00;
} .custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input {
display: block;
}
.imageThumb {
max-height: 75px;
border: 2px solid;
padding: 1px;
cursor: pointer;
}
.pip {
display: inline-block;
margin: 10px 10px 0 0;
}
.remove {
display: block;
background: #444;
border: 1px solid black;
color: white;
text-align: center;
cursor: pointer;
}
.remove:hover {
background: white;
color: black;
} .img_cls
{
border: 2px solid #894cac;border-radius: 7px;padding: 5px;
}
.complosaryFieldsCls {
color: red;
font-weight: 100;
}
.txtAlignCenterCls{
text-align: center;
}
.addBtnCls{
float: right;
margin-right:35px;
width: auto;
}
label.stutasCls {
cursor: pointer;
}
.stsBtn{
width:60px;
}
.viewTblCls{
width: 20%;
}
.sidebarHeadingCls
{
background: #313030;
font-size: 13px;
}
.listImgCls{
height:100px;
width:100px;
}
.pa-cls{
margin-bottom: 30px;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.badge-outline-success
{
color: #32c861;
border: 1px solid #32c861;
background-color: transparent;
}
.rounded-pill
{
}
.badge-outline-danger
{
color: #f96a74;
border: 1px solid #f96a74;
background-color: transparent;
}
.badge-outline-warning
{
color: #ffa91c;
border: 1px solid #ffa91c;
background-color: transparent;
}
.badge-outline-info
{
color: #34d3eb;
border: 1px solid #34d3eb;
background-color: transparent;
}
.badge-soft-success
{
color: #32c861;
background-color:#e0f7e7;
}
.blink_me {
animation: blinker 2s linear infinite;
width: 10px;
height: 10px;
display: inline-block;
border: 1px solid green;
background-color: green;
border-radius: 100%;
}
@keyframes blinker {
50% {
opacity: 0.6;
}
}