/* app css stylesheet */

/*FONTS*/
@font-face {
    font-family: 'AvenirBlack'; /*a name to be used later*/
    src: url('../fonts/AvenirLTStd-Black.otf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirHeavy'; /*a name to be used later*/
    src: url('../fonts/AvenirLTStd-Heavy.otf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirLight'; /*a name to be used later*/
    src: url('../fonts/AvenirLTStd-Light.otf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirMedium'; /*a name to be used later*/
    src: url('../fonts/AvenirLTStd-Medium.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Avenir-Roman'; /*a name to be used later*/
    src: url('../fonts/AvenirLTStd-Roman.otf'); /*URL to font*/
}

/*GLOBALS*/
* {
    font-family: "AvenirMedium";
}
.airtime-login-bg {
    background-color: #2db462;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
}

#main-cover {
    /*background-color: #2db462;*/
    background-color: #F6F6F6;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    width: 100%;
    position: absolute;
}

/*Loading Bar*/
#loading-bar .bar {
    background: #57B957 !important;
    height: 2px !important;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #57B957 !important;
    border-left-color: #57B957 !important;
}

/*=======LOGIN FORM==========*/
.gk-body-login-bg-img {
    height: 100%;
    width: 100%;
    position: relative;
}

.emailver-box {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 5px 0 #aaa;
    border-radius: 3px;
    width: 600px;
    height: 400px;
    margin: 100px auto;
    text-align: center;
    position: relative;

}


.emailver-box .circle_result {
    width: 70px;
    height: auto;
}

.emailver-box .adminlogo {
    height: 70px;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.emailver-box h1 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.emailver-box h2 {
    font-size: 16px;
    color: gray;
    font-weight: normal;
    line-height: 25px;
}

/* .modal-backdrop {
    width: auto;
    margin-left:100px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 55%;
 } */



/*login*/
.login-box {
    background: #9fdcb7;
    box-shadow: 0 0 5px 0 #2db462;
    border-radius: 3px;
    width: 400px;
    height: 400px;
    margin: 100px auto;

}

 /*OTP MODAL STARTS HERE*/
/*OTP MODAL STARTS HERE*/
.airtime-otp-modal>.modal-dialog {
    margin-top: 10%;
    max-height: 165px !important;
    height: 100%;
    width: 300px;
    background-color: #F0F0F0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: none;
    min-height: auto !important
}
.airtime-otp-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0px;
    padding-right: 0px;
    width: 300px;
    height: auto !important;
    padding-top: 0 !important;
    border: 0;
}
.airtime-otp-modal .form-control {
    border-radius: 0 !important;
}
.otp-title{
    color: #333333;
    margin-top: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
.otp-button{
    border-radius: 5px;
    background: transparent;
    text-align: center;
    outline: none;
    box-shadow: none;
    border: none;
}
.otp-submit-button{
    background: #2db462;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 6px;
}
/*.otp-close-button{*/
    /*color: #999;*/
/*}*/
@media (max-width: 991px) {
    .airtime-otp-modal>.modal-dialog {
        height: 180px !important;
        min-height: 180px !important;
        float: inherit;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .airtime-otp-modal .modal-content {
        background-color: #F0F0F0;
        padding-left: 0px;
        padding-right: 0px;
        height: auto !important;
        position: absolute;
    }
}
/*OTP MODAL ENDS HERE*/



.login-box h4 {
    font-size: 40px;
    color: #303342;
    /*margin-top: 45px;*/
    margin: 10px 0;
}

.login-box p {
    color: #303342;
}

.airtimeInput {
    background: #f9f8fc;
    width: 400px;
    height: 75px;
    padding-top: 13px;
}

.airtimeInput input {
    width: 70%;
    display: block;
    border: transparent;
    background-color: #f9f8fc;
    height: 50px;
    color: #313443;
    font-size: 14px;
    padding-top: 5px;
    outline: none;
    font-weight: normal;
}

.airtimeInput .glyphicon {
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 40px;
    font-size: 14px;
    color: #999;
}
.disableTopUpTransaction{
    pointer-events: none;
}

.btnFlex{
    display: flex;
}
.btnFor-center{
    justify-content: center;
}

.checkIpCss{
    display: none;
}

.airtimeInputPass {
    border-top: 1px solid #9fdcb7;
}

.airtimeCheckbox input[type=checkbox] {
    width: 17px;
    height: 17px;
    background: #f9f8fc;
    border-radius: 3px;
    margin-left: 39px;
    margin-top: 10px;
    margin-right: 10px;
}

.airtimeCheckbox span {
    margin-top: 10px;
    font-size: 12px;
}

.airtimeBtn {
    background: #303342;
    height: 85px;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.airtimeBtn h3 {
    /*font-family:Avenir-Medium;*/
    font-size: 30px;
    margin-top: 10px;
    color: #f0f0f0;
    letter-spacing: 0;

}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px) {
    .login-box .airtimeInput .airtimeInputPass {
        width: 50%;
    }
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px) {
    .login-box .airtimeInput .airtimeInputPass {
        width: 50%;
    }

    .login-box {
        width: 50%;
    }

    .airtimeInput {
        width: 100%;
    }

    .airtimeInputPass {
        width: 100%;
    }
}

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px) {
    .login-box .airtimeInput .airtimeInputPass {
        width: 90%;
    }

    .login-box {
        width: 90%;
    }

    .airtimeInput {
        width: 100%;
    }

    .airtimeInputPass {
        width: 100%;
    }
}

/* Mobile LD */
@media screen and (max-width: 350px) {
    .login-box .airtimeInput .airtimeInputPass {
        width: 50%;
    }

    .login-box {
        width: 50%;
    }

    .airtimeInput {
        width: 100%;
    }

    .airtimeInputPass {
        width: 100%;
    }
}

/*@media (max-width: 991px){*/
/*.login-box {*/
/*width: 70%;*/
/*}*/
/*}*/

/*end of login style*/

/*SIDEBAR STYLE*/
#wrapper {
    overflow-x: hidden;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    /*z-index: 1000;*/
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #313443;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
    /*padding: 15px;*/
    background-color: #F6F6F6;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */
ul.sidebar-nav li a img {
    margin-right: 15px;
    vertical-align: middle;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #BBBBBB;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #282a37;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;

}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /*padding: 20px;*/
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}

.requests-badge {
    /*position: absolute;*/
}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    background: #2db462;
    margin-bottom: 0;
}

ul.sidebar-nav li a span.glyphicon {
    margin-right: 5px;
}

.sidebar-nav > li > a > img {
    margin-right: 10px;
    opacity: 0.5;
}

.sidebar-nav > li.sidebaractive > a > img {
    opacity: 1;
}

.sidebaractive {
    text-decoration: none;
    color: #FFFFFF;
    background: #282A37 !important;;
}

.sidebaractive a {
    color: #fff !important;
}

.sidebaractive img {
    color: #fff !important;
}

.page-header {
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.50);
    height: 100px;
    margin: 0 0 20px 0;
    padding: 35px 49px 44px 49px;
}

.page-header > h4 {
    padding-left: 10px;
}

.page-header > ul {
    padding-right: 10px;
}

.airtime-dashboard-button {
    background-color: transparent;
    border-color: #2DB462;
    font-size: 14px;
    color: #2db462;
    border-radius: 0;
}

.airtime-dashboard-button:hover, .airtime-dashboard-button:active,
.airtime-dashboard-button:focus, .btn-default:active:focus {
    background-color: transparent;
    color: #2DB462;
    border-color: #2DB462;
    outline: 0 auto;
}

.rightBox {
    padding-left: 20px;
    padding-top: 18px;
}

.leftBox {
    border-right: 1px solid #ddd;
    padding-top: 5px;
}

.tabpill {
    /*background-color: #FEE18A;*/
    width: 107px;
    height: 28px;
    border-radius: 50px 0 0 50px;
}

.tabpill span {
    color: #999;
    font-size: 12px;
    margin-top: 6px;
    margin-right: 5px;
}

.sublabel {
    color: #919191;
    font-size: 10px;
    margin-right: 4px;
    padding: 3px 0;
}

.dashboardLeftContent {
    margin-top: 10px;
}

.dashboardRightContent {
    margin-left: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.50);
    border-radius: 3px;
    padding: 53px 20px 47px 20px;
}

.dashboardRightContent .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-left: none;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dashboarLeftContent {
    margin-left: 35px;
    margin-top: 10px;
}

.dashboardBox {
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.50);
    border-radius: 3px;
    padding: 15px 20px 15px 20px;
    margin-bottom: 20px;
}

