/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-apr-2017, 9.18.59
    Author     : nicola
*/

@font-face {
    font-family: Code39Regular;
    src: url(../fonts/Code39Regular.ttf) format('truetype'),
        url(../fonts/Code39Regular.woff) format('woff');
}

.barcode{
    font-family:Code39Regular;
    background: #fff;
    padding: 13px;
    color: black;
    font-size:40px;
    cursor:pointer;
}

.barcode:active{
    background:#00FFAE;
}
.error_form{
    background: #ffb4b4 !important;
    border:solid 1px  #f41212 !important;
}
.checkboxerror {

    background: #ffb4b4;
    border-color: #f41212;

}
.imei-container{
    margin-top: 0px;
    padding-top: 15px;
}

.imei-container h5 {
    margin-right: 10px;
    margin-top: 17px;
}


html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 260px;
    height:calc(100% - 260px);
    font-family: 'Open Sans', sans-serif;  

}
body > .container-fluid{
    padding-top: 50px;
}
a{
    color:#fff;
}

a:hover{
    color:#f0f0f0;
}

hr{
    border-top: 1px solid #BFBFBF;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 260px;
    background-color: #333333;
    padding:15px 15px 0;
    font-size: 12px;
    color:#fff;
}

.footer a{
    color:#ccc;
}

.footer a:hover{
    color:#fff;
    text-decoration: none;
}

.footer-nav>li{
    border-bottom: thin #555 solid;
}
.footer-nav>li:last-of-type{
    border-bottom:none;
}

.footer-nav>li>a:hover{
    background-color: transparent;
}


.language-chooser{

}

.navbar{
    margin-bottom: 0;
    border:none;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a{
    color:#fff;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color:#fff;
    background-color: #B3052B;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color:#fff;
    background-color: #B3052B;
}

.navbar-brand{
    padding: 2px 15px; 
}

.navbar-default .navbar-toggle{
    border:none;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    color:#fff;
    background-color: #B3052B;    
}

.navbar-default .navbar-nav>li>a:hover{
    color:#fff;
    background-color: #78041d;    
}

.user-nav-link{
    background:#B3052B;
}

.mobile-top-tabs{
    background: #000;    
}

.mobile-top-tabs>li>a{
    border-bottom: 4px solid #000;
    border-left:0;
    border-top:0;
    border-right:0;    
}

.mobile-top-tabs>li>a:hover, .mobile-top-tabs>li>a.active{
    border-bottom: 4px solid #EF0739;
    border-left:0;
    border-top:0;
    border-right:0;
    background-color: transparent;
}

#userinformations{
    background-color: #b3052b;
}

#userinformations .active a{
    background-color: #78041d;
}

#userinformations a:focus{
    color:#fff;
}

.img_loading_data{
    top: 250px;
    height: 100%;
    position: absolute;
    width: 100%;
}
.img_loading_iframe{
    top: 250px;
    height: 50%;
    position: absolute;
    width: 100%;
}
.light-grey-background-load-iframe{
    background-color: #fff;
}

.top-wrapper{
    background-color: #333333;
}

.top-wrapper .nav-tabs {
    border:0;
}

.top-wrapper .nav-tabs li{
    margin:10px 10px 0 0px;
    padding:10px 20px;
    background-color:#58595B;
    opacity: 0.6;
}
.top-wrapper .nav-tabs li.selected{
    opacity: 1;
}

.top-wrapper .nav-tabs a:hover{
    text-decoration: none;
}

.top-wrapper .nav-tabs h2{
    margin:0;
}

.top-wrapper .nav-tabs li#add_radio_request_link{
    padding:0;
    background-color:transparent;
    opacity: 1;
}

.top-wrapper .nav-tabs li#add_radio_request_link a{
    background: transparent;
    border:none;
    color:#00FFAE;
    font-size: 1.2em;
}

.row#add_radio_request_link{
    padding:20px 0 0;
}

.main-wrapper{
    height:100%;
    padding-top:0px;
    padding-bottom: 80px;
}

