body {
    position: relative;
    overflow-x: hidden;
}
.navbar-nav li {
    font-size: 17px;
}
.navbar-nav li a img {
    height: 14px;
    opacity: 0.7;
}
.navbar-nav li a:hover img {
    opacity: 1;
}

.media-body{
    width: auto;
}


#spin-static-container{
    position: fixed;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    overflow: visible;
}
#spin-static-container.shadow{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100800;
}

.bar {
    height: 18px;
    background: green;
}

@charset "UTF-8";

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}


.jcrop-holder>input {
    top: 0 !important;
}

.img-rotate{
    margin-bottom: 5px;
}

.jcrop-vline,.jcrop-hline{background:#FFF url('http://jcrop-cdn.tapmodo.com/v0.9.12/css/Jcrop.gif');font-size:0;position:absolute;}

.ui-datepicker-title select{
    color: black;
}

.hasDatepicker{
    position: relative;
    z-index: 100501!important;
}

.navbar{
    z-index: 100702;
}

.crop_preview > img{
    display:none;
}
.crop_preview_content > img{
    display:none;
}

.disable-until-photo-selected{
    position: relative;
}

.disable-until-photo-selected .overlay {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 100601;
    border-radius: 3px;
    cursor: pointer;
}

.disable-until-photo-selected .overlay .overlay-message-container {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.disable-until-photo-selected .overlay .overlay-message {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

section{
    position: relative;
    overflow: visible;
}

.modal{
    z-index: 100800;
}
.modal-backdrop{
    z-index: 100750;
}

select[name='organization'],
select[name='status']{
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}
select[name='organization'].success,
select[name='status'].success{
    border-color: green;
}
select[name='organization'].error,
select[name='status'].error{
    border-color: red;
}

.help{
    -webkit-transition : color 500ms ease-out;
    -moz-transition : color 500ms ease-out;
    -o-transition : color 500ms ease-out;
    transition : color 500ms ease-out;

    position: absolute;
    right: 35px;
}
.help.success{
    color: green;
}
.help.error{
    color: red;
}

.admin-panel-btn{
    height: 39px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    opacity: 0.5;
    margin-top: 5px;
}
.admin-panel-btn img{
    width: 25px;
    height: 25px;
}
.admin-panel-btn i{
    padding: 5px 0;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -150px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 210px;
}
#footer {
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

footer {
    background-color: #110c0d;
    padding-top: 10px;
}

footer p{
    text-align: right;
    color: #777;
}
footer p a, footer p a:hover, footer p a:focus{
    color: #777!important;
    text-decoration: none;
}

footer .jumbotron{
    margin: 0;
}

a.rispo{
    color: #777!important;
    text-decoration: none;
    font-size: 12px;
}

.well-highlight{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    background-color: white;
    margin-bottom: 35px;
}

.fa-stack{
    width: 1em;
    height: 1em;
    line-height: 1em;
}


@media (min-width: 481px) {
    #main_buttons {
        white-space: nowrap;
    }

    #go_to_form {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #doc_list {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media (max-width: 480px) {
    #main_buttons {
        white-space: normal;
    }

    #go_to_form {

    }

    #doc_list {
        margin-top: 5px!important;
    }
}



.colorCycle {
    border-radius: 20px 20px 20px 20px;

    color: #357ebd;
    text-align: center;
    animation-name: homeCycle;
    animation-duration:6s;
    animation-direction:alternate;
    animation-iteration-count:infinite;

    -webkit-animation-name: homeCycle;
    -webkit-animation-duration:6s;
    -webkit-animation-direction:alternate;
    -webkit-animation-iteration-count:infinite;

    box-shadow: 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

@keyframes homeCycle
{
    0% {box-shadow: 0 1px 1px #006,0 0 8px #006;}
    25% {box-shadow: 0 1px 1px #060,0 0 8px #060;}
    50% {box-shadow: 0 1px 1px #CC3200,0 0 8px #CC3200;}
    75% {box-shadow: 0 1px 1px #603,0 0 8px #603;}
}

@-webkit-keyframes homeCycle
{
    0% {box-shadow: 0 1px 1px #006,0 0 8px #006;}
    25% {box-shadow: 0 1px 1px #060,0 0 8px #060;}
    50% {box-shadow: 0 1px 1px #CC3200,0 0 8px #CC3200;}
    75% {box-shadow: 0 1px 1px #603,0 0 8px #603;}
}

tr.collapse.in{
    display: table-row!important;
}
.collapsing{
    -webkit-transition: none;
    transition: none;
}

@font-face {
    font-family: 'rouble';
    src: url('/bundles/drivercard/fonts/rouble/rouble-webfont.eot');
    src: url('/bundles/drivercard/fonts/rouble/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/drivercard/fonts/rouble/rouble-webfont.woff') format('woff'),
         url('/bundles/drivercard/fonts/rouble/rouble-ebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.rouble {
    font-family: 'rouble';
}

#general h1{
    margin-top: 55px;
}

#general .alert{
    margin-top: 100px;
}

.page-view{
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
}

#home{
    position: absolute;
    width: 100%;
}
#home.invisible{
    height: 100%;
    opacity: 0;
    top: -100%;
    display: none;
}

#form_layer{
    position: absolute;
    height: auto;
    top: auto;
    width: 100%;
}
#form_layer.invisible{
    height: 100%;
    overflow: hidden;
    opacity: 0;
    top: 100%;
    display: none;
}




.navbar-nav li a[disabled]{
    color: #aaa!important;
    cursor: not-allowed;
}



/*********************************************************/

#home{

}

#home_phone{
    display: inline-block;
    vertical-align: top;

}

#home_phone .phone_label{
    font-size: 16px;
}
#home_phone .phone{
    font-size: 32px
}

