/* Always set the map height explicitly to define the size of the div
    * element that contains the map. */
#localtion_map {
    height: 400px;
}

/*#floating-panel {
            position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}*/
#right-panel {
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#right-panel select, #right-panel input {
    font-size: 15px;
}

#right-panel select {
    width: 100%;
}

#right-panel i {
    font-size: 12px;
}
#right-panel {
    height: 400px;
    float: right;
    width: 390px;
    overflow: scroll;
}
#localtion_map {
    margin-right: 400px;
}
#floating-panel {
    background: #fff;
    padding: 5px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    display: none;
}
@media print {
    #localtion_map {
        height: 500px;
        margin: 0;
    }
    #right-panel {
        float: none;
        width: auto;
    }
}
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 1% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}
.log_height{
    max-width: 96%;
    height: 295px;
}
.max_img{
    max-width: 72% !important;
    height: 190px !important;
    overflow: hidden;
    text-align: center;
}

.not_show{
    border-color: #FFFFFF;
    border-top-color: #FFF;
}


.m_place_topic dt{
    margin-left: 9px;
    float: left;
    width: 18%;
    text-align: left;
    display: block;

}
.m_place_topic dd {
    margin-left: 20%;
    vertical-align: top;
    margin-bottom: 3px;
}

.border_forumbg{
    width: 100%;
    height: 350px;
    overflow: scroll;   
} 



.clear_both{
    clear: both;
}

.font_topic{
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 1em;
    padding: 0 0 4px 3px;
}

.searchresults-title{
    margin: 0 !important;
}

.panel_place_1 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.tag_btn{
    border-radius: 20px !important;
    background: #f2f5f5 !important;
    border-radius: 20px !important;
    border-color: #fff  !important;
}
.tag_btn:hover {
    color: #333 !important;
    background: #E8EEF5 !important;
    border-color: #fff  !important;
}
.border_box{
    margin-bottom: 20px; 
}
.border_index{
    padding-left:  5px;
}

figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}