.bodydashboardBox {
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.50);
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}

.dashboardBoxLabel {
    margin-top: 10px;
    margin-left: 18px;
}

.dashboardBoxLabel > .dashboardBoxLabel2 {
    padding-right: 0;
    margin-right: 0;
}

.dashboardBoxLabeltext {
    /*font-family:Avenir-Medium;*/
    font-size: 20px;
    color: #30333c;
    letter-spacing: 0;
    text-align: left;
}

.dashboardBoxLabel2 {
    /*font-family:Avenir-Medium;*/
    font-size: 12px;
    color: #30333c;
    letter-spacing: 0;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
}

.dashboardBox > .profilelabel{
    border-bottom: 2px solid #ddd;
}

.airtime-no-padding {
    padding: 0;
}

.profile {
    /*margin-left: 20px;*/
    /*display: block;*/
    /*padding-top: 20px;*/

    height: 100px;
    background-color: #2DB462;
    margin-bottom: 0;
    padding-left: 23px;
    padding-top: 25px;
}

.profile h5 {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-size: 15px;
    color: #f0f0f0;
    letter-spacing: 0;
    text-align: left;
}

.profile h4 {
    font-size: 14px;
    color: #f0f0f0;
    letter-spacing: 0;
    text-align: left;
}

.profile .caret {
    margin-top: 20px;
    margin-right: 54px;
    cursor: pointer;
}

.sidebar-brand .dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    min-width: 300px;
    padding: 5px 0;
    background-color: #2DB462;
    margin-top: 0;
    border-radius: 0;
    border: none;
    /*border-top: 1px solid #202020;*/
    /*padding-top:25px;*/
    /*-webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow:    0 1px 1px rgba(50, 50, 50, 0.75);*/
    /*box-shadow:         0 1px 1px rgba(50, 50, 50, 0.75);*/
}

.sidebar-brand .dropdown-menu li a {
    line-height: 40px;
    color: #F0F0F0;
    font-size: 14px;
}

.sidebar-brand .dropdown-menu li a:hover {
    color: rgba(51, 51, 51, 0.57);
}

.profile[aria-expanded="true"] {
    background: #29A95B;
}

/*CARET*/
.caret {
    position: relative;
    cursor: pointer;
    color: transparent;
    margin: 0 0 10px 20px;
}

.caret:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid #f0f0f0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.caret:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.topup-caret {
    border: 5px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0.5;
    vertical-align: top;
}

.topup-caret.left {
    border-right: 5px solid;
}

/*BADGE*/

/*UL STYLE*/
.no-list-style {
    list-style: none;
}

/*NO PADDING*/

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-leftandright {
    padding-right: 0;
    padding-left: 0;
}

/*PADDING*/
.padding-airtime-all-xs {
    padding: 15px;
}

.padding-airtime-all-s {
    padding: 20px;
}

.padding-top-xs {
    padding-top: 5px;
}

.padding-top-s {
    padding-top: 10px;
}

.padding-top-s-20 {
    padding-top: 20px;
}

.padding-top-s-30 {
    padding-top: 30px;
}

.padding-top-md {
    padding-top: 50px;
}

.padding-bottom-s {
    padding-bottom: 20px;
}

.padding-right-s {
    padding-right: 15px;
}

.padding-left-xs {
    padding-left: 10px;
}

.padding-left-s {
    padding-left: 20px;
}

.padding-top-lg {
    padding-top: 70px;
}

.padding-left-md-20 {
    padding-left: 20px;
}

.padding-left-md {
    padding-left: 50px;
}

.padding-right-s {
    padding-right: 20px;
}

.padding-right-md {
    padding-right: 50px;
}

.margin-top-xs {
    margin-top: 5px;
}

.margin-top-xsm {
    top: 10px;
}

.margin-top-sm {
    margin-top: 15px;
}

.margin-top-md {
    top: 20px;
    position: relative;
}

@media (max-width: 768px) {
    .padding-left-md {
        padding-left: 26px;
    }

    .padding-right-md {
        padding-right: 15px;
    }
}

.padding-left-right {
    padding-left: 60px;
    padding-right: 60px;
}

/*MARGIN*/

.margin-bottom {
    bottom: 30px;
}

/*DISPLAY*/
.display-inline {
    display: inline;
    vertical-align: middle;
}

/*TOP UP TRANSACTIONS*/
.dashboardBox > li.display-inline > span.topup-caret {
    margin-top: 5px;
}

/*ICONS*/
.transaction-burger-icon {
    height: 12px;
    width: 18px;
}

.profile-dropdown-icon {
    height: 20px;
    width: 24px;
    color: #F0F0F0;
}

/*PAGINATION*/
.rangedisplay {
    font-size: 15px;
}

.showing-dir-display {
    color: #5B484A;
}

ul.pagination > li.range-label {
    border: none;
    list-style: none;
}

ul.pagination > li > a {
    border-top: 1px solid #5E4C4E;
    border-left: 1px solid #5E4C4E;
    border-right: 1px solid #5E4C4E;
    border-bottom: 1px solid #5E4C4E;
    padding: 6px;

}

.icon-pagination {
    color: #544042;
}

/*TABLE*/
#airtime-head-padding-userid,
#airtime-head-padding-dropdown,
#airtime-head-padding-txnno,
#airtime-head-padding-telco-txnno,
#airtime-head-padding-retailer-txnno,
#airtime-head-padding-denomtype,
#airtime-head-padding-datetimein,
#airtime-head-padding-mobile,
#airtime-head-padding-groupdenom,
#airtime-head-padding-productid,
#airtime-head-padding-amount,
#airtime-head-padding-prebalance,
#airtime-head-padding-postbalance,
#airtime-head-padding-status {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    border-bottom: none;
    background: #FFF
}

#airtime-head-padding-requestno, #airtime-head-padding-datetime, #airtime-head-padding-reloadamount {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    border-bottom: none;
    background: #FFF
}

#airtime-head-padding-network, #airtime-head-padding-transaction, #airtime-head-padding-purchasetype, #airtime-head-padding-datetime-txn, #airtime-head-padding-loadamount-txn, #airtime-head-padding-fundtransfer, #airtime-head-padding-amount-txn, #airtime-head-padding-status-txn {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    border-bottom: none;
    background: #FFFFFF;
}

#airtime-head-padding-datetime, #airtime-head-padding-txn-number, #airtime-head-padding-recipient-retailer-id,
#airtime-head-padding-recipient-retailer-name, #airtime-head-padding-stock-amount, #airtime-head-padding-stock-status {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    border-bottom: none;
    background: #FFFFFF;
}

#airtime-td-padding-userid, #airtime-td-padding-txnno, #airtime-td-padding-datetimein, #airtime-td-padding-mobile, #airtime-td-padding-productid, #airtime-td-padding-amount, #airtime-td-padding-status {
    padding-left: 15px;
    padding-right: 15px;
}

#airtime-td-padding-dropdown, #airtime-td-padding-requestno, #airtime-td-padding-datetime, #airtime-td-padding-reloadamount, #airtime-td-padding-status-request {
    padding: 15px;
}

.airtime-border-right {
    border-right: 1px solid #E3DEDF;
}

.airtime-border-bottom {
    border-bottom: 1px solid #E3DEDF;
}

.airtime-table-head-left {
    border-right: 1px solid #E3DEDF;
    text-align: left;
}

.airtime-table-head-center {
    border-right: 1px solid #E3DEDF;
    text-align: center;
}

.airtime-table-head-right {
    border-right: 1px solid #E3DEDF;
    text-align: right;
}

.airtime-align-center {
    text-align: center;
}

.airtime-align-left {
    text-align: left;
}

.airtime-align-right {
    text-align: right;
}

/*CURSOR*/
.putCursor {
    cursor: pointer;
}

/*MODALS*/

.airtime-alerts-form {
    padding: 0;
    border-left: none;
    border-right: none;
}

.airtime-modal-bgcolor {
    background-color: #F0F0F0;
}

/*PURCHASE NEW MODAL*/

textarea {
    resize: none;
}

/*CSS FOR MD-SELECT*/
.md-select-menu-container.md-active {
    z-index: 1051;
}

md-backdrop.md-select-backdrop.md-click-catcher {
    z-index: 1051;
}

/*END*/
.airtime-edit-personal-information > .modal-dialog {
    margin-top: 60px;
    height: 100px !important;
    width: 750px;
}

.airtime-edit-personal-information  .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 750px;
    height: 950px;
}

