/* 
    Document   : LlibredEstil
    Created on : 03-sep-2013, 18:46:42
    Author     : M
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
    background-color: #ccc !important;
}

@media only screen and (min-width: 800px) {
  .ui-page {
    width: 800px !important;
    margin: auto !important;
    position: relative !important;
  }
  .ui-footer {
    max-width: 800px;
    margin: 0 auto;
  }
  /*.ui-content{
            margin: 0;
            padding: 0;
            border-style: solid;
            border-color: chartreuse;
            border-width: 5px;
        }*/
  BODY {
    background-color: black !important;
  }
  #Pregunta1 .ui-content{
      
      padding-top: 0px;
  }
  .ui-field-contain, .ui-mobile fieldset.ui-field-contain{
      text-align: center;
      margin: auto;
  }/*
  .ui-controlgroup-controls {
    width:100% !important;
    text-align: center;
  }*/
  .ui-radio{/*}, .ui-input-text {Pels camps de text input*/
    width:80% !important;
    max-width: 600px;
  }
  .ui-checkbox {
    width:80% !important;
    max-width: 600px;
  }
  #menuprincipal {
    width:80% !important;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
  /*.ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon {/*Canviar color radio button*/
    /*background-color: indianred;*/
    /*background-color: #e0e000;*/
  /*}*/
  #A1 .ui-radio:nth-child(1) .ui-icon-radio-on.ui-icon{
    background-color:green;
  }
  /*#inic .ui-icon-home {
      background-color: blue;
  }
  #grav .ui-icon-check {
      background-color: #ff4e04;
  }
  #acab .ui-icon-arrow-r {
      background-color: red;
  }*/
  .centrar {
    text-align: center;
  }
  .centrar * {
    margin: 0 auto;
  }
  #peuPM {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 10px;
  }
}

.quadrat {
    
    width: 280px;
    height: 80px;
    margin: 15% auto;
    position: relative;
    font-size: 30px;
    
}
button .botoBoss{
    width: 150px;
    height: 30px;
    opacity: .7;
    color: transparent;
}
#BotB {
    width: 150px;
    height: 60px;
    color: transparent;
    //opacity: .7;
}
#Accedir content form, #Accedir, #Accedir content, #Accedir content form #BotB{
    background-color: darkgrey;
}