﻿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;
  }

  

  

 