/* Scss Document */
/* Scss Document */
@font-face {
  font-family: 'Montserrat-semiBold';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Reular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0;
  padding: 0;
  font: 100% Montserrat-Medium;
  background-image: url(../images/body-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top center; }

textarea:focus, .form-control:focus, .btn:focus {
  outline: none;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important; }

/* Mixin */
/* Mixin */
/* Variabls */
hr {
  background: #0e76bd; }

/* Variabls */
.header {
  background: #0d639e; }
  .header .active-link, .header .top-links li a:hover {
    background: #094269;
    border-bottom: 2px solid #042135 !important; }

.top-infoList {
  background: #0d639e;
  margin-top: 6px;
  position: absolute;
  top: 0;
  right: 15px; }
  .top-infoList ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-infoList ul li {
      display: inline-block;
      position: relative;
      color: #fff;
      font-size: 13px; }
      .top-infoList ul li a {
        display: inline-block;
        color: #fff;
        font-size: 13px; }
    .top-infoList ul li + li {
      margin: 0 0 0 15px; }
      .top-infoList ul li + li:before {
        height: 15px;
        width: 1px;
        background: #fff;
        position: absolute;
        content: "";
        left: -10px;
        top: 3px; }

.header nav.navbar {
  padding: 0;
  margin-top: 2px;
  position: static; }
.header .navbar-brand {
  padding: 0; }
.header .top-heading {
  margin-top: 35px; }
  .header .top-heading h2 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    font-family: 'Montserrat-Medium'; }
.header .top-links li + li {
  margin-left: 20px; }
  .header .top-links li + li:before {
    height: 15px;
    width: 1px;
    background: #fff;
    position: absolute;
    content: "";
    left: -10px;
    top: 10px; }
.header .top-links li {
  position: relative; }
  .header .top-links li a {
    color: #fff;
    border-bottom: 2px; }

/* Form Style */
.login-form-wrap {
  margin-top: 10%; }

.login-form-wrap .login-form {
  padding: 30px;
  padding-bottom: 50px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #999;
  border-top: 20px solid #0e76bd;
  border-bottom: 5px solid #0e76bd;
  background: rgba(255, 255, 255, 0.5); }
  .login-form-wrap .login-form h2 {
    color: #444;
    font-size: 45px;
    font-family: 'Montserrat-Bold'; }
    .login-form-wrap .login-form h2 span {
      font-family: 'Montserrat-Reular'; }

.login-fields {
  margin-top: 40px; }
  .login-fields .form-group {
    position: relative;
    margin-top: 2.5rem; }
    .login-fields .form-group input.form-control {
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #bec2c5;
      padding-left: 26px;
      background-color: transparent;
      z-index: 212;
      position: relative; }
    .login-fields .form-group .fa-user,
    .login-fields .form-group .fa-lock {
      color: #c9c9c9;
      font-size: 20px;
      position: absolute;
      top: 8px;
      left: 0; }
    .login-fields .form-group .label {
      position: absolute;
      top: 8px;
      left: 26px;
      color: #666;
      cursor: text;
      transition: all 0.2s; }
    .login-fields .form-group input.form-control:focus {
      -webkit-box-shadow: 0 1px 0 0 #0e76bd !important;
      -ms-box-shadow: 0 1px 0 0 #0e76bd !important;
      box-shadow: 0 1px 0 0 #0e76bd !important;
      border-bottom: 1px solid #0e76bd; }
    .login-fields .form-group input.form-control:focus + label,
    .login-fields .form-group input.form-control:valid + label {
      -webkit-transform: translateY(-140%);
      -moz-transform: translateY(-140%);
      transform: translateY(-140%);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      color: #0e76bd;
      left: 0;
      font-size: 12px; }
  .login-fields .forgot-pass {
    text-align: end;
    text-decoration: underline;
    font-size: 14px;
    color: #0e76bd; }
    .login-fields .forgot-pass:hover {
      color: #444; }
  .login-fields .logIn-btn {
    margin-top: 30px; }
    .login-fields .logIn-btn button,
    .login-fields .logIn-btn input[type=submit] {
      width: 80%;
      background: #0e76bd;
      color: #fff;
      font-size: 21px;
      border: 1px solid #0b4a76;
      font-family: 'Montserrat-Bold'; }
      .login-fields .logIn-btn button:hover,
      .login-fields .logIn-btn input[type=submit]:hover {
        background-color: transparent;
        color: #0e76bd; }

/* Main page styling */
.main {
  padding: 50px 0;
  min-height: 574px; }
  .main .main-heading {
    color: #0e76bd;
    font-family: 'Montserrat-semiBold';
    font-size: 32px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block; }

.main-search {
  background: #636363;
  padding: 15px;
  margin-bottom: 40px; }
  .main-search .form-group {
    margin: 0;
    position: relative; }
    .main-search .form-group input.form-control {
      padding: .575rem .75rem;
      border-color: #fff; }
    .main-search .form-group .search-btn {
      background: #0e76bd;
      border: none;
      position: absolute;
      top: 1px;
      right: 1px;
      padding: 8px 15px;
      border-radius: 0px 5px 5px 0;
      cursor: pointer; }
      .main-search .form-group .search-btn:hover {
        background: #074771; }
      .main-search .form-group .search-btn .fa-search {
        color: #fff;
        font-size: 25px; }
  .main-search .ad-search-btn {
    display: inline-block; }
    .main-search .ad-search-btn a {
      background: #0e76bd;
      color: #fff;
      padding: 11px 17px;
      border: 1px solid #fff;
      font-size: 15px;
      letter-spacing: 0.3px;
      display: block;
      border-radius: 5px;
      max-width: 180px;
      font-family: 'Montserrat-semiBold';
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .main-search .ad-search-btn a:hover {
        text-decoration: none;
        background: #074771; }

.main-selectBox {
  border-bottom: 1px solid #0d639e;
  margin-bottom: 30px; }
  .main-selectBox .view-txt {
    display: block;
    margin-top: 8px;
    color: #555;
    text-align: right; }

.custom-btn button,
.custom-btn .print-btn{
  background: #c81414;
  border-color: #770c0c;
  padding: 8px 35px 6px 20px; }
  .custom-btn button:hover,
  .custom-btn .print-btn:hover {
    color: #c81414;
    background: #fff;
    -webkit-box-shadow: #c81414 0px 0px 30px inset !important;
    -ms-box-shadow: #c81414 0px 0px 30px inset !important;
    box-shadow: #c81414 0px 0px 30px inset !important; }
    .custom-btn button:hover + i,
    .custom-btn input.print-btn[type=submit]:hover + i {
      color: #c81414; }
.custom-btn input.upload-btn[type=submit] {
  padding: 8px 35px 6px 20px; }
.custom-btn input + i {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #fff; }

.print-btn {
  position: relative; }
  .print-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    content: "\f1c1";
    margin: 0 5px 0 0; }

.digi-tata-table {
  margin-top: 50px; }
  .digi-tata-table .result-table .table tr.table-head {
    background: #0e76bd;
    border-bottom: 2px solid #07314d; }
    .digi-tata-table .result-table .table tr.table-head th {
      border: none;
      color: #fff;
      font-family: 'Montserrat-Medium';
      font-weight: normal;
      font-size: 13px;
      vertical-align: middle; }
  .digi-tata-table .result-table .table tbody
  tr:nth-child(even) {
    background: rgba(58, 173, 251, 0.2); }
  .digi-tata-table .result-table .table tbody
  tr td {
    font-size: 12px;
    max-width: 230px;
    vertical-align: middle;
    color: #555;
    border: none; }
    .digi-tata-table .result-table .table tbody
    tr td p {
      font-size: 12px;
      margin: 0; }
    .digi-tata-table .result-table .table tbody
    tr td a.email-link {
      color: #0e76bd;
      font-size: 12px;
      text-decoration: underline; }
      .digi-tata-table .result-table .table tbody
      tr td a.email-link:hover {
        text-decoration: none; }
    .digi-tata-table .result-table .table tbody
    tr td a {
      text-decoration: none; }
      .digi-tata-table .result-table .table tbody
      tr td a .fa {
        color: #555;
        font-size: 18px;
        text-align: center;
        display: block; }
        .digi-tata-table .result-table .table tbody
        tr td a .fa:hover {
          color: #0d639e; }

.w-100 {
  min-width: 100px; }

.w-250 {
  min-width: 250px; }

.w-104 {
  min-width: 104px; }

.w-135 {
  min-width: 135px; }
.w-280 {
    min-width: 280px;
}
.w-150 {
  min-width: 150px; }

.entry-form .site-form {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #d5d4d4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(58, 173, 251, 0.2); }
  .entry-form .site-form h4 {
    font-size: 20px;
    color: #0d639e;
    margin-bottom: 25px; }
  .entry-form .site-form .form-group {
    margin-bottom: 2rem; }
    .entry-form .site-form .form-group .form-control {
      border-color: #b7b7b7;
      background-color: #fafafa ;
      -webkit-box-shadow: 0px 0px 5px #999 inset !important;
      -ms-box-shadow: 0px 0px 5px #999 inset !important;
      box-shadow: 0px 0px 5px #999 inset !important;
      color: #666;
      font-size: 14px; }
    .entry-form .site-form .form-group label {
      font-size: 15px;
      color: #555;
      font-family: 'Montserrat-semiBold'; }
      .entry-form .site-form .form-group label small {
        color: #a30808;
        margin: -6px 0 0 3px;
        display: inline;
        font-size: 15px; }
    .entry-form .site-form .form-group .radio-btns {
      margin-top: 15px; }
      .entry-form .site-form .form-group .radio-btns label {
        font-family: 'Montserrat-Medium'; }
      .entry-form .site-form .form-group .radio-btns .custom-control-label:after {
        top: 0.15rem; }
      .entry-form .site-form .form-group .radio-btns .custom-control-label:before {
        border: 2px solid #0d639e;
        background-color: transparent;
        top: 0.15rem; }
      .entry-form .site-form .form-group .radio-btns .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #0e76bd;
        border-radius: 10px; }

.submit-btn {
  margin-top: 30px;
  position: relative; }
  .submit-btn button {
    background: #0e76bd;
    color: #fff;
    border: 1px solid #084067;
    text-transform: uppercase;
    font-family: 'Montserrat-semiBold';
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 20px 6px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .submit-btn button:hover {
      -webkit-box-shadow: 0 0 30px #0d639e inset !important;
      -ms-box-shadow: 0 0 30px #0d639e inset !important;
      box-shadow: 0 0 30px #0d639e inset !important;
      background-color: #fff;
      color: #0e76bd; }

.fileUpload {
  position: absolute;
  overflow: hidden;
  top: 4px;
  right: 18px; }

.upload-wrapp {
  padding: 50px 25px !important; }

.wr-heading {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  font-family: 'Montserrat-semiBold'; }

.uploadown input {
  -webkit-box-shadow: 0px 0px 10px #999 inset !important;
  -ms-box-shadow: 0px 0px 10px #999 inset !important;
  box-shadow: 0px 0px 10px #999 inset !important;
  border-color: #b7b7b7;
  background: #f4f2f2;
  color: #666; }

.file-upload-box .form-control:disabled {
  border-color: #b7b7b7;
  background: #f4f2f2;
  -webkit-box-shadow: 0px 0px 5px #999 inset !important;
  -ms-box-shadow: 0px 0px 5px #999 inset !important;
  box-shadow: 0px 0px 5px #999 inset !important;
  color: #666;
  font-size: 17px;
  height: 46px; }
.file-upload-box .fileUpload {
  background: #0e76bd;
  color: #fff;
  border: 1px solid #084067;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px; }
  .file-upload-box .fileUpload:hover {
    -webkit-box-shadow: 0 0 30px #0d639e inset !important;
    -ms-box-shadow: 0 0 30px #0d639e inset !important;
    box-shadow: 0 0 30px #0d639e inset !important;
    background-color: transparent;
    color: #0e76bd; }
  .file-upload-box .fileUpload span i {
    margin-left: 5px; }
.file-upload-box .dw-link {
  margin-top: 15px;
  font-size: 15px;
  color: #0e76bd;
  display: inline-block; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.check-box .custom-control-label {
  cursor: pointer;
  font-family: 'Montserrat-semiBold';
  color: #555;
  font-size: 15px; }
  .check-box .custom-control-label:before {
    border: 2px solid #0e76bd;
    background-color: transparent;
    top: 0.15rem; }
  .check-box .custom-control-label:after {
    top: 0.15rem; }

.email-modal .modal-header {
  border: none; }
  .email-modal .modal-header h5 {
    text-align: center;
    color: #0e76bd;
    font-family: 'Montserrat-semiBold';
    width: 100%;
    font-size: 25px; }
.email-modal .form-control {
  border-color: #b7b7b7;
  background: #f4f2f2;
  -webkit-box-shadow: 0px 0px 5px #999 inset !important;
  -ms-box-shadow: 0px 0px 5px #999 inset !important;
  box-shadow: 0px 0px 5px #999 inset !important;
  color: #666;
  font-size: 16px;
  height: 45px; }
  .email-modal .form-control:focus {
    border-color: #0e76bd; }
.email-modal .modal-content {
  border: 3px solid #0e76bd;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 20px #fff !important;
  -ms-box-shadow: 0 0 20px #fff !important;
  box-shadow: 0 0 20px #fff !important;
  background: url(../images/body-bg.jpg) center;
  background-size: cover; }

.sr-heading {
  padding: 10px 0; }
  .sr-heading strong {
    color: #0e76bd;
    font-size: 20px;
    font-family: 'Montserrat-semiBold'; }
  .sr-heading span {
    color: #666;
    font: 20px; }

.status-tab .nav-tabs {
  margin-bottom: 20px;
  border-color: #0e76bd; }
  .status-tab .nav-tabs .nav-link {
    padding: 12px 30px;
    background: #d7d7d7;
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    margin-bottom: 1px;
    color: #0e76bd;
    border: 1px solid;
    border-bottom: 0;
    font-family: 'Montserrat-semiBold'; }
  .status-tab .nav-tabs .nav-link.active, .status-tab .nav-tabs .nav-link:hover {
    color: #fff;
    background: #0e76bd;
    background: -webkit-linear-gradient(top, #217EBC 0%, #006FBA 100%);
    border: 1px solid #07314d;
    border-bottom: none; }
  .status-tab .nav-tabs li + li {
    margin-left: 10px; }
.status-tab .status-dr {
  max-width: 120px;
  height: 30px !important;
  font-size: 12px;
  border-color: #b7b7b7;
  background: #f4f2f2;
  -webkit-box-shadow: 0px 0px 5px #999 inset !important;
  -ms-box-shadow: 0px 0px 5px #999 inset !important;
  box-shadow: 0px 0px 5px #999 inset !important;
  color: #666; }

.reports-list h3 {
  font: 25px 'Montserrat-semiBold';
  color: #0e76bd; }
.reports-list ul {
  list-style: none;
  padding: 0;
  margin-top: 30px; }
  .reports-list ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px; }
    .reports-list ul li a {
      color: #444;
      font-size: 18px; }
    .reports-list ul li:before {
      position: absolute;
      top: 3px;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0a9";
      color: #0d639e; }

.filterForm {
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #d5d4d4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(58, 173, 251, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .filterForm * {
    width: auto;
    display: inline-block; }
  .filterForm label {
    padding-right: 10px;
    color: #444; }
  .filterForm input {
    border-color: #b7b7b7;
    background: #f4f2f2;
    -webkit-box-shadow: 0px 0px 5px #999 inset !important;
    -ms-box-shadow: 0px 0px 5px #999 inset !important;
    box-shadow: 0px 0px 5px #999 inset !important;
    color: #666;
    font-size: 14px; }

.edit-box {
    border-color: #b7b7b7;
    background: #fafafa;
    -webkit-box-shadow: 0px 0px 5px #999 inset !important;
    -ms-box-shadow: 0px 0px 5px #999 inset !important;
    box-shadow: 0px 0px 5px #999 inset !important;
    color: #666;
    font-size: 13px;
    height: 30px !important;
    width: 120px;
}
.form-group.inputs-widthsownp input {
    background: #fafafa;
}

.date-box {
  width: 150px;
  font-size: 11px; }

.check-select {
  display: inline-block; }
  .check-select .custom-control-label:after {
    top: 0;
    border: 1px solid #bae3fd;
    border-radius: 3px;
    cursor: pointer; }
  .check-select .custom-control-label:before {
    top: 0;
    cursor: pointer; }

.sub-btn {
  position: absolute;
  bottom: 25px;
  right: 25px; }

.submit-btn input[type="submit"] {
  background: #0e76bd;
  color: #fff;
  border: 1px solid #084067;
  text-transform: uppercase;
  font-family: 'Montserrat-semiBold';
  letter-spacing: 1px;
  font-size: 16px;
  position: relative; }

.submit-btn input[type="submit"]:hover {
  box-shadow: 0 0 30px #0d639e inset !important;
  background-color: #fff;
  color: #0e76bd; }

.submit-btn input[type="submit"]:hover + .up-icon {
  color: #0e76bd; }

.submit-btn .up-icon {
  content: "";
  bottom: 13px;
  position: absolute;
  right: 10px;
  color: #fff; }

/* Footer Style */
.footer {
  background: #0d639e;
  margin-top: 50px;
  padding: 20px 0; }
  .footer .footer-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: 'Montserrat-Reular'; }
    .footer .footer-text p a {
      color: #fff;
      text-decoration: underline;
      font-family: 'Montserrat-Medium'; }
      .footer .footer-text p a:hover {
        text-decoration: none; }

.notes-icon {
    font-size: 40px;
    cursor: help;
    color: #0e76bd;
    text-align: center;
    display: inline-block;
}

.new-layout .container{ max-width: 90%; margin: 0 auto;}
.digi-tata-table {margin-top: 5px;}
.main-search .form-group input.form-control {padding:6px;}

@media screen and (min-width: 999px) and (max-width: 1102px) {
  .header .top-heading h2 {
    font-size: 24px; }
  .header .top-links {
    margin-top: 0; }
    .header .top-links li {
      margin-left: 0 !important; }
      .header .top-links li a {
        font-size: 16px;
        padding: 0; }
    .header .top-links li + li:before {
      height: 11px;
      left: 0;
      top: 3px; } }
@media screen and (min-width: 767px) and (max-width: 999px) {
  .header .top-heading {
    margin-top: 28px; }
    .header .top-heading h2 {
      font-size: 20px; }
  .header .top-links {
    margin-top: 0; }
    .header .top-links li {
      margin-left: 0 !important; }
      .header .top-links li a {
        font-size: 0.7rem;
        padding: 0; }
    .header .top-links li + li:before {
      height: 11px;
      left: 0;
      top: 3px; }

  .main-search .ad-search-btn a {
    font-size: 13px;
    padding: 12px 8px; } }
@media screen and (max-width: 767px) {
  .mobile-btn {
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transform: translateY(-180%);
    -moz-transform: translateY(-180%);
    transform: translateY(-180%); }
    .mobile-btn span {
      height: auto;
      width: auto; }

  .top-infoList {
    position: static; }
    .top-infoList ul li a {
      font-size: 12px; }

  .header .top-links {
    margin-top: 30px; }
    .header .top-links li {
      position: static;
      margin-left: 0 !important; }
      .header .top-links li:before {
        display: none; }
  .header .top-heading {
    margin-top: 15px;
    margin-bottom: 15px; }
    .header .top-heading h2 {
      font-size: 14px;
      text-align: center; }
  .header .navbar-brand {
    max-width: 130px; }

  .main-search .ad-search-btn a {
    margin-top: 20px; }

  .main-selectBox .view-txt {
    margin-bottom: 10px;
    text-align: left !important; }

  .main .main-heading {
    font-size: 24px; }

  .entry-form .site-form h4 {
    font-size: 15px; }

  .filterForm * {
    display: block;
    width: 100%;
    text-align: left; } }

/*# sourceMappingURL=style.css.map */
.our-box-input {
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #d5d4d4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(58, 173, 251, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.inline-block-none lebel {
    float: left !important;
}

.inline-block-none label {
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.inline-block-none input {
    display: inline-block !important;
    width: auto !important;
 
}
.inline-block-none .form-group {
    margin: 0;
}


@media(max-width: 767px)  {
    .inline-block-none input {
        display: block !important;
        width: 100% !important;
    }
    .inline-block-none label {
        text-align:left;
        margin-top:5px !important;
        display: block !important;
        width: 100% !important;
    }
}
.gridlnk:hover , .gridlnk:active {
    color: #0056b3;
}
.gridlnk {
    color: #555;
}