@charset "utf-8";
/* CSS Document */

.bsm_want_to_share_pop_up_open {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}

 .bsm_pop_up_input {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  height: auto;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  text-align: center;
  top: 20%;
  width: 400px;
}
.bsm_pop_up_input #bsm_join{
  display:none;
}

.bsm_pop_up_input #bsm_share{
  display:none;
}

.bsm_header_message {
	text-align: center;
    font-size: 22px;
	color:#3CB591;
}

.bsm_pop_up_input .bsm_input_item {
	margin:5px;
}

 .bsm_pop_up_close {
  background: none repeat scroll 0 0 rgb(221, 221, 221);
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}


.bsm_want_to_share_pop_up_open .bsm_join_success {
	display:none;
}

.bsm_want_to_share_pop_up_open .bsm_share_success {
	display:none;
}


/* ------------------------- */



.bsm-want-to-share-popup .report-job-login-button {
	background: none repeat scroll 0 0 #1EB286;
    color: #FFFEFE;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 7px;
    font-weight: bolder;
}

.bsm-want-to-share-popup .bsm-want-to-share-block {
	display: inline-flex;
	margin-bottom: 10px;
}
.bsm-want-to-share-popup .bsm-want-to-share-block .bsm-want-to-share-title {
	width:100px;
	margin-right: 20px;
	margin-top:5px;
}

