﻿.alert {
    padding: 1.5rem 1.125rem 1.5rem 1.125rem
}

@media(min-width:991px) {
    .alert {
        padding: 1.625rem 1.875rem 1.625rem 1.875rem
    }
}

.alert button {
    opacity: unset;
    height: 20px
}

.alert.bg-primary {
    background-color: #0f5343 !important
}

    .alert.bg-primary p, .alert.bg-primary h1, .alert.bg-primary h2, .alert.bg-primary h3, .alert.bg-primary h4, .alert.bg-primary h5, .alert.bg-primary h6, .alert.bg-primary button, .alert.bg-primary span, .alert.bg-primary a {
        color: #fff
    }

    .alert.bg-primary .px-3 {
        color: #fff
    }

.alert.bg-secondary {
    background-color: #88c96c !important
}

.alert.bg-light {
    background-color: #f0f1f2 !important
}

.alert.bg-accent {
    background-color: #dbcb77 !important
}

.alert.bg-dark {
    background-color: #323b3d !important
}

    .alert.bg-dark p, .alert.bg-dark h1, .alert.bg-dark h2, .alert.bg-dark h3, .alert.bg-dark h4, .alert.bg-dark h5, .alert.bg-dark h6, .alert.bg-dark button, .alert.bg-dark span, .alert.bg-dark a {
        color: #fff
    }

    .alert.bg-dark .px-3 {
        color: #fff
    }

body {
    font-family: 'Lato',sans-serif;
    color: #58585b;
    -webkit-font-smoothing: antialiased
}

h1, h2, h3, h4 {
    font-family: 'Lato',sans-serif
}

h1 {
    color: #58585b;
    font-size: 40.05px;
    font-weight: normal;
    width: 100%;
    border-bottom: 2px solid #58585b;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: center
}

h2 {
    color: #58585b;
    font-size: 25.05px;
    font-weight: 800;
    width: 100%;
    border-bottom: 2px solid #58585b;
    padding-bottom: 8px;
    margin-bottom: 20px
}

h3 {
    color: #58585b;
    font-size: 16.05px;
    margin-bottom: 5px
}

h4 {
    color: #fff;
    font-size: 25.05px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 0
}

a {
    color: #58585b
}

    a:hover {
        color: #58585b
    }

    a:active {
        color: #58585b
    }

    a:visited {
        color: #58585b
    }

textarea {
    resize: none
}

html, body, form {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.content {
    height: 100%
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media(max-width:767px) {
    .main {
        padding: 0 15px
    }
}

.header, .footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.bg-white {
    background-color: #fff
}

.col-xs-1 {
    width: calc(100% / 12);
    max-width: calc(100% / 12);
    padding: 0 15px
}

.col-xs-2 {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    padding: 0 15px
}

.col-xs-3 {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    padding: 0 15px
}

.col-xs-4 {
    width: 25%;
    max-width: 25%;
    padding: 0 15px
}

.col-xs-5 {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    padding: 0 15px
}

.col-xs-6 {
    width: calc(50% - 1px);
    max-width: calc(50% - 1px);
    padding: 0 15px
}

.col-xs-7 {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    padding: 0 15px
}

.col-xs-8 {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    padding: 0 15px
}

.col-xs-9 {
    width: 75%;
    max-width: 75%;
    padding: 0 15px
}

.col-xs-10 {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    padding: 0 15px
}

.col-xs-11 {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    padding: 0 15px
}

.col-xs-12 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px
}

.panel {
    padding: 52px 0
}

    .panel.green {
        background-color: #e3f0de;
        padding: 52px 0
    }

    .panel.promo {
        background-color: #c4e4b6;
        background-size: contain;
        color: #fff;
        font-size: 19.95px
    }

@media(max-width:1024px) {
    .panel.promo {
        background-size: cover
    }
}

.panel.promo h1 {
    font-size: 67.05px;
    color: #fff;
    margin-bottom: 75px;
    border-bottom: 0 none;
    padding-bottom: 0;
    text-align: left
}

.skip-to-main {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: -1000px;
    z-index: 1
}

    .skip-to-main:focus {
        top: 0;
        left: 0
    }

.navbar {
    padding-left: 0;
    padding-right: 0
}

.navbar-brand {
    margin-right: 50px
}

.navbar-nav {
    margin-top: 30px
}

@media(min-width:991px) {
    .navbar-nav {
        margin-top: 13px
    }
}

@media print {
    .navbar {
        display: flex !important
    }

        .navbar div {
            display: none !important
        }
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-nav .nav-link {
    color: #fff;
    font-size: 4vh;
    font-weight: normal;
    font-family: 'Lato',sans-serif
}

.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid #329946
}

@media(min-width:991px) {
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-nav .nav-link {
        color: #58585b;
        font-size: 19.95px;
        font-weight: normal;
        font-family: 'Lato',sans-serif
    }
}

.nav > li > a.nav-link:focus, .nav > li > a.nav-link:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.active > a.nav-link:hover, .nav > li.active > a.nav-link:focus {
    background-color: #fff
}

.nav > li.active {
    border-bottom: 2px solid #329946
}

.navbar-nav .nav-link {
    padding: .3rem 1rem .5rem 1rem
}

.icon-bar {
    width: 26px;
    height: 3px;
    background-color: #12679b;
    display: block;
    transition: all .2s;
    margin-top: 4px
}

.navbar-toggler {
    border: 0;
    background: transparent !important
}

    .navbar-toggler .top-bar {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 10% 10%
    }

    .navbar-toggler .middle-bar {
        opacity: 0
    }

    .navbar-toggler .bottom-bar {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: 10% 90%
    }

    .navbar-toggler.collapsed .top-bar {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1
    }

    .navbar-toggler.collapsed .bottom-bar {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

.navbar-collapse {
    background-color: #329946;
    padding: 10px 0 20px 0
}

@media(min-width:991px) {
    .navbar-collapse {
        background-color: #fff;
        padding: initial
    }
}

.navbar-collapse .navbar-nav {
    border-top: 1px solid #70b87e
}

@media(min-width:991px) {
    .navbar-collapse .navbar-nav {
        border-top: 0 none
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 1px solid #70b87e
}

@media(min-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        color: #58585b;
        border-bottom: 0 none
    }
}

.modal.collapse.show {
    display: block;
    top: 59px
}

dropdown-item.active {
    background-color: #f5f5f5;
    color: #333
}

.nav-button {
    position: relative;
    z-index: 1111;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px
}

    .nav-button #nav-icon3 {
        width: 24px;
        height: 22px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

        .nav-button #nav-icon3 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #0f5343;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .nav-button #nav-icon3 span:nth-child(1) {
                top: 0
            }

            .nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
                top: 7px
            }

            .nav-button #nav-icon3 span:nth-child(4) {
                top: 14px
            }

.nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}

.navbar-brand .desktop-logo {
    width: 275px
}

@media print {
    .navbar-brand .desktop-logo {
        display: block !important
    }
}

.navbar-brand .mobile-logo {
    width: 25px
}

@media print {
    .navbar-brand .mobile-logo {
        display: none !important
    }
}

button.nav-button:focus {
    outline: 0 none
}

.navbar-expand-md .navbar-toggler {
    display: block
}

@media(min-width:991px) {
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .main-menu .nav li a {
        color: #fff;
        font-size: 4vh
    }

    .main-menu {
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden
    }

    .nav-open .main-menu {
        opacity: 1;
        visibility: visible;
        background: #329946
    }

    .main-menu.flex-center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 100%;
        min-height: 675px
    }

    .overlay-fixed-top {
        position: fixed;
        top: 59px;
        right: 0;
        left: 0;
        z-index: 1030
    }
}

.main-menu .p-4 {
    padding: 2rem !important
}

@media(min-width:991px) {
    .main-menu .p-4 {
        padding: 0 !important
    }
}

.breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0
}

    .breadcrumb.active {
        color: #58585b
    }

@media print {
    .breadcrumb {
        display: none
    }
}

a.btn, a.btn:hover, a.btn:active, a.btn:visited {
    color: #fff
}

.btn-primary {
    width: 274px;
    background-color: #329946;
    border-color: #329946;
    color: #fff !important;
    font-size: 19.95px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    max-height: 40px
}

    .btn-primary:hover {
        color: #fff;
        background-color: #329946;
        border-color: #329946
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(60,181,83,0.5);
        -moz-box-shadow: 0 0 0 .2rem rgba(60,181,83,0.5);
        box-shadow: 0 0 0 .2rem rgba(60,181,83,0.5)
    }

.btn-secondary {
    width: 274px;
    background-color: #12679b;
    border-color: #12679b;
    color: #fff;
    font-size: 16.05px;
    font-weight: normal;
    font-family: 'Lato',sans-serif;
    border-radius: 0
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #12679b;
        border-color: #12679b
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(18,103,155,0.5);
        -moz-box-shadow: 0 0 0 .2rem rgba(18,103,155,0.5);
        box-shadow: 0 0 0 .2rem rgba(18,103,155,0.5)
    }

.btn-full {
    width: 100%
}

.main-menu .btn-secondary {
    width: 274px;
    background-color: #329946;
    border-color: #329946;
    color: #fff;
    font-size: 16.05px;
    font-weight: normal;
    font-family: 'Lato',sans-serif;
    border-radius: 0
}

    .main-menu .btn-secondary:hover {
        color: #fff;
        background-color: #329946;
        border-color: #12679b
    }

    .main-menu .btn-secondary:focus, .main-menu .btn-secondary.focus {
        box-shadow: 0 none
    }

.navbar .btn-register {
    width: auto;
    position: absolute;
    top: 15px;
    right: 0;
    display: none;
    background-color: #0f5343
}

    .navbar .btn-register.hidden-lg-up {
        right: 20px
    }

    .navbar .btn-register span {
        background-color: #0f5343
    }

.main-menu .btn-register {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    clear: both
}

@media(min-width:992px) {
    .navbar .btn-register {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        top: 0
    }

    .main-menu .btn-register {
        display: none
    }
}

.CSLogout.btn-secondary, .CSLogin.btn-secondary {
    width: auto
}

.CSLogout a, .CSLogin a {
    color: #fff !important
}

    .CSLogout a:hover, .CSLogin a:hover {
        color: #fff !important
    }

ul.article-list {
    list-style-type: none;
    padding: 0
}

    ul.article-list .article-list-title {
        padding-right: 20px
    }

    ul.article-list .article-list-date {
        margin-bottom: 15px
    }

    ul.article-list p {
        margin-bottom: 10px;
        padding-right: 25px
    }

.kb-article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc
}

.tpc-kb-search .row .tpc-kb-search-inputs .form-control {
    width: auto !important
}

.sfforumPostBreabcrumbWrp .sfDisabled, .sfforumPostBreabcrumbWrp a.sfDisabled:link, .sfforumPostBreabcrumbWrp a.sfDisabled:visited, .sfforumPostBreabcrumbWrp a.sfDisabled:hover, .sfforumPostBreabcrumbWrp a.sfDisabled:active {
    color: #777;
    cursor: default;
    font-weight: bold
}

.sfforumsFilterWrp {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 10.95px
}

    .sfforumsFilterWrp .sfforumsFilterLbl {
        padding-right: 3px
    }

    .sfforumsFilterWrp .sfthreadsFilterListWrp, .sfforumsFilterWrp .sfthreadsFilterList, .sfforumsFilterWrp .sfthreadsFilterListItm {
        display: inline
    }

    .sfforumsFilterWrp .sfthreadsFilterListItm {
        padding-left: 5px;
        padding-right: 5px
    }

.sfClosedItm {
    margin-top: -5px;
    *margin-top: 0;
    padding-left: 35px;
    line-height: 26px;
    background: transparent url("Images/sfForums.gif") no-repeat 0 -1400px
}

.sfforumTitle {
    margin-bottom: 30px
}

