@font-face {
    font-family: NotoSans;
    src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: NotoSansBold;
    src: url('../fonts/NotoSans-Bold.ttf');
}

@font-face {
    font-family: ooredoobold;
    src: url('../fonts/ooredoo-bold-webfont.ttf');
}

@font-face {
    font-family: ooredoolight;
    src: url('../fonts/ooredoo-light-webfont.ttf');
}


html,

body {

    background-color: #EEEEEE;
    font-family: 'NotoSans';
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    border-bottom: 1px solid inherit;
    background-image: none;
    border-radius: 5px;
    border-right: none;
    border-top: none;
    border-left: none;
    box-shadow: none;
    /*text-align: center;*/
    /*    font-size: 20px;*/
    /*font-weight: bold;*/
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    /* -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}

.form-control:focus {
    color: #616161;
    border-color: #de1114;
    outline: 0;
    box-shadow: none;
}

.form-signin {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.btn-danger {
    color: #fff;
    background-color: #de1114;
    border-color: #de1114;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}


/* custom */
.new-label {
    color: #999999b3;
    font-family: NotoSans;
    font-weight: 100;
    display: table-row;
    font-size: 12px;
}

.thumbnail {
    background-color: transparent;
    border: none;
}
.pay-method > .thumbnail {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    margin: auto;
    /*    border-radius: 8px;
        border: 2px solid rgba(0, 0, 0, .25);*/
}
/*.pay-method > .thumbnail:hover {
    border: 2px solid #ED1C24;
    border-radius: 8px;
}*/
.pay-method > p {
    text-align: center;
    font-size: 14px;
}
/*.pay-method > .thumbnail a > img {
    width: 100%;
}*/
.pay-img img {
    height: auto;
    width: auto;
    max-height: 30px;
}

/* Checkbox styles */
label.checkbox {
    margin-right: 1rem;
    padding-left: 1.75rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
label.checkbox input[type="checkbox"]:focus ~ span {
    border: 2px solid #aab0b9;
}
label.checkbox input[type="checkbox"]:focus:checked ~ span {
    border: 2px solid #20644c;
}
label.checkbox input[type="checkbox"]:checked ~ span {
    color: #FFFFFF;
    background: #329E78 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
    border: 2px solid #329E78;
}
label.checkbox span {
    border-radius: 3px;
    left: 0;
    top: -2px;
    width: 1rem;
    height: 1rem;
    background-color: #d4d7dc;
    border: 2px solid #777;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* input */
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    color: #777;
    min-width: 50px;
    text-align: center;

}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-bottom-color: black;
}

.input-field:focus {
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.md-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 0px 0px 0px;
    text-align: center;
    margin-bottom: 30px;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, .25);
    border-radius: 8px;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    border: 2px solid #ED1C24;
    border-radius: 8px;
    width: 100%;
}


.bill-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 12px 12px 0px;
}

.bill-top {
    text-align: center;
    background: #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
}

.bill-top p {
    padding: 7px;
    font-size: 12px;
    font-weight: 700;
    color: #777;
}

.dot {
    height: 100px;
    width: 100px;
    background-color: #dee2e6;
    border-radius: 50%;
    display: inline-block;
}

.dot img {
    display: block;
    margin: 0 auto;
}

.dot-footer{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #777;
    color: #fff;
    text-align: center;
}