.airtime-initiate-stock-transfer > .modal-dialog {
    margin-top: 60px;
    height: 100px !important;
    width: 750px;
}

.airtime-initiate-stock-transfer .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 750px;
    height: 650px;
}

.airtime-edt-retailer-user > .modal-dialog{
    margin-top: 60px;
    height: 90% !important;
    width: 750px;
}

.airtime-edt-retailer-user .modal-content{
    /*background-color: #F0F0F0;*/
    padding-left: 0;
    padding-right: 0;
    width: 750px;
    height: auto !important;
    /*min-height: 90% !important;*/
}

.airtime-add-retailer-user > .modal-dialog{
    margin-top: 60px;
    height: 90% !important;
    width: 750px;
}

.airtime-add-retailer-user .modal-content{
    /*background-color: #F0F0F0;*/
    padding-left: 0;
    padding-right: 0;
    width: 750px;
    height: auto !important;
    /*min-height: 90% !important;*/
}

.airtime-purchase-new-request > .modal-dialog,
.airtime-change-password-first-login > .modal-dialog {
    margin-top: 60px;
    height: 100px !important;
    width: 750px;
}

.airtime-purchase-new-request .modal-content,
.airtime-change-password-first-login .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 750px;
}

.airtime-purchase-new-request .modal-content{
    height: 650px;
}

.airtime-change-password-first-login .modal-content {
    height: 400px;
}

.airtime-view-purchase-new-request > .modal-dialog{
    margin-top: 15px;
    height: 100px !important;
    width: 900px;
}

.airtime-view-purchase-new-request .modal-content{
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 900px;
    height: 650px;
}

.airtime-view-purchase-request > .modal-dialog{
    margin-top: 30px;
    height: 100px !important;
    width: 900px;
}

.airtime-view-purchase-request .modal-content{
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 900px;
    height: 560px;
}

.airtime-view-purchase-txns > .modal-dialog {
    margin-top: 15px;
    height: 100px !important;
    width: 900px;
}

.airtime-view-purchase-txns .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 900px;
    height: 610px;
}

.airtime-view-stock-transfer-txns > .modal-dialog {
    margin-top: 15px;
    height: 90px !important;
    width: 600px;
}

.airtime-view-stock-transfer-txns .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 600px;
    height: 500px;
}

.airtime-new-topup > .modal-dialog {
    margin-top: 60px;
    height: 100px !important;
    width: 750px;
}

.airtime-new-topup .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 750px;
    height: 500px;
}

.airtime-viewall-alerts > .modal-dialog {
    /*margin-top: 15px;*/
    /*height: 100px !important;*/
    /*width: 750px;*/
    margin-top: 15px;
    /*height: 90% !important;*/
    width: 750px;
    /*background-color: #F0F0F0;*/
}

.airtime-viewall-alerts .modal-content {
    /*background-color: #F0F0F0;*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*width: 750px;*/
    /*height: 600px;*/
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 750px;
    height: auto !important;

    /*-webkit-box-shadow: none;*/
}

.airtime-border-radius {
    border-radius: 5px;
}

