.segmented input[type=radio] {
display: none;
}
.segmented label {
     display: inline-block;
padding: 5px 12px;
color:#888888;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 1px;
/*background: #F7BE3F;*/
background-color: rgba(234, 234, 234, 0.89);
border: 1px solid RGBA(51, 51, 51, 0.21);

cursor: pointer;
}

.segmented input:checked + label {
color: #545b6a;
background-color: rgba(234, 234, 234, 0.89);
border: 1px solid RGBA(51, 51, 51, 0.21);
/*background: #eea236;*/
}
.mr5px{
    margin-right:5px;
}
.error{
    color:red !important;
}
.alert_error{
color:red !important; }
.help-block1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
    z-index: 11111;
    position: absolute;
    font-size: 11px;
}
.help-block label{
    text-transform: none;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
li .contiue-bu{
    display: inline !important;
}
.datepicker-dropdown{
    background-color: #fff !important; 
}
.btn-circle {
  font-size: 8px;
  border-radius: 20%;
}
li .contiue-bu{
    display : block !important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #269fe5;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}