#right-content{
    height:100%;
    padding-top: 20px;

}

#left-content{
    padding-top:85px;
    height:100%;    
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: #EF0739;
    border-color: #EF0739;
}

.list-group-item{
    background-color: #A7A9AC;
    border: 1px solid #A7A9AC;
}


.page-title{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #BFBFBF;
}

.green_title{
    color:#00BF82;
}

.light_green_title{
    color:#0affad;
}

/*COLORS*/
.radly-red{
    color:#EF0739;
}

.radly-red-background{
    background-color: #EF0739;
}

.radly-green{
    color:#00FFAE;
}

.radly-dark-green{
    color:#00BF82;
}

.list-lang{
    //margin-left:10px;
}
.btn-change-language{
    border:1px solid #58595b;
    margin:10px 0;
    background-color: #414042;
    padding:5px 10px;
    min-width: 95px;
    min-height: 32px;
}
.footer .alignright {
    float: right;
}
.cls-arrow{
    border:1px solid #58595b;
    margin:10px 0 10px -1px;
    background-color: #414042;
    padding:5px 10px;
    color:#fff;
    min-height: 32px;  

}
.btn-change-language span{
    color:white;
    font-size: 14px;
}
#information-banner, #email-banner, #password-banner, #forgot-pass-banner, #forgot-pass-banner-error{
    color: black;
}

.radly-green-background{
    background-color:#00FFAE
}

.dark-grey-background{
    background-color: #414143;
    color:#fff;
}

.light-grey-background{
    background-color: #58595B;
    color:#fff;

}
.lang-list-cls{
    width:50px;
}
.list-language {
    font-size: 13px;
    padding:4px 0;
}

.list-language:hover{
    color:#ddd;
}

#modal-edit-language .fa-check{
    margin-left:2px;
}
a.radly-green:hover{
    color:#CCFFEF;
    text-decoration: none;
}

#toyota_lexus_warning{
    position: fixed;
    padding:20px 0 0;
    color:#000;
    background: #DCDDDE;
    padding:1%;
    border-radius:10px;
    top:25%;
    right:25px;
    max-width: 280px;

}

#toyota_lexus_warning i{
    color:#FCB905;
    font-size: 40px;
}

/*buttons*/

.btn{
    padding:10px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 3px;
}

.btn-label{
    margin-left: 5px;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    transition: background-color 0.2s linear;    

}

.btn-black:hover {
    color: #fff;
    background-color: #EF0739;
    border-color: #fff;
}

.btn-black:hover .radly-red{
    color:#fff;
}

.btn-grey{
    color: #fff;
    background-color: #414042;
    border-color: #fff;    
}

.btn-grey:hover{
    background-color: #565656;
}


.btn-rred {
    color: #fff;
    background-color: #EF0739;
    border-color: #fff;
    transition: background-color 0.2s linear;       
}

.btn-rred:hover{
    color:#fff;
    background: #F23961;
}

.btn:focus{
    color:#fff;
}

.btn-default:focus{
    color:#000;
}

.btn-green {
    color: #fff;
    background-color: #00BF82;
    border-color: #fff;
    transition: background-color 0.2s linear;       
}

.btn-green:hover{
    color:#fff;
    background: #00FFAE;
}
.r-order{
    font-weight:bold;
    margin-left:2px;
}
.btn-drag {
    color: #808080;
    background-color: #303030;
    border: none;
    padding: 27px 5px;
    border-radius:0;
    width:100%;
    cursor:move;
}

.btn-drag:hover{
    color:#ddd;
}
.reorder{
    width:20px;
}
.fav-radio-order{
    width:30px;
}

.btn-block{
    max-width: 300px;
    margin:auto;
}

/*tables*/

.table{
    margin-bottom: 140px;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #404040;

}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #4C4C4C;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-color: #939598;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom: 0;
}

.table-bordered{
    border-color: #939598;    
}
.table thead tr{
    background-color: #EF0739;
}

