/* app css stylesheet */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   /* display: none; <- Crashes Chrome on hover */
   -webkit-appearance: none;
   margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*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*/

a{
    cursor:pointer;
}

* {
    font-family: "AvenirMedium";
}

body {
    background-color: #f6f6f6;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
.g-norecord{
    color: #909195;
}

#main-cover{
    background-color: #efbd39;
}

/*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;
}

/*SIDEBAR STYLE*/
#wrapper {
    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 {
    top: 0;
    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;
}
/*new sidebar css*/

#wrapper {
    padding-left: 300px;
}

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

#page-content-wrapper {
    width: 100%;
    /*position: absolute;*/
    background-color: #F6F6F6;
}

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

/* Sidebar Styles */

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

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

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

.sidebar-nav li a img {
    opacity:0.5;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-left: 0px;
}

.sidebar-brand .dropdown-menu li a img {
    margin-right: 20px;
    margin-left: 0px;
}

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

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

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

.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 {
        position: relative;
    }

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

.userprofile {
    height: 100px;
    background-color:#EAB732;
    margin-bottom:0px;
    cursor:pointer;
}

.userprofile{
    padding-left:23px;
    padding-top:25px;
}

.userprofile h5{
    font-size:15px;
    font-weight: bold;
    color:#313443;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

.userprofile h4{
    font-size:14px;
    color:#313443;
    line-height: 0;
    margin:0 !important;
}

.sidebar-spacer {
    height: 35px;
}

.sidebaractive{
    background-color: #282a37;
 }

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

li.sidebaractive a img {
    opacity:1;
}

.customBadge {
    padding: 4px 9px;
    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;
}

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

/*dashboard modal view user logs*/
#viewAllSystemLogs .modal-dialog{
    width:750px;
}

#viewAllSystemLogs .modal-content{
    background:#f0f0f0;
    box-shadow:0px 0px 30px 0px rgba(101,101,101,0.50);
}

#viewAllSystemLogs .modal-body{
    padding-top:24px;
    padding-left:33px;
    padding-right:19px;
    border-radius:10px;
}

#viewAllSystemLogs .modal-content .modal-body .close{
    opacity: 1;
}

#viewAllSystemLogs .modal-content .modal-body .close:hover{
    opacity: 0.5;
}

#viewAllSystemLogs .modal-content .modal-footer{
    background:#efbd39;
    padding-top:0;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.addScroll {
    overflow-y:scroll;
    max-height:480px;
}

.dashboardRightContent .info {
    background: rgb(18, 198, 200);
}

.dashboardRightContent .critical {
    background: #ef7f72;
}
.dashboardRightContent .warning {
    background-color: #FEE18A;
}


.dashboardRightContent .info span, .dashboardRightContent .critical span {
    color:#fff !important;
}

.dashboardRightContent .warning span {
    color: rgb(132, 124, 124);
}

.dashboardBox {
    background:#ffffff;
    box-shadow:0px 1px 2px 0px rgba(195,195,195,0.50);
    border-radius:2.5px;
    padding: 20px;
    margin-bottom: 20px;
}
.dashboarLeftContent {
    margin-left: 35px;
    margin-top: 10px;
}

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

.dashboardBoxLabel {
    margin-top: 20px;
    margin-left: 18px;
    font-size: 18px;
}

.dashboardBoxLabel2 {
    margin-left: 37px;
    margin-top: 5px;
    font-size: 18px;
}

h4.dashboardBoxLabel2 {
    margin-bottom: 5px;
}

h4.dashboardBoxLabel3 {
    margin-bottom: 5px;
}

.dashboardBoxSubLabel2 {
    margin-left: 37px;
    font-size: 11px;
}

.dashboardBoxLSubLabel3 {
    margin-left: 30px;
    font-size: 11px;
}

.dashboardBoxLabel3 {
    margin-left: 27px;
    margin-top: 5px;
    font-size: 18px;
}

.dashboardh4Label {
    margin-top:0;
}

.dashboardh4Label strong {
    font-size:20px;
}

.tabpillbgcolor1 {
    background-color:#12C6C8;
}

.tabpillbgcolor2 {
    color:#fff;
}

.tabpill {
    background-color: #FEE18A;
    width: 100%;
    /*width: 115px;
    /*width: 100px;*/
    height: 28px;
    border-radius:50px 0px 0px 50px;
}
.tabpill span{
    color: #999;
    font-size: 12px;
    margin-top: 6px;
    margin-right: 5px;
}

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

.dashboardRightContent .list-group-item {
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 0px;
    border-left:none;
    border-right:none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.dashboardleftBox {
    /*border-right:1px solid #ddd;*/
    padding:0;
    padding-top:8px;
}

.dashboardrightBox {
    height: 56px;
    border-left: 1px solid #ddd;
    padding-left:20px;
    padding-top: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.dashboardrightBox:hover {
    height: auto;
    display: block;
    min-height: 56px;
    white-space: normal;
    word-break: break-all;

}


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

.airtime-dashboard-button {
    background-color: transparent;
    border-color: #efbd39;
    font-size:14px;
    color:#efbd39;
    border-radius: 0;

}

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

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

.userprofile .customcaret {
    margin-top: 20px;
    /*margin-right: 54px;*/
    margin-right: 20px;
}


.sidebar-brand .dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    min-width: 300px;
    padding: 5px 0;
    background-color: #EFBD39;
    margin-top:0;
    border-radius: 0;
    border:none;
}

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

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

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

}

