/* 
    Created on : 11.Kas.2013, 18:55:07
    Author     : brd ajans
*/


/* print */
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}
/* print */

/* preloader */
.preloader {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    /*background: #ffffff url('../img/loading.gif') no-repeat 50% 50% scroll;*/

    background: #ffffff;
}

#element_image {
    display: none;
    margin: 1em 0 0 0;
}
#element_image img {
    max-width: 150px;
    max-height: 150px;
}

#facebookG {
    width:25px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -12.5px;
}

.facebook_blockG{
    background-color:#c1d72e;
    border:1px solid #a2968a;
    float:left;
    height:18px;
    margin-left:1px;
    width:5px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:0.9s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:0.9s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:0.9s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:0.9s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:0.9s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

#blockG_1{
    -moz-animation-delay:0.27s;
    -webkit-animation-delay:0.27s;
    -ms-animation-delay:0.27s;
    -o-animation-delay:0.27s;
    animation-delay:0.27s;
}

#blockG_2{
    -moz-animation-delay:0.36s;
    -webkit-animation-delay:0.36s;
    -ms-animation-delay:0.36s;
    -o-animation-delay:0.36s;
    animation-delay:0.36s;
}

#blockG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounceG{
    0%{
        -moz-transform:scale(1.2);
        opacity:1}

    100%{
        -moz-transform:scale(0.7);
        opacity:0.1}

}

@-webkit-keyframes bounceG{
    0%{
        -webkit-transform:scale(1.2);
        opacity:1}

    100%{
        -webkit-transform:scale(0.7);
        opacity:0.1}

}

@-ms-keyframes bounceG{
    0%{
        -ms-transform:scale(1.2);
        opacity:1}

    100%{
        -ms-transform:scale(0.7);
        opacity:0.1}

}

@-o-keyframes bounceG{
    0%{
        -o-transform:scale(1.2);
        opacity:1}

    100%{
        -o-transform:scale(0.7);
        opacity:0.1}

}

@keyframes bounceG{
    0%{
        transform:scale(1.2);
        opacity:1}

    100%{
        transform:scale(0.7);
        opacity:0.1}

}
/* preloader */

.lambda_c,
.thickness_c {

}

.lambda_c .well,
.thickness_c .well{
    position: relative;
    display: none;
}
.lambda_c select,
.thickness_c select {
    width: 100px;
}

/*.controls.sub_cat .row-fluid span4 {
    width: 31% !important;
    float: left;
}*/

table#result_table {
    margin-bottom: 0;
}
table#result_table tr td {
    border: 1px solid #a2968a;
    padding: 8px;
}

table#calculated_table td {}
table#calculated_table td:first-child {}
table#calculated_table td.twodot { width: 2px;text-align: center;}

.modal-header { border-bottom: 0;}
.modal-footer { border-top: 0;padding-right: 40px;}


#formSender {
    text-align: left;
}
#formSender input[name="email"] {
    width: 50%;
}

@media (max-width: 767px) {

}