table.dataTable td.reorder{
    padding:0;
}

.cover-art-container{
    width: 64px;
}
.cover-art{
    max-width:64px;
    max-height:64px;
}

.drag-container, .table-condensed>tbody>tr>th.drag-container{
    width:22px;
    padding: 0;
}

.position-container, .table-condensed>tbody>tr>td.position-container {
    max-width: 33px;
}
.actions-container{
    max-width:250px;
}

.audio_actions .fa-stack-1x{
    font-size: 0.8em;
}

.audio_actions .fa-play{
    margin-left:1px;
}


/*CONTROLS*/

.playaudioradio .fa-play:hover{
    color: #00FFAE;
    cursor: pointer;
}

.playaudioradio .fa-pause:hover{
    color: #EF0739;
    cursor: pointer;    
}

/*forms*/
select.form-control{
    background: url(../img/select-bg.gif) no-repeat right #fff;
    padding-right: 50px;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;    
}

#search-radio-form label{
    color:#A7A9AC;
    font-weight: normal;
    margin-top: -15px;
}

.form-inline .form-group{
    padding:0 5px;
}

.search-radio-filters{
    margin-top:5px;
}

#search-radio-form .btn-rred{
    margin-bottom: 15px;
    margin-top: -4px;
}

.btn-removeaction{
    margin-top: -4px;    
}

span.required{
    color:#EF0739;
}


.user-registration-form{
    padding-top: 25px;
}

#home-login .btn{
    margin:15px 15px;
}


/*FAVOURITES*/


/*BANNERS*/
.banner-ok{
    background-color:#00FFAE;
    padding:10px;
    margin-bottom: 25px;
}

.banner-warning{
    background-color:#fff052;
    padding:10px;
    margin-bottom: 25px;
}

.banner-error{
    background-color:#ff0d57;
    padding:10px;
    margin-bottom: 25px;
    color:#fff;
}

.banner-ok h3, .banner-warning h3, .banner-error h3{
    margin:0;
}

.banner-error h3{
    color:#fff;
}
#home-login .btn, .user-login-container .btn{
    margin:15px 15px;
}
/*LOGIN PAGE*/
.login-container{
    padding-top: 80px;
}
.user-login-container{

}

.user-login-container h2{
    margin-bottom: 40px;
}

.user-login-container button, .user-login-container a.btn{
    min-width: 150px;
}

.toyota-login, .lexus-login{
    background: #6D6E71;
    padding:10%;
    margin:10px;
}

.flag{
    padding:0px;
    border:1px solid #bbb;
    margin:5px 0;
}


#radly-user-login-container form{
    padding:0 140px;
}

#banner_broadacasters{
    clear: both;
    background: url('../img/broadcasters_banner.jpg') no-repeat center;
    background-size: cover;
    padding:80px 0;
}

/*home-page*/

#home-top-img{
    padding:0;
}
#myModalLabel{
    color : #000;
    font-size: 1.4em;
    font-weight:bold;
}
.toyota-modal{
    color: #58595B;   
}

#home-intro h4{
    margin-top: 40px;
}

#home-intro{
    background: url('../img/home-top.gif') repeat-x top left;
    background-size: cover;
}

#home-intro #home-intro-text-container{
    background-color: #414042;
    height:640px;
}

#home-intro-text{
    padding:35px;
    color:#000;
}

#home-intro #skew{
    transform: skew(-5deg);
    transform-origin: 0 -75%;
    height: calc(100% + 160px);
    background: #414042;
    width: 100px;
    float: left;    
    /* margin-top:-80px;
     margin-left:-80px;
     margin-bottom: -80px;*/
}
#modal-edit-language li{
    cursor: pointer;
}
#modal-edit-language li{
    color: white;
}
#modal-edit-language li.choosed-lang{
    color: #0bde9b;
}

/*TERMS & CONDITIONS*/

#terms_conditions_text,#cookies_text,#termes_text,#privacies-text{
    padding-top:25px;
}