.distributorAccordionBox h4 {
    margin-left:20px;
    margin-right:20px;
    font-size: 14px;
    outline: 0;
}

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

.distributorContent {
    margin-left: 35px;
    margin-top: 10px;
    cursor:pointer;
}

.selectedDistributor {
    color:#efbd39;
}

.distributorCaret {
    margin-right: 7px;
    margin-top: 2px;
}

.accordionArrow {
    color: #dfdadb;
    text-decoration: none;
}

.accordionArrow:hover {
    color: #dfdadb;
}

.distributorHeader img {
    margin-right:13px;
    cursor: pointer;
    outline: 0;
}

.distributorHeader h4 {
    margin-top:0;
}

.distributorHeader strong {
    font-size:20px;
}

.distributorDetails {
    border-top:1px solid #E5E0E1;
    margin-top:15px;
}

img.openDistributorDetails{
    transform:rotate(90deg);
}

table.distributorInfo {
    /*margin:27px 0 0 27px;*/
    margin:27px auto;
}

table.distributorInfo tr td {
    line-height: 17px;
    border-top: transparent;
}

.editDistributorBtn {
    border-radius: 0px;
    color: #5e9791;
    width: 250px;
    margin: 5px 0px;
    /*display: block;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.editDistributorBtn:hover, .editDistributorBtn:active, .editDistributorBtn:focus, .editDistributorBtn:active:focus {
    color: #5e9791;
    background-color: transparent;
    border-color: #5e9791;
}

.editDistributorWalletBtn {
    border-radius: 0px;
    color: #46b8da;
    background-color: transparent;
}

.distributorEditBtnMarginRight {
    margin-right:10px;
}

.EditBtnMarginLeft {
    margin-left:10px;
}

.editDistributorWalletBtn:hover, .editDistributorWalletBtn:active, .editDistributorWalletBtn:focus, .editDistributorWalletBtn:active:focus {
    color: #46b8da;
    background-color: transparent;
    border-color: #46b8da;
}

.distributorSubHeader {
    margin-top:0;
}

.distributorSubHeader strong {
    font-size:20px;
}

.dropdownDistributor {
    border-right:1px solid #E5E0E1;
}

/*distributor modal*/

.modalheadermargin {
    margin-left:55px;
}

.modalSubheadermargin {
    margin-right:10px;
}

.modalSubheadermargin1 {
    border:2px solid #E0E0E0; 
    width: 665px;
    margin-top: 1px;
}

.modalSubheadermargin2 {
    background-color:#E0E0E0;
    margin-left:10px;
}

.modalSubheaderlabel1 {
    margin-left:20px;
    color:rgba(189, 189, 189, 1);
}

.modalSubheaderlabel2 {
    margin-right:25px;
    color:rgba(189, 189, 189, 1);
}

.modalSubheaderlabel3 {
    margin-left: 190px;
    color:rgba(189, 189, 189, 1);
}

#addDistributor .modal-dialog{
    border-radius:5px;
    width:850px;
}

#addDistributor .modal-content,
#addBlocklist .modal-content,
#addadminuserform .modal-content, .modal-content{
    background:#f0f0f0;
    box-shadow:0px 0px 30px 0px rgba(101,101,101,0.50);
}

#addDistributor .modal-body, .modal-body{
    padding-top:24px;
    padding-left:33px;
    padding-right:19px;
}

#addDistributor .modal-content .modal-body .close{
    opacity: 1;
}

#addDistributor .modal-content .modal-body .close:hover{
    opacity: 0.5;
}

#addDistributor .modal-content .modal-footer{
    background:#efbd39;
    padding-top:0;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*distributor user modal*/
#DistributorUsersModal .modal-dialog{
    border-radius:5px;
    width:850px;
}
#DistributorUsersModal .modal-content .modal-body .close{
    opacity: 1;
}

#DistributorUsersModal .modal-content .modal-body .close:hover{
    opacity: 0.5;
}

#DistributorUsersModal .DUserModalHeader img {
    margin-top: 14px;
}
#DistributorUsersModal .DUserModalHeader h5 {
    margin-top: 10px;
}



.distributorModalBtn, .distributorModalBtn:hover, .distributorModalBtn:active, .distributorModalBtn:focus, .distributorModalBtn:active:focus {
    color: #ddd;
    text-decoration: none;
    outline: none;
}

.distributorModalBtn {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight:bold;
    margin-top: 4px;
}

.headerLabel {
    margin-left: 33px;
    margin-right: 28px;
}

.circleDot {
    background: rgba(189, 189, 189, 1);
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.activeCircleDot {
    background: #EFBD39;
    color:#999;
}

.activeLabel {
    color:#999;
}

.formMargins {
    margin-top:10px;
    margin-left: 19px;
    margin-right: 28px;
}

table#g-denoms {
    background-color: #ffffff;
    border: none;
}

table#g-denoms input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

