
.std-overlay-bottom {
    position: absolute;
    bottom: 0px;
    height: 58px;
    border-top: 1px solid #dddddd;
    background-color: #f6f6f6;
    width: 100%;
    z-index: 103;
}

.std-overlay-button {
    margin: 10px 15px 0px 15px;
    width: 100px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    font-size: 0.875rem;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.std-overlay-close {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 28px;
    height: 36px;
    line-height: 36px;
    color: #888888;
    padding: 0px 10px 0px 10px;
    border: none !important;
    background-color: transparent !important;
}

.std-modal {
    width: 100%;
    height: 100%;
    z-index: 100;
    margin: 0px;
    background-color: #ffffff;
}

.std-modal-title {
    position: relative;
    background-color: #F8F9FA;
    text-align: center;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e0e0e0;
    z-index: 100;
    width: 100%;
    font-weight: bold;
}

.std-modal-title div {
    line-height: 38px;
}

@media (min-width: 576px) {

    .std-overlay-bottom {
        -moz-bottom-left-border-radius: 5px !important;
        -webkit-bottom-left-border-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        -moz-bottom-right-border-radius: 5px !important;
        -webkit-bottom-right-border-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

    .std-modal-title {
        -moz-top-left-border-radius: 5px !important;
	-webkit-top-left-border-radius: 5px !important;
        border-top-left-radius: 5px !important;
        -moz-top-right-border-radius: 5px !important;
        -webkit-top-right-border-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }

    .std-modal {
        width: 80%;
        max-width: 480px;
        height: 90%;
        z-index: 100;
        margin: 20px auto 0px auto;
        background-color: #ffffff;
    }

    .std-modal-title {
        -moz-top-left-border-radius: 5px;
        -webkit-top-left-border-radius: 5px;
        border-top-left-radius: 5px;
        -moz-top-right-border-radius: 5px;
        -webkit-top-right-border-radius: 5px;
        border-top-right-radius: 5px;
    }

    

}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

}
    
 
/* */

/* noto-sans-display-regular - latin */
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('noto-sans-display-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('noto-sans-display-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Noto Sans Display';
  font-style: bold;
  font-weight: 700;
  src: local(''),
       url('noto-sans-display-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('noto-sans-display-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* */

body {
    font-family: 'Noto Sans Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.line-height-48 {
    line-height: 48px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-32 {
    line-height: 32px;
}

/* flexbox */
.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.space-start {
    justify-content: flex-start;
}

.space-evenly {
    justify-content: space-evenly;
}

.space-around {
    justify-content: space-around;
}

.space-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-self {
    align-self: center;
}
/* float */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* cursor */
.pointer {
    cursor: pointer;
    color: #444444;
}

.footer {
    padding: 0.5rem 1.25rem;
    background-color: #f6f6f6;
    color: #888888;
    width: 100%;
    text-align: justify;
    bottom: 0;
}

html,body,dl,dt,div,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,code,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,*{
    margin: 0;
    padding: 0;
    color: #444444;
    -webkit-font-smoothing: antialiased;

    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Arial, sans-serif; 

    /*
    font-family: 'Noto Sans Display', -apple-system, BlinkMacSystemFont, sans-serif;
    */
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}   

.bnyc-header, .bnyc-header> * , div.d-inline-block{
    overflow-x: hidden;
    overflow-y: hidden;
}

html,body {
    /* overflow-y: auto; */
}

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
    font: inherit;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

a {
    color: #0070ff;
}

a:hover {
    color: #0070ff;
    text-decoration: none;
}

fieldset,img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    padding-bottom: 10px;
}

select {
    -webkit-appearance: none;
    /* -webkit-border-radius: 0px; */
    border-radius: 0px;
    border: none;
    background-color: #ffffff;
}

input[type=text],textarea {
    -webkit-appearance: none;
    /* -webkit-border-radius: 0px; */
    border-radius: 0px;
    border: 1px solid #bbbbbb;
}

textarea, button {
    /* -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important; */
    border-radius: 0 !important;
}

input {
    outline: none;
    /* -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important; */
    box-shadow: none !important;
    -webkit-appearance: none;
    /* -webkit-border-radius: 0px; */
    border-radius: 0px;
    border: 1px solid #bbbbbb !important;
}

select {
    border: 1px solid #bbbbbb !important;
}

/* */
::placeholder {
    color:    #888888;
}

/* */

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

.row.gutter-8 {
    margin-right: -4px;
    margin-left: -4px;
}

.row.gutter-8 > [class^="col-"],
.row.gutter-8 > [class*=" col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.row.gutter-4 {
    margin-right: -2px;
    margin-left: -2px;
}

.row.gutter-4 > [class^="col-"],
.row.gutter-4 > [class*=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
}

/* */

.rotate {
  transform: rotate(-45deg);
}

.b {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.normal { 
    font-weight: normal;
}

.stop-scrolling {
    position: fixed;
    overflow: hidden;
}

.inline-block {
    display: inline-block;
}

.corner-8 {
    border-radius: 8px !important;
}

.corner-8-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.corner-8-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.corner-5 {
    /* -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important; */
    border-radius: 5px !important;
}

.corner-4 {
    /* -moz-border-radius: 4px;
    -webkit-border-radius: 4px; */
    border-radius: 4px;
}

.corner-3 {
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}

.corner-2 {
    /* -moz-border-radius: 2px;
    -webkit-border-radius: 2px; */
    border-radius: 2px;
}

.shadow-stripe {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; 
}

.shadow-stripe-short {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 3px -1px, rgba(0, 0, 0, 0.3) 0px 1px 1px -1px;
}

.shadow-short {
    /* -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);  */
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.shadow-light {
    /* -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15); 
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);  */
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15);     
}

.shadow-ultra-light {
    /* -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);  */
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);     
}

.shadow-2px {
    /* -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);  */
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);     
}

.shadow-3px {
    /* -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);  */
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);     
}

.shadow-rhino {
    /* -webkit-box-shadow: 0px 2px 8px rgba(99,24,206,0.5); 
    -moz-box-shadow: 0px 2px 8px rgba(99,24,206,0.5);  */
    box-shadow: 0px 2px 8px rgba(99,24,206,0.5); 
}

.overflow-clip {
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}

.overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.placeholder {
    color: #888888;
}

.columns-2 {
    /* -webkit-column-count: 2;
    -webkit-column-gap:   20px;
    -webkit-column-fill:  auto;
    -moz-column-count:    2;
    -moz-column-gap:      20px;
    -moz-column-fill:     auto; */
    column-count:         2;
    column-gap:           20px;
    column-fill:          auto;
}

.std-input {
    width: 100%;
    border: 1px solid #bbbbbb !important;
    height: 36px;
    padding: 0px 8px 0px 8px;
}

.up-caret {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #8822c2;
}

.down-caret {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8822c2;
}

.sticky {
    position: sticky;
    /* position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky; */
}

.media {
    margin: 0px;
}

.media-left {
    padding-right: 10px;
}

/* bootstrap overwrite */

.alert {
  border-radius: 0px;
  font-size: 0.8125rem;
}

.error-box, .alert-danger {
    padding: 10px 15px 10px 15px; 
    margin-bottom: 25px; 
    color: #a60000; 
    border: 1px solid #a60000;
    background-color: white;             
}

.success-box, .alert-success {
    padding: 10px 15px 10px 15px; 
    margin-bottom: 25px; 
    color: #005826; 
    border: 1px solid #005826;
    background-color: white;             
}

.input-box-standard {
    color: #444444;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #bbbbbb;
    height: 36px;
    width: 203px;
    font-size: 0.90em;
    background-color: white;
    /* -moz-border-radius: 2px;
    -webkit-border-radius: 2px; */
    border-radius: 2px;
}

.button-standard {
    cursor: pointer; border: none; 
    padding-right: 10px; padding-left: 10px;
    height: 40px;
    /* -moz-border-radius: 2px;
    -webkit-border-radius: 2px; */
    border-radius: 2px;
    font-size: 1.0em;
    background-color: #0070ff;
    color: #ffffff;
    font-weight: bold;
}

/* */

 a:hover {
    color: inherit;
  }

.font-white          { color: #ffffff; }
.font-black          { color: #444444; }
.font-gray-1         { color: #666666; }
.font-gray-2         { color: #888888; }
.font-gray-5         { color: #f6f6f6; }

.font-link           { color: #4a79a4; }
.font-blue           { color: #3D5A80; }
.font-cyan           { color: #98C1D9; }
.font-med-cyan       { color: #e4f1f7; }
.font-light-cyan     { color: #f5f7f9; }
.font-peach          { color: #FCC068; }

.font-rhino          { color: #6318ce; }
.font-dark-blue      { color: #005799; }
.font-green          { color: #005826; }
.font-light-green    { color: #2fac1e; }
.font-red            { color: #d40208; }
.font-purple         { color: #620c5f; }
.font-orange         { color: #ff7e00; }
.font-dark-orange    { color: #ef6e00; }

.bg-white            { background-color: #ffffff; }
.bg-black            { background-color: #444444; }
.bg-gray-1           { background-color: #666666; }
.bg-gray-2           { background-color: #888888; }
.bg-gray-5           { background-color: #f6f6f6; }

.bg-blue             { background-color: #3D5A80; }
.bg-cyan             { background-color: #98C1D9; }
.bg-med-cyan         { background-color: #e4f1f7; }
.bg-light-cyan       { background-color: #f5f7f9; }
.bg-peach            { background-color: #FCC068; }
.bg-dark-peach       { background-color: #e38d0d; }

.border-white                 { border: 1px solid #ffffff; }
.border-top-white             { border-top: 1px solid #ffffff; }
.border-right-white           { border-right: 1px solid #ffffff; }
.border-bottom-white          { border-bottom: 1px solid #ffffff; }
.border-left-white            { border-left: 1px solid #ffffff; }

.border-blue                 { border: 1px solid #3D5A80; }
.border-top-blue             { border-top: 1px solid #3D5A80; }
.border-right-blue           { border-right: 1px solid #3D5A80; }
.border-bottom-blue          { border-bottom: 1px solid #3D5A80; }
.border-left-blue            { border-left: 1px solid #3D5A80; }

.border-cyan                 { border: 1px solid #98C1D9; }
.border-top-cyan             { border-top: 1px solid #98C1D9; }
.border-right-cyan           { border-right: 1px solid #98C1D9; }
.border-bottom-cyan          { border-bottom: 1px solid #98C1D9; }
.border-left-cyan            { border-left: 1px solid #98C1D9; }

.border-med-cyan           { border: 1px solid #e4f1f7; }
.border-top-med-cyan       { border-top: 1px solid #e4f1f7; }
.border-right-med-cyan     { border-right: 1px solid #e4f1f7; }
.border-bottom-med-cyan    { border-bottom: 1px solid #e4f1f7; }
.border-left-med-cyan      { border-left: 1px solid #e4f1f7; }

.border-light-cyan           { border: 1px solid #f5f7f9; }
.border-top-light-cyan       { border-top: 1px solid #f5f7f9; }
.border-right-light-cyan     { border-right: 1px solid #f5f7f9; }
.border-bottom-light-cyan    { border-bottom: 1px solid #f5f7f9; }
.border-left-light-cyan      { border-left: 1px solid #f5f7f9; }

.border-peach                { border: 1px solid #FCC068; }
.border-top-peach            { border-top: 1px solid #FCC068; }
.border-right-peach          { border-right: 1px solid #FCC068; }
.border-bottom-peach         { border-bottom: 1px solid #FCC068; }
.border-left-peach           { border-left: 1px solid #FCC068; }

.border-dark-peach                { border: 1px solid #e38d0d; }
.border-top-dark-peache            { border-top: 1px solid #e38d0d; }
.border-right-dark-peach          { border-right: 1px solid #e38d0d; }
.border-bottom-dark-peach         { border-bottom: 1px solid #e38d0d; }
.border-left-dark-peach           { border-left: 1px solid #e38d0d; }

.bg-dark-blue        { background-color: #005799; }
.bg-green            { background-color: #005826; }
.bg-light-green      { background-color: #2fac1e; }
.bg-red              { background-color: #d40208; }
.bg-purple           { background-color: #620c5f; }
.bg-orange           { background-color: #ff7e00; }

.vspace-1            { height: 5px; width: 100%; }
.vspace-2            { height: 10px; width: 100%; }
.vspace-3            { height: 15px; width: 100%; }
.vspace-4            { height: 20px; width: 100%; }
.vspace-5            { height: 25px; width: 100%; }
.vspace-6            { height: 30px; width: 100%; }
.vspace-7            { height: 35px; width: 100%; }
.vspace-8            { height: 40px; width: 100%; }
.vspace-9            { height: 45px; width: 100%; }
.vspace-10           { height: 50px; width: 100%; }

.font-size-10        { font-size: 0.85rem }
.font-size-9         { font-size: 0.80rem }
.font-size-8         { font-size: 0.75rem }
.font-size-7         { font-size: 0.70rem }
.font-size-6         { font-size: 0.65rem }

.font-size-11        { font-size: 0.900rem }
.font-size-12        { font-size: 0.925rem }
.font-size-13        { font-size: 0.950rem }
.font-size-14        { font-size: 0.975rem }
.font-size-15        { font-size: 1.000rem }
.font-size-16        { font-size: 1.025rem }
.font-size-17        { font-size: 1.050rem }
.font-size-18        { font-size: 1.075rem }
.font-size-19        { font-size: 1.100rem }
.font-size-20        { font-size: 1.100rem }

/* */

.search-hr {
    background-color: #eeeeee;
    height: 1px;
}

.hr-1 {
    background-color: #eeeeee;
    height: 1px;
}

.hr-2 {
    background-color: #eeeeee;
    height: 2px;
}

.hr-5 {
    background-color: #f6f6f6;
    height: 5px;
}

.hr-8 {
    background-color: #f6f6f6;
    height: 8px;
}

/* */

input.account-input-radio[type="radio"] + label {
  display: inline-block;
  line-height: 25px;
  background-image: linear-gradient(140deg, #f2f2f2, #ebebeb);
  color: #aaaaaa;
  cursor: pointer;
}

input.account-input-radio[type="radio"]:checked + label {
  display: inline-block;
  line-height: 25px;
  background-image: linear-gradient(140deg, #0090ff, #0060dd);
  color: #ffffff;
  cursor: pointer;
}

input.account-input-radio[type="radio"] + label span.account-input-checkbox-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #ffffff, #f2f2f2);
    color: #aaaaaa;
    border: 1px solid #cccccc;
}

input.account-input-radio[type="radio"]:checked + label span.account-input-checkbox-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
    border: 1px solid #0070ff;
}

/* */

input.account-input-checkbox[type="checkbox"] + label span {
    display: inline-block;
    color: #444444;
    cursor: pointer;
}

input.account-input-checkbox[type="checkbox"]:checked + label span {
    display: inline-block;
    color: #444444;
    cursor: pointer;
}

input.account-input-checkbox[type="checkbox"] + label span.account-input-checkbox-box {
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-image: linear-gradient(140deg, #ffffff, #f2f2f2);
    color: transparent;
    border: 1px solid #cccccc;
}

input.account-input-checkbox[type="checkbox"]:checked + label span.account-input-checkbox-box {
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
    border: 1px solid #0070ff;
}

input.account-input-checkbox[type="checkbox"] + label span.account-input-checkbox-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #ffffff, #f2f2f2);
    color: #aaaaaa;
    border: 1px solid #cccccc;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}

input.account-input-checkbox[type="checkbox"]:checked + label span.account-input-checkbox-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
    border: 1px solid #0070ff;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}

/* */

input.home-input-radio[type="radio"] + label span {
    display: inline-block;
    color: #444444;
    cursor: pointer;
}

input.home-input-checkbox[type="checkbox"] + label span {
    display: inline-block;
    color: #444444;
    cursor: pointer;
}

input.home-input-radio[type="radio"]:checked + label span {
    display: inline-block;
    color: #444444;
    cursor: pointer;
}

input.home-input-checkbox[type="checkbox"]:checked + label span {
    display: inline-block;
    color: #444444;
    cursor: pointer;
}

input.home-input-radio[type="radio"] + label span.home-input-radio-box {
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-image: linear-gradient(140deg, #ffffff, #ffffff);
    color: transparent;
}

input.home-input-checkbox[type="checkbox"] + label span.home-input-checkbox-box {
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-image: linear-gradient(140deg, #ffffff, #ffffff);
    color: transparent;
}

input.home-input-radio[type="radio"]:checked + label span.home-input-radio-box {
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
}

input.home-input-checkbox[type="checkbox"]:checked + label span.home-input-checkbox-box {
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
}

input.home-input-radio[type="radio"] + label span.home-input-radio-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #ffffff, #ffffff);
    color: #444444;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}

input.home-input-checkbox[type="checkbox"] + label span.home-input-checkbox-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #ffffff, #ffffff);
    color: #444444;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}

input.home-input-radio[type="radio"]:checked + label span.home-input-radio-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}
 
input.home-input-checkbox[type="checkbox"]:checked + label span.home-input-checkbox-large {
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(140deg, #0090ff, #0060dd);
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
    border-radius: 3px;
}

/* */

input.cb[type="checkbox"] {
    display: none; 
}
input.cb[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
}

input.cb[type="checkbox"] + label span.cb {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* margin: -1px 4px 0 0; */
    vertical-align: middle;
    background:url(/images/checkbox-spritemap.png) -16px 0px no-repeat;
}
input.cb[type="checkbox"]:checked + label span.cb {
    background:url(/images/checkbox-spritemap.png) left top no-repeat;
}
 
/* */

input.cbn[type="checkbox"] {
    display: none;
}
input.cbn[type="checkbox"] + label {

    display: inline-block;
    cursor: pointer;
    user-select: none;
    /* -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; */
    /* -o-user-select: none; */
}

input.cbn[type="checkbox"] + label span {

    display: inline-block;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    cursor: pointer;
    min-width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}

input.cbn[type="checkbox"]:checked + label span {

    display: inline-block;
    color: #0070ff;
    border: 1px solid #0070ff;
    background-color: rgba(0, 112, 255, 0.05);
    vertical-align: middle;
    line-height: 32px;
}

#beds-selector input.cbn[type="checkbox"] + label span {
    border: 1px solid #ffffff;
}

#beds-selector input.cbn[type="checkbox"]:checked + label span {
    border: 1px solid #0070ff;
}

#baths-selector input.cbn[type="checkbox"] + label span {
    border: 1px solid #ffffff;
}

#baths-selector input.cbn[type="checkbox"]:checked + label span {
    border: 1px solid #0070ff;
}

/* */

input.cbt[type="checkbox"] {
    display: none;
}
input.cbt[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    /* -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; */
    /* -o-user-select: none; */
}

input.cbt[type="checkbox"] + label span {
    display: inline-block;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    cursor: pointer;
    width: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}

input.cbt[type="checkbox"]:checked + label span {
    display: inline-block;
    color: #0070ff;
    border: 1px solid #0070ff;
    background-color: rgba(0, 112, 255, 0.05);
    vertical-align: middle;
    line-height: 32px;
}

/* */

input.cbr[type="checkbox"] {
    display: none;
}
input.cbr[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    user-select: none;

    /* -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; */
    -o-user-select: none;
}

input.cbr[type="checkbox"] + label span {
    display: inline-block;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    cursor: pointer;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}

input.cbr[type="checkbox"]:checked + label span {
    display: inline-block;
    color: #0070ff;
    border: 1px solid #0070ff;
    background-color: rgba(0, 112, 255, 0.05);
    vertical-align: middle;
    line-height: 32px;
}

input.cbr[type="checkbox"] + label span.wide {
    width: 220px;
    line-height: 32px;
}

input.cbr[type="checkbox"]:checked + label span.wide {
    width: 220px;
    line-height: 32px;
}














/* ------------------------- medium */


@media (min-width: 768px) {

    input.cbr[type="checkbox"] + label span {
        display: inline-block;
        color: #444444;
        background-color: #ffffff;
        border: none;
        cursor: pointer;
        width: initial;
        text-align: left;
        vertical-align: initial;
        line-height: initial;
    }

    input.cbr[type="checkbox"]:checked + label span {
        display: inline-block;
        color: #444444;
        border: none;
        background-color: #ffffff;
        vertical-align: initial;
        line-height: initial;
    }
    
    input.cbr[type="checkbox"] + label span.cbr {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background:url(/images/checkbox-spritemap.png) -16px 0px no-repeat;
    }
    
    input.cbr[type="checkbox"]:checked + label span.cbr {
        background:url(/images/checkbox-spritemap.png) left top no-repeat;
    }

    input.cbr[type="checkbox"] + label span.wide {
        width: initial;
        line-height: initial;
    }

    input.cbr[type="checkbox"]:checked + label span.wide {
        width: initial;
        line-height: initial;
    }

    .font-size-10        { font-size: 0.875rem }
    .font-size-9         { font-size: 0.8225rem }
    .font-size-8         { font-size: 0.75rem }
    .font-size-7         { font-size: 0.6875rem }
    .font-size-6         { font-size: 0.625rem }

    .font-size-11        { font-size: 0.9375rem }
    .font-size-12        { font-size: 1rem }
    .font-size-13        { font-size: 1.0625rem }
    .font-size-14        { font-size: 1.125rem }
    .font-size-15        { font-size: 1.1875rem }
    .font-size-16        { font-size: 1.25rem }    
    .font-size-17        { font-size: 1.3125rem }
    .font-size-18        { font-size: 1.375rem }
    .font-size-19        { font-size: 1.4375rem }
    .font-size-20        { font-size: 1.50rem }

}
