/* modify */
html,
body {
    width: 100%;
    overflow-x: hidden;
    overflow-y:hidden;
    background-color: #EEF2F5;
}
@media screen and (min-width: 576px) { 
    #deleteUserModal .modal-dialog, #agreeUserModal .modal-dialog, #cancelUserInviteModal .modal-dialog, #rejectUserModal .modal-dialog, #deleteTreeNodeModal .modal-dialog {
        max-width: 500px !important;
    }
}
.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden;
}
.gutter {
    background-repeat: no-repeat;
    background-position: 50%;
}
.gutter.gutter-horizontal {
    background-image: url('../../icons/vertical.png');
    cursor: ew-resize;
}
.split.split-horizontal,
.gutter.gutter-horizontal {
    height: 100%;
    float: left;
    border-right: 1px solid #e3e3e3;
}
.main-split-div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    bottom: 0;
}
@media screen and (max-width: 375px){
    .main-split-div{
        top: 110px;
    }
}
#leftMenuBlock{
    background-color: #ffffff !important;
}
#leftView{
    margin-bottom: 10px;
}
#rightView{
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 90%;
}
#rightMenuBlock{
    overflow-x: hidden;
    overflow-y:auto;
    border:none;
}
#contactUsersListView > tbody > tr > td{
    vertical-align: middle;
    line-height: 25px;
    height: 70px;
}
/* modify + */
#contactUsersListView .no-results{
    height: 200px;
    background-color: #fff;
    background-image: url('../../images/noResults.svg');
    background-repeat: no-repeat;
    background-position: 51% 26%;
    padding-top: 100px;
    color:#7C7A7A;
}
#contactUsersListView > thead > tr > th:first-child > a:first-child {
    margin-left: 15px;
}
#contactUsersListView > tbody > tr > td:first-child {
    padding-left: 30px;
    margin: 200px;
}
#leftView>div>h6{
	text-align: left;
    text-indent: 2em;
    font-weight: bolder;
	font-family: cursive;
}
#nodeQuery{
	margin-left: 7px;
}
#addNewNode{
	text-align: center;
    padding: 6px;
    font-size: initial;
    background: #cfd8da;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 56%;
    font-family: cursive;
}
.jstree-default .jstree-wholerow {
    height: 38px !important;
    border-radius: .25rem;
}
/* modify */
.jstree-default .jstree-anchor {
    height: 38px !important;
    font-size: 16px !important;
    line-height: 38px !important;
    margin-right: 48px;
    width: 125px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #7C7A7A;
    
}
/* modify  */
.jstree-default .jstree-icon:empty {
    width: 16px;
    height: 24px;
    margin-top: 6px;
    margin-right: 5px;
}
#rightView>h2{
	float: left;
}
.jstree-default-contextmenu{
    text-align:left;
}
.children>.node.active>div{
	background-color: #FFFFFF;
	color: #428bca;
}
.node{
    list-style: none;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0px;
}

.row.head{
	background: #e6e6e6;
	border: 2px solid #d1d0d0;
	border-right: 0px;
}
.row.body{
	border: 2px solid #d1d0d0;
	border-right: 0px;
	border-top:0px;
}
.col.head,.col.body{
	border-right: 2px solid #d1d0d0;
}
/* modify */
#contactUsersListView{
    width: 100%;
    min-width: 768px;
    border-left: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;

}
@media screen and (max-width: 860px) { 
    #leftView{
        width:0px;
    }
    #rightView{
        width:100%;
        max-width: 100%;
    }
} 
/* modify */
.jstree-default .jstree-wholerow-clicked {
    background: #EFF2FF !important;
    /* border-left: 1px solid #eee;  */
    border-left-width: .25rem;
    border-radius: .25rem;
}
/* modify + */
.jstree-default .jstree-clicked {
    color:#5F4B8B;
}

.jstree-default .jstree-wholerow-hovered {
    background:#e5e5e5;
}
div:focus {outline:0;}
.left-menu-block-wrapper{
    overflow: auto;
}
/* modify */
.button-action-wrapper{
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
    margin: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 200px;
}
.button-action-wrapper img{
    width: 24px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}