table#g-denoms>thead>tr>td.g-border-left, table#g-denoms>tbody>tr>td.g-border-left {
    border-left: 1px solid #E0E0E0;
}
table#g-denoms>thead>tr>td.g-border-left-checkbox, table#g-denoms>tbody>tr>td.g-border-left-checkbox {
    border-left: 1px solid #979797;
    border-right: 1px solid #E0E0E0;
    width: 50px;
}
table#g-denoms>thead>tr>td {
    background: #E0E0E0;
}

table#g-denoms>tbody>tr>td {
    padding-top:10px;
    padding-bottom:10px;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    vertical-align: middle;
}

.LastFormInput {
    margin-bottom: 0 !important;
}
/*angular materials*/
.md-input-focused label{
    color: #12c6c8 !important;
    margin-left:10px;
    margin-bottom:0;
}

md-radio-group label {
    -webkit-transform: translate3d(0,6px,0) scale(.75);
    transform: translate3d(0,6px,0) scale(.75);
    margin-left: 10px;
    color: #12c6c8 !important;
    margin-bottom: 20px;
}

.toggleDistributorBox:focus {
    outline: 0 !important;
}

#DistributorForm md-input-container label,
#addBlocklist md-input-container label,
#addadminuserform md-input-container label,
#addsystemalertform md-input-container label,
#retailerDetails md-input-container label,
.advanceSearchStyle md-input-container label{
    margin-bottom: 0;
}

#DistributorForm md-input-container .md-placeholder, #DistributorForm md-input-container label:not(.md-no-float),
#addBlocklist md-input-container .md-placeholder, #addBlocklist md-input-container label:not(.md-no-float),
#addadminuserform md-input-container .md-placeholder, #addadminuserform md-input-container label:not(.md-no-float),
#addsystemalertform md-input-container .md-placeholder, #addsystemalertform md-input-container label:not(.md-no-float),
#retailerDetails md-input-container .md-placeholder, #retailerDetails md-input-container label:not(.md-no-float),
.advanceSearchStyle md-input-container .md-placeholder, #retailerDetails md-input-container label:not(.md-no-float) {
    padding-left:20px !important;
    padding-bottom:0px !important;
}

#DistributorForm md-input-container:not(.md-input-invalid).md-input-focused .md-input,
#addBlocklist md-input-container:not(.md-input-invalid).md-input-focused .md-input,
#addadminuserform md-input-container:not(.md-input-invalid).md-input-focused .md-input,
#addsystemalertform md-input-container:not(.md-input-invalid).md-input-focused .md-input,
#retailerDetails md-input-container:not(.md-input-invalid).md-input-focused .md-input,
.advanceSearchStyle md-input-container:not(.md-input-invalid).md-input-focused .md-input
{
    border-bottom:1px solid #E1E1E1;
}

#DistributorForm md-input-container .md-input,
#addBlocklist md-input-container .md-input,
#addadminuserform md-input-container .md-input,
#addsystemalertform md-input-container .md-input,
#retailerDetails md-input-container .md-input,
.advanceSearchStyle md-input-container .md-input{
    padding-left:40px !important;
}

#DistributorForm md-input-container:not(.md-input-invalid).md-input-has-value label,
#addBlocklist md-input-container:not(.md-input-invalid).md-input-has-value label,
#addadminuserform md-input-container:not(.md-input-invalid).md-input-has-value label,
#addsystemalertform md-input-container:not(.md-input-invalid).md-input-has-value label,
#retailerDetails md-input-container:not(.md-input-invalid).md-input-has-value label,
.advanceSearchStyle md-input-container:not(.md-input-invalid).md-input-has-value label{
    color: #12c6c8 !important;
    margin-left:10px;
}

#DistributorForm .distributorFirstInput,
#addBlocklist .distributorFirstInput,
#addadminuserform .distributorFirstInput ,
#addsystemalertform .distributorFirstInput ,
#retailerDetails .distributorFirstInput{
    margin-top: 45px !important;
    margin-bottom: 10px;
}
#DistributorForm .distributorLastInput,
#addBlocklist .distributorLastInput,
#addadminuserform .distributorLastInput,
#addsystemalertform .distributorLastInput,
#retailerDetails .distributorLastInput{
    margin-bottom: 0;
    margin-top:30px;
}
#DistributorForm md-input-container,
#addBlocklist md-input-container,
#addadminuserform md-input-container,
#addsystemalertform md-input-container,
#retailerDetails md-input-container,
.advanceSearchStyle md-input-container{
    padding-left: 0;
    padding-right: 0;
}

#DistributorForm md-input-container md-select-value,
#addBlocklist md-input-container md-select-value,
#addadminuserform md-input-container md-select-value,
#addsystemalertform md-input-container md-select-value,
#retailerDetails md-input-container md-select-value,
.advanceSearchStyle md-input-container md-select-value {
    padding-left:23px;
}

/*#DistributorForm md-input-container .md-select-menu-container {*/
    /*z-index: 9999 !important;*/
/*}*/

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

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

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

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

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

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

md-input-container.g-first{
    margin-top: 45px !important;
}

#DistributorForm .distributorBusinessType {
    width: 100%;
    margin-top: 8px;
    padding-left: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    color: #9e9e9e;
}