/*WHAT IS RADLY*/
.gradient-bg{
    background: linear-gradient(#ef0739, #f56a88);
    padding:70px 0px;
    color:#fff;
}

.gradient-bg h1, .gradient-bg h2{
    font-weight: bold;
}

.underline{
    position:relative;
    border-bottom: 4px solid #0affad;
}

.underline:after{
    /*content: '';
    position: absolute;
    height: 4px;
    background-color: #0affad;
    width: 100%;
    bottom:0;
    left:0;*/
}

.big-picture-bg{
    background: url("../img/bg_girls_radly.jpg") no-repeat left 46%;
    background-size: cover;
    padding:150px 0;
}

.big-picture-bg .white-bg,  #home-intro-text .white-bg{
    background: #fff;
    padding:30px;
    margin-top:50px;
}

.big-picture-bg .marketing-text{
    font-size: 16px;
}

.big-picture-bg .marketing-text h3,  #home-intro-text .marketing-text h3{
    position: relative;
}

.big-picture-bg .marketing-text h3:before, #home-intro-text .marketing-text h3:before{
    content:"";
    position: absolute;
    background: #EF0739;
    height:4px;
    width:30px;
    top:-10px;
}

#home-intro-text-container{
    padding:0;
    background: url("../img/home-top.gif") no-repeat left 46%;
    background-size: cover;
    min-height: 700px;

}

.call-to-action-container{
    padding:35px
}

.call-to-action{
    background: #fff;
    border-radius: 10px;
    color:#000;
    padding:2%;
    margin-top:20px;
}

.call-to-action i{
    margin:20px;
}

/*FAQ*/
.faq-container{
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1370px){
    #radly-user-login-container form{
        padding:0 50px;
    }

    .toyota-login, .lexus-login {
        padding: 1%;
        margin: 1px;
    }
}

@media (max-width: 991px){
    #toyota_lexus_warning{
        text-align: center;
    }
    #home-intro #home-intro-text-container{
        width: 100%;
    }

}

/*IE11 FLAG ISSUE*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
    img[src*='.svg']{ 
        max-width: 40px;    
        max-height:30px;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width:991px), screen and (-ms-high-contrast: none) and (max-width:991px) {  
    img[src*='.svg']{ 
        max-width: 110px;    
        max-height:82px;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width:767px), screen and (-ms-high-contrast: none) and (max-width:767px) {  
    img[src*='.svg']{ 
        max-width: 170px;    
        max-height:118px;
    }
}


@media (max-width:960px){

    #home-intro #home-intro-text-container{
        height: auto;
    }

    #home-intro-text{
        padding:40px;
    }

    .imei-container{
        padding-top: 0;
    }

    .imei-container, .imei-container h5{
        margin-top:0;
    }    
    .imei-container h5{
        margin-bottom: 18px;
    }
}

@media (min-width:768px) and (max-width:860px){
    .navbar-fixed-top{
        font-size: 13px;
    }

    .navbar-fixed-top ul>li>a{
        padding:15px 8px;
    }
}

@media (max-width: 767px){

    .top-wrapper .nav-tabs h2{
        font-size: 1.2em;
    }

    .main-wrapper{
        padding-top:15px;
    }    
    .cover-art-container{
        width: 48px;
    }

    .btn{
        font-size: 80%;
    }

    .table-bordered>tbody>tr>td{
        word-break: break-all;
    }

    .cover-art{
        max-width:48px;
        max-height:48px;
    }    
    .h1, h1{
        font-size: 26px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#fff;
    }    
    .navbar-nav .open .dropdown-menu{
        background-color:#000; 
    }
    #toyota_lexus_warning{
        text-align: center;
    }

    body{
        margin-bottom: 335px;
        height:calc(100% - 335px);

    }

    .remove-all-fav-container{
        float:none!important;
        text-align:center;
        clear:both;
        padding-top: 15px;
    }

    .footer{
        height:335px;
        text-align: center;
    }

    .footer .pull-right{
        float:none!important;
    }

    .footer .text-right{
        text-align: center;
    }

    .footer-logo .img-responsive{
        display: inline;
    }

    /*HOME LOGIN BOXES*/

    #radly-user-login-container form    {
        padding:0;
    }

    .toyota-login, .lexus-login {
        padding: 3px;
        margin: 0px;
    }

    .user-login-container{
        padding: 0;
        margin-bottom: 10px;
    }

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { //IE11 scrollbar issue
                                                                        .nav.navbar-nav.navbar-right{
                                                                            padding-right:15px;
                                                                        }
}


