@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
* {font-family: "Montserrat", Roboto, Helvetica, Verdana, sans-serif;}
.links {height:56px;}
#rp {display:none!important;}
body.Customer ul {
    list-style: none;
}
div#InfoBox {
    background: yellow;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.navbar-light .navbar-toggler {

    border-color: #f8f9fa;
}
ul.dropdown.navbar-nav {
       background: #00b4f1;
       z-index: 1;
       padding: 5px;
       border-radius: 4px;
       margin-top: -5px;
}
.navbar{
	padding-top: 0.25rem;
}
.Customer a#resetFiltersButton {
    display: none;
}
.navbar-light ul.navbar-nav > li > a.nav-link{
    color: #fff;
    font-weight: 500;
    margin-right: 0.5rem;
}
.nav-link img{
	display:none !important;
}
.navigation > li.background {
    background: rgb(85, 154, 189) !important;
}

#header {
    /* border-bottom: none !important; */
    background-color: #041e42 !important;
}
div#page_wrapper {
    margin-top: 1rem;
}
#home-menu {
    /*border-bottom: none !important;
    border-top:none !important;*/
}

#home-header, #content-menu {
    background: #00b4f1 !important;
    /* border-top: 1px solid white; */
    /* border-bottom: 1px solid white; */
}

    #home-header.prefade {
        background: transparent !important;
    }

div.call-to-action {
    background: #1e3277 !important;
    /*border-top: none !important;*/
}

#home-menu ul.navigation.ready li.underline, #content-menu li.underline {
    background: rgb(85, 154, 189) !important;
}

*.navigation li.underline {
    /*border-bottom: none !important;*/
}

#home-header.today-active #home-menu .navigation li.crest-pedestal {
    width: 5.3rem;
}
#home-header.today-active #home-menu .navigation {
    margin-left: 4.5rem;
}
#header #content-menu .navigation {
    margin-left: 6rem;
}
.school-logo-mobile > #logo-home > img.academy-logo-image {
    top: 0;
    margin-top: 0rem;
    vertical-align: middle;
    height: 2.2rem;
}

.stp-academy-logo-text {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1.5px;
    color: white;
    margin-left: 0rem;
}

    .stp-academy-logo-text .stp-academy-stpeters {
        display: block;
        line-height: 1rem;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .stp-academy-logo-text .stp-academy-title {
        display: block;
        line-height: 1rem;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.9rem;
    }

.nav-row.toprow {
    background: #021d52;
}

    .nav-row.toprow .mob-menu-item {
        width: 100% !important;
        padding-left: 0 !important;
    }

        .nav-row.toprow .mob-menu-item a {
            text-align: center;
            font-weight: bold;
            display: block;
        }

#header > #logo-home {
    float: left;
    line-height: 3.5rem;
}

    #header > #logo-home .academy-logo-image {
        height: 3rem;
        border: 5px solid transparent;
        margin-left: 0.2rem;
    }

#header ul.social-links span.fa-lock {
    vertical-align: initial;
    margin-left: 0.25rem;
}

.article-top .page-heading h1 span + span {
    width: auto;
    margin-left: 0.75rem;
}

.article-top .page-heading h1 span:first-child {
    width: auto;
    color: #2c789e;
}

.article-top .page-heading h1 span + span + span {
    width: auto;
}



@media screen and (max-width: 47.9375rem) {

    #page-content.stp-academy.add-padding {
        padding: 0.75rem;
        padding-top: 5rem;
    }

    .main.mobile-only, .main.mobile-only > ul, #header > ul, .stp-modal-header-50s {
        background: #1e3277 !important;
    }

    .stp-accordion .row0 {
        background: #2c789e !important;
    }

    .stp-accordion .row1 {
        background: #559abd !important;
    }
    .homepage-menu-block{
            height: calc(50vh - 2rem) !important; 
    }
}