#DistributorForm .distributorBusinessType:focus,
#addBlocklist .distributorBusinessType:focus,
#addadminuserform .distributorBusinessType:focus,
#addsystemalertform .distributorBusinessType:focus {
    outline:0;
}
#DistributorForm .distributorBusinessType:active,
#addBlocklist .distributorBusinessType:active,
#addadminuserform .distributorBusinessType:active,
#addsystemalertform .distributorBusinessType:active {
    color: #999;
}

#DistributorForm .removeTopMargin {
    margin-top: 14px !important;
    margin-bottom: 10px;
}

#DistributorForm md-content,
#addBlocklist md-content,
#retailerDetails md-content{
    border: 1px solid #e1e1e1;
}

#DistributorForm .modal-footer .btn+.btn,
#addBlocklist .modal-footer .btn+.btn,
#addadminuserform .modal-footer .btn+.btn,
#addsystemalertform .modal-footer .btn+.btn,
#retailerDetails .modal-footer .btn+.btn {
    margin-right: 23px;
}

#DistributorForm .addmarginLeft {
    margin-left: 22px;
}

#DistributorForm md-input-container,
.advanceSearchStyle md-input-container{
    margin-top:10px;
}

/*retailer*/
.retrailerContent {
    margin-left: 35px;
    margin-top: 10px;
}

.retrailerContentStyle {
    background: #fff;
    box-shadow: 0px 1px 1px 1px rgba(195,195,195,0.50);
    border-radius: 2.5px;
    margin-bottom: 15px;
}

.retrailerContentStyle span {
    padding-top:12px;
}

.retrailerTableContent {
    background: #fff;
    box-shadow: 0px 1px 1px 1px rgba(195,195,195,0.50);
    border-radius: 2.5px;
    margin-bottom: 20px;
    padding-left:36px;
    padding-right:36px;
    padding-top:43px;
    padding-bottom:10px;
}

.retailerleftBox {
    background:#f8f8f8;
    width:140px;
    height:49px;
    padding-top: 15px;
    font-size:14px;
    color:#666876;
}

select.provider-select {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
}

.burgerPadding {
    padding: 0 5px 2px 0;
}

.retailerHeaderNoMargin {
    margin-top:0;
}

.retailerHeaderFontSize {
    font-size:20px;
}

.rightBox {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:14px;
    padding-left: 15px;

}

.triangleBtn {
    padding-top:10px;
    outline:none !important;
}

.rightBoxArrow {
    transform:rotate(180deg);
}

table.retailListTable>thead>tr>th {
    border-color: #F2EFF0;
    border-width: 1px;
}

table.retailListTable tbody tr td {
    font-family:'Avenir-Roman';
    color:#30333c;
    vertical-align: middle;
}

.retailListTblheader {
    border-right:1px solid #F2EFF0;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.noborderRight {
    border-right:0;
}

.withPaddingLeft {
    padding-left:20px;
}

.btnForModal {
    padding:0 5px 0 0;
    outline: none !important;
}

.retailerBalance {
    padding-right:50px;
}

.warningLevel {
    color:#ef7f72 !important;
}

table.retailerDetailsModal tbody tr td {
    border:none;
    padding-top:0;
    font-size:14px;
    color:#313443;
}

.retailerDetailsDialog {
    width:60%;
}

.disabledTextBox{
    pointer-events: none;
}

.retailerDetailsDialogContent {
    background-color:#F0F0F0;
}
.retailerDetailsDialogContentBody {
    padding:30px;
}

.modalcontentWrapper {
    border-right:2px solid #EAE9E9;
}

.retailerRefreshBtn {
    margin-right:30px;
}

.moreThanOneminute{
    color:	#FF0000!important;
    /* text-decoration: underline #FF0000; */
}
.lessThanOneminute{
    color:	#0000FF!important;
    /* text-decoration: underline #FFFF00; */
}


 /* Remove AM/PM and dropdowntime in analysis timefrom timeto 
 input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}
input[type=time]::-webkit-datetime-edit-ampm-field {
    display: none;
    }  */


.timeFromHr, 
.timeFromMin,
.timeToHr,
.timeToMin{
    width: 25px!important;
    /* border: none; */
}

.tbleTimeFrom tr td{
    width: 0px!important;
}

.timeFromHr,
.timeToHr{
    float: right;
    margin-right: -3px;
}

.errorTimeTo{
    border-color: #FF0000;
}


/*-----------------------------------*/
/*login styling*/
/*-----------------------------------*/

.g-bg-yellow{
    background: #EFBD39;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
}

.g-body-login-bg{
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
}

.g-login-box{
    margin:1% auto;
    background:#fee18a;
    box-shadow:0px 0px 5px 0px #efbd39;
    border-radius:2.5px;
    width:400px;
    /*height:400px;*/
}

.loginAlert {
    border-radius: 0;
    background-color: rgba(221, 44, 0, 0.28);
    border-color: rgba(221, 44, 0, 0.28) !important;
}

.g-login-box h4 {
    font-size:40px;
    color:#303342;
    margin-top:45px;
}

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

.g-login-box-cover{
    height: 100%;
    margin-top: 30px;
    padding: 70px 95px;
    background:#EFBD39;
}

