body {
    font-size: 16px;
    color: #555;
    background-color: #fff;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, 'Lucida Grande'!important
}

h1 {
    font-size: 1.35em;
    font-weight: 500
}

h1.pageTitle {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: 400;
    float: left;
    width: 89%;
    line-height: 40px
}

.redColor:hover,
.redColor:focus,
.redColor:active {
    color: #DE0A15
}

.mgBtm3 {
    margin-bottom: 3em
}

.greyColor {
    color: #909090
}

.greyColor:hover {
    color: #909090
}

.btn-danger {
    background: none #e40520!important;
    box-shadow: 0 0 0;
    border: 1px solid #dc2837;
    text-shadow: 0 0 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-top: .7em;
    padding-bottom: .7em
}

.btn-default.active,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active:focus {
    background: none #ddd!important;
    box-shadow: 0 0 0;
    border: 1px solid #ccc;
    text-shadow: 0 0 0;
    color: #fff!important
}

.appointmentConfirmHolder {
    margin-top: 1em;
    margin-bottom: 1em
}

.appointmentConfirmHolder h3 {
    margin-top: .8em;
    font-weight: 500;
    font-family: inherit;
    font-size: 1.125em
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .logoImgUra {
        width: 310px;
        height: 75px;
        display: inline-block
    }
}

table.table:not(.noShow) tr>td {
    display: block;
    border-bottom: 0;
    border-top: 0;
    padding-left: 8.5em;
    position: relative;
    line-height: 1em
}

@media only screen and (max-width:480px) {
    .responsiveTable.table.table-responsive tr td {
        display: block;
        border-bottom: 0;
        border-top: 0;
        position: relative;
        line-height: 1.85em;
        white-space: nowrap
    }
    .mobile-center {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .showOnMobile,
    .showOnTablet {
        display: block
    }
    .appointmentConfirmHolder {
        margin-top: 1em;
        margin-bottom: 1em
    }
}

.glyphicon.glyphicon-one-fine-dot {
    margin-bottom: -.2em;
    overflow: hidden;
    position: absolute;
    right: -8px;
    top: -22px
}

.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2em
}

.largeText {
    line-height: 30px;
    overflow: hidden;
    font-size: 1.5em;
    color: #555;
    font-family: inherit
}

.height-xs {
    height: .65em
}

.height-sm {
    height: 1em
}

.height-md {
    height: 2em
}

td.details-control {
    background: url(../img/details_open.png) no-repeat center center;
    cursor: pointer
}

tr.shown td.details-control {
    background: url(../img/details_close.png) no-repeat center center
}