#phone_callback{
    display: inline-block;
    margin-left: 70px;
}
#phone_callback .media{
    margin-top: 7px;
}
#phone_callback .media-body{

}
#phone_callback .media-body p{
    line-height: 22px;
    margin-left: 10px;
    min-width: 150px;
    font-size: 16px;
}

#phone_callback .media-body p a{
    text-decoration: none!important;
}

#phone_callback .media-body p a span{
    color: #1249ab;
    border-bottom: #1249ab 1px dashed;
}

#home_top{
    padding-top: 20px;
    height: 600px;

    background-image: url('/bundles/drivercard/images/bg_index.jpg');

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center -110px;
}

#home_card_type .site-header{
    margin-top: -390px;
    margin-bottom:30px;
}

.site-header h1 {
    margin: 0;
}

.site-header h2 {
    /*color: #9f753c;*/
    font-weight: bold;
    margin: 0;
}

#home_card_type h3{
    font-size: 16px;
    font-weight: bold;
}


.card-description{
    background-color: white;
    border-radius: 10px;
    border: #aaa 1px solid;
    padding: 15px;
    text-align: center;
    width: 300px;
}

.card-description h2{
    margin-top: 0;
    text-align: center;
    font-size: 26px;
    white-space: nowrap;
}

.card-description .line{
    margin-bottom: 10px;
}

.card-description .price{
    float: left;
    font-weight: bold;
    font-size: 28px;

    line-height: 52px;
    vertical-align: middle;
}

.card-description a{
    margin-top: 0!important;
    float: right;
    font-weight: bold;
    font-size: 14px;
}
.card-description .card-description-description{
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    margin-top: 15px;
    min-height: 100px;
}
.device-description .device-links a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.device-description .device-links strong{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#home_presentation{
    background-image: url('/images/ps_neutral.png');
    padding: 40px 0;
}

#home_teaser{
    background-image: url('/images/ps_neutral.png');
    padding: 40px 0;
}

#home_teaser .container{
    text-align: center;
}
#home_teaser .container div{
    border-radius: 5px;
    border: #9f753c 1px solid;
    padding: 30px 10px;
}
#home_teaser h1{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
#home_teaser p{
    width: 80%;
    margin: 15px auto;
    text-align: left;
    font-size: 16px;
}
#home_teaser button{
    font-size: 16px;
    font-weight: bold;
}





#home_advantages{
margin-bottom: 50px;
}
#home_advantages .container{

}
#home_advantages h1{
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

#home_advantages ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
    margin-bottom: 50px;
}

#home_advantages ol > li:first-child{
    color: #ab0001;
    font-weight: bold;
}

#home_advantages ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 15px 36px; /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px 4px 15px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */

    font-size: 16px;
}
#home_advantages ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left: -36px;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

    height: 36px;
    width: 36px;

    line-height: 34px;
    vertical-align: middle;
    text-align: center;

    font-size: 20px;

    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;

    border-radius: 50%;
    border: #2471ab 1px solid;

    color: #2471ab;
    background: white;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
}


#home_advantages p{
    border-radius: 5px;
    border: #aaa 1px solid;
    border-bottom: none;
    padding: 50px 15px;
    text-align: center;

    position: relative;
}

#home_advantages p::after{
    content: " ";
    border-bottom-right-radius: 5px;
    border-bottom: #aaa 1px solid;

    position: absolute;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 30%;
}
#home_advantages p::before{
    content: " ";
    border-bottom-left-radius: 5px;
    border-bottom: #aaa 1px solid;

    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 30%;
}

#home_advantages p button{
    position: absolute;
    width: 33%;
    left: 50%;
    margin-left: -16.5%;

    height: 54px;
    top: 100%;
    margin-top: -27px!important;

    padding: 15px 30px!important;
    font-size: 16px;
    font-weight: bold;
}


#home_advantages p button::before,
#home_advantages p button::after {
    content: " ";
    position: absolute;
    bottom: 8px;
    height: 37px;
    width: 21px;
}
#home_advantages p button::before{
    left: -45px;
    background-image: url("/bundles/drivercard/images/arrow_green_left.png");
}
#home_advantages p button::after{
    right: -45px;
    background-image: url("/bundles/drivercard/images/arrow_green_right.png");
}

@media (max-width: 999px) {
    #home_advantages p::after{
        width: 27%;
    }
    #home_advantages p::before{
        width: 27%;
    }
}

