@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

::-moz-selection {
    background: #0d76c0;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #0d76c0;
    color: #fff;
    text-shadow: none
}

@font-face {
    font-family: "fontello";
    src: url(../fonts/Fontello/Fontello.eot?31919061);
    src: url(../fonts/Fontello/Fontello.eot?31919061#iefix)format("embedded-opentype"), url(../fonts/Fontello/Fontello.woff?31919061)format("woff"), url(../fonts/fontello/Fontello.ttf?31919061)format("truetype"), url(../fonts/Fontello/Fontello.svg?31919061#fontello)format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-size: 14px;
    color: #0a1e2c;
    font-weight: 400;
    font-style: normal;
    font-family: Montserrat;
    min-width: 320px;
    background-color: #eef8f1
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #04914d;
    text-decoration: none
}

a:hover {
    color: #0d3e50
}

a:focus {
    outline: 0
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: .2em 0 .5em
}

h1 {
    font: 600 40px Montserrat
}

.h2,
h2 {
    font: 600 25px Montserrat;
    line-height: 1.3
}

.h3,
h3 {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 22px;
    color: #101F2D;
    margin-bottom: 16px;
}

.h4,
.h5,
h4,
h5 {
    font: 700 16px"Montserrat"
}

.h5,
h5 {
    text-transform: uppercase;
    margin: 3px 0
}

.title1 {
    font-size: 1.2em;
    font-weight: 700
}

form .gray-box .title1 {
    padding: 0 1em 1em
}

.clear {
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0
}

.clear,
.oh {
    overflow: hidden
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.fc {
    float: none !important;
    text-align: center
}

.m-0 {
    margin: 0 !important
}

.m-2 {
    margin: 2rem !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.m-top-negative-4 {
    margin-top: -40px !important
}

.m-top {
    margin-top: 15px !important
}

.m-top-05 {
    margin-top: 5px !important
}

.m-top-1 {
    margin-top: 10px !important
}

.m-top-2 {
    margin-top: 20px !important
}

.m-top-3 {
    margin-top: 30px !important
}

.m-top-4 {
    margin-top: 40px !important
}

.m-bottom {
    margin-bottom: 10px !important
}

.m-bottom-2 {
    margin-bottom: 20px !important
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.left-offset {
    margin-left: 8% !important
}

.pad20 {
    padding-top: 20px !important
}

.pad10 {
    padding-top: 10px
}

.center,
table.content-center td,
table.content-center th {
    text-align: center
}

.inner-margin {
    padding: 10px 15px
}

.inner-margin .gr-line {
    margin-left: -15px;
    margin-right: -15px
}

.w20 {
    width: 20%
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.fa {
    margin-right: 5px
}

.foot-menu li,
.text-up {
    font-weight: 400;
    text-transform: uppercase
}

.text-up b {
    letter-spacing: 1px
}

.yellow {
    color: #ffb842
}

.green-text {
    color: #01af40
}

.light-green {
    color: #5ad18a
}

.light-blue {
    color: #61c8d9
}

.blue {
    color: #097684
}

.gray-text {
    color: #58656f
}

.gray-text2 {
    color: #666
}

.black {
    color: #000
}

.dark-bg {
    background: #101f2d
}

.mid-bg {
    background: #58656f
}

.gr-line {
    border-top: 2px solid #cde9db
}

.green-bg {
    background: #01af40
}

.light-green-bg {
    background: #5ad18a
}

.gray-box {
    background: #ececec;
    border: 1px solid #dadbdd;
    padding: 20px
}

.light-gray-box {
    background: #f7f7f7
}

form .gray-box {
    padding-top: 30px;
    padding-bottom: 20px
}

.ind-form .side-box.light-gray-box,
.side-box.light-gray-box {
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.side-box p {
    margin-bottom: 0
}

.page-wrapper {
    min-height: 100%
}

.not-logged .page-wrapper {
    padding-top: 91px;
    min-height: calc(100vh - 297px)
}

.not-logged .page-wrapper .container {
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 388px);
    padding: 2rem
}

* html .content,
body,
html {
    height: 100%
}

.not-logged {
    background: #dadbdd
}

.not-logged.pre-login {
    background: #eef8f1
}

.page-wrapper>.dashbord-header {
    background: #ececec;
    border-bottom: 2px solid #dadbdd
}

._dashbord.page-wrapper {
    display: flex;
    flex-direction: row;
    background-color: #eef8f1
}

.navbar-brand {
    padding: 0;
    margin: 0 0-2px;
    background: #101f2d;
    line-height: 1;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #1c2d3a
}

.navbar-brand h1,
body,
html {
    padding: 0;
    margin: 0
}

.navbar-brand a {
    display: block;
    width: 164px;
    height: 23px;
    text-indent: -9999px;
    margin: 9px 40px 12px;
    background: url(../images/industrius-white-logo.png)no-repeat top left
}

.container {
    min-width: 320px;
    max-width: 1240px;
    width: 100%
}

.foot-menu li {
    float: left;
    margin-left: 25px;
    font-weight: 700;
    font-size: 16px
}

.report-footer .foot-menu li a {
    color: #fff;
    text-decoration: none
}

.topnav-menu {
    padding: 0 2rem;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 2rem
}

.topnav-menu li {
    padding: 17px 0 13px;
    margin: 0;
    float: left
}

.mob-aside-menu li a,
.mob-topnav-menu li a,
.topnav-menu li a {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
    line-height: 1
}

.topnav-menu li a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: .9em;
    padding-left: 10px;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px
}

.topnav-menu li a:hover {
    text-decoration: none;
    color: #ffb500
}

.topnav-menu li a i:before {
    font-size: 20px;
    color: #04914d
}

.mob-topnav,
.mob-topnav>a {
    width: 100%;
    justify-content: space-between
}

.mob-topnav {
    padding: 0 2rem;
    height: 67px;
    align-items: center;
    position: fixed;
    top: 70px;
    z-index: 1000;
    background-color: #05924e
}

.mob-topnav>a {
    color: #fff;
    font-size: 2.3em;
    text-align: center;
    display: flex;
    flex-direction: row
}

.mob-topnav .expand-next>i,
.report-list li a:hover span>i,
.report-list.top li a:hover .h5 {
    color: #fff
}

.mob-aside-menu-wrap,
.mob-topnav-menu {
    padding: 2rem;
    z-index: 1200;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background-color: #05924e
}

.mob-aside-menu-wrap {
    background: #58646e;
    top: 80px
}

.mob-topnav-menu .links-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem
}

.mob-aside-menu li.active,
.mob-topnav-menu li.active {
    color: #ffb500;
    font-weight: 700
}

.mob-aside-menu li span,
.mob-topnav-menu li span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 2rem;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem
}

.mob-aside-menu li a,
.mob-topnav-menu li a {
    font-weight: 400;
    font-size: 15px;
    padding: 1rem 0;
    text-transform: capitalize;
    color: #fff;
    position: relative
}

.mob-aside-menu .active a {
    color: #101f2d
}

.mob-aside-menu {
    top: 123px;
    z-index: 80
}

.mob-aside-menu li {
    text-align: left
}

.mob-aside-menu li>span {
    font-weight: 700;
    padding: .7em 1.7em
}

.mob-aside-menu li>a {
    padding: .7em 3.7em
}

.mob-aside-menu ul {
    margin: 0-1.7em
}

.mob-aside-menu ul li {
    padding: .5em 3em
}

.mob-aside-menu ul li:last-child {
    padding-bottom: 0
}

.mob-aside-menu ul li a,
.sidemenu>li a {
    font-weight: 400;
    text-transform: none
}

.not-logged .navbar-brand {
    padding: 0;
    margin: 0;
    background: 0 0;
    line-height: 1;
    height: 100%;
    border-bottom: none
}

.not-logged .navbar-brand a {
    display: block;
    width: 287px;
    height: 41px;
    text-indent: -9999px;
    margin: 30px 0 26px;
    background: url(../images/industrius-logo-large.png)no-repeat top left;
    background-size: 100%
}

.not-logged .topnav-menu {
    position: relative;
    padding: 0;
    height: 40px;
    margin: 15px 14px 0 15px
}

.not-logged .topnav-menu li {
    float: left;
    padding: 0;
    margin-left: 28px
}

.not-logged .topnav-menu li a,
.sidemenu>li span {
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.not-logged .topnav-menu li a {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0;
    color: #101f2d;
    text-decoration: none;
    border: 0;
    letter-spacing: 0;
    border-bottom: 2px solid #fff;
    font-family: "Montserrat", Arial, sans-serif
}

.not-logged .topnav-menu li a:hover {
    text-decoration: none;
    border-color: #04914d
}

.not-logged .topnav-menu li.sign-in a,
.topnav-menu li.active a {
    color: #04914d
}

.content .scorecard-summary .risk-flags a:hover,
.topnav-menu li.active a:hover {
    text-decoration: none
}

#sidebar {
    background-color: #04914d;
    border-radius: 12px;
    margin: 85px 20px 16px 20px;
    height: calc(100vh - 101px);
    position: sticky;
    top: 85px
}

.sidemenu {
    width: 220px;
    margin: 15px 25px
}

.sidemenu>li {
    color: #fff;
    z-index: 1000
}

.sidemenu>li a {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    padding: 14px 0;
    text-transform: capitalize;
    color: #fff;
    position: relative
}

.sidemenu>li a>i:before {
    font-size: 20px
}

.mob-aside-menu li a .icon,
.sidemenu>li a .icon {
    position: absolute;
    height: 14px;
    width: 18px;
    background: url(../images/dashbord-sprite.png)no-repeat 0 0;
    left: 0
}

.mob-aside-menu li a .icon {
    left: 28px
}

.mob-aside-menu li a .icon2,
.sidemenu>li a .icon2 {
    background-position: -18px 0;
    width: 16px
}

.mob-aside-menu li a .icon3,
.sidemenu>li a .icon3 {
    background-position: -34px 0;
    width: 19px
}

.mob-aside-menu li a .icon4,
.sidemenu>li a .icon4 {
    background-position: -54px 0;
    width: 16px;
    height: 16px
}

.mob-aside-menu li a .icon5,
.sidemenu>li a .icon5 {
    background-position: -72px 0;
    width: 16px;
    height: 16px
}

.mob-aside-menu li a .icon6,
.sidemenu>li a .icon6 {
    background-position: -88px 0;
    width: 16px;
    height: 16px
}

.mob-aside-menu li a .icon7,
.sidemenu>li a .icon7 {
    background-position: -105px 0;
    width: 16px;
    height: 16px
}

.mob-aside-menu li a .icon8,
.sidemenu>li a .icon8 {
    background-position: -123px 0;
    width: 16px;
    height: 16px
}

.sidemenu>li span {
    font-size: 16px;
    line-height: 1;
    padding: 12px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 4rem;
    margin-bottom: 1.5rem
}

.sidemenu li a:active,
.sidemenu li a:focus,
.sidemenu li a:hover {
    text-decoration: none;
    outline: 0
}

.sidemenu>li a:hover {
    color: #ffb500
}

.sidemenu li.active>a {
    color: #ffb500;
    font-weight: 700
}

.sidemenu ul {
    border-top: 2px solid #1c2d3a
}

.top-submenu {
    margin-right: 25px
}

.top-submenu li {
    float: left;
    margin: 8px 15px
}

.top-submenu li a i {
    font-size: 1.4em;
    margin-right: 10px;
    float: left
}

.top-submenu li a {
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase
}

.top-submenu li a:hover,
.top-submenu li.active a {
    text-decoration: none;
    color: #f7cc20
}

.viewer-tabs {
    display: flex;
    flex-direction: row
}

.in-tab {
    margin-top: -42px;
    margin-right: 85px
}

#measures-table table {
    margin-top: 0
}

.viewer-tabs li:first-child a {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.viewer-tabs li:last-child a {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}

.viewer-tabs li a {
    padding: 0 8px;
    border: 1px solid;
    border-color: #cde9db;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 32px
}

.viewer-tabs li a:hover {
    background-color: #f7f7f7
}

.viewer-tabs.type-content li a {
    max-width: 180px
}

.viewer-tabs li a.active {
    color: #04914d;
    background-color: #cde9db;
    border: 1px solid #cde9db
}

.viewer-tabs li a i {
    line-height: 9px
}

.viewer-tabs li a i:before {
    font-size: 18px
}

.company_pages {
    padding: 12px 40px;
    color: #fff;
    text-align: center
}

.company_pages a {
    color: #fff;
    font-weight: 700;
    margin: 0 3px
}

.company_pages a:hover {
    color: #f7cc20
}

.company_pages .prev_page {
    margin-right: 15px
}

.company_pages .next_page {
    margin-left: 15px
}

.content.floating-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    float: none;
    margin: auto;
    padding: 5.5rem 8rem;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8rem
}

.content.floating-box.steps-wrap {
    padding: 0;
    border: 0;
    margin: 2rem
}

.register-trial {
    display: flex;
    justify-content: center
}

.register-trial .content.floating-box.steps-wrap {
    margin: 2rem;
    float: left
}

.register-trial .additional-info {
    padding: 0 2rem
}

.register-trial .additional-info ul {
    margin-top: 10px
}

.register-trial .additional-info li {
    padding-bottom: 20px
}

.register-trial .additional-info h2 {
    font-size: 28px;
    padding-top: 55px
}

.register-trial .content.floating-box.steps-wrap h1 {
    line-height: 1.5;
    font-size: 32px
}

.text {
    line-height: 1.6
}

.heading {
    padding: 7px 15px;
    border-top: 1px solid #dadbdd;
    border-bottom: 1px solid #dadbdd;
    background: #ececec;
    color: #58656f
}

.company-logo {
    margin: 20px 10px
}

aside header {
    text-align: center;
    padding: 0 25px
}

aside header h4 {
    text-transform: uppercase;
    margin: .2em 0 .8em
}

.right-aside {
    border-right: 2px solid #dadbdd
}

.articles-slider {
    margin-top: 10px
}

.articles-slider h3 {
    font: 17px Montserrat;
    padding-top: 0;
    max-height: 3.8em
}

.articles-slider p {
    white-space: break-spaces;
    margin-bottom: 2rem
}

.articles-slider .btn-big {
    color: #04914d;
    text-transform: none;
    font-weight: 400
}

.articles-slider .btn-big:hover {
    color: #ffb500
}

.glue-to-sides,
.right-aside .glue-to-sides {
    margin-left: -20px;
    margin-right: -10px
}

.report-list {
    width: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.report-list li a,
.report-list li a span {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.content .scorecard-summary .risk-flags>.no-red-flags,
.report-list li a span>i {
    color: #04914d
}

.report-list li a {
    height: 100%;
    color: #101f2d;
    text-decoration: none;
    border: 1.5px solid #04914d;
    border-radius: 1rem;
    padding: 15px 20px;
    background-color: #fff
}

.report-list li a:hover {
    color: #fff;
    background: #04914d
}

.articles-slider h3,
.report-list li a>div {
    overflow: hidden;
    text-overflow: ellipsis
}

.report-list li a p {
    margin: 5px 0
}

.report-list li .h4 {
    margin-top: 5px
}

.report-list li .h5 {
    margin-top: 0;
    margin-bottom: 3px;
    position: relative;
    padding-right: 20px
}

.report-list li .h5:after {
    content: "";
    position: absolute;
    margin: 4px 5px;
    display: inline-block;
    font: 700 24px/14px FontAwesome
}

.report-list.top li a {
    border-color: #04914d
}

.report-list.top li a:hover {
    background: #04914d;
    color: #fff
}

.report-list.top li a>div {
    height: 170px
}

.report-list.top li .h5 {
    text-transform: none;
    font: 700 20px"Montserrat"
}

.report-list.top li .h5:after {
    font-size: 30px;
    margin-top: 7px
}

.graph-group {
    border-top: 1px solid #dadbdd;
    padding: 15px 0 0
}

.graph-legend {
    padding-left: 20px
}

.graph-legend .counter-box {
    margin: 15px 0 20px
}

.graph-legend .counter-box p {
    margin: 0;
    padding: 8px 0
}

.colors-list {
    margin: 15px 30px 0 50px
}

.colors-list li {
    margin-bottom: 20px
}

.colors-list li i {
    margin-left: -24px;
    margin-right: 10px;
    font-size: 18px
}

.mark-box {
    font-size: 45px
}

.comparative-box {
    background: #fab52c;
    padding-left: 65px;
    position: relative;
    margin: 10px 0 15px
}

.comparative-box:before {
    content: "";
    font-family: FontAwesome;
    color: #fff;
    font-size: 45px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 13px
}

.comparative-box.ok-result {
    background: #01af40
}

.comparative-box.ok-result:before {
    content: ""
}

.comparative-box.no-result {
    background: #a43a24
}

.comparative-box.no-result:before {
    content: ""
}

.comparative-box .item-info {
    overflow: hidden;
    padding: 5px 15px;
    background: #fff;
    border-width: 2px 2px 2px 0;
    border-color: #dbdbdd;
    border-style: solid
}

.comparative-box .item-info header {
    border-bottom: 2px solid #dbdbdd;
    margin: 0-15px 10px;
    padding: 0 15px 5px
}

.comparative-box .item-info header h4 {
    float: left;
    padding: 0
}

.comparative-box .rating li {
    float: left
}

.rating-block .rating li {
    float: left;
    color: #dadbdd;
    font-size: 20px
}

.comparative-box .rating li.yellow,
.rating-block .rating li.yellow {
    color: #fbb941
}

.comparative-box .rating li,
.rating-block .rating li p {
    margin-bottom: 0;
    margin-left: 1rem;
    color: #000;
    font-weight: 100;
    font-size: 18px
}

.rating-block {
    overflow: hidden;
    display: flex;
    align-items: center
}

.rating-block span,
.rating-block ul.rating {
    float: left
}

.rating-block .rating {
    margin: 2px 0 0 10px
}

.sc_cont .scorecard-summary .risk-flags {
    margin-left: 6px;
    padding: 3px;
    background-color: #f0f0f0
}

.content .scorecard-summary .risk-flags a {
    text-decoration: underline;
    font-weight: 600;
    text-align: start;
    width: 100%
}

.fa-save-ico:before {
    content: "";
    background: url(../images/save-ico.png)0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block
}

.collapsed-block {
    margin-top: 20px
}

.collapsed-button {
    background-color: #cde9db;
    color: #04914d;
    border-radius: 8px;
    padding: 8px 7px 2px
}

.checkbox-name.opened .collapsed-button,
.collapsed .collapsed-button {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.collapsed-list,
.collapsed-list i.ico {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #101f2d;
    margin-right: 10px
}

.collapsed-list i.ico {
    font-weight: 700;
    border-radius: 4px;
    font-style: normal;
    text-align: center;
    margin-right: 15px;
    margin-top: -1px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    float: left;
    background-color: #00ae41;
    color: #fff
}

.collapsed-list-title {
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem
}

.chosen-items {
    color: #00ae41;
    margin-left: 10px
}

.drop-item {
    margin: 20px 0
}

.col-md-11-margin {
    margin-left: 40px
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before,
.drop-item-js {
    display: none
}

.drop-item .title {
    color: #58656f;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase
}

.drop-item .steps.bc-type {
    width: 60%
}

.drop-item .steps.bc-type.short {
    width: 35%
}

.drop-item .chosen-container,
.drop-item-js .chosen-container {
    width: 100% !important
}

.item-report {
    margin-top: 20px
}

.collapsed-block-level {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px
}

.checkbox.orange label {
    padding-left: 45px;
    position: relative;
    display: inline-block;
    width: auto !important
}

.drop-item-js {
    padding: 20px
}

.checkbox-name {
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1.5rem
}

.all-items .checkbox {
    padding-left: 0;
    margin-bottom: 20px
}

.all-items .checkbox+.checkbox {
    margin-top: 10px
}

.checkbox-name input[type=checkbox]+input[type=hidden]+label::before,
.checkbox-name input[type=checkbox]+label::before,
.checkbox-name span.checkbox-span:before {
    content: "";
    color: #00ae41;
    background-color: #dadbdd;
    display: inline-block;
    font: 20px/1 FontAwesome;
    height: 30px;
    width: 30px;
    padding: 6px 0 0 7px;
    margin: 0 15px 0 0;
    border-radius: 4px;
    position: absolute;
    left: 5px;
    top: 7px
}

.radio input[type=radio]+label::before {
    background-color: #dadbdd;
    margin: 0 15px 0 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: -2px
}

.checkbox-name.filled span.checkbox-span:before,
.checkbox-name.opened span.checkbox-span:before {
    content: "";
    color: #00ae41;
    background-color: #dadbdd
}

.all-items .checkbox.orange input[type=checkbox]+input[type=hidden]+label::before,
.all-items .checkbox.orange input[type=checkbox]+label::before,
.all-items .checkbox.orange span.checkbox-span:before {
    content: "";
    color: #fff;
    display: inline-block;
    font: 16px/1 FontAwesome;
    height: 25px;
    width: 25px;
    padding: 4px 0 0 4px;
    margin: 0 15px 0 0;
    border: 2px solid #dadbdd;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -2px
}

.checkbox.orange input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox.orange input[type=checkbox]:checked+label::before {
    color: #fff;
    border: 2px solid #f8b52b;
    background-color: #f8b52b
}

label.checked-label::before {
    border: 2px solid #f8b52b;
    background-color: #f8b52b
}

.checkbox-name-content .page-tabs {
    max-width: 520px
}

.sbm-button {
    width: 100%;
    color: #101f2d;
    padding: 11px;
    border: 2px solid #dadbdd;
    border-radius: 4px;
    font-weight: 700;
    background-color: #fff;
    margin-top: 25px
}

.green-btn {
    border: 2px solid #04914d;
    text-align: center;
    cursor: pointer
}

.yellow-btn.active:hover {
    color: #fff;
    border: 2px solid #f8b52b;
    background-color: #f8b52b
}

.yellow-btn.active,
.yellow-btn:hover {
    color: #fff;
    background-color: #f8cd1e;
    border: 2px solid #f8cd1e
}

.green-btn:hover {
    color: #fff;
    background-color: #5fd18b;
    border: 2px solid #5fd18b
}

.green-btn.active,
.green-btn.active:hover {
    color: #fff;
    background-color: #04914d;
    border: 2px solid #04914d
}

.current-count-items {
    display: flex;
    flex-direction: row;
    align-items: center
}

.cur-value {
    color: #04914d;
    font-size: 16px;
    background-color: #eef8f1;
    border-radius: 10px;
    padding: 10px 15px;
    margin-left: 2rem;
    white-space: nowrap
}

.main-content {
    padding-left: 30px
}

.all-items {
    font-size: 14px;
    font-family: "Montserrat", sans-serif
}

.step-submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.container-block {
    position: relative;
    margin-left: 256px
}

.container-block .row {
    margin-right: 0
}

.content .sc_footer {
    overflow: hidden;
    margin: 2rem
}

.report-footer p.fl {
    font-size: 13px
}

.info-block {
    border: 2px solid #ddd
}

.info-block header {
    color: #fff;
    padding: 3px 10px 5px;
    margin: -2px -2px 0
}

.info-block header h4,
.worksheet-block header h4 {
    margin: 0;
    padding: 0;
    position: relative
}

.info-block header h4:after,
.worksheet-block header h4:after {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 10px
}

.info-block p {
    margin-bottom: 5px
}

.info-block .add-block {
    border-top: 2px solid #ddd;
    padding: 15px 15px 10px
}

.info-block .stat,
.info-block .visual-info {
    padding-top: 15px
}

.info-block .stat {
    padding-right: 20px;
    border-right: 2px solid #ddd;
    margin-right: -2px
}

.info-block .stat .h5,
p.label {
    margin-bottom: 0
}

.info-block .stat .big-text {
    font-size: 2em
}

.info-block .visual-info {
    padding-right: 8px;
    border-left: 2px solid #ddd
}

.info-block .ratio-scale,
header nav .first-row {
    overflow: hidden
}

.info-block .ratio-scale p {
    padding: 15px 15px 0
}

.info-block .color-block {
    margin: 0 10px 20px;
    border-radius: 5px
}

.info-block .color-block p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    width: 130px
}

.info-block .color-block .h5 {
    color: #000
}

.info-block .graph-row {
    padding: 5px 15px;
    border-bottom: 1px solid #ddd
}

.info-block .graph-row:last-child {
    border: 0
}

.info-block .graph-row .row-title {
    width: 145px;
    padding-right: 10px;
    text-align: right;
    float: left
}

.info-block .graph-row ul {
    margin: 0 15px 0 165px;
    position: relative
}

.info-block .graph-row ul li,
.info-block .graph-row ul li span {
    position: absolute;
    text-align: center
}

.info-block .graph-row ul.marks li:before,
.marked:before {
    content: "";
    font-family: FontAwesome;
    color: #ddd;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -4px
}

.info-block .graph-row ul li span {
    left: -50px;
    width: 100px;
    display: block
}

.worksheet-block header {
    color: #0a1e2c;
    padding: 3px 0 5px;
    border-bottom: 2px solid #ddd;
    margin: 30px 0
}

.marked {
    position: relative;
    display: block
}

.marked:before {
    top: -18px
}

.text-articles article {
    border-top: 2px solid #ddd;
    font-size: .9em
}

.text-articles article h3 {
    padding: 40px 0 5px
}

table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll
}

.ui-datepicker-calendar thead,
table tbody {
    width: 100%;
    display: inline-table
}

table td,
table th {
    padding: 6px 0;
    text-align: left;
    font-size: .9em
}

table th {
    font-weight: 400
}

table.align-right td,
table.align-right th,
td.align-right {
    text-align: right
}

table.align-right td,
table.align-right th {
    padding-left: 10px;
    padding-right: 10px
}

table.align-right td:first-child,
table.align-right th:first-child {
    text-align: left
}

table.align-right td.sub-td {
    padding-left: 30px
}

table.align-right td.sub-sub-td {
    padding-left: 50px
}

.mid-bg th {
    border: 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 700
}

tr.mid-bg {
    border: 2px solid #58656f;
    border-bottom: none
}

.border-thick td:first-child {
    border-left-width: 2px
}

.border-thick td:last-child {
    border-right-width: 2px
}

.border-thick tr:last-child td {
    border-bottom-width: 2px
}

.big-scale td {
    background: #e9eaec;
    font-size: 1.5em;
    color: #58656e;
    border-bottom-width: 2px
}

.TFtable {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0
}

.TFtable tr td:first-child,
.TFtable tr th:first-child {
    border-left: none
}

.TFtable tr td:last-child,
.TFtable tr th:last-child,
.data-list td:last-child>div {
    border-right: none
}

.TFtable .table-title th {
    border-width: 2px 1px;
    border-style: solid;
    border-color: #dadbdd;
    background: #fff;
    font-weight: 700;
    font-size: 1.05em
}

.TFtable .main-head th {
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    font-size: .9em
}

.TFtable td {
    border: #dadbdd 1px solid;
    text-align: left
}

.TFtable tr,
.report-page .page-wrapper>.container>header,
.white-bg {
    background: #fff
}

.TFtable tr:nth-child(odd) {
    background: #fff
}

.TFtable tr:nth-child(even) {
    background: #f4f4f4
}

.TFtable td.row-name {
    font-weight: 700
}

.bord-top td,
.bord-top th {
    border-top-width: 2px
}

.TFtable tr:last-child td,
.TFtable tr:last-child th,
.bord-bot td,
.bord-bot th {
    border-bottom-width: 2px
}

.data-list tr:first-child {
    border: 0
}

.data-list tr:first-child td {
    padding-top: 0
}

.data-list tr {
    border-top: 1px solid #cde9db;
    border-bottom: 1px solid #cde9db
}

.data-list th {
    padding: 0 15px 20px
}

.data-list td {
    color: #101f2d;
    font-family: Montserrat;
    font-size: 1em
}

.data-list td>div {
    border-right: 1px solid #cde9db
}

.data-list td:hover {
    background-color: #ececec;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.data-list td a {
    padding: 12px 15px;
    display: block;
    color: inherit
}

.data-list td:first-child {
    padding: 12px 0;
    min-width: 78px;
    width: 70px
}

.data-list td:first-child:hover {
    background-color: #fff
}

.data-list .header {
    color: #58656f;
    font-size: 1.1em;
    font-weight: 400
}

.data-list th a {
    text-decoration: none
}

.data-list .left-link {
    display: block;
    margin-right: 130px
}

.data-list .right-link {
    display: block;
    float: right;
    width: 130px;
    padding-left: 0
}

.data-list td.left-bord-none {
    border-left: none
}

.data-list td.right-bord-none {
    border-right: none
}

.glue-to-sides .data-list td:first-child,
.glue-to-sides .data-list th:first-child {
    border-left: none
}

.glue-to-sides .data-list td:last-child,
.glue-to-sides .data-list th:last-child {
    border-right: none
}

.gray-bg {
    margin-bottom: 10px
}

.gray-bg td {
    border-color: #fff;
    padding: 4px 15px 6px;
    font-size: 1em
}

.gray-bg .strong td {
    font-weight: 700
}

.gray-bg td:first-child {
    text-align: right
}

.gray-bg td:last-child {
    text-align: center
}

.gray-bg tr:nth-child(odd) {
    background: #dadbdd
}

.gray-bg tr:nth-child(even) {
    background: #ececec
}

#check-circle {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: -5px;
    content: ""
}

.arrow-down,
.arrow-up {
    font-family: "FontAwesome";
    font-size: 15px;
    padding: 0 4px 0 0;
    color: #00ae41
}

.arrow-down {
    color: #fab52c
}

#empty-circle,
.minus-circle,
.plus-circle {
    position: absolute;
    font-family: "FontAwesome";
    top: 0
}

#empty-circle {
    left: -5px;
    content: ""
}

.minus-circle,
.plus-circle {
    right: 10px;
    content: ""
}

.minus-circle {
    content: ""
}

.btn1 {
    border: 0;
    background: 0 0
}

.spec-btn {
    color: #101f2d;
    font-size: 1.6em;
    display: inline-block;
    margin-left: 10px;
    width: 37px;
    border: 2px solid #101f2d;
    border-radius: 5px;
    text-align: center
}

.spec-btn i {
    color: inherit;
    margin-right: 0
}

.visible-xs .spec-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 100
}

