.mr-tp3{
    margin: 0;
}
.org-data-new, .content-right,.right-data, .right-row1{
    width: 99%;
}
.resortpro-tabs ul li {
    list-style: none;
    float: left;
    display: block;
}

.resortpro-tabs ul li a {
    height: 30px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    color: #FFF;
    line-height: 32px;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    height: 30px;
    text-transform: uppercase;
}
.resortpro-tabs ul li:active, .resortpro-tabs ul li:active{
    color: #000;
    background: white;
}
.resortpro-tabs  .active{

}
#unit-page-search-include{
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
}
#unit-page-search{
    padding: 5px;
    background: #036;
    border-radius: 10px;
}
#unit-page-search h3{
    color: white;
    text-transform: uppercase;
    margin: 5px 0;
}
.resortpro-tabs ul li{
    z-index: 5;
    position: relative;
}
.resortpro-tabs ul li.active {
     z-index: 10;
}
.resortpro-tabs ul li.active a{
    background: #FFF;
    border-radius:  10px 10px 0 0px;

}
.resortpro-tabs ul li.active a{
    color: #000;

}
.resortpro-tabs ul li:first-child a{
    margin-left: 10px;
}
.resortpro-tabs ul li a{
       padding: 0px 20px;
       margin-top: 5px ;
       background: #CCC;
       border-radius:  10px 10px 0 0px;
       margin-left: -10px;
       z-index: 5;
}

/****************************/
/*Mobile Version*/
/****************************/
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
/* Tabs container */
.r-tabs {
    position: relative;

    background-color: #deedf7;

    border-top: 1px solid #deedf7;
    border-right: 1px solid #deedf7;
    border-left: 1px solid #deedf7;
    border-bottom: 4px solid #deedf7;
    border-radius: 4px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #deedf7;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #2367b2;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #2367b2;
    text-shadow: none;

    background-color: white;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: white;

    border-bottom: 4px solid white;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

}

.home_content .unit_top_info {
    text-align: right;
    font-size: 1.2em;
    color: #036;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;

    background-color: #deedf7;
    color: #7479aa;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #65b7d8;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

/* Buttons */
button {
    display:inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;

    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;

    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00c5ad;
    box-shadow: 0px 3px 0px 0px #00ab94;

    cursor: pointer;
}

/* Info bar */
.info {
    display:inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: 300px;
    line-height: 100%;

    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 14px;
    color: #00c5ad;
    border: 2px solid #00ab94;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;

    cursor: pointer;
}