/*Ã¦Â·Â»Ã¥Å Â Ã¦Å’â€°Ã©â€™Â®*/
.entry_control_addnew {
    position: absolute;
    right: 24px;
    color: #999;
    font-size: 12px;
}

/*Ã¦Å“â‚¬Ã¥Â¤â€“Ã¥Â±â€šdiv*/
.entry_control_box {
    position: relative;
}

.entry_control_head {
    line-height: 35px;
}

.entry_control_tabs {
    padding-left: 10px;
}

.entry_control_tabs a{
    display: inline-block;
    line-height: 22px;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 4px 4px 0 0;
}
.entry_control_table0 .entry_control_tabs a,
.entry_control_table1 .entry_control_tabs a,
.entry_control_table2 .entry_control_tabs a
{
    color: #999;
    font-size: 12px;
}
.entry_control_table0 .entry_control_tabs a:first-child,
.entry_control_table1 .entry_control_tabs a:nth-child(2),
.entry_control_table2 .entry_control_tabs a:last-child
{
    font-size: 14px;
    font-weight: bold;
    color: #2770d4;
}


/*inputÃ¥Å¸ÂºÃ§Â¡â‚¬Ã¦Â Â·Ã¥Â¼Â*/
.entry_control_box input {
    width: 31px;
    padding:0 1px;
    margin: 0 3px;
    background: #f6f6f6;
    border-radius: 2px;
    border: 1px solid #ddd;
    line-height: 18px;
}

.entry_control_box label {
    position: relative;
    top: 2px;
    width: 14px;
    font-size: 15px;
}
.entry_control_lat {
padding-left: 5px;
}
.entry_control_line_div {
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    overflow: hidden;
        margin: 2px 0px 2px 0px;
    position: relative;
   padding: 2px 0px 2px 10px;
}
.entry_control_lat, .entry_control_lng, .entry_control_line_div a, .entry_control_box label ,.entry_control_tabs{
    display: inline-block;
}



/*--------Ã§Â»ÂÃ§ÂºÂ¬Ã¥ÂºÂ¦Ã¦Å’â€°Ã©â€™Â®------------*/
.entry_control_lat a {
    background: url('/Content/images/flag/n.png') no-repeat;
    /* background-position-y: -18px; */
}

.entry_control_lng a {
    background: url(/Content/images/flag/e.png) no-repeat;
}

.entry_control_lat .entry_control_ns {
    background: url('/Content/images/flag/s.png') no-repeat;
    display: inline-block;
    width: 41px;
    height: 20px;
}

.entry_control_lng .entry_control_ew {
    background: url('/Content/images/flag/w.png') no-repeat;
}

.entry_control_line_div a{
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    top: 4px;
    display: inline-block;
    width: 41px;
    height: 20px;
}

.entry_control_body {
    padding-top: 3px;
      max-height: 176px;
    overflow: auto;
}


/*Ã¥Ë†Â Ã©â„¢Â¤Ã¦Å’â€°Ã©â€™Â®*/
.entry_control_delete {
    /* display: inline-block; */
    cursor: pointer;
    right: 25px;
    top: 7px;
    width: 14px;
    height: 14px;
    background-image: url(/Content/images/shipteam.png);
    background-position-x: 0;
    background-position-y: -42px;
    /* background-size: 14px 14px; */
    font-size: 9px;
}



/*Ã©â‚¬â€°Ã¤Â¸Â­Ã¦Â Â·Ã¥Â¼Â*/
.entry_control_select {
    background: #f6f6f6;
    position: relative;
}

.entry_control_select .entry_control_delete {
    display: inline-block;
}

/*Ã¦â€”Â¶Ã¥Ë†â€ Ã§â€¢Å’Ã©ÂÂ¢Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â*/
.entry_control_table0 input {
    width: 90px;
}

.entry_control_table1 .entry_control_fen {
    width: 43px;
}

.entry_control_table1 input {
    width: 43px;
}
.entry_control_table0 .entry_control_lng > :first-child 
.entry_control_table1 .entry_control_lng > :first-child {
    margin-left: 10px;
}
.entry_control_table0 .entry_control_fen, .entry_control_table0 .entry_control_fen + span {
    display: none;
}
.entry_control_table0 .entry_control_miao, .entry_control_table0 .entry_control_miao + span {
    display: none;
}
.entry_control_table1 .entry_control_miao, .entry_control_table1 .entry_control_miao + span {
    display: none;
}

/*Ã¦â€”Â¶Ã¥Ë†â€ Ã§Â§â€™Ã§â€¢Å’Ã©ÂÂ¢Ã¦Â Â·Ã¥Â¼Â*/

.entry_control_table2 .entry_control_miao {
    width: 31px;
}


.entry_control_hide{
    display: none;
}

.shape-circle-radio-div{
    margin 10px auto;
    margin: 16px;
    display: none;
}
.shape-circle-radio-div input{
    padding: 1px;
    margin: 0 3px;
    background: #f6f6f6;
    border-radius: 2px;
    border: 1px solid #ddd;
    line-height: 22px;
}

.entry_control_lng { margin-right:20px }