/*===== ManageUsers Starts =====*/
/* #hsmanageusersMobileleftNav */

.hs-wrapper {
    margin-top: 40px;
}

.hs-manageusersTbl-pagination{
	padding:30px 0px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.hs-blueBtn-highlighted {
    text-transform: uppercase;
    border-radius: 30px;
    font-family: GalanoGrotesqueAlt-Regular;
    font-size: 13px;
    color: #ffffff;
    border: 0;
    padding: 7px 20px 7px 20px;
    background-color: #00a3df;
    margin: 20px 0 20px 0;
    width: 120px;
}
.hs-blueBtn {
    text-transform: uppercase;
    border-radius: 30px;
    font-family: GalanoGrotesqueAlt-Regular;
    font-size: 13px;
    color: #00a3df;
    border: 1px solid #00a3df;
    padding: 7px 20px 7px 20px;
    background-color: #ffffff;
    margin: 20px 0 20px 0;
    width: 120px;
}

/*----- Responsive table styles for lower resolution starts -----*/
@media screen and (min-width:320px) and (max-width:1023px){
    #manageusers-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }

      .hs-blueBtn {
        width: 100px;
      }

      .hs-blueBtn-highlighted {
        width: 100px;
      }
    #manageusers-table tr {
        border-bottom: 1px solid #ccc;
        display: block;
    }
    #manageusers-table td {
        border-bottom: 0px solid #ddd;
        display: block;
        padding: 20px 20px 0px;
        text-align: right;
        min-height: 35px;
    }
    #manageusers-table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'GalanoGrotesqueAlt-SemiBold';
        font-size:16px;
      }
    #manageusers-table td:last-child {
        padding-bottom: 20px;
    }
        
        
    }
    /*Responsive table styles for lower resolution ends*/
    @media screen and (min-width:767px) and (max-width:1024px) and (orientation : portrait){
        .hs-pro-time-block{
            padding-top:30px;
        }
        .hs-btn-period{
            width: 228px;
            margin-bottom: 20px;
        }
        .hs-btn-period:nth-child(even){
            margin-right:0px;
        }
        .hs-dateRange.form-group{
            width: 225px;
        }
        #toRangeDiv{
            float:right;
        }
        .hs-manageusers-wrapper{
            padding: 0px 10px;
        }
        #cardpaymentform .hs-pay-radio{
            padding-top: 0px; 
            line-height: 0px;
        }
            
    }
    @media screen and (min-width:767px) and (max-width:1024px) and (orientation : landscape){
        .hs-btn-period{
            margin-right:10px;
        }
        .hs-dateRange.form-group{
            width: 300px;
        }
        .hs-manageusers-wrapper{
            padding: 0px 7px;
        }
        .manageusersDiv .custom-select-wrapper{
            display: none;
        }
        #page_navigation{
            display: none;
        }
    }
    @media screen and (min-width:320px) and (max-width:767px){
        .manageusersDiv{
            padding-left:0px;
        }
        .manageusersDiv .hs-pro-title{
            margin-bottom: 15px;
            margin-top: 0px;
            font-size: 22px;
        }
        .hs-pro-info{
            box-shadow: none;
            border:none;
        }
        .hs-pro-header{
            padding: 15px 10px;
        }
        .hs-pro-header h4{
            margin:0px;
            font-size: 18px;
        }
        .hs-pro-time-block{
            padding:30px 15px;
        }
        .hs-btn-period{
            width: 45%;
            white-space: pre-wrap;
            margin-bottom: 20px;
            height: 68px;
        }
        .hs-btn-period:nth-child(even){
            margin-right: 0px;
            float: right;
        }
        .hs-dateRange.form-group label {
            font: 13px 'GalanoGrotesqueAlt-Medium';
            padding: 0px;
            margin-bottom: 0px;
        }
        .form-group.hs-dateRange input[type=text]{
            padding: 0px 0 5px;
        }
        .hs-manageusers-title h4{
            margin: 0px;
            font-size: 18px;
        }
        .hs-manageusers-summary{
            margin-top:15px;
        }
        .hs-manageusers-summary-inner{
            margin-bottom:15px
        }
        .hs-manageusers-summary-title, .hs-manageusers-summary-inner:last-child{
            margin-bottom:0px;
        }
        .hs-manageusers-wrapper{
            margin-top: 0px;
            padding: 0px 15px;
        }
    }
/*===== ManageUsers End =====*/

/*Transaction Starts*/
.hs-pro-title{
    margin-bottom: 20px;
    font-size: 30px;
    color: #3b3b3b;
    font-family: Value-Sans;
    margin-top: 0px;
}