@media screen and (min-width: 88.0625rem) {
    #header #content-menu .navigation {
        margin-left: 6rem !important;
    }

    #home-header.today-active #home-menu .navigation {
        margin-left: 5rem !important;
    }
}

@media screen and (max-width: 47.9375rem) {
    #header.stp-academy .menu-external-links .menu-dropdown,
    #header.stp-academy.external-links-active .menu-external-links {
        height: 6rem !important;
    }
}

@media screen and (max-width: 76.25rem) {
    .no-tablet {
        display: none;
    }
}

@media screen and (max-width: 64rem) {

    #home-header.today-active #home-menu .navigation {
        margin-left: 4.5rem !important;
    }

    #header #content-menu .navigation {
        margin-left: 6.5rem !important;
    }
}

@media screen and (max-width: 61.6875rem) {
    #home-header.today-active #home-menu .navigation, #header #content-menu .navigation {
        margin-left: 0rem !important;
    }
}


@media screen and (min-width: 59.625rem) and (max-height: 41.875rem) {
    #home-header.prefade {
          background: #1e3277 !important;
    }
}
       /* Crest hover fix - so navigtion doesnt pop open with just the blue background*/
.school-logo-tablet #logo-home{
    height: 3.5rem;
    width: 3rem;
    display: inline-block;
}
.no-mobile #logo-home {
    height: 6.5rem;
    width: 8rem;
    display: inline-block;
    position: absolute;
    margin-left: -4rem;
    left: 50%;
    text-align: center;
    margin-top: -90px;
}

.no-mobile #logo-home img{
 height: 5.5rem;
}

.school-logo-tablet {
    display: none;
    line-height: 3.5rem;
}

    .school-logo-tablet #logo-home img {
        height: 2.75rem;
    }

.mobile-only, .mobile-only-inline {
    display: none !important;
}

a.non-clickable-header {
    pointer-events: none;
    cursor: default;
}
div.angle-wrap {
    background: #00b4f1;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    float: left;
    /* left: 0; */
}

div.angle-wrap span.fa {
    color: white;
    font-size: 2rem;
    line-height: 2.5rem;

}
body {margin-top: 50px;}
.customer_text {
    max-width: 400px;
    margin: auto;
}
.customer_text > div {
    margin: 14px auto;
    display: block;
    padding: 0.5rem;
    background: #e2f6fd;
    border: 1px solid #e7f2f5;
}
a.book.gradient {
    /* display: none; */
}
#title_nav {
    margin-bottom: 40px;
}
#information {
    margin: 50px auto 0px auto;
}
ul.buttons {
    display: none;
}
.dashboard_information {
    padding: 20px;
    border-radius: 10px;
    background: red;
	margin-bottom:30px;
}
.dashboard_information {color:white;}
#account_outstanding_payment_form {max-width:940px;margin:auto;}
form#account_outstanding_payment_form table, #credit_card_details, #direct_debit_details, #classes_grid_view table, .DDinfo table, #booking_payment {
    border-radius: 10px;
    overflow:hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    width:100%;
}
#booking_payment {
	padding:20px;max-width:900px;margin: auto;margin: 20px auto;line-height: 1.75rem;
	}

#booking_payment select{
	height: 2rem;
	cursor: pointer;
}
.Register form#contact_details_form input {
    width: 400px;
}
.Register #check_user_div {
    width: 300px;
    float: right;
}
.Register #check_user_div #check_user {
    width: 90%!important;
    margin: 30px auto;
}
.Register em {
    font-size: 0.8em;
}
form#account_outstanding_payment_form table th, #classes_grid_view table th,.DDinfo table th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #1e3277;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left:10px
}
form#account_outstanding_payment_form table tr:nth-child(even), #classes_grid_view table tr:nth-child(even), .DDinfo table tr:nth-child(even), .cw-block-content table tr:nth-child(even) {
    background-color: #ffffff!important;
}
form#account_outstanding_payment_form table td, form#account_outstanding_payment_form #myTable input, .DDinfo td {
	padding-left:10px
}