/*----------------------TOYOTA LEXUS STYLE ---------------------------------*/

/*TOYOTA STYLE*/
@font-face{
    font-family: "Toyota Display";
    src: url("../fonts/toyotadisplay_bd.woff");
}

.toyota nav.radly-red-background {
    background-color: #e50000;
}

.toyota .top-wrapper{
    background-color:#a8aaac;
}

.toyota .top-wrapper .nav-tabs li{
    background-color:#fff;
}

.toyota .top-wrapper .nav-tabs a{
    color:#000;
    font-family: "Toyota Display", sans-serif;
}

.toyota.light-grey-background {
    background-color: #fff;
    color: #000;
}

.toyota .btn-rred, .toyota .btn-black.btn-addAction{
    background-color:#e50000; 
    font-weight: 400;
    color:#fff;
}

.toyota .btn-rred:hover, .toyota .btn-black.btn-addAction:hover{
    background: #ce0000;
    color: #fff;
    font-weight: 400;
}

.toyota .navbar-default .navbar-nav>li>a:hover, .toyota .navbar-default .navbar-nav>.active>a{
    color: #fff;
    background-color: #ce0000;    
}

.toyota .btn-addAction .radly-green{
    color:#fff;
}

.toyota .btn-black{
    background-color: #f0f0f0;
    color:#000;
    font-weight: 400;
}

.toyota .btn-black:hover{
    background-color:#e4e4e4;
    color:#000;
    font-weight: 400;

}

.toyota .btn-drag{
    color: #808080;
    background-color: #f0f0f0;
    margin-left: 0;
}

.toyota .radly-red{
    color:#000;
}

.toyota a.radly-green{
    color:#202020;
    text-decoration: underline;
}

.toyota a.radly-green:hover{
    color:#e50000;
}


.toyota .green_title, .toyota h4.radly-green{
    color:#202020;
}

.toyota .btn-black:hover .radly-red{
    color:#000;
}

.toyota .playaudioradio .fa-play:hover, .toyota .top-wrapper .nav-tabs li#add_radio_request_link a, .toyota .top-wrapper .nav-tabs li#add_radio_request_link a .radly-green{
    color:#e50000; 
}

.toyota .table thead tr{
    background-color: #e50000;
    color:#fff;
}

.toyota .table-striped>tbody>tr:nth-of-type(odd), .toyota .table-striped>tbody>tr:nth-of-type(even){
    background-color:#fff;
}

.toyota .table-bordered{
    border:none;
}

.toyota .table-bordered>thead>tr>th, .toyota .table-bordered>tbody>tr>td{
    border:none;
}

.toyota .table-bordered>tbody>tr>td{
    border-bottom: 1px solid #e4e4e4;
}

.toyota .form-control{
    background: none;
    background-color:#f1f2f2;
    color:#757575;
    border:none;
    box-shadow: none;
    border-radius: 4px;    
    font-size: 15px;    
}

.toyota select.form-control{
    background: url(../img/select-toyota.jpg) right center no-repeat #f0f0f0;
}

.toyota .footer{
    background-color:#a8aaac;
    display:none;

}

/*LEXUS STYLE*/
@font-face{
    font-family: "Nobel Bold";
    src: url("../fonts/NOBD.ttf") format('truetype');
}
@font-face{
    font-family: "Nobel Light";
    src: url("../fonts/NOLT.ttf") format('truetype');
}
@font-face{
    font-family: "Nobel Regular";
    src: url("../fonts/NOR.ttf") format('truetype');
}