.hs-pro-info {
    -webkit-box-shadow: 0px 0px 15px -6px #000000;
    -moz-box-shadow: 0px 0px 15px -6px #000000;
    box-shadow: 0px 0px 15px -6px #000000;
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    padding: 0px;
}
.hs-pro-header h4{
	font-family: Value-Sans;
    font-size: 22px;
    color: #3b3b3b;
    text-transform: initial;
    margin-top: 7px;
    margin-left: 5px;
}

.hs-pro-header {
    padding: 5px 15px;
    background-color: #fff;
	 border: 1px solid #ccc;
}

.hs-pro-time-block {
    border: 1px solid #ccc;
    padding: 40px 20px;
    border-top: none;
	background-color: #F9F9F9;
}
.hs-pro-time-block1 {
    padding: 40px 20px;
    border-top: none;
	background-color: #F9F9F9;
}

.hs-time-buttons .btn{
outline: none !important;
}
.hs-btn-period:active, .hs-btn-period:hover, .hs-btn-period:focus, .hs-btn-period.selected, .hs-btn-period-no-width.selected {
	 color: #fff;
	 background-color: #00a3df;
	
}

.hs-btn-period {
	margin-right: 20px;
    background-color: #ffffff;
    border: 1px solid #00a3df;
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    padding:15px 20px;
    outline: none;
	width: 145px;
}

.hs-btn-period-no-width {
	margin-right: 20px;
    background-color: #ffffff;
    border: 1px solid #00a3df;
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    padding:15px 20px;
    outline: none;
}
.hs-dateRange.form-group label{
	font:16px 'GalanoGrotesqueAlt-SemiBold';
}
.hs-dateRange.form-group label.active {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}
.hs-dateRange.form-group{
	padding-bottom:0px;
}
.hs-dateRange .transacDatePicker, .hs-dateRange .hs-date-picker{
    cursor: pointer;
}
.hs-btn-linear, .hs-btn-linear:hover, .hs-btn-linear:active, .hs-btn-linear:focus {
    background-color: #00a3df;
    border-radius: 20px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 30px;
    outline: none;
} 
.hs-trans-title h4{
	font-family: Value-Sans;
    font-size: 22px;
    color: #3b3b3b;
    text-transform: initial;
    margin-top: 7px;
    margin-left: 5px;
}
.hs-trans-summary{
	padding:20px;
	border: 1px solid #ccc;
	color:#3b3b3b;
	background: #f7f7f7;
}
.hs-trans-summary-title{
	font-size:16px;	
	margin-bottom:5px;
	font-family: GalanoGrotesqueAlt-Medium;
}
.hs-trans-summary-value{
	font-size:13px;	
	margin-bottom:0px;
	font-family: GalanoGrotesqueAlt-Regular;
}
.hs-trans-tableDiv{
	/*border: 1px solid #ccc;*/
    background: #F9F9F9;
    padding: 0px;
	color:#3b3b3b;
}
#transaction-table{
	width:100%;
}
#transaction-table th{
	padding:20px;
	border-bottom: 1px solid #ccc;
	font-family: 'GalanoGrotesqueAlt-SemiBold';
	font-size:16px;
}
#transaction-table td{
	padding:25px 20px;
	border-bottom: 1px solid #d7d7d7;
	font-family: GalanoGrotesqueAlt-Regular;
	font-size:13px;
}
#transaction-table td:last-child{
	font-family: 'GalanoGrotesqueAlt-SemiBold';
}
/*Start of hack for case history page mobile view*/
#account-casehistoryrequest #transaction-table td:last-child{
    font-family: 'GalanoGrotesqueAlt-Regular';
}
/*End of hack for case history page mobile view*/
.hs-transTbl-pagination{
	padding:30px 0px;
    text-align: center;
    color: red;
    font-weight: bold;
}
#transac-filter-btn-group .hs-dateRange i.hs-icon-calendar{
	position: relative;
    top: -40px;
    left: 93%;
    font-size: 20px;

}
.hs-transac-wrapper, #mypermission-wrapper{
    margin-top: 40px;
    padding: 0px;
}
.hs-customDate{
	display: none;
}
.transacDiv .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
   border: 1px solid #d3ded3;
    width: 160px;
    
}
.transacDiv .custom-select{
    position: relative;
    display: inline-block;
    padding: 15px;
    width: 90%;
}
.transacDiv .custom-select-trigger {
    position: relative;
    display: block;
    font-family: GalanoGrotesqueAlt-Regular;
    color: #3b3b3b;
    cursor: pointer;
    width: 100%;
    text-align: center;
    
}
.transacDiv .custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-bottom: -9px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.transacDiv .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0%;
    min-width: 100%;
    margin: 0px 0;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 1;
    width: 150px;
    font-family: GalanoGrotesqueAlt-Regular;
	padding: 0;
 }
