﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    /* ↓ Now (almost) all elements display a sans-serif font */
    /*font-family: sans-serif;*/
    /*text-transform:none;*/
}
html, body {
    font-family: ROBOTO;
}

.p {
    font-family: ROBOTO;
    font: small;
}
/**MudTable haeders style*/
.th {
    color: red;
    font: small-caption;
    font-weight: bold;
    font-family: Roboto;
}
/*Spanc class width*/
.spacer {
    margin-right: 160px; /* Adjust the value to increase or decrease the space */
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.selected {
    background-color: #1E88E5 !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}f

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.mat-tab-label-active {
    background-color: #5EADB0;
    color: #D5FEFF;
    border: 1px solid #6B7F7F;
    font-weight: bold;
}

.mat-tab-label {
    line-height: 50px !important;
    height: 50px !important;
    min-width: 150px !important;
    border-top: 1px solid #7e7e7e;
    border-left: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    background-color: #820025;
    position: absolute;
    padding: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabContentContainer {
    position: absolute;
    width: 687px;
    height: 400px;
    background: #fff;
    color: #000;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
   
    z-index: 1000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #7e7e7e;
    border-left: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    border-top: 1px solid #7e7e7e;
}

.tabContentContainer_bootstrap5 {
    position: absolute;
    width:100%;
    height: 425px;
    background: #fff;
    color: #000;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 1000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #7e7e7e;
    border-left: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    border-top: 1px solid #7e7e7e;
}

.tabPanel {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #e3e8ec;
    /*background-color: rgb(209, 24, 24);*/
    /*background-color:#120a7e;*/
    background-color: #000;
    border-color: #ddd #ddd #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: capitalize;
    z-index: auto;
}
p {
    text-transform: lowercase;
}
.mud-tab-active {
    color: #fff;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: capitalize;
    z-index: auto;
}
mud-tabs-toolbar-content {
    flex: 1 1 auto;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}



.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #868e96;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        color: #e3e8ec;
        background-color: rgb(209, 24, 24);
        border-color: #ddd #ddd #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #ddd;
        }

        .nav-tabs .nav-link.disabled {
            color: #868e96;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #fff;
            background-color: rgb(24, 104, 209);
            border-color: #ddd #ddd #fff;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }




.footer {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #b8cbdb; */
    background-color: #820025;
    border-top: solid 4px #820025;
    color: white;
}
/*site.css from  MyCr*/

body {
    background-color: #f0f0f0;
    background: rgb(255,255,255);
}

.withBackgroundPhoto {
    background-image: url(../Images/CourtHouse1trb2.png),none;
    background-repeat: no-repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 580px;
}

.body-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-index {
    min-height: 548px;
    max-width: 376px;
}

.panel-primary {
    box-shadow: #1d1d1d 10px 10px 15px;
}

.panel-index-body {
    min-height: 200px;
}

.panel-body-np {
    padding: 0;
}

.no-padding {
    padding: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.v-center div[class*='col-'] {
    display: table-cell !important;
    vertical-align: middle;
    float: none;
}

.container-fluid {
    padding: 0;
    /*background-color: #010f21;*/
    background-color:#ffff
}

.paging-label {
    margin-top: 12px;
}

.floating-header {
    color: #3072ab;
}

.panel .panel {
    box-shadow: #bababa 10px 10px 10px;
}

.panel-op76 .panel {
    box-shadow: #737576 10px 10px 10px;
}

.required::before {
    color: red;
    content: "* ";
}

.panel-op76 {
    background-image: url(../Images/op76.png);
    border-radius: 4px;
    margin-left: 0;
    border-color: #a81b1b;
    border-style: solid;
    border-width: 1px;
}

.table-fixed {
    /*table-layout: fixed;*/
    word-break: normal;
    word-wrap: hyphenate;
}

.print {
    display: none;
}

h5, h4, h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.page-header {
    margin-top: 10px;
    background-color: white;
    margin-bottom: 0;
    width: 100%;
}

.indexByName, .caseDetails-index {
    font-size: 11px;
}

.col-casenumber {
    width: 120px;
}

.col-location {
    width: 110px;
}

.col-casetype {
    width: 80px;
}

.clickable {
    cursor: pointer;
}

.unclickable {
    cursor: default;
}

.ui-tabs {
    min-height: 560px;
}

.FontTimesBg {
    font-family: 'Bodoni MT';
    font-size: 20px;
}

.FontTimesSm {
    font-family: 'Bodoni MT';
    font-size: 16px;
}

.FontTimesBg strong {
    font-family: 'Bodoni MT';
    font-size: 30px;
}

td a:link, li a:link {
    color: #194c79;
}
/************* VOR Form *********************/

#VOR-List {
    max-height: 700px;
    overflow-y: scroll;
}

.no-bottom-padding {
    padding-bottom: 0;
}

span.VOR-key {
    font-size: 14px;
}

div.VOR-key {
    font-size: 14px;
}

div.skipLink A {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

    div.skipLink A:focus {
        transition: width 2s, height 2s;
        width: auto;
        height: auto;
    }

.gl-red {
    color: red;
}

.gl-gold {
    color: #c7a800;
}

.gl-blue {
    color: #337ab7;
}

.gl-green {
    color: #219300;
}

.gl-Pinellas {
    color: #fc8b00;
}

.gl-grey {
    color: #c7c7c7;
}

/************* VOR Form END *********************/


/************* Fixed Table Header ****************/
/*table {
		width: 100%;
		table-layout: fixed;
}

.table-fixed {
		width: 100%;
}
		
		.table-fixed thead {
				width: 97%;
				display: block;
				float: left;
		}
		*/
/*.table-fixed tbody {
				height: 97%;
				overflow-y: auto;
				width: 97%;
		}

		.table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
				display: inline-block;
				float: left;
		}*/
/*
.table-fixed tbody td, .table-fixed thead > tr > th {
						float: left;
						border-bottom-width: 0;
				}*/
/*.table-fixed thead, tbody, tr, td, th {
		display: block;
}*/
/*tbody td
{
		float: left;
}*/
/*thead tr, th
{
		float: left;
}*/
/************* Fixed Table Header END ****************/

/************* Clerk admin ****************/
.cb-right {
    margin: 0;
    padding: 0;
}

.cb-before {
    margin-right: 0;
    padding-right: 0;
}

.form-group {
    margin-bottom: 2px;
}

.pad-zero {
    padding-left: 0;
    padding-right: 0;
}

.padr-zero {
    padding-right: 4px;
}

.pad-left-zero {
    padding-left: 0;
}

/************** End Clerk Admin **************/

/************* Financial Panel ***************/

/********* Account Registration **************/

.reg-btn {
    max-width: none;
}
/********* end Account Registration **************/

.form-control-noBorder {
    display: block;
    width: 100%;
    /*height: 34px;*/
    /*font-size: 14px;*/
    height: 15px;
    font-size: 11px;
    line-height: 1.4285;
    padding: 6px 6px;
}
.form-control{
    display: block;
    width: 100%;
    /*height: 34px;*/
    /*font-size: 14px;*/
    height: 30px;
    font-size: 14px;
    line-height: 1.4285;
    padding: 6px 6px;
}
/* Add a black background color to the top navigation */
.topnav {
    /*background-color: #333;*/
    background-color:#000;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        /*font-size: 17px;*/
        font-size: 14px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}
/****************  Clear Out Pager format *********************/

.pagination {
    background: initial;
}

label {
    font-weight: normal;
}

.footer {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color:#b8cbdb;*/
    background-color: #820025;
    border-top: solid 4px #820025;
    color: white;
}

    .footer .panel-title {
        border-bottom: dotted;
        border-bottom-color: white;
        border-bottom-width: 1px;
        margin-bottom: 10px;
    }

    .footer a, .footer a:visited {
        color: white;
    }

#dropMenu > li.active > a {
    color: white;
}

h1 image {
    margin-top: -11px;
}

h1.text-banner {
    font-family: Georgia;
    color: #e47000;
}

.in.navbar-collapse {
    overflow: visible;
}

.nav-pills > form > li {
    float: left;
}

.logo-box {
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 5px;
}

.nav > form > li {
    position: relative;
    display: block;
}

    .nav > form > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        .nav > form > li > a:hover {
            text-decoration: none;
        }

.bottom-aligned-text {
    margin-bottom: 0;
    vertical-align: bottom;
}

.text-banner {
    font-family: Georgia;
    color: #e47000;
}

.color-Pinellas {
    color: #e47000;
    background-color: #e47000;
    border-color: #e47000;
}

.carousel-caption > p {
    color: white;
    font-size: 17px;
    text-shadow: 1px 1px 2px black;
}

.carouselimage {
    max-height: 800px;
}

.carousel-text {
    color: black;
    text-shadow: none;
    font-size: 18px;
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out .7s;
        -o-transition: opacity ease-in-out .7s;
        -webkit-transition: opacity ease-in-out .7s;
        transition: opacity ease-in-out .7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out .7s;
            -o-transition: opacity ease-in-out .7s;
            -webkit-transition: opacity ease-in-out .7s;
            transition: opacity ease-in-out .7s;
            z-index: 2;
        }

.img-carousel {
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

div.carousel-caption {
    text-shadow: 2px 2px 4px #333;
}

ul.nav li a, ul.nav li a:visited, ul.nav form li a, li a:visited, li a {
    color: #337ab7;
}

ul.nav li a {
    background-color: none;
    border-top: solid;
    border-top-color: transparent;
    border-top-width: medium;
    border-radius: 0;
    font-size: large;
    font-weight: normal;
}

    ul.nav li a:hover {
        background-color: transparent;
        border-top: solid;
        border-top-color: #db5114;
        border-top-width: medium;
    }

.dropdown-menu li a {
    font-weight: normal;
    font-size: 14px;
}

.nav .open > a, nav .open > a:focus {
    border-top-color: #db5114;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-right-zero {
    padding-right: 0;
}

.trans-back {
    background-image: url(../../Images/pillBr_02.png);
    border-radius: 20px;
}

.leecobanner {
    align-content: center;
}

#banner {
    position: center;
    /*height: 96px;
	width: 100%;*/
    /*height: 155px;*/
    height:100px;
    width: 120%;
    max-width: 1900px;
    /*background: url("../Images/Pinellasheader.jpg") no-repeat top left;*/
     background: url(images/PublicRecordsBanner_sm.jpg) no-repeat top left;
    /*background: url(images/Ken_Burke_Seal.jpg) no-repeat top left;*/
    /*background-color: maroon;*/
    background-color: #820025;
    /*------------*/
    /*------------*/
    background-attachment: fixed;
    //border-bottom: 1px solid white;
    margin-bottom: 1px;
}

.header-banner {
    background: #820025;
    background: -moz-linear-gradient(top, #820025 0%, #820025 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#820025), color-stop(100%,#820025));
    background: -webkit-linear-gradient(top, #820025 0%,#820025 100%);
    background: -o-linear-gradient(top, #820025 0%,#820025 100%);
    /*background: -ms-linear-gradient(top, #820025 0%,#820025 100%);*/
    background: linear-gradient(to bottom, #820025 0%,#820025 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820025', endColorstr='#820025',GradientType=0 );
}

.common-button-primary {
    margin-right: 10px;
}

.help-support {
    border-bottom: dotted;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.nav-item-menu {
    font-size: large;
    font-weight: normal;
}

.print-icon-text {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-right: 7px;
    margin-left: 7px;
}

.print-icon-text-sm {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.search-bar-refine {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.search-bar-results {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-display: block;
    font-stretch: extra-expanded;
    font-variant: small-caps;
    color: white;
}

.search-bar-results-sm {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-display: block;
    font-stretch: extra-expanded;
    font-variant: small-caps;
}

.container-menu-layout {
    background-color: #fff;
    /*margin-bottom: 10px;*/
    /*margin-bottom: 5px;*/
}

.search-bar-refine a, .search-bar-refine a:visited, .search-bar-refine-sm a, .search-bar-refine-sm a:visited {
    color: white;
    text-decoration: none;
}

.td-col-lg {
    min-width: 300px;
}

.td-col-sm {
    width: 25px;
    max-width: 50px;
    text-align: right;
    /*max-width: 30px;*/
}

/*********************************************************************/

.row {
    margin-bottom: 5px;
}

div.card .card-header-primary {
    background: linear-gradient(60deg, #820025, #961b1b);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.control-top-margin {
    margin-top: 10px;
}

.control-right-margin {
    margin-right: 5px;
}

.control-left-margin {
    margin-left: 5px;
}

.card-body {
    margin-top: 10px;
}

.case-type {
    margin-top: 20px;
}

.nav-link active {
    color: inherit;
}

.nav-link {
    color: #fff;
}

ul.nav li a, ul.nav li a:visited, ul.nav form li a, li a:visited, li a {
    color: #fff;
}

option {
    font-family: inherit;
    font-size: inherit;
}

.required-field {
    color: red;
    margin-left: 3px;
}

.warning-field {
    color: red;
}

.card {
    box-shadow: #1d1d1d 10px 10px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    border-color: #337ab7;
}

.card-header {
    background-image: linear-gradient(to bottom,#820025 0,#820025 100%);
    background-repeat: repeat-x;
    color: #fff;
    /*background-color: #820025;*/
    border-color: #820025;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
}
.inner-container {
    display: flex;
    justify-content: center;
}

.center {
    width: 800px;
}
.card-body {
    padding: 15px;
}

.card-header-h4 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    font-size: 18px;
    text-align: center;
}

.text-primary {
    color: #337ab7;
}

.print-icon, a.print-icon:visited {
    color: white;
    font-family: Arial;
    outline: none;
    text-decoration: none;
}

a.print-icon:active, a.print-icon:focus {
    outline: none;
    text-decoration: none;
}

a.print-icon:hover {
    color: white;
    text-decoration: none;
}

.form-group-buttons {
    margin-top: 10px;
}

.side-panels {
    /*max-height: 350px;*/
}
/*********************************************************************/

/*html, body {
    height: 100%;
    color: black;*/
    /* font-family: 'Barlow', sans-serif; */
    /* font-family: 'Roboto Condensed', sans-serif; */
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}*/

/*body {
    font-size: 62.5%;
}

body {
    background: url(https://images.unsplash.com/photo-1462899006636-339e08d1844e?auto=format&fit=crop&w=1950&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D) no-repeat center center fixed;
    background-size: cover;
}*/

.main-wrapper {
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: none;
    -webkit-box-shadow: 0px 20px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 20px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 20px 10px 10px rgba(0,0,0,0.1);
}

.basket-header {
    border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    padding-left: 25px !important;
}

.creditcard-header {
    border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -webkit-border-radius: 0 15px 0 0;
    padding-left: 35px !important;
}

.panel-wrapper {
}

.panel-header {
    background: #166D9A;
    height: 80px;
    padding: 15px 20px 0 20px;
}

.panel-wrapper .basket-header .column-titles {
    color: #A2C6DD;
    padding: 0;
    margin: 0;
    /* font-family: 'Anton', sans-serif; */
    display: none;
    visibility: hidden;
}

.fix-overflow {
    padding-right: 5px !important;
}

.panel-wrapper .basket-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.panel-wrapper .creditcard-body {
    padding: 30px 40px 0 40px;
}

.panel-wrapper .panel-body {
    font-weight: 400;
    font-size: 1.2em;
    outline: none !important;
    min-height: 350px;
    max-height: 350px;
}

.basket-body {
    background: #F9F9F9;
}

.creditcard-body {
    background: white;
}

.basket-body .row.product {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #eeeeee;
}

    .basket-body .row.product div {
        color: #777879;
        padding: 0 10px 0 10px;
    }

    .basket-body .row.product .product-image {
    }

.product-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 80px;
}

.card-wrapper {
    height: 100%;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-horizontal-40 {
    padding: 0 40px 0 40px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.emphasized {
    /* font-family: 'Anton', sans-serif; */
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    color: white;
}

.description {
    /* font-family: 'Anton', sans-serif; */
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #A2C6DD;
}

.panel-footer {
    padding-top: 10px;
    height: 150px;
}

.basket-footer {
    background: #166D9A;
    border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
}

    .basket-footer .title, .basket-footer .subtitle {
    }

.creditcard-footer {
    background: white;
    border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    padding: 75px 30px 0 30px;
}

.basket-footer .row .subtitle, .basket-footer .row .title {
}

.panel-footer hr {
    margin: 3px 0 3px 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #197fb3;
    padding: 0;
}

.panel-footer button {
    border: solid 1px #166D9A;
    background: #166D9A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 10px 15px 11px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .panel-footer button:hover {
        cursor: pointer;
    }

button.cancel {
    background: white;
    color: #166D9A;
}

    button.cancel:hover {
        background: #ff0000;
        border-color: #ff0000;
        color: white;
    }

button.confirm:hover {
    background: #00b300;
    border-color: #00b300;
    color: white;
}

.dive {
    margin-top: 5px;
}

.sub {
    font-size: 75%;
    color: #aaaaaa;
}

.very {
    font-size: 2.2em;
}

.creditcard-body form {
    font-size: 1.3em;
}

    .creditcard-body form i.fa {
        margin-right: 10px;
        color: #166D9A;
    }

    .creditcard-body form fieldset {
        border-bottom: dotted 2px #D0D0D0;
        margin-bottom: 25px;
    }

    .creditcard-body form input {
        border: none;
        font-weight: 600;
        color: #555555;
        width: 85%;
        outline: none;
    }

        .creditcard-body form input::placeholder {
            color: #D0D0D0;
        }

    .creditcard-body form label {
        color: #aaaaaa;
    }

.additional {
    font-weight: 300;
    font-size: 80%;
}

.fa-info-circle {
    color: #aaaaaa !important;
}

span.month.focused.active {
    background: #166D9A !important;
    background-image: none !important;
}


@media (max-width: 992px) {
}

@media (max-width: 767px) {

    .basket-header {
        border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
    }

    .basket-footer {
        background: #166D9A;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .creditcard-header {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .creditcard-footer {
        border-radius: 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        -webkit-border-radius: 0 0 15px 15px;
    }



    /**********************************************************/
    @import "bourbon";

    $break-tablet: 992px;

    body.ux-app {
        @media screen and (min-width: $break-tablet) {
            background: #fff;
            padding:40px 0;
        }
    }

    .basket, .container {
        padding: 0;

        @media screen and (min-width: $break-tablet) {
            padding:0 10px;
        }
    }

    .action-link {
        color: #008A32;
        font-weight: bold;
        text-decoration: none;
        &:hover

{
    color: #008A32;
}

}

.ux-card {
    border: 1px solid #E8E8E8;
    background: #FCFCFC;
    padding: 20px;
    position: relative;
    &:hover

{
    cursor: pointer;
    border-color: #008a32;
    background-color: #fff;
}

a {
    @extend .action-link;
}

}

// Roll up the card so the stack smoothly slides up to take its place
.ux-card.deleted {
    visibility: hidden;
    overflow: hidden;
    transition: all 0.2s;
    height: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    border: none;
}

a {
    color: #333;
    &:hover

{
    color: #000;
}

}

.product {
    color: #767676;
    margin-bottom: 20px;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);

    @media screen and (min-width: $break-tablet) {
        padding-left: 75px;
        box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
    }

    img

{
    @media screen and (min-width: $break-tablet) {
        display: block;
    }

    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
}

.title {
}

.price {
    color: #333;
    font-weight: bold;
}

.tier {
    padding-bottom: 1em;
}

.renews {
    padding-top: 1em;
}

.title, .tier, .attr, .renews {
    float: left;
    clear: left;
}

.price, .term {
    float: right;
    clear: right;
}

.remove {
    float: right;
    clear: right;
    display: none;
    color: #008a32 !important;
    border-width: 1px;
    box-shadow: none !important;
    font-size: 12px;
    padding-bottom: 5px !important;
    & .uxicon

{
    margin-top: 3px;
    box-shadow: none !important;
}

&:hover {
    border-color: #008a32 !important;
}

@media screen and (min-width: $break-tablet) {
    display: block;
}

}
}

.product span {
    display: block;
}

.summary {
    dl

{
    margin: 0;
    padding: 20px;
    dt

{
    float: left;
    clear: left;
    font-weight: normal;
}

dd {
    float: right;
    clear: right;
    font-weight: bold;
}

&:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

}

.subtotal {
    @media screen and (min-width: $break-tablet) {
        border-top: 5px solid #D0D0D0;
        dt {
            margin-top: 2px;
        }

        dd {
            font-size: 18px;
        }
    }
}

.total {
    background: #128937;
    color: #fff;
    padding: 20px;
    dt

{
    text-transform: uppercase;
    margin-top: 0.5em;
    font-weight: bold;
}

dd {
    font-size: 1.5em;
}

}

.support {
    dd

{
    float: left;
    font-weight: normal;
    padding-left: 0.5em;
}

}

button {
    margin: 0 20px;
    width: calc(100% - 40px);
}

}

.payment, .terms {
    margin-bottom: 20px;
    & > a

{
    float: right;
    padding-right: 20px;
    text-transform: uppercase;
    @extend .action-link;
}

h4, p {
    padding: 0 20px;
}

button {
    margin-top: 20px;
}

}

.terms .agreed {
    display: none;
}

p.agreed {
    padding-left: 50px;
    position: relative;
    &:before

{
    content: " ";
    background-image: url(https://img1.wsimg.com/fos/react/check.svg);
    position: absolute;
    left: 20px;
    top: 4px;
    width: 20px;
    height: 21px;
}

}

.cart button[disabled] {
    background: #e8e8e8 !important;
    border-bottom: none !important;
    color: #848484 !important;
    opacity: 1;
}

.price {
    position: relative;
    display: inline-block;
    .old

{
    position: absolute;
    right: 0;
    opacity: 1;
}

.new {
    opacity: 0;
}

.strike {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    border-top: 1px solid #333;
}

}

#controls {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}

View Compiled
Resources
}
