﻿table .title {
    width: 230px;
    font-weight: bold;
}
body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
form input[type="submit"] {
    max-width: 500px !important;
}
form#event-add-form input[type="submit"],
form#task-add-form input[type="submit"] {
    max-width: 100% !important;
}
.visibility {
    visibility: hidden;
}
.table thead th {
    white-space: nowrap;
}
.validation-summary-errors,
.validation-summary-errors{
    color: #a94442;
    padding: 2px ;
    margin: 0px 0px 20px 0px;
    border: 1px, solid;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 5px;
    display:block;
}

.field-validation-error{
    color: #a94442;
    padding: 4px 12px;
    margin: 0px;
    border: 1px, solid;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 0px 0px 5px 5px;
    display:block;
}
.remove-notification {
    margin-left: 10px;
}
.notification-content-wrapper .buttons {
    overflow: hidden;
    margin-bottom: 10px;
}
.notification-list {
    clear: both;
}
.pager-wrapper {
    position: relative;
    height: 50px;
}
.pager-wrapper .pagination {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -200px;
}
#event-add-form,
#task-add-form {
    max-width: 700px;
    margin: 0 auto;
}
#event-add-form input,
#event-add-form select,
#member-add-form input,
#member-add-form select,
#employer-add-form input,
#employer-add-form select,
#task-add-form input,
#task-add-form select,
#note-add-form input,
#note-add-form select,
#note-add-form textarea,
#process-id-card input,
#process-id-card select,
#process-id-card textarea {
    max-width: 100%;        
}

.cropArea {
    background: #fff;
    overflow: hidden;
    width:500px;
    height:350px;
    margin: 0 auto;
}
.dropdown-menu [ng-click="select(null)"] {
      display: none;
} 


.photo-detail{
    display: inline-block;
    vertical-align: top;
}


.header-buttons{
    vertical-align: middle;
    margin: 25px 0 0 0;
}

.page-header-2 {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
}


@media (min-width: 768px) {
  .dl-horizontal-details dt {
    float: left;
    width: 230px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal-details dd {
    margin-left: 240px;
  }

  .details-offset-left {
    margin-left: 40px;
    display: inline-block;
  }
}

.note-detail-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.note-detail-buttons a{
    display: inline-block;
    margin-right: 3px;
}
.note-detail-body {
    border-left: 1px solid #eee;
}
.check-name-spinner {
    position: absolute;
    right: 53px;
    top: 16px;
}
.submit-spinner {
    top: 50%;
    left: 50%;
    position: absolute;
}
.employer-spinner {
    position: absolute;
    left: 325px;
    top: 19px;
}
.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
    border: 0;
}
.workspace-notifications a.list-group-item {
    padding-right: 5px;
}
#chat-detail {
    margin-top: 20px;
}
.no-gutter [class*="-3"],
.no-gutter [class*="-9"],
#chat-detail .no-gutter [class*="-2"],
#chat-detail .no-gutter [class*="-10"] {
    padding: 0;
}
#chat-detail .participant-list {
    list-style: none;
    padding: 0px;
}
#chat-detail .participant-list li {
    margin-bottom: 10px;
}
.users-list li,
.dialog-list li {
    clear: both;
    overflow: hidden;
}
.users-list li .checkbox > div {
    padding-left: 20px;
}
.users-list li .checkbox [type="checkbox"] {
    margin-top: 25px;
}
.users-list li .checkbox .text,
#chat-detail .participant-list .text {
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}
.users-list li .checkbox .text .name,
#chat-detail .participant-list .text .name {
    font-weight: bold;
    font-size: 16px;
}
.users-list li .checkbox .text .role {
    color: gray;
    font-size: 14px;
}
.users-list .user-item {
    overflow: hidden;
    cursor: pointer;
}
#dialogs-wrapper {
    position: relative;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}