#cw_descriptions > br, #cw_descriptions > hr {display: none;}
.class_booking_button {margin-bottom:20px;}

.class_show_all_button {display: none;}
#content-menu {height:52px;}
.MyProfile #profile_image {float: left;}
.MyProfile div#my_profile_left ul {padding: 0 0 0 150px;}
.MyProfile H2 {padding: 45px 0;border-bottom: solid 1px grey;}
.MyProfile .standard_table table {    width: 100%;}

.ProfilePhoto #my_profile_right_content {padding-top: 100px;}
.MyProfile  form#edit_profiel > div {display: none;}
.MyProfile form#edit_profiel .inline_label {display:inline-block;}
#my_profile_photo_gallery {display:none!important;}
.MA .payment_details > h2, .MA ul.buttons {display: none;}
.MA table.appication_confirmation label {
    /* display: none!important; */
}
.MA .payment_details {
    margin: auto;
    float: left;
    width: 420px;
    padding: 8px;
}
.MA .payment_details h3 {border-bottom:1px solid grey;}
.MA .appication_confirmation td p {
    margin: 0!important;
}
.MA input#submit {float:right;}
.DDTerms {height:500px!important;width:100%;}
.DDTerms br {
    line-height: 4px;
}
.public_template .cw-block-content tr {
    height: 50px;
}
.Customer .cw-block-content td:last-child {
    /* display: none!important; */
}
.cw_th_teacher, .cw_th_classid,.cw_td_teacher,.cw_td_classid, .ClassTeacherTD, .ClassTeacherTH {display:none!important;}
.class_checkout_buttons {display:none!important;}
a.edit_student, a#add_student {
    display: none!important;
}
.StandardClasses, .HPInfo,#booking_payment h2, #current_statement, #current_payment_details {
    display: block;
    font-size: 1.2em;
    color: #0F3682;
    padding-top: 0.25rem;
    line-height: 2.25rem;
    padding-bottom: 0.25rem;
    margin:15px auto
}
#current_statement table, #current_payment_details table {width:100%}

.ClassTypes {padding:30px 0;}
.ClassTypes a {
    padding: 15px;
}
.ClassTypes img {padding-right: 8px;}
.class_description {
    display: inline-table;
    width: 24%;
    margin: auto;
    min-width: 210px;
    text-align:center;
    border:solid 1px #0F3682;
    margin:5px auto;
    min-height: 32rem;
}
.class_description h3 {
    border-bottom: 1px solid #0F3682;
    /* border-top: 1px solid #0F3682; */
    font-size: 1.25rem;
    color: #0F3682;
    line-height: 1.75rem;
    }
    .class_description div {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        line-height: 1rem;
        font-size: 0.9rem;
        margin-left: 0.5rem;
    }
    .class_description img {
        width: 100%;
        height: auto;
    }
    .class_description.Bubbles > p:nth-child(5) {
        color: blue;
        font-style: italic;
        padding: 15px 2px 0 2px;
        font-size: .9em;
    }