.sfforumsList {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    line-height: 1.3;
    font-size: 10.95px
}

    .sfforumsList th, .sfforumsList td {
        padding: 12px 0 14px;
        border-bottom: 1px solid #e4e4e4;
        vertical-align: top
    }

    .sfforumsList .sfforumGroupDescription {
        color: #777;
        line-height: 1.2
    }

    .sfforumsList .sfforumImgWrp {
        padding-right: 10px;
        width: 50px
    }

    .sfforumsList .sfforumTitleWrp .sfLockedForum {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-right: 5px;
        width: 14px;
        height: 14px;
        background: transparent url("Images/sfForums.gif") no-repeat 0 -1300px
    }

    .sfforumsList th.sfforumTitleWrp {
        padding-bottom: 11px
    }

    .sfforumsList .sfforumTitle {
        font-size: 16.05px
    }

    .sfforumsList .sfforumDescription {
        padding-top: 4px;
        font-size: 12px
    }

    .sfforumsList .sfforumThreadsCountWrp, .sfforumsList .sfforumPostsCountWrp {
        width: 110px;
        text-align: right;
        font-size: 10.05px
    }

    .sfforumsList .sfforumThreadsCount, .sfforumsList .sfforumPostsCount {
        font-size: 13.95px;
        font-weight: normal
    }

    .sfforumsList .sfforumLastPostWrp {
        width: 150px;
        text-align: right
    }

.btn.btn-default, .btn.btn-primary, .sf-fieldWrp button, .sfforumPostTitleSaveEdit, .sfforumReplyBtn, .sfforumNewThreadLnk, .input-group-append a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 5.5px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #329946;
    border-color: #329946;
    color: #fff;
    font-size: 19.95px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    background-color: #329946
}

    .btn.btn-default:visited, .btn.btn-primary:visited, .sf-fieldWrp button:visited, .sfforumPostTitleSaveEdit:visited, .sfforumReplyBtn:visited, .sfforumNewThreadLnk:visited, .input-group-append a:visited {
        color: white !important
    }

.input-group-append a {
    font-size: 18px !important
}

.btn.btn-default:hover, .btn.btn-default:focus, .sf-fieldWrp button:hover, .sf-fieldWrp button:focus, .sfforumPostTitleSaveEdit:hover, .sfforumPostTitleSaveEdit:active, .sfforumReplyBtn:focus, .sfforumReplyBtn:active, .sfforumReplyBtn:hover, .sfforumNewThreadLnk:focus, .sfforumNewThreadLnk:hover, .sfforumNewThreadLnk:active {
    text-decoration: none;
    color: #fff !important;
    background: #329946 !important;
    border-color: #329946 !important
}

.sfforumRssLnk {
    float: right;
    font-size: 13.5px
}

.sfforumThreadsList {
    margin-top: 30px;
    width: 100%;
    table-layout: auto;
    line-height: 1.3
}

    .sfforumThreadsList th {
        border-bottom: 2px solid #e4e4e4;
        vertical-align: top
    }

    .sfforumThreadsList td {
        border-bottom: 1px solid #e4e4e4;
        vertical-align: top
    }

    .sfforumThreadsList thead th {
        padding: 5px 0 10px;
        color: #777
    }

    .sfforumThreadsList tbody th, .sfforumThreadsList tbody td {
        padding: 15px 0
    }

    .sfforumThreadsList thead .sfforumThreadPostsWrp, .sfforumThreadsList thead .sfforumThreadViewsWrp {
        text-align: center
    }

    .sfforumThreadsList thead .sfforumThreadLastPostWrp {
        width: 150px;
        text-align: right
    }

    .sfforumThreadsList .sfforumThreadTitleAndAgeWrp {
        margin-left: 35px
    }

    .sfforumThreadsList .sfforumThreadTitle {
        font-size: 15px
    }

    .sfforumThreadsList .sfNormalThread, .sfforumThreadsList .sfLockedThread {
        float: left;
        margin-right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        background-image: url("/SFRes/images/Telerik.Sitefinity.Resources/Images.DefaultForumIcon.png");
        background-repeat: no-repeat;
        background-position: 100% 100%
    }

    .sfforumThreadsList .sfLockedThread {
        background-position: 0 -100px
    }

    .sfforumThreadsList .sfStickyThread, .sfforumThreadsList .sfAnnouncmentThread {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        margin-top: 1px;
        width: 13px;
        height: 13px;
        background: transparent url("Images/sfForums.gif") no-repeat 0 0
    }

    .sfforumThreadsList .sfAnnouncmentThread {
        width: 15px;
        background-position: 0 -1100px
    }

    .sfforumThreadsList .sfNotStickyThread {
        display: none
    }

    .sfforumThreadsList tbody .sfforumThreadPostsWrp, .sfforumThreadsList tbody .sfforumThreadViewsWrp {
        width: 110px;
        text-align: center;
        font-size: 13.95px
    }

    .sfforumThreadsList tbody .sfforumThreadLastPostWrp {
        width: 150px;
        text-align: right
    }

.sfforumNewThreadWrp .sfforumNewThreadTitle {
    margin-bottom: 16px;
    font-size: 24px
}

.sfforumNewThreadWrp .sfTxtLbl {
    margin-bottom: 3px;
    display: block
}

.sfforumNewThreadWrp .sfforumNewThreadName .sfTxtLbl {
    font-weight: bold
}

.sfforumNewThreadWrp .sfTxt {
    font-family: Arial,Verdana,Sans-serif;
    font-size: 12px;
    height: 18px;
    padding: 2px;
    width: 500px
}

.sfforumNewThreadWrp .sfError {
    display: block
}

.sfforumNewThreadWrp .sfforumNewThreadContent {
    margin-top: 5px
}

.sfforumNewThreadWrp .sfEditorWrp {
    position: relative;
    width: 750px
}

.sfforumNewThreadWrp .sfSubmitBtn {
    margin-right: 10px;
    padding: 2px 10px;
    font-family: Arial,Verdana,Sans-serif;
    font-size: 16.05px;
    text-align: center
}

.sfforumNoThreadsWrp {
    color: #777;
    text-align: center
}

    .sfforumNoThreadsWrp .sfforumFirstThreadLnk {
        font-size: 25.3125px
    }