.airtime-modal-border-boxshadow {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

@media (max-width: 991px) {
    .airtime-edit-personal-information > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-edit-personal-information  .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 950px !important;
        position: absolute;
    }

    .airtime-initiate-stock-transfer > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-initiate-stock-transfer .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-edt-retailer-user > .modal-dialog{
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-edt-retailer-user .modal-content{
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-add-retailer-user > .modal-dialog{
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-add-retailer-user .modal-content{
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-purchase-new-request > .modal-dialog,
    .airtime-change-password-first-login > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-purchase-new-request .modal-content,
    .airtime-change-password-first-login .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-view-purchase-new-request > .modal-dialog{
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-view-purchase-new-request .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-view-purchase-request > .modal-dialog{
        margin: 0 auto;
        float: right;
        height: 1020px !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-view-purchase-request .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 1020px !important;
        position: absolute;
    }

    .airtime-view-purchase-txns > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-view-purchase-txns .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-view-stock-transfer-txns > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-view-stock-transfer-txns .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-new-topup > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-new-topup .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }

    .airtime-viewall-alerts > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-viewall-alerts .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }
}

.headerLabel {
    /*border:1px solid red;*/
    margin-left: 33px;
    margin-right: 28px;
}

.circleDot {
    background: #EFBD39;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.airtime-purchase-new-request-nextbtn-deposit {
    background: #2DB462;
    color: white;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    position: absolute;
    vertical-align: bottom;
    left: 0;
    bottom: 0;
    font-size: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-back-btn:hover, .airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-back-btn:active, .airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-back-btn:focus, .airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-back-btn:active:focus {
    color: #ddd;
    text-decoration: none;
    outline: none;
}

.airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-submit-btn:hover, .airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-submit-btn:active, .airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-submit-btn:focus, .airtime-purchase-new-request-nextbtn-deposit > .airtime-rqst-submit-btn:active:focus {
    color: #ddd;
    text-decoration: none;
    outline: none;
}

.airtimepurrqst-submit:hover, .airtimepurrqst-submit:active, .airtimepurrqst-submit:focus, .airtimepurrqst-submit:active:focus {
    color: #ddd;
}

.airtimepurrqst-submit {
    background: #2DB462;
    color: white;
}

.airtime-purchase-new-request-nextbtn, .airtime-purchase-new-request-nextbtn:hover, .airtime-purchase-new-request-nextbtn:active, .airtime-purchase-new-request-nextbtn:focus, .airtime-purchase-new-request-nextbtn:active:focus {
    color: #ddd;
    text-decoration: none;
    outline: none;
}

.airtime-purchase-new-request-nextbtn {
    background: #2DB462;
    color: white;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    position: absolute;
    vertical-align: bottom;
    left: 0;
    bottom: 0;
    font-size: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.airtime-purchase-new-request-nextbtn > span {
    font-size: 20px;
}

.airtime-edit-personal-information{
    color: white;
    /*text-align: center;*/
    padding: 10px 0 0 0;
    width: 100%;
    position: absolute;
    vertical-align: bottom;
    left: 0;
    bottom: 0;
    /*font-size: 20px;*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*.airtime-edit-personal-information > span{*/
    /*font-size: 20px;*/
/*}*/

.airtime-modal-title {
    font-size: 15px;
    padding-left: 10px;
}

.purchase-body-form {
    background: #fff;
    /*border: 1px solid #E1E1E1;*/
}

/**Update collapse*!*/
@media (max-width: 1075px) {
    .navbar-left, .navbar-right {
        float: right !important;
    }

    .navbar-nav > li {
        float: left;
        display: inline;
        padding: 0 0 0 5px;
    }

    .page-header {
        background: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(195, 195, 195, 0.50);
        height: 100px;
        margin-top: 0;
        padding: 35px 49px 44px 35px;
    }
}

/*MATERAIL DIALOG*/
.details-slip-area {
    background: #F0F0F0;
    /*padding-bottom: 50px;*/
}

.retailer-purchase-form {
    padding: 50px 60px 5px 60px;
}

.edit-retailer-information-form {
    padding: 0 60px 5px 60px;
}

@media (max-width: 991px) {
    .retailer-purchase-form {
        padding: 20px 60px 100px 60px;
    }
}

@media (max-width: 545px) {

    .edit-retailer-information-form {
        padding: 0 20px 100px 20px;
    }

    .materialbox-label-ul-list > span{
        padding:0;
    }
}

.md-toolbar-tools {
    color: #31343D;
}

md-input-container {
    margin: 0;
    padding: 0;
}

md-dialog {
    width: 600px;
    height: 1000px;
    /*border-radius: 0;*/
}

md-select {
    padding-bottom: 30px;
}

md-select .md-select-value.md-select-placeholder {
    padding-left:0;
}

md-input-container {
    padding: 0 !important;
    margin: 5px 0 1px 0 !important;
}

md-input-container label {
    margin-bottom: 0;
}

md-input-container md-select .md-placeholder, md-input-container label:not(.md-no-float) {
    padding-left: 20px !important;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-bottom: 1px solid #E1E1E1;
}

md-input-container:not(.md-input-invalid).md-input-has-value .md-input {
    padding-left: 40px;
    padding-bottom: 0;
}

md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: #12c6c8 !important;
    margin-left: 10px;
}

md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #22C9CB;
}

md-input-container.md-default-theme .md-input.materialize-textarea, md-input-container .md-input.materialize-textarea {
    border-color: #FFF;
}

.customBadge {
    padding: 3px 7px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    background-color: #ef7f72;
    line-height: 1.9;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    margin-left: 25px;
}

.customDownloadBadge{
    padding: 2px 7px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    background-color: #3BB96D;
    border-radius: 4px;
    text-align: center;


    margin: -30px 0 0 20px;
    /*-5px 0 0 -5px*/
    position: absolute;
}

.customcaret {
    margin-top: 20px;
    margin-right: 54px;
    position: absolute;
    margin-left: 20px;
}

.filtercaret {
    margin-top: 6px;
    margin-left: 8px;
}

.customloginicon {
    padding-left: 40px;
    padding-top: 17px;
    padding-right: 20px;
}

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

    .customloginicon {
        padding-left: 5px;
        padding-top: 17px;
        padding-right: 10px;
    }

}

/*AIRTIME LOGIN*/
.airtime-login-error-alert {
    border-radius: 0;
}

/*DASHBOARD ALERTS*/
.airtime-system-alerts-page {
    padding: 30px;
    width: 100% !important;
    /*height: 100% !important;*/
    /*top: 0;*/
    bottom: 0;
    position: relative;
    background: #FFFFFF;
    z-index: 9999;
    box-shadow: 0 0 6px 0 #E5E5E5;
    border: 1px solid #E5E5E5;
    overflow-y: auto;
}

/*SEARCH*/
.airtime-search > img {
    position: absolute;
    right: 15px;
    top: 4px;
}

@media (max-width: 1075px) {
    .airtime-search > img {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.airtime-search input#search {
    float: right;
    display: inline;
    width: 1px;
    opacity: 0;

    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.airtime-search input#search:focus,
.airtime-search input#search:active {
    display: inline;
    outline: none;
    opacity: 1;
    width: 300px;
}

.airtime-search:hover input#search {
    display: inline;
    width: 300px;
    top: 0;
    opacity: 1;
}

.airtime-search:hover img {
    display: inline;
}

.airtime-search {
    /*position: relative;*/
}

.material-box-input {
    background: white;
    margin-left: 60px;
    margin-right: 60px;
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-right: 10px;
}

.material-box-radio {
    margin-left: 60px;
    margin-right: 60px;
}

.airtime-radio-box-label {
    padding-left: 32px;
    padding-top: 20px;
    position: absolute;
}

.airtime-radio-box {
    background: white;
    border: 1px solid #E0E0E0;
    padding: 20px 30px 10px 20px;
    width: 71%;
}

.airtime-input-box {
    background: white;
    border: 1px solid #E0E0E0;
    padding: 10px 30px 10px 20px;
    width: 71%;
}

.airtime-allowed-amount-box {
    /*border: 1px solid #E0E0E0;*/
    padding: 0 30px 10px 20px;
    width: 71%;
    color: red;
}

.airtime-allowed-amount-box ul {
    list-style: none;
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
}

.airtime-list-box {
    background: white;
    border: 1px solid #E0E0E0;
    padding: 10px 30px 10px 20px;
    width: 70%;
}

.airtime-special-box {
    overflow-y: scroll;
    height: 200px;
}

@media (max-width: 800px) {
    .airtime-radio-box-label {
        padding-left: 20px;
        padding-top: 20px;
        position: absolute;
    }
}

@media (max-width: 600px) {
    .airtime-radio-box-label {
        padding-left: 20px;
        padding-top: 20px;
        position: absolute;
    }
}

@media (max-width: 555px) {
    .airtime-radio-box-label {
        padding-left: 20px;
        padding-top: 20px;
        position: relative;
    }

    .airtime-radio-box {
        background: white;
        border: 1px solid #E0E0E0;
        padding: 20px 30px 10px 20px;
        width: 100%;
    }

    .airtime-input-box {
        background: white;
        border: 1px solid #E0E0E0;
        padding: 10px 30px 10px 20px;
        width: 100%;
    }

    .airtime-list-box {
        background: white;
        border: 1px solid #E0E0E0;
        padding: 10px 30px 10px 20px;
        width: 100%;
    }

    .airtime-allowed-amount-box {
        padding: 0 30px 10px 20px;
        width: 100%;
        color: red;
    }
}

md-input-container input.border-bottom-transparent {
    border-bottom: 0 transparent;
}

md-input-container.box-input {
    top: 20px;
}

.margin-box-top-xs {
    margin-top: 5px;
}

/*NEW RADIO GROUP CSS*/
md-radio-button.md-checked .md-off {
    border-color: #4A4A4A;
}

md-radio-button .md-on {
    background-color: #4A4A4A;
}

/*END*/

md-radio-group > md-radio-button {
    display: inline;
    padding-right: 20px;
}

table {
    border-collapse: collapse;
}

.airtime-confirm-topup {
    padding: 30px;
    top: 100px;
    left: 150px;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 0 6px 0 #E5E5E5;
    border: 1px solid #E5E5E5;
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 450px;
    height: 230px;
    border-radius: 5px;
}

.airtime-confirm-topup-label {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 20px;
}

.airtime-confirm-button {
    list-style: none;
    padding-left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.airtime-confirm-button > button {
    display: inline;
}

.airtime-confirm-button > button.airtime-confirm {
    /*background: #3BB96D;*/
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    border-bottom-left-radius: 5px;
}

.airtime-confirm-button > button.airtime-cancel {
    /*background: #EF7F72;*/
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    border-bottom-right-radius: 5px;
}

/*CSS PRINT REPORT*/
.airtime-printreport-area {
    min-height: 100%;
    /*border: 1px solid #ddd;*/
    margin: 30px auto;
    padding: 70px 40px;
    background-color: #fff;
    width: 80%;
}

.airtime-printreport-area table {
    font-size: 11px;
}

.airtime-printreport-area table thead tr {
    border-bottom: 2px solid #ccc;
    background-color: rgba(221, 221, 221, 0.29);
}

.airtime-printreport-area table tfoot tr {
    border-top: 2px solid #ccc;
}

.airtime-bold-label {
    /*font-family: 'ProximaNovaBold';*/
}

.printBtn {
    position: relative;
    float: right;
    top: 30px;
    /*left: -80px;*/
    left: -35px;
}

.airtime-print-logo h4{
    font-size: 40px;
    color: #2DB462;
}

.airtime-print-logo p {
    color: #2DB462;
}

/*no padding left*/
.airtime-no-padding-left {
    padding-left: 0;
}

.airtime-no-margin{
    margin:0;
}

/*CSS ALERT*/

.airtime-alert button {
    background-color: transparent !important;
}

.airtime-alert {
    border-radius: 0;
    float: right;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100px;
}

.airtime-alert-changepassword {
    border-radius: 0;
    float: right;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

/*DEPOSIT SLIP*/

.product-drop-box {
    background: #ffffff;
    border: 3px dashed #979797;
    width: 62%;
    text-align: left;
    padding: 30px 20px;
    margin: 10px auto;
}

.thumb {
    width: 40px;
    height: 40px;
    float: none;
    font-size: 30px;
    position: relative;
    top: 7px;
    color: #943936;
}

span.g-header {
    font-size: 17px;
    font-family: 'AvenirMedium';
}

span.g-sub-header {
    font-size: 14px;
}

span.control-label {
    color: rgba(0, 0, 0, 0.38);
    margin-left: 15px;
}

.btn-green {
    background-color: #2DB462 !important;
    color: #FFF;
    border: none !important;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #ddd;
    text-decoration: none;
    outline: none;
    border: none !important;
}

.dragover {
    border: 5px dashed blue;
}

.mobileteldescpan {
    color: #949494;
    font-style: italic;
    font-size: 12px;
}

.airtime-depositslip-filename {
    margin-left: 19%;
    margin-bottom: 10px;
}

/* close */
.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

html {
    overflow-y: auto;
}

/*md-calendar-month{*/
/*display: none;*/
/*}*/

.airtime-selected-not-selected {
    font-size: 18px;
    color: #979797;
}

.airtime-stock-selected {
    font-size: 18px;
    color: #2DB462;
}

.airtime-stock-selected > span {
    border-bottom: 3px solid #2DB462;
}

.border-left-vertical-line {
    border-left: 1px solid #ddd;
}

.product-drop-box {
    background: #ffffff;
    border: 3px dashed #979797;
    width: 62%;
    text-align: left;
    padding: 30px 20px;
    margin: 10px auto;
}

/*box*/
.materialbox {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

.materialbox-label{
    background: white;
    margin-left: 60px;
    margin-right: 60px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
}

.materialbox-label-ul{
    list-style: none;
}

.materialbox-label-ul > li > span.xlabel{
    color: #999;
}

.materialbox-label-ul-list{
    background: white;
    margin-right: 60px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0 15px 0;
}

.airtime-searchform > img {
    position: absolute;
    right: 80px;
    top: 20px;
}

.topup-mobilenumber > span > img {
    position: absolute;
    right: 85px;
    height: 40px;
    width: 40px;
    top: 10px;
}

@media (max-width: 991px) {
    .topup-mobilenumber > span > img {
        position: absolute;
        right: 70px;
        height: 40px;
        width: 40px;
        top: 10px;
    }

    .airtime-searchform > img {
        position: absolute;
        right: 80px;
        top: 20px;
    }

    .airtime-confirm-topup {
        margin: 10%;
        padding: 0;
        width: 80%;
        left: 0;
    }

    .materialbox-label-ul-list {
        margin-right: 0;
        padding:0;
    }

}

[uib-typeahead-popup].dropdown-menu {
    display: block;
    width: 100%;
}

.stock-transfer-form{
    padding: 10px 60px 5px 20px;
}

.airtime-edit-user-form{
    padding: 10px 60px 5px 60px;
}

.airtime-form-margin{
    margin-left: 60px;
    margin-right: 60px;
}

.airtime-eye-icon {
    text-align: center;
    color: #555;
}

.airtime-xml-details > .modal-dialog {
    margin-top: 15px;
    height: 90% !important;
    width: 700px;
    background-color: #F0F0F0;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.airtime-xml-details .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 700px;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}

@media (max-width: 991px) {
    /*USER LOGS*/
    .airtime-xml-details > .modal-dialog {
        margin: 0 auto;
        float: right;
        height: auto !important;
        min-height: 100% !important;
        width: 100%;
    }

    .airtime-xml-details .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
        border: none;
    }
}

.s36 {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 30px;
    right: 10px;
}

.s37 {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 170px;
    right: 10px;
}

.s38 {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 43px;
    right: 10px;
}

.rotate {
    transition: all 1s ease-in-out;
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
}

.rotateerror{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.rotate:hover, .rotateerror:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}


/*PROFILE*/
.airtime-accordion-icon {
    vertical-align: middle;
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #ccc;
}

.airtime-accordion-icon-inner {
    position: absolute;
    top: -5px;
    right: 3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 14px solid rgb(245, 245, 245);
}

.airtime-padding-no-right {
    padding-right: 0;
}

.airtime-heading-name {
    padding-left: 30px;
    vertical-align: middle;
}

.left-accordion{
    /*padding-top: 15px;*/
}

.right-accordion{
    /*padding-top: 15px;*/
}

.whole-accordion{
    /*padding-top: 15px;*/
}

.airtime-edit-align-right {
    text-align: right;
    padding-right: 0;
    display: inline-block;
    font-family: 'AvenirLight';
}

.airtime-edit-align-left {
    text-align: left;
    font-family: 'AvenirBlack';
}

.airtime-cl-align-right {
    text-align: right;
    font-family: 'AvenirBlack';
}

.airtime-cl-align-left {
    text-align: left;
    display: inline-block;
    font-family: 'AvenirLight';
}

#airtime-show-deposit-slip {
    text-align: right;
    padding-left: 3.5%;
    padding-right: 3.5%;
    text-transform: uppercase;
}

#airtime-show-deposit-slip > button {
    cursor: default;
}

.airtime-logo-div {
    padding: 30px;
    width: 580px;
    height: auto;
    top: 40px;
    left: 80px;
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    box-shadow: 0 0 6px 0 #E5E5E5;
    border: 1px solid #E5E5E5;
}

ul.details > li > span {
    padding: 5px 0 5px 10px;
}
ul.details {
    list-style-type: none;
    padding: 0;
}

ul.details > li {
    padding: 0;
}

ul.xdetails > li > span {
    padding: 0 0 0 10px;
}
ul.xdetails {
    list-style-type: none;
    padding: 0;
}

ul.xdetails > li {
    padding: 15px 0 0 0;
}

@media (max-width: 767px) {
    ul.details > li {
        padding: 0;
    }

    .panel-body {
        padding: 0;
    }

    ul.details > li > span {
        padding: 0;
    }
}

.showdisplayimage{
    background: #E4E4E4;
    overflow: hidden;
    border-radius: 3px;
    display: block;
}

.xpanel-left{
    border-right: 1px solid #DDDDDD;
}

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-90px;
    width: 700px;
    height: auto;
    display:block;
    z-index:2;
}

.thumbnail{
    border: none;
    background: #E4E4E4;
    /*background-color: transparent;*/
    border-radius: 0;
    padding:0;
}

.airtime-padding-profile{
    padding: 30px 0 0 0;
}

.airtime-users-btn{
    padding: 2px 5px 0 5px;
}

.airtie-no-padding-bottom{
    padding-bottom: 0;
}

.md-button.airtime-centerwhole-btn{
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
}

.md-button.airtime-left-btn{
    width: 50%;
    padding: 5px 0 5px 0;
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    /*border-top-left-radius: 0;*/
}

.md-button.airtime-right-btn{
    width: 50%;
    margin: 0;
    padding: 5px 0 5px 0;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    /*border-top-right-radius: 0;*/
}
md-content{
    background: #ffffff;
}

.airtime-btn-area{
    bottom: 0;
    position: absolute;
}

.airtime-btn-area-iplock{
    position: relative;
    margin: 0;
    padding: 0;
    top: 10px;
    vertical-align: bottom;
    height: 100px;
}

.airtime-btn-area-activatedeactivate{
    bottom: 0;
    top: 0;
    position: relative;
}

ul.details-stripped {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.details-stripped li:nth-child(odd) {
    background-color: #F8F8F8;
}

ul.details-stripped li:nth-child(even) {
    background-color: white;
}

ul.details-stripped > li {
    padding: 15px;
}

ul.details-stripped {
    border-bottom: 1px solid #E5E5E7;
}


/*iplock*/

#ipAddressUserID, #ipAddress, #ipAddressDateAdded {
    text-align: center;
    vertical-align: middle;
}

#g-table-to-amount, #g-table-variable-fee, #g-table-base-fee {
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3BB96D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3BB96D;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*SWITCH*/
.goodkredit-switch{
    padding-top: 10px;
    padding-right: 60px;
}

.gk-ip-address-div {
    padding: 30px;
    width: 400px;
    height: 250px;
    top: 100px;
    left: 80px;
    position: absolute;
    background: #FFFFFF;
    z-index: 9999;
    box-shadow: 0 0 6px 0 #E5E5E5;
    border: 1px solid #E5E5E5;
}

.gk-timelock-div {
    padding: 30px;
    width: 650px;
    height: 380px;
    top: 100px;
    left: 80px;
    position: absolute;
    background: #FFFFFF;
    z-index: 9999;
    box-shadow: 0 0 6px 0 #E5E5E5;
    border: 1px solid #E5E5E5;
}

@media (max-width: 991px) {
    .gk-ip-address-div {
        padding: 30px;
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        position: absolute;
        background: #FFFFFF;
        z-index: 9999;
        box-shadow: 0 0 6px 0 #E5E5E5;
        border: 1px solid #E5E5E5;
    }

    .gk-timelock-div {
        padding: 30px;
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        position: absolute;
        background: #FFFFFF;
        z-index: 9999;
        box-shadow: 0 0 6px 0 #E5E5E5;
        border: 1px solid #E5E5E5;
    }
}

.addStyle{
    background: #DDD;
    margin:0;
}

.gk-add-btn-iptimelock{
    border: none;
    color: #337AB7;
}

.gk-add-btn-iptimelock, .gk-add-btn-iptimelock:hover, .gk-add-btn-iptimelock:active, .gk-add-btn-iptimelock:focus, .gk-add-btn-iptimelock:active:focus{
    border-color: transparent;
    background-color: transparent;
    outline: 0 !important;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.gk-delete-iptimelock-div {
    padding: 30px;
    width: 500px;
    height: 250px;
    top: 40px;
    left: 80px;
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    box-shadow: 0 0 6px 0 #E5E5E5;
    border: 1px solid #E5E5E5;
}

.g-transfer-charge {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
}

/*delete*/
ul.details-print-options {
    padding-top: 70px;
    padding-left: 0;

}

ul.details-print-options > li.printbilled {
    border-top: 1px solid #C9C9C9;
}

ul.details-print-options > li {
    background: #E9E9E9;
    list-style-type: none;
    padding: 20px;
    left: 0;
    border-bottom: 1px solid #C9C9C9;
}

ul.details-print-options > li:hover {
    background: #E0E0E0;
}

.details-print-options > li > span {
    padding-left: 40px;
}

.g-type-padding {
    padding: 5px 5px 5px 0;
}

.g-type-padding-timelock{
    padding: 30px;
}

.g-type-padding-logo{
    padding: 30px;
}

.gk-bold-label {
    font-family: 'AvenirBlack';
}

.g-guarantor-type-modal-table{
    margin: 0;
}

.g-guarantor-type-modal-table > thead {
    background: #fff;
}

.modal-config {
    padding: 0;
    margin: 0;
}

.mobileteldescpan {
    color: #949494;
    font-style: italic;
    font-size: 12px;
}

.gk-padding-left-xsm{
    padding-left: 15px;
}

.gk-btn-modal {
    padding-left: 30px;
    padding-right: 30px;
}
.g-config {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 0;
}

/*timelock*/

/*timelock*/
label.gk-timelock-ul > input {
    display: none;
    padding: 0;
    margin: 0;
}

.gk-timelock-ul > span {
    border: 1px solid #DDD;
    padding: 10px;
}

.selected{
    background: #DDD;
}

/*own adjustments*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .padding-left-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-header > h4{
        padding:0;
    }

    .page-header > ul{
        padding:0;
    }

    .page-header {
        padding: 35px 35px 44px 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/*end*/

@media (max-width: 767px) {
    .table-responsive .dropdown-menu,
    .table-responsive .dropdown-toggle {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

/*added styles 11/28/2016*/
.col9chart{
    /*margin-left: 50px;*/
    /*margin-top: 20px;*/
    /*margin-bottom: 50px;*/
    margin: 0;
    padding: 0;
}

p.gk-graph-nodata{
    color: rgba(204, 204, 204, 0.44);
}

p.gk-graph-nodata-dash{
    color: rgba(204, 204, 204, 0.44);
}

p.airtime-graph-nodata-dash{
    color: rgba(204, 204, 204, 0.44);
}

.no-alerts-display{
    color:rgba(204, 204, 204, 0.44);
    font-size:34px;
    position:absolute;
    left:0;
    top: 0;
}

.airtime-graph-nodata-dash{
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 50px;
    color: rgba(204, 204, 204, 0.44);
}

@media (max-width: 847px){
    .no-alerts-display{
        font-size:20px;
    }
}

@media (max-width: 991px){
    .airtime-graph-nodata-dash{
        font-size:20px;
    }
}

/*@media (max-width: 767px){*/
    /*p.airtime-graph-nodata-dash{*/
        /*font-size: 50px;*/
        /*position: absolute;*/
        /*top: 20px;*/
        /*left: 15px;*/
    /*}*/
/*}*/

@media (min-width: 768px){
    p.gk-graph-nodata {
        font-size: 70px;
        position: absolute;
        top: 180px;
        left: 280px;
    }

    /*p.airtime-graph-nodata-dash{*/
        /*font-size: 100px;*/
        /*position: absolute;*/
        /*top: 100px;*/
        /*left: 165px;*/
    /*}*/

    p.gk-graph-nodata-dash {
        font-size: 70px;
        position: absolute;
        top: 50px;
        left: 146px;
    }
}

.circle-photo {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.login-error-alert button {
    background-color: transparent !important;
}

.login-error-alert {
    /*margin:0px;*/
    /*border-radius: 0;*/
    /*!*z-index: 9999;*!*/
    /*position: relative;*/

    margin: 0;
    border-radius: 0;
    z-index: 9999;
    position: absolute;
}

.break-word{
    word-wrap: break-word;
}

#apiheader {
    background: #fff;
}

#apisidebar-wrapper {
   
    left: 300px;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

/* API Docs Sidebar Styles */
ul.apisidebar-nav li a img {
    margin-right: 15px;
    vertical-align: middle;
}

.apisidebar-nav {
    position: relative;
    top: 0;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-right: 1px solid #f0f4f7;
    font-family: Whitney SSm A,Whitney SSm B,Helvetica,Arial,sans-serif;
    padding-top: 110px;

}

.code::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

.code::-webkit-scrollbar-corner {
    background: transparent;
}

.code::-webkit-scrollbar-track
{
    background: transparent;
}

.code::-webkit-scrollbar-thumb
{
    background: transparent;
    border-radius: 5px;
    opacity : 0.5;
}

.code:hover::-webkit-scrollbar-thumb {
    background: rgb(208, 208, 208);
    opacity : 1;
}

.apisidebar-nav-items{
    padding-left: 20px;
}

ul.apisidebar-nav-items {
    list-style: none;
}

ul.apisidebar-nav-sub-items {
    display: none;
    list-style: none;
    height : auto;
}

.apisidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.apisidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #292e31;
}

.apisidebar-nav li a:hover {
    /*text-decoration: none;*/
    /*background-color: #282a37;*/
    text-decoration:underline;

}

.apisidebar-nav li a:active,
.apisidebar-nav li a:focus {
    text-decoration: none;

}

.apisidebar-nav > .apisidebar-brand {
    height: 100px;
    font-size: 18px;
    line-height: 60px;
    
}

.apisidebar-nav > .apisidebar-brand a {
    color: #999999;
}

.apisidebar-nav > .apisidebar-brand a:hover {
    color: #fff;
    background: none;
}

.apilogo {
    display: inline-block;
    /*width: 60%;
    height: 60%;*/
    border-radius: 50%;
    margin-left: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.apiheader{
    height: 110px;
    top: 0;
    position: absolute;
    padding: 20px;
    border-bottom: 1px solid #f0f4f7;
}

.apiheaderbody {
    overflow-y: auto;
    padding-top: 30px;
    height: inherit;
}
/*
.apibody{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sub-apibody{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
}*/

.sub-apibody{
    padding: 0;
}

@media (min-width: 768px) {


    #apisidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #apisidebar-wrapper {
        width: 0;
    }

}

.apisidebar-nav > .apisidebar-brand {
    height: 100px;
    background: #2db462;
    margin-bottom: 0;
}

ul.apisidebar-nav li a span.glyphicon {
    margin-right: 5px;
}

.apisidebar-nav > li > a > img {
    margin-right: 10px;
    opacity: 0.5;
}

.apisidebar-nav > li.apisidebaractive > a > img {
    opacity: 1;
}

.apisidebaractive {
    text-decoration: none;
    color: #FFFFFF;
    background: #282A37 !important;;
}

.apisidebaractive a {
    color: #fff !important;
}

.apisidebaractive img {
    color: #fff !important;
}

.apisidebar-nav-heading {
    color: #939da3;
}

.featurette-wrapper {
    display:block;
    height: auto;
    width: auto;
}

.f-white-top-border {
    border-top:  1px solid #f0f4f7;
}

.f-dark-top-border {
    border-top:  1px solid #33383b;
}

.featurette {
    
    overflow: hidden;
    background-color: #2d3134;
    height: auto;
}



.featurette-image{
    border: none;
    background: #E4E4E4;
    /*background-color: transparent;*/
    border-radius: 0;
    padding:0;
    width: 100%;
    height: auto;
}
/*
.featurette-image:hover{
    width: 100%;
    top:0px;
    left:0px;
}*/

.f-none{
    display : none;
}
/*
@media (min-width: 992px){
    .f-none{
        padding : 0;
        margin : 0;
        display : block;
    }

    .featurette-image:hover {
        position:relative;
        top:-25px;
        left:90px;
        width: 700px;
        height: auto;
        display:block;
        z-index:2;
    }
}*/

.f-black {
    padding: 25px;
    background:#2d3134;
    color : #dde4e8;
    padding-top: 100px;
    height: auto;
    display:inline-block;

}

.f-white {
    
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px; 
    padding-left: 50px; 
    background-color: #fff;
    display:inline-block;
    /*min-height: 400px;*/
}

.f-white p{
    line-height: 30px;
    color : #4c555a;

}

.f-white ul li {
    line-height: 30px;
    color : #4c555a;
}

.f-white ul li p:nth-child(2){
    color: #242729;
}

.cmd-param {
    padding: 10px;
    font-size: 12px;
}

.cmd-param-head {
    font-weight: 600;
}

p.cmd-param-sub {
    color : #939da3;
}

#home{
    padding-right: 0;
    padding-left: 0;
}
/*
#cmd-menu #cmd-list {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    display: block;
}

#cmd-menu:active #cmd-list, #cmd-menu:focus #cmd-list, #cmd-menu:hover #cmd-list {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}
*/

.code{
    margin: 10px;
    padding: 20px;
    background: #272b2d;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 500;
    color: #d0d4d7;
    /*word-wrap: break-word;*/
    overflow: scroll;
    /*max-height: 300px;*/
    height : 100%;
    -moz-box-shadow:    inset 0 0 10px #242729;
    -webkit-box-shadow: inset 0 0 10px #242729;
    box-shadow:         inset 0 0 10px #242729;
}


.code xmp{
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    margin : 3px;
}


/*01-05-2017 CHANGES*/
.retrailerContent {
    /*margin-left: 35px;*/
    margin-top: 10px;
}

.retailerledgerStyle {
    background: #fff;
    /*box-shadow: 0 1px 1px 1px rgba(195,195,195,0.50);*/
    border-radius: 3px;
    border-bottom: 1px solid #E1E1E1;
}

.retailerledgerleftBox {
    background:#f8f8f8;
    width:140px;
    height:49px;
    padding-top: 15px;
    padding-left: 20px;
    border-right:1px solid #EFEFEF;
    font-size:14px;
    color:#666876;
}

@media (max-width: 991px){
    .retailerledgerleftBox{
        width: 100% !important;
    }
}

.topupLabel{
    border-bottom:1px solid #EFEFEF;
}

.allDistributorWrapper {
    width: 100% !important;
    border: none;
    margin-top: 8px;
    margin-left: 3px;
    background-color: transparent;
    color:rgba(119,119,121,1);
    cursor: pointer;
    box-shadow: none;
    padding-left: 15px;
}

.allDistributorWrapper[disabled] {
    background-color: transparent;
}

.allDistributorWrapper:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.allDistributorWrapper ul li {
    border-radius: 0 !important;
    cursor: pointer !important;
}

.allDistributorWrapper ul li:hover {
    background-color: #f8f8f8;
}

.none{
    display: none;
}

.customselect{
    padding-top:0;
    /*padding-top: 10px;*/
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #FFF;
}

.customselect > .md-select-value > span:not(.md-select-icon) .md-text{
    /*padding-left: 15px;*/
    color: #777779;
    padding-left:0;
}

.customselect > md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value,
.customselect > md-select.md-default-theme .md-select-value, md-select .md-select-value{
    border-bottom-color: #FFF;
}

.distributorAccordionBox .distributorListToggle:hover, .distributorAccordionBox .distributorListToggle:focus {
    outline: 0;
}

.distributorAccordionBox {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(195,195,195,0.50);
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}

.airtime-padding-top-10{
    padding-top: 10px;
}

.airtime-padding-top-20{
    padding-top: 20px;
}

.header-example {
    left: 61.2%;
    right: 0;
    z-index: 10;
    height: 50px;
    min-width: 464px;
    padding-left: 40px;
    background: #242729;
    color: #d0d4d7;
    position: fixed;
    top: 0;
    box-sizing: border-box;
}

input.removefocus:focus{
    box-shadow: none;
}

li.bold {
    font-weight: bold;
}

img{
    outline:none;
    box-shadow: none;
}

table.col-md-12 {
    width: 100%;
}

a{
    cursor : pointer;
}

/*SEARCHES*/

/*md-input-container label:not(.md-no-float){*/
    /*padding-left:0;*/
/*}*/

/*md-input-container label:not(.md-no-float):not(.md-container-ignore){*/
    /*padding-left:0;*/
/*}*/

/*md-input-container label:not(.md-no-float){*/
    /*padding-left:0 !important;*/
/*}*/

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

md-input-container.md-input-has-value label:not(.md-no-float){
    margin:0;
}

md-input-container > md-select{
    border-bottom-color: #E1E1E1 !important;
}

.md-select-value{
    border-bottom-color: #E1E1E1 !important;
}

.modal-body {
    height : auto;
}

.reportslabel{
    padding-left: 21px;
    background: #f8f8f8;
    height: 60px;
    padding-top: 21px;
    padding-bottom: 0;
    border-right: 1px solid #EFEFEF;
    font-size: 14px;
    color: #666876;
}

.rel-list {
    margin-top: -23px;
    margin-left: 15px;
}

ul.logs-details-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D2D2D2;
}

ul.logs-details-list > li {
    padding: 10px;
    border-bottom: 1px solid rgb(216, 216, 216);
}

ul.details-list > li{
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
}

ul.details-list > li:last-child{
    border-bottom: 1px solid #FFF;
}

ul.details-list > li > span{
    padding-left: 15px;
    padding-right:15px;
}

.log-details-box{
    background: #fff;
    border: 1px solid #D8D8D8;
    height: 300px !important;
    overflow-y: auto;
    min-height:200px !important;
    padding: 0;
}

@media (max-width: 767px) {
    ul.logs-details-list > li {
        padding: 0;
    }

    ul.logs-details-list > li > span {
        padding: 0;
    }

    ul.details-list > li > span {
        padding-left: 0;
        padding-right: 0;
    }
}

.airtime-topup-graphs-details > .modal-dialog{
    margin-top: 100px;
    height: 100% !important;
    width: 50% !important;
}

.airtime-topup-graphs-details .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    height: 50% !important;
    border:none;
}

@media (max-width: 991px) {
    .airtime-topup-graphs-details > .modal-dialog {
        margin: 10% auto auto auto;
        height: 90% !important;
        min-height: 180px !important;
        width: 90% !important;
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    }

    .airtime-topup-graphs-details .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        width: 90% !important;
        height: 90% !important;
        position: absolute;
        border: none;
    }
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-outline-green{
    font-family:'AvenirMedium';
    /*font-size:14px;*/
    color:#2db462!important;
    border-color: #2db462!important;
    border-radius:3px;
}

.btn-outline-purple:hover{
    color:#2db462 !important;
    background-color: #e6e6e6!important;
}

/*02-09-2017*/
.demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.dashboardBoxMandatory {
    background: #ffffff;
    border-radius: 3px;
    padding: 15px 20px 15px 20px;
    margin-bottom: 20px;
}

.dashboardBoxMandatory1 {
    background: #ffffff;
    border-radius: 3px;
    padding: 50px 20px 15px 20px;
    margin-bottom: 20px;
}

/*02-14-17 CHANGES by antonio ones*/
.gk-modal-confirmation-modal > .modal-dialog{
    margin-top: 10%;
    height: 180px !important;
    width: 300px;
    background-color: #F0F0F0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gk-modal-confirmation-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}

.airtime-no-connection-modal > .modal-dialog{
    margin-top: 10%;
    height: 235px !important;
    width: 400px;
    background-color: #F0F0F0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.airtime-no-connection-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 400px;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}

.airtime-report-configuration-modal > .modal-dialog{
    margin-top: 9%;
    height: 260px !important;
    width: 700px;
    background-color: #F0F0F0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.airtime-report-configuration-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 700px;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}

@media (max-width: 991px) {
    .gk-modal-confirmation-modal > .modal-dialog {
        margin: 5%;
        height: 180px !important;
        min-height: 180px !important;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .gk-modal-confirmation-modal .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        height: auto !important;
        position: absolute;
        width: 90%;
        border: none;
    }

    .airtime-no-connection-modal > .modal-dialog {
        margin: 5%;
        height: 180px !important;
        min-height: 180px !important;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .airtime-no-connection-modal .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        height: auto !important;
        position: absolute;
        width: 90%;
        border: none;
    }

    .airtime-report-configuration-modal > .modal-dialog {
        margin: 9% 5% 5% 5%;
        height: 500px !important;
        min-height: 301px !important;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .airtime-report-configuration-modal .modal-content {
        background-color: #F0F0F0;
        padding-left: 0;
        padding-right: 0;
        height: auto !important;
        position: absolute;
        width: 90%;
        border: none;
    }

}

/*02-16-2017*/
md-input-container label:not(.md-no-float) {
    padding-left: 15px !important;
}

md-input-container > md-select > .md-select-value > span{
    padding-left: 15px;
}

.md-select-value > span:not(.md-select-icon) .md-text {
    padding-left: 24px;
}

/*password-strength*/
input.ng-pristine + ul#strength {
    display:none;
}
ul#strength {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}
.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:2px;
    width:20px;
    /*height: 4px;*/
    /*margin-right: 2px;*/
    /*width: 12px;*/
}
#footer {
    position:fixed;
    bottom:5px;
}

.level1{
    /*background: #F00;*/
    color: #F00;
    /*color: #d9534f;*/
}
.level2{
    /*background: #F90;*/
    color: #F90;
    /*color: #FF0;*/
}
.level3{
    /*background: #FF0;*/
    color: #FF0;
    /*color: #eea236;*/
}
.level4{
    /*background: #9F0;*/
    /*color: #9F0;*/
    color: #31b0d5;
}
.level5{
    /*background: #0F0;*/
    color: #0F0;
    /*color: #449d44;*/
}

span.pass-lbl{
    color: rgba(0,0,0,0.54);
}

/*ul#strength{*/
/*display: inline;*/
/*}*/
ul#strength li.point{
    background: #DDD;
}

#g-passwd ul#g-menu li.g-pass-req{
    padding: 0 10px;
}

#g-passwd ul#g-menu{
    min-width: 210px;
    color: #f0f0f0;
    background-color: #2db462;
}