.data-list .btn-group {
    padding: 14px 0 14px 10px;
    width: 100%
}

.data-list .btn-group.open {
    position: relative
}

.data-list .btn-group.open .btn1.dropdown-toggle {
    box-shadow: none
}

.dropdown-toggle {
    color: #04914d
}

.dropdown-toggle i:before {
    font-size: 18px !important
}

.data-list .dropdown-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1.5px solid #cde9db;
    border-radius: 10px
}

.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #ffb500
}

.data-list .dropdown-menu>li>a {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
    border-bottom: 1px solid #cde9db;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 13px
}

.data-list .dropdown-menu>li>a>i:before {
    font-size: 16px;
    color: #04914d
}

#sidebar .jstree-children .jstree-node:last-child,
.data-list .dropdown-menu>li:last-child>a {
    border-bottom: none
}

.data-list .checkbox {
    padding: 0;
    float: left;
    margin: 0 3px 0-7px
}

.btn2 {
    color: #0a1e2c;
    font: 700 16px"Montserrat";
    text-transform: uppercase;
    display: block;
    white-space: nowrap
}

.btn2:hover {
    text-decoration: none
}

.expand-next {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
    color: #4c2525
}

.expand-next:focus,
.expand-next:hover {
    text-decoration: none;
    outline: 0
}

.expand-next i {
    color: #00ae41
}

.toggleMe {
    display: none;
    max-width: 400px
}

.btn-big {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase
}

.button .dataTables_paginate span.paginate_button {
    border-color: #c7c7c7 #b2b2b2 #b2b2b2 #c7c7c7;
    color: #fff;
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), inset 0 2px 5px rgba(255, 255, 255, .5), inset 0-2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), inset 0 2px 5px rgba(255, 255, 255, .5), inset 0-2px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), inset 0 2px 5px rgba(255, 255, 255, .5), inset 0-2px 5px rgba(0, 0, 0, .1)
}

.dataTables_paginate span.paginate_active {
    color: #fff
}