@font-face{
    font-family: "Nobel Book";
    src: url("../fonts/NOBK.ttf") format('truetype');
}

@font-face{
    font-family:'Lexus-icons';
    src:url('../fonts/ss-lexus-responsive.woff') format('woff');
}


body.lexus>.container-fluid{
    padding-top: 58px;
}

.lexus nav.radly-red-background {
    background-color: #fff;
    color: #1a1a1a;
    font-family: 'Nobel Light';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;    
    text-transform: none;
}

.lexus a.radly-green{
    color:#1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

.lexus .navbar-nav {
    padding-top: 15px;
}

.lexus .navbar-default .navbar-nav>li>a{
    color:#1a1a1a;
    text-transform: none; 
    padding:0 0 4px 0;
    margin:0 15px;   
}

.lexus .navbar-default .navbar-nav>.active>a, .lexus .navbar-default .navbar-nav>.active>a:focus, .lexus .navbar-default .navbar-nav>.active>a:hover{
    background-color: #fff;
    color:#1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;    
}

.lexus .navbar-default .navbar-nav>li>a:hover{
    background-color: #fff;
    color:#1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

.lexus .navbar-brand img{
    display: none;
}

.lexus .navbar-brand{
    background: url(../img/logo-big-b.png) center 3px no-repeat;
    width: 143px;
    height: 50px;
    margin-left: 15px;
    background-size: 113px 47px;
}

.lexus .top-wrapper{
    background-color:#dfe1e4;
}

.lexus .top-wrapper .nav-tabs li{
    background-color:#fff;
}

.lexus .top-wrapper .nav-tabs a{
    color: #1a1a1a;
    font-family: 'Nobel Light', sans-serif;
    text-transform: uppercase;
    font-size: 0.80em;
}

.lexus.light-grey-background {
    background-color: #fff;
    color: #000;
}

.lexus h1.radly-red, .lexus h1.page-title{
    font-family: 'Nobel Regular', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
}

.lexus h1.page-title{
    padding-bottom: 0;
    border-bottom: 0;
    color:#1a1a1a;
}

.lexus h4.radly-green, .lexus h4, .lexus h3.green_title{
    font-family: 'Nobel Regular', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;    
    color:#000;
    line-height: 30px;
}

.lexus label{
    font-family: 'Nobel Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    color:rgb(26, 26, 26);
    font-weight: 400;
}

.lexus span.required{
    color:rgb(26, 26, 26);
}

.lexus .faq-container h4{
    font-family: 'Nobel Regular', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
}

.lexus p{
    font-family: 'Nobel Book', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.8em;
    font-size: 16px;
}

.lexus .btn-rred, .lexus .btn-black.btn-addAction, .lexus .btn-black, .lexus .btn-green{
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    border: 1px solid #1a1a1a;
    font-family: 'Nobel Regular', 'Helvetica', 'Arial', 'Roboto', sans-serif;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding: 1.25rem 1.5rem;
    height: auto;
    font-size: 1.3rem;
    padding-right: 45px;   
    font-weight: bold;

}

.lexus .btn-rred, .lexus .btn-green{
    padding-right: 1.6rem;   
}


.lexus .btn-default{
    background: #fff;
    border-color: #1a1a1a;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    font-family: 'Nobel Regular', 'Helvetica', 'Arial', 'Roboto', sans-serif;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding: 1.25rem 1.5rem;
    height: auto;
    font-size: 1.3rem;
    padding-right: 45px;   
    font-weight: bold;
}

.lexus .navbar-default .navbar-toggle .icon-bar{
    background-color:#1a1a1a;
}

.lexus .navbar-default .navbar-toggle:focus, .lexus .navbar-default .navbar-toggle:hover{
    background-color: transparent;
    color:#1a1a1a;
}

.lexus .btn-rred:hover, .lexus .btn-black.btn-addAction:hover, .lexus .btn-green:hover{
    background: #000;
    color: #fff;
    border-radius:0;
    border:1px solid #000;    
}

.lexus .btn-addAction .radly-green{
    color:#fff;
    float:right;
}

.lexus .btn-removeaction{
    margin-top:0;
}

.lexus .btn-black{
    background-color: #fff;
    color:#000;
    border:1px solid #000;
}

.lexus .btn-drag{
    color: #808080;
    background-color: #f0f0f0;
    margin-left: 0;
}

.lexus .btn.btn-black .fa, .lexus .btn.btn-rred .fa{
    float: right;
    margin-right: -28px;
    font-size: 14px;
}

.lexus .radly-red, .lexus .radly-green{
    color:#000;
}





.lexus .btn-black:hover .radly-red{
    color:#000;
}

.lexus .top-wrapper .nav-tabs li#add_radio_request_link a, .lexus .top-wrapper .nav-tabs li#add_radio_request_link a .radly-green{
    color:#000; 
}

.lexus .playaudioradio .fa-play:hover{
    color:#fff;
}


.lexus .table thead tr{
    background-color: #000;
    color:#fff;
}

.lexus .table-striped>tbody>tr:nth-of-type(odd), .lexus .table-striped>tbody>tr:nth-of-type(even){
    background-color:#fff;
}

.lexus .table-bordered{
    border-color:#939598;
    font-family: 'Nobel Regular', sans-serif;
    font-size: 16px;
}

.lexus .table-bordered th{
    text-transform: uppercase;
}

.lexus .table-bordered>thead>tr>th, .lexus .table-bordered>tbody>tr>td{
    border-color:#939598;
}

.lexus .table-bordered>tbody>tr>td{
    border-bottom: 1px solid #939598;
}

.lexus #search-radio-form {
    margin-bottom: 20px;
    margin-top: 20px;
}