.text-grey {
    font-size: 14px;
    position: relative;
    color: #676666;
    font-weight: 500;
    padding-left: 0;
    margin-bottom: 0;
    top: 2px;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.text-black {
    color: #000
}

.pleft2 {
    padding-left: 2px
}

.custom-text-left {
    text-align: left;
    font-size: 1.4em;
    cursor: pointer
}

.custom-text-right {
    text-align: right;
    font-size: 1.2em;
    cursor: pointer
}

.custom-text-right a {
    color: red
}

.custom-text-right a:hover,
.custom-text-right a:link,
.custom-text-right a:focus {
    text-decoration: none;
    color: red
}

.btncircle {
    background: red;
    border-radius: 100%;
    padding: 4px;
    color: #fff
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: .5;
    text-decoration: none
}

.round {
    right: 0;
    position: relative;
    top: 0;
    width: 28px
}

.round input[type="checkbox"] {
    visibility: hidden
}

.round label {
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    right: 0;
    position: absolute;
    top: -30px;
    width: 28px
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a00;
    border-color: red;
    color: #210101!important
}

.round label:after {
    border: 3px solid red;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: .2;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a00;
    border-color: red;
    color: #210101!important
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "more";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "less";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.custom-font {
    color: #000;
    font-weight: 400;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
}

.custom-text-font {
    font-size: 24px;
    display: inline-block;
    margin-top: 13px;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
}

.gst-text {
    position: absolute;
    right: 0;
    font-size: 11pt;
    text-align: right;
    top: 46px;
    color: #aaa
}

.ura-child-heading {
    position: relative;
    display: flex;
    font-weight: 400;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
}

.ura-child-heading:before {
    content: url(../img/icons/p-icon.jpg);
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 4px
}

.tick-icon {
    position: relative;
    font-weight: 400;
    display: flex;
    top: 0;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
}

.tick-icon:before {
    content: url(../img/icons/tick-icon.png);
    display: block;
    width: 58px;
    height: 58px;
    margin-right: 20px;
    top: -4px;
    position: relative
}

.pleft0 {
    padding-left: 0
}

.mbtm0 {
    margin-bottom: 0
}

.text-warning {
    color: #FFA938!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

. width365 {
    width: 365px
}

@media only screen and (max-width:480px) {
    .custom-text-right {
        text-align: left;
        margin-top: 0;
        cursor: pointer;
        font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
    }
    .width365 {
        width: auto
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
}

.pgTop0 {
    padding-top: 0
}

.pgTop2 {
    padding-top: 2px
}

.pgTop5 {
    padding-top: 5px
}

.pgTop10 {
    padding-top: 10px
}

.f12 {
    font-size: 12pt!important
}

.f14 {
    font-size: 14pt
}

.f16 {
    font-size: 16pt
}

.zero {
    padding: 0!important;
    margin: 0!important
}

.uppercase {
    text-transform: uppercase;
    font-weight: 500
}

.mgTop-3x {
    margin-top: .3em!important
}

.mgTop-6x {
    margin-top: .5em!important
}

.custom-h2-text {
    font-size: 20px;
    margin-top: .6em;
    clear: right;
    font-weight: 500;
    color: #9e9e9e;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important
}

.form-control {
    padding: 0 .8em;
    height: 41px!important;
    line-height: 41px!important
}

.radioHolder.showNoBackground.noBorderForLabel .radioContainer label {
    background-color: transparent
}

.text-success {
    color: rgba(84, 187, 5, 1)
}

.glyphicon-icons .glyphicon,
.glyphicon-icons li.grid-icon>.fa {
    font-size: 42px;
    display: block;
    text-align: center;
    margin: 10px auto 20px auto;
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important;
}

.gi-1x {
    font-size: 1em
}

.gi-2x {
    font-size: 2em
}

.gi-3x {
    font-size: 3em
}

.gi-4x {
    font-size: 4em
}

.gi-5x {
    font-size: 5em
}

.mgTop0 {
    margin-left: 0
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.checkboxHolder.noCheckboxStyle .checkboxContainer label {
    border: 0;
    background: url(../img/checkbox.png) no-repeat .7em center transparent
}

.checkboxHolder.noCheckboxStyle .checkboxContainer input:checked + label {
    background: url(../img/checkbox-selected.png) no-repeat .7em center transparent
}

.checkboxHolder.noCheckboxStyle {
    margin-top: .5em
}

.radioHolder.noRadioStyle .radioContainer label {
    border: 0;
    background: url(../img/radio.png) no-repeat .7em center transparent
}

.radioHolder.noRadioStyle .radioContainer input:checked + label {
    background: url(../img/radio-selected.png) no-repeat .7em center transparent
}

.radioHolder.noRadioStyle {
    margin-top: .5em
}

@media print {
    div.divFooter {
        position: fixed!important
    }
    .printbtn {
        display: none
    }
	.sgds-footer, .sgds-masthead{
        	display: none;
        }
}

div.divFooter {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    border-top: #ddd 1px solid;
    font-size: 10px
}

.input.ng-invalid.ng-touched {
    background-color: #FA787E
}

.input.ng-valid.ng-touched {
    background-color: #78FA89
}

.has-error label {
    color: red
}

.has-error .checkboxHolder .checkboxContainer input + label {
    background: url(../img/checkbox-error.png) no-repeat .7em center #FFF
}

.paymentContainer.paymentContainerNew .paymentBtn.giro {
    background-image: url(../img/payment/giro.png)
}

.paymentContainer.paymentContainerNew .paymentBtn.giro.active,
.paymentContainer.paymentContainerNew .paymentBtn.giro:hover {
    background-image: url(../img/payment/giro_Selected.png)
}

.paymentContainer .paymentBtn.giro {
    background-image: url(../img/payment/giro.png)
}

.paymentContainer .paymentBtn.giro.active,
.paymentContainer .paymentBtn.giro:hover {
    background-image: url(../img/payment/giro_Selected.png)
}

ul.dashed {
    list-style-type: none
}

ul.dashed>li {
    text-indent: -5px
}

ul.dashed>li:before {
    content: "\2014";
    text-indent: -5px
}

p.breakhere {
    page-break-before: always
}

.phoneNoWidth {
    width: calc(100% - 170px);
    ;
    height: 38px
}

.sub-title-table {
    padding-left: 15px!important;
    font-weight: 700
}

.accordion-inner ol,
.panel-body ol {
    list-style: decimal inside;
    line-height: 30px;
    padding-left: 18px
}

.accordion-inner ol li,
.panel-body ol li {
    display: list-item
}

.accordion-caret {
    text-decoration: none
}

.accordion-caret:hover {
    text-decoration: none
}

.accordion-caret:focus {
    outline: none;
    text-decoration: none
}

.accordion-caret .accordion-toggle:before,
.accordion-caret .panel-toggle:before {
    font-size: 25px;
    vertical-align: -3px
}

.accordion-caret .accordion-toggle:not(.collapsed):before,
.accordion-caret .panel-toggle:not(.collapsed):before {
    content: "???????";
    margin-right: 0
}

.accordion-caret .accordion-toggle.collapsed:before,
.accordion-caret .panel-toggle.collapsed:before {
    content: "???????";
    margin-right: 0
}

.panel-group.accord-caret .panel.panel-default,
.panel-group.accord-caret .panel.panel-default .panel-body {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0
}

.panel-group.accord-caret .panel.panel-default .panel-heading {
    font-size: .9em;
    padding-bottom: .5em;
    padding-bottom: 0
}

.panel-group.accord-caret .panel.panel-default .panel-heading a:focus,
.panel-group.accord-caret .panel.panel-default .panel-heading a:hover {
    text-decoration: none
}

.panel-group.accord-caret .panel.panel-default .panel-heading a:before {
    content: "???????";
    margin-right: 0
}

.panel-group.accord-caret .panel.panel-default .panel-heading a.collapsed:before {
    content: "???????";
    margin-right: 0
}

.panel-group.accord-caret .panel.panel-default .panel-body {
    padding-top: .5em;
    margin-top: 0
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0!important;
    top: 100%
}

.titleHolder {
    background-color: #F4F5F5;
    padding: 0;
    position: relative;
    z-index: 3
}

body {
    font-family: Calibri, Lato, Arial, Helvetica, sans-serif, "Lucida Grande"!important;
    font-size: 16px;
    color: #555;
    background-color: #fff
}

.pageholder {
    position: relative;
    min-height: 100%;
    padding-bottom: 50px
}

.pageholder.pageholderFull .containerFullWidth {
    max-width: inherit;
    width: 95%
}

.header-bg {
    background-color: #fff;
    border-top: solid 8px #DC2837;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 4;
    position: relative
}

.formlabel {
    margin-bottom: 0px!important;
    text-transform: uppercase;
    font-size: 12px;
    color: #aaa;
    font-weight: 100
}

.ecard {
    margin: 10px 0
}

.menuHolder {
    float: right;
    width: auto;
    position: relative;
    top: 8px
}

.menuHolder .menuBtn {
    font-size: 1.25em;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: .3em;
    padding: .2em .3em;
    .captchaHolder .captchaImgContainer {
        border: none
    }
    #back-to-top,
    #back-to-topAdmin {
        position: fixed;
        bottom: 10px;
        right: 2px;
        z-index: 9999;
        width: 60px;
        text-transform: uppercase;
        text-align: center;
        background: rgba(196, 206, 214, .5);
        border-radius: 99px;
        color: #444;
        cursor: pointer;
        border: 1px solid #ddd;
        text-decoration: none;
        display: none;
        padding-top: 8px;
        padding-bottom: 12px;
        line-height: 16px;
        font-size: 14px;
        opacity: .75
    }
    .input.form-control {
        padding: 0 .8em;
        height: 42px!important;
        line-height: 42px!important
    }
    .menuList {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #F4F5F5;
        z-index: 23
    }
    .menuList li {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        position: relative
    }
    .menuList li a {
        color: #3C3C3C;
        text-transform: capitalize;
        display: block;
        padding: .7em .875em .7em 1em!important
    }
    .menuList li a:hover {
        text-decoration: none;
        color: #333
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    .dropdown-menu-custom {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 0!important;
        margin: 0!important;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #f5f5f5!important;
        -webkit-background-clip: padding-box;
        background-clip: border-box;
        border: 1px solid transparent!important;
        border: 1px solid transparent!important;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 transparent!important;
        box-shadow: 0 0 0 transparent!important
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: #f3f3f3!important;
        background-image: -webkit-linear-gradient(top, #f3f3f3 0, #f3f3f3 100%);
        background-image: -o-linear-gradient(top, #f3f3f3 0, #f3f3f3 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
        background-image: linear-gradient(to bottom, #f3f3f3 0, #f3f3f3 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#fff3f3f3', GradientType=0);
        background-repeat: repeat-x
    }
    .dropdown-menu>li>a {
        display: block;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-size: 12pt
    }
    .ptop10Bottom15 {
        padding-top: 10px! important;
        padding-bottom: 15px! important
    }
    .pagination-number {
        white-space: nowrap;
        text-align: center;
        padding-left: 0;
        position: relative;
        top: 8px
    }
}

.stepsContainer li.stepActive a {
    background-color: #fff;
    color: #006464
}

.stepsContainer li a {
    border-radius: 50%;
    width: 2.15em;
    height: 2.15em;
    background-color: #fff;
    color: #006464;
    display: block;
    text-align: center;
    line-height: 2em;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    cursor: default
}

.btn-group {
    width: 85%!important
}

.input-group-btn>.btn {
    position: relative;
    background: #707172
}

.input-group-btn>.btn:hover {
    position: relative;
    background: #057ab2
}

.glyphicon-remove:hover,
.glyphicon-remove:focu,
.glyphicon-refresh:hover,
.glyphicon-refresh:focus {
    color: #fff!important
}

.panelHolder .panel-body ol li {
    margin-bottom: .5em;
    line-height: 125%
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.btn-gray {
    background: #707172!important;
    color: #fff
}

.btn-gray:hover,
.btn-gray:focus {
    background: #707172!important;
    color: #fff;
    border: 1px solid transparent!important
}

.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover,
.open>.dropdown-toggle.btn-gray.focus,
.open>.dropdown-toggle.btn-gray:focus,
.open>.dropdown-toggle.btn-gray:hover {
    background: #4a4a4b!important;
    color: #fff;
    border: 1px solid transparent!important
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto transparent;
    outline-offset: -2px
}

.btn-gray.active,
.btn-gray:active {
    background: #565657!important;
    color: #fff;
    border: 1px solid transparent!important
}

.glyphicon-remove {
    color: #fff!important
}

.glyphicon-refresh {
    color: #333!important
}

.glyphicon-refresh:hover,
.glyphicon-refresh:focus {
    color: #fff!important
}

.dropdown-toggle-custom {
    cursor: pointer;
    background-color: transparent;
    margin-right: 0;
    width: 100%;
    position: relative;
    bottom: 100%;
    margin-top: 0;
    border-radius: 5px;
    right: 0;
    top: 100%
}