.button:hover,
.dataTables_paginate span.paginate_active:hover {
    background-color: #f1f1f1
}

.button:active,
.dataTables_paginate span.paginate_active {
    background-color: #f1f1f1;
    border-color: #b2b2b2 #c7c7c7 #c7c7c7 #b2b2b2;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1)
}

.green {
    color: #fff !important;
    background-color: #04914d
}

.red {
    color: #930000 !important;
    background-color: #e9cdcd
}

.red-btn {
    color: #fff !important;
    background-color: #a43922
}

.green-bold {
    color: #04914d;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px
}

.gray {
    color: #fff;
    background-color: #58656f
}

.green:hover {
    background-color: #5fd18b
}

.green:disabled {
    background-color: #a2a8ae
}

.gray:hover {
    color: #fff;
    background-color: #a2a8ae
}

.gray:disabled {
    background-color: #a2a8ae
}

.btn {
    padding: 8px 16px;
    border-radius: 7px
}

.big,
.large {
    font-size: 1em;
    border: 0;
    border-radius: 7px;
    width: 150px;
    height: 40px
}

.large {
    font-size: 18px;
    border-radius: 9px;
    width: 245px;
    height: 56px;
    padding: 13px 0;
    text-align: center
}

.ghost {
    background-color: transparent;
    border: 1px solid #04914d;
    color: #04914d !important
}

.ghost-white,
.ghost:hover {
    background-color: #04914d;
    color: #fff !important
}

.ghost-white {
    background-color: transparent;
    border: 1px solid #fff
}

.ghost-white:hover {
    border-color: #ffb500;
    box-shadow: none;
    background: #ffb500;
    color: #fff;
    text-decoration: none
}

.big-180 {
    width: 180px;
    text-align: center
}

.big-190 {
    width: 190px
}

.big-190,
.big-200,
a.big {
    text-align: center
}

.big-200 {
    width: 200px
}

a.big {
    display: inline-block;
    padding: 10px !important
}

a.big:active,
a.big:focus,
a.big:hover {
    color: #fff
}

.ind-form .green {
    margin: 30px auto 10px;
    width: 220px
}

.ind-form .green+.green {
    margin-left: 20px
}

.big.w_auto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px
}

.big.w_auto:first-child {
    margin-left: 0
}

.minh {
    min-height: 400px
}