.lexus #search-radio-form label{
    font-family: 'Nobel Regular';
    font-weight: 400;
    color:#000;
    font-size: 14px;

}

.lexus #search-radio-form .btn-rred:after {
    content: "\f165";
    font-family: Lexus-icons;
    font-size: 25px;
    float: right;
    margin-left: 25px;
    line-height: 1em;
    position: absolute;
    right: 31px;
    top: 11px;
}

.lexus #search-radio-form .btn-rred{
    margin:0;
    width:100%;
}


.lexus .form-control{
    font-family: 'Nobel Book';
    background: none;
    color:#1a1a1a;
    box-shadow: none;
    border: 1px solid #d5d8d9;           
    border-radius: 0;  
    letter-spacing: 0.5px;        
    padding: 1.25rem 1.5rem;
    height: auto;
    font-size: 16px;
    padding-right: 31px;

}

.lexus select.form-control{
    background: url(../img/select-lexus.jpg) 97% center no-repeat transparent;
}

.lexus .footer{
    background-color:#dfe1e4;
    display:none;
}

.lexus #btn_sub:after{
    padding-right:15px;
}

/*TABLE ICONS FOR LEXUS*/
.lexus .fa-stack {
    position: relative;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 24px;
    height: auto;
    width: auto;
    line-height: 1.42857143;
}

.lexus .fa-circle-thin{
    display:none;
}

.lexus .fa-remove:before, .lexus .fa-close:before, .lexus .fa-times:before{
    font-family: 'Lexus-icons';
    content:"\f113";
}

.lexus .fa-plus:before{
    font-family:"Lexus-icons";
    content:"\f15e";
}

.lexus .fa-play:before{
    font-family:"Lexus-icons";
    content:"\f158";
}

.lexus .fa-pause:before{
    font-family:"Lexus-icons";
    content:"\f156";
}

.lexus .fa-stack-1x, .lexus .fa-stack-2x{
    position:relative;
}






@media screen and (min-width:991px) and (max-width:1660px){
    .lexus .btn-rred, .lexus .btn-black.btn-addAction, .lexus .btn-black{
        font-size: 1.1rem;
    }

    .lexus .form-control{
        font-size: 1.3rem;
    }
}