.class_description p:nth-child(5)  {color: #0F3682;font-style: italic;padding: 15px 2px 0 2px;font-size:0.8em;}
    .class_description p:nth-child(5) strong {
        color: red;
        font-style: italic;
        padding: 15px 2px 0 2px;
        font-size:1.4em;
     }


.anchorTitle1 {
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 3px #e6e6e6;
	-webkit-box-shadow: 2px 2px 3px #e6e6e6;
	box-shadow: 2px 2px 3px #e6e6e6;
	/* other settings */
	background-color: #f8911a;
	border: solid 3px #fff;
	color: #fff;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	max-width: 200px;
	padding: 5px 7px;
	position: absolute;
	margin-left:15px;
}
.anchorTitle2 {
	/* set background-color for browsers that don't support gradients as fallback, then define gradient */
				background-color: #888;
	background:-webkit-gradient(linear, left top, left bottom, from(#777), to(#999));
	background:-moz-linear-gradient(top, #777, #999) !important;
	background:-o-linear-gradient(top, #777, #999) !important;
	background:linear-gradient(top, #777, #999) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#999999') !important;
	/* border radius */
				-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
				-moz-box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	box-shadow: 2px 2px 3px #bbb;
	/* other settings */
				border: solid 2px #666;
	color: #fff;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	max-width: 200px;
	padding: 5px 7px;
	position: absolute;
}
* html #anchorTitle {
	/* IE6 does not support max-width, so set a specific width instead */
				width: 200px;
}



form#account_outstanding_payment_form #myTable th:nth-child(1), form#account_outstanding_payment_form #myTable td:nth-child(1) 
{display:none!important}
h2, p, a {font-size:1em;}

/*Class Timetable Responsive fix*/
#cw-content {padding:0;max-width: 750px;}
.Class_container {
    width: 100%!important;
    max-width: 1000px;
    margin: auto;
    padding: 0 0px 0 0px!important;
}
div#cw-content, .cw-block-content table {
    width: 100% !important;
}
 .ClassTeacherTD, .ClassTeacherTH {display:none!important;}
div#cw-content-head {
    width: 98%;
    max-width: 660px;
    padding:0;
    float: unset;
    margin: auto;
}
/*Split rows into 2 x tiles*/
@media (min-width:950px) {.cw-block-content {/* width:635px !important; */}.book {width:300px;} .ClassTeacherTD, .ClassTeacherTH {display:none!important;}}
@media (max-width: 568px) {
td.cw_td_payment:before {content:'Paid '}
.cw-block-content {padding-right:0px;}
.cw-block-content table tr td {text-align:center;width:100%!important}
.cw_tr_results td {padding: 1px 0px 5px 0px;}
.cw-block-content table tr {
    display: inline-block;
width:50%;
min-width:200px;
    margin-bottom: 11px;
}
.book {width:95%;max-width:unset;}
.cw-block-content table td {
    display: block;
}
.cw-block-content table:nth-child(1) tr:nth-child(1) {
    display: none;
}
    #header {/* min-height:310px; *//* padding-bottom: 10px; */}
}
/*display Tiles in one column*/
@media (max-width: 450px){

.cw-block-content table tr {
display: inline-block;
width:100%;
margin-bottom: 11px;
}
.cw-block-content table:nth-child(1) tr:nth-child(1) {
    display: none;
}}
/*End Class Timetable responsiveness*/

td.cw_td_time:before {
    content:"\f017";
    padding-right:8px;
        font-family: "Font Awesome 5 Free";
   
}

td.cw_td_day:before {
    content: "\f274";
    font-family: "Font Awesome 5 Free";
    padding-right:8px;

}

td.cw_td_level:before {
content:"\f5c4";
font-family: "Font Awesome 5 Free";
font-weight: 900;
    padding-right:8px;
}
td.cw_td_payment:before {
content:"\f155";
font-family: "Font Awesome 5 Free";
font-weight: 900;
    padding-right:8px;
}

span.class_level {display: inline-block;}

.cw-block-heading div {font-size:0px}

.cw-block-content tr:nth-child(2) td:nth-child(1):before {
    content: "\f274";
    font-family: "Font Awesome 5 Free";
    padding-right:8px;

}

span.class_level:before, .StdName1:before {
content:"\f5c4";
font-family: "Font Awesome 5 Free";
font-weight: 900;
padding-right:8px;
}
td.cw_td_payment:before {
content:"\f155";
font-family: "Font Awesome 5 Free";
font-weight: 900;
    padding-right:8px;
}


@Media (max-width: 1050px) {.cw-block-heading, .cw-block-content, body:not(.public_template) .cw-block-book {width:100%; display:block!important;text-align: center;} body.Customer .cw-block-book {
    display: none!important;
}
#cw-content {max-width:unset!important;}
fieldset.Day div {display: inline-block;padding: 5px;}
fieldset.Day div input {margin-right:5px!important}
#cw-filter-bar {float:unset!important;}
.cw-block-heading {height:30px;border-bottom:none;padding-bottom: 0px;
margin-bottom: 0px;}
    #cw_pagination_container {display:block!important;width:100%!important;margin-top:40px} 
body:not(.public_template)  #cw-content > div {display:inline-block;width: 180px;} .ClassBox.done {border-bottom:none!important}
.cw-block-content table td {display:block!important;/* width:200px!important; */text-align: center!important;font-size: 14px;}  
.cw-block-content table tr td:nth-child(5) {display:none!important;}
body:not(.Makeup,.public_template) .cw-block-content table tr td:nth-child(2) {display:none!important}
body:not(.Makeup, .public_template) .cw-block-content table tr td:nth-child(3):Before {content:'Next Class: ';}
.Makeup .cw-block-content table tr td:nth-child(3) {display:none!important}
.cw-block-content table tr td:nth-child(6):Before {content:'Vacancies: ';}
.cw-block-content table tr td:nth-child(4),.cw-block-content table tr td:nth-child(7) {display:none!important;}
.cw-block-content table th {display:none;}
span.class_level {font-size: 18px!important;} 
 .ClassTeacherTD, .ClassTeacherTH {display:none!important;}
 .public_template #cw-content-head {
    max-width: unset; 
}
.public_template .cw_tr_results {display:inline-block;height:unset!important;padding:20px;}
.public_template td {padding:2px;}
}

@Media (max-width:788px){
#cw-content {/* max-width:374px; */}
}
/*Classes (Swim School)*/
fieldset.Levels, .Levels + .rounded_button, .Levels +.cw-block-book, .Day + .cw-block-book {
    display: none;
}
#credit_card_details {max-width:410px;}
.LTSCheckout #classes_grid_view div {
    text-align: left;
    height: 220px!important;
}
.LTSCheckout #payment_details_form {
	max-width: 412px;
    border: solid 1px gray;
    margin: auto;
}
.LTSCheckout .application_confirm {width:unset;}
/*
.NavConatiner .Invisible {
    display: none!important;
}
.NavConatiner ul {
    width: 100%;
}
.NavConatiner ul li {width:15%;float:unset;
    margin-right: 5px;
    display: inline!important;}*/

