Your IP : 216.73.217.22


Current Path : /home/a/m/a/amapterrvs/www/components/com_flexicontact/assets/
Upload File :
Current File : /home/a/m/a/amapterrvs/www/components/com_flexicontact/assets/com_flexicontact.css

/* Flexicontact CSS */


/* Common */



.fc_form	{

  padding: 20px 0 0 100px;

}



.fc_line	{

  margin-bottom:15px;

}



.fc_left	{

  float:left;
  width:120px;

  padding-top:8px;

}



.fc_right	{

  padding-left:5px;

  vertical-align:top;

  vertical-align:middle;

  padding:8px;

}



.fc_input, .input	{

  width:180px;

  background-color:#ffffff;

  border:1px solid #b5b5b5;

  border-radius:3px;

  display:inline-block;

  padding:4px 6px;

  line-height:20px;

}

.fc_input	{

  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition:border linear .2s, box-shadow linear .2s;

  -moz-transition:border linear .2s, box-shadow linear .2s;

  -o-transition:border linear .2s, box-shadow linear .2s;

  transition:border linear .2s, box-shadow linear .2s;
  height:20px;

  -webkit-border-radius:3px;

  -moz-border-radius:3px;

}


#list1:focus	{
    border-color: rgba(128, 163, 18, 0.8);

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(128, 163, 18, 0.6);
  
}

  


#area_data	{

  height:auto;

  width:auto;

}



#copy_me	{

  width:15px;

  margin-left:120px;

  border-radius:3px;

  background-color:#ffffff;

  border:1px solid #b5b5b5;

  display:inline-block;

  padding:4px 6px;

  line-height:20px;

}





.fc_inactive       {

  margin:10px;

}

.fc_active         {

  border:3px solid #80a312;
 
  border-radius:5px;

  margin:7px

}

span.fc_error 	{

  font-size:small;
 
 color:red;
 
 margin-left:5px;

}


span.fc_error_msg	{

  display: block;

  padding-bottom: 5px;
}









/*************ancien****************



.fc_page { 
}



.fc_outer {
  margin:0;
  padding:0;
}



div.fc_images      {
  padding-top:0.5em;
}


div.fc_image_inner {
  text-align: center;
}




form.fc_form input
  display:inline-block !important;
  background-color:#ffffff;
  border:1px solid #b5b5b5;
  color:#333333
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  display:block;
  border-radius:3px;
}

form.fc_form input[type="text"]	{
  display:inline-block !important;
  background-color:#ffffff;
  border:1px solid #b5b5b5;
  color:#333333
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  display:block;
  width: 180px;
  height:20px;
}


form.fc_form input[type="checkbox"]       {
  vertical-align:top;
  width:50 !important!;
  margin-left:120px;
  border-radius:3px;
}


input.fc_button    {
  background-color:#0079C1; 
  border:1px solid #2F5BB7; 
  border-radius:3px;
  width:auto; 
  min-width:65px; 
  margin:2px 2px 2px 5px; 
  padding:5px; 
  text-shadow:0 1px rgba(0, 0, 0, 0.1); 
  text-align:center;
  font-size:1em; 
  font-weight:bold; 
  color:white !important; 
  cursor:pointer;
  }
  

input.fc_button:hover    {
  background-color:#0285D2; 
  }
  

input.fc_button:disabled {
  opacity:0.5; 
  border:none; 
  cursor:default;
}




*/
/* Responsive view */
/*


div.fc_line                   {
  display: block;
  margin: 0 0 5px;
  margin-bottom: 15px !important;
}

div.fc_line label.fc_left     {
  float: left;
  padding-top: 8px;
  width:120px; 
  display:inline-block; 
  margin:0;
}


div.fc_line label.fc_right    {
  display:inline-block; 
  text-align:left;  
  vertical-align:middle; 
}


div.fc_line label.fc_textarea {
  vertical-align:top;
}

@media screen and (max-width: 800px)    


div.fc_line label.fc_left {
  float: left;
  padding-top: 8px;
  width:120px;
  display:inline-block; 
  margin: 0;
  }
  

span.fc_error             {
  display:block; 
    }
}


div.fc_line input    {
  max-width:90%;
}

div.fc_line textarea {
  max-width:95%;
}


*/
/* Table view */
/*


.fc_table              {
  border:none !important; 
  padding: 2px; 
  width:100% 
}


.fc_table tr           {
  border:none  !important; 
}


.fc_table td           {
  border:none  !important; 
  padding: 3px 0 3px 0;
}


.fc_table td.fc_prompt {
  text-align:right; 
  vertical-align:middle; 
  width:20%; 
  padding-right:10px;
}


.fc_table td.fc_field  {
  text-align:left; 
}


*/