@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


:focus-visible{
    outline: 0;
}

.tablemain-container {
    width: 100%;
    float: left;
    margin-top: 15px;

}

.editfiled-section {
    width: 100%;
    float: left;
    border: 1px solid #e7eaec;
    padding: 10px 10px;
}
.editfiled-section .dropdown-filed{
    margin-bottom: 10px;
    width: 25%;
    position: relative;
}
.editfiled-section .dropdown-filed select{
    width: 100%;
    border: 1px solid #e7eaec;
    height: auto !important;
    font-size: 14px;    
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.dropdown-filed::after {
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 10px;
    font: normal 15px/1 FontAwesome;
    color: #57bbdb;
    transform: translate(0px, -50%);
}

.editfiled-section .form-group {
    width: 100%;
    margin-bottom: 8px;
    padding:0
    float: left;
}
.editfiled-section .form-group:last-child{
    margin-bottom: 0;
}

.form-subgroup {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
}
section.header{
    width: 100%;
    float: left;
    display: flex;
}
.left-heding{
    width: 75%;
    padding: 10px 10px;
    border: 1px solid #e7eaec;
    border-bottom: 0;
}
.form-subgroup .editfiled-box {
    width: 75%;
    border: 1px solid #e7eaec;
    padding: 5px 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.editfiled-box label {
    width: 85px;
    word-break: break-all;
    float: left;
    margin: 0;
}

.editfiled-box .text_label {
    width: 257px;
    max-width: 100%;
    font-weight: normal;
}
.editfiled-box .name_label{
    width: 257px;
    max-width: 100%;
    font-weight: normal;    
}
/*click event add name fild box */
.editfiled-box .name_label.hide_name_label{
    display: none;
}
/*click event add name fild box */
.editfiled-box .name-filedbox{
    width: 250px;
    display: none;
}
/*click event add name fild box */
.editfiled-box .show-name-filedbox{
    display: block;
}
/*click event add name fild box */
.name-filedbox input[type="text"]{
    width: 49%;
    border: 1px solid #000;
}

.editfiled-box .edit2,
.editfiled-box .name_edit{
    float: right;
    font-size: 16px;
    line-height: normal;
    background-color: #469fbb;
    color: #fff;
    padding: 2px 5px;
    cursor: pointer;
    border-radius: 2px;
    border-color: #469fbb;
    position: absolute;
    right: 16px;    
}
.editfiled-box .save{
    float: right;
    font-size: 14px;
    line-height: normal;
    background-color: green;
    color: #fff;
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 2px;
    position: absolute;
    right: 16px;
    border-color: green;
}
.editfiled-box .save::after{
    content: "\f00c";
    font: normal 14px/1 FontAwesome;
}
.editfiled-box .save i{
    display: none;
}
.right-heding{
    width: 25%;
    float: right;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 10px 10px;
    margin: 0;
}
.right-heding h5{
    margin: 0;
}
.form-subgroup .shaerInfo-box {
    width: 25%;
    /*border: 1px solid #e7eaec;*/
}

.choose-box {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}
.choose-box select{
    width: 100%;
    border: 0;
    height: auto !important;
    font-size: 14px;    
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    position: relative;
}
.choose-box::after {
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 10px;
    font: normal 15px/1 FontAwesome;
    color: #57bbdb;
    transform: translate(0px, -50%);
}
.choose-box select:focus-visible{
    border: 0;
    outline: 0;
}
.choose-box select option{}


.separate-section {
    width: 100%;
    clear: both;
    float: left;
}

.separate-section + .separate-section {
    margin-top: 15px;
}

.myprofile_modal .panel-body {
    padding: 15px;
    position: relative;
    max-height: 465px;
    overflow: auto;
}
.myprofile_modal .modal-footer{
    padding: 8px 15px 8px 15px;
}
.myprofile_modal form{
    margin-right:0;
    margin-left:0;
}

.checkbox-filedctn,
.check-container,
.checkbox-section,
.list-filedctn{
    width: 100%;
    float: left;
}

.checkbox-filedctn {
/*    display: flex;*/
    flex-wrap: nowrap;
    border: 1px solid #e7eaec;
    box-sizing: border-box;
}
.list-filedctn{
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #e7eaec;
    box-sizing: border-box;    
}

.check-container {
    width: 35%;
}

.check-container h4 {
    margin: 0;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #e7eaec;
    font-size: 15px;
}

.checkbox-section {
    padding-left: 10px;
}
.checkbox-section .checkbox label .fa{
    position: absolute;
    font-size: 12px;
    color: #7a7a7a;
    margin-left: -20px;
    top: 3px;
}
.checkbox-section .checkbox label{
    cursor: default;
}

.list-filedctn .check-container:not(:last-child) {
    border-right: 1px solid #e7eaec;
}
#edited-checkbox{
    margin-top: 10px;
}
.checkbox-filedctn ul{
    width: 100%;
    margin: 0;
    padding: 0 0 10px 10px;
    float: left;
}
.checkbox-filedctn ul li{
    width: 33.3%;
    float: left;
    list-style: none;
    padding: 10px 0 0 0;
    position: relative;
}

.checkbox-filedctn ul li label{
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 0;
}
.checkbox-filedctn ul li input[type=checkbox]{
    margin-top: 3px;
    position: absolute;
    margin-left: -20px;
}
.checkbox-filedctn fieldset{
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
}

.show-listitem{
    width: 100%;
}
.show-listitem ul li{
    padding-left: 20px;
}
.show-listitem ul li .fa{
    position: absolute;
    font-size: 12px;
    color: #7a7a7a;
    margin-left: -20px;
    top: 13px;
}
.info-textarea{
    height: 60px;
    overflow: auto;
}
.edit {
    position: relative;
    left: 10px;
    cursor: pointer;
    top: 1px;
}
.minfo_modal .panel-body {
    position: relative;
    max-height: 480px;
    overflow: auto;
}
.separate-section .profile-infoTable tr th,
.separate-section .profile-infoTable tr td{
    padding: 8px 8px;
    border: 1px solid #e7eaec;
}
.separate-section .profile-infoTable tr th{
    width: 120px;
}
.save-button{
    background-color: #57bbdb;
    border-color: #469fbb;
}
.save-button:hover {
    background-color: #469fbb;
    border-color: #469fbb;
}
.pp{
    background-color: red!important;
    display: block!important;
}

.myprofile_modal .box{

    box-shadow:none;
    margin-bottom:0;
    margin-top:0;
    border:0;

}

.modal-backdrop{
  position: relative
}

.modal{
  background-color: rgba(0,0,0,0.5);
}
.editfiled-section .form-group {
    width: 100%;
    margin-bottom: 8px;
    padding:0;
    float: left;
}
.memberdirectorysearchdiv {
	position: relative;
	margin-bottom: 10px;
}
.memberdirectorysearchdiv form {
	margin: 0;
}
.memberdirectorysearchdiv input {
	margin-top: 5px;
	position: relative;
    padding-right:38px;
    width:200px;
    box-sizing: border-box;
}
.memberdirectorysearchdiv span {
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 2;
	height: 100%;
}
.memberdirectorysearchdiv span a.btn-sm{
 padding: 6px 10px;
}

.addMore-ctn,
.addcontrol-group{
    width: 100%;
    float: left;
    clear: both;
    padding: 0 10px;
}
.addMore-ctn label,
.addcontrol-group label{
    font-weight: normal;
}
.add-more,
.remove{
	color: #fff;
	margin-left: 10px;
	position: relative;
	background-color: green;
	padding: 2px 6px;
	line-height: 5px;
	border-radius: 2px;
    cursor: pointer;
}
.remove{
    background-color: red;
}