/* Place holder */
.form-group input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999999;
    background: transparent;
}
.form-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999999;
    opacity:  1;
    background: transparent;
}
.form-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999999;
    opacity:  1;
    background: transparent;
}
.form-group input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999999;
    background: transparent;
}


.heading-wrapper.heading-wrapper-bordered:before {
    content: none;
}

.icheckbox_flat, .iradio_flat{
    border: 1px solid #d9d9d9;
}
.icheckbox_flat:hover, .iradio_flat:hover {
    background: #fff;
    border: 1px solid #ee6a60;
}
.icheckbox_flat.checked,
.iradio_flat.checked {
    background: #ee6a60 url('../../images/core/filter_check.png') 0 2px no-repeat;
    border: 1px solid #ee6a60;
}

.iradio_flat.checked {
    background: #ee6a60;
}

.styled-select select{
    height: 30px;
    border-color: #efefef;
    font-size: 14px;
}
.styled-select{
    height: 30px;
    border-color: #efefef;
}

.input-group-addon{
    padding: 6px;
    border: 1px solid #efefef;
}

.icheckbox_flat.checked.disabled,
.iradio_flat.checked.disabled{
   background:  #d6e3f0 url('../../images/core/check_box.png') center no-repeat;
}

.input-group .btn{
    height: 30px;
    line-height: 30px;
}