.steps {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.steps-wrap .steps {
    margin-top: 0;
    min-width: 600px
}

.steps.disabled {
    opacity: .8;
    filter: Alpha(opacity=80)
}

.steps li {
    float: left;
    margin: 0;
    list-style: none
}

.steps.bc-three-grey li {
    width: 33%;
    border-left: 1px solid #dadbdd
}

.form .steps,
form .steps {
    margin: 0
}

.graph-legend .steps.bc-type,
.page-tabs li {
    margin: 0;
    width: 100%
}

.ind-form .bc-type {
    margin-top: 10px
}

.bc-type li a {
    color: #000
}

.bc-type li a.active {
    color: #fff !important
}

.bc-type li a.hover {
    color: #555
}

.steps.bc-type {
    width: 70%;
    border: 1px solid #dadbdd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.steps.bc-type li a {
    background-image: url(../images/breadcrumb2.png);
    padding: 8px;
    cursor: pointer
}

.page-tabs {
    width: 100%;
    overflow: hidden
}

.page-tabs.disabled {
    opacity: .8;
    filter: Alpha(opacity=80)
}

.page-tabs li {
    float: left;
    list-style: none
}

.page-tabs,
.page-tabs li a,
.page-tabs ul {
    display: flex;
    flex-direction: row
}

.page-tabs ul {
    width: 100%
}

.page-tabs li a {
    background-color: #cde9db;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eef8f1;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    height: 100%;
    min-height: 40px;
    cursor: pointer;
    padding: 5px 26px
}

.page-tabs li:first-child a {
    border-left-width: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.page-tabs li:last-child a {
    border-right-width: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}

.page-tabs .disabled li a.active:hover,
.page-tabs li a.active,
.page-tabs li a:active,
.page-tabs li a:hover,
.page-tabs li.active a {
    background-color: #04914d;
    color: #fff
}

.page-tabs li a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.bc-three-grey li a,
.page-tabs.bc-two li a {
    padding: 15px 15%
}

.bc-one li {
    width: 100%
}

.bc-type.bc-two li {
    border: 0
}

.steps.bc-three {
    border: 1px solid #dadbdd
}

.bc-three li {
    width: 33.3%
}

.bc-three.plus li {
    width: 25%;
    line-height: 0
}

.bc-two li,
.steps.bc-two li {
    width: 50%
}

.bc-four li {
    width: 25%
}

.bc-five li {
    width: 20%
}

.steps.bc-three li a {
    background-image: url(../images/breadcrumb.png);
    padding: 10px 35px 5px 30px;
    margin-left: -20px
}

.steps li:first-child {
    margin-left: 0
}

.steps.bc-three-grey li:first-child {
    width: 34%;
    border-left: 0 none
}

.steps li a,
.steps li a span {
    background-repeat: no-repeat;
    display: block
}

.steps li a {
    color: #000;
    border-color: #eee #ddd #ddd;
    line-height: 20px;
    text-align: center;
    font-size: .9em;
    font-weight: 700;
    padding: 11px 0 !important;
    background-position: 0 0;
    text-decoration: none;
    text-transform: uppercase
}

.steps.disabled li a:hover {
    color: #999
}

.steps .criteria-button,
.steps li a.previous,
.steps.disabled li a.previous:hover {
    color: #aaa
}

.drop-files-container i,
.steps li a:hover {
    color: #04914d
}

.steps li a.active,
.steps li a:active,
.steps.disabled li a.active:hover {
    color: #555
}

.steps li a span {
    padding: 4px 9px;
    height: 20px;
    background-position: -2px -2px;
    text-indent: -9999px
}

.steps li a.previous span {
    opacity: .6;
    filter: Alpha(opacity=60)
}

.steps li a.previous:hover span {
    opacity: 1;
    filter: none
}

.steps li:first-child a {
    border-left-color: #ddd;
    background-position: -20px 0;
    margin-left: 0
}

.steps li a.previous,
.steps.disabled li a.previous:hover {
    background-position: 0-129px
}

.steps li:first-child a.previous,
.steps.disabled li:first-child a.previous:hover {
    background-position: -20px -129px
}

.steps.bc-three li a.previous,
.steps.bc-three li:first-child a.previous {
    color: #fff
}

.collapsed-block .steps li a.previous:hover,
.steps li a:hover {
    background-position: 0-43px
}

.collapsed-block .steps li a.previous {
    background-position: -20px 0
}

.steps.disabled li a:hover {
    background-position: 0 0
}

.steps li:first-child a:hover {
    background-position: -20px -43px
}

.steps.disabled li:first-child a:hover {
    background-position: -20px 0
}

.steps li a.active,
.steps li a:active,
.steps.disabled li a.active:hover {
    background-position: 0-86px
}

.steps li:first-child a.active,
.steps li:first-child a:active,
.steps.disabled li:first-child a.active:hover {
    background-position: -20px -86px
}

.steps.bc-three li a.active,
.steps.bc-three li a:active,
.steps.bc-three li:first-child a.active,
.steps.bc-three li:first-child a:active,
.steps.disabled.bc-three li a.active:hover,
.steps.disabled.bc-three li:first-child a.active:hover {
    color: #fff
}

.minus-right {
    margin-right: 130px
}

.add-buttons {
    display: flex;
    flex-direction: row
}

.add-buttons a {
    background-color: #ffb500 !important;
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 0 2rem
}

.add-buttons a:hover {
    z-index: 2;
    background-color: #e8a725 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.add-buttons li:first-child a {
    border-radius: 0;
    border-left-width: 2px
}

.add-buttons .add-buttons-link .download-link {
    position: relative
}

.add-buttons .add-buttons-link i {
    margin: 4px 0 0
}

.add-buttons .download-submenu {
    color: #fff;
    background-color: #ffb500;
    z-index: 3;
    position: absolute;
    right: 20px;
    padding: 5px 10px;
    width: 205px;
    line-height: 40px;
    text-align: left;
    border-radius: 10px;
    display: none
}

.add-buttons .download-submenu .save-as {
    display: block;
    color: #fff;
    text-decoration: none;
    border-top: 2px solid #ffc655;
    font-weight: 700;
    text-align: left;
    padding: 0 10px;
    border-left: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.add-buttons .download-submenu .save-as.disabled,
.add-buttons .download-submenu .save-as:hover {
    color: #7a6135
}

.report-page .navbar-brand {
    background: 0 0;
    border: 0;
    margin: 7px 0 8px 40px
}

.report-page .navbar-brand a {
    background: 0 0;
    margin: 0;
    width: 192px;
    height: 28px;
    text-indent: 0;
    line-height: 14px
}

.report-page .page-wrapper {
    padding-bottom: 0
}

.report-page .topnav-menu {
    margin-right: 30px
}

.report-page .heading {
    padding: 7px 40px
}

.report-page .glue-to-sides {
    margin-left: -40px;
    margin-right: -40px
}

.glue-to-sides {
    cursor: pointer
}

.glue-to-sides .company-count {
    margin-right: 15px
}

.glue-to-sides .industry-name {
    white-space: nowrap;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.report-page>.report-footer {
    height: 45px;
    margin-top: -45px;
    color: #fff;
    background: #58656f
}

.report-page .page-buffer {
    padding-bottom: 45px
}

.report-page>.report-footer .container {
    padding: 12px 40px 0
}

form {
    width: 100%;
    color: #323232
}

::-moz-placeholder {
    color: #04914d !important;
    font-family: Montserrat;
    opacity: 1
}

::-ms-input-placeholder {
    color: #04914d !important;
    font-family: Montserrat;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #04914d !important;
    font-family: Montserrat;
    opacity: 1
}

input[type=password],
input[type=text],
select,
textarea {
    font: 300 1em/1.5 Montserrat;
    color: #323232
}

input[readonly=readonly] {
    background-color: #f0f0f0 !important;
    cursor: default !important
}

input[type=password],
input[type=text],
textarea {
    padding: 7px 10px;
    border: 1px solid #cde9db;
    border-radius: 10px
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #04914d
}

textarea {
    min-height: 150px
}

.label {
    display: block;
    padding: 12px 0;
    font-weight: 400;
    color: #58656f;
    font-size: 90%
}

.label-bold {
    display: inline-block;
    font-weight: 700;
    text-align: right;
    margin: -3px 0 0;
    line-height: 1.2;
    color: #58656f
}

.large-label {
    padding: 13.5px 0 !important
}

.small-label {
    padding: 6.5px 0 !important
}

.full-input,
.input {
    display: block;
    padding: 12px 7px;
    border: 1px solid transparent
}

.full-input,
.one-full {
    width: 100%
}

.select-block {
    margin: 10px 0
}

.select-block .form-field {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0
}

.form-field.first {
    padding-top: 0
}

.form-field.last {
    padding-bottom: 0
}

.checkbox-list .form-field {
    padding: 5px 0
}

.small {
    margin-bottom: 7px
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0
}

.checkbox .prev_label {
    font: 16px"Montserrat";
    color: #101f2d;
    margin-right: 1rem;
    display: inline-block;
    margin-bottom: 0
}

.TFtable input[type=checkbox]+label,
.checkbox input[type=checkbox]+label,
.checkbox input[type=hidden]+label,
.radio input[type=radio]+label {
    width: 1px
}

.checkbox input[type=checkbox]+label::before {
    padding-top: 4px
}

.checkbox input[type=checkbox]+input[type=hidden]+label::before,
.checkbox input[type=checkbox]+label::before,
.radio input[type=radio]+label::before {
    content: "";
    color: #fff;
    display: inline-block;
    font: 13px/1 FontAwesome;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    border: 1.5px solid #04914d;
    border-radius: 5px;
    background: #fff url(../images/check_bg.gif)repeat-x top left;
    text-align: center
}

.radio input[type=radio]+label::before {
    padding: 4px 0 0 4px
}

.checkbox input[type=checkbox]+input[type=hidden]+label::before {
    padding-top: 4px
}

.checkbox input[type=checkbox]:focus+input[type=hidden]+label::before,
.checkbox input[type=checkbox]:focus+label::before {
    border-color: #aaa
}

.m-left5 {
    margin-left: 5px
}

.checkbox input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox input[type=checkbox]:checked+label::before {
    color: #04914d
}

.radio input[type=radio]:checked+label::before {
    background-position: -108px -279px
}

.checkbox input[type=checkbox]:disabled+input[type=hidden]+label::before,
.checkbox input[type=checkbox]:disabled+label::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=50);
    opacity: .5
}

.checkbox input[type=checkbox]:checked:disabled+label::before {
    color: #58656f
}

.dark-input {
    background: #e9eaec;
    color: #10202f
}

.input-hint {
    text-transform: uppercase;
    font-size: .9em;
    padding-top: 7px;
    color: #077887;
    font-weight: 700
}

.horizontal-form label {
    color: #10202f;
    text-transform: uppercase;
    text-align: right;
    padding: 0 10px 0 20px;
    font-size: .85em
}

.horizontal-form input[type=text] {
    padding: 10px;
    margin-top: 1px
}

.horizontal-form .input-hint {
    text-align: center;
    width: 95%;
    padding: 0
}

.page .ind-form,
.page.active-page,
form.ind-form,
form.register-form {
    padding: 14px 30px 40px;
    border: 1px solid #dadbdd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.register-form .footnote {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px
}

.register-trial .register-form .footnote {
    margin-top: 10px
}

.ind-form * {
    margin: 0
}

.ind-form a {
    transition: all .3s;
    text-decoration: none
}

.ind-form a:active {
    color: #999
}

.ind-form a:focus,
.ind-form input:focus,
.ind-form select:focus,
.ind-form textarea:focus {
    outline: 0
}

.one-quarter {
    width: 22%;
    margin-right: 4%
}

.one-quarter.minus {
    width: 18%
}

.one-eight,
.three-eight {
    width: 12%;
    margin-right: 2%
}

.three-eight {
    width: 34%
}

.one-half,
.three-quarter {
    width: 74%;
    margin-right: 4%
}

.one-half {
    width: 47%
}

.one-half.minus {
    width: 44%
}

.one-half.plus {
    width: 48%
}

.sep {
    border-left: 1px solid #dadbdd;
    padding-left: 20px;
    padding-bottom: 20px
}

.edit-form {
    background-color: #ececec;
    padding: 20px 20px 0 40px;
    margin: 0-40px
}

form .one-three {
    width: 26%;
    margin-right: 4% !important
}

form .two-three {
    width: 63.333%;
    margin-right: 2%
}

form .one-half.last,
form .one-quarter.last,
form .one-three.last,
form .three-eight.last,
form .three-quarter.last,
form .two-three.last {
    margin-right: 0 !important
}

form .one-eight,
form .one-half,
form .one-quarter,
form .one-three,
form .three-eight,
form .three-quarter,
form .two-three {
    float: left;
    min-height: 1px
}

.bill-info i,
form .one-half+.one-half,
form .one-half+.one-quarter+.one-quarter,
form .one-quarter+.one-quarter+.one-half,
form .one-quarter+.one-quarter+.one-quarter+.one-quarter,
form .one-quarter+.three-quarter,
form .one-three+.one-three+.one-three form .one-three+.two-three,
form .three-quarter+.one-quarter,
form .two-three+.one-three {
    margin-right: 0
}

.ind-form .btn {
    display: inline-block;
    padding: 14px 21px;
    color: #ecf0f1;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all .3s
}

.ind-form select {
    border: 1px solid transparent;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%
}

.signup-form input {
    margin-left: auto;
    margin-right: auto
}

.signup-form .link-box a {
    display: block;
    font-size: 1em;
    margin-top: 18px;
    color: #04914d;
    font-weight: 600
}

.icon-workaround {
    font-family: FontAwesome !important;
    display: block
}

.TFtable input[type=checkbox] {
    opacity: .1;
    cursor: pointer
}

.TFtable input[type=checkbox]+label:before {
    margin-left: -12px;
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: .9em;
    font-family: FontAwesome;
    content: ""
}

.TFtable input[type=checkbox]:checked+label:before {
    font-family: FontAwesome;
    content: "";
    color: #187092
}

.TFtable input[type=text],
.TFtable textarea {
    width: 30px;
    border: 0;
    padding: 4px 2px;
    margin: 0;
    background: 0 0
}

form .post-input {
    color: #58656f;
    padding: 3px 17px 0
}

.def-form h3.underlined {
    font-size: 1em;
    border-bottom: 2px solid #101f2d;
    padding: .2em 0 .4em;
    margin-bottom: 10px;
    margin-top: 10px
}

.def-form h3.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.tooltip-container {
    position: relative
}

.tooltip {
    display: inline-block;
    padding: 3px 7px;
    color: #04914d;
    position: absolute;
    font-size: .7em;
    font-weight: 700;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    left: 0;
    top: -22px;
    width: 100%
}

.tooltip::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 10px;
    border: 7px solid transparent
}

input.error,
input.error-code {
    background: url(../images/error_bg.png)no-repeat right center
}

textarea.error {
    background: url(../images/error_bg.png)no-repeat right 10px
}

.error_warning {
    margin: 30px 0 10px;
    border: 2px solid #a53a23;
    padding: 15px 20px 10px;
    text-align: center;
    color: #58656f
}

.error_warning .fa,
.fa-exclamation-circle.fa.fa-big {
    color: #a53a23;
    font-size: 3em;
    margin-bottom: 5px
}

.error_warning.ok-message {
    border-color: #00ae41
}

.error_warning.smaller {
    color: #a53a23;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding: 5px 10px;
    margin: 10px 0
}

.error_warning.ok-message.smaller,
.error_warning.ok-message.smaller .fa {
    color: #00ae41
}

.error_warning.smaller .fa {
    font-size: 1em
}

.bottom-alert-block {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.bottom-alert-block.few-companies {
    border: 2px solid #a53a23;
    font-weight: 400;
    padding: 20px 30px;
    border-radius: 1rem
}

.bottom-alert-block .current-count-items {
    margin: 10px 0
}

.zelect {
    font-size: .9em
}

.dropsearch-white .zelect {
    display: block;
    background-color: #fff;
    min-width: 200px;
    cursor: pointer;
    line-height: 36px;
    color: #58656f;
    border: 1px solid #dadbdd;
    position: relative
}

.dropsearch-white .dropdown li,
.dropsearch-white .zelected {
    padding-left: 10px
}

.dropsearch-gray .zelected:after,
.dropsearch-white .zelected:after {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 10px;
    content: ""
}

.dropsearch-white .zelected.placeholder {
    color: #999f82
}

.dropsearch-white .zelected:hover {
    border-color: #c0c4ab
}

.dropsearch-white .zelect.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropsearch-white .dropdown {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dadbdd;
    border-top: none;
    position: absolute;
    margin-left: -1px;
    margin-right: -1px;
    left: 0;
    top: 0;
    z-index: 200;
    padding: 0
}

.dropsearch-white .dropdown input {
    border: 0
}

.dropsearch-dark .dropdown ol,
.dropsearch-gray .dropdown ol,
.dropsearch-white .dropdown ol {
    padding: 0;
    margin: 3px 0 0;
    list-style-type: none;
    max-height: 150px;
    overflow-y: auto
}

.dropsearch-dark .dropdown li.current,
.dropsearch-gray .dropdown li.current,
.dropsearch-white .dropdown li.current {
    background-color: #077786;
    color: #fff
}

.dropsearch-gray {
    max-width: 520px;
    padding-top: 15px
}

.dropsearch-gray .zelect {
    display: block;
    background-color: #dadbdd;
    min-width: 100%;
    cursor: pointer;
    line-height: 36px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ecf0f1 !important;
    position: relative
}

.dropsearch-gray .dropdown li,
.dropsearch-gray .zelected,
.mobile_menu li ul {
    padding-left: 10px
}

.dropsearch-gray .zelected:after {
    content: ""
}

.dropsearch-gray .zelected.placeholder {
    color: #999f82
}

.dropsearch-gray .zelected:hover {
    border-color: #c0c4ab
}

.dropsearch-gray .zelect.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropsearch-gray .dropdown {
    background-color: #dadbdd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0 solid #dbdece;
    border-top: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    z-index: 200;
    padding: 0
}

.dropsearch-gray .chosen-container a.chosen-single {
    padding-right: 20px
}

.dropsearch-dark .dropdown input,
.dropsearch-gray .dropdown input,
.dropsearch-white .dropdown input {
    font-family: sans-serif;
    outline: 0;
    font-size: .9em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 7px 0 7px 10px
}

.dropsearch-gray .dropdown input {
    border: 0;
    background: #dadbdd
}

.dropsearch-dark {
    padding: 15px 0
}

.graph-legend .dropsearch-dark {
    padding: 0
}

.graph-legend .dropsearch-dark .zelect {
    font-size: 1.1em
}

.dropsearch-dark .zelect {
    display: block;
    background-color: #58646e;
    min-width: 100%;
    cursor: pointer;
    line-height: 36px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ecf0f1 !important;
    position: relative
}

.dropsearch-dark .dropdown li,
.dropsearch-dark .zelected {
    padding-left: 10px;
    color: #fff
}

.chosen-container-single .chosen-single div b:before,
.dropsearch-dark .zelected:after {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 10px;
    content: ""
}

.dropsearch-dark .zelected.placeholder {
    color: #999f82
}

.dropsearch-dark .zelected:hover {
    border-color: #c0c4ab
}

.dropsearch-dark .zelect.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropsearch-dark .dropdown {
    background-color: #58646e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0 solid #dbdece;
    border-top: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    z-index: 200;
    padding: 0
}

.dropsearch-dark .dropdown input {
    border: 1px solid #dbdece
}

.dropsearch-dark,
.dropsearch-gray,
.dropsearch-white {
    position: relative;
    width: 100%
}

.chosen-container-single .chosen-single {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    display: block;
    min-width: 100%;
    position: relative;
    height: auto;
    padding: 13px 18px 11px
}

.dropsearch-gray .chosen-container .chosen-drop,
.dropsearch-gray .chosen-container-single .chosen-single,
.dropsearch-gray select {
    background: #dadbdd
}

.dropsearch-white .chosen-container .chosen-drop,
.dropsearch-white .chosen-container-single .chosen-single,
.dropsearch-white select {
    background: #fff
}

.dropsearch-dark .chosen-container .chosen-drop,
.dropsearch-dark .chosen-container-single .chosen-single,
.dropsearch-dark select {
    background: #077786
}

.dropsearch-dark select,
.dropsearch-gray select,
.dropsearch-white select {
    border: 0;
    padding: 12px 18px 8px;
    border-radius: 10px;
    appearance: none;
    background-image: url(../images/arrow-down-1.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    width: 100%
}

.chosen-container-single .chosen-single span {
    display: block;
    min-width: 100%;
    cursor: pointer;
    position: relative
}

.chosen-container-single .chosen-single div b {
    background: 0 0;
    font-weight: 400;
    position: relative;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-single div b:before {
    top: 12px;
    content: ""
}

.chosen-container .chosen-drop {
    top: auto;
    margin-top: -7px;
    border: 1px solid #cde9db;
    border-top: none;
    box-shadow: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-single .chosen-search input[type=text] {
    background-color: #fff;
    border-radius: 5px
}

.chosen-container .chosen-results li {
    font-size: .9em;
    padding: 9px 18px;
    margin: 1px 0
}

.chosen-container .chosen-results .result-selected,
.chosen-container .chosen-results li.highlighted {
    background-color: #04914d;
    color: #fff;
    background-image: none
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
    border: 0
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-viewport li {
    padding-left: 5px
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif)center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-prev {
    left: 0
}

.bx-wrapper .bx-next {
    right: 0
}

.bx-wrapper .bx-next:before,
.bx-wrapper .bx-prev:before {
    color: #04914d;
    display: inline-block;
    font: 700 23px/14px FontAwesome
}

.bx-wrapper .bx-prev:before {
    content: "\f104"
}

.bx-wrapper .bx-next:before {
    content: "\f105"
}

.bx-wrapper .bx-next:hover:before,
.bx-wrapper .bx-prev:hover:before {
    color: #58646e
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -35px;
    margin-top: -5px;
    outline: 0;
    width: 10px;
    height: 20px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a:active,
.bx-wrapper .bx-controls-direction a:focus,
.bx-wrapper .bx-controls-direction a:hover {
    text-decoration: none
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png)-86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png)-86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.drop-files-container {
    position: relative;
    height: 140px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.drop-files-container p {
    margin: 0 15px
}

.drop-files-container .background-input-file {
    margin-top: -50px;
    margin-left: -410px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 100px
}

.drop-button,
.label-tooltip {
    position: absolute;
    font-weight: 700
}

.label-tooltip {
    padding: 0 18px;
    color: #077887;
    font-size: .7em
}

#uploaded-holder,
.main img {
    position: relative;
    margin: 0 auto
}

#upload-button {
    z-index: 9999;
    display: none;
    margin: 20px 0
}

#image-upload {
    border-style: dashed
}

input#uploadbtn {
    width: 285px;
    height: 50px
}

.drop-button {
    display: block;
    z-index: 9999;
    padding: 5px;
    width: 100%;
    background: rgb(4 145 77);
    font-size: 1em;
    bottom: 0;
    text-align: center;
    border-radius: 10px
}

.drop-button,
.drop-button:hover,
.upload-button-container a {
    color: #fff;
    text-decoration: none
}

.dropped-files-container {
    margin-top: 10px
}

.dropped-files-container .image {
    position: relative;
    max-height: 400px;
    width: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    float: left;
    margin-bottom: 60px;
    overflow: hidden
}

.upload-button-container a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 20px;
    background-color: #64c6d8;
    border-radius: 5px
}

.upload-button-container span {
    display: inline-block;
    margin-right: 10px
}

.upload-button-container a:hover {
    background: #097684
}

.upload-button-container .delete {
    padding: 7px 10px;
    border-radius: 5px;
    background: #58646e;
    box-shadow: none;
    margin-left: 8px
}

.upload-button-container .delete:hover {
    background: #a2a8ae
}

.drop-files-container label.browse {
    color: #04914d;
    display: inline;
    background: 0 0;
    position: relative;
    cursor: pointer
}

.drop-files-container label.browse input[type=file] {
    opacity: 0;
    display: inline;
    height: 1px;
    width: 1px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

#loading {
    display: none;
    width: 100%;
    position: relative;
    margin: 20px 5px
}

.loading-bar {
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 2px 0
}

.loading-color {
    width: 0%;
    height: 100%;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    border-radius: inherit;
    background-color: #f1622d
}

.loading-content {
    position: relative;
    top: 15px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    width: 100%
}

.file-name-holder {
    width: 100%
}

.file-name-holder h4 {
    text-align: center;
    padding: 10px 0;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0
}

.uploaded-files {
    list-style: none;
    margin: 0 auto;
    padding: 10px;
    color: #545454
}

.uploaded-files li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 25px;
    color: #545454
}

.uploaded-files a {
    color: #1bacbf
}

.main {
    width: 900px;
    height: 100%;
    margin: 100px auto 0
}

.main img {
    float: left;
    width: 280px;
    height: 180px;
    margin: 10px
}

.hidden-box {
    display: none
}

.steps-info {
    border: 2px solid #ccc;
    border-top: none;
    padding: 14px
}

.bill-choice {
    padding: 40px
}

.bill-choice li {
    float: left;
    width: 300px
}

.bill-choice li:last-child {
    margin-right: 0
}

.navcentre {
    margin: 20px auto;
    display: table;
    padding: 30px;
    border-radius: 1rem
}

.navcentre ul {
    list-style: none;
    margin: auto;
    padding: 0
}

.navcentre ul li {
    display: table-cell
}

.bill-info {
    display: block;
    text-align: center;
    padding: 2rem;
    color: #000;
    border: 1px solid #dadbdd;
    background: #fff;
    font-size: 1.2em;
    border-radius: 5px;
    min-height: 160px;
    text-transform: uppercase
}

.bill-info.single-block,
.chosen .bill-info.single-block {
    padding: 2rem;
    min-height: 0
}

.bill-info b {
    font-size: 2.3em;
    font-weight: 400
}

.bill-info sup {
    margin-top: -1.2em;
    font-size: 1.5em
}

.bill-info h5 {
    color: #000;
    line-height: 1em
}

.bill-info p {
    margin: 0
}

.bill-info span {
    text-transform: none;
    display: block;
    font: italic 1em"Montserrat";
    margin: 0-5px;
    font-size: 17px
}

.bill-info:hover,
.chosen .bill-info {
    border: 2px solid #04914d;
    padding: 30px 2rem;
    text-decoration: none
}

.bill-info.single-block,
.ind-form .bill-info {
    margin: 15px auto
}

.order-review {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.order-review article {
    padding: 2rem;
    color: #58656f;
    border-radius: 1rem
}

.order-review h3 {
    font: 1.1em Montserrat;
    color: #000;
    padding: 0 0 .6em
}

.order-review p {
    font-size: .9em;
    margin-bottom: 5px
}

.btn:focus,
.btn:hover {
    color: #fff;
    outline: 0
}

.def-form .dateUS {
    width: 100%
}

.padding-left-0 {
    padding-left: 0
}

.padding-right-0 {
    padding-right: 0
}

.ui-datepicker {
    z-index: 9999 !important
}

.statement-form {
    margin-top: 20px
}

input#search_items {
    width: calc(100% - 4rem);
    max-width: 420px;
    min-width: 220px;
    border: 1.5px solid #04914d;
    border-radius: 100px;
    padding: 12px 45px 12px 20px;
    outline: 0
}

.custom-search-icon {
    position: relative;
    right: 45px;
    top: 5px;
    outline: 0;
    z-index: 2;
    color: #04914d
}

.custom-search {
    width: calc(100% - 5rem);
    position: relative;
    top: 1px;
    left: 85px;
    height: 1px
}

input#search_items::-moz-placeholder {
    color: #04914d !important;
    font-size: 14px;
    font-style: italic;
    opacity: 1
}

input#search_items:-ms-input-placeholder {
    color: #04914d !important;
    font-size: 14px;
    font-style: italic
}

input#search_items::-webkit-input-placeholder {
    color: #04914d !important;
    font-size: 14px;
    font-style: italic
}

div.pagination {
    width: 100%;
    text-align: center
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #04914d;
    border-color: #009f40
}

.term-description.description-container {
    position: absolute;
    z-index: 9999;
    background-color: #fff
}

.ui-widget-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important
}

.term-description .ui-widget-shadow {
    border-radius: 0
}

.one-full.fc {
    margin: 40px 0
}

.ui-corner-all.description {
    padding: 0 15px;
    border-radius: 0
}

.statement-form em {
    display: none;
    width: fit-content;
    height: 8px;
    float: left;
    cursor: pointer;
    position: relative;
    top: -52px;
    left: -59px
}

.statement-form .exp_w em {
    margin: 14px 0 0 4px
}

.statement-form .exp_w {
    border: 1px solid #cde9db;
    padding: 0 1.5rem;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.statement-form .exp_w .collapsed,
.statement-form .exp_w .expanded {
    padding-top: 25px
}

.statement-form .exp_w .expansion {
    background: #fff
}

.collapsed,
.statement-form .expanded {
    padding: 5px
}

.statement-form .expanded em {
    display: block;
    background-position: 0 0
}

.statement-form .collapsed em {
    display: block;
    background-position: 0-9px
}

.statement-form .expansion {
    padding: 1.5rem 0;
    gap: 2rem;
    display: none
}

.display_canvas_container {
    position: relative
}

.display_canvas_container,
.display_canvas_container_fluid {
    width: 100%;
    height: auto;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px
}

.risk_canvas_container {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #cde9db;
    display: flex;
    border-radius: 1rem;
    overflow: hidden
}

.form_message.valid b,
.summaryRate {
    font-weight: 700
}

#summaryIcon {
    margin-left: auto;
    margin-right: auto;
    width: 50px
}

.popupContact {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    display: none;
    position: absolute;
    z-index: 100;
    width: 500px;
    padding: 0 20px
}

.popupContact p {
    margin-top: 5px
}

.chart {
    width: 100%
}

div.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border: 12px solid #e2e2e2;
    border-radius: 50%;
    border-top: 12px solid #04914d;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite
}