.sfforumPostTitle {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.2
}

    .sfforumPostTitle .sfError {
        display: block;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.5;
        font-weight: normal
    }

    .sfforumPostTitle .sfforumPostTitleEdit, .sfforumPostTitle .sfforumPostTitleCancelEdit {
        font-size: 12px;
        font-weight: normal;
        color: #105cb6;
        cursor: pointer
    }

        .sfforumPostTitle .sfforumPostTitleEdit:hover, .sfforumPostTitle .sfforumPostTitleCancelEdit:hover {
            color: #00f
        }

    .sfforumPostTitle .sfforumPostTitleSaveEdit {
        font-family: Arial,Verdana,Sans-serif;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }

    .sfTxt, .sfforumPostTitle .sfTxt {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 13.95px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s box-shadow ease-in-out .15s
    }

.sfforumThreadPostList {
    list-style: none
}

    .sfforumThreadPostList .sfforumThreadPost {
        padding-top: 15px;
        padding-bottom: 25px
    }

.sfforumSocialShareWrp {
    padding: 0;
    font-size: 12px;
    font-style: italic;
    color: #999;
    height: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4
}

    .sfforumSocialShareWrp.sfTop {
        margin-top: 20px
    }

    .sfforumSocialShareWrp .RadSocialShare {
        border: 0;
        padding: 0;
        float: right
    }

.sfforumThreadPostList .sfforumThreadPostUser, .sfforumPostReplyForm .sfforumThreadPostUser {
    float: left;
    width: 140px;
    color: #777;
    font-size: 10.95px;
    line-height: 1.2
}

.sfforumThreadPostList .sfforumUser, .sfforumPostReplyForm .sfforumUser {
    font-size: 15px;
    font-weight: normal;
    color: #000
}

.sfforumThreadPostList .sfforumUserAvatarWrp, .sfforumPostReplyForm .sfforumUserAvatarWrp {
    margin-top: 5px
}

.sfforumThreadPostList .sfforumUserPostsInfo, .sfforumPostReplyForm .sfforumUserPostsInfo {
    margin-top: 10px
}

.sfforumPostReplyForm .sfforumsReplyToTitle {
    display: inline;
    padding-right: 20px;
    font-size: 15px;
    font-weight: normal
}

.sfforumThreadPostList .sfforumThreadPostContentWrp, .sfforumPostReplyForm .sfforumReplyThreadContent {
    margin-left: 150px
}

.sfforumThreadPostList .sfforumThreadPostContent {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13.05px;
    clear: right
}

    .sfforumThreadPostList .sfforumThreadPostContent h1, .sfforumThreadPostList .sfforumThreadPostContent h2, .sfforumThreadPostList .sfforumThreadPostContent h3, .sfforumThreadPostList .sfforumThreadPostContent h4, .sfforumThreadPostList .sfforumThreadPostContent h5 {
        line-height: 1.2
    }

    .sfforumThreadPostList .sfforumThreadPostContent h1 {
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: normal
    }

        .sfforumThreadPostList .sfforumThreadPostContent h1 ~ h1 {
            margin-top: 40px
        }

    .sfforumThreadPostList .sfforumThreadPostContent h2 {
        margin-top: 35px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold
    }

    .sfforumThreadPostList .sfforumThreadPostContent h3 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 19.95px;
        font-weight: normal;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc
    }

    .sfforumThreadPostList .sfforumThreadPostContent h4 {
        margin-top: 25px;
        font-size: 13.05px;
        font-weight: bold
    }

    .sfforumThreadPostList .sfforumThreadPostContent h5 {
        margin-top: 18px;
        font-size: 13.05px;
        font-weight: normal;
        font-style: italic
    }

    .sfforumThreadPostList .sfforumThreadPostContent p {
        margin-bottom: 18px
    }

    .sfforumThreadPostList .sfforumThreadPostContent ul {
        padding-left: 20px;
        list-style: disc;
        margin-bottom: 18px
    }

    .sfforumThreadPostList .sfforumThreadPostContent ol {
        padding-left: 20px;
        list-style-type: decimal;
        margin-bottom: 18px
    }

        .sfforumThreadPostList .sfforumThreadPostContent ul ul, .sfforumThreadPostList .sfforumThreadPostContent ol ul {
            list-style-type: circle
        }

            .sfforumThreadPostList .sfforumThreadPostContent ul ul ul, .sfforumThreadPostList .sfforumThreadPostContent ol ol ul {
                list-style-type: square
            }

.sfforumThreadPostContent table {
    width: 100%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999
}

    .sfforumThreadPostContent table td {
        padding: 1px;
        border-top: 1px solid #999;
        border-left: 1px solid #999
    }

    .sfforumThreadPostContent table th {
        padding: 1px;
        border-top: 1px solid #999;
        border-left: 1px solid #999
    }

.sfPostQuoteView {
    border: 1px solid #ccc;
    padding: 7px 9px;
    background-color: #f2f2f2
}

    .sfPostQuoteView .sfPostQuoteView {
        margin-top: 10px
    }

    .sfPostQuoteView .sfUserQuote {
        display: block;
        font-size: 10.95px
    }

.sfforumThreadPostList .sfforumPostIsFeaturedWrp {
    float: right
}

