
.container {
    width: 75% !important;
}

.modal-body {
    position: relative;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    padding: 1rem;
}

#CreditCardState option {
    color: black;
}

    #CreditCardState option:first-child {
        color: grey;
    }

#CreditCardState {
    color: grey;
}

    #CreditCardState option[disabled]:first-child {
        display: none;
    }


.card-primary {
    border-color: #337ab7;
}


.card-primary > .card-header {
    background-image: linear-gradient(to bottom, #1A354A 0px, #1A354A 100%) !important;
    background-repeat: repeat-x;
    color:white;
}

.requierd {
    background-color: red;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.card-title a {
    outline: 0 !important;
    text-decoration: none !important;
}

#pop_dialog,
#pop_content {
    height: 95%;
}

#pop_body {
    max-height: calc(100% - 120px);
    overflow-y: auto;
}

.table {
    margin-bottom: 5px;
    /*border: solid 1px;
    border-color: #D3D3D3;*/
}


.tdDeviceDesc {
    width: 65%;
    padding-left: 44px;
}

.tdDeviceQty {
    width: 15%;
}

.tdDeviceAmount {
    text-align: right;
    width: 20%;
    padding-right: 24px;
}


.tdAccesDesc {
    width: 65%;
    padding: 8px;
    padding-left: 42px !important;
}

.tdAccesQty {
    padding: 8px;
    width: 15%;
}


.tdAccesAmount {
    padding: 8px;
    text-align: right;
    width: 20%;
    padding-right: 22px;
}


.loadingmodal {
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url(images/ajax-loader.gif) 50% 50% no-repeat;*/
}

#cardContainer {
    background-color: #f0f0f0;
}

#cardContainerhead {
    padding: 0px 0px;
    margin: 25px auto;
    width: 65%;
}

.column-left {
    width: 49.6% !important;
    float: left;
}

.column-right {
    width: 50% !important;
    float: right;
}

.body-text {
    padding: 0 20px 30px 20px;
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.card-wrapper {
    background-color: #f0f0f0;
    padding: 10px 0px;
    /*width: 100%;*/
    /*-webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);*/
    /*transform: scale(0.7);*/
    margin: 0;
}

.personal-information {
    background-color: #1A354A;
    color: #fff;
    padding: 1px 0px;
    text-align: center;
    font-weight: bold;
}

h1 {
    font-size: 1.3em;
}

select {
    margin: 1px 0px;
    padding-left: 3%;
    outline: 0;
}

select {
    display: block;
    height: 50px;
    width: 100%;
    border: none;
}

input {
    margin: 1px 0px;
    padding-left: 3%;
}

    input:focus, select:focus {
        border: 1px solid #fff !important;
    }

    input[type="text"] {
        display: block;
        height: 50px;
        width: 100%;
        border: none;
    }

#txtbox {
    height: 45px;
    width: 50%;
    border: 1px solid #337ab7;
}
#Codetxtbox {
    height: 35px;
    width: 28%;
    border: 1px solid #337ab7;
}
    input[type="button"] {
        display: block;
        height: 60px;
        width: 100%;
        border: none;
        margin-top: 2px;
        cursor: pointer;
        font-size: 0.9em;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #1A354A;
        color: white;
        text-align: center;
        font-size: 14px;
    }

    input[type="submit"] {
        display: block;
        height: 60px;
        width: 100%;
        border: none;
        margin-top: 2px;
        cursor: pointer;
        font-size: 0.9em;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #1A354A;
        color: white;
        text-align: center;
        font-size: 14px;
    }

        input[type="button"]:hover {
            background-color: #365166;
            transition: 0.3s ease;
        }

    input[type="submit"]:hover {
        background-color: #365166;
        transition: 0.3s ease;
    }