._dashbord div.spinner {
    margin-top: -50px;
    margin-left: 100px
}

.ind-form-container p {
    margin-bottom: 5px
}

table.common_grid {
    border-collapse: separate;
    border-spacing: .5rem
}

table.common_grid tbody {
    display: table-row-group
}

table.common_grid td:first-child,
table.common_grid th:first-child {
    text-align: left;
    min-width: 180px
}

table.common_grid td,
table.common_grid th {
    border: 1px solid #cde9db;
    padding: 7px 14px;
    border-radius: 5px;
    text-align: left
}

table.common_grid tr.t_header th {
    font-size: 14px;
    font-weight: 700;
    background-color: #eef8f1;
    color: #04914d;
    text-transform: uppercase
}

table.common_grid tr.gn_header th {
    background: #e2f7d1;
    color: #324721;
    font-weight: 700;
    font-size: 12px;
    border-top: #95aa84 solid 1px
}

table.common_grid th {
    background: #fff3d6;
    font-weight: 700;
    text-align: right;
    border: 0
}

th {
    border-color: #25291b #2b3c40 #7e9153 #0b7cbc;
    color: #04914d;
    padding: .8em 1em
}

table.common_grid tr.expansion td:first-child {
    padding-left: 20px
}

table.common_grid em {
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 31px
}

table.common_grid .expanded em {
    background-position: 0-9px;
    display: block
}

table.common_grid em .collapsed-button {
    background-color: transparent;
    color: #04914d;
    border-radius: 8px;
    height: 18px;
    padding: 0
}

table.common_grid tr th:nth-child(n+2) {
    width: 15%
}

.break {
    page-break-before: always;
    clear: both
}

.break-after {
    page-break-after: always
}

.form_message {
    margin: 10px auto 0;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #58656f
}

.form_message .fa {
    color: #a53a23
}

.form_message b {
    font-weight: 400
}

.form_message.valid {
    background: #eef8f1
}

#sidebar .jstree-themeicon,
.form_message.valid .fa {
    display: none
}

.highcharts-legend-item>span {
    top: 12px !important
}

.highcharts-legend-item .ratio b {
    margin-left: 7px
}

.highcharts-legend-item .ratio.dropsearch-gray {
    width: 170px
}

.highcharts-legend-item .steps {
    width: 40%
}

.highcharts-legend-item .steps li a {
    padding: 8px !important
}

.highcharts-legend-item .legend-edit-btn {
    width: auto;
    margin: 0 10px
}

.highcharts-legend-item .legend-delete-btn {
    width: auto;
    margin: 0 5px;
    visibility: hidden
}

.highcharts-legend-item .ratio {
    display: inline-block;
    position: relative;
    top: -15px
}

.highcharts-legend-item .series-types {
    display: inline-block;
    visibility: collapse;
    margin: 0
}

.highcharts-legend-item .new-legend .series-types,
.highcharts-legend-item:hover .legend-delete-btn,
.highcharts-legend-item:hover .series-types {
    visibility: visible
}

.highcharts-container {
    overflow: visible !important
}

table.common_grid tr.rd_header th {
    color: #ffb500;
    text-transform: uppercase
}

table.common_grid tr.bl_header td {
    font-weight: 700;
    background: #dbeef3;
    color: #0063b7
}

table.common_grid tr.gn_header td {
    background: #cde9db;
    color: #04914d;
    font-weight: 700
}

table.common_grid tr.expand-button td {
    font-weight: 700
}

table.common_grid tr.t_header {
    border: 1px solid #d1d1d1
}

.company-count {
    text-align: center;
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center
}

.company-count span>b {
    padding-left: 1.5rem
}

.company-count i {
    display: flex;
    padding: 10px
}

.company-count i:before {
    line-height: 1
}

.report-method {
    font-size: 15px;
    font-style: italic;
    text-decoration: underline
}

.report-method-label {
    font-size: 17px;
    font-weight: 700
}

.report-results-in-value {
    font-weight: 700;
    font-size: 18px;
    float: left;
    width: 140px;
    text-align: right;
    background-color: #ccc;
    padding: 2px;
    margin-left: 3px
}

.report-assumed-estimated {
    font-weight: 700;
    font-style: italic;
    margin-right: 2rem
}

#report {
    font-size: 14px
}

#report div.estimate,
#report input {
    width: 65px;
    padding: 8px 12px
}

.report-block {
    padding-bottom: 5px
}

input[type=text]:read-only {
    background-color: #ebebe4
}

.liquidity-ratio-form w60 {
    padding-top: 3px
}

.hidden {
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    z-index: -100;
    display: block !important;
    visibility: visible !important
}

.w70 {
    width: 70px !important
}

.w80 {
    width: 80px !important
}

.w100 {
    width: 100px !important
}

.w95 {
    width: 95px !important
}

.w150 {
    width: 150px !important
}

.padding-top7 {
    padding-top: 7px
}

.padding-top5 {
    padding-top: 5px
}

.marsaf {
    margin-top: 20px
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-10 {
    margin-top: 20px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.liquidity-method {
    margin: 10px 0;
    overflow: hidden
}

.liquidity-method .enter-your-estimate-here {
    float: left;
    margin-top: 4px
}

.enter-your-estimate-here {
    font-weight: 400 !important
}

.contact-us input[type=text],
.contact-us textarea,
.restore-password input[type=password],
.restore-password input[type=text] {
    width: 100%
}

.restore-password input[type=submit] {
    width: 100%;
    margin: 10px auto
}

.padding-vertical-20 {
    padding: 20px 0
}

.report-fild-input {
    float: left;
    margin-left: 5px
}

.report-fild-input input {
    float: left
}

.report-fild-input span {
    float: left;
    margin: 5px
}

.report-fild-name {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0 10px
}

.growth-potential-method .report-fild-name {
    margin: 0
}

#sidebar .jstree-ocl {
    position: absolute;
    top: 7px;
    left: 10px;
    background: 0 0
}

#sidebar .jstree-children .jstree-ocl {
    left: 30px
}

#sidebar .jstree-closed>.jstree-ocl:before,
#sidebar .jstree-open>.jstree-ocl:before {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    color: #fff
}

#sidebar .jstree-open>.jstree-ocl:before {
    content: ""
}

#sidebar .jstree-anchor {
    color: #fff;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    height: auto;
    padding: 12px 40px;
    text-transform: uppercase;
    text-shadow: none
}

#sidebar .jstree-clicked,
#sidebar .jstree-clicked.jstree-hovered {
    background: #00ae41;
    border-radius: 0;
    box-shadow: none
}

#sidebar .jstree-hovered {
    background: #1c2d3a;
    border-radius: 0;
    box-shadow: none
}

#sidebar .jstree-node {
    line-height: 1;
    min-height: 0;
    min-width: 0;
    border-bottom: 2px solid #1c2d3a;
    color: #fff;
    margin: 0-10px;
    background: 0 0;
    position: relative
}

#sidebar .jstree-children .jstree-node {
    margin: 0
}

#sidebar .jstree-children .jstree-anchor {
    font-weight: 400;
    padding-left: 60px;
    text-transform: none
}

#sidebar .jstree-children .jstree-children .jstree-anchor {
    padding-left: 80px
}

#sidebar .jstree-children .jstree-children .jstree-ocl {
    left: 50px
}

.growth-potential-method .col-xs-5.minus {
    width: 39%
}

.growth-potential-method .col-xs-7.plus {
    width: 61%
}

.payment-list {
    padding-bottom: 10px;
    margin-top: 1rem
}

.payment-list li {
    float: left;
    width: 39px;
    height: 24px;
    background: url(../images/payment-sprite.png)no-repeat top left
}

.payment-list li+li {
    margin-left: 10px
}

.payment-list .discover {
    background-position: -47px 0
}

.payment-list .master-card {
    background-position: -95px 0
}

.payment-list .visa {
    background-position: -142px 0
}

.row-item {
    margin-left: -40px;
    margin-right: 0
}

.buttons-group,
.clearfix {
    display: flex;
    flex-direction: row
}

.buttons-group {
    margin: 40px 0;
    gap: 6rem;
    justify-content: center
}

.clearfix {
    gap: 2rem;
    margin: 0 2rem
}

.clearfix:after,
.clearfix:before {
    content: none
}

.separator-horizontal {
    display: none
}

.register-trial .email-confirmation-message {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem
}

@media (max-width:1200px) {
    .not-logged .navbar-brand {
        max-width: 30%
    }

    .not-logged .topnav-menu {
        margin-right: 20px
    }

    .main-content {
        padding-left: 10px
    }

    .row-item {
        margin-left: -20px
    }

    .step-submit {
        margin-left: -16px
    }
}

@media (max-width:991px) {
    .register-trial .additional-info h2 {
        padding-top: 0
    }

    .content.floating-box:not(.steps) {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        width: 450px
    }

    .content.floating-box h2 {
        text-align: center
    }

    .pricing-text-block {
        padding: 50px 2rem !important
    }

    .best-price-block {
        align-items: center
    }

    .container-block {
        margin-left: 0
    }

    .clearfix {
        flex-direction: column !important;
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .register-trial .email-confirmation-message {
        padding: 0
    }

    .separator-vertikal {
        display: none
    }

    .separator-horizontal {
        display: block;
        border-bottom-width: 1px;
        border-bottom-color: #dadbdd;
        border-bottom-style: solid;
        width: 100%;
        height: 10px;
        margin: 10px 0
    }

    .not-logged .page-wrapper {
        padding-top: 70px
    }

    .report-page>.report-footer {
        padding: 0
    }

    .not-logged .page-buffer,
    .page-buffer {
        padding-bottom: 0
    }

    #sidebar {
        position: static;
        width: auto;
        margin-left: -10px
    }

    .right-aside {
        border: 0
    }

    .right-aside .glue-to-sides {
        margin-right: -20px
    }

    .sep {
        border-left: none;
        padding-left: 10px
    }

    .sep .zelect {
        width: 95%;
        min-width: 95%
    }

    .page-tabs li {
        width: 100%;
        float: none
    }

    .top-submenu li {
        margin: 6px 15px 6px 10px
    }

    .top-submenu li a {
        font-size: .9em
    }

    .minus-right {
        margin-right: 0
    }

    .info-block .stat {
        margin-right: 0;
        border-right: none;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
        padding-right: 10px
    }

    .info-block .visual-info {
        border-left: none
    }

    .bill-info.single-block {
        max-width: 70%
    }

    .content .row {
        margin-right: 0;
        margin-left: 0
    }

    .step-submit {
        margin-left: -5px
    }
}

@media (max-width:767px) {
    .content.floating-box {
        width: auto
    }

    .buttons-group {
        margin-bottom: 0;
        gap: 2rem
    }

    .m-top-header {
        margin-top: 70px !important
    }

    .table-responsive {
        border: 0;
        margin-bottom: 0
    }

    .visible-xs {
        display: flex !important
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-brand {
        margin: 0;
        border-bottom: none
    }

    .navbar-brand a {
        width: 192px;
        height: 27px;
        margin: 14px 20px;
        background: url(../images/industrius-logo-mobile.png)no-repeat top left
    }

    .container {
        padding-left: 0;
        padding-right: 0
    }

    .content {
        box-shadow: none
    }

    .glue-to-sides {
        margin-left: -10px;
        margin-right: -10px
    }

    #main_cont .jstree-themeicon {
        display: none
    }

    #main_cont .jstree-ocl {
        position: absolute;
        top: -1px;
        left: 13px;
        background: 0 0;
        width: 24px;
        height: 24px
    }

    #main_cont .jstree-children .jstree-ocl {
        left: 30px
    }

    #main_cont .jstree-children .jstree-children .jstree-ocl {
        left: 50px
    }

    #main_cont .jstree-closed>.jstree-ocl:before,
    #main_cont .jstree-open>.jstree-ocl:before {
        content: "";
        font-family: "FontAwesome";
        font-style: normal;
        color: #fff
    }

    #main_cont .jstree-open>.jstree-ocl:before {
        content: ""
    }

    #main_cont .jstree-anchor {
        color: #fff;
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        line-height: 1;
        height: auto;
        padding: 12px 40px;
        text-transform: uppercase;
        text-shadow: none
    }

    #main_cont .jstree-clicked,
    #main_cont .jstree-clicked.jstree-hovered {
        color: #101f2d;
        background: #dadada;
        border-radius: 0;
        box-shadow: none
    }

    #main_cont .jstree-hovered {
        background: #1c2d3a;
        border-radius: 0;
        box-shadow: none
    }

    #main_cont .jstree-node {
        line-height: 1;
        min-height: 0;
        min-width: 0;
        border-bottom: 1px solid #a2a8ae;
        color: #fff;
        margin: 0-10px;
        background: 0 0;
        position: relative
    }

    #main_cont .jstree-node:last-child {
        border-bottom: none
    }

    #main_cont .jstree-children .jstree-node {
        margin: 0;
        border-bottom: 1px dotted #a2a8ae
    }

    #main_cont .jstree-children .jstree-node:first-child {
        border-top: 1px dotted #a2a8ae
    }

    #main_cont .jstree-children .jstree-node:last-child {
        border-bottom: none
    }

    #main_cont .jstree-children .jstree-anchor {
        font-weight: 400;
        padding-left: 60px;
        text-transform: none
    }

    #main_cont .jstree-children .jstree-children .jstree-anchor {
        padding-left: 80px
    }

    .checkbox-name {
        margin-left: 0
    }
}