.left-menu-invite-contact{
    height: 45px;
    text-align: center;
    z-index: 999;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 10px; */
}
.left-menu-import-contact{
    height: 45px;
    text-align: center;
    z-index: 999;
    position: relative;
    overflow: hidden;
}
.left-menu-edit-group{
    height: 45px;
    text-align: center;
    z-index: 999;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-top: -5px;
    display: none;
}
/* .jstree-anchor{
    color: #7C7A7A;
} */
nav{
    background-image: url(../../images/banner_1.png);
}
/* modify */
.leftmenu-display-title{
    height: 64px;
    position: relative;
    padding: 25px 15px 0 15px;
    background-image: url(../../images/banner_2.png);
    border-radius: 8px 8px 0 0;
}
.navbar-middle-banner{
    background-image: url(../../images/banner_3.png);
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
}
.leftmenu-display-title-text{
    font-size: 24px;
    margin: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: -8px;
    color:#ffffff;
}
.leftmenu-display-title > h2{
    color: #FFFFFF !important;
}
/* modify */
.table-container{
    overflow: auto;
    height: 100%;
    padding:0 16px;
}
#contactUsersListView-footer{
    margin: 0;
    margin-top: 5px;
    margin-bottom: 35px;
}
#contactUsersListView-footer .row .col{
    padding:0;
}
#bootgridNoResults{
    height: 70px;

}
.flex {
    display: flex;
    flex-direction: row;
}
#nodeList{
    padding: 24px 20px 0 20px;
}
.search-tree-form{
    padding-left: 20px;
    padding-right:20px;
    margin-top: 20px;
    min-width: 200px;
}
.add-tree-category-wrapper{
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 38px;
}
.add-tree-category-node{
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sb-navbar{
    padding-left: 30px;
    padding-right: 25px;
}
#editContactUsersByGroupContainer-header{
    display: none;
}
#editContactUsersByGroupContainer-header .actions{
    display: none;
}
#editContactUsersByGroupContainer-header .search{
    margin-right: 0;
}
#editContactUsersByGroupContainer > tbody > tr > td:first-child > input{
    /* text-align: center !important; */
    margin-left: 50px;
    margin-top: 5px;
}
#editContactUsersByGroupContainer > thead > tr > th{
    border: none;
}
#editContactUsersByGroupContainer{
    margin-top: 10px;
}
#editContactUsersByGroupContainer-footer{
    display: none;
}
#editContactUsersByGroupContainer td{
    cursor: default;
}
/* #searchFolder{
    border:1px solid #ced4da
} */

/* modify */
.edit-action-right-icon, .delete-action-right-icon, .add-action-right-icon{
    font-size: 18px;
    margin:11px 11px 0px 11px;
    z-index: 99;
    position: absolute;
    right: 0;
    cursor: pointer;
    color:#5f4b8b !important;
}
/* modify */
.edit-action-right-icon{
    right: 23px;
    margin-top: 12px;
}
.contact-avatar-container {
    display: inline;
    position: relative;
}
  
.contact-avatar {
    height: 100px;
    border: none;
}
.contact-avatar-details {
    border-radius: 100%;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 50px;
}
#createNewContactModal .modal-dialog, #newGroupModal .modal-dialog, #importUserModal .modal-dialog{
    max-width: 600px;
}
/* .btn-outline-info{
    color: #5471b9;
    border-color: #5471b9;

}
.btn-outline-info:hover{
    color: white;
    background-color: #5471b9;
} */
.contact-flied-avatar{
    margin-bottom: 25px;
}
.contact-flied-name{
    padding: 15px 15px 5px 15px;
}
.contact-flied-email{
    padding: 0 15px;
}
.was-validated .form-control:valid, .form-control.is-valid{
	border-color: #5b4b8b;
	box-shadow: 0 0 0 0.2rem #c6bad8;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
	background-color: #5b4b8b;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #5b4b8b;
  box-shadow: 0 0 0 0.2rem #c6bad8;
}



/* +new */

.cus-rightView-bg{
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
}
#contactUsersListView-header> .row > .actionBar > .search > .input-group> .icon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #868D96;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;

}
/* delete style */
.deleteImg{
    width: 120px;
    height: 120px;
    border: 2px solid #DC3545;
    margin:24px auto;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
}
#deleteUserModal .modal-sm,#deleteTreeNodeModal .modal-sm{
    width: 300px;
}


#deleteUserModal, #deleteTreeNodeModal .modal-body{
    text-align: center;
}