/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.group-description {
    background:transparent;
    border:0px;
}

@media only screen and (max-width: 400px) {

/*********************************** NAVBAR ***********************************/
.header.axentiva-logo {
   background-image: url(../files/logo-header.png);
    background-size: 100%;
    background-position: 0;
    height: 40px;
    float: right;
    width: 150px;
    margin: 5px;;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #f1b001;
}

.navbar{
     background-color: #1a2830;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

/*********************************** FOOTER ***********************************/
.footer-container{
    background-color: transparent;
    height:80px
}

.footer.axentiva-logo {
     background-image: url(../files/logo-footer.png);
    background-size: 100%;
    background-position: 0;
    height: 44px;
    /*float: right;*/
    width: 150px;
    display: inline-block;
    position:relative;
    left: 44px;
    /*margin: 10px 10px 0 0;*/
}


.footer.sponsor-logo {
    background-image: url(../files/sponsor-logo.png);
    background-size: 100%;
    background-position: 0;
    height: 45px;
    width: 140px;
    /*margin: 5px 85px 5px 390px;*/
    display: inline-block;
    position: relative;
    left: 5%;
}

/*********************************** BUTTONS ***********************************/


.btn{
     /*text-transform: uppercase;*/
     background-color: #1a2830;
     box-shadow: 0px 2px 4px -1px #4a4a4a;
     color:white;
     border: none;
 }
 
.button-item{
      /*text-transform: uppercase;*/
     background-color: #1a2830;
     box-shadow: 0px 2px 4px -1px #4a4a4a;
     border: none;
 }
 
/*********************************** BODY ***********************************/ 

.fa-asterisk{
    display:none;
}

body {
  font-family: "Arial";
  line-height: 1.42857143;
  color: #222222;
  background-color: #ffffff;
}

.question-container{
    background-color:transparent;
    border:none;
}
    
}

/*********************************************************************************************************************************************************
//////////////////////////////////////HERE Bigger screens start//////////////////////////////////////////////////////////////////////////////////////////////////
*********************************************************************************************************************************************************/

/*, only screen and (min-device-width: 400px)*/
@media only screen and (min-width: 400px) {

/*********************************** NAVBAR ***********************************/
.header.axentiva-logo {
   background-image: url(../files/logo-header.png);
    background-size: 100%;
    background-position: 0;
    height: 40px;
    float: right;
    width: 150px;
    margin: 5px;;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #f1b001;
}

.navbar{
     background-color: #1a2830;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

/*********************************** FOOTER ***********************************/
.footer-container{
    background-color: transparent;
    height:80px
}

.footer.axentiva-logo {
     background-image: url(../files/logo-footer.png);
    background-size: 100%;
    background-position: 0;
    height: 60px;
    /*float: right;*/
    width: 226px;
    display: inline-block;
    position:relative;
    left: 50%;
    /*margin: 10px 10px 0 0;*/
}

.footer.sponsor-logo {
    background-image: url(../files/sponsor-logo.png);
    background-size: 100%;
    background-position: 0;
    height: 70px;
    width: 200px;
    /*margin: 5px 85px 5px 390px;*/
    display: inline-block;
    position: relative;
    left: 30%;
}

/*********************************** BUTTONS ***********************************/


.btn{
     /*text-transform: uppercase;*/
     background-color: #1a2830;
     box-shadow: 0px 2px 4px -1px #4a4a4a;
     color:white;
     border: none;
 }
 
.button-item{
      /*text-transform: uppercase;*/
     background-color: #1a2830;
     box-shadow: 0px 2px 4px -1px #4a4a4a;
     border: none;
 }
 
/*********************************** BODY ***********************************/ 

.fa-asterisk{
    display:none;
}

body {
  font-family: "Arial";
  line-height: 1.42857143;
  color: #222222;
  background-color: #ffffff;
}

.question-container{
    background-color:transparent;
    border:none;
}

.numquestion .answer_cell_SQ001{
    width: 30px;
}


}

.top-container {
        display: none;
}

.navigator {
        margin-top: -60px;
}

        