body{
	color: black;
}

.inputRadioDiv{
	height: 25px;
    width: 25%;
    float: left;
}

#inputRadio{
    /*border: 1px solid #0c0c0c;*/
    height: 25px;
    width: 25%;
    float: left;
    
}
#inputRadio2{
    /*border: 1px solid tomato;*/
    height: 25px;
    width: 20%;
    float: left;
}
#inputRadio3{
    /*border: 1px solid #0c0c0c;*/
    height: 25px;
    width: 20%;
    float: left;
    
}
#inputRadio4{
    /*border: 1px solid tomato;*/
    height: 25px;
    width: 20%;
    float: left;
}

label{
  font-weight: bold;
  font-size: 15px;
  color: #000066;
}

#labelId{
	float:left;
}

/* input[type=submit] {
    width: 110px;
    padding: 4px 12px;
    background-color: #000066;
    color: white;
    font-weight: bold;
    margin: 8px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
} */

/* input[type=button] { */
/*     width: 110px; */
/*     padding: 4px 12px; */
/*     background-color: #000066; */
/*     color: white; */
/*     font-weight: bold; */
/*     margin: 8px 0; */
/*     box-sizing: border-box; */
/*     border: 3px solid #ccc; */
/*     border-radius: 8px; */
/*     -webkit-transition: 0.5s; */
/*     transition: 0.5s; */
/*     outline: none; */
/* } */

#searchActRuleOrderActionDiv{
    margin-top: 10px;
}
#view{
    table-layout: fixed;
    word-wrap:break-word;
}
#searchActRuleOrderActionDiv table thead tr{
    background-color: #000066;
    color: white;
/*     font-weight: bold; */
}


.text-on-pannel {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 3px 5px;
  position: relative;
  margin-top: -40px;
  border: 1px solid #337ab7;
  border-radius: 8px;
}

.panel {
  /* for text on pannel */
  margin-top: 87px !important;
}

.panel-body {
  padding-top: 20px; /* Saswata Changed for mobile view footer */
  border: 1px solid #acb0ac;
  border-radius: 8px;
}

#chooseOption-modal {
  max-width: 800px;
  
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  height: auto;
}

.keyPersonnelHeader{
	color:black;
}
.nav li a{
	color: black;
}
.notification .badge {
  background-color: red;
    border-radius: 50%;
    color: white;
    padding: 5px 10px;
    position: absolute;
    right: 23%;
    top: 1%;
}