/* ------------------------------------------------------------------------------------------------------ Fonts */

@font-face {
  font-family: 'AlmoniDl';
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/almoni/almoni-dl-aaa-300.eot);
  src: url(../fonts/almoni/almoni-dl-aaa-300.eot?#iefix) format("embedded-opentype"), url(../fonts/almoni/almoni-dl-aaa-300.woff) format("woff"), url(../fonts/almoni/almoni-dl-aaa-300.ttf) format("truetype"); }
@font-face {
  font-family: 'AlmoniDl';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/almoni/almoni-dl-aaa-400.eot);
  src: url(../fonts/almoni/almoni-dl-aaa-400.eot?#iefix) format("embedded-opentype"), url(../fonts/almoni/almoni-dl-aaa-400.woff) format("woff"), url(../fonts/almoni/almoni-dl-aaa-400.ttf) format("truetype"); }
@font-face {
  font-family: 'AlmoniDl';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/almoni/almoni-dl-aaa-700.eot);
  src: url(../fonts/almoni/almoni-dl-aaa-700.eot?#iefix) format("embedded-opentype"), url(../fonts/almoni/almoni-dl-aaa-700.woff) format("woff"), url(../fonts/almoni/almoni-dl-aaa-700.ttf) format("truetype"); }

/* ====================================================================================================== Fonts */

body{
  margin:0;
  padding:0;
  font-family: 'AlmoniDl';
  font-weight: normal;
}


.container{
  width: 85%;
  max-width: 1024px;
}

a{
  text-decoration: none !important;
}


body, html {
    height: 100%;
    background-color: #e7e7e7;
}

.login_box{
    background: #f7f7f7;
    border:3px solid #F4F4F4;
    padding-left: 15px;
    margin-bottom:25px;
    }
.input_title{
    color:rgba(164, 164, 164, 0.9);
    padding-left:3px;
    margin-bottom: 2px;
    text-align: right;
    font-size: 16px;
    }

hr{
    width:100%;
}
    7
.welcome{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:#FFFFFF;
    margin-bottom:25px;
    margin-top:50px;

}

.login_title{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:rgba(164, 164, 164, 0.44);
}

.card-container.card {
    max-width: 100%;
    width: 75vw;
}

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    border-radius:0;
    background: #cccc33;
    height: 35px;
    border: 0;
    text-align: center !important;
    color: #000;
    cursor: pointer;
    border-radius: 6px;
    font-size: 21px;
    padding: 0;
}

/*
 * Card component
 */
.card {
    
    /* just in case there no content*/
    padding: 1px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 15%x;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: rtl;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text]
{
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 2vw;
    height: 6vw;
    font-size: 4vw;
    padding-right: 2vw;
    font-weight: 500;
    color: #6666ae;
}


.form-signin button
{
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 2vw;
    height: 6vw;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6666ae;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6666ae;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6666ae;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6666ae;
}

.form-signin button {
  margin-top: 20px;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}







.error{
  clear: both;
  float: none;
}

.error,.error:active,.error:focus{
  float: none;
  white-space: pre-line;
  color: #e62117;
  text-align: right;
}

label.error {
    display: none !important;
}

input.error,textarea.error{
  border: 1px #f2dede solid !important;
  background: #ebccd1;
  color: #a94442;
  margin-top: 10px;
}


img.logo {
    vertical-align: middle;
    text-align: center;
    display: block;
    margin: 30vw auto 6vw auto;
    max-width: 100%;
    height: initial;
    width: 61vw;
}

/*.home_page h1{
    margin-top: 8vw;
    font-size: 5.5vw;
    font-weight: normal;
    margin-bottom: 1vw;
}*/

.home_page h1 {
        margin-top: 8vw;
        font-size: 4.1vw;
        font-weight: normal;
        margin-bottom: 2vw;
        line-height: 1;
}

#step_1 h1{
    margin-top: 8vw;

}


.home_page .details .key{
  background-color: #6666ae;
  color: #fff;
  border: 1px #6666ae solid;
  border-bottom: 1px #fff solid;
  padding: 1vw;
  font-size: 3.5vw;
  padding-right: 5vw;
}


#step_3 .details .key {
    padding-right: 0;
    font-size: 5vw;
    border-bottom: 0;
}