#g-passwd ul#g-menu li.dropdown-header{
    font-size: 14px;
    color: #f0f0f0;
    background-color: #2DB462;
    padding-left: 10px;
}

/*02-22-2017 edited by anton*/
md-checkbox.md-checked .md-ink-ripple{
    color: #2DB462;
}

md-checkbox.md-checked .md-icon{
    background-color: #2DB462;
}

/*table*/
.breaktable{
    table-layout: auto;
}

.breaktable2{
    table-layout: fixed;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 13px;
}

@media screen and (min-width: 1330px) and (max-width: 1562px) {
    .breaktable{
        table-layout: fixed;
    }
}

.table.breaktable>tbody>tr:nth-last-child(2)>td>div.dropdown>ul.dropdown-menu,
.table.breaktable>tbody>tr:nth-last-child(3)>td>div.dropdown>ul.dropdown-menu{
    position: static !important;
}

@media screen and (min-width: 700px) and (max-width: 1436px) {
    #tbl-responsive{
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/*02-23-17*/
md-input-container.topuptxn-date label:not(.md-no-float) {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
}

md-input-container.topuptxn-date.md-input-has-value label:not(.md-no-float){
    padding-bottom: 0 !important;
}

md-input-container.topuptxn-date:not(.md-input-invalid).md-input-has-value .md-input {
    padding-left: 0;
    padding-bottom: 0;
}

.customselect > .md-select-value > span:not(.md-select-icon) .md-text{
    padding-bottom: 15px;
}

/*02-28-2017*/
.idle-timeout-confirmation-modal > .modal-dialog{
    margin-top: 10%;
    height: 180px !important;
    width: 300px;
    background-color: #F0F0F0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.idle-timeout-confirmation-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0px;
    padding-right: 0px;
    width: 300px;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}

@media (max-width: 991px) {
    .idle-timeout-confirmation-modal > .modal-dialog {
        margin: 5%;
        height: 180px !important;
        min-height: 180px !important;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

    .idle-timeout-confirmation-modal .modal-content {
        background-color: #F0F0F0;
        padding-left: 0px;
        padding-right: 0px;
        height: auto !important;
        position: absolute;
        width: 90%;
        border: none;
    }
}

/* view full image */
.box {
    width: 390px;
    height: 455px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    float: left;
    /*margin: 20px 30px;*/
    margin:0;
}

.box img {
    width: auto;
    height: auto;
    max-width: 390px;
    max-height: 450px;
    /*transform: scale(0.5, 0.5);*/
    /*-ms-transform: scale(0.5, 0.5);*/
    /*-webkit-transform: scale(0.7, 1);*/
}

.box .overlay {
    width: 390px;
    height: 455px;
    /*background: #fff;*/
    margin: -455px 0px 0px 0px;
    /*margin: -185px 0 0 0;*/
    /*opacity: 0.5;*/
}

.box a {
    padding: 5px 7px;
    border: 1px solid #DDDDDD;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    margin: -140px 0px 0px 15px;
    display: inline-block;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer; /* z-index: 10000; */
    position: absolute;
}

.box .overlay:hover {
    opacity: 0.1;
    transition: all 0.5s ease-in-out;
    width: 390px;
    margin-left: 0;
    /*float: right;*/
}

.box:hover {
    box-shadow: 0px 0px 10px #6A6A6A;
    /*border: 1px solid #27BDD7;*/
    transition: all 0.5s ease-in-out;
}

.box:hover a {
    opacity: 1;
    background: #FFFFFF;
    color: #000000;
    margin: -40px 0px 0px 15px;
    border-radius: 1px;
    border-radius: 3px;
}

.box a:hover {
    background: #2DB462;
    color: #FFF;
    border: 1px solid #2DB462;
    transition: all 0.5s ease-in-out;
}

/*purchase history*/
.box-history {
    width: 390px;
    height: 340px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    float: left;
    /*margin: 20px 30px;*/
    margin:0;
}

.box-history img {
    width: auto;
    height: auto;
    max-width: 390px;
    max-height: 450px;
    /*transform: scale(0.5, 0.5);*/
    /*-ms-transform: scale(0.5, 0.5);*/
    /*-webkit-transform: scale(0.7, 1);*/
}

.box-history .overlay-history {
    width: 390px;
    height: 455px;
    /*background: #fff;*/
    margin: -455px 0px 0px 0px;
    /*margin: -185px 0 0 0;*/
    /*opacity: 0.5;*/
}

.box-history a {
    padding: 5px 7px;
    border: 1px solid #DDDDDD;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    margin: -140px 0px 0px 15px;
    display: inline-block;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer; /* z-index: 10000; */
    position: absolute;
}

.box-history .overlay-history:hover {
    opacity: 0.1;
    transition: all 0.5s ease-in-out;
    width: 390px;
    margin-left: 0;
    /*float: right;*/
}

.box-history:hover {
    box-shadow: 0px 0px 10px #6A6A6A;
    /*border: 1px solid #27BDD7;*/
    transition: all 0.5s ease-in-out;
}

.box-history:hover a {
    opacity: 1;
    background: #FFFFFF;
    color: #000000;
    margin: -40px 0px 0px 15px;
    border-radius: 1px;
    border-radius: 3px;
}

.box-history a:hover {
    background: #2DB462;
    color: #FFF;
    border: 1px solid #2DB462;
    transition: all 0.5s ease-in-out;
}

/*dashboard notifications list item*/
li.dashboard-notif-item{
    border: 1px solid #fff;
    border-top: 1px solid #E3DEDF;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

li.dashboard-notif-item:last-child {
    border-bottom: 1px solid #E3DEDF;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bold-name{
    /*font-weight: bold;*/
    font-family: 'AvenirBlack'; /*a name to be used later*/
    /*font-family: 'AvenirHeavy'; !*a name to be used later*!*/
}

/* AUTO COMPLETE */
md-autocomplete > .md-whiteframe-z1{
    box-shadow: none;
}

md-autocomplete input:not(.md-input){
    padding: 0 !important;
}

md-autocomplete input::-webkit-input-placeholder {
    color: #9E9E9E;
}
md-autocomplete input:-moz-placeholder { /* Firefox 18- */
    color: #9E9E9E;
}

md-autocomplete input::-moz-placeholder {  /* Firefox 19+ */
    color: #9E9E9E;
}

md-autocomplete input:-ms-input-placeholder {
    color: #9E9E9E;
}

md-input-container:not(.md-input-has-value) input:not(:focus){
    color: inherit !important;
}

/*MD DATEPICKER*/
.md-datepicker-input {
    display: none;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
    display: none;
}

.md-datepicker-calendar-icon {
    content: url("/themes/img/calendargreen.svg");
}

table.md-calendar-day-header > thead > tr > th {
    background: #313443;
    color: white;
}

.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #2DB462;
    color: #FFF;
}

.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
    border: 1px solid #2DB462;
}

/*END MD DATEPICKER*/

.report-labels{
    font-size: 11px;
    color: gray;
}

.purchase-details{
    height: 480px !important;
    overflow-y: auto;
    min-height: 300px !important;
    padding: 0;
}

.purchase-details-txns{
    height: 507px !important;
    overflow-y: auto;
    min-height: 500px !important;
    padding: 0;
}

div.has-error {
    border-color: rgb(221,44,0);
    border-width: 2px;
}

.retailer-security-form {
    padding: 10px 30px 5px 30px;
}

.airtime-new-security .modal-content {
    height: 300px;
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 500px;
}

table#security-info-tbl{
    background-color: #ffffff;
    border:none;
}

table#security-info-tbl>tbody>tr>td {
    padding: 17px;
    border: none;
    border-bottom: 1px solid #E0E0E0;
}

.dashboardrightBoxdetails {
    padding-left: 20px;
    padding-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 56px;
    border-left: 1px solid #ddd;
    word-break: break-word;
    max-width: 450px;
}

.dashboardleftBox {
    /* border-right: 1px solid #ddd; */
    padding: 0;
    padding-top: 8px;
}