
.admin-pages {
    background: #f9f9f9;
}
header{    border-bottom: 6px solid #00afef;}
header .nav-header{border-bottom:0;}
/*Start Admin Css*/

.sign-in-form {
        margin: 5em auto 7em;
    width: 40%;    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 2em;
}
.sign-in-form-top {
       text-align: center;
    background: #0e237e;
    color: #fff;
    padding: 10px;
}
.sign-in-form-top:after{}
.sign-in-form-top p {
       font-weight: 500;
    font-size: 20px;position:relative;z-index:1;
}
.sign-in-form-top h3{    font-size: 28px;
    margin: 0;
    font-weight: 600;position:relative;z-index:1; color:#fff;}
.sign-in-form-top p span {
    color: #fff;
}
.sign-in-form-top p a {
    color: #fff;
}
.signin {
    padding: 2em;
    position: relative;
    background: rgba(255,255,255,.7); border: 1px solid #eee;
}
.signin:after {
    content: '';
    background: url(../images/6.png) no-repeat 0px 0px;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-size: 100%;
}
.admin-pages{background:#f9f9f9;}
.log-input:nth-child(1) {
    margin: 2em 0 0;
}
.log-input{position:relative;}
.log-input input.user {

   

    background-image: url(../images/username-ico.png);    
	background-repeat:no-repeat;
	background-position:10px 15px;
    

    margin: 0em 0em 5px 0em;    font-size: 16px;
    padding: 14px 12px;
	padding-left: 37px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    color: #000;
    width: 100%;
  
}
.log-input input.lock {

   

    background-image: url(../images/lock-icon.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
    padding-left: 37px;
    padding-right: 45px;    font-size: 16px;
    padding: 14px 12px;
	padding-left: 37px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    color: #000;
    width: 100%;position:relative;
   

    margin: 0em 0em 5px 0em;padding-right: 40px;

}
.log-input input:focus{    border: 1px solid #0e237e;
    background-color: #f9f9f9;}
	
	
.dash_pane .tab-pane{    padding: 15px;border: 2px solid #ccc;}
.dash_pane .nav-tabs > li.active > a{border: 0;border-right:2px solid #ccc;background:#650a37;color:#fff; }
.dash_pane .nav-tabs a{border: 0px;margin:0;border-right:2px solid #ccc; border-radius:0; color:#000;}
.dash_pane .nav-tabs > li > a:hover{background:#7898be;color:#fff;}
.dash_pane .tabpane-links {border: 2px solid #ccc;border-bottom: 0;}
.dash_pane .nav-tabs {border-bottom: 0; display:inline-block;     vertical-align: top;}
.dash_pane .nav-tabs > li{margin:0;}
.dash_pane .nav-tabs > li:last-child a{border:0;}
.new-member-link{display:inline-block; float:right;}
.new-member-link a{padding: 10px 15px;display: block; color:#000;}
.new-member-link a:hover{color:#650a37; text-decoration:none;}


.assignment-table table{border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 15px;}
	
.assignment-table th {
    background-color: #606062;
    color: white;
    font-size: 14px;
}

.assignment-table th, .assignment-table td {
    text-align: left;
    padding: 8px;
    font-size: 14px;
}
.assignment-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.log-input{position:relative;}

.signin .view_password.pass img {
    padding: 0 6px;
}

.view_password.pass img {
    padding: 3px 6px;
    max-width: 42px;
}

.inner-title-banner {
    background: url(../images/title-banner.jpg) no-repeat;
    background-size: cover;   
}

.inner-title-banner {
    position: relative; 
}

.inner-title-banner:before {
    content: "";
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    position: absolute;
}

.inner-title-banner h2 {
    z-index: 9;
    position: relative;
}

.inner-title-banner h2 {
    margin: 0;
    padding: 40px 15px;
    color: #fff;
}

.login-status {
    padding: 5px 0;
}
.last_login_p {
    font-size: 13px;
    margin-top: 5px;
    color: #000;
}

.primary-contents {
    min-height: 450px;
}

.clearboth {
    float: left;
    width: 100%;
    margin: 3em 0;
}

.actionable-item    {margin: 60px 0;}

	
	.tc-a-icon{ }
	.tc-a-icon:after {
}
	.tc-a-icon:after {
}
.tc-a-icon:hover {    
}
.tc-a-icon:hover:after {
}

.enter-biometrics .tc-a-icon:after{box-shadow: 0 0 0 3px #7898be;}
.enter-biometrics .tc-a-icon:hover{box-shadow: 0 0 0 5px #7898be;}
.enter-biometrics .tc-a-icon:hover:after{box-shadow: 0 0 0 3px #7898be;}
.actionable-item.enter-biometrics a.tc-a-link{color:#7898be;}

.assign-appcode .tc-a-icon:after{box-shadow: 0 0 0 3px #858688;}
.assign-appcode .tc-a-icon:hover{box-shadow: 0 0 0 5px #858688;}
.assign-appcode .tc-a-icon:hover:after{box-shadow: 0 0 0 3px #858688;}
.actionable-item.assign-appcode a.tc-a-link{color:#858688;}

.process-billing .tc-a-icon:after{box-shadow: 0 0 0 3px #07816c;}
.process-billing .tc-a-icon:hover{box-shadow: 0 0 0 5px #07816c;}
.process-billing .tc-a-icon:hover:after{box-shadow: 0 0 0 3px #07816c;}
.actionable-item.process-billing a.tc-a-link{color:#07816c;}


.actionable-item a.tc-a-link{    display: block;
    margin-top: 5px;
        font-weight: 600;
    font-size: 15px;
	 padding: 5px;
	color:#0e237e;margin-bottom:15px;    position: relative;
    overflow: hidden;
}
.actionable-item a.tc-sub-link{font-size:14px; display:block;}


.actionable-item a.tc-a-link:hover{color:#b4112c;}

.actionable-item a.tc-a-link.blue-link{    color: #fff;
    background: #0e237e;
   
    border-radius: 5px;padding-right: 30px;}
.actionable-item a.tc-a-link.blue-link:hover{background:#b4112c;}

.actionable-item a.tc-a-link.red-link{    color: #fff;
    background: #b4112c;
   
    border-radius: 5px;padding-right: 30px;}
.actionable-item a.tc-a-link.red-link:hover{background:#0e237e;}

.actionable-item a.tc-a-link i.fa-angle-right{float: right;
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1;
    background: rgba(255,255,255,.4);
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;}
.actionable-item a.tc-a-link i.fa-pencil-square-o{float: right;
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1;
    background: rgba(255,255,255,.4);
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;}
	.actionable-item a.tc-a-link i.fa-plus-square-o{float: right;
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1;
    background: rgba(255,255,255,.4);
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;}
.mas-snapshot {
 
}
.mas-snap-title {
       text-align: left;
    padding: 8px 15px;
    background: #b4112c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mas-snap-title h3{    margin: 0;
    display: inline-block;
    color: #fff;}

.snapshot-body{
    border: 2px solid #b4112c;
    padding: 10px;
    color: #000;
	}
	
.snapshot-body ul{padding:0 !important;margin:0; text-align:center;}

.snapshot-body ul li{    display: inline-block;
    width: 44%;
    padding: 10px;
    background: #444;border:3px solid #444;
    border-radius: 10px;
    margin: 2%;}
.snapshot-body ul li:hover{border:3px solid #444; background:#fff;}

.snapshot-body ul li snap{display:block;}

.snap-name {
    font-size: 18px;
    font-weight: 600;color:#fff;
}
.snap-count {
    font-size: 32px;
    font-weight: 700;
    color: #ffed00;
}
.snapshot-body ul li:hover .snap-name{color:#000;}
.snapshot-body ul li:hover .snap-count{color:#b4112c;}
.whats-new-body {
    border:2px solid #0e237e;
   
    padding: 20px;color:#000;
}
.whats-new-title{text-align: left;
    padding: 8px 15px;
    background: #0e237e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.whats-new-title h3{
    margin: 0;
    display:inline-block;
    color: #fff;}
.view-all-news {
    text-align: right;
    margin-bottom: -24px;
}
.view-all-news a {
    color: #6f1f44;
}
.view-all-news a:hover {
    color: #7898be;
}

.whats-new-date {
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
    float: right;
    color: #fff;
    margin-top: 5px;
}
.manager footer{clear:both;}

.back-to-link-btn {
    float: right;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}
.back-link-mas {
    margin-top: -5px !important;
}
.back-link-mas a {
        background: #00afef;
    color: #fff !important;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    border-radius: 5px;
    padding: 6px 10px;margin-left: 10px;
}

.back-link-mas a:hover{color:#fff; background:#b4112c;}

.page-title {
    border-bottom: 1px solid #e0e0e0;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.fitness_mem_login h2 {
    color: #0e237e;
    margin-bottom: 30px;
}

.page-title::before {
    background-color: #0e237e;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.dash-form{}
.dash-form .form-control{    width: 100%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #0e237e;
    min-height: 42px;
    font-weight: 600;}

.dash-form .md-form label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}
.dash-form .reward-btn{max-width: 200px;}
.dash-btn{max-width: 250px;margin: 0 auto;position:relative;}

.view-details-section .memberquote{    border-bottom: 1px solid #eee;}
.view-details-section .memberquote p{margin-bottom:0;}
.view-details-section .memberquote{width:100%;} 
.view-details-section .memberquote span{padding: 14px 8px; display:inline-block}
.view-details-section .memberquote .title-name-label{padding-left: 4px;}

.datepick-popup .datepick{width:inherit !important; border-color:#0e237e}
.datepick-popup .datepick-month-header, .datepick-popup .datepick-month-header select, .datepick-popup .datepick-month-header input{    height: auto;    padding: 6px 0px 3px;}
.datepick-popup .datepick-nav, .datepick-popup .datepick-ctrl{    background-color: #0e237e;}
.datepick-popup .datepick-month{ border-color:#0e237e}
.datepick-popup .datepick-month th, .datepick-popup .datepick-month th a{background-color: #0e237e;}
.datepick-popup .datepick-month th{border-color:#0e237e}
.datepick-popup .datepick-cmd:hover{background-color: #00afef !important;}
.datepick-popup .datepick-month td .datepick-highlight{background-color: #00afef}


.logopart a {
    display: inline-block;
    vertical-align: middle;
}
.logopart a img {
    max-width: 170px;
}

ul.top-menu {
    margin: 0;
    padding-left: 0;    margin-top: 10px;
}

ul.top-menu>li {
    position: relative;
    display: inline-block;
    padding: 8px 0;
}
.top-nav ul.top-menu>li {
    vertical-align: middle;
}

.menu-item a {
    font-weight: 700;
    color: #000;
    padding: 4px 5px;
    margin: 0 5px;
    position: relative;
    font-size: 14px;
}
.menu-item a:hover{color:#00afef;}
.menu-item a:after {
    content: "|";
    content: "|";
    position: absolute;
    right: -10px;
    top: 3px;
}

.logout-link a:after{content:none;}

.top-nav ul.top-menu>li .dropdown-menu.logout {
    width: 170px !important;
}



.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0px;
    left: auto;
}

.dropdown-menu.extended.logout {
    padding: 0px;
}
.dropdown-menu.extended.logout li a{    padding: 8px 12px;}

.dropdown-menu.extended {
    max-width: 320px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    padding: 0 10px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    left: -10px;
}
.top-menu .dropdown-menu:before {

	
	   bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	
   border-color: rgba(238,238,238,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}


.ham-icon {
    height: 32px;
    margin-left: 10px;
    position: relative;
    float: right;
    width: 32px;
    z-index: 999;
}


.ham-icon:hover { outline: none; }

.ham-icon:focus { outline: none; }

.ham-icon:active { outline: none; }

.dropdown .ham-icon:before {
  -webkit-transform: translate3d(0, 0, 0);

  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.dropdown .ham-icon:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);

  display: block;
  opacity: 1;
}



.dropdown .ham-icon .hamb-top {

  background-color: #00afef;
  top: 3px;
}

.dropdown .ham-icon .hamb-middle {
  background-color: #00afef;
  margin-top: -2px;
  top: 50%;
}

.dropdown .ham-icon .hamb-bottom {

  background-color: #00afef;
  bottom: 3px;
}

.dropdown .ham-icon .hamb-top, .dropdown .ham-icon .hamb-middle, .dropdown .ham-icon .hamb-bottom, .dropdown.open .ham-icon .hamb-top, .dropdown.open .ham-icon .hamb-middle, .dropdown.open .ham-icon .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.dropdown.open .ham-icon .hamb-top {
  -webkit-transform: rotate(45deg);

  background-color: #00afef;
  margin-top: -2px;
  top: 50%;
}

.dropdown.open .ham-icon .hamb-middle {
  background-color: #00afef;
  display: none;
}

.dropdown.open .ham-icon .hamb-bottom {
  -webkit-transform: rotate(-45deg);

  background-color: #00afef;
  margin-top: -2px;
  top: 50%;
}

.dropdown.open .ham-icon:before {
  -webkit-transform: translate3d(0, 0, 0);

  color: #650a37;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.dropdown.open .ham-icon:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);

  display: block;
  opacity: 1;
}

.log-out-page-btn {
    display: inline-block;
    width: auto;
    margin: 8px;
}

.logout-page h3 {
    color: #0e237e;
    text-decoration: none;
    margin: 10px 0 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.account-setting table tr {
    border-bottom: 1px solid #eee;
}
.account-setting table td {
    padding: 8px;
}
.account-setting table td:first-child {
    padding-left: 4px;
}
.account-setting table td:first-child {
    font-weight: 600;
}

.reward-login {
    margin-top: 20px;
}
.action a{display:inline-block;}
.action{white-space: normal !important;}



/*Responsive.css*/

@media(max-width:1200px){
	.sign-in-form{width:50%;}
}
@media(max-width:991px){
	.sign-in-form{width: 80%;}
}
@media(max-width:767px){
	.mobile-text-center{text-align:center;}
	ul.top-menu{text-align: center; margin-top:15px;}
	.actionable-item{margin-bottom:40px;}
	.back-link-mas{float: none;}
	.page-title{font-size: 22px;}
}
@media(max-width:480px){
	.sign-in-form {width: 100%;}
	.sign-in-form-top{background-size: cover;padding-left: 10px;
padding-right: 10px;}
.action a{margin-bottom: 10px;}
}

/*Responsive.css*/


.dash-icons{background: #eee;padding: 60px 0 0 0;margin-bottom: 3em;}
.actionable-box{    padding: 0 15px 25px 15px;-webkit-box-shadow: 0px 1px 5px 0px rgba(156,156,156,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(156,156,156,1);
box-shadow: 0px 1px 5px 0px rgba(156,156,156,1);background:#fff; border:1px solid #999;   border-radius: 10px; min-height:215px;}
.actionable-box:hover{   box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

.tc-a-icon {
       display: inline-block;
    cursor: pointer;

    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
	    margin-top: -40px;
    top: -25px;
}
.tc-a-icon img{    padding: 26px;}
.tc-a-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tc-a-icon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
 .tc-a-icon {
background: #0e237e;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.tc-a-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.actionable-box:hover .tc-a-icon {
  
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.actionable-box:hover .tc-a-icon img {
    color: #fff;
}
.actionable-box:hover .tc-a-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 0ms;
    -moz-animation: sonarEffect 1.3s ease-out 0ms;
    animation: sonarEffect 1.3s ease-out 0ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px transparent, 0 0 10px 10px #0e237e, 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 2px transparent, 0 0 10px 10px #0e237e, 0 0 0 10px transparent;
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px transparent, 0 0 10px 10px #0e237e, 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 2px transparent, 0 0 10px 10px #0e237e, 0 0 0 10px transparent;
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px transparent, 0 0 10px 10px #0e237e, 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 2px transparent, 0 0 10px 10px #0e237e, 0 0 0 10px transparent;
        transform: scale(1.2);
        opacity: 0;
    }
}
 


.bg-img-login{    position: fixed;
    background: url(../images/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;}
	.bg-img-login:after{content:"";position:absolute; z-index:-1;left:0;top:0;width:100%; height:100%; background:#000; opacity:.5;}
	
	
	
	.bill-pay-text {
       display: inline-block;
    vertical-align: bottom;
    margin-left: 12px;
    padding-left: 12px;
    color: #fff;
}
.bill-pay-text h1 {
       color: #fff;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    font-style: italic;
}


.back-link-mas a.add-item-btn{background: #191497;color: #fff; margin-right:10px;}
.back-link-mas a.add-item-btn:hover{background:#b4112c;}

.back-link-mas a.all-item-btn{background: #191497;color: #fff; margin-right:10px;}
.back-link-mas a.all-item-btn:hover{background:#b4112c;}
	
	

.partners-table table{    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 10px;}
	
	.partners-table th, .partners-table td {
    text-align: left;
    padding: 8px;
    font-size: 14px;vertical-align:middle !important;
}	
	
	.partners-table th {
    background-color: #0e237e;
    color: white;
    font-size: 14px;
}

.partners-table .table-bordered>tbody>tr>td, .partners-table .table-bordered>tbody>tr>th, .partners-table .table-bordered>tfoot>tr>td, .partners-table .table-bordered>tfoot>tr>th, .partners-table .table-bordered>thead>tr>td, .partners-table .table-bordered>thead>tr>th{    border: 0;}

.partners-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#adv_search .form-control{    padding: 7px 12px;
    font-size: 14px;
    min-height: 38px;
    border-radius: 0;background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;    color: #000;
    width: 100%;box-shadow:none !important;}
	
#adv_search .form-control:focus{    border: 1px solid #0e237e;
    background: #f9f9f9; box-shadow:none !important;}
	
	.confirm-cart h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.process-btn a{    background: #191497;
    color: #fff !important;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    border-radius: 5px;
    padding: 6px 10px;}
	
	.process-btn a:hover{background:#b4112c; color:#fff;}
	.clear-btn {
    text-align: center;
    margin-top: 10px;
}
.payment-search #adv_search{margin-top:10px; margin-bottom:30px;}
.dashboard-heading h3{
    font-size: 20px;
    color: #0e237e;
    font-weight: 600;
    margin-bottom: 0;display:inline-block;
    margin: 10px 0 10px 0;}
	
	.example_length{background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    color: #999999;
    font-size: 16px;
    padding: 14px 12px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    color: #000;
        width: auto;
    padding: 6px;}
.example_length:focus{border: 1px solid #0e237e;
    background: #f9f9f9;}
	
	.search-icon a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2px;
    color: #333;
    border: 2px solid #191497;
    border-radius: 5px;
    padding: 6px 20px;}
	
	.search-icon a:hover, .search-icon a:focus {
    background: #b4112c;
    color: #fff;
    border: 2px solid #b4112c;
}

.confirm-cart h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;color:#333;
}


.left-box, .right-box {
    border: 1px solid #dee0df;
    background: #fff;
}
.box-title {
    padding: 5px;
    background: #0e237e;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.box-title i {
    display: inline-block;
    margin-right: 5px;
}
.box-title i img {
    max-height: 30px;
    margin-left: 5px;
    margin-right: -5px;
}
.box-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
}
.print-icon {
    padding: 3px 12px;
}
.print-icon a {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;color:#fff;
}
.box-title i {
    display: inline-block;
    margin-right: 5px;
}
.print-icon a i {
    font-size: 22px;
}

.pay-receipt-information {
    padding: 20px;font-size:16px;
}
.thanks-msg {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd; font-size:16px;
}
.thanks-msg h1 {
    font-size: 24px;
    color: #5c9717;
    font-weight: 600;
    margin-bottom: 15px;
}
.pay-receipt-information .title-meidum {

}
.receipt-item {
    margin: 10px 0;
}

.title-meidum {
    font-size: 1.2em;
    font-weight: 600;
        color: #0e237e;
    border-bottom: 1px solid #ddd;position:relative;
}
.title-meidum:before{background-color: #0e237e;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
	}
.padding-left-half-em {
    padding-left: .5em;
}

.padding-top-half-em {
    padding-top: .5em;
}

.padding-bottom-half-em {
    padding-bottom: .5em;
}

.receipt-item > div {
    display: inline-block;
}

.pay-receipt-information .receipt-item > div {
    /* padding: 7px 10px; */
    font-size: 14px;
}





.amount-paid {
    font-size: 24px;
    color: #b4112c;
}

#adv_search select.form-control{-moz-appearance: none;}

@media(max-width:1199px){
	.actionable-buttons a.tc-a-link{margin-left:auto; margin-right:auto; width:60%;}
}
@media(max-width:991px){
	.bill-pay-text{padding: 0;
margin: 0;
display: block;
margin-top: 7px;
margin-bottom: 7px;}
.bill-pay-text h1{font-size: 26px;}
.actionable-buttons a.tc-a-link{width:auto;}
.mas-snapshot{margin-bottom:40px;}

.top_link_content table td{display:block;}
.thanks-code-msg{max-width:100%;}
}
@media(max-width:767px){
	.whats-new-date{float:none;margin-bottom: 0;}
	td.action{text-align:center;}
}
@media(max-width:420px){
	.snap-count{font-size: 28px;}
	.snap-name{font-size: 16px;}
	.bill-pay-text h1{font-size: 24px;}
	.sign-in-form-top h3{font-size: 24px;}
	.sign-in-form-top p{font-size:18px;}
	.account-setting table td:first-child{padding-left:3px;}
	.account-setting table td{padding:3px; display:block;}
	.account-setting table td:nth-child(2) {display:none;}
	.account-setting table td:last-child{padding-bottom:10px;}
	
	.account-setting table tr{display: block;margin-bottom: 10px;}
	.account-setting table{width:100%;}
	
	
	.view-details-section .memberquote .detail-items{padding-bottom:10px;}
	.view-details-section .memberquote span{padding:3px;display:block;}
	.view-details-section .memberquote{margin-bottom:10px;}
	
	.search-icon.jq_top_link{float:none !important; margin-bottom:10px;}
	.amount-paid{font-size:20px;}
}


.ms-container{width:100% !important;}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover{background-color:#0e237e !important;}
.ms-container .ms-list.ms-focus{box-shadow: none !important;
border-color: #0e237e !important;}
.multiselect-header{background:#0e237e !important;}
.ms-container .ms-list{border-radius:0 !important;}

.payment-log-search{margin-bottom:30px;}


.row-cus:after{content:""; display:table; clear:both;}
.col-md-2-half{    width: 20%;float: left;padding: 0 15px;}
.col-md-2-half img{width:100% !important;}

.title-of-image {
    background: #0e237e;
    color: #fff;
    padding: 6px;
    margin-bottom: 0;
    text-align: center;
}

.item-image-section{    border: 1px solid #ddd;
    padding: 2px;}


.mfp-bg.mfp-with-zoom{    background-color: #000;}

.mfp-arrow, .mfp-close{background:transparent !important;}

@media(max-width:991px){
	.col-md-2-half{width:50%; margin-bottom:20px;}
}

@media(max-width:380px){
	.col-md-2-half{width:100%; margin-bottom:20px;}
	.back-to-link-btn.back-link-mas a{margin-right: 5px;
margin-bottom: 10px;
margin-left: 5px;}
}

.icon-oneach:after{content: "";display: table;clear: both;}
.icon-oneach .print-earch{float:left;}
.icon-oneach .download-earch{float:right;}
.download-earch a{padding: 5px;
    font-size: 20px;
    display: inline-block;}

.print-earch a {
    padding: 5px;
    font-size: 20px;
    display: inline-block;
}

.top-nav li.dropdown .dropdown-menu li.expanded ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
.dropdown-menu.extended li a {
    padding: 8px 20px;
}
.top-nav li.dropdown .dropdown-menu li ul li a {
    display: block;
}
.top-nav li.dropdown .dropdown-menu li ul li a:hover{color:#00afef}

.top-nav ul.top-menu li.expanded > a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 20px;
}
.top-nav ul.top-menu li.expanded.active-dropdown > a:after {
    content: "\f106";
}
ul li.expanded {
    position: relative;
}
@media (min-width: 767px){

.top-nav li.dropdown .dropdown-menu li.expanded ul {
    padding: 0 !important;
    background: #f3f3f3;
    position: absolute;
    right: 100%;
    width: 200px;
    top: 0;list-style:none;
}
}
@media(max-width:767px){
	.top-nav li.dropdown .dropdown-menu li.expanded ul {
    padding: 0 !important;
    background: #f3f3f3;
    position: static;

    width: 100%;
    top: 0;list-style:none;
}
.top-nav li.dropdown .dropdown-menu li.expanded ul li{padding-left:0;}
}


.skip-process-link{    display: inline-block;
    float: right;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;}
	
.skip-process-link a{color:#0e237e; text-decoration:underline;}
.skip-process-link a:hover{color: #b4112c; text-decoration:underline;}