.g-login-header h4, .g-login-header p{
    font-family:'AvenirHeavy';
    color:#303342;
    letter-spacing:0px;
    text-align:center;

}

.g-login-header h4{
    margin-bottom: 15px;
}

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

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

.g-airtime-input .login-icon {
    margin-top: 19px;
    margin-right: 10px;
    margin-left: 40px;
    font-size: 14px;
    color: #999;
}

.g-airtime-input-pass {
    border-top:1px solid #fee18a;
}

.g-airtime-checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    margin-left: 39px;
    margin-top: 10px;
    margin-right: 5px;
}
.g-airtime-checkbox span {
    margin-top:10px;
    padding-bottom: 10px;
    font-size:12px;
    color:#303342;
}
.g-airtime-checkbox span{
    color: rgba(84, 90, 131, 0.68);
}

.g-airtime-btn .btn-primary{
    border: none!important;
    border-radius:0px!important;
    font-family:'AvenirMedium';
    font-size:30px;
    background:#303342;
    height:85px;

}
.g-airtime-btn .btn-primary:hover {
    background-color: rgba(48, 51, 66, 0.90)!important;
}

.g-airtime-btn .btn-primary:focus, .g-airtime-btn .btn-primary:active {
    background-color: rgba(48, 51, 66, 0.90)!important;
}

.g-airtime-btn .btn.focus, .g-airtime-btn .btn:focus, .g-airtime-btn.btn:hover {
    color: #f0f0f0!important;
    text-decoration: none!important;
    border: none!important;
    outline: none;
}

.g-airtime-btn {
    background:#ffffff;
    height:85px;
    cursor: pointer;
}

.g-airtime-btn h3{
    font-size:30px;
    color:#f0f0f0;
    padding-top: 25px;
    margin-top: 10px;
}

.airtimeTrxnTableHeader {
    border-right:1px solid #F2EFF0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table.airtimeTrxnTable>thead>tr>th {
    border-color: #F2EFF0;
    border-width: 1px;
}

table.airtimeTrxnTable tbody tr td {
    font-family:'Avenir-Roman';
    color:#30333c;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

.airtimeTrxnTableHeader2 {
    border-right:1px solid #F2EFF0;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.airtimeTrxnTableCell {
    border-right:1px solid #F2EFF0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.report-total {
    font-family: 'AvenirHeavy' !important;
    font-size: 12px;
}


.retrailerLedgerStyle {
    background: #fff;
    box-shadow: 0px 1px 1px 1px rgba(195,195,195,0.50);
    border-radius: 2.5px;

    height: 49px;
    padding: 7px;
    padding-left: 140px;
    position: relative;
}

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

}

.retrailerLedgerStyle select {
    width: 100%;
    border: none;
    margin: 0;
    background-color: transparent;
    color: rgba(119,119,121,1);
    cursor: pointer;
    box-shadow: none;
}

.topupMenu {
    /*margin-left: 35px;*/
    margin-left: 26px;
    margin-top: 10px;
    outline: 0;
}

.topupMenu .nav-tabs {
    border-bottom: none;
}

.topupMenu .nav-tabs:focus {
    outline: none !important;
}

.topupMenu .nav-tabs>li>span>a {
    margin-right: 0;
    line-height: 0.99;
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left:0;
    color:#ccc;
    font-size: 16px;
}

.topupMenu .nav-tabs>li:first-child {
    margin-left:0px;

}

.topupMenu .nav-tabs>li:last-child {
    border: none;
    padding-left:9px;
}

.topupMenu .nav-tabs>li.active:focus, .topupMenu .nav-tabs>li.active:active {
    outline: 0 !important;
}

.topupMenu .nav-tabs>li {
    border-right:3px solid #ccc;
    margin-bottom: 5px;
    padding-left:9px !important;
}

.topupMenu .nav>li>span.g-tab>a:focus, .topupMenu .nav>li>span>a.g-tab:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.topupMenu .nav-tabs>li.active>span>a, .topupMenu .nav-tabs>li.active>span>a:focus, .topupMenu .nav-tabs>li.active>span>a:hover {
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    color: #eab732;
    /*text-decoration: underline;*/
    outline: 0 !important;
}
 .topupMenu .nav-tabs>li.active>span.g-tab>a, .topupMenu .nav-tabs>li.active>span.g-tab>a:focus, .topupMenu .nav-tabs>li.active>span.g-tab>a:hover{
     border-bottom: 3px solid #eab732;
 }

 span.g-tab{
     padding-right: 12px;
 }

 .topupMenu .nav-tabs>li>span>a:hover{
     text-decoration: none;
 }
.topupHeaderLabel {
    margin-top:0;
}

.topupHeaderLabel strong {
    font-size:20px;
}

.topuppaddingTop {
    padding-top:10px;
    outline:none !important;
}
.filterBtn {
    padding-top:12px;
}

button.changePointer img{
    transform:rotate(90deg);
}
.topupFiltering {
    margin-top:5px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top:1px solid #ddd;
}

.topupTblListBtn {
    padding:0 5px 2px 0;
}