.sfforumThreadPostList .sfforumPostFeatured, .sfforumThreadPostList .sfforumPostUnmarkFeatured, .sfforumThreadPostList .sfEditBtn, .sfforumThreadsList .sfforumThreadAnswered {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.sfforumThreadPostList .sfforumPostFeatured, .sfforumThreadsList .sfforumThreadAnswered {
    padding-left: 20px;
    padding-right: 3px;
    font-size: 15px;
    color: #689b30;
    background: transparent url("Images/sfForums.gif") no-repeat 0 -997px;
    position: relative;
    margin-top: -3px
}

.sfforumThreadsList .sfforumThreadAnswered {
    margin-left: 20px
}

.sfforumThreadPostList .sfforumPostUnmarkFeatured {
    font-size: 10.95px;
    position: relative;
    top: -2px
}

.sfforumThreadPostList .sfEditBtn {
    padding-bottom: 8px
}

.sfforumThreadPostList .sfforumPostAge {
    font-size: 10.95px;
    line-height: 1.2;
    font-style: italic;
    color: #777
}

.sfforumThreadPostList .sfforumPostPermalink {
    font-size: 10.05px
}

.sfforumThreadPostList .sfforumLastModified {
    margin-bottom: 20px;
    font-size: 10.95px;
    color: #777
}

.sfforumReplyFormVisible {
    position: relative;
    padding-bottom: 335px
}

    .sfforumReplyFormVisible .sfforumPostReplyContainer {
        display: block;
        position: fixed;
        _position: absolute;
        padding-top: 20px;
        _width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 305px;
        overflow-y: auto;
        overflow-x: hidden;
        border-top: 10px solid #e4e4e4;
        background-color: #fff;
        z-index: 9999
    }

.sfforumPostReplyContainer {
    display: none
}

    .sfforumPostReplyContainer .sfforumPostReplyForm {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
        width: 920px
    }

    .sfforumPostReplyContainer .sfEditorWrp {
        position: relative
    }

    .sfforumPostReplyContainer .sfQuote {
        padding-left: 15px;
        background: transparent url("Images/sfForums.gif") no-repeat 0 -798px
    }

    .sfforumPostReplyContainer .sfSubmitBtnWrp {
        margin-bottom: 0
    }

    .sfforumPostReplyContainer .sfSubmitBtn {
        margin-right: 10px;
        padding: 2px 10px;
        font-family: Arial,Verdana,Sans-serif;
        font-size: 16.05px;
        text-align: center
    }

    .sfforumPostReplyContainer .sfCancel {
        *vertical-align: middle
    }

    .sfforumPostReplyContainer .sfClose {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 10px;
        right: 10px;
        text-indent: -9999px;
        overflow: hidden;
        background: transparent url("Images/sfForums.gif") no-repeat 0 -700px
    }

.sfforumReplyThreadAttachmentsWrp {
    margin-top: 30px
}

    .sfforumReplyThreadAttachmentsWrp .sfforumReplyThreadAttachmentsToggle {
        padding-bottom: 1px;
        padding-left: 20px;
        padding-top: 3px;
        cursor: pointer;
        color: #105cb6;
        background: transparent url("Images/sfForums.gif") no-repeat 0 -600px
    }

    .sfforumReplyThreadAttachmentsWrp .RadUpload {
        margin-top: 5px;
        margin-bottom: 10px
    }

        .sfforumReplyThreadAttachmentsWrp .RadUpload .ruInputs li.ruActions {
            margin-top: 0
        }

.sfforumReplyThreadContent .sfforumPostAttachmentsList {
    margin-top: 10px;
    margin-bottom: 10px
}

.sfforumPostAttachmentsList {
    width: 300px;
    margin-bottom: 30px;
    border-top: 1px solid #d7d7d7
}

    .sfforumPostAttachmentsList .sfforumPostAttachmentItem {
        padding: 6px 0 4px;
        border-bottom: 1px solid #d7d7d7;
        position: relative
    }

    .sfforumPostAttachmentsList .sfforumPostAttachmentLink {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 280px;
        word-wrap: break-word;
        font-weight: bold
    }

    .sfforumPostAttachmentsList .sfforumPostDeleteAttachmentBtn {
        display: block;
        position: absolute;
        top: 9px;
        right: 4px;
        width: 12px;
        height: 12px;
        text-indent: -9999px;
        overflow: hidden;
        background: transparent url("Images/sfForums.gif") no-repeat 0 -1200px;
        cursor: pointer
    }

.tpc-kb-search h2 {
    margin-top: 20px
}

.tpc-kb-search .tpc-kb-search-result {
    margin-top: 15px;
    border-radius: 3px;
    border: none !important;
    box-shadow: none !important
}

    .tpc-kb-search .tpc-kb-search-result .search-result-item {
        padding: 10px 0
    }

        .tpc-kb-search .tpc-kb-search-result .search-result-item .search-result-item-meta span {
            padding-right: 10px
        }

    .tpc-kb-search .tpc-kb-search-result .kb-article {
        box-shadow: none !important;
        margin-bottom: 25px
    }

        .tpc-kb-search .tpc-kb-search-result .kb-article:first-of-type {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

        .tpc-kb-search .tpc-kb-search-result .kb-article:last-of-type {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

.tpc .kb-article .kb-article-meta {
    margin-top: 15px
}

    .tpc .kb-article .kb-article-meta span {
        padding: 0 5px
    }

    .tpc .kb-article .kb-article-meta i {
        font-weight: bold;
        color: #333
    }

.tpc.tpc-kb-search.k-rtl .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.tpc.tpc-kb-search.k-rtl .input-group-btn:last-child > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.sf-fieldWrp .input-group-append button {
    font-size: 16.05px
}

.footer {
    margin-top: 50px
}

.footer-top {
    background-color: #404040;
    color: #fff;
    text-align: center;
    padding: 52px 0;
    font-size: 40.05px
}

    .footer-top .footer-top-heading {
        margin-bottom: 20px
    }

    .footer-top .btn-primary {
        margin-bottom: 15px
    }

@media(min-width:992px) {
    .footer-top .btn-primary {
        margin-bottom: 0
    }
}

@media print {
    .footer {
        display: none !important
    }
}

.footer-bottom {
    background-color: #0f5343;
    color: #fff;
    text-align: center;
    padding: 0 15px
}

    .footer-bottom img {
        max-width: 275px;
        padding: 40px 0 0 0
    }

@media(min-width:992px) {
    .footer-bottom img {
        padding: 40px 0
    }
}

.footer-bottom .text-start div {
    text-align: center
}

@media(min-width:992px) {
    .footer-bottom .text-start div {
        text-align: start
    }
}

.footer-bottom p {
    padding: 20px 0 40px 0;
    margin: 0
}

@media(min-width:992px) {
    .footer-bottom p {
        padding: 40px 0 0 0;
        text-align: end
    }
}

.footer-bottom .footer-header {
    color: #fff;
    font-size: 25.05px;
    font-family: 'Lato',sans-serif;
    font-weight: 800;
    width: 100%;
    margin-bottom: 40px
}

.sfPageEditor .fixed-top {
    position: inherit;
    top: inherit;
    right: inherit
}

.sfPageEditor .content {
    height: auto
}

.tpc .k-radio {
    height: 16px;
    width: 16px
}

.tpc .k-checkbox {
    height: 16px;
    width: 16px
}

.add-case-form.tpc-form .tpc-form-layout > .row {
    margin-left: -15px;
    margin-right: -15px
}

.add-case-form.tpc-form .tpc-form-layout .form-group .row {
    margin-left: 0;
    margin-right: 0
}

    .add-case-form.tpc-form .tpc-form-layout .form-group .row > div {
        padding-left: 0;
        padding-right: 0
    }

    .add-case-form.tpc-form .tpc-form-layout .form-group .row label span.tpc-required-label {
        color: #e31c3d
    }

.dialog {
    background-color: #fff;
    padding: 20px
}

.ui-dialog .ui-dialog-titlebar {
    border: 0;
    background: transparent
}

.ui-widget-overlay {
    background: black;
    opacity: .1
}

#subjectid_container .k-listview-content {
    display: flex
}

    #subjectid_container .k-listview-content .form-check {
        margin-left: 15px
    }

.version-link {
    z-index: 1000000
}

.tpc-form hr {
    border-top: 2px solid black !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.tpc-edit.k-edit-button.btn.btn-link {
    background: transparent;
    border: 0;
    color: #337ab7
}

    .tpc-edit.k-edit-button.btn.btn-link:hover {
        background-color: #286090 !important;
        border-color: #204d74 !important;
        color: white !important
    }

    .tpc-edit.k-edit-button.btn.btn-link i {
        font-size: 20px !important
    }

.tpc.tpc-notes .item .btn-group i {
    color: black
}

.tpc.tpc-notes .item:not([data-bind="Portal User"]) {
    background: #105cb6 !important;
    color: white !important
}

    .tpc.tpc-notes .item:not([data-bind="Portal User"]) .btn-group i {
        color: white
    }

    .tpc.tpc-notes .item:not([data-bind="Portal User"]) .k-edit-button i {
        color: white !important
    }

    .tpc.tpc-notes .item:not([data-bind="Portal User"]) a {
        color: white !important
    }

    .tpc.tpc-notes .item:not([data-bind="Portal User"]) .content-container * {
        background: #105cb6 !important
    }

        .tpc.tpc-notes .item:not([data-bind="Portal User"]) .content-container *:hover {
            background: #105cb6 !important
        }

    .tpc.tpc-notes .item:not([data-bind="Portal User"]):hover {
        background: #105cb6 !important
    }

        .tpc.tpc-notes .item:not([data-bind="Portal User"]):hover .content-container * {
            background: #105cb6 !important
        }

.tpc.tpc-notes .item .content-container .notes-title {
    font-weight: 700;
    font-size: 17.25px
}

.tpc.tpc-notes .item .content-container .item-content {
    margin-top: 10px
}

    .tpc.tpc-notes .item .content-container .item-content a {
        color: #007bff
    }

    .tpc.tpc-notes .item .content-container .item-content .border-bottom {
        word-break: normal !important
    }

.tpc.tpc-notes .item.k-edit-item label {
    margin-left: 10px
}

    .tpc.tpc-notes .item.k-edit-item label.btn-default {
        margin-bottom: 10px
    }

.tpc.tpc-notes .item.k-edit-item input, .tpc.tpc-notes .item.k-edit-item textarea {
    margin: 0 10px;
    width: calc(100% - 20px) !important
}

.tpc.tpc-notes .item.k-edit-item .edit-template-buttons .btn-group {
    margin-right: 10px
}

    .tpc.tpc-notes .item.k-edit-item .edit-template-buttons .btn-group button {
        color: white !important
    }

.tpc.tpc-notes .item.k-edit-item .extensions {
    margin: 10px
}

.custom-row div {
    display: inline-block
}

.custom-row span {
    margin: 0 10px
}

.dash-drop-wrapper {
    margin-bottom: 40px
}

    .dash-drop-wrapper select {
        height: 40px;
        width: auto;
        display: inline-block;
        margin-right: 20px
    }

.loading-block {
    display: none
}

.register-form .input-validation-error {
    border-color: red
}

.register-form .field-validation-error {
    color: red
}

.add-case-kb {
    padding: 20px 0
}

    .add-case-kb .loading-block {
        display: none;
        text-align: center
    }

    .add-case-kb p {
        margin-bottom: 50px
    }

    .add-case-kb .articles {
        text-align: left
    }

        .add-case-kb .articles i {
            padding-left: 15px;
            padding-right: 5px
        }

            .add-case-kb .articles i:first-of-type {
                padding-left: 0
            }

        .add-case-kb .articles p {
            margin-bottom: 20px
        }

div.dialog label {
    margin-bottom: 0
}

.feedback-wrapper .row > div {
    padding: 0
}

    .feedback-wrapper .row > div .form-group label {
        display: block
    }

    .feedback-wrapper .row > div .form-group textarea {
        width: 100%
    }

    .feedback-wrapper .row > div .form-group.radio fieldset legend {
        font-size: 1.2rem
    }

    .feedback-wrapper .row > div .form-group.radio label {
        padding-right: 5px;
        display: inline-block
    }

    .feedback-wrapper .row > div .form-group.radio input {
        margin-right: 5px
    }

.company-profile h1 {
    margin: 20px 0
}

.company-profile .row div:first-of-type {
    font-weight: 700
}

@media(max-width:767px) {
    .company-profile .row div.col-12 {
        padding-top: 20px
    }
}

.license-keys {
    min-height: 350px
}

    .license-keys .key {
        word-break: break-all
    }

    .license-keys .loading-block {
        text-align: center
    }

.manage-accounts__wrapper, .order__wrapper {
    min-height: 400px
}

@media print {
    .manage-accounts__wrapper, .order__wrapper {
        margin-top: 100px
    }
}

.manage-accounts__wrapper .address-block, .order__wrapper .address-block {
    display: none
}

@media print {
    .manage-accounts__wrapper .address-block, .order__wrapper .address-block {
        display: block
    }
}

.manage-accounts__wrapper .price-guarantee, .order__wrapper .price-guarantee {
    display: none
}

@media print {
    .manage-accounts__wrapper .price-guarantee, .order__wrapper .price-guarantee {
        display: block
    }
}

.manage-accounts__wrapper .quote-created, .order__wrapper .quote-created {
    display: none
}

@media print {
    .manage-accounts__wrapper .quote-created, .order__wrapper .quote-created {
        display: block
    }
}

.manage-accounts__wrapper .position-absolute, .order__wrapper .position-absolute {
    right: 0
}

.manage-accounts__wrapper .alert i, .order__wrapper .alert i {
    font-size: 40px
}

.manage-accounts__wrapper .alert p, .order__wrapper .alert p {
    width: 90%
}

.manage-accounts__wrapper .alert.premium-support, .order__wrapper .alert.premium-support {
    background-color: #feb592;
    color: #813515
}

@media print {
    .manage-accounts__wrapper .alert.premium-support, .order__wrapper .alert.premium-support {
        display: none !important
    }
}

.manage-accounts__wrapper tr.grey, .order__wrapper tr.grey {
    background-color: #f3f6fa
}

.manage-accounts__wrapper tr td, .order__wrapper tr td {
    padding: 5px
}

.manage-accounts__wrapper input, .order__wrapper input {
    background-color: transparent;
    color: #58585b
}

    .manage-accounts__wrapper input[readonly], .order__wrapper input[readonly] {
        border: 1px solid transparent;
        padding: 0;
        height: auto
    }

@media print {
    .manage-accounts__wrapper .btn-primary, .order__wrapper .btn-primary {
        display: none
    }
}

.manage-accounts__wrapper .search-close, .order__wrapper .search-close {
    top: 11px;
    cursor: pointer;
    right: 26px
}

.manage-accounts__wrapper .border-top, .order__wrapper .border-top {
    border-top: 3px solid #58585b !important
}

.manage-accounts__wrapper .text-muted, .order__wrapper .text-muted {
    color: #bbb !important
}

.manage-accounts__wrapper .payment-holder, .order__wrapper .payment-holder {
    width: 428px
}

    .manage-accounts__wrapper .payment-holder iframe, .order__wrapper .payment-holder iframe {
        overflow-x: hidden
    }

@media(max-width:1024px) {
    .manage-accounts__wrapper .btn, .order__wrapper .btn {
        width: auto !important;
        max-width: 100% !important
    }
}

.manage-accounts__wrapper .order_wrapper_header, .order__wrapper .order_wrapper_header {
    border-bottom: 2px solid #58585b
}

.custom-iframe {
    margin: 0 auto;
    width: 100%
}

    .custom-iframe iframe {
        border: 0;
        width: 100%
    }

@media(max-width:767px) {
    .technician-dashboard_wrapper {
        margin: 0 -15px
    }
}

.technician-dashboard_wrapper .search-input {
    width: 411px;
    height: 36px;
    color: #a4a4a4;
    border-radius: 4px 0 0 4px;
    padding-left: 30px;
    border: solid 1px #e5e5e5
}

.technician-dashboard_wrapper .search-input(max-width:767px) {
    border-radius: 4px 4px 4px 4px;
    width: 100%
}

.technician-dashboard_wrapper input, .technician-dashboard_wrapper button {
    border-radius: 4px
}

    .technician-dashboard_wrapper button.reset {
        color: #fe4558;
        cursor: pointer;
        white-space: nowrap
    }

    .technician-dashboard_wrapper button.apply {
        color: #15669c;
        cursor: pointer
    }

    .technician-dashboard_wrapper button.cancel {
        cursor: pointer;
        color: #58585b
    }

.technician-dashboard_wrapper .filters, .technician-dashboard_wrapper .search-button, .technician-dashboard_wrapper .sort {
    border: solid 1px #15669c;
    color: #15669c;
    background-color: #fff;
    height: 36px;
    font-size: 18px
}

.technician-dashboard_wrapper .search-button {
    border-radius: 0 4px 4px 0
}

.technician-dashboard_wrapper .filters {
    width: 99px
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filters {
        width: 90px;
        border-radius: 0 4px 4px 0
    }
}

.technician-dashboard_wrapper .sort {
    background-color: #15669c;
    color: white
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .sort {
        border-radius: 4px 0 0 4px
    }
}

.technician-dashboard_wrapper .btn.k-add-button {
    height: 36px;
    font-size: 18px;
    vertical-align: unset
}

@media(max-width:480px) {
    .technician-dashboard_wrapper .btn.k-add-button {
        width: 134px
    }
}

.technician-dashboard_wrapper i {
    color: #15669c;
    font-size: 18px
}

    .technician-dashboard_wrapper i.inactive {
        color: #e4e4e4
    }

    .technician-dashboard_wrapper i.fa-circle {
        font-size: 8px
    }

        .technician-dashboard_wrapper i.fa-circle.contact {
            color: #f51a31
        }

        .technician-dashboard_wrapper i.fa-circle.Dev {
            color: #e86300
        }

        .technician-dashboard_wrapper i.fa-circle.scheduled {
            color: #00a319
        }

        .technician-dashboard_wrapper i.fa-circle.back {
            color: #9f7ec4
        }

        .technician-dashboard_wrapper i.fa-circle.Resolved {
            color: #000
        }

    .technician-dashboard_wrapper i.fa-search {
        color: #a4a4a4;
        top: 10px;
        left: 20px
    }

    .technician-dashboard_wrapper i.search-close {
        color: #a4a4a4;
        font-size: 12px;
        right: 110px;
        top: 10px;
        cursor: pointer
    }

@media(max-width:767px) {
    .technician-dashboard_wrapper i.search-close {
        right: 40px
    }
}

.technician-dashboard_wrapper span {
    font-size: 16px;
    font-weight: normal
}

    .technician-dashboard_wrapper span.clear {
        color: #fe4558;
        cursor: pointer
    }

    .technician-dashboard_wrapper span.dashboard-header {
        color: #58585b;
        font-weight: 900;
        font-size: 15px;
        cursor: pointer !important
    }

    .technician-dashboard_wrapper span.filter-count {
        color: #15669c
    }

    .technician-dashboard_wrapper span.case-number {
        white-space: nowrap
    }

@media(max-width:1200px) {
    .technician-dashboard_wrapper span.case-number {
        white-space: normal
    }
}

.technician-dashboard_wrapper .bold {
    font-weight: bold
}

    .technician-dashboard_wrapper .bold.small-text {
        font-size: 13px
    }

.technician-dashboard_wrapper .scroll-bar-wrapper {
    height: 650px;
    overflow-y: Scroll;
    overflow-x: hidden
}

.technician-dashboard_wrapper .data-row:nth-child(odd) {
    background-color: #f8fbff
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .data-row .order-3 {
        border-top: solid 1px #e0e8f3
    }
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .data-row .order-1, .technician-dashboard_wrapper .data-row .order-2 {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .data-row .order-5 .col-8 span:first-of-type {
        border-right: solid 1px #e0e8f3
    }
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .data-row {
        margin: 0
    }
}

.technician-dashboard_wrapper .data-row a:hover {
    text-decoration: none
}

.technician-dashboard_wrapper .mobile-show {
    width: 100%;
    height: 94%;
    top: 91px;
    left: 0;
    z-index: 1
}

.technician-dashboard_wrapper .mobile-sort {
    padding: 0 15px
}

    .technician-dashboard_wrapper .mobile-sort i {
        color: #58585b;
        cursor: pointer
    }

    .technician-dashboard_wrapper .mobile-sort span {
        cursor: pointer !important
    }

    .technician-dashboard_wrapper .mobile-sort .active {
        background-color: #eef4fc
    }

    .technician-dashboard_wrapper .mobile-sort .border-sort {
        border-top: solid 1px #e5e5e5
    }

.technician-dashboard_wrapper .filter-modal {
    max-width: 650px;
    border: solid 1px #a4a4a4;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    top: 50px;
    right: 250px
}

@media(max-width:1199px) {
    .technician-dashboard_wrapper .filter-modal {
        right: 145px
    }
}

@media(max-width:991px) {
    .technician-dashboard_wrapper .filter-modal {
        right: 15px
    }
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-modal {
        right: unset;
        top: 91px;
        max-width: unset;
        border: unset;
        border-radius: unset;
        box-shadow: unset
    }
}

.technician-dashboard_wrapper .filter-modal i {
    cursor: pointer;
    font-size: 20px
}

    .technician-dashboard_wrapper .filter-modal i.empty-check {
        color: #e4e4e4
    }

    .technician-dashboard_wrapper .filter-modal i.not-active {
        font-size: 20px;
        color: #e4e4e4
    }

    .technician-dashboard_wrapper .filter-modal i.fa-times {
        color: #58585b
    }

.technician-dashboard_wrapper .filter-modal input {
    height: 36px;
    width: 210px;
    color: #58585b;
    border-radius: 4px 0 0 4px;
    border: solid 1px #e5e5e5
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-modal input {
        width: 250px
    }
}

@media(max-width:576px) {
    .technician-dashboard_wrapper .filter-modal input {
        width: 100%
    }
}

.technician-dashboard_wrapper .filter-modal select {
    border-radius: 4px;
    height: 36px;
    width: 377px;
    border: solid 1px #e5e5e5
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-modal select {
        width: 100%
    }
}

.technician-dashboard_wrapper .filter-modal .border-filter {
    border-top: solid 1px #e5e5e5;
    margin: 0 15px
}

.technician-dashboard_wrapper .filter-modal .calendar-wrapper {
    background-color: #a4a4a4;
    width: 36px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    pointer-events: none
}

    .technician-dashboard_wrapper .filter-modal .calendar-wrapper.right {
        right: 23px
    }

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-modal .calendar-wrapper.right {
        right: 5%
    }
}

@media(max-width:576px) {
    .technician-dashboard_wrapper .filter-modal .calendar-wrapper.right {
        right: unset;
        left: 88%
    }
}

.technician-dashboard_wrapper .filter-modal .calendar-wrapper.left {
    left: 189px
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-modal .calendar-wrapper.left {
        left: 40%
    }
}

.technician-dashboard_wrapper .filter-modal .calendar-wrapper i {
    font-size: 16px;
    padding: 10px 0 0 11px
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-modal .calendar-wrapper i {
        padding: 10px 0 0 8px
    }
}

.technician-dashboard_wrapper .filter-modal .calendar-wrapper.active {
    background-color: #15669c
}

.technician-dashboard_wrapper .filter-modal .filter-triangle {
    transform: rotate(270deg);
    position: absolute;
    left: 300px
}

    .technician-dashboard_wrapper .filter-modal .filter-triangle:after {
        content: '';
        display: block;
        position: absolute;
        left: 48%;
        width: 0;
        height: 0;
        border-style: solid;
        top: 10px;
        border-color: transparent transparent transparent white;
        border-width: 10px
    }

    .technician-dashboard_wrapper .filter-modal .filter-triangle:before {
        content: '';
        display: block;
        position: absolute;
        left: 48%;
        width: 0;
        height: 0;
        border-style: solid;
        top: 9px;
        border-color: transparent transparent transparent #58585b;
        border-width: 11px
    }

.technician-dashboard_wrapper .border-dash {
    width: 13px;
    border-top: 1px solid #e5e5e5
}

.technician-dashboard_wrapper .filter-list, .technician-dashboard_wrapper .sort-row {
    background-color: #eef4fc
}

@media(max-width:767px) {
    .technician-dashboard_wrapper .filter-list, .technician-dashboard_wrapper .sort-row {
        margin: 0 -15px
    }
}

.technician-dashboard_wrapper .filter-list span, .technician-dashboard_wrapper .sort-row span {
    font-size: 13px;
    white-space: nowrap
}

    .technician-dashboard_wrapper .filter-list span.filter-tag, .technician-dashboard_wrapper .sort-row span.filter-tag {
        background-color: white;
        border-radius: 50px;
        padding: 5px 10px 5px 10px
    }

.technician-dashboard_wrapper .filter-list i, .technician-dashboard_wrapper .sort-row i {
    font-size: 13px;
    color: #58585b;
    cursor: pointer
}

.addedit-modal_wrapper .modal-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s ease
}

    .addedit-modal_wrapper .modal-loading[ng-show="loading"] {
        opacity: 1
    }

    .addedit-modal_wrapper .modal-loading .modal-content {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        padding: 20px
    }