.align-right {
    float: right;
}

.padding-rtl {
    padding: 0 3px;
}

.padding-ttb {
    padding: 10px 0;
}

.row-mobile {
    margin: 2% 0;
}

.page-item {

    /*padding:5px;*/
    border: solid 1px #e1e1e1;
    min-width: 40px;
    display: inline-block;
    min-height: 40px;
    padding: 5px;
    background: #efefef;
}

.activePage {
    border: solid 1px #e1e1e1;
    background: #3d577e;
    color: #ffffff;
}

.inactivePage {
    border: solid 1px #e1e1e1;
    display: inline-block
}

.page-item:hover {
    background: #ffffff;
    color: #000000;
    border: solid 1px #2277c0
}

.page-item:visited {
    background: #2277c0;
    border: solid 1px #2277c0
}

.color-dark {
    color: #4a4a4a;
}

.full-height {
    height: 100%;
}

.full-height .full-item {
    height: 100%;
}

.font-1x {
    font-size: 12px;
}

.img-small {
    width: 50px;
    height: 50px;
}

html, body {
    height: 100%;
    font-family: 'Maven Pro', sans-serif;
}

.sideContact {
    background: #0f4879;
    display: inline-block;
    height: 100%;
    padding-top: 20px;
    color: #ffffff;
}

header {
    z-index: 2000;
    position: relative
}

section {
    height: 93%;
}

.no-padding {
    padding: 0;
}

.error {

    position: fixed;
    z-index: 1000;
    bottom: 5%;
    left: 235px;
    min-height: 20px;
    color:#000000;
    border-radius:5px;
    padding: 1%;
    min-width: 100px;
    background: #ffffff;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.25);
}



.no-margin {
    margin: 0;
}

.theme-color {
    color: #0f4879;
}

.theme-btn {
    background: #0f4879;
    color: #ffffff;
    border-radius: 20px;
    padding: 1% 5%;
}

.theme-btn:active, .theme-btn:focus, .theme-btn:visited, .theme-btn:hover {
    background: #3d577e;
    transition: ease-in-out 0.3s;
    color: #ffffff;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.25);
    outline: 0;
    border: 0;
    padding: 1% 7%;
}

.timepicker-picker td a {
    padding: 2px;
    width: 55px
}

.timepicker-picker a:active {
    padding: 2px;
    width: 70px
}

.padding-2x {
    padding: 2% 10% !important;
}

.pointer {
    cursor: pointer;
}

.scrolled {
    transition: 0.2s ease-in-out;
    /*transform: translate3d(0, 0, 0);*/
    opacity: 1;
}

.scrolled.ng-enter {
    /*transform: translate3d(0,-100%, 0);*/
    opacity: 0;
}

.scrolled.ng-enter-active {
    /*transform: translate3d(0, 0, 0);*/
    opacity: 0.1;
}

.scrolled.ng-leave {
    /*transform: translate3d(0, 0, 0);*/
    opacity: 0.5;
}

.scrolled.ng-leave-active {
    opacity: 1;
    /*transform: translate3d(0,100%,0);*/
}

.table-main {
    border-radius: 6px;
    background-color: #ffffff;
    border: 0;
    margin: 0;
}

.table-main td {
    padding: 3px !important;
}

.table-main thead tr td th tbody {
    text-align: center;
    color: #7586aa !important;

}

.table-main th {
    line-height: 2 !important;
    color: #7586aa;
}

.table-main td {
    line-height: 2 !important;
    color: #595968;
}

.table-main thead {
    background-color: #eaecf4;
    border-top: 2px solid #3d577e;
}

.container-inner {
    margin: 5% 10% 5% 17%;
    height: 100%;
}

.container-inner-wallet {
    height: 100%;
}

.btn-circle {
    height: 50px;
    width: 50px;
    font-size: 12px;
    border-radius: 100%;
    color: #2277c0;
    background-color: #eaecf4;
    border: 1px solid #2277c0
}

.login-container {
    background: #ffffff;
    /*width: 40%;*/
    max-width: 700px;
    min-height: 425px;
    /*height: 60%;*/
    padding: 3% 7% 4%;
    /*margin-top: 6%;*/
    border: 2px solid #d6d4d4;

}
.register-container {
    background: #ffffff;
    /*width: 40%;*/
    max-width: 700px;
    min-height: 425px;
    /*height: 60%;*/
    /*padding: 4% 7%;*/
    /*margin-top: 6%;*/
    border: 2px solid #d6d4d4;

}
.register-container input {
    margin: 5px 0;
}

