/** akash css starts **/
.buttonlogindev {
    width: 100%;
    height: 40px;
    background:#083b82;
    box-sizing: border-box;
    border-radius: 5px;
    border:0px solid #e15960;
    color: #fff;
    font-size: 18px;  
    outline: none;
    cursor: pointer;
}
.buttonlogindev:hover { background: #3d3d3d;}
.error{ color:red;}
.nav li a{
    color: #666;
}
.nav li a:hover, .nav li.active a:hover{
    text-decoration: none;
}
.nav li.active a{
/*    color: #fff;
*/}
.right a{
    text-decoration: none !important;
}
#cadence-pop1, #cadence-pop2{
    display: none;
}
.cade-input-dev{
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    color: #999999;
    font-size: 12px;
    height: 35px;
    padding: 0 0 0 10px;
    width: 75px;
}
.view_table tr:nth-child(even){
  background-color: #e7ecf7;
}
.view_table tr:nth-child(odd){
  background-color: #F3F3F3;
}

.mid1{
    display: table;
    margin: 0 auto;
    vertical-align: middle;
}
.border{
    border: 15px solid #285DCB;
}
.meaningfullreport li span{
  color: #333;
}
.showscroller{
  margin-bottom: 4%;
}
.success{
    color: green;
}
.failed{
    color: red;
}
#cadence-pop1wait{
    display: none;
}
#cadence-pop2{
        width:60%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px 20px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 30%;
}
.cadence-popdev{
border: solid 15px #7eafdd;
}
/** akash css ends **/

/* by neeti */

.table-border{ border:1px solid #c9daea; margin-right:10px; }
.button{ background:#285dcb; color:#FFFFFF; padding:5px; font-size: 12px; font-weight: bold; border: 0px; }
.textarea,.select,.textbox{ width: 70%; border: 1px solid #abbeff; box-shadow: 0px 0px 10px #b8d1e8; padding:5px 3px; line-height: 20px !important;}
#msg{ width:100%; margin:auto; color:#034689; font-size:15px; display:none; text-align:center; }
.filter-form{ background:#e7ecf7; }
#rec{ width:60%; float:right; }

/* end */