@media screen and (max-width:767px){
    .lexus .btn-rred, .lexus .btn-black.btn-addAction, .lexus .btn-black{
        min-width: 0;
    }

    .lexus .btn.btn-black .fa, .lexus .btn.btn-rred .fa{ 
        margin-right: -25px;
        font-size: 18px;        
    }

    .lexus #search-radio-form .clearfix.visible-xs{
        margin-bottom: 20px;
    }


    .lexus .fa-stack{
        padding:9px 22px;
    }

    .lexus .btn-black.btn-addAction{
       /* padding:12px 16px;*/
    }

}

@media screen and (max-width:450px){
    .lexus #search-radio-form .btn.btn-rred.btn-sm{
        text-indent: -2000px;
        overflow: hidden;
        padding: 11px 20px;
        width: auto;
        float: right;
    }

    .lexus #search-radio-form .btn.btn-rred.btn-sm:after{
        text-indent:0px;
        float: right;
        margin-left: 0px;
        line-height: 1em;
        position: relative;
        right: 0;
        top:0px;        
    }    
}

@media screen and (max-width:320px){
    .lexus .cover-art-container img{
        width:48px!important;
    } 

    .lexus .table-bordered {
        font-size: 14px;
    }
}


/*WHAT IS RADLY IN TOYOTA LEXUS PAGES*/

.lexus .call-to-action-container .radly-red, .toyota .call-to-action-container .radly-red{
    color:#EF0739;
}

.lexus .call-to-action-container .btn-rred, .lexus .call-to-action-container .btn-black.btn-addAction, .toyota .call-to-action-container .btn-rred, .toyota .call-to-action-container .btn-black.btn-addAction{
    color: #fff;
    background-color: #EF0739;
    font-weight: bold;
}

.lexus .call-to-action-container .radly-dark-green, .toyota .call-to-action-container .radly-dark-green{
    color:#00BF82;
}

.lexus .call-to-action-container .btn-rred, .lexus .call-to-action-container .btn-black.btn-addAction, .toyota .call-to-action-container .btn-rred, .toyota .call-to-action-container .btn-black.btn-addAction{
    color: #fff;
    background-color: #EF0739;
    font-weight: bold;
    border: none;
    font-family: 'Open sans';
    letter-spacing: normal;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
}

.lexus .call-to-action-container .btn-green, .lexus .call-to-action-container .btn-black.btn-addAction, .toyota .call-to-action-container .btn-green, .toyota .call-to-action-container .btn-black.btn-addAction{
    color: #fff;
    background-color: #00BF82;
    border-color: #fff;
    transition: background-color 0.2s linear;
}


.lexus .wir-page h4{
    font-family: 'Open Sans', sans-serif; 
    text-transform: none;
    color:#fff;
    line-height: normal;
}

.lexus .wir-page .call-to-action-container h4{
    color:#000;
}

.wir-page h1{
    margin-bottom: 20px;
}

.lexus .wir-page p{
    font-family: 'Open Sans', sans-serif; 
    text-transform: none;
    line-height: normal;    
}

.lexus .btn-rred  .fa-headphones{
    display: none;
}

/*new dialog popup*/
#dialog {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    background-color: #F8A82B;
    background-image: none;
    color: White;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.lexus .ui-dialog-buttonset .btn-default, .lexus .ui-dialog-buttonset .btn-rred, .lexus #btn_sub {
    padding-right: 15px;
}

.lexus #Iframe_DeleteDialogManagement{
    height:auto!important;
}.privacies-text-cls h4{
    font-weight:bold !important;
}
.privacies-text-cls ul {
  list-style-type: none !important;
}

.privacies-text-cls ul li:before {
  content: '\00af';
  position: absolute;
  margin-left: -20px;
   margin-top:7px;
}
.privacies-text-cls li{
    font-weight:bold;
}

.error-captcha{
    color: #ff0000;
}