.panel_place-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row_b {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*  padding-right: 15px;
      padding-left: 15px;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.panel_place-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel_place-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel_place-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel_place-title > a,
.panel_place-title > small,
.panel_place-title > .small,
.panel_place-title > small > a,
.panel_place-title > .small > a {
    color: inherit;
}
.panel_place-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel_place > .list-group,
.panel_place > .panel_place-collapse > .list-group {
    margin-bottom: 0;
}
.panel_place > .list-group .list-group-item,
.panel_place > .panel_place-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel_place > .list-group:first-child .list-group-item:first-child,
.panel_place > .panel_place-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.panel_place > .list-group:last-child .list-group-item:last-child,
.panel_place > .panel_place-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel_place > .panel_place-heading + .panel_place-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel_place-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel_place-footer {
    border-top-width: 0;
}
.panel_place > .table,
.panel_place > .table-responsive > .table,
.panel_place > .panel_place-collapse > .table {
    margin-bottom: 0;
}
.panel_place > .table caption,
.panel_place > .table-responsive > .table caption,
.panel_place > .panel_place-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel_place > .table:first-child,
.panel_place > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel_place > .table:first-child > thead:first-child > tr:first-child,
.panel_place > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel_place > .table:first-child > tbody:first-child > tr:first-child,
.panel_place > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel_place > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel_place > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel_place > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel_place > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel_place > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel_place > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel_place > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel_place > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel_place > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel_place > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel_place > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel_place > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel_place > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel_place > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel_place > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel_place > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel_place > .table:last-child,
.panel_place > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel_place > .table:last-child > tbody:last-child > tr:last-child,
.panel_place > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel_place > .table:last-child > tfoot:last-child > tr:last-child,
.panel_place > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel_place > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel_place > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel_place > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel_place > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel_place > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel_place > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel_place > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel_place > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel_place > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel_place > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel_place > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel_place > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel_place > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel_place > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel_place > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel_place > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel_place > .panel_place-body + .table,
.panel_place > .panel_place-body + .table-responsive,
.panel_place > .table + .panel_place-body,
.panel_place > .table-responsive + .panel_place-body {
    border-top: 1px solid #ddd;
}
.panel_place > .table > tbody:first-child > tr:first-child th,
.panel_place > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel_place > .table-bordered,
.panel_place > .table-responsive > .table-bordered {
    border: 0;
}
.panel_place > .table-bordered > thead > tr > th:first-child,
.panel_place > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel_place > .table-bordered > tbody > tr > th:first-child,
.panel_place > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel_place > .table-bordered > tfoot > tr > th:first-child,
.panel_place > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel_place > .table-bordered > thead > tr > td:first-child,
.panel_place > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel_place > .table-bordered > tbody > tr > td:first-child,
.panel_place > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel_place > .table-bordered > tfoot > tr > td:first-child,
.panel_place > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel_place > .table-bordered > thead > tr > th:last-child,
.panel_place > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel_place > .table-bordered > tbody > tr > th:last-child,
.panel_place > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel_place > .table-bordered > tfoot > tr > th:last-child,
.panel_place > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel_place > .table-bordered > thead > tr > td:last-child,
.panel_place > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel_place > .table-bordered > tbody > tr > td:last-child,
.panel_place > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel_place > .table-bordered > tfoot > tr > td:last-child,
.panel_place > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel_place > .table-bordered > thead > tr:first-child > td,
.panel_place > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel_place > .table-bordered > tbody > tr:first-child > td,
.panel_place > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel_place > .table-bordered > thead > tr:first-child > th,
.panel_place > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel_place > .table-bordered > tbody > tr:first-child > th,
.panel_place > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel_place > .table-bordered > tbody > tr:last-child > td,
.panel_place > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel_place > .table-bordered > tfoot > tr:last-child > td,
.panel_place > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel_place > .table-bordered > tbody > tr:last-child > th,
.panel_place > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel_place > .table-bordered > tfoot > tr:last-child > th,
.panel_place > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel_place > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel_place-group {
    margin-bottom: 20px;
}
.panel_place-group .panel_place {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel_place-group .panel_place + .panel_place {
    margin-top: 5px;
}
.panel_place-group .panel_place-heading {
    border-bottom: 0;
}
.panel_place-group .panel_place-heading + .panel_place-collapse > .panel_place-body,
.panel_place-group .panel_place-heading + .panel_place-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel_place-group .panel_place-footer {
    border-top: 0;
}
.panel_place-group .panel_place-footer + .panel_place-collapse .panel_place-body {
    border-bottom: 1px solid #ddd;
}
.panel_place-default {
    border-color: #ddd;
}
.panel_place-default > .panel_place-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel_place-default > .panel_place-heading + .panel_place-collapse > .panel_place-body {
    border-top-color: #ddd;
}
.panel_place-default > .panel_place-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel_place-default > .panel_place-footer + .panel_place-collapse > .panel_place-body {
    border-bottom-color: #ddd;
}
.panel_place-primary {
    border-color: #337ab7;
}
.panel_place-primary > .panel_place-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel_place-primary > .panel_place-heading + .panel_place-collapse > .panel_place-body {
    border-top-color: #337ab7;
}
.panel_place-primary > .panel_place-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel_place-primary > .panel_place-footer + .panel_place-collapse > .panel_place-body {
    border-bottom-color: #337ab7;
}
.panel_place-success {
    border-color: #d6e9c6;
}
.panel_place-success > .panel_place-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel_place-success > .panel_place-heading + .panel_place-collapse > .panel_place-body {
    border-top-color: #d6e9c6;
}
.panel_place-success > .panel_place-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel_place-success > .panel_place-footer + .panel_place-collapse > .panel_place-body {
    border-bottom-color: #d6e9c6;
}
.panel_place-info {
    border-color: #bce8f1;
}
.panel_place-info > .panel_place-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel_place-info > .panel_place-heading + .panel_place-collapse > .panel_place-body {
    border-top-color: #bce8f1;
}
.panel_place-info > .panel_place-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel_place-info > .panel_place-footer + .panel_place-collapse > .panel_place-body {
    border-bottom-color: #bce8f1;
}
.panel_place-warning {
    border-color: #faebcc;
}
.panel_place-warning > .panel_place-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel_place-warning > .panel_place-heading + .panel_place-collapse > .panel_place-body {
    border-top-color: #faebcc;
}
.panel_place-warning > .panel_place-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel_place-warning > .panel_place-footer + .panel_place-collapse > .panel_place-body {
    border-bottom-color: #faebcc;
}
.panel_place-danger {
    border-color: #ebccd1;
}
.panel_place-danger > .panel_place-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel_place-danger > .panel_place-heading + .panel_place-collapse > .panel_place-body {
    border-top-color: #ebccd1;
}
.panel_place-danger > .panel_place-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel_place-danger > .panel_place-footer + .panel_place-collapse > .panel_place-body {
    border-bottom-color: #ebccd1;
}

.well_3 {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 13px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 0px;
}
.well_3 blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well_3-lg {
    padding: 24px;
    border-radius: 6px;
}
.well_3-sm {
    padding: 9px;
    border-radius: 3px;
}
.well_2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #c6c4c4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm_3 {
    padding: 9px;
    border-radius: 3px;
}
.input-group-addon {
    padding: 6px 6px  !important;

}
input-group-addon, .input-group-btn {
    width: 0%  !important;

}
.form-control {
   
    padding: 0px 0px !important;
}
.boder_line{
    margin: 10px;
}