@media (max-width:640px) {
    .steps-wrap .steps {
        min-width: auto
    }

    .bc-three li,
    .bc-three.plus li {
        width: 100%;
        float: none
    }

    .mobile-fix-correction {
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (max-width:500px) {
    .bill-choice li {
        width: 99%;
        margin-right: 0;
        float: none;
        min-height: 0
    }

    .bill-choice li a {
        min-height: 0
    }

    .report-list li,
    form .one-half {
        float: none;
        width: 100%
    }

    form .one-half {
        margin-right: 0
    }

    .one-half+.one-half,
    .one-quarter+.three-quarter,
    .three-quarter+.one-quarter {
        margin-top: 30px
    }

    .cur-value {
        display: inline-block
    }

    form .one-quarter,
    form .three-quarter {
        float: none
    }

    form .one-quarter,
    form .one-quarter.minus {
        width: 40%
    }

    form .three-quarter {
        width: 100%
    }

    .navbar-brand a,
    .not-logged .navbar-brand a {
        width: 192px;
        height: 27px;
        margin: 40px 20px 0 0
    }

    .drop-item-js {
        margin-left: 0
    }

    .drop-item .steps.bc-type {
        width: 90%
    }

    .step-submit {
        margin-left: 7px
    }
}

@media print {
    .add-buttons a {
        height: 105px
    }

    .report-page .navbar-brand {
        margin-left: 0
    }

    .report-page>.report-footer .container {
        padding-left: 0;
        padding-right: 0
    }
}

.additionalElements table td {
    vertical-align: top
}

input.background-spinner,
span.background-spinner {
    background: url(../images/spinner.GIF)no-repeat right 5px center
}

input.background-spinner {
    background-size: 20px;
    padding-right: 5px
}

span.background-spinner {
    background-size: 30px;
    background-color: #fff
}

b.background-spinner {
    background: url(../images/spinner.GIF)no-repeat right 0 center;
    background-size: 25px;
    padding: 5px 30px 5px 0
}

.background-spinner i:after {
    content: "";
    position: absolute;
    left: calc(50% - 18px);
    top: calc(50% - 17px);
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #04914d;
    width: 36px;
    height: 36px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin .8s linear infinite
}

a.background-spinner {
    opacity: .5
}

.balance-sheet-info {
    margin-top: 20px
}

.margin-0 {
    margin: 0
}

.edit-form .code-selector.disabled {
    cursor: text;
    color: #323232
}

.edit-form .code-selector.selected {
    text-decoration: underline;
    font-weight: 700
}

input#CompaniesCount.company-count {
    height: 1px
}

input.search-autocomplete::-ms-clear {
    display: none
}

.width-95 .chosen-container {
    width: 95% !important
}

.report-error h1,
table.common_grid tr td.highlighted {
    color: red
}

i.fa-question-circle[data-toggle=popover] {
    color: #00ae41;
    cursor: default;
    margin: 4px
}

.alert {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 1rem
}

.alert-messages {
    font-size: 14px;
    margin-top: 10px
}

.popover {
    color: #0a1e2c;
    font-weight: 400;
    text-transform: none
}

.industry-input .popover {
    max-width: 400px;
    width: auto
}

.report-error ul {
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.highlighted-red {
    color: red !important
}

.popover-content {
    font-size: 14px;
    font-family: "Montserrat", Verdana, Tahoma, sans-serif
}

.complite-form {
    padding: 15px
}

.two-button-block {
    width: 470px;
    margin: 30px auto 0
}

.one-button-block {
    margin: 14px 0 0
}

.partner-logo {
    max-width: 400px;
    max-height: 300px;
    display: block;
    margin: 0 auto
}

.margin-left-none {
    margin-left: 0
}

.textwidget p {
    margin-bottom: 0
}

.separator-vertikal {
    border-right-width: 1px;
    border-right-color: #dadbdd;
    border-right-style: solid;
    height: 315px;
    margin: 10px 0
}

.widget {
    margin-bottom: 40px
}

.coupone-code {
    margin: 12px 0
}

.bill-info .old-price {
    font-size: 10px;
    margin-bottom: -10px;
    color: #909090;
    text-decoration: line-through
}

.question-input .tooltip-container {
    margin-right: 24px
}

.industry-input i.fa.fa-question-circle,
.question-input i.fa {
    margin-top: 15px
}

.bc-type i.fa,
.data-table i.fa,
.industry-input i.fa.fa-question-circle,
.question-input i.fa {
    color: #ccc;
    transition: color 2s
}

.bc-type i.fa:hover,
.data-table i.fa:hover,
.industry-input i.fa.fa-question-circle:hover,
.question-input i.fa:hover {
    color: #00ae41;
    transition: color 1s
}

.data-table .popover {
    max-width: 400px
}

.industry-input i.fa.fa-question-circle {
    opacity: .7
}

.bc-type i.fa {
    font-size: 16px;
    margin: -8px 5px 0 0 !important;
    opacity: 0 !important
}

.bc-type:hover i.fa {
    opacity: .7 !important;
    transition: opacity 1s
}

.secondary-title {
    margin-top: -14px;
    margin-bottom: 0;
    padding-top: 0;
    color: #0a1e2c;
    font-size: 18px
}

.display-none {
    display: none
}

.min-height-400px {
    min-height: 400px
}

.min-height-450px {
    min-height: 450px
}

.gray-back-bg {
    background-color: #f7f7f7
}

.headline-title {
    margin: 70px 0 40px;
    text-align: center
}

.title-p {
    font-size: 18px;
    color: #58646e
}

.h3-title {
    font-size: 34px;
    font-weight: 400;
    font-family: "Montserrat", Arial, sans-serif
}

.choose-plan .master {
    margin-bottom: 80px;
    width: 80%
}

.choose-plan .pricing-master {
    min-width: 160px
}

.choose-plan .pricing_table_row,
.pricing_table_row ul {
    list-style: none;
    float: left;
    margin: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif
}

.choose-plan .pricing_table_row {
    width: 25%;
    min-width: 126px
}

.choose-plan .two-column .pricing_table_row {
    width: 33.3%
}

.choose-plan .best {
    padding-top: 0 !important;
    border-left: 2px solid #d0d1d4;
    border-right: 2px solid #d0d1d4;
    border-bottom: 2px solid #d0d1d4;
    border-radius: 6px
}

.green-city-bg {
    background: url(../images/green-city-bg.jpg)no-repeat;
    background-size: cover;
    padding: 66px 0 100px
}

.white {
    color: #fff
}

.first_child-sp {
    padding-top: 82px;
    background-color: #fff;
    text-align: center;
    width: 100%;
    visibility: hidden
}

.choose-plan .pricing_table_row {
    padding-top: 0;
    border-radius: 0
}

.pricing_table_row ul {
    width: 100%;
    padding: 0
}

.choose-plan .pricing_table_row ul li {
    border-bottom: 2px solid #cfd2d2;
    height: 86px;
    display: block;
    line-height: 20px;
    font-size: 16px
}

.first_colum {
    text-align: left;
    padding-left: 10px
}

.bdr-l {
    border-top-left-radius: 5px !important
}

.pricing_table_row-last {
    border-right: 1px solid #cfd2d2;
    border-bottom: 2px solid #cfd2d2
}

.pricing_table_row-first {
    border-left: 1px solid #cfd2d2
}

.pricing_table_row li p {
    position: absolute;
    display: table;
    width: 20%;
    min-width: 116px;
    max-width: 210px;
    margin-bottom: 0;
    height: 86px
}

.pricing_table_row li span {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.pricing_table_row ul li:nth-child(n+2) {
    font-size: 16px
}

.pricing_table_row ul li:nth-child(even) {
    background-color: #fff
}

.choose-plan .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #101f2d;
    background-color: #dedfe1;
    padding: 8px 0;
    line-height: 20px;
    border-bottom: 2px solid #d0d1d4
}

.choose-plan .title.name {
    padding: 28px 0 8px 10px;
    text-align: left;
    text-transform: uppercase
}

.choose-plan .title-green {
    color: #00a84f;
    text-transform: uppercase
}

.choose-plan .first_child {
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    width: 100%
}

.border-top {
    border-top: 2px solid #dedfe1
}

.bdr-r {
    border-top-right-radius: 5px !important
}

.choose-plan .list_check {
    background: url(../images/choose-plan-check-ico.png)50% 50%no-repeat
}

.list_no_check .note {
    font-size: 14px;
    font-weight: 700;
    padding-top: 31px
}

.list_no_check .note.com-soon {
    padding-top: 21px
}

.list_no_check .note.green-t {
    color: #00a84f
}

.start-trial-btn {
    color: #fff;
    font-weight: 700;
    border: 0;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 4px;
    background: #f8b52b;
    background: -moz-linear-gradient(top, #f8b52b 0, #ebac29 59%, #e1a427 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8b52b), color-stop(59%, #ebac29), color-stop(100%, #e1a427));
    background: -webkit-linear-gradient(top, #f8b52b 0, #ebac29 59%, #e1a427 100%);
    background: -o-linear-gradient(top, #f8b52b 0, #ebac29 59%, #e1a427 100%);
    background: -ms-linear-gradient(top, #f8b52b 0%, #ebac29 59%, #e1a427 100%);
    background: linear-gradient(to bottom, #f8b52b 0, #ebac29 59%, #e1a427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b52b', endColorstr='#e1a427', GradientType=0)
}

.curent-item {
    border: 1px solid #04914d
}

.bottom-item,
.curent-item [class^=best-price-item-] {
    opacity: .5
}

.bottom-item .ghost,
.curent-item .ghost {
    cursor: default
}

.curent-item .ghost:hover .bottom-item .ghost:hover {
    background-color: transparent;
    color: #04914d !important
}

.best-item {
    border: 1px solid #ffb500
}

.best-item .best-price-item-title {
    background: #ffb500
}

.best-price-block {
    margin: 2rem 0 0;
    padding: 1rem 0 10rem;
    justify-content: center
}

.best-price-item {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 410px
}

.best-price-item.best-item .best-price-best,
.best-price-item.curent-item .best-price-current {
    display: block
}

.best-price-item-title {
    background: #04914d;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 68px;
    padding: 15px;
    border-radius: 10px 10px 0 0
}

.best-price-item-title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    padding: 0
}

.best-price-item-info {
    padding: 2rem
}

.best-price-item-info>ul,
.pricing-banner-text ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.best-price-item-info>ul li,
.pricing-banner-text ul li {
    position: relative;
    padding-left: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px
}

.pricing-banner-text ul li {
    color: #fff
}

.best-price-item-info>ul li:before,
.pricing-banner-text ul li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #04914d;
    content: "";
    display: block;
    top: 0;
    left: 0;
    transform: translate(0, 50%)
}

.best-price-item-bottom {
    margin-top: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    gap: 20px
}

.best-price-best,
.best-price-current {
    display: none;
    background-color: #2d6045;
    position: relative;
    text-align: center;
    line-height: 38px;
    top: -44px;
    height: 0;
    font-weight: 700
}

.pricing-text-block {
    min-height: auto !important;
    padding: 10rem 2rem !important
}

.pricing-banner-text h1,
.pricing-text-block h1 {
    padding-bottom: 10px;
    margin: 0;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 600
}

.pricing-text-block p {
    font-size: 20px;
    line-height: 1.5
}

.pricing-text-block a {
    color: #ffb500
}

.pricing-text-block a:hover {
    color: #04914d
}

.pricing-banner {
    background: #04914d;
    position: relative
}

.pricing-banner-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 556px;
    align-items: center
}

.pricing-banner-text {
    max-width: 50%;
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.pricing-banner-text ul li:before {
    background: #fff
}

.pricing-banner-image {
    position: absolute;
    bottom: 0;
    right: 0
}

.pricing-banner-image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.without-border {
    border-left: 0 none !important
}

.without-border,
.without-border-right {
    border-right: 0 none !important
}

.marg-15 {
    margin: 10px 0 15px
}

.price-num {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #04914d;
    margin-bottom: 1rem
}

.price-num small {
    color: #000;
    font-weight: 400;
    font-size: 16px
}

.form-row {
    margin-top: 25px
}

.input-add-needs {
    width: 100%;
    color: #58656f;
    border-radius: 5px;
    padding: 11px 26px 11px 16px !important;
    border: 0;
    background-color: #fff
}

.w-50 {
    width: 49%;
    margin-left: 1%
}

.best-advice-form .btn-sbm:first-child,
.popup-downgrade .btn-sbm:first-child,
.upgrade-account .btn-sbm:first-child,
.w-50:first-child {
    margin-left: 0
}

.sbm-button-add-needs {
    color: #00a84f;
    background-color: #fff;
    padding: 10px 50px;
    margin-top: 36px;
    border: 0;
    border-radius: 5px;
    font-weight: 700
}

input[placeholder]::-webkit-input-placeholder {
    color: #999
}

input[placeholder]:-moz-placeholder {
    color: #999;
    opacity: 1
}

input[placeholder]::-moz-placeholder {
    color: #999;
    opacity: 1
}

input[placeholder]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

.fade-layer {
    background: #000;
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    width: 100%;
    height: 100%;
    display: none
}

.best-advice-form,
.popup-downgrade,
.upgrade-account {
    display: none;
    left: 50%;
    margin-left: -310px;
    top: 50px;
    position: absolute;
    padding: 54px 80px 60px;
    background-color: #fff;
    width: 620px;
    height: 540px;
    text-align: center;
    border: 1px solid #dadbdd;
    z-index: 1050
}

.popup-downgrade,
.upgrade-account {
    height: auto
}

.best-advice-form .title,
.popup-downgrade .title,
.upgrade-account .title {
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 5px;
    color: #666
}

.best-advice-form .block-name {
    font-weight: 700;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 13px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px
}

.best-advice-form .input-field {
    border: 1px solid #dadbdd;
    text-align: center;
    color: #666;
    width: 100%;
    padding: 6px 0 8px
}

.buttons-field {
    margin-top: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dadbdd
}

.best-advice-form .btn-sbm,
.popup-downgrade .btn-sbm,
.upgrade-account .btn-sbm {
    height: 39px;
    width: 140px;
    padding: 7px 0;
    border: 2px solid #04914d;
    color: #101f2d;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-left: 15px
}

.best-advice-form .btn-sbm.active,
.best-advice-form .btn-sbm:hover,
.popup-downgrade .btn-sbm.active,
.popup-downgrade .btn-sbm:hover,
.upgrade-account .btn-sbm.active,
.upgrade-account .btn-sbm:hover {
    color: #fff;
    background-color: #04914d
}

.social-net a {
    display: inline-block;
    vertical-align: top;
    margin: 4px 8px 0;
    width: 40px;
    height: 40px;
    background: url(../images/social-icons.png)0 0 no-repeat
}

.social-net a:hover {
    opacity: .8
}

.social-net a.tw {
    background-position: -42px 0
}

.social-net a.in {
    background-position: -84px 0
}

.social-net a.gm {
    background-position: -126px 0
}

.account-title {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    padding-top: 35px;
    margin-bottom: 10px
}

.bold {
    font-weight: 700
}

.check-block-title {
    margin: 30px 0 10px
}

.checkbox-small {
    padding: 10px 0 10px 40px;
    position: relative
}

.checkbox-small input[type=checkbox]+input[type=hidden]+label::before,
.checkbox-small input[type=checkbox]+label::before,
.checkbox-small:before {
    content: "";
    color: #fff;
    display: inline-block;
    font: 13px/1 FontAwesome;
    height: 20px;
    width: 20px;
    padding: 2px 0 0 2px;
    margin: 0 0 0 5px;
    border: 2px solid #dadbdd;
    border-radius: 4px;
    background: #fff url(../images/check_bg.gif)repeat-x top left;
    position: absolute;
    left: 0;
    top: 10px
}

.checkbox-small input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-small input[type=checkbox]:checked+label::before {
    color: #04914d
}

.checkbox-small input[type=checkbox],
.checkbox-small input[type=radio] {
    opacity: 0
}

.checkbox-small label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.reason-textarea {
    width: 100%;
    max-width: 100%;
    margin-top: 20px
}

.reason-buttons-field {
    margin-top: 35px;
    margin-bottom: 90px
}

.del-acc-btn,
.no-delete {
    font-weight: 700;
    text-transform: uppercase
}

.del-acc-btn {
    width: 200px;
    height: 40px;
    padding: 7px 0;
    border: 0;
    color: #fff;
    background-color: #a43922;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

.del-acc-btn:hover {
    background-color: #c14328
}

.no-delete {
    text-decoration: underline;
    color: #0a1e2c;
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px
}

@media all and (max-width:620px) {
    .reason-buttons-field {
        text-align: center
    }

    .no-delete {
        margin-left: 0;
        margin-top: 10px
    }
}

.popup-downgrade .buttons-field,
.upgrade-account .buttons-field {
    border-bottom: none;
    margin-top: 60px;
    padding-bottom: 0
}

.min-width-250 {
    min-width: 250px
}

.industry-input .bottom-alert {
    margin-top: 5px;
    font-size: 16px;
    padding: 0;
    display: none
}

.industry-input .fa-exclamation-circle {
    display: none;
    color: #a53a23
}

.industry-input .error_warning {
    margin-left: 8%;
    margin-top: 10px
}

.industry-input .few-companies .cur-value {
    border: 2px solid #a53a23
}

.industry-input .few-companies .bottom-alert,
.industry-input .few-companies .fa-exclamation-circle {
    display: inline-block
}

.display-block,
.industry-input .error_warning.few-companies {
    display: block
}

.industry-input .collapsed-block-level {
    border: 1px solid #cde9db
}

.industry-input .fields-wrapper {
    display: flex;
    flex-direction: row
}

.industry-input-new .secondary-title {
    font-size: 20px;
    margin: 0;
    color: #58656f
}

.industry-input-new .main-content {
    padding: 0
}

.industry-input-new .collapsed-list-title {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem
}

.industry-input-new .tooltip {
    left: 0;
    padding-left: 0
}

.industry-input-new .enable-advanced-criteria .current-count-items {
    border: 0;
    margin-bottom: 0;
    padding: 10px 0 0;
    text-align: left
}

.industry-input-new .enable-advanced-criteria {
    margin-top: 70px
}

.industry-input-new .enable-advanced-criteria .drop-item {
    padding-right: 100px
}

.industry-input-new .enable-advanced-criteria .sbm-button {
    width: 500px
}

.max-width-130 {
    max-width: 130px
}

.max-width-200 {
    max-width: 200px
}

.max-width-350 {
    max-width: 350px
}

.max-width-400 {
    max-width: 400px
}

.mw-67 {
    max-width: 67%
}

.small-business {
    background-color: #ececec;
    padding: 10px 0 150px
}

.fix-margin {
    margin-left: 0
}

.small-business .report-list li a {
    background-color: #dadbdd
}

.small-business .report-list li a:hover {
    background-color: #fff;
    border: 2px solid #00ae41
}

.small-business .report-list li a>div {
    height: 87px
}

.title-for-search {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #077786;
    font-size: 12px
}

.collapsed-list-title-opt {
    font-size: 16px
}

.clear-link {
    font-weight: 700;
    float: right;
    display: flex;
    flex-direction: row;
    column-gap: 1rem
}

.filter-by-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #58656f;
    margin-top: 20px;
    margin-bottom: 10px
}

.select-ownership-block {
    margin-top: 15px
}

.radio-btn-form .form-field {
    margin-top: 0
}

.radio-btn-form>div>div {
    display: flex
}

.radio-btn-form label {
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin: 11px 0
}

.radio-btn-form label:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    top: 0;
    left: 0;
    border: 1px solid #cde9db;
    border-radius: 100%;
    padding-top: 5px;
    text-align: center;
    font: 11px/1 FontAwesome;
    color: #fff
}

.radio-btn-form input[type=radio]:checked+input[type=hidden]+label::before,
.radio-btn-form input[type=radio]:checked+label::before,
label.checked-label::before {
    color: #04914d
}

.radio-btn-form-input {
    margin: 0 5px;
    max-width: 165px
}

.collapsed-block-description {
    margin: 30px 60px 45px 45px;
    font-size: 16px
}

.dropdown-submenu>a>div,
.industry-input .create-rep {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.industry-input .create-rep .create-rep-btn {
    width: 190px
}

.form-field {
    margin-top: 25px
}

.form-field.error {
    position: relative
}

.form-field.error input {
    border: 2px solid #963520
}

.form-field.error .form-field-ico {
    display: block
}

.form-field .form-field-ico {
    display: none;
    position: absolute;
    background: url(../images/error.png)no-repeat 0 0;
    height: 20px;
    width: 20px;
    left: -35px;
    top: 8px
}

.custom-tabs ul.nav.nav-tabs li,
.register-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.register-title {
    border: 1px solid #dadbdd;
    background-position: -20px 0;
    margin-left: 0;
    background-color: #f2f2f2;
    padding: 11px 0 !important;
    font-size: 19px
}

.separator {
    border-top: 2px solid #e1e1e1;
    margin: 25px 10px 20px 0
}

.region-criteria .location-type.steps.bc-type {
    width: 95%;
    float: right;
    margin-top: -2px
}

.region-criteria .bc-type.steps.singlw-or-multyple {
    width: 70%
}

.col-md-offset-05 {
    margin-left: 6%
}

.data-list th a {
    color: inherit
}

.companyCountIsZero {
    color: #999
}

.legend-content .ratio b {
    max-width: 100px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden
}

.external-advans-criterias {
    padding: 10px 30px 10px 40px
}

.external-advans-criterias .collapsed-block-level {
    margin-left: 0
}

.external-advans-criterias .form_message {
    padding: 5px 2px
}

.tagline {
    line-height: 23px !important;
    margin-bottom: 12px;
    font-size: 17px !important;
    font-weight: 300
}

.widget.widget_text p.tagline {
    margin-top: 6px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 9px
}

.c-leveled-company-block,
.c-leveled-company-block a {
    color: #8e8f97 !important;
    font-weight: 400 !important
}

.c-leveled-company-block a:hover {
    text-decoration: underline !important
}

.gtext2::after {
    content: "";
    font-family: "FontAwesome"
}

.blog-blok p {
    margin-bottom: 20px;
    line-height: 23px
}

.not-logged .topnav-menu.second-row {
    margin-top: 0
}

.not-logged .topnav-menu.second-row a {
    color: #00ae41;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0
}

.sign-in a {
    color: #fff !important;
    border-radius: 15px !important;
    padding: 6px 15px !important;
    margin-bottom: 5px !important;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    background-color: #04914d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04914d), to(#009f3a)) !important;
    background-image: -webkit-linear-gradient(top, #04914d, #009f3a) !important;
    background-image: -moz-linear-gradient(top, #04914d, #009f3a) !important;
    background-image: -ms-linear-gradient(top, #04914d, #009f3a) !important;
    background-image: -o-linear-gradient(top, #04914d, #009f3a) !important;
    background-image: linear-gradient(to bottom, #04914d, #009f3a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#04914D, endColorstr=#009f3a);
    border-bottom: 2px solid #04914d !important
}

header nav .first-row li a {
    padding-top: 6px !important
}

@media (min-width:992px) {

    .layout header .container,
    footer .large.container {
        width: 940px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    footer .tagline {
        font-size: 12px !important
    }

    footer .widget h3 {
        font-size: 18px !important
    }
}

@media (min-width:1200px) {

    .layout header .container,
    footer .large.container {
        width: 940px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    footer .tagline {
        font-size: 12px !important
    }

    footer .widget h3 {
        font-size: 18px !important
    }
}

.layout header .container nav.navbar-logo {
    width: 300px
}

.social-block .textwidget {
    margin-top: -3px
}

.form-control {
    border-radius: 0
}

#stepsContent .ind_form_i {
    border-bottom: solid 1px #ececec
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.custom-dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: -1px;
    z-index: 1000;
    background: #cde9db;
    position: absolute;
    font-weight: 700;
    min-width: 240px;
    padding: 5px 10px;
    display: none;
    border: 0;
    border-radius: 15px
}

.dropdown-submenu:hover>.custom-dropdown-menu {
    display: block
}

.dropdown-submenu>.custom-dropdown-menu>li a {
    color: #04914d;
    padding: 5px 0;
    font-size: 14px
}

.dropdown-submenu>.custom-dropdown-menu>li:hover a {
    color: gray
}

.dropup .dropdown-submenu>.custom-dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px
}

.dropdown-submenu>a>div {
    align-items: center;
    width: 100%
}

.dropdown-submenu>a i:before {
    font-size: 16px !important
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.custom-tabs .nav-tabs {
    border-bottom: none;
    border-color: #cde9db
}

.custom-tabs ul.nav.nav-tabs li {
    width: 50%;
    border-radius: 0;
    background-color: #ececec;
    padding: 12px 26px;
    height: 70px;
    margin: 0;
    border-width: 2px 1px;
    border-style: solid;
    border-color: #cde9db;
    color: #58656f;
    text-decoration: none;
    line-height: 20px;
    font-size: 1em;
    display: block
}

.custom-tabs ul.nav.nav-tabs li.active {
    border-bottom: none;
    background-color: #fff
}

.custom-tabs ul.nav.nav-tabs li:first-child {
    border-left-width: 2px
}

.custom-tabs ul.nav.nav-tabs li:last-child {
    border-right-width: 2px
}

.custom-tabs ul.nav.nav-tabs li a {
    border: 0;
    color: #58656f
}

.custom-tabs .tab-content {
    border: 0;
    border-top: none
}

.custom-tabs .exp_ind {
    background-color: #ececec;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px
}

.custom-tabs .ind_form_i {
    border-top: solid 1px #dadbdd;
    padding: 10px;
    align-items: center
}

.custom-tabs .ind_form_i:first-child {
    border-top: none
}

.custom-tabs .ind_discr_i {
    padding: 10px
}

.custom-tabs .ind_form_i label {
    margin-top: 7px;
    font-weight: 400
}

.custom-tabs .ind_form_i .col-lg-6:last-child {
    padding-right: 0;
    float: right
}

.custom-tabs .ind_form_i .col-lg-6:first-child {
    padding-left: 0;
    float: left
}

.trash-pointer-mapper {
    cursor: pointer
}

input[type=file].input-validation-error {
    border: solid 1px red
}

.logged-user .save-percent-sum,
.logged-user .was-price {
    display: block
}

.logged-user .logged-user-now {
    display: inline
}

.logged-user .price-num,
.top-sign-out i {
    color: #04914d
}

.logged-user .for-unlogged-user,
.logged-user .save-sum,
.logged-user .topnav-menu.fr.second-row,
.save-percent-sum {
    display: none
}

.color-orange {
    color: #f2622d
}

.was-price {
    display: none;
    margin: 10px -15px 0;
    text-transform: uppercase;
    background-color: #f7f7f7;
    font-weight: 700;
    line-height: 52px
}

.strikethrough-price:after {
    content: "";
    top: 9px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #f2622d
}

.strikethrough-price {
    color: #000;
    position: relative
}

.logged-user-now {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.return-statements {
    display: none
}

.logged-user .topnav-menu.fr {
    margin-top: 40px
}

.logged-user .return-statements {
    display: block
}

.text-befor-button {
    float: right;
    margin-right: 10px;
    padding-top: 5px
}

table.job-table {
    width: 99%;
    word-wrap: break-word
}

table.job-table tr td {
    max-width: 220px
}

table.job-table tr td:first-child {
    width: 40px
}

.width-80 {
    width: 80px
}

footer {
    background-color: #222;
    line-height: 1.7em;
    font-size: 16px
}

.centralize-footer,
.footer-item .text-block a {
    display: flex;
    flex-direction: row;
    align-items: center
}

.centralize-footer {
    justify-content: space-between;
    margin: auto;
    max-width: 1240px;
    padding: 0 15px
}

.footer-items {
    position: relative
}

.footer-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-bottom: 15px
}

.footer-items-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 23%
}

.footer-items-group>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.2rem
}

.footer-item.last {
    text-align: right
}

.footer-item h4 {
    color: #00ae41;
    line-height: 1em;
    padding-bottom: 10px;
    padding-top: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif
}

.footer-item.last .text-block {
    display: flex;
    flex-direction: column;
    align-items: end
}

.footer-item .text-block a {
    column-gap: 1rem;
    justify-content: end
}

.footer-item .text-block a>i:before {
    font-size: 18px;
    color: #04914d
}

.secured-pic>div {
    float: left
}

.AuthorizeNetSeal a,
.AuthorizeNetSeal a:hover,
.AuthorizeNetSeal a:visited {
    color: #fff !important
}

footer a {
    text-decoration: none
}

footer a,
footer a:hover,
footer a:visited {
    color: #666
}

.footer-list li,
.green-list li {
    padding: 0 0 10px 14px;
    position: relative
}

.footer-list li:before,
.green-list li:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 9px;
    border-color: #00ae41
}

.footer-list li a {
    color: #fff;
    text-decoration: none
}

.social-ico {
    display: inline-block;
    vertical-align: top;
    width: 1.2em;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    speak: none;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 2px;
    color: #fff;
    font-size: 20px !important;
    margin: 0 5px 8px 0
}

.social-ico :last-child {
    margin-right: 0
}

.social-ico:hover {
    color: #04914d !important
}

[class*=" lsicon-"]:before,
[class^=lsicon-]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400
}

.lsicon-twitter:before {
    content: ""
}

.lsicon-linkedin:before {
    content: ""
}

.lsicon-facebook:before {
    content: ""
}

.lsicon-gplus:before {
    content: ""
}

.lsicon-youtube:before {
    content: ""
}

.container-indusry {
    margin: auto auto 4rem;
    max-width: 1240px
}

.container-all-codes {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:1200px) {
    .container-all-codes {
        width: 1024px
    }
}

.main-header {
    position: fixed;
    line-height: 23px;
    font-weight: 500;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding-top: 13px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 99999
}

.main-header .icons-group {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    padding-right: .5rem
}

.main-header .icons-group a:hover {
    color: #ffb500
}

.main-header .icons-group i:before {
    font-size: 25px
}

.centralize-header {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1240px
}

.logo {
    float: left;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 18px
}

#top-navigation {
    float: right;
    padding-right: 55px
}

#top-menu-nav {
    padding-top: 10px;
    float: left
}

#top-menu {
    float: left
}

#top-menu>li:last-child {
    padding-right: 0
}

.navi li {
    display: inline-block;
    font-size: 16px;
    padding-right: 35px;
    font-weight: 600
}

.navi a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #000
}

.navi a:hover {
    text-decoration: none;
    color: #04914d
}

.navi>li>a {
    padding-bottom: 18px;
    font-weight: 600
}

.navi>li>a .fa {
    font-size: 10px;
    padding-left: 2px;
    top: -2px
}

.navi .sub-menu {
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #fff;
    text-align: left;
    z-index: 9999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border: 2px solid #04914d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.sub-menu li {
    padding: 0
}

.mobile_menu li a,
.sub-menu li a {
    padding: 10px 15px;
    width: 200px;
    font-size: 15px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.breadcrumbs ._item.last,
.menu-item.parent-item,
.navi>li>a .fa {
    position: relative
}

#mobile_nav_menu {
    float: right;
    display: none
}

.top-sign-out {
    color: #000;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-weight: 600
}

.top_search {
    float: right;
    position: relative;
    display: block;
    width: 18px
}

.search_icon.opened,
.search_icon:hover {
    color: #00ae41;
    cursor: pointer
}

.search-form {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    top: 53px;
    right: 0;
    display: none;
    position: absolute;
    z-index: 1000;
    border-top: 3px solid #00ae41;
    padding: 20px;
    background-color: #fff;
    width: 320px
}

.search-form input {
    background-color: #f8f8f8;
    border: 0;
    color: #333;
    font-size: 13px;
    font-family: Arial;
    width: 280px;
    padding: 8px 20px
}

.mobile_menu_bar {
    color: #04914d
}

.mobile_menu_bar:hover {
    cursor: pointer;
    color: #04914d
}

.mobile_menu {
    position: absolute;
    left: 0;
    top: 62px;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #04914d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.mobile_nav li a:hover {
    color: #111;
    background-color: rgba(0, 0, 0, .03);
    text-decoration: none
}

.mobile_menu li a {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #666;
    padding: 10px 5%;
    width: 100%;
    display: block
}

.mobile_menu li li {
    padding-left: 5%
}

.mobile_menu .parent-item>a {
    font-weight: 700;
    background-color: rgba(0, 0, 0, .03)
}

.mobile_nav .select_page {
    display: none
}

.mobile_nav:hover {
    text-decoration: none
}

.breadcrumbs {
    color: #04914d;
    text-transform: uppercase;
    font-size: 14px
}

.breadcrumbs ._item {
    float: left;
    border: 1px solid #cde9db;
    cursor: pointer;
    position: relative;
    margin-right: 25px;
    margin-bottom: 5px;
    padding: 8px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem
}

.breadcrumbs ._item i:before {
    font-size: 16px
}

.lsicon-sort:before {
    content: "";
    color: #00ae41;
    margin: 0 8px
}

.breadcrumbs ._item.prev:after {
    border: 5px solid transparent;
    border-left: 5px solid #00ae41;
    position: absolute;
    content: "";
    right: -20px;
    top: 6px
}

.breadcrumbs ._item.active {
    background-color: #58646e;
    border-color: #58646e;
    color: #fff
}

.dropdown-segment {
    position: absolute;
    background-color: #58646e;
    display: none;
    z-index: 11;
    top: 37px;
    left: -1px;
    right: -1px;
    border-radius: 10px
}

.dropdown-segment_link {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 4px
}

.dropdown-segment_link:hover {
    background-color: #00ae41;
    color: #fff;
    text-decoration: none
}

.industry-search p {
    color: #58646e
}

.industry-search h2 {
    font-size: 24px
}

.segment-link {
    color: #4E5268;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.segment-link:hover {
    text-decoration: none
}

.m-b-50 {
    margin-bottom: 50px
}

.search-ind-field {
    border: 2px solid #dadbdd !important;
    border-radius: 9px;
    padding: 12px 15px !important;
    width: 100%;
    box-shadow: none;
    background-image: none;
    font-size: 14px;
    height: 49px
}

.ui-widget {
    font-family: Montserrat, serif !important
}

.ui-widget-content {
    border-radius: 9px;
    background: #fff;
    box-shadow: rgb(81 81 81/23%)0 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    color: #fff !important;
    background: #04914d
}

.ui-widget-header {
    background: #04914d;
    border: 1px solid #04914d
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 400;
    border-radius: 6px
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png)
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cde9db;
    background: #fff;
    color: #000;
    font-weight: 400;
    border-radius: 4px
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fff;
    background: #04914d;
    font-weight: 700;
    color: #fff
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center
}

.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item a {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff !important
}

.ui-menu .ui-menu-item a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    display: block;
    border-radius: 0 !important
}