.login-container input {
    margin: 5% 0;
}

.panel-header-custom {
    border-radius: 7px;
    height: 50px;
    color: #4a4a4a;
    width: 100%;

}

.profile-side {
    background: #0f4879;
    display: inline-block;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff
}
.campaignDetailsName {
    height: 37px;
    font-size: 10px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
}


@media only screen and (max-width: 992px) {
    .profile-side {
        background: #0f4879;
        display: inline-block;
        height: 44%;
        padding-top: 20px;
        color: #ffffff
    }
}

@media only screen and (max-width: 700px) {

    .row-mobile {
        margin: 6% 0%;
    }



    .row-mobile > form > div {
        margin: 2%;
    }

    .container-inner {
        margin: 0;
        height: 100%;
        border: none;
    }

    .container-inner-div{
        border: solid 1px #d6d4d4;
    }

    .sideContact {
        background: #0f4879;
        display: inline-block;
        height: 70%;
        padding-top: 20px;
        color: #ffffff;
    }

    .profile-side {
        background: #0f4879;
        display: inline-block;
        height: 60%;
        padding-top: 20px;
        color: #ffffff
    }
    .error {

        position: fixed;
        z-index: 1000;
        bottom: 5%;
        left:235px;
        min-height: 20px;
        color:#000000;
        border-radius:5px;
        padding: 1%;
        min-width: 100px;
        background: #ffffff;
        box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.25);
    }

}

#not-Head {
    height: 12px;
    opacity: 0.9;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
    text-align: center;

}

.notHead{
    height: 19px;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #939393;
    font-family: sans-serif;
}

.notValue{
    height: 29px;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #313131;
    font-family: sans-serif;
}
.notValue-normal{
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #313131;
    font-family: sans-serif;
}
.orderStatus{
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: sans-serif;
    font-weight: lighter;
    text-align: center;
    vertical-align: top;
    color: white;
    width: 6em;
    border-radius: 5px;
}
.divContainer{
    background-color: lightgray;
    height: 30px;
    line-height: 35px;
    width: 10em;
    border-radius: 25px;
    text-align: center;
}

.notValueAdd{
    height: 29px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #313131;
    padding-top: 3px;
}

.modal-backdrop {
    background-color: #3d577e;
}
.modal-backdrop-live {
    background-color:grey;
}

#itemName{
    height: 20px;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
    font-family: sans-serif;
}

#itemCount{
    height: 19px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000000;
}

.tAmount {
    height: 14px;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: normal;
    color: black;
    font-family: sans-serif;

}

#addInfo{
    font-size: 14.3px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
}
.orderHeading{
    font-size: 14px;
    font-weight: bolder;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: rgba(32, 48, 72, 0.8);
    font-family: sans-serif;
}

#pushModal{
   width:519px
}

#deliverylistContainer {
    min-height: 80px;
    max-height: 140px;
}

.modalAR{
    width: 140px;
    line-height: 0px;
    height: 45px;
}
.orderHeader{
    background-color: #f9f9f9;
    padding: 0;
    min-height: 60px;
    width: 100%;
}
.campaignHeader
{
    color:#274ba0;
    height: 30px;
    padding: 0;
    /*min-height: 60px;*/
    width: 100%;
    font-size: 16px;
    background: #e4e4e4;
    right:0px;
    left:0px;
    line-height: 1.8;
}
.vertical_line{
    height:140px;
    width: 0.4%;
    background: #e4e4e4;
}
.horizontal_line{
    height:1px;
    width: 100%;
    background-color: #cacaca;

}
@media only screen and (max-width:519px) {

    #pushModal{
        width:400px;
    }

}

@media only screen and (max-width:400px) {

    #pushModal{
        width:300px;
        margin-left: calc( 50% - 150px);
    }
    .modalAR{
        width: 100px;
        line-height: 0px;
        height: 30px;
    }
    #itemName {
        height: 37px;
        font-size: 10px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #000000;
    }

}

@media only screen and (max-width:991px) {

    #deliverylistContainer {
        height: 200px;
    }

}