/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 620px) { 

    #space-top{
        margin-top:10px;
    }
    .hidden-480 , .btn-label{
        display:none;
    }
    .right-30px{
        padding-right: 0px;
    }
    .right-50px , .right-20px{
        padding-right: 0px;
    }
    .return-block{
        display:block;!important
    }
    .container-fluid {

        padding-left: 2px;
        padding-right: 2px;
    }
    .page-content {
        padding: 0 3px;
    }
    .panel-heading  .return-block{
        padding-left:20px
    }

    .col-xs-12 , .col-xs-6{
        margin-top: 10px;
    }
    .row-10{
        margin-top:0px !important
    }
    
    footer{
        font-size: 0.8em;
        min-height: 90px;
    }
    .panel-margin{
        margin-bottom: 300px
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {



}
@media only screen and (min-width :480px) {
    .only-480{
        display: none
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width :620px) {
    
    .li-480{
        padding-top: 0px ; padding-bottom: 10px
    }
    
    .hidden-480 , .btn-label{
        display:none;
    }
    .right-30px{
        padding-right: 0px;
    }
    .return-block{
        display:inline-block;!important
    }

    .container-fluid {

        padding-left: 2px;
        padding-right: 2px;
    }
    .panel-margin{
        margin-bottom: 100px !important;
    }

    .page-content {
        padding: 0 3px;
    }
    .panel-heading  .return-block{
       
    }
    .col-xs-12 , .col-xs-6{
        margin-top: 10px !important
    }
    .row-10{
        margin-top:0px !important
    }
    .panel-body{
        padding: 7px  ;
         overflow: inherit;
    }
    .panel-body .panel-footer {
        margin: 0 -7px -7px;
    }
    
    .form-group{
        border: none !important;
    }
    
    .row-bottom{
        margin-bottom: 0px !important;
    }
    .row-bottom-top{
          margin-top: 10px !important;
          margin-bottom: 10px !important;
          
    }
    
    .right-50px , .right-20px{
        padding-right: 0px;
    }
    footer{
        font-size: 0.8em;
        min-height: 90px;
    }
}

@media only screen and (max-width :768px) {
 .hidden-768 {
        display:none;
    }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}