.ui-menu .ui-menu-item:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #00b05b;
    color: #fff
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 0;
    margin: 0
}

.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
    border: 0 !important;
    top: 2px !important;
    background-color: #078347 !important
}

.ui-datepicker-next-hover {
    right: 2px !important
}

.ui-datepicker-prev-hover {
    left: 2px !important
}

.ui-menu .ui-menu-item:first-child:hover {
    border-radius: 9px 9px 0 0
}

.ui-menu .ui-menu-item:last-child:hover {
    border-radius: 0 0 9px 9px
}

.search-button {
    background-color: #f3b12a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border-radius: 9px;
    padding: 10px 30px;
    border: 0;
    height: 49px
}

.ind-choice .purchase-today {
    background-color: #00a84f;
    color: #fff;
    float: left;
    width: 50%
}

.ind-choice .download-reports {
    background-color: #f7f7f7;
    color: #00a84f;
    float: left;
    width: 50%
}

.ind-choice ._button {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    width: 300px;
    border: 0;
    margin-top: 20px;
    display: inline-block;
    padding: 9px;
    text-decoration: none
}

.ind-choice .container-half {
    text-align: center
}

.download-reports ._button {
    background-color: #00a84f;
    color: #fff
}

.purchase-today ._button {
    background-color: #f6f6f6;
    color: #00a84f
}