.transacDiv .custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 600;
    color: #3b3b3b;
    line-height: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.transac_sources.opened .custom-options {
    width: 160px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.transacDiv .custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 35%;
    right: -15px;
    /* margin-top: 6px; */
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.transac_sources.opened .custom-select-trigger:after {
    margin-top: 6px;
    transform: rotate(-135deg) translateY(-50%);
}
#page_navigation a{
    color: #3f3f3f;
    font-size: 17px;
    color: #3b3b3b;
    text-decoration: none;
    width: auto;
    height: 25px;
    line-height: 25px;
    padding: 0px 9px;
    /* float: left; */
    display: inline-block;
     font-family: GalanoGrotesqueAlt-Regular;
     font-weight: normal;
}
#page_navigation a.previous_link{
    margin-right: 20px;
}
#page_navigation a.next_link {
    margin-left: 20px;
}
#page_navigation a.previous_link i, #page_navigation a.next_link i{
        position: relative;
    top: 2px;
} 
#page_navigation a:hover, #page_navigation a.page_link.active_page {
    background-color: #00a3df;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
}
#page_navigation a.disabled_link:hover{
    background: none;
        color: #999;
}
/*#hstransacMobileleftNav .hsProfileBck{
    width:40px;
    display: inline-block;
}*/
.hsProfileBck_NavBar{
    border-left: 0px;
    border-right: 0px;
}
.hsProfileBck_Div{
    font-size: 16px;
    font-family: GalanoGrotesqueAlt-Regular;
    font-weight: bold;
}
span.hsProfileBck {
    padding: 15px 9px 0px 9px;
    display: inline-block;
    height: 48px;
    background: #f0eeee;
    width: 38px;
    float: left;
    border-right: 1px solid #dedede;
}
span.hsProfileSubTitle {
    display: inline-block;
    padding: 15px;
}
.hsProfileBck_NavBar i.icon-hs-down-arrow.down-arrow{
    top: 19px;
    right: 13px;
}
.form-group input[type=text].transacDatePicker{
    padding: 0px 0 10px;
    margin: 10px 0 10px;
}
.transacDiv .hs-pro-info{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#cardpaymentform .hs-pro-header {
    padding: 0px 20px;
    height: 50px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: Value-Sans;
    color: #3b3b3b;
    line-height: 38px;
}
#cardpaymentform .hs-pay-radio{
    padding-top: 13px; 
    line-height: 0px;
}

/*Payments Details Starts*/
#selectcreditmonth, #selectcredityear {margin-left:0px;} 
.hs-payment-address p:nth-child(1){
	font-size: 16px;
    margin-bottom: 10px;
    font-family: GalanoGrotesqueAlt-Medium;
    color: #3b3b3b;
}
.hs-payment-address p{
    font-size: 13px;
    margin-bottom: 3px;
    font-family: GalanoGrotesqueAlt-Regular;
    color: #3b3b3b;
	}
.hs-payment-credit-block{
	margin: 0px 0px 45px 0px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.hs-err-place{
    margin-top:-20px;
}

.hs-payment-p15 {
    padding: 0px 15px 15px;
    border: 1px solid #dedede;
    border-bottom: 0;
}
.hs-payment-useredit{
	padding:9px 2px 5px;
}
.hs-edit-inblock{
	width:60px;
}
.hs-modify-inblock{
	width:25px;
}
.hs-delete-inblock{
	width:30px;
}
.hs-delete-block{
	font-weight: bold;
    top: -1px;
    position: relative;
    padding-left: 6px;
	
}
.hs-edit-block{
	font-weight: bold;
    top: -1px;
    position: relative;
    padding-left: 10px;
}

.hs-spliter-block{
	border-left: 1px solid #dedede !important;
    width: 1px;
    height: 15px;
    top: 1px;
}	
.hs-editbox{
	width:30px;
}
.hs-hidebox{
	visibility: hidden;
}

#myPaymentCardsModal .modal-dialog .modal-content{
	    border-radius: 0px;
}
#myPaymentCardsModal .modal-dialog {
    width: 800px;
}