#classes_grid_view table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 0 !important;
   
}

    #classes_grid_view table tr th {
        background-color: #253175;
        background-color: #00b4f1;
        color: white;
        padding: 0.5rem 0.75rem;
        font-weight: normal;
        text-align: left;
        font-family: Montserrat !important;
         font-size: 1rem;
    line-height: 2rem;
    }

       #classes_grid_view tabletr th a {
            color: white !important;
        }

    #classes_grid_view table tr td {
        padding: 0.5rem 0.75rem;
        background: #ffffff;

    }

  #classes_grid_view table tr:nth-child(even) td {
        background: #dcf6ff;
    }

    #classes_grid_view tabletr:hover td {
        background: #ccf2ff;
        cursor: pointer;
    }

    


	
div#rp, body:not(.Makeup, .public_template) .cw-block-book .book, #cw_filter_form .rounded_button {
    display: none!important;
}
.ClassBox i {
    display: none;
}
.ClassBox.done {
    border-bottom: solid 1px lightgray;
}
.cw-block-heading strong {
    font-size: 0px;
}
.cw-block-heading .class_level {font-size: 24px;}

td.BookbuttonTD {
    text-align: center!important;
}
.cw-block-content {float: none!important;padding-right:0px!important;}
.BookbuttonTD a {padding:5px 15px;}
.BookbuttonTD, .BookbuttonTH {width:100px;margin:auto;}
a.cw_show_level {display:none!important;}
.hidden {font-size:0px!important;display: none!important;}
.ui-dialog {
    z-index:100000 !important;
    }
    
