﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.dl-horizontal dt {
    float: left;
    width: 270px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
    margin-bottom: 5px;
  }

  .login-menu {
    
    padding-top: 10px;
    margin-bottom: 0;
    list-style: none;
      
  }

  .login-menu > li {
    position: relative;
    display: inline;
      margin-right: 20px;
  }

  .login-menu > li > a:hover,
  .login-menu > li > a:focus {
    text-decoration: underline;
  }

  .textbox-width {
      width: 500px;
  }

  .modal-backdrop-custom {
    background-color: #F1F2F7;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
  }

  .modal-header {
   
    padding:9px 15px;
    border-bottom:1px solid #eee;
    /*background-color: #252C34;*/
      background-color: #2eaef0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

  .modal-title-custom {
      color: white;
  }

  .modal-narrow .modal-dialog {
      width: 510px;
     
     
}
  .modal-center {
       /*height: 400px;*/
      top: calc(50% - 200px) !important;
      
  }

  .btn-razor {
      padding-top: 10px;
  }

  .footer-bottom{
      z-index: 9999;
  }

  /* Ensure main content has bottom padding for fixed footer */
  .main-content {
      padding-bottom: 40px;
  }

  /* Syncfusion EJ2 Grid Filter Button - Theme Color Override */
  .e-grid .e-filter-popup .e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info) {
      background-color: #2eaef0 !important;
      border-color: #2eaef0 !important;
  }

  .e-grid .e-filter-popup .e-footer-content .e-btn.e-primary.e-flat:hover {
      background-color: #0488cd !important;
      border-color: #0488cd !important;
  }

  .e-grid .e-filter-popup .e-footer-content .e-btn.e-primary.e-flat:focus {
      background-color: #0488cd !important;
      border-color: #0488cd !important;
      box-shadow: 0 0 0 0.2rem rgba(46, 174, 240, 0.25) !important;
  }

  /* Syncfusion Dropdown Selected Item - Theme Color Override */
  .e-dropdownbase .e-list-item.e-active,
  .e-dropdownbase .e-list-item.e-active.e-hover,
  .e-ddl .e-list-item.e-active,
  .e-ddl .e-list-item.e-active.e-hover {
      background-color: #2eaef0 !important;
      color: #fff !important;
  }

  .e-dropdownbase .e-list-item.e-hover,
  .e-ddl .e-list-item.e-hover {
      background-color: rgba(46, 174, 240, 0.1) !important;
      color: #2eaef0 !important;
  }



  

 