.hs-updatecard-block{
border-top: 2px solid #e5e5e5;
padding: 20px;
font-size: 16px;
line-height: 16px;
background: rgb(236,236,236); /* Old browsers */
background: -moz-linear-gradient(top, rgb(236,236,236) 0%, rgb(241,241,241) 5%, rgb(245,245,245) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(236,236,236) 0%,rgb(241,241,241) 5%,rgb(245,245,245) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(236,236,236) 0%,rgb(241,241,241) 5%,rgb(245,245,245) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
} 

.hs-payment-block {
border: 1px solid #ccc;
padding: 30px 20px;
border-top: none;
background-color: #F9F9F9;
}

.hs-profile-content.hs-saved-credit-card-details{
    border-top: 0 !important;
    padding: 0 0 20px 0 !important;
    background-color: transparent;
}

.hs-pro-info.hs-payments-details-block {
    margin-bottom: 40px !important;
}
#add-new-credit-card-details{
    color: #00a3df;
}
.hs-pro-info.hs-payment-details-block .hs-pro-time-block{
    padding-bottom: 0 !important;
}
.hs-payment-details-block .choose-card{cursor: pointer;}
.hs-chk-sel-gray {
    background: #e6e6e6;
	border: 1px solid #e6e6e6;
	color:#fff !important;
}
.hs-payments-cards-list{  padding: 0 15px 0 0; margin: 5px 0px 15px 0;}
form div.hs-payments-cards-list:last-child{padding-right: 0;}

.hs-chk-sel-gray p.font-white{color: #fff !important;}
.hs-chk-sel-green.choose-card{cursor: text;}
.hs-chk-sel-blue p.font-white{color: #00a3df;}
.hs-payment-details-block .hs-select-credit-card{text-transform: uppercase;}
#myPaymentCardsModal .modal-body{padding:0 20px 20px 20px;}
.hs-card-payment-modal.hs-signup-form-wraper .form-group > label{margin-left: 0;}
.hs-card-payment-modal.hs-signup-form-wraper .form-group{margin-bottom: 50px;}
.hs-card-block.hs-signup-form-wraper{margin-top: 102px;}
.hs-signup-form-wraper .form-group.hs-pay-cvv{margin-bottom: 25px;}
#hs-save-card-info{margin-right: 5px;}
#hs-add-new-payment-card .hs-signup-form-wraper .form-group.hs-select.has-error:after{top:20%;}
#hs-add-new-payment-card .hs-signup-form-wraper .form-group.has-error select { border-bottom: 1px solid #cf0a2c; box-shadow: none;}
#myPaymentCardsModal h4.modal-title {margin: 0; padding: 0; padding-left: 5px; line-height: 1;}
#hs-card-block, .ccvDiv { margin-top: 20px !important; }
.savedCCDiv{
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.savedCCDiv .hs-payments-cards-list{
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-content: space-between;
    background: #fff;
    border: 1px solid #dedede;
    padding: 0 0px 0 0;
    margin: 5px 15px 15px 0;
}

.savedCCDiv .hs-payments-cards-list .hs-chk-addr-block{
    width: 100%;
}
.savedCCDiv .hs-payments-cards-list .hs-chk-addr-block .hs-payment-p15{
     width: 100%;
     border:0px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px){
    .hs-mob-plr0{
        padding-left:0px;
        padding-right:0px;
    }
    .hs-mob-pt20{
        padding-top:20px;
    }
}

@media screen and (max-width: 768px){
    #myPaymentCardsModal .modal-dialog {
    width: 750px;
    max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #myPaymentCardsModal .modal-dialog {
    width: 325px;
    }
}
@media screen and (max-width: 320px){
    #myPaymentCardsModal .modal-dialog {
    width: 275px;
    }
}

/*Payments Details Ends*/

/*Responsive table styles for lower resolution starts*/
@media screen and (min-width:320px) and (max-width:1023px){
#transaction-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#transaction-table tr {
    border-bottom: 1px solid #ccc;
    display: block;
}
#transaction-table td {
    border-bottom: 0px solid #ddd;
    display: block;
    padding: 20px 20px 0px;
	text-align: right;
	min-height: 35px;
}
#transaction-table td.caseHistory {
    border-bottom: 0px solid #ddd;
    display: block;
    padding: 20px 20px 0px;
	text-align: left;
	min-height: 35px;
}
#transaction-table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'GalanoGrotesqueAlt-SemiBold';
	font-size:16px;
  }
  
  #transaction-table td.caseHistory:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'GalanoGrotesqueAlt-SemiBold';
	font-size:16px;
	width:100px !important;
  }
  
  
