
.dbo-copy {
  background-color: #F6F4F4;
  font-size: 1em;
  color: #4e5e5e;
  font-family: RobotoRegular;
}



.dbo .sidebar {
  border: solid 1px #f4f4f4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  max-height: 95%;
  overflow-y: auto;
  background-color: white;
  /*margin-top: 30px;*/
  position:fixed;
  right:1.3%;
  width: calc((98.7% - 220px)*0.32);
}
.dbo .sidebar-bottom {
  display: none;
}
.dbo .progress {
  height: 20px;
}
.dbo .progress-bar{
  background-color: #3cc19f;
}

.dbo .fcc-wrapper {
  margin-bottom: 22px;
}

.dbo .form-completion-container {
  display: flex;
  line-height: 16px;
}
.dbo .fcc-text-container {
  margin-left: 10px;
}
.dbo .fcc-image-container {
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
}
.dbo .fcc-span1 {
  color: #001919;
  font-size: 14px;
}
.dbo .fcc-span2 {
  color: #9ca3a3;
  font-size: 12px;
}
.dbo h2 {
  color: #001919;
  font-family: RobotoRegular;
  font-size: 1.5em;
}
.dbo .donations-panel-body h3 {
  color: #44496B;
}

.dbo .link-to-receipt {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.donation .input-container-PHOTO {
    position: relative;
    border: 1px dashed #aaaaaa;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    color: #999999;
}
.donation .input-container-upload {
  padding: 15px;
}
.donation .input-container-uploading {
  background-color: #f7f7f7;
  padding: 15px;
}
.donation .input-container-viewer {
  border: 1px dashed #aaaaaa;
  position: relative;
  background-color: #f7f7f7;
}
.donation .input-container-view {
  text-align: center;
  padding: 20px;
}
.donation .input-container-remove {
  right: 0;
  margin: 5px;
  position: absolute;
  background-color: #eae8e8;
  padding: 2px 3px 0px 3px;
}
.donation .receipt-serial {
  position: relative;
  border: 1px dashed #aaaaaa;
  border-radius: 3px;
  padding: 15px 10px;
  text-align: justify;
  font-size: 1em;
  display: flex;
  align-items: flex-start;
}
.donation .receipt-serial-text1 {
  color: #4e5e5e;
  font-size: 0.95em;
}
.donation .receipt-serial-text2 {
  color: #4e5e5e;
  font-size: 0.8em;
}
.dbo .primary-color{
  color: #3cc19f;
}

.dbo .btn {
  background-color: #5e6595;
  color: #fff;
  height: 34px;
  font-size: 14px;
  font-family: RobotoMedium;
  text-transform: uppercase;
  transition: 0.3s;
  min-width: 80px;
}

.dbo .btn:hover {
  background-color: #44496B;
  transition: 0.3s;
  box-shadow: 2px 2px 6px #d0d1d1;
}

.dbo .btn.btnDefault {
  font-size: 14px;
  font-family: RobotoMedium;
  padding: 6px 9px;
  background-color: #dddddd;
  width: 50%;
}
.dbo .btn-save {
  border-radius: 3px;
  background-color: rgba(68, 73, 107, 0.05);
  border: solid 1px #d0d1d1;
  color: #44496b;
  font-weight: bold;
  font-size: 14px;
  height: 34px;
  padding: 4px 15px 4px 15px;
  text-transform: uppercase;
  margin-top: 22px;
  width: 80%;
}
.dbo .btn-save:hover, .dbo .btn-secondary:hover{
  background-color: rgba(68, 73, 107, 0.1);
  transition: 0.3s;
}
.dbo .btn-secondary {
  border-radius: 3px;
  background-color: #eae8e8;
  border: solid 1px #d0d1d1;
  color: #44496b;
  font-size: 14px;
  font-family: RobotoMedium;
  height: 34px;
  padding: 4px 15px 4px 15px;
  text-transform: uppercase;
  transition: 0.3s;
}
.dbo .btn-primary {
  background-color: #ff7a49;
  color: #fff;
  transition: 0.3s;
  height: 34px;
  font-size: 14px;
  font-family: RobotoMedium;
}
.dbo .btn-primary:hover {
  background-color: #ff6127;
  transition: 0.3s;
}
.dbo .btn-submit{
  margin-top: 15px;
  width: 80%;
}

.dbo .btn-submit-small{
  margin-top: 20px;
  width: 40%;
}
.dbo .btn-deactivate {
  font-size: 14px;
  padding: 6px 15px;
}
.dbo .centerContainer {
  border: solid 1px #f4f4f4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  padding: 0 20px;
}
.dbo hr {
  margin: 20px 0 0px 0;
  border-top: 1px solid #eae8e8;
}
.dbo .disableClick{
    cursor: not-allowed;
}
.dbo .form-control[disabled] {
  background-color: #eee;
}
.dbo .section-header {
  margin: 30px 0px 30px 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #001919;
  
}
.dbo .section-status-info {
    font-size: 48px;
    font-weight: 700;
    color: #5bc0de;
}
.dbo .page-heading-wrapper {
    font-family: RobotoRegular;
    padding-top: 20px;
    color: #001919;
    /*padding-bottom: 20px;
    border-bottom: 1px solid #eee;*/
    /*text-transform: uppercase;*/
    font-size: 1em;
    line-height: 100%;
}
.dbo .form-control {
  color: #001919;
  height: 34px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d0d1d1;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.dbo .select-wrapper {
    border-radius: 0px;
    padding: 0;
    border: 1px solid #EAE8E8;
    position: relative;
    min-width: 130px;
    overflow: hidden;
    background-color: #fff;
    /*font-family: RobotoMedium;*/
    color : #4E5E5E;
    background: #fff url("../assets/icons/dropDownArrow.gif") no-repeat 97% 50%;
}
.dbo .select-wrapper select {
    margin: 0px;
    padding: 5px 8px 5px 15px;
    /*font-family: RobotoMedium;
    font-size: 14px;*/
    border-radius: 0px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.dbo .select-wrapper select:focus {
    outline: none;
}
.dbo .select-wrapper select:hover {
    cursor: pointer;
}
.dbo .requiredList {
  font-family: RobotoRegular;
}
.dbo .requiredList .p3-icon-success{
  /*color: #F6F4F4;*/
}

.dbo label{
  font-family: RobotoRegular;
  color: #4e5e5e;
  padding: 0 5px 5px 0;
  font-size: 14px;
}
.dbo .small-label{
  font-family: RobotoMedium;
  color: #001919;
  font-size: 14px;
  font-weight: normal;
  /*line-height: 100%;*/
}
.dbo .small-label-content{
  color: #4E5E5E;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}
.dbo .small-label.small-label-content{
  padding-top: 5px;
}
.dbo .helpText{
  /*font-family: RobotoRegular;*/
  display: inline-block;
  color: #4E5E5E;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  margin-top: -5px;
}
.dbo .errorText{
  font-family: RobotoRegular;
  display: inline-block;
  color: #FF6127;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
}
.dbo .form-group{
  margin-bottom: 20px;
}
.dbo .form-group-last{
  margin-bottom: 0px;
}
.dbo .progress-container{
  padding: 0 20px 0 20px;
}
.dbo .progress{
  margin-top: 5px;
  height: 6px;
  background-color: #F6F4F4;
}
.dbo .progress-value{
  font-size:12px;
  display:block;
  background-color:#3CC19F;
  color:#fff;
  border-radius: 3px;
  padding: 3px 6px;
  text-align: center;
}
.dbo .progress-status{
  font-size:12px;
  display:block;
  border-radius: 0;
  padding: 3px 6px;
  text-align: center;
}
.dbo .progress-status.progress-status-incomplete{
  background-color:#fff;
  color: #4E5E5E;
  border: 1px solid #EAE8E8;
}
.dbo .progress-status.progress-status-done{
  background-color:#3CC19F;
  color:#fff;
  border: 1px solid #EAE8E8;
}
.dbo .noPadding {
    padding: 0px;
}
.dbo .noLeftPadding {
    padding-left: 0px;
}
.dbo .noRightPadding {
    padding-right: 0px;
}
.dbo .noBottomPadding {
    padding-bottom: 0px;
}
.dbo .noTopPadding {
    padding-top: 0px;
}
.dbo .noMargin {
    margin: 0px;
}
.dbo .noLeftMargin {
    margin-left: 0px;
}
.dbo .noRightMargin {
    margin-right: 0px;
}
.dbo .progress-body {
    padding: 0 20px;
    line-height: 1em;
}
.dbo .checkbox-wrapper {
    position: relative;
}
.dbo .checkbox-wrapper label {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    border: 1px solid #EAE8E8;
}
.dbo .checkbox-wrapper label:after {
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: 2px;
    left: 1px;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.dbo .checkbox-wrapper label:hover::after {
    border: 2px solid #EAE8E8;
    border-top: none;
    border-right: none;
    opacity: 0.3;
}
.dbo .checkbox-wrapper input[type=checkbox] {
    visibility: hidden;
}
.dbo .checkbox-wrapper input[type=checkbox]:checked + label:after {
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    opacity: 1;
}
.dbo .checkbox-text {
    position: absolute;
    left: 27px;
    line-height: 1.2em;
    font-size: 14px;
}
.dbo .opaqueLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0);
    color: #fff;
    opacity:0;
}
.dbo .image-wrapper .opaqueLayer {
    border-radius: 4px;
}
.dbo .opaqueLayer:hover {
    background-color: rgba(0,0,0,0.6);
    opacity:1;
    color: #fff;
    font-size: 16px
}
.dbo .banner-image{
  height: 320px;
  width: 100%;
}
.dbo .noBanner{
  padding-top: 160px;
  background: url("../assets/images/banner-image.png") repeat ;
}
.dbo .white-background{
  background-color: #fff;
}
.dbo .relative-position{
  position: relative;
}
.dbo .absolute-position{
  position: absolute;
}
.dbo .open-modal-bar{
   border-radius: 3px;
   background-color: #F6F4F4 ;
   border: solid 1px #EAE8E8;
   padding: 10px 0px;
   text-align: center;
}
.dbo .open-modal-bar a{
   cursor: pointer;
}
.dbo .clickable{
  cursor: pointer;
}
.dbo .articleContent{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.dbo .progress-bar-success{
  background-color: #3CC19F;
}
.dbo .newBorder{
  border:1px solid #EAE8E8;
}
.dbo .p3-icon-edit_pencil:before {
  color : #2369bc;
}
.dbo .modal-body{
  max-height: 475px;
  overflow-y: auto;
}
.dbo .break-word {
    word-break: break-word;
}
.dbo .commentHeader{
  background-color: #fff;
  float:right;
  color: #4E5E5E;
  font-size:12px;
}
.dbo .testing{
  max-height:400px;
  overflow-y:auto;
}

.dbo .vertical-align {
    display: flex;
    align-items: center;
}

.dbo .d-divider {
  border: 1px solid #f4f4f4;
  margin: 0 -1px -1px 0;
  padding: 25px 29px;
}

.donation .tags, .dbo .tags {
  color: #4e5e5e;
  padding: 5px;
  display:inline-flex;
  border-radius: 3px;
  background-color: #f6f4f4;
  border: solid 1px #d8d8d8;
  font-size: 0.8em;
  margin-bottom: 8px;
  margin-right: 8px;
  text-transform: uppercase;
}

.donation .tags__lg, .dbo .tags__lg {
  padding: 7px;
  font-size: 13px;
}

.dbo .tags-clear {
  color: #4e5e5e;
  padding: 5px;
  display:inline-flex;
  font-size: 0.9em;
  margin-bottom: 8px;
  margin-right: 8px;
}

.donation .tag-container, .dbo .tag-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.donation .tags-icon, .dbo .tags-icon {
  cursor: pointer;
  margin-left: 5px;
  font-size: 13px;
  margin-top: -3px;
}

.donation .tags-icon:hover, .dbo .tags-icon:hover {
  opacity: 0.7;
}

.disable-form .tags-icon,.disable-form .file-uploaded-icon-2 {
  display: none;
}

.dbo .summary-text-1 {
  color: #001919;
  font-size: 1.2em;
}
.dbo .summary-text-2 {
  color: #001919;
  font-size: 1.5em;
}

.dbo .dbo-container {
  padding: 0px;
  border: solid 1px #f4f4f4;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 #eae8e8;
  min-height: 100%;
}

.dbo .page-title {
  color: #001919;
  padding-bottom: 16px;
  font-family: RobotoRegular;
  font-size: 1.2em;
}

.dbo .don-table-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dbo .don-table-header-text {
  font-size: 1.2em;
  color: #001919;
  font-family: RobotoMedium;
}

.dbo .don-table-editable {
  display: flex;
  justify-content: space-between;   
}

.dbo .nav>li>a {
  position: relative;
  display: block;
  padding: 15px 30px;
}


.dbo .nav-tabs {
  margin-bottom: 0px;
}

.dbo h1 {
  font-size: 1.2em;
}
.dbo .info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 #eae8e8;
}
.dbo .info-text {
  margin-left: 15px;
}
.dbo .don-settings-info-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 16px 15px;
}

.dbo .don-settings-info-key {
  flex: 1;
  float: left;
  color: #4e5e5e;
  font-size: 14px;
}

.dbo .don-settings-info-value {
  flex: 1;
  float: left;
  color: #001919;
  font-size: 14px;
  padding-left: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.dbo .don-settings-info-container {
  display: flex;
  align-items: flex-start;
}

.dbo .don-settings-section-header {
  font-family: RobotoMedium;
  font-size: 14px;
  color: #001919;
}

.dbo .don-settings-section-action-text {
  color: #5e6595;
  padding-left: 12px;
  font-size: 14px;
  font-weight: bold;
}

.dbo .table-dashboard {
  border: 1px solid #eae8e8;
  border-radius: 3px;
}
.dbo .table-dashboard>tbody>tr>td,.dbo .table-dashboard>thead>tr>td,.dbo .table-dashboard>tbody>tr>th ,.dbo .table-dashboard>thead>tr>th {
  border-top: 0px; 
  border-left: 1px solid #eae8e8;
}
.dbo .table-dashboard>thead>tr>th{
  font-size: 14px;
  color: #687575;
  font-weight: normal;
}
.dbo .table-dashboard>tbody>tr>th, .dbo .table-dashboard>tbody>tr>td {
  font-size: 14px;
  color: #001919;
  font-weight: normal;
}
.dbo .don-table>tbody>tr>td {
  border-top: 0px; 
  color: #001919;
  font-size: 0.9em;
  vertical-align: middle;
}
.dbo .don-table>tbody>tr>th{
  border-top: 0px;
  color: #4e5e5e;
  font-size: 0.9em;
  font-weight: lighter;
  padding-left: 20px;
  vertical-align: middle;
}

.dbo .don-table {
  margin-top: 15px;
  border: 8px solid #eae8e8;
  border-radius: 3px;
  table-layout: fixed;
}

.dbo .alert-text  {
  display: flex;
  align-items: flex-start;
  font-size: 0.8em;
  padding: 0px 15px;
  margin-top: -10px;
  margin-bottom: 16px;
  text-align: justify;
}

.dbo .error_text  {
  color: #FF6127;
  font-size: 0.8em;
  padding: 3px 15px 10px 15px;
  text-align: justify;
}
.dbo .error_text-image {
  width: 11px;
  margin-top: 3px;
  position: absolute;
  left: 0;
}

.dbo .don-dropdown {
  width: 100%;
  background-color: #fff;
  color: #687575;
  font-size: 14px;
  border: solid 1px #eae8e8;
  border-radius: 3px;
  height: 34px;
}
.dbo .dropdown-menu>li>a {
  padding: 3px 35px;
}
.dbo .don-date {
  height: 34px;
  display: inline-flex;
  padding: 5px;
  width: 130px;
  background-color: #fff;
  color: #687575;
  font-size: 0.8em;
  border-radius: 3px;
  border: solid 1px #eae8e8;
  margin-bottom: 15px;
}
.dbo .don-caret {
  background-image: url("../assets/icons/dropdown_caret.png");
  width: 13px;
  height: 7px;
  float: right;
  margin-top: 7px;
}

.dbo input[type=checkbox] {
  margin-top: 5px;
}
.dbo .pad_top {
  padding-top: 15px;
}

.dbo .don-dropdown.btn-default:hover,.dbo .don-dropdown.btn-default:active, .dbo .don-dropdown.btn-default:focus {
     background-color: transparent;
}

.dbo .mw-800{
  max-width: 800px;
}

.donation .termsNCondition {
  padding: 10px;
  height: 160px;
  border-radius: 3px;
  background-color: #eae8e8;
  border: solid 1px #d0d1d1;
  overflow-y: scroll;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 12px;
}
.dbo .download {
  background-image: url("../assets/icons/download.png");
}
@media only screen and (max-width: 992px) {
    .dbo .table-wrapper {
      overflow: auto;
      width:600px;
    }
}
@media only screen and (max-width: 890px) {
    .dbo .table-wrapper {
      overflow: auto;
      width:550px;
    }
}
@media only screen and (max-width: 767px) {
    .dbo .sidebar {
        position: relative;
        display: none;
    }
    .dbo .sidebar-bottom {
        display: unset;
    }
    .dbo .table-wrapper {
      overflow: auto;
      width:650px;
    }
    .dbo .don-dropdown {
      width: 60%;
    }
}
@media only screen and (max-width: 650px) {
    .dbo .table-wrapper {
      overflow: auto;
      width:545px;
    }
}
@media only screen and (max-width: 550px) {
    .dbo .table-wrapper {
      overflow: auto;
      width:445px;
    }
}

@media only screen and (max-width: 445px) {
    .dbo .table-wrapper {
      overflow: auto;
      width:320px;
    }
}

@media only screen and (max-width: 415px) {
    .dbo .nav-tabs-text {
      font-size: 0.9em;
    }
    .dbo .nav>li>a {
      padding: 15px;
    }
}


/***********************************
Connect Admin Page Payments Activation Flow
***************************/ 
.donation .primary-color {
  color:  #ff7a49;
}
.donation {
  font-family: RobotoRegular;
}

.donation .middle_container {
  padding: 0px;
  width: 75%;
}
.donation .sidebar {
  background-color: white;
  border: solid 1px #f4f4f4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  max-height: 95%;
  overflow-y: auto;
  right:1.3%;
  width: calc((98.7% - 220px)*0.235);
}
.donation .sidebar-fixed {
  position:fixed;
}
.donation .sidebar-dynamic {
  margin-top: 39px;
  position: absolute;
}
.donation .sidebar-bottom {
  display: none;
}
.donation .page-title {
  font-size: 16px;
}
.donation .main-wrapper {
  background-color: #ffffff;
  border: solid 1px #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  padding: 0px 20px;
}
.donation .main-header {
  font-size: 14px;
  padding: 16px 0px;
}
.donation .modal-header {
  border-bottom: solid 1px #eae8e8;
  font-size: 14px;
  padding: 16px 20px;
}
.donation .modal-body {
  padding: 16px 20px;
}
.donation hr {
  border-top: solid 1px #eae8e8;
  margin: 0px;
}


/***************** FORM ******************************/
.donation .form_section-header {
  color: #4e5e5e;
  font-size: 18px;
  padding-top: 24px;
  text-transform: uppercase;
}
.donation .form_section-sub_header {
  color: #001919;
  font-size: 14px;
  font-weight: bold;
  padding-top: 24px;
}
.dbo .form_section-input-label,
.donation .form_section-input-label {
  color: #4e5e5e;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.donation .form_section-checkbox-label {
  color: #4e5e5e;
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.donation .form_section-input-info {
  color: #9ca3a3;
  font-size: 12px;
  margin-bottom: 8px;
}
.donation .form_section-checkbox {
  margin: 2px 5px 0 0;
  zoom: 1.3;
}
.dbo .form-control,
.donation .form-control {
  background-color: #ffffff;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  box-shadow: none; 
  color: #001919;
  height: 34px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: none;
}
.dbo .form-control:focus,
.donation .form-control:focus {
    border: 1px solid #ff7a49;
    outline-color: #ff7a49;
}

.donation textarea.form-control {
  height: auto;
}

.donation .styled-select {
  background: url("../assets/icons/dropdown_caret.png") no-repeat 97% #fff;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  height: 34px;
  overflow: hidden;
  width: 100%;
}

.donation .styled-select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #001919;
  font-size: 14px;
  padding: 5px;
  padding-top: 3px;
  height: 34px;
  line-height: 1;
  width: 100%;
  -webkit-appearance: none;
}
.styled-select select:focus {
  outline: none; 
  outline-offset: none;
}
.donation .file-uploaded-wrapper {
  background-color: #f6f4f4;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  padding: 12px;
  width: 100%;
}
.donation .file-uploaded {
  display: flex;
  width: 100%;
}
.donation .file-uploaded-text {
  margin: auto;
  margin-left: 0px;
  overflow-x: hidden;
  max-width: 90px;
}
.donation .file-uploaded-icon-1 {
  height: 25px;
  margin: auto;
  margin-left: 0px;
  margin-right: 10px;
  width: 20px;
}
.donation .file-uploaded-icon-2 {
  height: 12px;
  margin: auto;
  margin-right: 0px;
  margin-left: 16px;
  cursor: pointer;
  width: 12px;
}
.donation .file-uploaded-td {
  background-color: #f6f4f4;
}



/********************* TABLE ************************/
.donation .table-wrapper {
  overflow-x: auto;
}
.donation .table {
  margin-bottom: 0px;
}
.donation .table-horizontal {
  border: 1px solid #eae8e8;
  border-radius: 3px;
  margin-bottom: 16px;
}
.donation .table-horizontal>tbody>tr>td,.donation .table-horizontal>thead>tr>td,.donation .table-horizontal>tbody>tr>th ,.donation .table-horizontal>thead>tr>th {
  border-top: 0px; 
  border-left: 1px solid #eae8e8;
  vertical-align: middle;
}
.donation .table-horizontal>thead>tr>th{
  color: #687575;
  font-size: 14px;
  font-weight: normal;
}
.donation .table-horizontal>tbody>tr>th, .donation .table-horizontal>tbody>tr>td {
  color: #001919;
  font-size: 14px;
  font-weight: normal;
}
.donation .table-horizontal-flat {
  border: 1px solid #d0d1d1;
  border-collapse: separate;
  border-radius: 3px;
}
.donation .table-horizontal-flat>thead {
  background-color: #eae8e8;
}
.donation .table-horizontal-flat>thead>tr>th {
  color: #4e5e5e;
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
}
.donation .table-horizontal-flat>tbody>tr>td, .donation .table-horizontal-flat>tbody>tr>th, .donation .table-horizontal-flat>tfoot>tr>td, .table>tfoot>tr>th, .donation .table-horizontal-flat>thead>tr>td, .donation .table-horizontal-flat>thead>tr>th {
  padding: 12px;
}
.donation .table-horizontal-flat>tbody>tr>td,.donation .table-horizontal-flat>tbody>tr>th{
  border-left: 1px solid #d0d1d1;
  vertical-align: middle;
}
.donation .table-horizontal-flat>tbody>tr>td:first-child,.donation .table-horizontal-flat>tbody>tr>th:first-child {
  border-left: none;
}
.donation .table-vertical {
  border: 8px solid #eae8e8;
  border-radius: 3px;
}
.donation .table-vertical>tbody>tr>td {
  border-top: 0px; 
  color: #001919;
  font-size: 0.9em;
  font-weight: bolder;
}
.donation .table-vertical>tbody>tr>th{
  border-top: 0px;
  color: #4e5e5e;
  font-size: 0.9em;
  font-weight: lighter;
  padding-left: 20px;
}

/********* BUTTON    ***************/
.donation .btn {
  border-radius: 3px;
  font-size: 16px;
  height: 34px;
  padding: 4px 15px 5px 15px;
  text-transform: uppercase;
  transition: 0.3s;
}

.donation .btn:hover {
  transition: 0.3s;
}

.donation .btn.active.focus, .donation .btn.active:focus, .donation .btn.focus, .donation .btn:active.focus, .donation .btn:active:focus, .donation .btn:focus {
  outline: none; 
  outline-offset: none;
  transition: 0.3s;
}
.donation .btn-form-upload {
  background-color: #eae8e8;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  color: #44496b;
  cursor: pointer;
  display:inline-flex;
  font-size: 14px;
  height: 32px;
  padding: 5px 16px;
  text-transform: uppercase;
}
.donation .btn-form-upload[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
.donation .btn-form-upload-icon {
  height: 13px;
  margin-top: 3px;
  margin-right: 3px;
  width: 11px;
}
.sidebar .btn-save, .sidebar-bottom .btn-save {
  border-radius: 3px;
  background-color: rgba(68, 73, 107, 0.05);
  border: solid 1px #d0d1d1;
  color: #44496b;
  display: unset;
  font-weight: bold;
  font-size: 14px;
  height: auto;
  min-height: 34px;
  padding: 4px 15px 4px 15px;
  text-transform: uppercase;
  margin-top: 24px;
  width: 80%;
  transition: 0.3s;
}
.sidebar-bottom .btn-save:hover, .sidebar .btn-save:hover, .dbo .btn-secondary:hover{
  background-color: rgba(68, 73, 107, 0.1);
  transition: 0.3s;
}
.sidebar-bottom .btn-submit, .sidebar .btn-submit{
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0px;
  width: 80%;
}
.sidebar .progress{
  height: 6px;
  background-color: #F6F4F4;
}
.sidebar .progress-bar {
    background-color: #3cc19f;
}
.sidebar .progress-header {
  color: #4e5e5e;
}
.sidebar .progress-value{
  font-size:12px;
  display:block;
  background-color:#3CC19F;
  color:#fff;
  border-radius: 3px;
  padding: 3px 6px;
  text-align: center;
}
.sidebar .progress-status{
  font-size:12px;
  display:block;
  border-radius: 0;
  padding: 3px 6px;
  text-align: center;
}
.sidebar .progress-status.progress-status-incomplete{
  background-color:#fff;
  color: #4E5E5E;
  border: 1px solid #EAE8E8;
}
.sidebar .progress-status.progress-status-done{
  background-color:#3CC19F;
  color:#fff;
  border: 1px solid #EAE8E8;
}
.sidebar .fcc-wrapper {
  margin-bottom: 22px;
}

.sidebar .form-completion-container {
  display: flex;
  line-height: 16px;
}
.sidebar .fcc-text-container {
  margin-left: 10px;
}
.sidebar .fcc-image-container {
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar .fcc-span1 {
  color: #001919;
  font-size: 14px;
}
.sidebar .fcc-span2 {
  color: #9ca3a3;
  font-size: 12px;
}

/********* WIDTH ***********/
.donation .width-50 {
  width: 50%
}

.donation .width-10 {
  width: 10%
}


/************** PAYMENT APPROVAL ***************/
.donation .pa-field {
  background-color: #e9e8e8;
  border-radius: 3px;
  margin: 0px 8px;
  margin-bottom: 8px;
  padding: 10px;
}

.donation .table-vertical>tbody>tr>td {
  font-weight: normal;
}


/***************** Utilities ***************************/
.empty-col {
  color: #4e5e5e;
  font-size: 20px;
  padding: 16px 0px;
  text-align: center;
}
.donation .error_text  {
  color: #FF6127;
  font-size: 0.8em;
  padding: 3px 15px 10px 15px;
  text-align: justify;
}
.donation .error_text-image {
  width: 11px;
  margin-top: 3px;
  position: absolute;
  left: 0;
}
.donation .ms-dropdown {
  width: 100%;
  background-color: #fff;
  color: #687575;
  font-size: 14px;
  border: solid 1px #eae8e8;
  border-radius: 3px;
  height: 34px;
}
.donation .ms-caret {
  background-image: url("../assets/icons/dropdown_caret.png");
  width: 13px;
  height: 7px;
  float: right;
  margin-top: 7px;
}

.donation .ms-dropdown.btn-default:hover,.donation .ms-dropdown.btn-default:active, .donation .ms-dropdown.btn-default:focus {
     background-color: transparent;
}

/*************** MEDIA QUERIES ***********************/
@media only screen and (max-width: 767px) {
  .donation .middle_container {
    width: 100%;
    max-width: 100vw;
  }
  .donation .sidebar {
    display: none;
  }
  .donation .sidebar-bottom {
      display: unset;
  }
}

/**************** Tata Grants *************************/
.tata-grants .main-header {
  font-weight: bold;
}
.tata-grants .flat-card {
  color: #4e5e5e;
  font-size: 1em;
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #fcfcfc;
  margin-bottom:16px;
}
.tata-grants .no-padding {
  padding: 0px;
}
.tata-grants .grant-header {
  font-size: 18px;
  font-weight: bold;
}
.tata-grants .grant-summary {
  font-weight: bold;
}
.tata-grants .btn-grant-details {
  float: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.tata-grants .btn-grant-details-bottom {
  margin-top: 8px;
  display: none;
}

@media only screen and (max-width: 992px) {
    .tata-grants .btn-grant-details {
      display: none;
    }
    .tata-grants .btn-grant-details-bottom {
      display: unset;
    }
}

.dbo .modal-header .close {
  margin-top: -60px;
  color: #fff;
  opacity: 1;
  transition: 0.3s all;
  margin-right: -30px;
}

.dbo .modal-header .close:hover {
  opacity: 0.7;
}

.dbo .modal:not(.flash).fade .modal-dialog,
.donation .modal:not(.flash).fade .modal-dialog {
  top: 400px;
}

.dbo .modal-header {
  padding: 24px 28px 28px 28px;
}

@media (min-width: 768px) {
  .dbo .modal-sm-don-settings,
  .donation .modal-sm-don-settings {
    width: 450px;
  }
  .modal-dialog-700 {
    width: 700px;
  }
  .modal-dialog-340 {
    width: 340px;
  }

}

.gd-checkbox {
  position: relative;
  display: flex;
}
.gd-checkbox label {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 0px;
}
.gd-checkbox label:before, .gd-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.gd-checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background .3s;
}

.gd-checkbox__xs label:before {
  width: 15px;
  height: 15px;
}

.gd-checkbox__small label:before {
  width: 18px;
  height: 18px;
}
.gd-checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
  visibility: hidden;
}
.gd-checkbox input[type="checkbox"]:checked + label:before {
  background: #5e6595;
  border: none;
}
.gd-checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.gd-checkbox__xs input[type="checkbox"]:checked + label:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 5px;
}
.gd-checkbox__small input[type="checkbox"]:checked + label:after {
  top: 4px;
  left: 4px;
  width: 11px;
  height: 6px;
}

.verification-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1031;
}

/*******
vfc: verification-form-container
**/

.vfc .form-group {
  margin-bottom: 20px;
}

.vfc--flex {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.vfc .tab-content {
  max-width: 1000px;
}

.vfc .nav-tabs > li > a,
.vfc .nav-tabs > li > a:hover {
  border-right: 2px solid #fff;  
  color: #4e5e5e !important;
  font-size: 14px;
  background-color: #f6f4f4;
  margin-right: unset;
  border-radius: unset;
  height: 40px;
}

.vfc .nav-tabs > li.active > a,
.vfc .nav-tabs > li.active > a:hover, 
.vfc .nav-tabs > li.active > a:focus {
  border: none;
  color: #001919 !important; 
  font-family: RobotoMedium;
}

.verification-container .scrtabs-tabs-movable-container {
  background-color: #f6f4f4;
}

.donation .btn-default__thin {
  padding: 5px 15px;
  height: 32px;
  font-size: 14px;
  font-family: RobotoMedium;
  color: #44496b;
}

.donation .btn-default__violet {
  color: #fff;
  font-family: RobotoMedium;
  background-color: #5e6595;
  font-size: 14px;
  border-color: #5e6595;
}

.donation .btn-default__violet:hover, 
.donation .btn-default__violet:active,
.donation .btn-default__violet:focus {
  color: #fff;
  background-color: #44496B;
  transition: 0.3s;
  box-shadow: 2px 2px 6px #d0d1d1;
}


.vfc--header {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding: 16px 0px;
}

.vfc--header--left, .vfc--header--right {
  display: flex; 
}

.vfc--header--title {
  font-size: 16px;
  font-family: RobotoMedium;
  margin-left: 8px;
}

a:active.vfc--header--back, a:visited.vfc--header--back {
  font-size: 24px;
}

.vfc--header--back {
  font-size: 24px;
  margin-top: -5px;
  color: #4e5e5e;
}

.vfc--body {
  min-height: 0px;
  display: flex;
  flex: 1;
}

.vfc--body--left {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.vfc--body--right {
  width: 400px;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.vfc--body--right--cover {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}

.vfc--body--right--bottom {
  height: 150px;
  margin-top: 15px;
}

.vfc--body--right--cover::-webkit-scrollbar{width: 4px;}

.vfc-sub-section-header {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #4e5e5e;
  margin-bottom: 8px;
}

.donation .vfc .sidebar {
  right: unset;
  width: 100%;
  border: none;
  box-shadow: none;
  
}

.vfc .sidebar .progress {
  height: 10px;
  border-radius: 7px;
}

.vfc h5 {
  font-family: RobotoRegular;
  font-size: 16px;
  color: #001919;
  margin-bottom: 24px;
  margin-top: 48px;
  text-transform: uppercase;
}

.vfc .sub-form-container {
  border-radius: 3px;
  border: solid 1px #d0d1d1;
  padding: 16px;
  transition: 0.3s;
  margin-bottom: 24px;
}

.vfc .sub-form-container__new {
  background-color: rgba(246, 244, 244, 0.48);
}

.vfc .sub-form-container:hover, .vfc .sub-form-container:active {
  transition: 0.3s;
  box-shadow: inset 2px 2px 6px 0 #eae8e8;  
}

.vfc-section-help {
  font-family: RobotoRegular;
  font-size: 14px;
  line-height: 1.36;
  color: #4e5e5e;
}

.vfc .error_text {
  font-size: 12px;
  padding: 0px;
  margin-bottom: 10px;
}

.vfc .cont-1{
  display: flex;
  padding-bottom: 5px;
}

.vfc .cont-1:last-child {
  margin-bottom: 12px;
}

.vfc .cont-2{
  display: flex;
  flex: 1;
}
.vfc .cont-3{
  display: flex;
  flex-direction: column;
  width: 185px;
}
.vfc .cont-4{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 185px;
}
.vfc .cont-5{
  display: flex;
  align-items: flex-end;
  padding: 6px 16px 6px 0;
  text-align: center;
  white-space: nowrap;
}
.vfc .cont-5__mw-180 {
  min-width: 280px;
}
.vfc .cont-6 {
  overflow: hidden;
  overflow-x: auto;
}


.vfc .cont-7 {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

.vfc .cont-8 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 180px;
}

.vfc .cont-9 {
  display: flex;
  flex-direction: column;
}

.vfc .cont-8 > div, .vfc .cont-9 > div {
  height: 34px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 24px;
  font-size: 14px;
  color: #4e5e5e;
}

.vfc .cont-9 > div {
  min-width: 120px;
}

.vfc .cont-9 > div:first-child, .vfc .cont-8 > div:first-child {
  justify-content: center;
  margin-bottom: 0px;
}

.vfc .cont-9:first-child > div {
  justify-content: center;
  margin-right: 0px;
}

.vfc .cont-9:last-child > div {
  justify-content: center;
  margin-right: 0px;
}

.vfc .cont-9 .cont-9-item-name {
  display: none;
}

.vfc .cont-10 {
  display: flex;
  margin-bottom: 16px;
}

.vfc .cont-10__coe label{
  min-width: 340px;
  margin: 0px;
  display: flex;
  align-items: center;
}

.vfc .cont-10__coe input{
  max-width: 80px;
}

.vfc-subheader {
  font-family: RobotoRegular;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.36;
  color: #4e5e5e;
}

.vfc-fy-header {
  display: none;
}

.vfc .btns-container {
  display: flex;
  padding: 0 5px;
}

.vfc .btns-container__right {
  justify-content: flex-end;
}

.vfc .btns-container > div {
  margin: 0 10px;
}

.vf-checkbox-group label{
  color: #4e5e5e;
}















@media only screen and (max-width: 992px) {
  .vfc--body--right {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .vfc--body--right {
   display: none;
  }
  .donation .table-wrapper {
    width: calc( 100vw - 55px );
  }
}

@media only screen and (max-width: 500px) {
  .vfc .cont-1, .vfc .cont-2 {
    flex-direction: column;
    overflow-x: hidden;
  }
  .vfc .cont-1 {
    border-radius: 5px 5px 0 0;
    border: 1px solid #eee;
  }
  .vfc .cont-3,.vfc .cont-4 {
    flex-direction: row;
    width: unset;
    align-items: center;
    padding: 8px 8px;
  }
  .vfc-fy-header {
    width: 300px;
    padding: 0;
    display: unset;
  }
  .vfc .cont-5 {
    justify-content: center;
    background-color: #f6f4f4;
    border-radius: 3px 3px 0 0;
    white-space: unset;
  }
  .vfc .cont-5__mw-180 {
    min-width: unset;
  }
  .vfc .cont-7 {
    flex-direction: column;
  }
  .vfc .cont-8 {
    display: none;
  }
  .vfc .cont-9 {
    border-radius: 5px 5px 0 0;
    border: 1px solid #eee;
    margin-bottom: 16px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .vfc .cont-9 > div {
    display: flex;
    margin-right: 16px;
    margin-left:16px;
    margin-bottom: 12px;
  }
  .vfc .cont-9 > div:first-child {
    background-color: #f6f4f4;
    border-radius: 5px 5px 0 0;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .vfc .cont-9 input.form-control {
    width: unset;
    min-width: 60px;
  }
  .vfc .cont-9 verification-form-error {
    margin-right: 16px;
    margin-left:16px;
  }
  .vfc .cont-9 .cont-9-item-name {
    display: unset;
    flex: 1;
    min-width: 160px;
  }
  .vfc .cont-10 {
    flex-direction: column;
  }
  .vfc .cont-10__coe input{
    max-width: unset;
  }
}
@media only screen and (min-width: 500px) {
  .vfc .cont-4:last-child {
    padding-right: 0px;
  }
}






.repeated-item.ng-enter, .repeated-item.ng-move {
  transition: all 0.5s linear;
  opacity: 0;
}

/*
  `.ng-enter-active` and `.ng-move-active` are where the transition destination
  properties are set so that the animation knows what to animate
*/
.repeated-item.ng-enter.ng-enter-active,
.repeated-item.ng-move.ng-move-active {
  opacity: 1;
}

/*
  We are using CSS keyframe animations for when the `leave` event
  is triggered for the element that has the `repeated-item` class
*/
.repeated-item.ng-leave {
  animation: 0.5s my_animation;
}

@keyframes my_animation {
  from { opacity: 1; }
  to   { opacity: 0; }
}


.donation .disable-summary {
  pointer-events:none;
  opacity:0.6;
}

.donation .verification-status-msg-container {
  padding: 16px;
  margin-top: 16px;
  border-radius: 3px;
}

/** 
vsmc: verification-status-msg-container
 **/
.donation .vsmc--success {
  border: 1px dashed #a3e2d1;
}

.donation .vsmc--success .p3-icon-success{
  color:#3cc19f;
}

.donation .vsmc--failure {
  border: 1px dashed #ffa17f;
}

.donation .vsmc--failure .p3-icon-info{
  color:#ff6127;
}

.donation .upload-container {
  position: fixed;
  z-index: 10000;
  bottom: 16px;
  width: 400px;
  right: 24px;
  -webkit-box-shadow: 0 2px 4px 0 #eae8e8;
  box-shadow: 0 2px 4px 0 #eae8e8;
}

/******  uc: upload-container  ********/
.donation .uc-header {
  height: 50px;
  background-color: #2f344a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}

.donation .uc-header-text {
  color: #fff;
  font-size: 16px;
}

.donation .uc-header-icon {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.donation .uc-body {
  height: 120px;
  background-color: #f6f4f4;
  padding-left: 24px;
  padding-right: 24px;
  border: solid 1px #eae8e8;
  overflow-y: auto;
}

.donation .uc-body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: solid 1px #d0d1d1;
}

.donation .uc-body-error-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ff6127;
}

.donation .uc-body-row:last-child {
  border-bottom: none;
}

.donation .uc-body-progress-icon {
  height: 20px;
}

.donation .uc-body-text {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: RobotoMedium;
}

.icon-hover {
  opacity: 0.8;
}

.icon-hover:hover {
  opacity: 1;
}

.profile-container{
  max-width: calc(70%);
}

@media only screen and (max-width: 767px) { 
  .profile-container{
    max-width: unset;
  }
}
@media only screen and (max-width: 450px) { 
  .donation .upload-container { 
    width: 300px;
  }
}

.onboardStripe {
  flex: 1;
  text-align: center;
  background: white;
  margin-top: 50px;
}


.stripe-intro-banner{
  width: 512px;
  height: 174px;
}

.stripe_dashboard {
  width: 188px;
  height: 32px;
  border-radius: 3px;
  color: white;
  background-image: linear-gradient(to bottom, #4aaddf, #0086db);
}

.dbo .don-settings-info-value .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 20px;
}

.dbo .don-settings-info-value .switch input {
  display: none;
}

.dbo .don-settings-info-value .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.dbo .don-settings-info-value .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: -1px;
  bottom: -1px;
  background-color: #8f8f8f;
  -webkit-transition: .4s;
  transition: .4s;
}

.dbo .don-settings-info-value input:checked+.slider {
  background-color: #a3e2d1;
}

.dbo .don-settings-info-value input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.dbo .don-settings-info-value input:checked+.slider:before {
  background-color: #3cc19f;
  box-shadow: -2px 0 3px 0 rgba(60, 193, 159, 0.49);
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

.dbo .don-settings-info-value .slider.round {
  border-radius: 34px;
}

.dbo .don-settings-info-value .slider.round:before {
  border-radius: 50%;
}