#organization {
  width: 100%;
  height: 100%;
}

.organ-info {
  width: 100%;
  margin-bottom: 20px;
}

.organ-list {
  width: 100%;
  height: 100%;
}

.organ-list .organ-list-controls {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-grow: 0;
}

.organ-list .organ-list-controls .organ-list-controls-el {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
	padding-left: 12px;
}

.organ-list .organ-list-controls .organ-list-controls-el:last-child {
  justify-content: flex-end;
}

.organ-list .organ-list-controls .organ-list-controls-el .form-control {
  width: 48%;
  margin-right: 1%;
}

.organ-list .organ-list-contents .actions {
  width: 100%; 
  display: flex;
}

.organ-list .organ-list-contents .actions button {
  margin: 0 5px;
}

/* CAF Related */
.caf-yes-no-button{
  float: left;
  width:72px;
  height:40px;
  margin-right: 13px;
}

/* Add new user */

.add-new-user {
  padding: 10px; overflow: hidden;
}
.new-user-container {
  padding-bottom: 10px;
}
.new-user-left-container {
  width: 20%;
  height: 100%;
  float: left;
}
.new-user-right-container {
  width: 80%;
  height: 100%;
  float: left;
}

.org-field {
  clear: both;
  height: 32px;
  margin-bottom: 10px;
}
.org-field-label {
  float: left;
  width: 30%;
  min-width: 200px;
  margin-right: 10px ;
}
.org-field-input {
  float: left;
  width: 25%;
  min-width: 200px;
}
.org-field-btn {
  float: left;
  margin-right: 50px;
  margin-top: 10px;
}

.org-field-label-only {
  float: left;
  width: 56%;
  min-width: 400px;
}

.org-field-label-only div > span > hr{
  border: 0.7px solid #ccc;
  margin: 0px;
  margin-top : 10px;
}

/*Role Management*/

.role-setting-field {
    clear: both;
    height: 44px;
    margin-bottom: 10px;
}

.role-setting-field-label {
    float: left;
    width: 30%;
    min-width: 200px;
    margin-right: 10px;
}

/* organ user info */

.organ-avatar {
  width: 20%;
  margin: 20px 0;
  float: left;
}
.organ-user-content {
  width: 80%;
  margin: 20px 0;
  padding: 0 20px;
  float: right;
}

.content-block {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0DEDE;
}

.content-block .block-label {
  display: inline-block;
  width: 30%;
  min-width: 200px;
  padding: 15px 0px;
}
.content-block .block-data {
  display: inline-block;
  width: 25%;
  min-width: 200px;
  padding: 15px 0px;
}

.userinfo-button {
  margin: 10px;
}

.userinfo-button button {
  float: right;
}

.user-setting {
    font-size: 12pt;
    font-weight: bold;
}

.user-setting-padding {
    padding-top: 10px;
}

.content-block .block-label-only {
  display: inline-block;
  width: 56%;
  min-width: 400px;
  padding: 15px 0px;
}

.org-field-label-border, .block-label-border{
  border: 0.7px solid #ccc;
  border-radius: 0.1px;
  padding: 5px;
  margin-bottom: 10px;
}


/* data copy */

.organ-list-copy-title  {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
}
.organ-list-content-copy-to-buttons {
  float: right;
}
.organ-list-content-copy-buttons, .copy-content-buttons {
  clear: both;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  border-width: 0px !important;
}
.organ-list-content-copy-buttons button,
.copy-content-buttons button{
  margin: 10px 0 10px 3px;
}

.copy-content-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: flex;
  justify-items: center;
}
.copy-content-title .pull-right {
  float: left !important;
  display: flex;
  align-items: center;
}

#advanced-pwd-settings {
    margin-bottom: 15px;
}
  
#advanced-pwd-settings > div {
    margin-bottom : 0px !important;
}

#advanced-pwd-settings-edit {
    margin-bottom: 15px;
}
  
#advanced-pwd-settings-edit > div {
    margin-bottom : 0px !important;
}
.content-block-adv-pwd {
    height: 100px;
    line-height: 40px;
    border-bottom: 1px solid #E0DEDE;
}

a.error-link{
  color: white;
  text-decoration: underline;
}