#transaction-table td:last-child {
	padding-bottom: 20px;
}

}
/*Responsive table styles for lower resolution ends*/
@media screen and (min-width:767px) and (max-width:1024px) and (orientation : portrait){
	.hs-pro-time-block{
		padding-top:30px;
	}
	.hs-btn-period{
		width: 208px;
		margin-bottom: 20px;
	}
	.hs-btn-period:nth-child(even){
		margin-right:0px;
	}
	.hs-dateRange.form-group{
		width: 203px;
	}
	#toRangeDiv{
		float:right;
    }
    .hs-transac-wrapper{
        padding: 0px 10px;
    }
    #cardpaymentform .hs-pay-radio{
        padding-top: 0px; 
        line-height: 0px;
        white-space: nowrap;
    }
    .leftNav_Wth{
        width: 31.3%;
    }
    .transacDiv{
        width: 68%;
        margin-left: .4%;
    }
    .transacDiv .hs-time-buttons{
        margin-bottom: 20px;
    }
    #transac-filter-btn-group .hs-dateRange i.hs-icon-calendar{
        left: 90%;
    }
		
}
@media screen and (min-width:767px) and (max-width:1024px) and (orientation : landscape){
	.hs-btn-period{
		margin-right:10px;
	}
	.hs-dateRange.form-group{
		width: 300px;
    }
    .hs-transac-wrapper{
        padding: 0px 7px;
    }
	.transacDiv .custom-select-wrapper{
        display: none;
    }
    #page_navigation{
        display: none;
    }
     .hs-dateRange i.hs-icon-calendar{
        left: 93%;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
	#txtManualAmt {
     height:auto;
     padding-top: 0px;
  	}
      #account-invoicepayment{
        margin-top: 0px;
    }
    #account-invoicepayment #hs-cart-payment-block .form-group label.active {
        -webkit-transform: translateY(-100%);
         -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    #accountinvoicepaymentsection .checkbox label {
        width: 80%;
        vertical-align: top;
    }
	.transacDiv{
		padding-left:0px;
	}
	.transacDiv .hs-pro-title{
		margin-bottom: 15px;
		margin-top: 0px;
		font-size: 22px;
	}
	.hs-pro-info{
		box-shadow: none;
		border:none;
	}
	.hs-pro-header{
		padding: 15px 10px;
	}
	.hs-pro-header h4{
		margin:0px;
		font-size: 18px;
	}
	.hs-pro-time-block{
		padding:30px 15px;
	}
	.hs-btn-period{
		width: 45%;
		white-space: pre-wrap;
		margin-bottom: 20px;
		height: 68px;
	}
	.hs-btn-period:nth-child(even){
		margin-right: 0px;
		float: right;
	}
	.hs-dateRange.form-group label {
		font: 13px 'GalanoGrotesqueAlt-Medium';
		padding: 0px;
		margin-bottom: 0px;
	}
	.form-group.hs-dateRange input[type=text]{
		padding: 0px 0 5px;
	}
	.hs-trans-title h4{
		margin: 0px;
		font-size: 18px;
	}
	.hs-trans-summary{
		margin-top:15px;
	}
	.hs-trans-summary-inner{
		margin-bottom:15px
	}
	.hs-trans-summary-title, .hs-trans-summary-inner:last-child{
		margin-bottom:0px;
    }
    .hs-transac-wrapper{
        margin-top: 0px;
        padding: 0px 15px;
    }
    #transac-filter-btn-group .hs-dateRange i.hs-icon-calendar{
        left: 93%;
    }
    #cardpaymentform .hs-pro-header{
        height: 46px;
        padding: 0px 10px;
        line-height: 37px;
    }
    #cardpaymentform .makepayment .custom-radio{
            left: 0px;
            top: 4px;
                margin-right: 5px;
    }
    #cardpaymentform .makepayment .hs-radio-title{
        font-size: 14px;
        margin-bottom: 10px;
   }
    #accountinvoicepaymentsection #hs-card-block .crdYear {
    margin-top: 45px;
}
}
/*Transaction Ends*/
/*-------------------------------Account Payment Styles - starts ----------------------------------*/
.hs-text-six{font-size:20px;}
.hs-text-five{font-size:18px;}
.hs-text-four{font-size:16px;}
.hs-text-two{font-size:20px;}

.hs-enter-label-block{
	font-size: 18px;
    top: 10px;
    width: 55px;
    float: left;
	margin-top:2px;
	}
	
#hs-enter-amount.form-group input[type=number] {
    padding: 0px 0 5px;
    margin: 2px 0 3px;
    font-family: GalanoGrotesqueAlt-Regular;
    color: #3b3b3b;
    font-weight: normal;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d3ded3;
    border-radius: 0;
    outline: 0;
    height: 25px;
    width: 100%;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#hs-acc-payment .hs-input-required :after {
    content: "*";
    color: red;
}