.get-started>div,
.purchase-today {
    position: relative
}

.download-reports ._text,
.purchase-today ._text {
    font-size: 36px;
    font-family: "Montserrat", sans-serif
}

.purchase-today:after {
    content: "OR";
    background-color: #fff;
    font-size: 18px;
    color: #00a84f;
    border: 3px solid #00a84f;
    border-radius: 100%;
    font-weight: 700;
    right: -40px;
    top: 140px;
    position: absolute;
    z-index: 10;
    width: 81px;
    height: 81px;
    text-align: center;
    line-height: 76px;
    display: block
}

.container-half {
    width: 502px;
    padding: 60px 70px
}

.part-left {
    float: left
}

.part-right {
    float: right
}

.all-codes {
    padding-bottom: 30px
}

.search-category-field {
    background-color: #dadbdd;
    padding: 10px 0 45px;
    text-align: center;
    color: #58646e;
    font-size: 16px
}

.search-category-field .search-ind-field {
    margin: 30px 0 25px;
    text-align: center
}

.code-wrapper {
    margin: 30px 0
}

.code-wrapper ._title {
    color: #00ae41;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

.code-wrapper ._title a:hover {
    color: #00ae41
}

.code-wrapper ._link-wrap {
    border-top: 1px solid #dadbdd
}

.code-wrapper ._link {
    display: block;
    color: #58646e;
    margin: 10px 0
}

.search-result-page {
    padding-bottom: 30px
}

.before-search-text {
    margin-bottom: 15px
}

.before-search-text a {
    color: #58646e !important
}

.before-search-text a:hover {
    text-decoration: none
}

.results-wrapper {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #dadbdd
}

.result-block {
    font-size: 16px;
    color: #58646e;
    margin-bottom: 15px
}

.result-block ._title {
    margin-bottom: 10px
}

.result-block ._title a {
    color: #00ae41;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.before-search-text a,
.no-result-block a,
.result-block ._title a:hover {
    text-decoration: underline
}

.result-block .hidden-text {
    display: none
}

.result-block .show-more-link {
    color: #00ae41;
    font-size: 14px;
    font-weight: 700
}

.no-result-block {
    font-size: 24px;
    color: #000
}

.no-result-block a {
    color: #000 !important
}

.no-result-block a:hover {
    text-decoration: none
}

.row-col-md,
.row-col-xs {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    -webkit-column-gap: 1rem;
    justify-content: space-between;
    -webkit-box-pack: justify
}

.margin-left-md-2 {
    margin-left: 16.66666667%
}

.two-col-list {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: flex;
    flex-direction: row
}

.two-col-list>* {
    width: 50%
}

@media (max-width:1040px) {
    .industry-search #indicator_container {
        float: none
    }
}

@media (max-width:991px) {
    .container-half {
        width: 360px;
        padding: 20px 50px
    }
}

@media (max-width:768px) {

    .container-half,
    .ind-choice .download-reports,
    .ind-choice .purchase-today {
        width: 100%
    }

    .part-left,
    .part-right {
        float: none
    }

    .purchase-today:after {
        top: 80%;
        right: 0
    }
}

.ind-choice {
    border-top: 1px solid #dadbdd
}

@media (max-width:480px) {
    .two-col-list {
        flex-direction: column
    }

    .two-col-list>* {
        width: auto;
        padding: 0 !important
    }

    h1.title-industry {
        margin: 0
    }

    .main-header .logo {
        width: 100%
    }

    .ind-choice ._text {
        font-size: 20px
    }

    .purchase-today:after {
        display: none
    }
}

.content-width {
    margin: 0 auto
}

@media (min-width:1081px) {
    .content-width {
        width: 1080px
    }
}

.industry-search p,
.search-result-page .shorten-text {
    text-align: justify
}

body.pre-login.not-logged.landing-page {
    background-color: #fff
}

a.segment-linck {
    color: #04914d;
    font-weight: 600
}

.searchList {
    margin-bottom: 20px
}

.searchList .innerList {
    margin-left: 20px;
    position: relative
}

.searchList .innerList li {
    margin-top: 5px
}

.searchList .innerList:before {
    position: absolute;
    left: -10px;
    top: -19px;
    font-size: 40px;
    color: #d9d9d9;
    content: "";
    font-family: "fontello"
}

.industry-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
    margin-top: 10px
}

.industry-search .title-industry {
    color: #0a1e2c
}

.password-verdict.has-error {
    color: #a94442
}

.password-verdict.has-warning {
    color: #8a6d3b
}

.password-verdict.has-success {
    color: #3c763d
}

ul.error-list {
    list-style: circle;
    padding-left: 15px
}

.industry-search .buy-report-button {
    width: 100%
}

.industry-search .download-sample-reports {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}

.industry-search .green-list li {
    float: left;
    display: inline;
    width: 170px
}

.with-you-get {
    background-color: #eef8f1;
    margin: 2rem 2rem 0
}

.offers {
    width: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.offer {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 1rem;
    flex: 1 1 300px
}

.offer h4 {
    width: 180px;
    padding: 0
}

.offer .icon-container {
    border-radius: 15px;
    min-width: 50px;
    height: 50px;
    background: #04914d;
    display: flex;
    justify-content: center;
    align-items: center
}

.get-started {
    margin-top: 140px;
    background-color: #000;
    margin-bottom: -1px;
    position: relative;
    height: 95px
}

.get-started>div {
    max-width: 800px;
    margin: auto;
    background: #04914d;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 35px;
    z-index: 3;
    top: -90px
}

.get-started h2 {
    color: #fff;
    font-size: 28px;
    padding: 0
}

.get-started .button-container {
    display: flex;
    justify-content: end
}

.choose-report-type {
    padding-bottom: 50px
}

.choose-report-type .best-price-item {
    margin-left: 2%
}

.choose-report-type .best-price-item:first-child {
    margin-left: 19%
}

.choose-report-type .best-price-item-title {
    font-size: 28px
}

.choose-report-type .headline-title {
    margin: 50px 0 20px
}

.choose-report-type .price-num {
    font-size: 80px;
    color: #04914d
}

.choose-report-type .best-price-item-wrap {
    padding: 30px 25px 50px
}

.choose-report-type .best-price-item-info {
    color: #58646e
}

.choose-report-type .start-trial-btn {
    padding: 9px 50px;
    margin-top: 10px
}

.choose-report-type sup {
    margin-right: -20px
}

textarea::placeholder {
    color: #999
}

textarea::-ms-input-placeholder {
    color: #999
}

.addfield i,
.trash-pointer {
    cursor: pointer;
    color: #00ae41
}

.addfield {
    text-transform: none !important;
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 5px
}

.addfield i {
    color: #04914d
}

a.addfield {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
    color: #4c2525
}

.checkbox-style {
    margin-left: 5px !important;
    position: absolute;
    z-index: 0;
    padding: 22px !important;
    width: 20px;
    height: 20px
}

.checkbox-padding-left {
    padding-left: 0 !important
}

.sortable-container {
    min-height: 40px
}

.card {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 1rem;
    height: min-content
}

.content-side {
    display: flex;
    flex-direction: column;
    width: calc(100% - 270px);
    margin-bottom: 4rem
}

.dashbord-header {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: end
}

.form-group {
    border: 1px solid #cde9db;
    margin: 0;
    border-radius: 10px
}

.form-group>label {
    position: absolute;
    margin-left: 12px;
    margin-top: -10px;
    padding: 0 5px;
    border-radius: 15px;
    background: #fff;
    z-index: 2;
    color: #191919
}

.form-group>input,
.form-group>textarea {
    border: 0;
    background: 0 0;
    padding: 12px 18px 8px;
    border-radius: 10px
}

.form-group>input::-moz-placeholder {
    color: #04914d !important;
    font-family: Montserrat;
    opacity: 1
}

.form-group>input::-ms-input-placeholder {
    color: #04914d !important;
    font-family: Montserrat;
    opacity: 1
}

.form-group>input::-webkit-input-placeholder {
    color: #04914d !important;
    font-family: Montserrat;
    opacity: 1
}

.currentPageLabel {
    color: #ffb500 !important;
    font-weight: 700;
    font-size: 16px !important;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin: 0
}

.currentPageLabel i {
    color: #ffb500
}

.overlay,
.overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay {
    pointer-events: auto;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 90
}

.overlay svg {
    pointer-events: none
}

body>div:not(.pdf) .display_canvas_container svg,
body>div:not(.pdf) .display_canvas_container_fluid svg,
body>div:not(.pdf) .indicator_container svg {
    left: 0 !important;
    height: 100%
}

.w-full {
    width: 100%
}

.w-75 {
    width: 75%
}

.h-full {
    height: 100%
}

.h-auto {
    height: auto
}

.min-h-auto {
    min-height: auto !important
}

.p-0 {
    padding: 0
}

.p-0-i {
    padding: 0 !important
}

.p-1 {
    padding: 1rem
}

.p-2 {
    padding: 2rem
}

.p-3 {
    padding: 3rem
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-2 {
    padding-left: 2rem;
    padding-right: 2rem
}

.pl-0 {
    padding-left: 0
}

.pl-3 {
    padding-left: 3rem
}

.pr-0 {
    padding-right: 0
}

.pr-3 {
    padding-right: 3rem
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mx-2 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mr-3 {
    margin-right: 3rem
}

.ml-5 {
    margin-left: 5rem
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.flex-col,
.flex-row {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: flex;
    flex-direction: row
}

.flex-col {
    -webkit-box-orient: vertical;
    flex-direction: column
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap
}

.items-center {
    align-items: center;
    -webkit-box-align: center
}

.space-between {
    justify-content: space-between;
    -webkit-box-pack: justify
}

.justify-center {
    justify-content: center;
    -webkit-box-pack: center
}

.justify-start {
    justify-content: start;
    -webkit-box-pack: start
}

.gap-row-0 {
    row-gap: 0
}

.gap-col-0 {
    column-gap: 0
}

.gap-1 {
    gap: 1rem;
    -webkit-column-gap: 1rem;
    -webkit-row-gap: 1rem
}

.gap-2 {
    gap: 2rem;
    -webkit-column-gap: 2rem;
    -webkit-row-gap: 2rem
}

.gap-3 {
    gap: 3rem;
    -webkit-column-gap: 3rem;
    -webkit-row-gap: 3rem
}

.gap-6,
.gap-col-6 {
    -webkit-column-gap: 6rem
}

.gap-6 {
    gap: 6rem;
    -webkit-row-gap: 6rem
}

.gap-col-6 {
    column-gap: 6rem
}

.fw-600 {
    font-weight: 600
}

.text-wrap-normal {
    white-space: normal
}

.overflow-x-auto {
    overflow-x: auto
}

@media only screen and (max-width:992px) {
    .row-col-md {
        margin-top: 1rem;
        flex-direction: column;
        -webkit-box-orient: vertical;
        align-items: start;
        -webkit-box-align: start
    }
}

@media only screen and (max-width:980px) {
    table {
        display: block
    }

    .main-header .icons-group {
        margin-top: 1rem
    }

    .add-buttons,
    .page-tabs,
    .page-tabs ul {
        flex-direction: column
    }

    .page-tabs li a {
        background-color: #cde9db;
        border-width: 1px 0
    }

    .page-tabs li:first-child a {
        border-top-width: 0;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0
    }

    .page-tabs li:last-child a {
        border-bottom-width: 0;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 0
    }

    .add-buttons li:first-child a {
        border-radius: 0;
        border-top-width: 2px;
        border-left-width: 0
    }

    .add-buttons .download-submenu {
        right: auto;
        width: calc(100% - 3rem)
    }

    #top-navigation {
        padding-right: 0;
        margin-right: 0
    }

    .get-started {
        height: 140px
    }

    .footer-item {
        width: 330px;
        margin: 0 30px
    }

    .footer-item:nth-child(2n) {
        margin-right: 0
    }

    .logo {
        margin-bottom: 0;
        max-height: 43px
    }

    .top_search {
        margin-right: 10px;
        float: left
    }

    #mobile_nav_menu {
        display: block
    }

    #top-menu {
        display: none
    }

    .main-header {
        padding-bottom: 15px
    }

    .content-side {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    div.spinner {
        margin-left: -40px !important
    }

    .pricing-banner-text h1,
    .pricing-text-block h1 {
        font-size: 35px !important
    }

    .not-logged .page-wrapper .pricing-banner .container {
        padding: 0
    }

    .pricing-text-block {
        padding: 25px 2rem !important
    }

    .pricing-banner-grid {
        min-height: auto
    }

    .pricing-banner-text {
        max-width: 100%;
        padding: 30px 2rem
    }

    .pricing-banner-image {
        position: relative;
        text-align: right
    }

    .row-col-xs {
        margin-top: 1rem;
        flex-direction: column;
        -webkit-box-orient: vertical;
        align-items: start;
        -webkit-box-align: start
    }

    .margin-left-md-2 {
        margin-left: 0
    }

    .in-tab {
        margin-right: 0
    }

    .get-started>div {
        grid-template-columns: none;
        grid-auto-rows: 1fr 1fr;
        gap: 2rem;
        text-align: center
    }

    .get-started .button-container {
        justify-content: center
    }

    .mx-2 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .px-2 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mw-67 {
        max-width: 100%
    }

    .industry-input .fields-wrapper {
        flex-direction: column;
        gap: 1rem;
        margin-top: 5px;
        margin-left: 5px
    }

    .centralize-footer,
    .footer-items-group {
        flex-direction: column
    }

    .footer-item.last .text-block {
        align-items: center
    }

    .footer-items-group>div {
        flex-direction: row;
        column-gap: 3rem
    }

    .page-wrapper {
        padding-bottom: 0
    }

    footer {
        height: auto;
        margin-top: 0;
        font-size: 14px
    }

    .footer-item {
        align-items: center;
        margin: 0 0 10px;
        float: none
    }

    .footer-item,
    .footer-item.last {
        text-align: center
    }

    .search-form input {
        width: 360px
    }

    .search-form {
        right: -65px;
        width: 400px
    }

    .all-items>.row>.col-md-6 {
        padding: 0
    }
}

@media only screen and (max-width:479px) {
    .search-form {
        width: 280px
    }

    .search-form input {
        width: 240px
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider,
.slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #04914d;
    border-radius: 34px
}

.slider:before {
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    border-radius: 50%
}

.switch input.checked+.slider:before {
    transform: translateX(55px)
}

.icfo-pricing-block-top h2 {
    font-size: 35px
}

.icfo-pricing-block-switch h3 {
    font-size: 20px;
    font-weight: 400
}

.icfo-pricing-block-switch h3>span {
    font-size: 16px;
    font-weight: 600;
    color: #04914d;
    padding: 0 10px
}

@media only screen and (max-width:480px) {
    .switch {
        width: 50px
    }

    .switch input.checked+.slider:before {
        transform: translateX(16px)
    }

    .icfo-pricing-block-top h2 {
        font-size: 28px !important;
        padding-bottom: 0
    }

    .icfo-pricing-block-switch h3 {
        font-size: 14px
    }

    .icfo-pricing-block-switch h3>span {
        font-size: 12px
    }
}