/* ----------- 
Supported for Andriod and iPhone 4 and 4S 
----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 320px) and (max-width: 734px) {
    body {
        padding: 0;
    }
    html {
        height:auto;
    }
    .navbar {
        margin-bottom:20px;
    }
    .navbar-fixed-top {
        position:static!important;
    }
    .infoBox {
        margin-bottom:10px;
    }
    #footer {
        position:static;
        display:block;
        margin-top:20px;
    }

    .jumbotron h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .statusContainer {
        padding: 10px 0px;
    }

    .mt-30px {
        margin-top: 10px;
    }

    .modaleditform label + .col-md-6 {
        padding-left:15px;
    }
    .mobile-remove-padding .modal-footer{
        padding:0;
    }
        .mobile-remove-padding .modal-footer .button-left {
            margin:0 0 15px;
            display:block;
        }

    #termsCondtions .modal-footer {
    text-align: center !important;
}

    .modal-header,
    .modal-body,
    .modal-footer {
        padding:10px;
    }

    .buidQuoteBlock h2 {
        font-size: 23px;
        line-height: 23px;
    }

    h2.pageHeading .orderNumber {
        font-size: 12px;
        margin-top: 10px;
        float: right !important;
    }
    .offerHeading{
        padding-right:0 !important;
    }
    .statusList ul{
        padding:0;
    }
    .quoteStatusHdr {
        /*color: #005ec2;*/
        margin-top: 6px;
        font-size: 16px;
    }

    .grid-getquote {
        max-width: none;
    }

    .breadcrumbCustom {
        display: none;
    }

    .caption,
    .subHeading {
        padding-left: 0;
    }

    .cd-breadcrumb {
        padding: 5px;
        margin: 0;
    }

        .cd-breadcrumb li {
            display: none;
        }

            .cd-breadcrumb li.current {
                display: block;
                padding: 5px;
            }

    .buidQuoteBlock P {
        font-size: 16px;
    }

    .form-inline .form-group {
        margin: 0 0 20px!important;
        max-width: none!important;
    }

    .form-group span input{
            margin: 10px 0;
    }

    .yourQuoteBlock {
        margin-left: -15px;
        margin-right: -15px;
    }
    .table-responsive {
        border: 1px solid #ccc; 
    }
    .device-border-no {
        border:0;
    }

    td.tableQuoteDetail {
        padding: 0 !important;
    }

        td.tableQuoteDetail table tr td:first-child {
            text-align: left;
        }

    aside,
    .dashBoardRightContainer {
        width: 100%;
        margin: 0;
        float: none;
    }

        aside dl dd {
            margin-left: 0;
        }

    .passwordHelp {
            margin-left: 0;
    }

    .form-horizontal-detail label {
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    .form-horizontal-detail .col-md-7, .form-horizontal-detail .col-md-4 {
        padding-left: 15px;
    }

        .form-horizontal-detail .col-md-7 p {
            padding-top: 0;
            min-height: inherit;
        }

    .iconSearchDiv,
    .form-inline .dateIcon {
        width: 100%;
        max-width: none;
    }

    .dateIcon label {
        position: static;
        margin-top: 0;
    }

    .dateIconS {
        top: 33px;
    }

    .form-inline {
        margin: 0;
    }

    .shortBy {
        float: left;
        width: 100%;
        margin-top: 15px;
        display: block;
    }

    .dashedBorder .tab-pane {
        padding: 0px;
    }


        .dashedBorder .nav-tabs > li:last-child,
        .dashedBorder .nav-tabs > li:last-child a {
            border-bottom: 1px dashed #ccc;
        }

    .table-responsive {
        margin-bottom: 0;
    }

    .tableQuoteDetail div {
        width: 100%;
        text-align: center;
    }

    .option-content td {
        width: 50%;
    }

    .buttonGroup {
        position: static;
    }
    .getQuoteBtn {
        max-width:none;
    }

    .modal-content {
         max-height:400px;
        overflow: auto;
    }
    .modal-footer .devicelabel {
        text-align:center;
    }
    .eligibleDeviceTabs [role="presentation"] {
        float:left!important;
        
    }
    /*.modal-body .editQuoteContent {
        max-height:250px;
        overflow: auto;
    }*/

    .button-left {
        float: none;
    }

    .button-right {
        float: none;
    }

    .statusHistory .bigText {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .statusHistory p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .downloadSummaryContainer {
        margin-top: 0px;
    }

    .downloadDetailSummaryHdr {
        text-align: center;
        padding: 0;
    }

    #downloadDetailSummary ul li {
        display: initial;
    }

    .resFullwidthBtn {
        width: 100% !important;
    }

    .caAction-Selected{
        padding:0px;
        margin-top: 10px;
    }

    /*----------------MY ACCOUNT responsive section---------------*/
    aside h2.pageHeading {
        margin-bottom: 5px !important;
        padding-bottom: 0px;
        font-size: 20px;
    }

    aside dl dt {
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 10px;
        color: #000;
        overflow: hidden;
        font-size: 15px;
    }


    aside dl dd {
        margin-left: 0px;
        margin-bottom: 10px;
        line-height: normal;
        font-size: 12px;
    }



    h2.pageHeading {
        font-size: 20px;
        border-bottom: 1px dashed #999999;
        overflow: hidden;
        padding-bottom: 10px;
        margin-bottom: 15px;
        padding-right:20px;
    }

    .jtable th {
        font-weight: normal !important;
        font-size: 14px !important;
    }

    div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
        height: auto;
    }

    .myQuotesDisclaimer {
        margin-top: 8px;
    font-size: 12px;
    }
    .terms p{
        font-size:12px;
    }

    .container .page .container {
        padding-left:0;
        padding-right:0;
    }

    .page {
        margin:0;
    }

    .btnRow .pull-left, .btnRow .pull-right {
        float:none!important;
    }
    .modal-body .no-padding {
        padding:0 15px!important;
    }
    .modal-need-scroll, .selfBillCont {
        max-height:none; /*400px;*/

    }
 .mCSB_inside>.mCSB_container {
    margin-right: 12px;
}
 .ceritification-image img{
     width:100%;
 }
 #ContactUs .modal-footer{
     text-align:center !important;
 }
    .device-border-none {
        border:none!important;
    }

    .modal-dialog {
        top:5%;
        bottom:5%;
    }
    .labelEmail {
        width:100%;
        display:block;
     }
    .mobile-center {
    text-align:center;
    }
    .totalQuotedPriceBlock {
        margin-bottom:0;
    }

    .modal-pos-absolute {
        position:absolute;
    }
    .modal-pos-fixed {
        position:fixed;
    }
    .fieldset {
        padding-left:0;
        padding-right:0;
        border:none;
    
    }
    .fieldset legend {
        width:100%;
        display:block;
        padding-left:0;
        margin-left:0;
        margin-right:0;
        border-top:0;
        border-left:0;
        border-right:0;
    border-bottom: 1px dotted #ccc;
    }
    #MACProceedBox .col-md-5 {
        padding-left:0;
        padding-right:0;
        margin-bottom:20px;
    }
    #DivModelIdentify {
       
        margin-bottom:20px!important;
    }

    #Quantity , #myformBlu{
        text-align:left;
    }
        #MACProceedBox .col-md-5 label, #Quantity label {
            color:#000;
        }
        #MACProceedBox .col-md-5 + .col-md-5,  #MACProceedBox .editAddInfoRow + .editAddInfoRow{
            margin-bottom:0;
        }

    .quoteBlock {
        margin-top:17px;
    }
    .unitPriceDisclaimer {
        text-align:center;
        padding-bottom:10px;
    }
    #viewBill h2.modal-title {
        font-size:14px;
    }
    .sbdisclaimer {
        font-size:12px;
    }
    #viewBill h4.modal-title {
        font-size:18px;
    }
    .required-Space-for-button .button-right {
        margin-left:0;
    }
    #selfBillTable th,  #selfBillTable td {
        font-size:12px;
    }
    .selfBillCont > .col-md-6 {
        padding-left:0;
        padding-right:0;
    }
    .selfBilladdress p {
        text-align:left;
    }
    #sbLeftContent {
        margin-bottom:10px;
    }
    .modal-mobile-selfbill-remove-leftpadding .col-xs-5 {
        padding-left:0;
        text-align:left;
    }
    #sbLabel p {
        text-align:left;
    }

    .close {
        font-size:48px;
        right: 5px;
        top:7px;
    }
    #txtVATNumber {
        width:40%!important;
    }
    .mobile-top-margin {
        margin-top:20px;
    }
    #faultDetails .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
    #divAppendImags1 .active .img-circle .item  img{
        width:100%;
        height:auto;
    }
    .b2b_GreyHdr {
    font-size: 25px;
}
#postCodeTD{
    width:100%;
}
.btnLessPadding{
    padding:0;
}
#MACProceedBox .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.phnWidthImg{
    width:100%;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  screen and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape),
  screen and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (orientation: landscape) {

    .modal-content {
        max-height: 360px;
        overflow: auto;
        
    }


}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .form-inline .form-group {
        max-width: 190px;
    }

    .yourQuoteBlock table tbody tr th:first-child,
    .yourQuoteBlock table tbody tr td:first-child {
        width: 60%;
    }

    .orderSummary th:first-child,
    .orderSummary td:first-child {
        width: 48%;
    }

    .passwordHelp {
        position: static;
        width: 100%;
        max-width: none;
    }

    .iconSearchDiv,
    .dateBlock .dateIcon {
        max-width: 170px;
    }

    .shortBy {
        float: left;
        width: 100%;
    }

    .dashedBorder .tab-pane {
        padding: 0px;
    }

    .dashedBorder .nav-tabs > li {
        float: none;
        display: block;
        width: 100% !important;
        text-align: left;
        border-bottom: 2px solid #fff;
    }

        .dashedBorder .nav-tabs > li:last-child,
        .dashedBorder .nav-tabs > li:last-child a {
            border-bottom: 1px dashed #ccc;
        }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .form-inline .form-group {
        max-width: 275px;
    }

    .yourQuoteBlock table tbody tr th:first-child,
    .yourQuoteBlock table tbody tr td:first-child {
        width: 70%;
    }

    .passwordHelp {
        max-width: 250px;
    }

    .dateBlock {
        max-width: 500px;
    }

        .iconSearchDiv,
        .dateBlock .dateIcon {
            max-width: 170px;
        }

    .dashedBorder {
        float: left;
        width: 100%;
    }

        .dashedBorder .tab-pane {
            padding: 15px 0 0 0;
        }

    [role="tablist"] {
        overflow: visible;
        clear: both;
    }

    .dashedBorder .nav-tabs > li span.badges {
        position: absolute;
        left: 50%;
        top: -15px;
    }
}
