/*--Tabs Section--*/

ul.tab-links {
    padding-left: 17px;
}
/*----- Tabs -----*/

.tabs {
    width: 845px;
    display: block;
    margin: 0 auto;
}
/*----- Tab Links -----*/
/* Clearfix */

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 3px;
    float: left;
    list-style: none;
}

.tab-links a {
    display: inline-block;
    background: #FFF;
    background-repeat: no-repeat;
    font-size: 0px;
    text-indent: -9999px;
    width: 180px;
    height: 39px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #eaeaeb;
    transition: all 0.5s ease;
    text-decoration: none;
    color: #eaeaeb;
}

.tab-links li a#tablink1 {
    background-image: url(../images/post-img.png);
    background-repeat: no-repeat;
    background-position: 15px;
}

.tab-links li a#tablink2 {
    background-image: url(../images/post-info.png);
    background-repeat: no-repeat;
    background-position: 9px 6px;
}

.tab-links a:hover {
    background: #eaeaeb;
    text-decoration: none;
}

.tab-links a#tablink1:hover,
li.active a#tablink1,
li.active a#tablink1:hover {
    background-image: url(../images/post-img-active.png);
    background-repeat: no-repeat;
    background-position: 15px;
}

.tab-links a#tablink2:hover,
li.active a#tablink2,
li.active a#tablink2:hover {
    background-image: url(../images/post-info-active.png);
    background-repeat: no-repeat;
    background-position: 9px 6px;
}

li.active a,
li.active a:hover {
    background: #eaeaeb;
}
/*----- Content of Tabs -----*/

.tab-content {
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #eaeaeb;
}

.tab {
    display: none;
}
.tab-content[active="1"] .tab1,
.tab-content[active="2"] .tab2{
    display: block;
}
.tab.active {
    display: block;
}
/*Upload Image*/

#postphoto-wrap {
    width: 705px;
    padding-top: 30px;
    margin: 0 auto;
    position: relative;
}

#upload-section {
    background-image: url(../images/big-and.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.photoupload {
    background-color: #fff;
    padding: 5px;
    position: relative;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
}

input.hidden {
    position: absolute;
    left: -9999px;
}

.uploadimg {
    cursor: pointer;
    background: #fcb842;
    width: 299px;
    height: 299px;
    background-position: 50%;
    background-repeat: no-repeat;
}

#then-image {
    background-image: url(../images/then-upload.png);
}

#now-image {
    background-image: url(../images/now-upload.png);
}

.upload-bub {
    position: absolute;
    top: -48px;
    z-index: 3;
}

#now-bub {
    right: 0px;
}

#then-bub {
    left: 0px;
}
/*Name section*/

#name-section {
    width: 640px;
    padding-top: 25px;
}

.row {
    margin: 5px 0px;
}

.column2,
.column3,
.column4 {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.column {
    vertical-align: top;
    text-align: right;
}

label.desc {
    text-align: right;
    width: 114px;
    display: inline-block;
}

label.radio {
    text-align: center;
    width: 100%;
    display: inline-block;
}

label.desctextarea {
    text-align: right;
    width: 110px;
    vertical-align: top;
    display: inline-block;
}
.agree-wrap a{
    color: #d71921;
    font-weight: bold;
    text-decoration: none;
}
.agree-wrap a:hover{
    text-decoration: underline; 
}
.left-side {
    margin-right: 20px;
}

.form-control {
    display: inline;
    width: 179px;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 18px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
}

.select-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
    width: 200px;
}

.textarea-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    line-height: 1.5;
    padding: 5px 10px;
    resize: none;
    vertical-align: top;
    width: 367px;
}

a.next-btn {
    background-image: url(../images/next-btn.png);
    width: 215px;
    height: 47px;
    display: block;
    cursor: pointer;
    margin: 40px auto 0px;
    text-indent: -999px;
    font-size: 0px;
}

a.next-btn:hover {
    background-position: 0 -46px;
}
/*Profile section*/

.red {
    color: #e12d34;
}

#profile-section {
    width: 670px;
    margin: 20px auto 40px;
}

.title-sm {
    width: 129px;
}

.address-sm {
    width: 100px;
}

.profile-sm {
    width: 177px;
}

.profile-select-sm {
    width: 199px;
}

.moo-sm {
    width: 20px;
}
.phone-sm{
    width: 100px; 
}
.ext-sm {
    width: 20px;
}
label.desc2 {
    text-align: right;
    width: 132px;
    display: inline-block;
}

select[disabled] {
    background-color: #efefef;
}

#note {
    padding: 8px 0;
}

.input-example{
    font-size: 11px;
    color: #666666;
    padding-top:5px;
}

button.submit {
    background-image: url(../images/post-confirm.png);
    background-repeat: no-repeat;
    width: 215px;
    height: 45px;
    background-position: 0 0;
    border: none;
    background-color: inherit;
    box-sizing: content-box;
    margin: 40px auto 0px;
    display: block;
    outline: none;
    font-size: 0px;
    text-indent: -9999px;
}

button.submit:hover {
    background-position: 0 -47px;
}

#memory_text{
    width: 350px;
    height: 30px;
}
#mem-text-count{
    color: #888888;
    font-size: 12px;
    margin-top: 5px;
}
#breed-other-input{display:none;}
#breed-other-input.active{display:inline-block;}
