@media screen and (max-height: 500px) {
    #content {
        margin-top:220px;
    }
}

@media only screen and (min-width : 100px) and (max-width : 290px) {
    #content {
        margin-top:220px;
    }

    .col-xs-1 {
        width: 25%;
    }
}

@media only screen and (min-width : 290px) and (max-width : 499px) {
/*     .row {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 30px;
    } */

    .form-horizontal .control-label {
        margin-bottom: 0px;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .col-xs-1 {
        width: 25%;
    }

    #content {
         margin-top:220px;
    }

}

@media only screen and (min-width : 500px) and (max-width : 600px) {
/*     .row {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 30px;
    } */

    .form-horizontal .control-label {
        margin-bottom: 0px;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .col-xs-1 {
        width: 25%;
    }

    #content {
         margin-top:220px;
    }

}

@media only screen and (min-width : 601px) and (max-width : 768px) {
  /*   .row {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 30px;
    } */

    .col-xs-1 {
        width: 25%;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    #content {
         margin-top:220px;
    }
}

@media (min-width: 992px){
    .col-md-2 {
        width: 165px;
    }
}

@media only screen and (min-width : 769px) and (max-width : 992px) {
    /* .row {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 30px;
    }
 */
    .col-xs-1 {
        width: 16.7%;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    #content {
        margin-top:175px;
    }
}
/** Ipad*/
@media only screen and (min-width : 928px) and (max-width : 1025px) {

   /*  .row {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 30px;
    } */

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .col-xs-1 {
        width: 16.7%;
    }

    .button-footer {
        position: fixed;
        bottom: 25px;
    }

    #content {
        margin-top:175px;
        min-height: 87%;
    }
}
/** Most NetBooks*/
@media only screen and (min-width : 1025px) and (max-width : 1150px) {

/*     .row {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 30px;
    } */

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .col-xs-1 {
        width: 16.5%;
    }

    .button-footer {
        position: fixed;
        bottom: 25px;
    }

    #content {
        margin-top:175px;
        min-height: 87%;
    }
}

/** Most NetBooks*/
@media only screen and (min-width : 1150px) and (max-width : 1220px) {

    .col-xs-1 {
        width: 8.4%;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .button-footer {
        position: fixed;
        bottom: 25px;
    }

    #content {
        min-height: 87%;
        margin-top: 130px;
    }

}

/** MacBook Air 08*/
@media only screen and (min-width : 1220px) and (max-width : 1336px) {

    .col-xs-1 {
        width: 8.33333333%;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .button-footer {
        position: fixed;
        bottom: 25px;
    }

    #content {
        /* padding: 0 0 5px 15px; */
        min-height: 87%;
    }
}

/** Some Laptops + MacBook Pro 15 inches */
@media only screen and (min-width : 1336px) and (max-width : 1500px) {

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    #content {
        /* padding: 0 0 5px 15px; */
        min-height: 87%;
    }
}

/** Some Laptops*/
@media only screen and (min-width : 1500px) and (max-width : 1650px) {
    .col-xs-1 {
        width: 8.33333333%;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }
}

/** Some Laptops*/
@media only screen and (min-width : 1650px) and (max-width : 1750px) {
    .col-xs-1 {
        width: 8.33333333%;
    }

    .common-radio-label {
        line-height: 30px;
        width: 50%;
    }
}

/** Some Laptops*/
@media only screen and (min-width : 1750px) and (max-width : 1920px) {
    .col-xs-1 {
        width: 8.33333333%;
    }

    .autocomplete button {
      height: 25px;
      width: 30px;
      background-size: 8px 8px;
      background-position: 0 0, 4px 4px;
      border-radius: 0px;
      float: left;
      top: 0;

/**
        height: 25px;
        width: 30px;
        background-color: #dcdeba !important;
        background-image: radial-gradient(#808080 15%, transparent 16%),
            radial-gradient(#9d9d9d 15%, transparent 16%);
        background-size: 8px 8px;
        background-position: 0 0, 4px 4px;
        border-radius: 0px;
        border: 1px solid #ccc;
        float: left;
        top: 0;
        margin-left: -1px;
*/
    }
}