.md-datepicker-input, .md-datepicker-triangle-button.md-button.md-icon-button {
    display: none;
}
.md-calendar-day-header thead tr {
    background-color: rgba(49, 52, 67, 1);
    color:#fff !important;
}
.md-calendar-date-selection-indicator {
    /*background-color: rgba(239, 189, 57, 1);*/
}

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

.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #eab732;
}

md-datepicker {
    margin-right:0 !important;
    padding-right: 0 !important;
}

.md-datepicker-input-container {
    margin-left: 0 !important;
}

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

.topupfilter {
    padding-top:4px;
}

.tdBtn {
    padding-right:0;
}

.tdBtn button {
    padding:0;
}
.tdBtn button:focus, .tdBtn button:hover, .tdBtn button:active, .tdBtn button img:focus {
    outline: 0;
}

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

.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;
}

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

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

.allRetailerWrapper {
    width: 81%;
    position: absolute;
    right: 15px;
    top: 108px;
    z-index: 999;
    max-height: 160px;
    overflow-y: scroll;
    box-shadow: 3px 3px 5px #ccc;
}
.filterDate {
    width: 73px;
    background: url("../../themes/img/calendar.svg");
    background-position: 36px 1px;
    background-repeat: no-repeat;
    outline: none !important;
    border:none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent;
    cursor: pointer;
}

.filterDate:focus, .filterDate:active, .filterDate:hover, .filterDate:visited {
    border-color: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent;
}
input[type=date].filterDate::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    color:transparent;
}

input[type=date].filterDate::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    color:transparent;
}

input[type=date].filterDate::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

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

.airtimeSetValign {
    vertical-align:middle !important;
}

/*pagination styling*/
.airtimePaginate {
    border-top:none !important; 
    border-bottom:none !important; 
    border-left: 1px solid #12c6c8; 
    border-right: 1px solid #12c6c8; 
    list-style:none;
}

.airtimePaginate span {
    color:#12c6c8;
}

.airtimePaginatePrevBtn a {
    border: 1px solid #12c6c8;
    outline: 0 !important;
}

.airtimePaginatePrevBtn span i {
    color:#12c6c8;
}

.airtimePaginateNxtBtn a {
    outline: 0 !important;
    border: 1px solid #12c6c8;
}
.airtimePaginateNxtBtn span i {
    color:#12c6c8;
}
.stValign {
    vertical-align: middle;
}

.pagination>li>span:hover {
    background-color: transparent !important;
}

/*profile page*/
.profileImg {
    margin-top: 20px;
}

.addMarginProfile {
    margin-left:20px;
}

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

.changepassBtn, .userlogadvsearchbtn {
    border-radius: 0px;
    color: #46b8da;
    background-color: transparent;
    width: 150px;
}

.changePassBox {
    margin-left: 15px;
}

.changepassBtn:hover, .userlogadvsearchbtn:hover{
    background-color: #EFBD39 !important;
    border-color: #EFBD39 !important;
    outline: 0;
}

.changepassBtn:focus, .userlogadvsearchbtn:focus {
    background-color: #EFBD39 !important;
    border-color: #EFBD39 !important;
    outline: 0;
}
.changePasswordForm input {
    font-size: 35px;
    padding-left: 5px;
}

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

.addsearchMargin {
    margin-right: 10px;
    width: 300px;
}

/*distributor print preview*/
.g-body-print-bg {
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow : auto;
}

.g-bg-print{
    background: #f0f0f0;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding: 30px;
}

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

.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-print-logo h4 {
    font-size: 40px;
    color: #EFBD39;
}

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

.printPreviewBtn {
    cursor: pointer;
}

.adjustSize {
    font-size: 20px;
}

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

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

.airtime-edt-retailer-user .modal-content{
    padding-left: 0px;
    padding-right: 0px;
    /*width: 750px;*/
    width: 963px;
    height: auto !important;
}

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

.airtime-edt-distributor-denomlist .modal-content{
    padding-left: 0px;
    padding-right: 0px;
    width: 750px;
    height: auto !important;
    background-color: #F0F0F0;
}

.airtime-view-distributor-user > .modal-dialog{
    margin-top: 60px;
    height: 90% !important;
    width: 900px;
}

.airtime-view-distributor-user .modal-content{
    background-color: #F0F0F0;
    padding-left: 0px;
    padding-right: 0px;
    width: 900px;
    height: auto !important;
    position: absolute;
    margin-bottom: 20px;
}

.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: 0px;
    padding-right: 0px;
    width: 700px;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}

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

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

.retailer-purchase-form {
    padding: 11px 60px 45px 60px;;
}

.accessrights-form{
    padding:  10px 60px 25px 60px;
}

.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: 0px;
    padding-right: 0px;
    width: 900px;
    height: 760px;
}

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

.airtime-manage-credentials .modal-content {
    background-color: #F0F0F0;
    padding-left: 0px;
    padding-right: 0px;
    width: 750px;
    height: 450px;
}

.airtime-view-retailer-api-user > .modal-dialog{
    margin-top: 60px;
    height: 90% !important;
    /*width: 600px;*/
    width: 800px;
}

.airtime-view-retailer-api-user .modal-content{
    padding-left: 0px;
    padding-right: 0px;
    /*width: 600px;*/
    width: 800px;
    height: auto !important;
}