.home_page .details{
    margin: 3vw auto;
}

.home_page .details .value{
  background-color: #fff;
  color: #000;
  border: 1px #6666ae solid;
  border-right: 0;
  padding: 1vw;
  font-size: 3.5vw;
  min-height: 7.2vw;
}



#step_3 .details {
    margin: 0;
}

/*#step_3 .details .key{
  font-size: 5vw;
  padding: 0;
}*/

#step_3 .details .key {
        font-size: 4.1vw;
        padding-left: 1vw;
        padding-right: 1vw;
        padding-top: 0.5vw;
        padding-bottom: 1vw;
        line-height: 1;
}

#step_3 .details .value ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#step_3 .details .value ul li{
  display: inline-block;
}


#step_3 .details .value {
    font-size: 3vw;
}


#step_3 .details .value ul li::after{
  content: " | ";
}
#step_3 .details .value ul li:last-child::after{
  content: "";
}

.home_page .row{
  margin-left: 0;
  margin-right: 0;
}


.home_page .logo img {
    max-width: 95%;
    height: initial;
    display: block;
}




.container-select {
    margin: 1vw auto;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 1vw 1.5vw 0 0;
    height: 7.5vw;
    font-size: 4vw;
    color: #6666ae;
    padding-top: 2.5vw;
}


.select2-container--default .select2-results__option[aria-disabled=true] {
    font-size: 4vw;
}


.select2-results__option[aria-selected] {
    font-size: 4vw;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6666ae transparent transparent transparent;
    border-style: solid;
    border-width: 1vw 1vw 1vw 1vw;
    height: 0;
    left: 3vw;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 3.5vw;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6666ae transparent;
    border-width: 1vw 1vw 1vw 1vw;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6666ae;
    color: white;
    font-size: 4vw;
}

.select2-dropdown {
    border-bottom: 1px solid #6666ae;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6666ae;
    line-height: 28px;
    font-weight: normal;
}

button.btn-purple
{
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 2vw;
    height: 8vw;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 0;
    background-color: #6666ae;
    color: #fff;
    font-size: 5vw;
}

button.btn-yellow
{
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 2vw;
    height: 8vw;
    font-size: 5vw;
    font-weight: 500;
    border-radius: 0;
    margin-top: 2.5vw;
}


#accordion .panel-default>.panel-heading {
    color: #6666ae;
    background-color: #ffffff;
    border-color: #fff;
    border: 0;
    padding: 3vw 4vw 2vw 0;
}

#accordion .panel-default>.panel-heading.child{
    padding: 3vw 8vw 2vw 0;
} 

#accordion .panel-default>.panel-heading.nanochild{
    padding: 3vw 16vw 2vw 0;
} 

#accordion .panel-body ul li{
    border-bottom: 1px #fff solid;
    padding: 2vw 16vw 1vw 0;
}


#accordion .panel-default>.panel-heading.child_4{
    padding: 3vw 20vw 2vw 0;
} 

#accordion .panel-title>.small,
#accordion .panel-title>.small>a,
#accordion .panel-title>a,
#accordion .panel-title>small,
#accordion .panel-title>small>a
     {
    font-size: 5vw;
    font-weight: normal;
}


#accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
    background: #6666ae;
    color: #fff;
    border: 0;
    font-size: 4vw;
    padding: 0;
}


#accordion .the-title:before {
  font-family: "Glyphicons Halflings";
  font-size: 3.5vw;
  padding: 0vw 1vw 0 2.5vw;
   content: "\2212";
}


#accordion .the-title.collapsed:before{
  content: "\2b";
}


#accordion .panel-body ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}




.project_display_name {
    background-color: #6666ae;
    color: #fff;
    text-align: center;
    position: relative;
    height: 12vw;
}

h2.lot {
    font-size: 4vw;
    font-weight: bold;
}

h3.building {
    position: absolute;
    font-size: 3vw;
    right: 5vw;
    font-weight: bold;
}

h3.flat {
    position: absolute;
    font-size: 3vw;
    right: 20vw;
    font-weight: bold;
}