.dialog-list .date {
    float: right;
}
.dialog-list li {
    margin-bottom: 10px;
}
.dialog-list .text {
    float: left;
}
.dialog-list .user-name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.dialog-list .user-name > * {
    float: left;
}
.dialog-list .status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: gray;
    margin-top: 3px;
    margin-left: 5px;  
}
.dialog-list .date {
    color: white;
    clear: both;
    margin-top: -30px;
}
.dialog-list li {
    position: relative;
}
.dialog-list .unread-count {
    position: absolute;
    right: 0;
}
.last-message {
    margin-left: 10px;
    margin-top: 23px;
}
.last-message .unread {    
    display: inline-block;
    color: #337ab7;
    font-weight: bold;
  
}
.search-user-close {    
    top: 6px;
    position: absolute;
    right: 15px;
    z-index: 10;
}
#chat-detail .chat-panel .panel-body {
    height: 500px;    
}
#chat-detail .back i:before {
    padding-right: 10px;
}
.success {
    color: green;
    font-weight: bold;
}
.error{
    color: red;
    font-weight: bold;
}
.badge-primary {
    background-color: #337ab7;
}
.create-message-body {
    position: relative;
}
.create-message-body .create-message {
    background: #f5f5f5;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -100px!important;
    color: #666;    
}
.users-buttons .users-default-message {
    width: 100%;
    margin: 5px auto 0 auto;
    display: block;
}
.photo-col{
    padding: 0px;
    width: 50px;
}
.notification-detail dd {
    width:100%
}
.no-result {
    text-align: center;
}
.error-message {
    margin-bottom: 5px;
}
dt.delimiter {
    display: block;
    height: 20px;
    width: 100%;
}
.dl-horizontal-details dd:after {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    clear: both;
}
.edited {
    background-color: #DBFFC3!important;
    color: #555 !important;
}
#user-info {
    width: 150px;
}
#user-info .dropdown-toggle {
    padding: 5px !important;
}
#user-info .user {
    float: left;
    text-align: right;
    margin-top: 3px;
    margin-right: 4px;
    color: #777777;
}
#user-info .user .role {
    font-weight: lighter;
}
#user-info .user .name {        
    font-weight: 600;
    max-width: 85px;
}
#user-info .avatar img {
    height: 50px;
    width: 37px
}
#user-info .dropdown-toggle i {
    float: right;
    margin-top: -30px;
    display: block;
}
.input-full-width input {
    width: 100%;
    max-width: 100%
}
span.active {
    color: #f5f5f5;
}
span.success {
    color: green;
}
span.info {
    color: #67c0dc;
}
span.warning {
    color: #fcf8e3;
}
span.danger {
    color: #fb0505;
    font-weight: bold;
}
span.deleted {
    font-weight: bold;
}
.small-description{
    color: #777;
    font-size: 11pt;
    margin-top: 5px;
}
#contribution-schedule-details .title {
    text-align: left;
}
#wrapper blockquote {
    font-size: 13px;    
}
#wrapper blockquote a {    
    text-decoration: underline;
    font-size: 13px;
}
#wrapper blockquote .error-message {
    background-color: #FF5000;
    color: #fff;
    padding: 3px 5px;
}
#wrapper blockquote .success-message {
    background-color: #00C800;
    color: #fff;
    padding: 3px 5px;
}
#date-range .date .btn-danger {
    display: none;
}
#transactions-list .panel-body > div label {
    margin-right: 4px;
}
.payment-details-list li {
    overflow: hidden;
    margin-bottom: 10px;
}
.payment-details-list .list-value {
    font-weight: bold;
    padding-left: 3px;
}
.penalty-list li {
    margin-bottom: 10px;
}
.navbar-top-links  .dropdown-alerts li .notification-link {
    padding: 0;
}
table.finance-year .title {
    width: 385px;
}
.loading-bakcground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
    opacity: .6;
}
.panel-default > .panel-heading {
    background: transparent !important;
    color: #fff !important;
    background-color: transparent;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 10px;
}
.messenger-close {
    position: absolute;
    top: 2px;
    right: 0;
    color: #888;
    opacity: 1;
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px 7px 7px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.date .dropdown-menu, .datetime-picker-dropdown {
    background-color: rgba(102,105,104,.9);
    background-image: radial-gradient(farthest-side ellipse at 10% 0,rgba(102,105,104,.9),rgba(93,112,119,.89),rgba(160,174,150,.9));
    background-image: -webkit-radial-gradient(10% 0,farthest-side ellipse,rgba(102,105,104,.9),rgba(93,112,119,.89),rgba(160,174,150,.9));
    background-image: -moz-radial-gradient(10% 0,farthest-side ellipse,rgba(102,105,104,.9),rgba(93,112,119,.89),rgba(160,174,150,.9));
}
#process-id-card .btn-default,
#add-transaction .btn-default,
#supplementary-schedule .btn-default,
#search-withdrawal-member .btn-default,
#repayment-schedule .btn-default,
#newLoan .btn-default,
#new-merge-application .btn-default,
#add-employer .btn-default
 {
    background-color: transparent;
    color: #555;
}
.panel-footer {
    background-color: transparent !important;
}
.navbar-default .navbar-brand {
    color: black !important;
    /*color: #fff !important;*/
}
#member-info-list .title {
    width: 200px;
}
#member-info-list {
    font-size: 13px;
}
#member-info-list li {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding: 8px 0;
}
#member-info-list .list-title {
    padding: 0;
}
#member-info-list .list-title h3 {
    margin-top: 0;
}
hr {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#dialogs-wrapper .users-list li {
    padding-bottom: 20px;
    margin-right: 0;
}
#dialogs-wrapper hr,
.nominees  hr{
    height: 1px;
    width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.nominees hr {
   margin: 10px 0 15px 0;
}
#create-withdrawal hr {
    height: 1px;
    width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
#dialogs-wrapper .users-list {
    padding-left: 20px;
}
#withdrawal-details .title,
.withdrawal-details .title {
    width: 300px;
}
#withdrawal-details,
.withdrawal-details {
    margin-bottom: 10px;
}
#withdrawal-details li,
.withdrawal-details li {
    padding-bottom: 5px;
    overflow: hidden;
}
.modal-body .input-group-addon {
    color: #555;
}
.modal-body .table th {
    border-bottom: 2px solid #ddd;
}
.modal-body .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);  
    border-color: #ddd;
}
.modal-body .panel-body td {
    background-color: #fff;
}
.modal-body .panel th {
    color: #555 !important;
}
.modal-body .panel.panel-default .panel-heading {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}
.ui-select-bootstrap .ui-select-choices-row>a {
    color: #333 !important;
}
header.page-header .nav > li .count {
    right: 13px;
}
header.page-header .nav > li .count.dialogs {
    right: 7px;
}