@media (max-width: 599px) {
    #home_advantages p button{
        width: 50%;
        margin-left: -25%;
    }
    #home_advantages p::after{
        width: 12%;
    }
    #home_advantages p::before{
        width: 12%;
    }
}

@media (max-width: 419px) {
    #home_advantages p button{
        padding: 15px 15px!important;
    }
}
@media (max-width: 319px) {
    #home_advantages p button{
        font-size: 14px;
        width: 90%;
        margin-left: -45%;
        z-index: 10;
    }
    #home_advantages p button::before,
    #home_advantages p button::after {
        content: none;
    }
}


form .help{
    position: relative;
}

form .help i{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

form[name='rispo_drivercardbundle_settings'] .help{
    position: static;
}




#monitoring_payment{
    display: inline-block;
    margin-left: 70px;
    vertical-align: top;
    margin-left: 0;
}
#monitoring_payment .media{
    margin-top: 7px;
}
#monitoring_payment .media-body{

}
#monitoring_payment .media-body p{
    line-height: 22px;
    margin-left: 10px;
    /*min-width: 250px;*/
    font-size: 16px;
}

#monitoring_payment .media-body p a{
    text-decoration: none!important;
}

#monitoring_payment .media-body p a span{
    color: #1249ab;
    border-bottom: #1249ab 1px dashed;
}


#monitoring_payment .media-body p a span{
    color: #1249ab;
    border-bottom: #1249ab 1px dashed;
}
#monitoring_payment .media-left{
    display: none;
}

#rispo_drivercardbundle_monitoringagreementpayment label + ul {
    padding-left: 0;
}
#rispo_drivercardbundle_monitoringagreementpayment label + ul li {
    list-style: none;
    color: red;
}

.youtube-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#frontend_page_container,
#contacts {
    padding-top: 95px;
}

#contacts p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    #contacts p {
        font-size: 21px;
    }
}

#footer p {
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 1.4;
    font-size: 12px;
    text-align: left;
}

.footer-links a{
    text-decoration: underline;
    line-height: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.table label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.status-label .label{
    text-align: center;
    display: inline-block;
}

#filters select {
    max-width: 400px;
}
#filters button {
    /*margin-bottom: 15px;*/
}

body.blur{
    -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px);
}

.callback-form-row{
    margin-bottom: 10px;
}

.callback-form-row strong.form-control{
    display: inline-block;
    width: auto;
}

#img_brightness_container{
    position: relative;
}

/*#wrap .nav.navbar-nav{
    margin: 7.5px -15px;
}*/

#rispo_drivercardbundle_profile_cardType{
    opacity: 0;
    z-index: 0;
    height: 0;
    width: 0;
    /*position: absolute;*/
}


.no-canvas #odometer{
    display: none;
}
#odometer {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    background-image: none;
    background-color: #428bca;
    border: 1px solid #357ebd;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 30px;
    vertical-align: top;
    padding: 16px 16px;
}
#odometer canvas{
    vertical-align: middle;
    display: inline-block;
}
#odometer span{
    vertical-align: middle;
}

@media (max-width: 1199px) {
    /*#odometer{
        margin-top: 0;
    }*/
    #phone_callback{
        margin-left: 40px;
    }
    #monitoring_payment {
        margin-left: 0;
    }
}
@media (max-width: 699px) {
    #odometer{
        margin-top: 0;
    }
    #monitoring_payment {
        display: block;
    }
    #monitoring_payment .media{
        margin-top: 0;
    }
}
@media (max-width: 529px) {
    #home_card_type .site-header {
        margin-top: -330px;
    }
    #phone_callback{
         margin-left: 0;
         display: block;
    }
    #phone_callback .media{
        margin-top: 0;
    }
}
@media (max-width: 370px) {
    #odometer {
        display: none;
    }
    #home_card_type .site-header {
        margin-top: -400px;
    }
}


/* Fancybox */

.fancybox-wrap {
    z-index: 100820;
}
.fancybox-opened {
    z-index: 100830;
}

#fancybox-loading {
    z-index: 100860;
}

.fancybox-close {
    z-index: 100840;
}

.fancybox-nav {
    z-index: 100840;
}

.fancybox-nav span {
    z-index: 100840;
}

.fancybox-overlay {
    z-index: 100810;
}

.fancybox-title {
    z-index: 100850;
}

.fancybox-title-float-wrap {
    z-index: 100850;
}



.scrolling-container{
    overflow-x: auto;
}

.billing-menu-item{
    white-space: normal!important;
}

.collapsed-menu .billing-menu-item{
    white-space: nowrap!important;
}

.table-responsive .primary-tr td {
    background-color: #dfd;
}


.form-part .btn-group {
    display: table;
    margin-left: auto;
    margin-top: -45px;
}

.form-part .input-group {
    width: 370px;
}

.form-part .form-control {
    font-size: 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
}

.width-short {
    width: 65%;
    margin: auto;
}

.form-part .img-rotate[data-direction=ccw], .form-part .img-cancel {
    display: none;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