h3.rooms {
    position: absolute;
    font-size: 3vw;
    right: 5vw;
    top: 8vw;
    font-weight: bold;
}

.dayarim_display_name{
  font-size: 3.5vw;
}


.home_page .logo {
    margin-top: 8vw;
}

.home_page .container-project-name {
    margin-top: 10.3vw;
}


a.complete {
    position: absolute;
    left: 1vw;
    color: #cccc33;
    font-size: 7vw !important;
    top: 3vw;
    display: none;
}

a.edit {
    position: absolute;
    left: 9vw;
    font-size: 6vw !important;
    top: 3vw;
    display: none;
}

a.promotional {
    position: absolute;
    left: 1vw;
    right: auto;
    width: 6vw;
    top: 2.5vw;
    display: none;
}

a.promotional img{
    max-width: 100%;
}

a.complete.active,a.edit.active,a.promotional.active{
    display: block;
}

.color-purple{
  color: #6666ae;
}



.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0px 0px 0px 0px;
    background: none;
    border: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 6vw;
    line-height: 1;
}


.modal-footer .btn+.btn {
    width: 33.5vw;
    font-size: 5vw;
    height: 7vw;
    border-radius: 0;
    position: absolute;
    left: 0;
    margin: 0;
}

.modal-footer .btn-close {
    width: 33.5vw;
    font-size: 5vw;
    height: 7vw;
    border-radius: 0;
    color: #fff;
    background: #ff0000;
    position: absolute;
    right: 0;
}


button.btn-red
{
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 2vw;
    height: 8vw;
    font-size: 5vw;
    font-weight: 500;
    border-radius: 0;
    margin-top: 2.5vw;
    background-color: #ff0000;
    color: #fff;
}

button.btn-red a{
    color: #fff;
}


.modal.in .modal-dialog {
    margin-top: 23vw;
    width: 70vw;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.82);
}


.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0;
    margin-top: 2vw;
}

.response {
    font-size: 4vw;
    text-align: center;
}


.edit_line.active{
    border: 3px red dashed;
    display: block;
}

.panel-group .panel {
    position: relative;
}



#step_4 .response p{
    font-size: 3vw;
}

#step_4 .response h1{
    font-size: 6vw;
}


.for_agent {
    border-top: 2px #000 dashed;
    padding-top: 5vw;
    margin-top: 10vw;
}

.for_agent p {
    text-align: center;
    font-size: 3vw;
}

input[type=checkbox] {
    transform: scale(3.5);
    /* margin: 20px -11px 20px 39px; */
    position: absolute;
    top: 9.5vw;
    right: 0;
}


label[for="owner_signture"] {
    font-size: 5vw;
}

.signature_response{
    font-size: 4vw;
}

.select_item.active {
    background-color: #cccc33;
}


.the-title {
    width: 81%;
    display: inline-block;
}



/* fix colors */

#accordion .panel-title.main a{
    font-size: 6vw;
    font-weight: bold;
}


#accordion .panel-default>.panel-heading.parent {
    background-color: #d1d1d1;
}


#accordion .panel-default>.panel-heading.child {
    background-color: #f1f1f1;
    padding: 3vw 6vw 2vw 0;
}


#accordion .panel-title.sub a{
    font-size: 4.1vw;
    font-weight: normal;
}



#accordion .panel-default>.panel-heading.nanochild {
    background-color: #dfdfdf;
    padding: 3vw 8vw 2vw 0;
}


#accordion .panel-title.sub_sub a{
    font-size: 3.2vw;
    font-weight: normal;
}



#accordion .panel-default>.panel-heading.child_4 {
    background-color: #f1f1f1;
    padding: 3vw 10vw 2vw 0;
}


#accordion .panel-title.sub_sub_sub a{
    font-size: 2.8vw;
    font-weight: normal;
}



/* fix colors */


.loader {
    background: #e7e7e7;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    line-height: 100vw;
    font-size: 7vw;
    color: #6666ae;
}

.check_confirm_order_text {
    text-align: center;
    font-size: 4vw;
}

.container-select-by-lot{
    display: none;
}

textarea[name='notes']{
    width: 100%;
    height: 25vw;
    width: 78vw;
    margin: 0 auto;
    resize: none;
    font-size: 4vw;
}