#hs-enter-amount.form-group input[type=number]:focus:not([readonly]) {
    border-bottom: 1px solid #00a3df;
    -webkit-box-shadow: 0 1px 0 0 #00a3df;
    box-shadow: 0 1px 0 0 #00a3df;
}


.custom-radio2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url("/resources/images/radio.png") no-repeat;
    margin-right: 5px;
}

.custom-radio2 input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.custom-radio2:hover{            
	background: url("/resources/images/radio-hover.png") no-repeat;
}
.custom-radio2.selected{
	background: url("/resources/images/radio-selected.png") no-repeat;
}
.customCheck{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.custom-check {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url("/resources/images/check-box.png") no-repeat;
    margin-right: 5px;
}

.custom-check input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.custom-check.selected{
	background: url("/resources/images/check-box-selected.png") no-repeat;
}


#payment-table{
    border-collapse: separate;
  	width: 100%;
	border-spacing: 0 10px; /* this is the ultimate fix */
}
#payment-table th{
    padding:0px 20px 10px 12px;
	font-family: 'GalanoGrotesqueAlt-Regular';
    font-size:16px;
}
#payment-table td{
	padding:20px 10px;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	font-family: GalanoGrotesqueAlt-Medium;
	font-size:18px;
	line-height:18px;
	background-color:#fff;
}
#payment-table td:first-child{
                font-family: 'GalanoGrotesqueAlt-SemiBold';
				border-left: 1px solid #d7d7d7;
}

#payment-table td:last-child{
               /* font-family: 'GalanoGrotesqueAlt-SemiBold';*/
				border-right: 1px solid #d7d7d7;
}
#accountinvoicepaymentsection .hs-pro-title{
    margin-bottom:7px;
    position: relative;
    top: -8px;
}
#accountinvoicepaymentsection .hs-pro-info{
	border:none;
	margin-bottom:20px;
}
#accountinvoicepaymentsection .hs-pro-time-block{
	padding:20px;
}
#account-invoicepayment{
	margin-top:40px;
} 
#accountinvoicepaymentsection .hs-cart-payment-block .form-group  label.active{
	padding-bottom:0px;
}
#accountinvoicepaymentsection .form-group select{
	font-size:13px;
	padding-bottom:8px;
	margin-top: 1px;
}
.form-group.hs-select.crdYear:after{
    right:5px;
}
#accountinvoicepaymentsection .hs-signup-form-wraper .form-group.hs-select:after{
    top:17px;
}
#accountinvoicepaymentsection .checkbox label {
    padding-left: 5px;
}
#accountinvoicepaymentsection #saveCard.checkbox{
    margin-top: 20px;
}


.newCreditCardSection .form-group input[type=text],.ccvDiv .form-group input[type=text]{
    font-family: GalanoGrotesqueAlt-Regular;
    font-size: 20px;
    color: #3b3b3b !important;
    padding-top: 18px;
    height: 1px;
}
.hscreditcardamex{
	background-image: url("/resources/images/Payment-Icon-1.png");
    background-repeat: no-repeat;
    background-position: right;
}

.hscreditcardvisa{
	background-image: url("/resources/images/Payment-Icon-3.png");
    background-repeat: no-repeat;
    background-position: right;    
}

.hscreditcardmaster{
	background-image: url("/resources/images/Payment-Icon-2.png");
    background-repeat: no-repeat;
    background-position: right;    
}

.hscreditcarddefault{
	background-image: url("/resources/images/Payment-Icon-4.png");
    background-repeat: no-repeat;
    background-position: right;
}

.hsinvociedefaultopacity{
	 opacity:0.5 !important;
}

.hssavecreditcardamex{
	background-image: url("/resources/images/Payment-Icon-1.png");
    background-repeat: no-repeat;
    background-position: left;
    height:30px;
        width: 120px;
    display: inline-block;
}

.hssavecreditcardvisa{
	background-image: url("/resources/images/Payment-Icon-3.png");
    background-repeat: no-repeat;
    background-position: left;
    height:30px;
        width: 120px;
    display: inline-block;
}

.hssavecreditcardmaster{
	background-image: url("/resources/images/Payment-Icon-2.png");
    background-repeat: no-repeat;
    background-position: left;
    height:30px;
        width: 120px;
    display: inline-block;
}

.hssavecreditcarddefault{
	background-image: url("/resources/images/Payment-Icon-4.png");
    background-repeat: no-repeat;
    background-position: left;
    height:30px;
    width: 105px;
    display: inline-block;
}


.hs-cart-payment-block .hs-signup-form-wraper .form-group{
	margin-bottom: 15px !important;
}