@media only screen and (max-width: 740px) {

    #cardContainerhead {
        padding: 0px 0px;
        margin: 25px auto;
        width: 100% !important;
    }

    body {
        width: 100%;
    }

    .form-container {
        width: 100%;
    }

    h1 {
        font-size: 1.2em;
    }

    input {
        margin: 2px 0px;
    }

    .input-field {
        width: 100% !important;
    }

    input[type="text"] {
        height: 40px;
    }

    #txtbox {
        height: 40px;
        width: 100% !important;
    }
    #Codetxtbox {
        height: 35px;
        width: 52% !important;
        border: 1px solid #337ab7;
    }
    select {
        height: 40px !important;
    }

    input[type="button"] {
        height: 50px;
    }

    input[type="submit"] {
        height: 50px;
    }

    .column-left {
        width: 100% !important;
        display: block;
        float: none;
    }

    .column-right {
        width: 100% !important;
        display: block;
        float: none;
    }

    .input-button {
        width: 100%;
    }

    .card-wrapper {
        width: 100%;
        /*margin: 30px auto;*/
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }


    .container {
        width: 100% !important;
    }

    .jp-card {
        min-width: initial !important;
        width: 100% !important;
    }

    .tdDeviceDesc {
        width: 65%;
        padding-left: initial;
    }

    .tdDeviceQty {
        width: 15%;
    }

    .tdDeviceAmount {
        text-align: right;
        width: 20%;
        padding-right: 24px;
    }


    .tdAccesDesc {
        width: 65%;
        /*padding-left: initial !important;*/
        padding-left: 2px !important;
    }

    .tdAccesQty {
        width: 15%;
    }


    .tdAccesAmount {
        text-align: right;
        width: 20%;
        padding-right: 22px;
    }

    .addressbtn {
        width: 100% !important;
        margin-bottom: 2px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 380px) {

    #cardContainerhead {
        padding: 0px 0px;
        margin: 25px auto;
        width: 100% !important;
    }

    body {
        width: 100%;
    }

    .form-container {
        width: 100%;
    }

    h1 {
        font-size: 1.2em;
    }

    input {
        margin: 2px 0px;
    }

    .input-field {
        width: 100% !important;
    }

    #txtbox {
        width: 100% !important;
        height:40px;
    }
    #Codetxtbox {
        width: 52% !important;
        height: 35px;
        border: 1px solid #337ab7;
    }
    input[type="text"] {
        height: 40px;
    }

    select {
        height: 40px !important;
    }

    input[type="button"] {
        height: 50px;
    }

    input[type="submit"] {
        height: 50px;
    }

    .column-left {
        width: 100% !important;
        display: block;
        float: none;
    }

    .column-right {
        width: 100% !important;
        display: block;
        float: none;
    }

    .input-button {
        width: 100%;
    }

    .card-wrapper {
        width: 100%;
        /*margin: 30px auto;*/
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }


    .container {
        width: 100% !important;
    }

    .jp-card {
        min-width: initial !important;
        width: 100% !important;
    }

    .tdDeviceDesc {
        width: 65%;
        padding-left: initial;
    }

    .tdDeviceQty {
        width: 15%;
    }

    .tdDeviceAmount {
        text-align: right;
        width: 20%;
        padding-right: 24px;
    }


    .tdAccesDesc {
        width: 65%;
        /*padding-left: initial !important;*/
        padding-left: 2px !important;
    }

    .tdAccesQty {
        width: 15%;
    }


    .tdAccesAmount {
        text-align: right;
        width: 20%;
        padding-right: 22px;
    }

    #accordionHead {
        font-size: 10px !important;
    }

    .normaltext {
        font-size: 10px !important;
    }

    #CollapsibleIcon2 {
        width: 20px;
        height: 20px;
    }

    #CollapsibleIcon2, #CollapsibleIcon1 {
        width: 20px;
        height: 20px;
    }

    .addressbtn {
        width: 100% !important;
        margin-bottom: 2px !important;
        margin-left: 0px !important;
    }
    .text-warning {
        color: #8a6d3b !important;
        font-size: 24px;
    }
}

@media only screen and (max-width: 835px){
    #Codetxtbox {
        height: 35px;
        width: 50% !important;
        border: 1px solid #337ab7;
    }
}
