.business_main_body{
    width:100%;
    display:flex;
    justify-content:space-between;
    padding: 10px;
    box-sizing:border-box;
}

.operation_card{
    background:#fff;
    width:80px;
    height:80px;
    border: 1px solid black;
    border-radius:7px;
    text-align:center;
    box-sizing:border-box;
    padding:5px;
}

.operation_card a{
    display:block;
    position: relative;
    overflow:hidden;
    cursor: pointer;
    transition: 300ms ease all;
    text-decoration:none;
    color: #554B51;
    margin-top:3px;
    box-sizing:border-box;
    width:100px;
}

.operation_card a:first-child{
    margin-left:3px;
}

.operation_card a:last-child{
    margin-right:3px;
}

.operation_card a img{
    width:60%;
    height:60%;
}

.user_info #bis_button{
    box-sizing: border-box;
    border-radius:7px;
    border-color:#870D39;
    padding:8px;
    width:180px;
    margin-left: 200px;
}

.user_info #bis_button2{
    box-sizing: border-box;
    border-radius:7px;
    border-color:#870D39;
    padding:8px;
    width:180px;
    margin-left: 10px;
    margin-top:8px;
}

.profile_header #button_bis_backphoto{
    position:absolute;
    top:70px;
    box-sizing: border-box;
    border-radius:7px;
    border-color:#870D39;
    padding:8px;
    margin: 10px 20px;
    width:180px;
}

#button_bis_backphoto:hover{
    box-shadow: 0 0 4px 4px rgba(135, 13, 57, .5);
}

#bis_button:hover{
    box-shadow: 0 0 4px 4px rgba(135, 13, 57, .5);
}

#bis_button2:hover{
    box-shadow: 0 0 4px 4px rgba(135, 13, 57, .5);
}

#popup_bis_photo{
    display:none;
    width:550px;
    height:520px;
    background:#fff;
    position:absolute;
    z-index:999;
    top:45%;
    left:50%;
    margin-left:-250px;
    margin-top:-250px;
    border-radius:7px;
}

#popup_bis_phototop{
    width:100%;
    height:50px;
    background-color:red;
}

#popup_bis_photo a{
    color:#fff;
    text-decoration:none;
    text-align: right;
    position:absolute;
    font-size:20px;
    float:right;
    right:10px;
    top:5px;
}

#popup_bis_backphoto{
    display:none;
    width:550px;
    height:520px;
    background:#fff;
    position:absolute;
    z-index:999;
    top:45%;
    left:50%;
    margin-left:-250px;
    margin-top:-250px;
    border-radius:7px;
}

#popup_bis_backphototop{
    width:100%;
    height:50px;
    background-color:red;
}

#popup_bis_backphoto a{
    color:#fff;
    text-decoration:none;
    text-align: right;
    position:absolute;
    font-size:20px;
    float:right;
    right:10px;
    top:5px;
}

/*---------New Business Registration Form --------------------------*/


.new_business_form{
    font-size: 14px;
    margin: 20px;
    line-height:1.5;
    color: #260E15;
    text-align:center;
}

.new_business_form p{
    text-align:center;
    font-weight:bold;
    color: #260E15;
    line-height:1.5;
    margin-top:10px;
    margin-bottom:8px;
}

.new_business_form input{
    box-sizing: border-box;
    padding: 8px;
    margin-top:8px;
    margin-bottom:8px;
    background-color:#C4C4C4;
    outline: none;
    border:0;
    width:300px;
}

.new_business_form select{
    box-sizing: border-box;
    padding: 8px;
    margin-top:8px;
    margin-bottom:8px;
    background-color:#C4C4C4;
    outline: none;
    border:0;
}

.new_business_form .submit{
    border-radius:7px;
    border:2px solid #870D39;
    background-color:#dbd7d2;
    padding:8px;
    margin: 8px 0;
    width:180px;
}

.new_business_form button{
    border-radius:7px;
    border:2px solid #870D39;
    background-color:#dbd7d2;
    padding:8px;
    margin: 8px 0;
    width:180px;
}

.new_business_form button:hover{
    box-shadow: 0 0 4px 4px rgba(135, 13, 57, .5);
}
/*---------Popup Obligatory Info End-----------*/


.bis_general_header{
    width:100%;
    height:40px;
    background-image: linear-gradient(to right, rgba(135, 13, 57, 1), rgba(135, 13, 57, 0));
}

.bis_page_name{
    color:#fff;
    font-size:20px;
    font-family: Verdana, sans-serif;
    padding: 10px;
}