.hs-cart-payment-block .hs-signup-form-wraper .form-group > label{
	margin-left: 0 !important;
}

#hs-cart-payment-block{
	background-color: #F9F9F9 !important;
}

.hs-pay-block{
	background-color: #fff !important;
}
#hs-card-block, .ccvDiv{
	    margin-top: 40px;
}
.is-required {
    color: red !important;
    font-weight: normal !important;
}

#hsAddNewCreditCardProfile .hs-card-block.hs-signup-form-wraper{margin-top:102px;}
input#hs-add-payment-card-details{ font-family: GalanoGrotesqueAlt-Regular;}



/*Responsive table styles for lower resolution starts*/
@media screen and (min-width:320px) and (max-width:1023px){
	

	.hs-mob-pos-abs{
		position:absolute;
	}
	.hs-mob-pos-rel{
		position:relative;
	}
	
		#payment-table{

				border-spacing: 0px; /* this is the ultimate fix */
}

#payment-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#payment-table tr {
    border: 1px solid #ddd;
    display: block;
	margin-bottom:10px;
}
#payment-table td{
	border:none;
    display: block;
    padding: 20px 20px 0px;
    text-align: right;
	font-size:13px;
	
}
#payment-table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
                font-family: 'GalanoGrotesqueAlt-SemiBold';
                font-size:13px;
                margin-left: 25px;
                    width: 50%;
    text-align: left;
  }

  
#payment-table td:first-child {
				border-left:none;
}
#payment-table td:last-child {
                padding-bottom: 20px;
				border-right:none;
}
#payment-table tr:last-child {
             margin-bottom:0px;       
}
#payment-table tr{
        position: relative;
}
#payment-table td:first-child{
    position: absolute;
    left: 5px;
    padding-right: 0px;
    padding-left: 0px;
    top: 18px;
    padding-top: 0px;
}
               
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #accountinvoicepaymentsection .hs-pay-radio{
        padding-right:0px;
    }
     .hs-card-holder-name{
        width:100%;
        float:left;
        margin-bottom: 40px;
    }
    #hs-acc-payment >.hs-cart-item-box > .container {
        padding-right: 22px;
        padding-left: 22px;
    }
    #accountinvoicepaymentsection  .hs-tab-mb15 {
        margin-bottom: 0px;
    }
    #payment-table th {
    padding: 0px 10px 10px 10px;
    }
}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	    #payment-table td:before {
    font-family: 'GalanoGrotesqueAlt-Regular';
    font-size: 14px;
	}
	
	#payment-table td {
		 font-family: 'GalanoGrotesqueAlt-Medium';
    font-size: 16px;
	}
	#account-invoicepayment{
	    margin-top: 30px;
    }
    #accountinvoicepaymentsection .hs-pro-title.mainTitle {
        margin-bottom: 0px;
    }
    #hs-enter-amount{
        width: 40%;
    }
    .hs-card-holder-name{
        width:100%;
        float:left;
        margin-bottom: 40px;
    }
    #accountinvoicepaymentsection #saveCard div.col-sm-12{
        margin-bottom: 10px;
    }
    #accountinvoicepaymentsection #saveCard .hs-chkbox {
        margin-left: -15px;
    }
    #accountinvoicepaymentsection .checkbox label {
        padding-left: 10px;
    }
    .ccvDiv{
        padding-right: 15px;
    }
    #hs-acc-payment >.hs-cart-item-box > .container {
        padding-right: 15px;
        padding-left: 25px;
    }
    #cardpaymentform .makepayment{
        height: 75px;
    }
    #cardpaymentform .hs-pro-header {
        padding: 5px 20px;
    }
    #hs-enter-amount input[type=text] {
        font-size: 20px;
        line-height: 20px;
        padding-top: 2px;
        font-family: Value-Sans;
    }
    #payment-table td.hs-date{
        padding: 20px 10px 10px 10px !important;
    }
}
/************************************************************************************
smaller than 1024 //tab
*************************************************************************************/
@media screen and (max-width:1024px) {
    #cardpaymentform .hs-pro-header {
        padding: 5px 20px;
    }
    #hs-enter-amount input[type=text] {
        font-size: 20px;
        line-height: 20px;
        padding-top: 2px;
        font-family: Value-Sans;
    }
    #payment-table td{
        padding: 20px 10px;
        font-size: 16px;
    }

     #payment-table td.hs-date{
        padding: 20px 10px 10px 10px;
    }
    #hs-card-block, .ccvDiv{
	    margin-top: 20px !important;
}
}    

	
/************************************************************************************
smaller than 767 //Mobile - landscape
*************************************************************************************/

 @media only screen and (min-device-width : 321px) and (max-device-width : 767px) and (orientation : landscape) {
		.hs-mob-db{
		display:block;
	}
		
	}
	
