/* ==========================================================================
   SCHEDULE */
/* ========================================================================== */
.schedule:before,
.schedule:after {
    content: " ";
    display: table;
}
.schedule:after {
    clear: both;
}
.schedule-item {
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.schedule-item + .schedule-item {
    border-radius: 2px;
    box-shadow: none;
}
@media (max-width: 768px) {
    .schedule-item + .schedule-item {
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .schedule-item + .schedule-item {
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .schedule-item + .schedule-item {
        margin-top: 20px;
    }
}
@media (min-width: 1280px) {
    .schedule-item + .schedule-item {
        margin-top: 20px;
    }
}
.schedule-item .hour-relax,
.schedule-item .hour-busy {
    font-size: 13px;
}
.schedule-doctor,
.schedule-search {
    float: left;
}
.schedule-doctor-item {
    padding: 15px;
}
.schedule-doctor-image {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 15px;
}
.schedule-doctor-content {
    overflow: hidden;
}
.schedule-doctor-name {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
}
.schedule-doctor-schedule {
    font-size: 13px;
    margin-top: 10px;
}
.schedule-doctor-schedule .day-wrapper {
    color: #a7a7a7;
}
.schedule-doctor-schedule .day-wrapper.today {
    color: #4c4c4c;
}
.schedule-doctor-schedule .day-wrapper.today .day {
    font-weight: bold;
}
.schedule-doctor-schedule .day {
    display: inline-block;
    width: 50px;
}
.schedule-search {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-header {
    padding: 10px 20px;
    border-bottom: solid 1px #e8e8e8;
}
.schedule-header-wrapper {
    border-bottom: solid 1px #e8e8e8;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.schedule-header-wrapper.is_stuck {
    z-index: 100;
    background: #ffffff;
    border-radius: 0;
}
.schedule-header-wrapper .schedule-week-wrapper {
    border-left: 0;
}
.schedule-header-wrapper .schedule-week-header {
    padding: 16px 3px;
    box-shadow: none;
    border-bottom: 0;
}
.schedule-header-wrapper .search-in-page-input {
    margin: 0;
    box-shadow: none;
}
.schedule-week-wrapper {
    float: right;
    border-left: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-week:before,
.schedule-week-header:before,
.schedule-week:after,
.schedule-week-header:after {
    content: " ";
    display: table;
}
.schedule-week:after,
.schedule-week-header:after {
    clear: both;
}
.schedule-week-header {
    padding: 7px 3px;
    border-bottom: solid 1px #e8e8e8;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.schedule-day {
    min-height: 270px;
    border-left: solid 1px #e8e8e8;
}
.collapsed .schedule-day {
    min-height: none;
}
.schedule-day,
.schedule-day-header {
    float: left;
    width: 14%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3px;
    text-align: center;
    color: #a7a7a7;
}
.schedule-day:last-child,
.schedule-day-header:last-child {
    width: 16%;
}
.schedule-day-header.today {
    font-weight: bold;
    color: #4c4c4c;
}
.schedule-day:first-child {
    border-left: 0;
}
.schedule .hour {
    height: 33px;
    line-height: 33px;
    padding: 3px 0 0 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule .hour-busy {
    border: dashed 1px #cfcfcf;
    background: #f5f5f5;
    border-radius: 2px;
}
.schedule .hour-relax {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAGovxNEIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGElEQVQI12NwYGBgYGRgYGFgEGBgcIAzAQm3AKut7peOAAAAAElFTkSuQmCC') repeat 0 0;
    margin-bottom: 3px !important;
}
.schedule .hour-text {
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.schedule .hour[class*="hour-height-"] {
    margin: 3px 0 0 0;
    padding: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.schedule .hour-height-16 {
    height: 525px;
}
.schedule .hour-height-15 {
    height: 492px;
}
.schedule .hour-height-14 {
    height: 459px;
}
.schedule .hour-height-13 {
    height: 426px;
}
.schedule .hour-height-12 {
    height: 393px;
}
.schedule .hour-height-11 {
    height: 360px;
}
.schedule .hour-height-10 {
    height: 327px;
}
.schedule .hour-height-9 {
    height: 294px;
}
.schedule .hour-height-8 {
    height: 261px;
}
.schedule .hour-height-7 {
    height: 228px;
}
.schedule .hour-height-6 {
    height: 195px;
}
.schedule .hour-height-5 {
    height: 162px;
}
.schedule .hour-height-4 {
    height: 129px;
}
.schedule .hour-height-3 {
    height: 96px;
}
.schedule .hour-height-2 {
    height: 63px;
}
.schedule .hour-height-1 {
    height: 30px;
}
.schedule .collapsed .hour.reserved {
    display: none;
}
.schedule-expand-block {
    padding: 10px;
    text-align: center;
    border-top: solid 1px #e8e8e8;
}
/* ==========================================================================
   SCHEDULE */
/* ========================================================================== */
.container-steps-select {
    margin-top: -1px;
}
.steps-select {
    background: url('data:image/gif;base64,R0lGODlhAgACAPAAAOjo6AAAACH5BAAAAAAALAAAAAACAAIAAAIChFEAOw==') repeat-x 0 50%;
    margin-bottom: 20px;
}
.step-item {
    float: left;
    height: 50px;
    text-align: center;
}
.step-item-inner {
    height: 50px;
    vertical-align: middle;
    font-size: 16px;
    max-width: 140px;
    color: #4c4c4c;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 5px 0 60px;
    background: #ffffff;
    text-align: left;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.step-item-inner.current,
.step-item-inner:hover,
.step-item-inner:focus {
    color: #4c4c4c;
}
.step-item-inner.current .step-item-num,
.step-item-inner:hover .step-item-num,
.step-item-inner:focus .step-item-num {
    border-color: #238fd4;
    box-shadow: 0 0 0 4px  rgba(35, 143, 212, 0.2);
}
.step-item-inner.current .step-item-num {
    font-weight: bold;
}
.step-item-inner.checked .step-item-num {
    background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAVklEQVR42p2PQQrAMAgE+wj7nPRtPrlI740BL0mACSssXnZGvJRx93tEhVsmMm/GFPjL/CUxCa79bD+psNU/MYqn8CqIqcAwXwGYJQCzBGCWMMySdtLtFG2Y+yIZspAAAAAASUVORK5CYII=') no-repeat 50% 50%;
    text-align-last: left;
    text-indent: -9999px;
}
.step-item:first-child .step-item-inner {
    margin-left: 0;
    padding-left: 40px;
    float: left;
}
.step-item:first-child .step-item-inner .step-item-num {
    left: 0;
}
.step-item:last-child .step-item-inner {
    margin-right: 0;
    padding-right: 0;
    float: right;
}
.step-item-num {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -17px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border: solid 2px #b4b4b4;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.step-item-text {
    overflow: hidden;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps-breadcrumbs {
    margin-bottom: 8px;
}
.steps-breadcrumb {
    display: block;
    float: left;
    margin: 0 8px 16px 8px;
    padding: 0 1px 0 15px;
    max-width: 100%;
    height: 36px;
    line-height: 34px;
    border: solid 1px #b4b4b4;
    border-radius: 36px;
    text-decoration: none;
    color: #7f7f7f;
    position: relative;
    left: -8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.steps-breadcrumb-text:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    top: 0;
    right: 5px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAATUlEQVR42pWRAQoAIAgDfXiKD6u3VQKDQGY1iGTcBFXcfe7XhCsYDS4KQ6AC44dhMCgIpQABWWCUIHSA/QYq6cynTjMwkPowXvf8dcEF0ml9AAlSf/kAAAAASUVORK5CYII=') no-repeat 50% 50%;
    opacity: .7;
}
.steps-breadcrumb:hover,
.steps-breadcrumb:focus {
    color: inherit;
    text-decoration: none;
}
.steps-breadcrumb:hover .steps-breadcrumb-text:after,
.steps-breadcrumb:focus .steps-breadcrumb-text:after {
    opacity: 1;
}
.steps-breadcrumb:last-child {
    margin-right: 0;
}
.steps-breadcrumb-name {
    display: block;
    float: left;
    padding-right: 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAiCAAAAABDphc6AAAAbUlEQVR42mXQsQrAIAwEUP//HyuCBQehWBCqhpIG2rsOcXqDesmFVuQ74Y4D1FpJiRPUcpBXWqDuJ9kzqamTrZAWA1oMaTGgxZAjLdBiyJ4dcQHP/GeyTReMcTCkGx0LYU0s7yp5v2d9vtS/6gff4UsUZKjacQAAAABJRU5ErkJggg==') no-repeat 100% 50%;
}
.steps-breadcrumb-text {
    display: block;
    color: #4c4c4c;
    padding: 0 40px 0 10px;
    background: #fbfbfb;
    border-radius: 0 34px 34px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-firefox .steps-breadcrumb-text {
    display: inline-block;
    max-width: 500px;
}
.tree-column {
    margin: 0;
    list-style: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .tree-column {
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .tree-column {
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (min-width: 1280px) {
    .tree-column {
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (max-width: 768px) {
    .tree-column {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tree-column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .tree-column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1280px) {
    .tree-column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.bx-ie9 .tree-column {
    padding: 0 !important;
}
.column-item {
    width: 100%;
    display: inline-block;
}
.column-item-letter {
    float: left;
    width: 30px;
    font: normal 17px/17px Arial, sans-serif;
    margin-top: -5px;
}
.links-block {
    margin: -20px 0 0 -20px;
    padding: 0;
    list-style: none;
}
.links-block li {
    float: left;
    margin: 20px 0 0 20px;
}
.links-block li a {
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
    color: #4c4c4c;
    background: #ffffff;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.links-block li a:hover,
.links-block li a:focus {
    color: #238fd4;
    border-color: #238fd4;
}
/* ==========================================================================
	   STEPS-DOCTORS */
/* ========================================================================== */
.step-doctor {
    background: #ffffff;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}
.step-doctor .doctor-photo {
    width: 80px;
    height: 80px;
    margin: 0;
}
.step-doctor-header {
    display: table;
    width: 100%;
}
.step-doctor-col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.step-doctor-name {
    font-size: 19px;
}
.step-doctor-info {
    line-height: 18px;
    color: #808080;
}
.step-doctor-week {
    border-top: solid 1px #e8e8e8;
}
.step-doctor-day {
    border-left: solid 1px #e8e8e8;
    display: block;
    width: 14%;
    height: 72px;
    float: left;
    padding: 12px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.step-doctor-day:last-child {
    width: 16%;
}
.step-doctor-day:first-child {
    border-left: 0;
}
.step-doctor-day .doctor-tikket {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 20px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #858585;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAmUlEQVR42u2WMQ5AQBREt6FwBjdBQ8Vh6BSuJU6hod5W6FW6NSMke4L/FbvJk8lv3iTYXWOtrcEOnDA73eYNuRFedNLN4IzSojsUeB4gVZCnX4EBrCASlEdgAf03GEErWKADkz8owCxYYAaVP0jAKVjgolO9gPYrKJnVP0L/N4wFC8Svc1DdiMJZ8IsCmheSDBwMDQNwwmx034BPq+tzzwQSAAAAAElFTkSuQmCC') no-repeat 0 0;
}
.step-services-theme .in-page-nav-price li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.step-services-theme-header {
    font-size: 17px;
}
.step-services-theme-content {
    margin: 20px 0;
    padding-left: 40px;
    border-left: solid 1px #e8e8e8;
}
.styler-steps.jq-selectbox {
    float: left;
}
.styler-steps .jq-selectbox__select {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border: 0;
    background: #fbfbfb;
    border-radius: 0 20px 20px 0;
    max-width: 790px;
}
.styler-steps .jq-selectbox__dropdown {
    font-size: 15px;
}
.styler-steps .jq-selectbox__select:hover,
.styler-steps .jq-selectbox__select:active,
.styler-steps.focused .jq-selectbox__select,
.styler-steps.dropdown .jq-selectbox__select {
    color: #238fd4;
}
.record-tikket {
    padding: 20px;
}
.record-tikket-date {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 23px;
}
.record-tikket-time {
    float: right;
    font-size: 20px;
}
.record-tikket-header {
    color: #808080;
    margin-bottom: 10px;
}
.record-tikket-text {
    margin-bottom: 10px;
}
.record-tikket-price {
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    margin: 20px -20px;
    padding: 20px;
    font-size: 17px;
}
/* ==========================================================================
   HELPER CLASSES */
/* ========================================================================== */
ol.unstyled,
ul.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.big-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
ul.big-list li {
    margin: 5px 0;
    font-size: 18px;
    line-height: 25px;
}
ul.list-dot {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
ul.list-dot li {
    margin: 0 0 3px 0;
    padding: 0 0 0 20px;
    color: #808080;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVR42mNgAIKDBw+qAvFaIP4IxSC2KgNUUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELQCvyORfAIy6RMUg9hqIDkAn8C5evfz+oMAAAAASUVORK5CYII=') no-repeat 0 7px;
}
ul.list-dot-white {
    margin-bottom: 0;
}
ul.list-dot-white li {
    color: #ffffff;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAOUlEQVQY022NyQ3AIBDE3AzZ6rc2FFKA8wJx+WlpxoDFtNlMC2BY7VQD05nEdxHfRRyT/RSMkX3gBx9cbYxtL8tVAAAAAElFTkSuQmCC');
}
.ta-center,
.table th.ta-center,
.table td.ta-center {
    text-align: center;
}
.ta-left,
.table th.ta-left,
.table td.ta-left {
    text-align: left;
}
.ta-right,
.table th.ta-right,
.table td.ta-right {
    text-align: right;
}
.va-bottom,
.table th.va-bottom,
.table td.va-bottom {
    vertical-align: bottom;
}
.va-top,
.table th.va-top,
.table td.va-top {
    vertical-align: top;
}
.va-middle,
.table th.va-middle,
.table td.va-middle {
    vertical-align: middle;
}
.td-n {
    text-decoration: none;
}
.td-u {
    text-decoration: underline;
}
.tt-u {
    text-transform: uppercase;
}
.tt-n {
    text-transform: none;
}
.hide,
.d-n {
    display: none;
}
.show,
.d-b {
    display: block;
}
.inline-block,
.d-ib {
    display: inline-block;
}
.inline,
.d-i {
    display: inline;
}
.invisible,
.vis-h {
    visibility: hidden;
}
.verdana {
    font-family: Verdana, sans-serif;
}
.tahoma {
    font-family: Tahoma, sans-serif;
}
.arial {
    font-family: Arial, sans-serif;
}
.p-r,
.pos-r {
    position: relative;
}
.p-a,
.pos-a {
    position: absolute;
}
.p-f,
.pos-f {
    position: fixed;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.ov-h {
    overflow: hidden;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible,
.viz-h {
    visibility: hidden;
}
.p0 {
    padding: 0;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.pt0 {
    padding-top: 0;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pr0 {
    padding-right: 0;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pb0 {
    padding-bottom: 0;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl0 {
    padding-left: 0;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.m0 {
    margin: 0;
}
.m10 {
    margin: 10px;
}
.m20 {
    margin: 20px;
}
.m30 {
    margin: 30px;
}
.m40 {
    margin: 40px;
}
.m50 {
    margin: 50px;
}
.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mr0 {
    margin-right: 0;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml0 {
    margin-left: 0;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.text-light,
a.text-light {
    color: #808080;
}
.text-dark,
a.text-dark {
    color: #4c4c4c;
}
.text-muted,
a.text-muted {
    color: #cdcdcd;
}
.text-primary,
a.text-primary {
    color: #238fd4;
}
.text-secondary,
a.text-secondary {
    color: #257fb8;
}
.fz12 {
    font-size: 12px;
}
.fz14 {
    font-size: 14px;
}
.fz16 {
    font-size: 16px;
}
.fz17 {
    font-size: 17px;
}
.fz18 {
    font-size: 18px;
}
.fz19 {
    font-size: 19px;
}
.fz20 {
    font-size: 20px;
}
.fz21 {
    font-size: 21px;
}
.fz22 {
    font-size: 22px;
}
.fz24 {
    font-size: 24px;
}
.fz26 {
    font-size: 26px;
}
.fz30 {
    font-size: 30px;
}
.alert {
    border: solid 1px #ea5600;
    background: rgba(234, 86, 0, 0.1);
    color: #ea5600;
    padding: 20px;
    border-radius: 5px;
}
.alert-info {
    color: #45a3ba;
    background: rgba(69, 163, 186, 0.2);
    border-color: #45a3ba;
}
.alert-success {
    color: #409990;
    background: rgba(64, 153, 144, 0.2);
    border-color: #409990;
}
.alert-error {
    color: #a42338;
    background: rgba(164, 35, 56, 0.2);
    border-color: #a42338;
}
.alert p:first-child {
    margin-top: 0;
}
.alert p:last-child {
    margin-bottom: 0;
}
.body-wrapper .alert font.errortext,
.body-wrapper .alert font {
    color: inherit !important;
}
.body-wrapper .errortext,
.body-wrapper .notetext {
    display: block;
    border: solid 1px #45a3ba;
    background: rgba(69, 163, 186, 0.2);
    color: #45a3ba !important;
    padding: 20px;
    border-radius: 5px;
}
.body-wrapper .errortext {
    color: #a42338 !important;
    background: rgba(164, 35, 56, 0.2);
    border-color: #a42338;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}
.fleft,
.fll,
.fl-l {
    float: left;
}
.fright,
.flr,
.fl-r {
    float: right;
}
img[align="right"] {
    padding: 0 0 20px 20px;
}
img[align="left"] {
    padding: 0 20px 20px 0;
}
img.ta-center,
img[align="center"] {
    display: block;
    margin: 0 auto;
}
.badge {
    display: inline-block;
    font: normal 14px/24px Arial, sans-serif;
    height: 24px;
    min-width: 24px;
    padding: 0 8px;
    text-align: center;
    background: #f5f5f5;
    color: #808080;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}