
.ui-change {
  background-color: #fff;
  border-color: #7E848B;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.4;
  height: 29px;
  margin-top: 6%;
  border-radius: 4px;
}
.btncolor {
background: #f96302;
  background-color: rgb(249, 99, 2);
min-width: 100px;
max-width: 100%;
font-family: inherit;
font-weight: 600;
color: #fff;
border-top-right-radius: 16px;
border-bottom-right-radius: 0px;
}
/*
.btncolor {
background: #f96302;
  background-color: rgb(249, 99, 2);
min-width: 100px;
max-width: 100%;
font-family: inherit;
font-weight: 600;
color: #fff;
border-radius: 10px;
border-top-left-radius: none;
background: linear-gradient(90deg, rgb(1, 43, 127) 0%, rgb(9, 9, 121) 67%, #77e5f7 100%);
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px #74def3 solid;
}
*/
.btncolor {
background: #f96302;
  background-color: rgb(249, 99, 2);
min-width: 100px;
max-width: 100%;
font-family: inherit;
font-weight: 600;
color: #fff;
border-top-right-radius: 16px !important;
}

.menu-icon{
  padding:3px 0.75rem;
}
.export-icon {
  font-size: 21px;
  position: relative;
  
  border: 1px #cdcdcd solid;
  padding: 0 10px !important;
  border-radius: 4px;
  height: 30px;
  background: transparent;
  float:right;
  border-top-right-radius: 16px;
}
.export-icon {
  font-size: 18px !important;
  background-color: #f96302;
  color: #fff;
  padding: 3px 9px !important;
  border-radius: 4px;
  margin-left: 1%;
  
  float: right;
  border-top-right-radius: 16px;
}
.export-icon:hover{
  background-color:#012b7f;
}
.btn-group>.btn-default{
  top: 2px;
  font-size: 18px !important;
  background-color: #f96302;
  color: #fff;
  padding: 0px 7px !important;
  border-radius: 4px;
  height: 30px;
}
.btn-default:hover :hover{
  
 
  
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #012b7f;
  color: #fff;
}
.newbtn{
  position: relative;
  bottom: 0.15rem;
  left: 0.5rem;
  cursor: pointer;
}
.codelabel{
  width: 100%;
  height: auto;
  float: right;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.codeinput{
  width: 180px;
    float: left;
    margin-top: 1%;
    margin-left: 3%;
  
}
.codeinput2{
  width: 180px;
    float: left;
    margin-top: 1%;
    margin-left: 6%;

}
.codeinput3{
  width: 180px;
  float: left;
  margin-top: 1%;
  margin-left: 3%;
}
.codeinput4{
  width: 180px;
  float: left;
  
   
}
/*.refresh{
  margin-top:10px;margin-left:3%;float:left;
}

.refresh{
  margin-top: 0;
    margin-left: 3%;
    float: left;
    font-size: 25px;
}

.fa-refresh{
  font-size: 25px !important;
}
*/

.refresh {
  margin-top: 0;
  margin-right: 3%;
  float: right;
  font-size: 25px;
  position: relative;
  bottom: 0.5rem;
  border-top-right-radius: 16px;
}
.fa-refresh {
  font-size: 25px !important;
  font-size: 20px !important;
  
  color: #fff;
  /* padding: 4px 7px;
  border-top-right-radius: 16px; */
 
}
.fa-refresh:hover{
  background-color:#012b7f;
}
.viewtablepage thead td {

  padding: 1% 8px;
  background: #012b7f;
  border-bottom: 1px solid #c2c2c2;
  color: #fff;
  font-weight: bold;
  text-align:left;
  font-size: 1rem;
 

}
.inputtable{
  border:1px red solid;
}
.viewtablepage td {
padding: 1% 8px;
background: #fff;
border: 1px solid #002776 !important;
color: #333;
font-weight: 600;

}
.formalignfield input[type="text"], select {
overflow: auto;
height: 24px;
font-size: 14px;
margin: 0 0 0% 0;
font-weight: 400;
font-family: inherit !important;
outline: 0;
width: 100%;
background-color: #fff;  /*#e9e9ed */
border: 1px #8f8f9d solid !important;
border-radius: 5px;
padding-left: 6px;
}
@media screen and (min-width: 1360px) {

  

}



@media screen and (max-width: 3000px) {

.codeinput4 {
    float: right;
    margin-top: 3.2%;
   margin-right: 1.4%;
}
.export-icon {

  position: relative;
  top: 0.3rem;
  margin-left: 1%;
}

}