@media (max-width: 991px) {

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

    .airtime-manage-credentials .modal-content {
        background-color: #F0F0F0;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        height: 70vh !important; /* 80% of the viewport height */
        min-height: 300px;
        position: absolute;
    }

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

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

    .retailer-purchase-form {
        padding: 20px 60px 100px 60px;
    }

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

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

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

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

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

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

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

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

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


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

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

}

@media (max-width: 515px) {
    .retailer-purchase-form {
        padding: 0px 0px 45px 0px;
    }

    .accessrights-form{
        padding: 0px 0px 45px 0px;
    }

}

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

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

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

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

.purchase-body-form {
    background: #fff;
}

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

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

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

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

.md-button.airtime-right-btn{
    width: 50%;

    margin: 0;
    padding: 5px 0px 5px 0px;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    /*border-top-right-radius: 0px;*/
}

/*upload box*/
.product-drop-box {
    background: #ffffff;
    border: 2.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;
}

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

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

.btn-green {
    background-color: #2DB462 !important;
    color: #FFF;
    border: none !important;
    border-radius: 0px;
    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;
}

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

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

.dragover {
    border: 5px dashed blue;
}

/*CSS ALERT*/

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

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

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

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

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

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

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

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

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

    ul.details-withdrawal-queue > li > span {
        padding: 0px;
    }

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

.g-edit-align-right {
    text-align: right;
    padding-right: 0;
    display: inline-block;
}

.g-edit-align-left {
    text-align: left;
}

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

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

.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: #efbd39;
    color: white;
    text-align: center;
    padding: 10px 0px 10px 0px;
    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: 0px;
    border-top-right-radius: 0px;
}

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

md-input-container {
    padding: 0 !important;
    margin: 5px 0px 1px 0px !important;
}
md-input-container input{
    box-shadow: none !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;
    padding-bottom: 12px !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;*/
/*}*/


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

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

.airtime-purchase-new-request-nextbtn-deposit {
    background: #efbd39;
    color: white;
    text-align: center;
    padding: 10px 0px 10px 0px;
    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: 0px;
    border-top-right-radius: 0px;
}

.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;
}

.g-modaltype-header {
    padding: 0px 0px 15px 20px;
    font-size: 16px;
    /*font-weight: bold;*/
}

.g-modaltype-header > span {
    /*font-family: 'ProximaNovaBold';*/
}

.g-modal-sublabel {
    font-weight: bold;
}

.gk-margin-leftright{
    padding-left: 30px;
    padding-right: 30px;
}

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

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

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

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


.accessrightsmodal .airtime-alert {

    margin-top : -53px;
}

.accessrightsmodal .airtime-edit-user-form {

    margin-top : 0px;
}

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

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

.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';
}

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

ul.details-stripped {
    list-style-type: none;
    padding: 0px;
    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;
}

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

.btn-outline-yellow{
    font-family:'AvenirMedium';
    /*font-size:14px;*/
    color:#EFBD39 !important;
    border-color: #EFBD39 !important;
    border-radius:2.5px;
}

.btn-outline-yellow:hover{
    color:#EFBD39 !important;
    background-color: #e6e6e6!important;
}

.g-datepurchasetranscontainer {
    padding: 30px 36px 0px 36px;
    background:#ffffff;
    box-shadow:0px 1px 2px 0px rgba(195,195,195,0.50);
    border-radius:2.5px;
}

md-content.chngepass_md-content{
    padding-top: 24px;
}

.div-x-scrollable{
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 20px;
    height: auto;
    padding-bottom: 50px;
}

/*-----------------------------------------*/

@-webkit-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

#loading {
    text-align: center;
}

#loading span {

    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;


    -moz-animation-name: opacity;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;

    -ms-animation-name: opacity;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;

    -o-animation-name: opacity;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;

    animation-name: opacity;
    animation-duration: 1s;
    animation-iteration-count: infinite;

/*
    -webkit-animation: 5s linear infinite alternate;
    -moz-animation: 5s linear infinite alternate;
    -ms-animation: 5s linear infinite alternate;
    -o-animation: 5s linear infinite alternate;
    animation: 5s linear infinite alternate;
    */
}

#loading span:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;

}

#loading span:nth-child(3) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

#DistributorForm md-radio-button.md-default-theme .md-on, md-radio-button .md-on,
.advanceSearchStyle md-radio-button.md-default-theme .md-on, md-radio-button .md-on{
    background-color: rgb(234, 183, 50);
}

#DistributorForm md-radio-button.md-default-theme.md-checked .md-ink-ripple, md-radio-button.md-checked .md-ink-ripple,
.advanceSearchStyle md-radio-button.md-default-theme.md-checked .md-ink-ripple, md-radio-button.md-checked .md-ink-ripple{
    color: rgb(234, 183, 50);
}

#DistributorForm md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off,
.advanceSearchStyle md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off{
    border-color: rgba(234, 183, 50,0.87);
}

#DistributorForm md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple,
.advanceSearchStyle md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple{
    color: rgba(234, 183, 50,0.26);
}

md-radio-button {
    margin-left: 40px;

}

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

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

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: rgb(63,81,181);
}
/*
@media screen and (max-width: 1318px) {
    .allDistributorWrapper {
        width: 85%;
    }

    .retailerledgerleftBox {
        width: 14%;
    }

}*/

