html,body{
    /*width: 100%;*/
    /*height: 100%;*/
    background: #202020;
  }
  body{
    margin-top: 70px;
  }
  .notify{
    display: none
  }
  .ie8 body{
    margin-top: 68px;
  }

  sup{
    color: #b40404;
  }
  label{
    font-family: "Open Sans";
  }
  form h4{
    font-family: "Open Sans";
    font-weight: bolder;
  }
  .container{
    max-width: 1170px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*margin-right: 15px;*/
  }
  .marg-cont{
    margin-bottom: 15px;
  }
  .header{
    position: fixed;
    top: 0;
    background: #101010;
  }
  @media(max-width: 768px){
    .container{
      /*padding-right: 45px;*/
    }
  }
  #loadingmessage{
    z-index: 50000;
  }
  .loadingmessageimage{
    width: 75px;
    position: fixed;
    top: 45%;
    left: 45%;
  }
  .nomargin{
    margin: 0px;
  }
  #viewMemberList{
    /*border : 1px solid #ededed;*/
    /*border-radius: 3px;*/
    /*padding: 5px;*/
  }
  /* css for jquery validation */
  label {
    color: #333 !important;
  }
  label.valid {
    width: 24px;
    height: 19px;
    background: #3c763d;
    display: inline-block;
    text-indent: -9999px;
  }
  label.error {
      font-weight: normal;
      color: #B94A48 !important;
      padding: 2px 4px;
      margin-top: 2px;
  }
  
  .alert-pad{
    padding: 5px;
  }
  .icici-content{
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 30px 30px 30px;
    border-top: 5px solid #B91426;
    min-height: 500px;
  }
  .page-title{
    border-bottom: 5px solid #b91426;
    margin: -15px -30px 10px !important;
    padding-bottom: 6px !important;
    font-size: 16px !important;
    padding-left: 30px;
  }
  .col-xs-6,.col-xs-2,.col-xs-10,.col-xs-8,.col-xs-12{
    padding: 0px;
  }
  .table{
    font-size: 12px;
  }
  .trrr:hover {
    cursor: pointer;
    /*background: #ededed;*/
    /* whatever other hover styles you want */
  }
  textarea {
    resize: none;
  }
  .form-control[readonly]{
    cursor: pointer;
  }
  .modal{
    padding: 0px !important;
  }
  .margr30{
    margin-right: 20px;
    /*margin-top: 3px;*/
    margin-bottom: 3px;
  }
  @media(max-width: 768px){
    .modal-dialog{
      margin-top: 50% ;
    }
  }

  .ie-label{
    display: none;
  }
  .radio-inline, .checkbox-inline{
    padding-left: 0px;
  }
  .ie8msg{
    display: none;
  }
#submitrplc{
  /*background: #e5e5e5;*/
  /*border-radius: 3px;*/
  text-align: center;
  width: 34px;
  margin-left: 45%;
}