
/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 3.x                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2018 EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             https://www.expteam.net                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/

#expautospro{

}


#expautospro ul li{
    list-style:none;
    list-style-type:none;
    list-style:none;
}

#expautospro img{
    border: none;
}

#expautospro img a{
    border: none;
    text-decoration: none;
}

.expautospro_clear{
    clear: both;
}

.expautospro_topmodule {

}

.expautospro_topmodule_double {
    margin:0 auto;

}

.expautospro_topmodule_pos{
   /* float: left;*/
    margin:0 auto;
}

.expautospro_botmodule{  
    margin:0 auto; 
}

.expautospro_botmodule_double{
    margin:0 auto;
    width:50%;    
}

#expautospro_view {
    margin:10px 0;
}

.expautos_displaynone {
    display: none;
}

/*********************** EXP DL DD DT ******************/

#expmember-profile ul li{
}

#expmember-profile fieldset {
    margin:10px 0 15px 0;
    padding:15px;
    border: solid 1px #ccc;
}

.expprofile-edit legend {
    font-weight:bold
}

.expprofile-edit form#expmember-profile fieldset dd
{ float:none; padding:5px 0}

.expprofile-edit form#expmember-profile fieldset dd input,
.expprofile-edit form#expmember-profile fieldset dd select
{width:17em}

.expprofile-edit form#expmember-profile fieldset dd input.expdisplacement ,
.expprofile-edit form#expmember-profile fieldset dd select.expdisplacement
{width:8em}

.expprofile-edit form#expmember-profile fieldset dt
{padding:5px 5px 5px 0; width:20em}

.expprofile-edit form#expmember-profile fieldset dd fieldset {
    margin:2px 0 2px 0;
    padding:0px;
    border: none;

}

.expprofile-edit form#expmember-profile fieldset dd fieldset input
{width:2em}

/********** Equipment Table (Add Page) *******************/
#expautospro table.expequiptable {
    border: none;
}

#expautospro table.expequiptable tr {
    border: none;
}

#expautospro table.expequiptable td {
    border: none;
}
#expautospro table.expequiptable td label{
    padding: 0 0 0 5px;
}

#expautospro .expcheckbox_left{
    vertical-align: middle; margin: 0px;
}



/*** Loading ***/
.expautosspinner-overlay-val::after {
    display: block;
    width: 40px;
    height: 40px;
    border: 10px solid rgba(2, 136, 209, 0.5);
    border-top: 10px solid #0288d1;
    border-radius: 50%;
    -webkit-animation-name: expautosspinner-anm;
    animation-name: expautosspinner-anm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes expautosspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes expautosspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.expautosspinner-overlay {
    position: relative;
}
.expautosspinner-overlay::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.expautosspinner-overlay::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 10;
}

