/* CSS Document */
.sidebar-submenu.open{
    display: block!important;
}
#header-logo{
    background-color: #ccc;
}
#accform,
#nomineeform,
#contactform,
#personalform,
#photoform{
	display:none;
}
.btn.bg-blue{
    color:#FFFFFF;
}
.my-1{
    margin-top:1em; 
    margin-bottom:1em; 
}
.my-2{
    margin-top:2em; 
    margin-bottom:2em; 
}
.py-1{
    padding-top:1em; 
    padding-bottom:1em; 
}
.p-0{
    padding: 0 !important;
}
.table-responsive{
    overflow: auto;
}
textarea{
    resize: vertical;
}
#member-details,
#member-details-2{
    border: 1px solid;
    padding: 1rem;
    font-size: 14px;
    font-weight: 400;
}

#member-details .col-sm-3,
#member-details-2 .col-sm-3{
    color: #ababab;
}

#member-details span,
#member-details-2 span{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.group-label, .group-input {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.group-label{      
}
.group-input{        
    padding-left: 50px;
}
.group-label::after {
    content: attr(data-text);
    position: absolute;
    top: 4px;
    left: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 3px;
    text-align: center;
}
#form-modal{
    width: 100vw;
    min-height: 100vh;
    background-color: #B41E20;
    position: fixed;
    z-index: 200;
    right: 0;
    top: 0;
}
#form-modal button{
    margin: 300px;
}
#form-preview{
    
}
#form-preview label{
    width: 40%;
    font-weight: 500;
}
#form-preview span{
    float: right;
    display: block;
    width: 60%;
}
.child-menu{
    margin-left: 15px;
}
.tabulator{
    font-size: 13px !important;
    font-weight: 400;
}
/* CSS to remove arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*----------------------------Tree---------------------------------*/

/* original idea http://www.bootply.com/phf8mnMtpe */

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:30px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

/*----------------------------Tree---------------------------------*/
@media (min-width: 1024px){
    .modal-lg {
        width: 990px;
    }
}
@media (min-width: 1200px){
    .modal-lg {
        width: 1100px;
    }
}
@media (min-width: 1440px){
    .modal-lg {
        width: 1250px;
    }
}