#sidebar #side-nav li span.name {
    padding-left: 8px;
}
#sidebar #side-nav li a i.fa {
   margin: 0;
}
#prepare-new-payment .ui-select-container input {
    background-color: rgba(51, 51, 51, 0.4);
    color: #f8f8f8;
}
#payment-details .table > tbody > tr > td,
.details-section .table-details > tbody > tr > td
 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.35);
    border-top: none;
}
#payment-details .files .table > tbody > tr > td {
    border-top: 1px solid rgba(51, 51, 51, 0.35);
    border-bottom: none;
}
#payment-details .header h4,
.details-section .table-details .header h4 
 {
    font-weight: bold;
}
#payment-details .title,
.details-section .table-details .title
 {
    font-weight: normal;
}
#payment-details .second-table,
.details-section .second-table
 {
    margin-top: 35px;
}

.caseForm .ui-select-bootstrap span.form-control,
.caseForm .ui-select-bootstrap .ui-select-search,
.search-input-transparent .ui-select-bootstrap span.form-control,
.search-input-transparent .ui-select-bootstrap .ui-select-search
 {
    border: none;
    color: #f8f8f8;
    background-color: rgba(51, 51, 51, 0.4);
    border-radius: 3px;
}
.caseForm .ui-select-bootstrap .ui-select-toggle > .caret, .search-input-transparent .ui-select-bootstrap .ui-select-toggle > .caret {border: none;}
#process-payment .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
#process-payment .table > tbody > tr > td.title {
    font-weight: normal;
}
#process-payment .table > tbody > tr > td.header h4 {
    font-weight: bold;
}
#select-payments .table-striped > tbody > tr.active td {
    background-color: #f5f5f5;
}
#confirm-printing .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#confirm-printing .text {
    text-align: center;
    font-size: 22px;
}
#add-void-cheque .btn-default {
    background-color: #fff;
    color: #000;
}

#eligibility-chart-pie svg text {
    fill: #000;
}
.modal-content .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.modal-content .pagination > li {
  display: inline;
}
.modal-content .pagination > li > a,
.modal-content .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.modal-content .pagination > li:first-child > a,
.modal-content .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-content .pagination > li:last-child > a,
.modal-content .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal-content .pagination > li > a:hover,
.modal-content .pagination > li > span:hover,
.modal-content .pagination > li > a:focus,
.modal-content .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.modal-content .pagination > .active > a,
.modal-content .pagination > .active > span,
.modal-content .pagination > .active > a:hover,
.modal-content .pagination > .active > span:hover,
.modal-content .pagination > .active > a:focus,
.modal-content .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.modal-content .pagination > .disabled > span,
.modal-content .pagination > .disabled > span:hover,
.modal-content .pagination > .disabled > span:focus,
.modal-content .pagination > .disabled > a,
.modal-content .pagination > .disabled > a:hover,
.modal-content .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.modal-content .pagination-lg > li > a,
.modal-content .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.modal-content .pagination-lg > li:first-child > a,
.modal-content .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.modal-content .pagination-lg > li:last-child > a,
.modal-content .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.modal-content .pagination-sm > li > a,
.modal-content .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.modal-content .pagination-sm > li:first-child > a,
.modal-content .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modal-content .pagination-sm > li:last-child > a,
.modal-content .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui-select-container .ui-select-match-item {
    z-index: 10;
}
.btn.btn-link {
    color: #9bd0f6;
}
.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
    border-color: transparent;
    color: #9bd0f6;
}
.statement-list li {
    margin-bottom: 5px
}
.statement-list li strong {
    display: inline-block;
    min-width: 100px;    
}
.transaction-list th {
    padding-right: 0 !important;
}
#journal-details .table > tbody > tr:last-child > td {
    border-bottom: 1px solid rgba(51, 51, 51, 0.35);
}
#new-merge-application-details .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.35);
    font-weight: normal;
}
#new-merge-application-details .block-header {
    border-bottom: 1px solid rgba(51, 51, 51, 0.35);
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 5px;
    font-weight: bold;
    overflow: hidden
}
#new-merge-application-details .block-header h5 {
    font-weight: bold;
}
#process-Interest-run table .title {
    width: 240px;
}

/*LOADER*/
.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

    .ring:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        width: 100%;
        height: 100%;
        border: 3px solid transparent;
        border-top: 3px solid #fff000;
        border-right: 3px solid #fff000;
        border-radius: 50%;
        animation: animateCircle 2s linear infinite;
    }


@keyframes animateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  opacity: 1;
}

input[type="number"] {
  -moz-appearance: textfield;
}