.btn-default ,
.bootbox .modal-footer .btn-default,
.bootbox .modal-footer .btn-default:hover {
    color: #222222;
    /*background-color: #fff;*/
    border: 1px solid #d9d9d9;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #d9d9d9);
    background: linear-gradient(#ffffff, #ffffff);
    box-shadow: inset 0 0 5px #ffffff;
    -webkit-box-shadow: inset 0 0 5px #d9d9d9;
    -moz-box-shadow: inset 0 0 5px #d9d9d9;
    -o-box-shadow: inset 0 0 5px #d9d9d9;
}
.btn-default:hover{
    opacity: 0.7;
}

.modal-header {
    padding: 10px 20px;
    background: #ffffff;
    border: none;
}

.modal .close {
    color: #494949;
}

.modal-header .title {
    color: #494949;
    font-size: 20px;
    font-family: 'roboto-light';
    position: absolute;
    top: 30px;
    left: 50%;
    padding: 0 10px;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: inherit;
}
.orderdetails-modal .modal-header .title{
    position:Static;
    transform:translate(0);
    text-align: center;
}

.modal-footer .registration-btn-wrapper {
    clear: both;
    padding-top: 10px;
}

.modal-footer .registration-btn-wrapper .title{
    line-height: 30px;
    color: #494949;
    font-size: 11px;
    text-transform: none;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
}

.modal-footer .registration-btn-wrapper .btn{
    padding: 0 35px;
    font-size: 13px;
    border-radius: 0;
    line-height: 40px;
    width: 100%;
    background: #919191;
    background: -webkit-linear-gradient(#919191, #747474);
    background: linear-gradient(#919191, #747474);
    box-shadow: inset 0 0 5px #97ad80;
    -webkit-box-shadow: inset 0 0 5px #919191;
    -moz-box-shadow: inset 0 0 5px #919191;
    -o-box-shadow: inset 0 0 5px #919191;
    height: auto;
}

.modal-footer .registration-btn-wrapper .btn:hover{
    opacity: 0.7;
}

.modal-body {
    border-top: 1px solid #efefef;
    margin: 0 20px 20px;
    padding: 15px 0px 10px;
}

#lost_password_modal .modal-body {
    padding: 15px 0px;
    margin: 0 20px;
}

.modal-body .forgotten-password{
    float: right;
    color: #494949;
}

.modal-body .forgotten-password{
    margin-top: -10px;
    font-size: 11px;
}

.modal-body .form-group label{
    font-size: 13px;
    color: #494949;
}

.modal-footer {
    background: #ffffff;
    border: none;
    text-align: center;
    padding: 15px 20px;
}

.registration_form .modal-footer{
    padding: 0px 20px 20px;
}

.modal-footer .btn-success,
.modal-footer .btn-success:hover ,
.modal-footer .btn-success:focus ,
.modal-footer .btn-success:focus:active {
    /*background-color: #8ec83c;*/
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    padding: 0;
    height: auto;
    line-height: 35px;
    font-size: 13px;
    color: #ffffff;
    background: #63a31e;
    background: -webkit-linear-gradient(#63a31e, #01852b);
    background: linear-gradient(#63a31e, #01852b);
    box-shadow: inset 0 0 5px #97ad80;
    -webkit-box-shadow: inset 0 0 5px #97ad80;
    -moz-box-shadow: inset 0 0 5px #97ad80;
    -o-box-shadow: inset 0 0 5px #97ad80;
}
.modal-footer .btn-success:hover{
    opacity: 0.7;
}

.modal-footer .icon-facebook {
    font-size: 13px;
    text-transform: initial;
    color: #3b5998;
    background: #ffffff;
    border: 1px solid #3b5998;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 40px;
    margin: auto;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    width: 49%;
}
.modal-footer .btn+.btn{
    margin-left: 0px;
}

.modal-footer .btn:first-child,
.modal-footer .btn:first-child:hover,
.modal-footer .btn:first-child:focus,
.modal-footer .btn:first-child:focus:active{
    margin-left: 7px;
    width: 49%;
    float: right;
    height: 40px;
}

#lost_password_modal .modal-footer .btn:first-child{
    float: none;
    width: max-content;
    padding: 0 10px;
}

.modal-footer .icon-facebook:before {
    position: absolute;
    left: 0;
    width: 38px;
    border-right: 1px solid #3b5998;
}

.bootbox .modal-footer .btn+.btn,
.bootbox .modal-footer .btn+.btn:hover{
    /*background-color: #ee6a60;*/
    width: 49%;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    background: #ee6a60; /* Old browsers */
    background: -moz-linear-gradient(top, #ee6a60 0%, #b82424 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ee6a60 0%,#b82424 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ee6a60 0%,#b82424 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a60', endColorstr='#b82424',GradientType=0 ); /* IE6-9 */
}


.bootbox .modal-footer .btn+.btn:hover{
    opacity: 0.7;
}
.modal-footer .btn+.btn:before{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-footer .btn+.btn:hover:before{
    background-color: #3b5998;
    color: #ffffff;
}

.bootbox .modal-body{
    border: none;
    text-align: center;
}

/* modal registration */
.registration_form .styled-select{
    max-width: 100%;
    height: 30px;
}

.modal-large .modal-dialog{
    width: 651px;
}

/* Buttons */
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus{
    min-width: 170px;
    height: 35px;
    color: #ffffff;
    font-size: 13px;
    background: #ee6a60; /* Old browsers */
    background: -moz-linear-gradient(top, #ee6a60 0%, #b82424 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ee6a60 0%,#b82424 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ee6a60 0%,#b82424 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a60', endColorstr='#b82424',GradientType=0 ); /* IE6-9 */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus{
   opacity: 0.7;
}

.btn{
    border-radius: 0;
}

.btn-info{
    background-color: #ee6a60;
    min-width: 170px;
    height: 35px;
    color: #ffffff;
    font-size: 13px;
}

.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:hover{
    background-color: #F5A7A1;
}

.styled-select {
    background: url('../../images/core/triangle-bottom_2.png') no-repeat 95% #fff;
}

.alert {
    margin-top: 20px;
}

/*.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}*/

.modal-footer .btn-login {
    float: none !important;
    margin: auto !important;
}

.modal.modal-email .title{
    text-align: left;
    font-size: 30px;
    color: #4a4b5c;
    position: relative;
    top: 0;
    padding: 0;
}

.modal.modal-email .modal-body{
    border-top: none;
    margin: 0;
}

.modal.modal-email .input-btn-wrapper .btn{
    height: 30px;
}