@charset "utf-8";
@import url("base.css");

body{background-image: url(../images/body-bg1.jpg);}
#accordionRegisterStep2 .panel-body{
    position: relative;
    padding: 25px 15px;
}
.panel-group#accordionRegisterStep2 .panel-heading {
    cursor: pointer;
    display: block;
}

.content-register2{
    border-top: 1px solid #e2e2e2;
}

.register-user .title{
    padding: 15px;
    font-size: 18px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #e2e2e2;
}



.register-user{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top: none;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
}
.register-user form{
    padding: 15px 25px;
}

.form-horizontal .control-label {
    text-align: right ;
}
.form-horizontal .form-group{margin-bottom: 25px}
.form-horizontal .composeSP2 .checkbox {
    position: absolute;
    left: 7px;
    top: -15px;
    padding: 5px 30px 5px 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.61);
    background-color: #fff;
    border-color: #ebccd1;
}
/*.select-elements select {margin-top: 10px}
.form-horizontal .select-elements.has-feedback .form-control-feedback {left: 25px}
@media (min-width: 992px){
    .select-elements select {margin-top: 0}
}*/

.loader16{
    vertical-align: middle;
}

#activateCodeSection{
    display: none;
}

.search-component{
    position: relative;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .search-component{
        margin-top: 0;
    }
}
.search-component .glyphicon-search{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #555;
    cursor: pointer;
}
.search-component.with-tip .glyphicon-question-sign{
    position: absolute;
    left: 30px;
    top: 8px;
    color: #555;
    font-size: 18px;
    cursor: pointer;
}

.panel-body .map-container {height: 300px;border: 1px solid #ccc;border-radius: 5px; }

.form-group .btn{
    margin-top: 15px;
}
@media (min-width: 768px) {
    .form-group .btn{
        margin-top: 0;
    }
}



.more-pic-upload>li img{height: 105px;}
.progress{
    height: 10px;
}




#topBookMarkManager{
    display: none;
}


/* Styles for reset map*/
.map-container #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
.map-container .controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.map-container #pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 150px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

.map-container #pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 401px;
}

.map-container  .pac-container {
    font-family: Roboto;
}

.map-container  #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

.map-container  #type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}