@media only screen and (min-device-width : 321px) and (max-device-width : 767px) and (orientation : portrait) {
		.hs-mob-db{
		display:block;
	}
    
		
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) {
   
    
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) and (orientation : landscape) {
    
    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
    .hscreditcarddefault{ background-size: 85px !important;}
    #accountinvoicepaymentsection .hs-pro-title.mainTitle{
       font-size: 22px;
       margin-bottom: 20px;
   }
    #accountinvoicepaymentsection .hs-pro-title .hs-text-four{
        font-size: 13px;
    }
     #accountinvoicepaymentsection .hs-pro-title .hs-text-two{
        font-size: 16px;
        font-family: GalanoGrotesqueAlt-SemiBold;
    }
    #accountinvoicepaymentsection .hs-radio-title {
        font-size: 14px;
    }
    #accountinvoicepaymentsection .hs-radio-title .custom-radio2{
        top: 4px;
    }
    #txtManualAmt{
        padding-bottom: 10px;
        /*margin-top: 9px;*/
    }
    #accountinvoicepaymentsection .hs-text-six {
        font-size: 16px;
    }
    .mblFontSize14{
        font-size: 14px !important;
    }
    #hs-card-block {
        margin-top: 20px !important;
    }
    .mblMb60, .hs-cart-payment-block .hs-signup-form-wraper .form-group{
        margin-bottom: 60px;
    }
    .ccvDiv {
        margin-top:10px !important; 
    }
    .cardPayDiv{
        margin-bottom: 0px;
    }
    .crdMonth{
        padding-right: 0px;
    }
    .form-group.hs-select.crdMonth:after{
	    right:5px;
    }
    #cardpaymentform .hs-pay-radio{
        padding-top: 0px;
    }
    #cardpaymentform .makepayment{
        height: 95px;
    }
}
    
/************************************************************************************
smaller than 480 //Mobile 
*************************************************************************************/
@media screen and (max-width: 480px) {
    .hssavecreditcarddefault{
        margin-bottom: 15px;
        margin-top: -15px;
    }
    #hs-enter-amount input[type=text]{
	    padding-top: 0px;
    }
    #cardpaymentform .hs-pro-header {
        padding: 0px 20px;
    }
    .mblMb60{
        margin-bottom:35px;
    }
    .search-close .close{
        margin-top: 13px;
        margin-right: 13px;
    }
    .bdr-r {
        border-right: 0px solid #ccc;
        margin-top: 18px;
        left: 20px;
    }
    #searchbox .hs-result-container{
        padding-left: 15px;
    }
    input#hs-add-payment-card-details{width: 100%;}
}    
/*Responsive table styles for lower resolution ends*/
/************************************************************************************
smaller than 320 //Mobile 
*************************************************************************************/
@media screen and (max-width: 320px) {
	.hs-mob-db{
		display:block;
	}

	#payment-table td:before {
    font-family: 'GalanoGrotesqueAlt-Regular';
    font-size: 13px;
	}
	#payment-table td {
		 font-family: 'GalanoGrotesqueAlt-Medium';
    font-size: 14px;
	}
    #cardpaymentform .hs-pro-header:last-child{
        height: 95px;
    }
    .newCreditCardSection .form-group input[type=text], .ccvDiv .form-group input[type=text]{
        font-size: 16px;
    }
    #hs-card-block, .ccvDiv{
	    margin-top: 20px !important;
    }
        
}
/*-------------------------------Account Payment Styles Ends ----------------------------------*/

@-moz-document url-prefix() { 
    .hs-ms-creditcard{
        height: 33px  !important;
        padding-top: 0px !important; 
        padding-bottom:0px !important; 
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #hs-cart-payment-block .mt20{
        margin-top:40px;
    }
} 

@media screen and (max-width: 667px) {
    #account-invoicepayment {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px){
    #myAccountPaymentDetailsCards .hs-edit-proBtn.hs-profile-rightPull{ margin-top: 15px; }
    #myAccountPaymentDetailsCards .hs-profile-header p.pull-right{position: relative; top: -18px;}
    #myAccountPaymentDetailsCards .hs-pro-header{padding-bottom: 8px;}
    .hs-card-block.hs-signup-form-wraper { margin-top: 0px; }
    #myPaymentCardsModal #hsAddNewCreditCardProfile .hs-card-block.hs-signup-form-wraper{margin-top:0;}
}