.ui-widget-header {
    border: 1px solid #17a2b8;
    background: #00b4f1;
    color: #eaf5f7;
    font-weight: bold;
    border-radius: 0;
    letter-spacing:2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #00b4f1 !important;
	border-radius: 0px;
}
.ui-dialog label {
    margin-right: 15px;
}
.ui-button-text-only .ui-button-text {
    padding: .1em .5em;
}
.Makeup td:last-child, .Makeup th:last-child {
    display: none!important;
}
.Makeup .cw-block-book {
    border-bottom: solid 1px gray;
}
.Makeup a.book {
    text-align: center;
    margin: auto;
    display: block;
    padding: 10px 0 10px 0;
}
.public_template td.cw_td_info,.public_template  th.cw_th_info,.public_template .cw_th_payment,.public_template .cw_td_payment {
    display: none!important;
}
.public_template #cw-filter-bar {float:left;}
.public_template #cw-filter-bar > a, .public_template #resetFiltersButton, .public_template #public_custom_content + H2 {
    display: none!important;
}
.public_template input.updateResultsButton.book {
    width: unset!important;
}
.Customer .cw-block-book {
    display: none!important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    width: unset!important;
}
.footer-column ul li {
    list-style-type: none;
    white-space: nowrap;
    text-align: left;
}
.social-icons a i {
    font-size: 2rem;
}
.social-icon {
    
    opacity: 0.8;
    cursor: pointer;
    font-size: 1.5rem;
    margin: 0.5rem;
}
#stp-footer{
    text-align: center;
    padding-top: 5rem;
    max-width: 76rem;
    margin: 0 auto;
}
.row-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div#admin_wrapper{
    margin-top: 1rem;
}
#header_wrapper{
    display: block !important;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

#header_wrapper img{
    width: 100%;
    height: auto;
}


.public_contact_us  .contact-box {
    width: 100%;
    margin-top: 2rem;
}

    .public_contact_us  .contact-box .col-left, .contact-box .col-right {
        margin-bottom: 1rem;
    }

    .public_contact_us  .contact-box .col-left {
        font-weight: 500;
    }

.public_contact_us  .col-left, .col-right {
    display: inline-block;
}

.public_contact_us  .col-left {
    margin: 0;
    width: 15rem;
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
    float: left;
}


/* Begin Back Button CSS*/
div#content > div > a
{
	display:inline-block;white-space: nowrap;margin-bottom: 0.5rem;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 2.57rem;
	color: #13214a;
	background-color: #d9f5ff;
	padding-right: 1.5rem;
	padding-left: 1rem;
	border: 1px solid transparent;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
	color: #d9f5ff;
	width: 8rem;
}

div#content > div > a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    color: black;
    position: absolute;
    left: 13px;
    color: #fff;
    vertical-align: top;
    background: #00b4f1;
    display: inline-block;
    width: 1.75rem;
    border-radius: 100%;
    text-align: center;
    height: 1.75rem;
    line-height: 1.9rem;
    text-indent: -4px;
    margin-top: 7px;
}

div#content > div > a::after {content: 'Back';color: black;position: absolute;right: 1.5rem;}

div#content > div > a:hover {
    background-color: rgb(170, 233, 255);
    color: rgb(170, 233, 255);
}


/* Custom stp-jw Buttons for dashboard*/
.customer_text div a {
    color: #253175;
    font-weight: 600;
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    text-decoration: none;
	text-transform: capitalize;
}

.angle-wrap br {
    display: none;
}

.customer_text > div > br {
    display: none;
}

.customer_text > div:hover {
    background: #99e5ff;
    transition: 0.3s;
    border: 1px solid #99e5ff;
    text-decoration: none;
}