﻿
    .row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    label{text-align:left !important;}
    
hr.hr-reg {
  height: 5px;
  margin-left: 15px;
  margin-bottom:35px;
  background-image: -webkit-linear-gradient(left, rgba(213, 133, 18, 1), rgba(237, 156, 40, 1), rgba(0,0,0,0));
}
hr.hr-def {
    border-top: 2px solid #eeeeee;
}
.loading{
    content: "~/Content/images/loading.gif";
}
.validation-summary-errors{display:none;}
.modal-title{text-align:left !important;}
#errorModalBody li{text-align:left !important;color:red;}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#divTermsAndCondition {
  background-color: lightblue;
  width: 700px;
  height: 550px;
  overflow: auto;
  text-align: left;
  font-size: 16px;
}