main > .container {
    /* padding: 70px 15px 20px; */
    padding: 100px 15px 20px;
}



th[class^="list-cell__"] {
  font-weight: Normal;
}

.nimro_logo {
    width: 70px;
    margin-left: 15px;
    opacity: 0.9;
    position: relative;
    transform: scale(3.5);
    right: 6vw;
}

#footer {
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 12px 12px 12px 4px;
  color: #050505 !important;
  font-size: 11px;
  line-height: 1.5;
  /* border-top:4px solid #684147; */
}

#footer a {
  color: #000000;
}


.navbar-brand span{
  white-space: pre-line;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  width: 10vw;
  word-wrap: break-word;
}



.navbar {
  overflow: hidden;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF784B52', endColorstr='#FF58373C', GradientType='0');
  background-image: -ms-linear-gradient(top, #784b52 0%, #58373c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #784b52), color-stop(100%, #58373c));
  background-image: -webkit-linear-gradient(top, #784b52 0%, #58373c 100%);
  background-image: -moz-linear-gradient(top, #784b52 0%, #58373c 100%);
  background-image: -o-linear-gradient(top, #784b52 0%, #58373c 100%);
  background-image: linear-gradient(top, #784b52 0%, #58373c 100%);
}


.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    /* height: 60px; */
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}



#web_print {
    margin: 5px;
    display: table;
    border-collapse: collapse;
  }
  #web_print div.row  {
    /* float: left; */
    overflow: hidden;
    /* width: 120px; */
  }
  .web_rez_tab_td {
        /* border: 1px solid black; */
    display: table-cell;
    /* border-right: 0px solid #fff; */
    /* box-shadow: -20px 0px 0px 20px #fff; */
    box-sizing: border-box;
    /* border-collapse: collapse; */
    margin: 0px 0 0 -3px;
  }

    .web_empty {
      border-bottom: 1px solid black;
    }

    




/* #web_print_container {
    display: none;
  } */
  
  @media print {
    

    #web_print {
  font-family: 'Times New Roman',Times,serif;
  margin: 5px;
  text-align: justify !important;
  display: table;
  /* font-weight: inherit; */
  /* border-collapse: collapse; */
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 11pt !important;
  /* max-width: 100% !important; */
}
p {
  font-family: 'Times New Roman', Times, serif;
  /* font-weight: bold; */
  /* margin: 0 !important;
  padding: 0 !important; */
  /* max-width: 100% !important; */
  font-size: 11pt !important;
}

    .web_render_buttons {
      display: none !important;
    }
     /*  @page {
      size: A4 ;
      font-size: 11pt !important;
      margin:20px;
      padding:0px;
    }

        .web_empty {
          border-bottom: 1px solid black;
        }
        
  
    #web_print_container {
      display: block;
      margin: 10px !important;
      box-sizing: content-box;
    }
    #web_print {
      margin: 5px !important;
      border: 1px solid black;
      display: table;
      border-collapse: collapse;
    }
    #web_print_footer {
      border: none;
    }
    #web_print div.row  {
      overflow: hidden;
    }
    .web_rez_tab_td {
      display: table-cell;
      box-sizing: border-box;
      margin: -1px 0 0 -1px;
    } */
  }