md-content{
    background-color:#fff;
}

select option[disabled] { display: none; }

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

.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;
}


.gk-modal-print-confirmation-modal > .modal-dialog{
    margin-top: 10%;
    height: auto !important;
    width: 391px;
    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-print-confirmation-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: auto !important;
    -webkit-box-shadow: none;
    border: none;
}


.gk-modal-download-link-confirmation-modal > .modal-dialog{
    margin-top: 10%;
    height: auto !important;
    width: 391px;
    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-download-link-confirmation-modal .modal-content {
    background-color: #F0F0F0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    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;
    }
}

.putCursor {
    outline: 0;
}

a {
    outline: 0 !important;
}

.outermodalwrapper {
    background-color: #F0F0F0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modalwrapper {
    padding: 10px 60px 30px 60px;
}

.innermodalwrapper {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px 0 0;
}


md-input-container.noerrorspace .md-errors-spacer{
    min-height: 0;
    min-width: 0;
}

.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;
}

.ui-datepicker-calendar {
    display: none;
}

table{
    width: 100%;
    overflow-x:auto;
    display:table;
}

.md-select-menu-container.md-active {
    z-index: 1051;
}

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

html {
    overflow-y: auto;
}

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

.pagination>li>a, .pagination>li>span {
    background-color: transparent;
}

select {
    height: 50px;
}

.fade-in {
    display : block;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

.no-display {
    display : none;
}
/*
body.modal-dialog {
    overflow: visible;
}*/

.airtime-topup-graphs-details .modal-dialog {
    width: 650px;
}

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

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

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

.airtime-edt-distributor-user .modal-content {
    padding-left: 0px;
    padding-right: 0px;
    width: 750px;
    height: auto !important;
}

* {
    outline: none;
}

.profilephoto {
    width: 50%;
    border-radius: 0;
    height: 200px;
    margin: 0 auto;
}

.modal-footer {
    padding: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.modal-content {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.airtime-print-logo img {
    margin-top: -32px;
    margin-left: -22px;
    height: 113px;
    width: 310px;
}

.airtime-print-logo p {
    color: #c7b26a;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 131px;
    margin-top: -31px;
    font-size: 14px;
}


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

    .airtime-print-logo {
        width: 100%;
    }

    .airtime-print-logo img {
        width: 100%;
        height: auto;
        margin:0;
    }

    .airtime-print-logo p {
        margin-left: 50%;
        margin-top: -9%;
        font-size: 14px;
    }

    table.distributorInfo {
        margin: 27px 0 0;
    }

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

    .distributorContent {
        margin-left: 0;
    }
    .topupMenu {
        margin-left: 0;
        margin-top: 0;
    }

    .retrailerContent {
        margin-left: 0;
        margin-top: 0;
    }

    .dashboarLeftContent {
        margin-left: 0;
        margin-top: 0;
    }
    .profileContent {
        margin-left: 0;
        margin-top: 0;
    }
}


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

    .dropdownDistributor {
        border-right: none;
    }

    .editDistributorBtn {
        width: 100%;
    }

    .pagination {
        font-size: 10px;
    }

    .retailerledgerleftBox {
        width: 102px;
        font-size: 12px;
        padding-left: 10px;
    }
    .retrailerLedgerStyle {
        padding-left: 102px;
    }

    #sidebar-wrapper {
        overflow-x: hidden;
        width: 58px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .sidebar-nav .sidebar-brand .circle-photo {
        width: 50px;
        height: 50px;
        margin-left: -17px;
    }
    .sidebar-brand .dropdown-menu li a {
        padding: 0;
    }

    .modal-dialog {
        width: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    .modal-content {
        width: 100% !important;
        margin: 0 !important;
    }

    #wrapper {
        padding-left: 58px;
    }
}

.gk-modal-print-confirmation-modal .modal-body {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    position: relative;
    margin: 0;
}

.gk-modal-confirmation-modal .modal-body {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin: 0;
}

.airtime-view-stock-trans-info .modal-content {
    background-color: #F0F0F0;
    padding-left: 0px;
    padding-right: 0px;
    width: 650px;
    height: auto;
}

.airtime-view-stock-trans-info > .modal-dialog {
    margin-top: 15px;
    height: auto;
    width: 650px;
}


/*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;
}
/*
@media(max-width:768px) {
    .navbar-header {
        display: none;
    }
}*/

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

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


/***************************************************************************/


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

}

.sysconfig_white-box > div {
    padding: 0 20px;
}

.sysconfig_white-box > div:first-child {
    padding-top: 20px;
}

.sysconfig_white-box > div:last-child {
    padding-bottom: 20px;
}

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

/* 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: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

.Distributor-header {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: bold;
}

#ledger-icon {
    fill: black;
}

.mobileCountryCodeDiv{
    position: relative;
}

.checkIpCss{
    display: none;
}

.mobileCountryCode{
    position: absolute;
    left:0px;
    padding-left:10px;
    padding-right:10px;
    top:7px;
    color: rgba(189, 189, 189, 1);
}

 /*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: #EFBD39;
    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*/