@import url('https://fonts.googleapis.com/css?family=Lato');
/*
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
*/
/* ==========
 * CONTAINERS
 * ========== */

@media (min-width: 1310px) {
    .container {
        width: 1280px;
    }
}

.label-primary {
    background-color: #2B97D7;
}

.text-primary {
    color: #2B97D7;
}

.alert {
    font-size: 15px;
    border-radius: 0;
    padding: 12.5px 15px;
}

.alert i {
    padding-right: 10px;
}

.alert a {
    text-decoration: underline;
}

.alert-danger {
    background-color: #ce5858;
    border-color: #d6a3a3;
    color: #fff;
}

.alert-danger a {
    color: #fff;
}

/* extra small */

@media (max-width: 767px) {
    .alert {
        margin-bottom: 15px;
    }
}

/* ==========
 * BLOCKS
 * ========== */

.rounded-block {
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
}

/* large */

@media (min-width: 1200px) {
    .rounded-block {
        padding: 40px;
    }
}

/* mini */

@media (max-width: 479px) {
    .rounded-block {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* ==========
 * CIRCLE STEPS
 * ========== */

.circle-steps-wrapper {
    margin-bottom: 20px;
}

.circle-steps-item {
    position: relative;
    margin-bottom: 20px;
}

.circle-steps-item-number {
    height: 92px;
    width: 92px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 48px;
    text-align: center;
    background: #2b97d7;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 20px;
    z-index: 2;
    position: relative;
}

/* extra small */

@media (max-width: 767px) {
    .circle-steps-item-number-dots {
        display: none;
    }
}

/* ==========
 * FILES
 * ========== */

.file-block {
    border: 5px solid #f1f1f1;
    padding: 15px;
    position: relative;
}

.file-block+.file-block {
    margin-top: 10px;
}

.file-block header {
    float: left;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}

.file-block header div {
    position: relative;
    padding-left: 50px;
}

.file-block header div>* {
    display: inline-block;
    vertical-align: middle;
}

.file-block header i {
    font-size: 36px;
    color: #12aaeb;
    position: absolute;
    left: 0;
    top: 0;
}

.file-block header h2 {
    font-size: 22px;
    margin: 0;
}

.file-block header span {
    font-size: 60%;
    display: block;
}

.file-block .download {
    position: absolute;
    right: 15px;
    top: 12px;
    display: block;
}

/* extra small */

@media (max-width: 767px) {
    .file-block .download {
        position: relative;
        right: auto;
        top: auto;
        float: right;
    }
    .file-block header div {
        padding-left: 40px;
    }
    .file-block header h2 {
        font-size: 18px;
        margin: 0;
    }
    .file-block header i {
        font-size: 24px;
        margin-right: 5px;
    }
}

/* mini */

@media (max-width: 479px) {
    .file-block header {
        margin-bottom: 15px;
    }
    .file-block header i {
        float: left;
    }
    .file-block header h2 {
        font-size: 14px;
    }
    .file-block .download {
        width: 100%;
    }
}

/* ==========
 * MATERIALS
 * ========== */

.materials-wrapper {}

.material-item {}

.material-item+.material-item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}

.material-item textarea {
    height: 125px;
    min-height: 125px;
    max-height: 125px;
    resize: none;
}

.material-item .image {
    float: left;
    height: 190px;
    width: 190px;
    border: 1px dashed #ddd;
    margin-right: 20px;
}

.material-item .image img {
    max-width: 100%;
    max-height: 100%;
}

.material-item .content {
    overflow: hidden;
}

.material-item header {
    font-size: 14px;
}

.material-item header h3 {
    margin: 0;
}

.material-item header span {}

.switchable-menu {
    float: right;
    margin-top: 17px;
}

.switchable-menu ul {}

.switchable-menu li {
    margin-right: 10px;
}

.switchable-menu a {
    color: inherit;
    text-decoration: none;
}

.switchable-menu a span {
    border: 2px solid #ddd;
    padding: 3px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.switchable-menu li:hover a span,
.switchable-menu li.active a span {
    border-color: #2b97d7;
    color: #2b97d7;
}

.switchable-content {
    margin-top: 18px;
}

.switchable-content>div {
    display: none;
}

.switchable-content>div.active {
    display: block;
}

/* ==========
 * TABS
 * ========== */

.nav-tabs-theme {
    border: 0;
    position: relative;
    z-index: 1;
}

.nav-tabs-theme li,
.nav-tabs-theme li a {
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs-theme li a {
    font-size: 18px;
    color: #909090;
    padding: 20px 40px;
    margin: 0;
}

.nav-tabs-theme li.active {
    -webkit-box-shadow: 5px -5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px -5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px -5px 10px 0 rgba(0, 0, 0, 0.2);
}

.nav-tabs-theme li.active a,
.nav-tabs-theme li a:focus {
    color: #909090 !important;
}

.nav-tabs-theme-bottom {
    position: relative;
    z-index: 2;
}

/* ==========
 * BTNS
 * ========== */

.btn-theme {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom-width: 4px;
    font-weight: bold;
}

.btn-theme-green,
.btn-theme-green:focus {
    background: #a8cf45;
    border-color: #7ba80b;
    color: #fff;
}

.btn-theme-green:hover {
    background: #7ba80b !important;
    border-color: #7ba80b !important;
    color: #fff !important;
}

.btn-theme-blue,
.btn-theme-blue:focus {
    background: #2b97d7;
    border-color: #0c72ae;
    color: #fff;
}

.btn-theme-blue:hover {
    background: #0c72ae !important;
    border-color: #0c72ae !important;
    color: #fff !important;
}

.btn-wide {
    padding-left: 60px;
    padding-right: 60px;
}

.btn-wide.btn-lg {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-submit {
    min-width: 140px;
    max-width: 100%;
}

.btn-forgot {
    padding: 14px 0;
    font-size: 14px;
    text-align: left;
}

/* mini */

@media (max-width: 479px) {
    .btn-submit {
        float: none;
        width: 100%;
    }
}

/* ==========
 * COLS
 * ========== */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* mini */

@media (max-width: 479px) {
    .col-mi-12 {
        width: 100%;
        float: left;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ==========
 * CONTAINERS
 * ========== */

.relative {
    position: relative;
}

.number-wrapper-element {
    position: relative;
}

.number-wrapper-element .number {
    background: #4AD0AF;
    color: #fff;
    padding: 0 4px;
    position: absolute;
    right: 0;
    margin-bottom: -8.5px;
    margin-right: -8.5px;
    bottom: 100%;
    display: block;
    -webkit-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    border-radius: 8.5px;
    font-size: 9px;
    line-height: 17px;
    height: 17px;
    font-weight: 700;
    z-index: 2;
}

#footer {
    background: #FFFFFF;
}

#footer footer {
    padding: 30px 0;
}

#footer footer+footer {
    border-top: 1px solid #eaeaea;
}

#copyright {
    color: #717171;
    float: left;
}

#copyright span {
    white-space: nowrap;
    position: relative;
}

#copyright small.version {
    display: inline-block;
    font-size: 9px;
    left: 0;
    position: absolute;
    top: 100%;
}

#copyright img {
    padding-right: 20px;
}

.footer-menu,
.footer-menu li {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    background: none;
}

.footer-menu {}

.footer-menu li {
    padding-bottom: 15px;
}

.footer-menu a {
    color: #717171;
}

.footer-menu a.text-primary {
    color: #2b97d7;
}

.footer-menu i {
    color: #2b97d7;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    .footer-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (max-width: 479px) {
    .footer-menu li {
        text-align: center;
    }
}

/* ==========
 * FORMS
 * ========== */

.input-group-focus {
    border-radius: 4px;
    -webkit-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}

.input-group-addon {
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.has-error.input-group.input-group-focus,
.has-error .input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}

.has-warning.input-group.input-group-focus,
.has-warning .input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
}

.has-success .input-group.input-group-focus,
.has-success .input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
}

.input-group-focus input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group-focus .input-group-addon {
    border-color: #66afe9 !important;
}

.has-error .input-group-addon {
    border-color: #843534 !important;
}

.has-success .input-group-addon {
    border-color: #2b542c !important;
}

.has-warning .input-group-addon {
    border-color: #66512c !important;
}

/* inputs */

.form-control {
    border-width: 2px;
    border-color: #d9d9d9;
    box-shadow: none;
    font-weight: 300;
}

.form-control.input-lg,
.form-group-lg .form-control {
    font-size: 16px;
}

.form-control.input-lg,
.form-group-lg .form-control+.form-control {
    margin-top: 15px;
}

.input-group .form-control.input-lg {
    margin-top: 0;
}

.input-group .input-group-addon {
    border-width: 2px;
    border-color: #d9d9d9;
    border-right: 0;
    background: #fff;
    color: #2b97d7;
    padding-right: 5px;
}

.input-group .form-control {
    border-left: 0;
    padding-left: 5px;
    box-shadow: none !important;
}

.form-group-lg .form-control-static {
    padding-top: 13px;
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
}

textarea.form-control {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

textarea.form-agreement {
    border-color: #d9d9d9 !important;
    color: #7d7d7d !important;
}

textarea.form-readonly {
    border-color: #d9d9d9 !important;
    color: #7d7d7d !important;
}

/* errors */

span.error {
    color: #de5353;
}

form .help-block {
    color: #de5353;
    font-size: 14px;
}

/* groups */

.form-group {
    margin-bottom: 0;
}

.form-group+.form-group {
    margin-top: 15px;
}

.form-inline .form-group+.form-group {
    margin-top: 0;
}

/* labels */

.control-label {
    color: #7d7d7d;
    font-weight: 400;
    font-size: 15px;
}

.label-c {
    cursor: pointer;
}

.control-label.control-label-double,
.form-horizontal .form-group-lg .control-label.control-label-double {
    padding-top: 2px;
}

label a {
    text-decoration: underline;
}

/* extra small */

@media (max-width: 767px) {
    .control-label.control-label-double,
    .form-horizontal .form-group-lg .control-label.control-label-double {
        padding-top: 13px;
    }
}

.control-label small {
    font-size: 70%;
    display: inline-block;
}

.form-horizontal .control-label small.floating {
    position: absolute;
    top: 100%;
    right: 15px;
    margin-top: -3px;
    line-height: normal;
}

/* small */

@media (max-width: 991px) {
    .form-horizontal .control-label small.floating {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 0;
    }
}

.form-horizontal .form-group-lg .control-label {
    font-size: 15px;
    padding-top: 13px;
}

.control-label.required:after {
    content: "*";
    margin: 0;
    padding: 0;
    position: absolute;
}

/* readonly */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    border-color: #fafafa;
    background: #fff;
    color: #bababa;
}

/* ==========
 * SELECT2 
 * ========== */

.select2-container--bootstrap .select2-selection,
.form-group-lg .select2-container--bootstrap .select2-selection,
.input-group-lg .select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-selection--single.input-lg {
    border-width: 2px;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.select2-container--bootstrap .select2-dropdown {
    border-width: 2px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-lg,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 15px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    color: #2b97d7;
    font-size: 24px;
    margin-top: -12.5px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:after,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:after,
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b:after {
    content: "\f107";
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
    background: #c4c4c4;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    height: 24px;
    font-weight: 700;
    margin-top: 10px;
    vertical-align: middle;
    line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice:hover {
    background: #12AAED;
    border-color: #12AAED;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    float: right;
    margin: 0 0 0 5px;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    display: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove {
    display: block;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    opacity: 0.2;
}

.form-group>*>.select2,
.row>*>.select2 {
    width: 100% !important;
}

/* ==========
 * HELP 
 * ========== */

.help-icon {
    font-size: 18px;
    color: #12aaeb;
    cursor: pointer;
}

.form-group .help-icon {
    position: absolute;
    left: 100%;
    top: 10px;
    z-index: 2;
}

/* medium */

@media (max-width: 1199px) {
    .file_store_wrapper .help-icon {
        position: relative;
        left: auto;
        top: auto;
    }
}

/* small */

@media (max-width: 991px) {
    .file_store_wrapper .form-horizontal .help-icon {
        position: absolute;
        right: 15px;
        bottom: 100%;
    }
}

/* extra small */

@media (max-width: 767px) {
    .form-horizontal .form-group .col-xs-12>.help-icon {
        right: 15px;
        left: auto;
        top: auto;
        bottom: 100%;
    }
}

/* ==========
 * AVATAR UPLOAD
 * ========== */

.file_store_logo_wrapper .file_store_file_element {
    width: 206px;
    height: 206px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
}

.file_store_logo_wrapper .file_store_file_element img {
    min-width: 100%;
    min-height: 100%;
}

.file_store_logo_wrapper .filelist {
    font-weight: 700;
    padding-bottom: 8px;
}

.file_store_logo_wrapper .progress_percent span {
    color: #2b97d7;
}

.file_store_logo_wrapper .progress {
    background: #B5C9E4;
    height: 8px;
    margin-bottom: 10px;
}

.file_store_logo_wrapper .progress-bar {
    background: #11ABE9;
}

.file_store_logo_wrapper .help-icon {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

/* ==========
 * COLLECTIONS
 * ========== */

.collection-holder-wrapper-business-resources>.add_element_link {
    display: none;
}

.collection-holder-wrapper-business-resources {
    margin: -45px -20px -45px -20px;
}

.collection-holder-wrapper-business-resources>.collection-holder-init>.collection-item {
    position: relative;
    margin-bottom: 45px;
    padding: 45px 20px 0 20px;
}

.collection-holder-wrapper-business-resources>.collection-holder-init>.collection-item+.collection-item {
    border-top: 1px solid #f7f7f7;
}

.collection-holder-wrapper-business-resources>.collection-holder-init>.collection-item>.buttons>.delete_element_link {
    position: absolute;
    right: 20px;
    top: 45px;
}

/* medium */

@media (max-width: 1199px) {
    .collection-holder-wrapper-business-resources>.collection-holder-init>.collection-item {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .collection-holder-wrapper-business-resources {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .collection-holder-wrapper-business-resources>.collection-holder-init>.collection-item>.buttons>.delete_element_link {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 15px;
    }
}

.collection-holder-wrapper-business-resource-files>.add_element_link {
    display: none;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init {
    margin: 0 -7.5px -15px -7.5px;
    overflow: hidden;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item {
    margin: 0 7.5px 15px 7.5px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item>.buttons {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item>.buttons>a {
    color: #337ab7;
    display: inline-block;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item>.buttons>.delete_element_link {}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .progress-wrapper,
.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .file-name-wrapper {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 0 40px 0 15px;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .progress-wrapper .progress {
    margin: 0;
    height: 7px;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .progress-wrapper .progress .progress-bar {
    background: #11abe9;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .file-name-wrapper {
    bottom: 9px;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .file-name-wrapper span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .file-element-repre {
    height: 100px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    width: 118px;
}

.collection-holder-wrapper-business-resource-files>.collection-holder-init>.collection-item .file-element-repre i {
    font-size: 70px;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item {
    height: 70px;
    width: 309px;
    max-width: 100%;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper,
.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .progress-wrapper,
.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper {
    padding-left: 60px;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-element-repre i {
    color: #12aaeb;
    font-size: 36px;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-element-repre {
    height: 40px;
    width: auto;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper {
    bottom: 13px;
    font-size: 17px;
    line-height: 1em;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper small {
    font-size: 80%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
}

.collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper small span {
    display: inline;
}

/* max large */

@media (min-width: 1310px) {
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item {
        width: 309px;
    }
}

/* large */

@media (max-width: 1309px) and (min-width: 1200px) {
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item {
        width: 278px;
    }
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper small {
        font-size: 70%;
    }
}

/* medium */

@media (max-width: 1199px) {
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item {
        width: 278px;
    }
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper {
        font-size: 14px;
    }
}

/* small */

@media (max-width: 991px) {
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item {
        width: 314px;
    }
}

/* extra small */

@media (max-width: 767px) {
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* mini */

@media (max-width: 479px) {
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper small {
        font-size: 70%;
        white-space: normal;
    }
    .collection-holder-wrapper-business-resource-files.slim>.collection-holder-init>.collection-item .file-name-wrapper small span {
        display: none;
    }
}

/* ==========
 * UPLOADER DROP
 * ========== */

.uploader-drop-area-wrapper-col {}

.uploader-drop-area-wrapper {
    padding: 0 20px 20px 20px;
    margin-top: 20px;
    border: 3px dotted #ededed;
    width: 100%;
    float: left;
    overflow: hidden;
}

/* large */

@media (min-width: 1200px) {
    .uploader-drop-area-wrapper-col {
        width: 95%;
    }
}

.uploader-drop-area-wrapper header {
    font-size: 18px;
    font-weight: 300;
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

/* ==========
 * CUSTOM CHECKBOX
 * ========== */

.checkbox label::before {
    border-width: 2px;
    border-color: #d9d9d9;
}

.checkbox label::before,
.checkbox label::after {
    top: 2px;
}

/* ==========
 * PAYMENT METHOD
 * ========== */

#jms_choose_payment_method_method .radio label::after {
    top: 50%;
    margin-top: 3px;
}

#jms_choose_payment_method_method .radio label::before {
    top: 50%;
}

#jms_choose_payment_method_method input {
    top: 50%;
}

.price-value {
    min-width: 70px;
    text-align: right;
    display: inline-block;
}

/* ==========
 * HELPERS
 * ========== */

.div-center-hv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.div-center-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.div-center-v-content {
    width: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ==========
 * IMAGES
 * ========== */

.avatar-mini {
    height: 50px;
    width: 50px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

.avatar-mini .status {
    background: #b3b3b3;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}

.avatar-mini .status.status-online {
    background: #39b54a;
}

.avatar-mini img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/* ==========
 * MAIN NAVBAR
 * ========== */

.navbar-main {
    margin: 0;
    z-index: 50;
}

.navbar-main .nav-pills {
    margin: 13px 0;
}

.navbar-main .nav-pills li+li {
    margin-left: 5px;
}

.navbar-main {
    background: #fff;
    border-bottom: 4px solid #dedede;
}

.navbar-brand {
    line-height: 60px;
}

.navbar-main .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-brand>img {
    max-height: 100%;
}

/* max large */

@media (min-width: 1310px) {}

/* large */

@media (min-width: 1200px) {}

/* medium */

@media (max-width: 1199px) {}

/* medium <> small */

@media (max-width: 1199px) and (min-width: 992px) {}

/* small */

@media (max-width: 991px) {}

/* small <> extra small */

@media (max-width: 991px) and (min-width: 768px) {}

/* extra small */

@media (max-width: 767px) {}

/* extra small <> mini */

@media (max-width: 767px) and (min-width: 480px) {}

/* mini */

@media (max-width: 479px) {}

/* not extra small */

@media (min-width: 768px) {}

/* ==========
 * SECTIONS COMMON
 * ========== */

.section {}

/* ==========
 * SECTION CONTENT BG
 * ========== */

.section-bg {
    position: relative;
}

.content-bg-header {
    padding: 150px 0 40px 0;
}

.content-bg-header h1 {
    font-size: 60px;
    font-weight: 300;
    margin: 0;
}

.content-bg-header p {
    font-size: 18px;
    font-weight: 300;
}

.content-bg .breadcrumb-wrapper {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.content-bg .breadcrumb>li,
.content-bg .breadcrumb>.active,
.content-bg .breadcrumb>li a {
    color: #a8a8a8;
}

/* large */

@media (min-width: 1200px) {
    .content-bg-header p {
        font-size: 24px;
    }
}

/* medium */

@media (max-width: 1199px) {
    .content-bg-header h1 {
        font-size: 48px;
    }
}

/* small */

@media (max-width: 991px) {
    .content-bg-header h1 {
        font-size: 36px;
    }
    .content-bg-header {
        padding: 40px 0;
    }
}

/* extra small */

@media (max-width: 767px) {
    .content-bg-header h1 {
        font-size: 24px;
    }
}

/* mini */

@media (max-width: 479px) {
    .content-bg-header {
        padding: 15px 0;
    }
}

/* ==========
 * SECTION CONTROLLER PAGE
 * ========== */

.section-controller-page {
    padding: 100px 0 25px 0;
    font-size: 15px;
    position: relative;
}

.section-controller-page-slim {
    padding: 25px 0 20px 0;
}

.section-controller-page-no-padding {
    padding: 0;
}

/* extra small */

@media (max-width: 767px) {
    .section-controller-page {
        padding: 15px 0;
    }
    .section-controller-page-no-padding {
        padding: 0;
    }
}

/* ==========
 * SECTION PAGES
 * ========== */

.section.section-page {}

.section.section-page .section-content p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4em;
}

.section.section-page .section-content {
    padding: 90px 0;
}

.section.section-page .section-content p+p {
    padding-top: 20px;
}

/* extra small */

@media (max-width: 767px) {
    .section.section-page .section-content {
        padding: 15px 0;
    }
    .section.section-page .section-content p {
        font-size: 18px;
    }
    .section.section-page .section-content p+p {
        padding-top: 0;
    }
}

/* ==========
 * SECTION MENU
 * ========== */

.section-menu {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -60px;
    width: 100%;
    text-align: center;
}

.section-menu ul,
.section-menu ul li {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.section-menu ul {
    display: inline-block;
    text-align: center;
}

.section-menu li {
    display: inline-block;
}

.section-menu li a {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    min-width: 140px;
    font-weight: 600;
}

.section-menu li a .number {
    background: #5ebae1;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    line-height: 25px;
    margin-right: 5px;
}

.section-menu li.active a,
.section-menu li a:hover {
    background: #f7f7f7;
    color: #7d7d7d;
}

/* small */

@media (max-width: 991px) {
    .section-menu {
        position: relative;
        left: auto;
        top: auto;
        margin: -25px 0 15px 0;
    }
    .section-menu li.active a,
    .section-menu li a:hover {
        background: #fff;
    }
    .section-menu li a {
        background: #dedede;
    }
    .section-controller-page-no-padding .section-menu {
        margin-top: 0;
    }
}

/* extra small */

@media (max-width: 767px) {
    .section-menu {
        margin-top: -15px;
    }
}

/* mini */

@media (max-width: 479px) {
    .section-menu li {
        width: 100%;
    }
}

/* ==========
 * SECTION BUTTONS
 * ========== */

.section-buttons {
    margin-top: 20px;
}

.section-sub.section-sub-buttons {
    padding: 20px;
}

.section .actions.left-actions {
    float: left;
}

.section .actions.right-actions {
    float: right;
}

/* large */

@media (min-width: 1200px) {
    .section-sub {
        padding: 45px 20px;
    }
    .section-sub.section-sub-slim {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* extra small */

@media (max-width: 767px) {
    .section-sub+.section-sub {
        margin-top: 15px;
    }
}

.section-sub.section-sub-map {
    padding: 15px;
}

.section-sub>header {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    margin: -45px -20px 45px -20px;
    padding: 30px 20px;
    position: relative;
}

.section-sub>header>strong {
    font-weight: 500;
}

.section-sub>header>.buttons {
    position: absolute;
    right: 20px;
    top: 30px;
}

.section-sub>header>.buttons a {
    color: #7d7d7d;
    font-size: 16px;
    vertical-align: middle;
}

.section-sub>header>.buttons a i {
    padding-left: 5px;
    font-size: 24px;
    color: #2b97d7;
    vertical-align: middle;
}

.section-sub>header .section-header-right-actions {
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 14px;
    margin-top: -12.5px;
    height: 25px;
    line-height: 25px;
}

.section-sub>header .section-header-right-actions a {
    color: #7d7d7d;
    white-space: nowrap;
}

.section-sub>header .section-header-right-actions a i {
    color: #2b97d7;
    padding-right: 5px;
}

.section-sub>header .section-header-right-actions a+a {
    margin-left: 15px;
}

/* medium */

@media (max-width: 1199px) {
    .section-sub>header {
        margin: -15px -15px 15px -15px;
        padding: 15px 15px;
    }
    .section-sub>header>.buttons {
        right: 15px;
        top: 15px;
    }
}

/* extra small */

@media (max-width: 767px) {
    .section-sub>header>.buttons {
        position: relative;
        right: auto;
        top: auto;
    }
    .section-sub>header .section-header-right-actions {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 10px;
        height: auto;
    }
}

/* ==========
 * SECTION HOMEPAGE
 * ========== */

.section-homepage {
    margin: 0 0 70px 0;
}

.section-homepage p {
    font-size: 18px;
    color: #515151;
    font-weight: 300;
    margin: 0;
}

.section-homepage p+p {
    margin-top: 15px;
}

.section-homepage .buttons {
    margin-top: 70px;
}

.section-homepage h2 {
    font-size: 36px;
    color: #515151;
    font-weight: 300;
    margin: 70px 0;
    padding: 0;
}

/* large */

@media (min-width: 1200px) {
    .section-homepage p+p {
        margin-top: 30px;
    }
    .section-homepage p {
        font-size: 21px;
    }
}

/* mini */

@media (max-width: 479px) {
    .section-homepage h2 {
        font-size: 24px;
        margin: 25px 0;
        font-weight: bold;
    }
}

/* ==========
 * SECTION TABLE
 * ========== */

.section-sub-table {
    padding-bottom: 0;
}

/* ==========
 * MAP
 * ========== */

.address-over-map-container {
    position: relative;
}

.address-over-map-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.address-over-map {
    background: #fff;
    padding: 10px;
    width: 70%;
    margin: 0 auto;
}

.address-over-map .control-label {
    padding-top: 7px !important;
    line-height: 1em;
}

/* social button */

.btn-social,
.btn-social:focus {
    color: #fff;
    width: 150px;
    font-size: 18px;
    text-align: left;
}

.btn-social:hover {
    color: #fff;
}

.btn-social span {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 10px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
}

.btn-social span i {
    padding: 0;
    text-align: center;
}

.btn-social.btn-sm {
    font-size: 16px;
}

.btn-social.btn-block {
    width: 100%;
}

/* social colors */

.btn-social-facebook {
    background: #547BBE;
}

.btn-social-google {
    background: #D24228;
}

.btn-social-linkedin {
    background: #007BB6;
}

.btn-social-youtube {
    background: #E9654C;
}

.btn-social-pinterest {
    background: #EB5755;
}

/* social button circle */

.btn-social-circle,
.btn-social-circle:focus {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.btn-social-circle:hover {
    color: #fff;
}

.social-circles {
    margin: 0 -10px;
}

.social-circles .btn-social-circle {
    margin: 7.5px 10px;
}

/* ==========
 * TOP
 * ========== */

#top {
    position: relative;
}

.top-bg {
    height: 560px;
    position: relative;
    background: #2b97d7;
    color: #fff;
}

.top-bg-with-more-to {}

.top-with-bimage {
    background-size: cover;
}

.top-bg-sub-page {
    height: 400px;
}

.top-breadcrumb-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.top-content-wrapper {
    position: relative;
    z-index: 1;
}

.top-bg h1,
.top-bg .h1 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 60px;
}

.top-bg p {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 300;
}

.top-bg .top-move-to {
    font-size: 60px;
    color: #2b97d7;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.top-bg-bottom-absolute-text {
    font-size: 36px;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
}

/* large */

/* medium <> small */

@media (min-width: 1200px),
(max-width: 1199px) and (min-width: 992px) {
    .top-bg-top-up .top-content-wrapper {
        margin-top: -100px;
    }
    .top-bg-top-up.top-bg-top-up-with-navbar .inner-popup {
        bottom: 100px;
    }
    .top-bg-top-up .inner-popup {
        bottom: 40px;
    }
}

/* large */

@media (min-width: 1200px) {
    .top-bg h1 {
        line-height: 40px;
    }
}

/* medium */

@media (max-width: 1199px) {
    .top-bg {
        height: 400px;
    }
    .top-bg h1 {
        font-size: 48px;
    }
    .top-bg p {
        font-size: 18px;
        margin-top: 0;
    }
}

/* small */

@media (max-width: 991px) {
    .top-bg {
        height: 300px;
    }
    .top-bg h1 {
        font-size: 36px;
    }
    .top-bg p {
        font-size: 16px;
    }
}

/* extra small */

@media (max-width: 767px) {
    .top-bg {
        height: 200px;
    }
    .top-bg h1 {
        font-size: 24px;
    }
    .top-bg h1 img {
        max-width: 100px;
        display: inline-block;
    }
    .top-bg p {
        font-size: 14px;
    }
    .top-bg-bottom-absolute-text {
        font-size: 18px;
        position: relative;
        left: auto;
        bottom: auto;
        padding-top: 15px;
    }
}

/* mini */

@media (max-width: 479px) {
    .top-bg {
        height: auto;
        display: block;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .top-bg .top-move-to {
        position: relative;
        left: auto;
        top: auto;
    }
}

/* ==========
 * TOP FOR SECTION BG
 * ========== */

.div-center-v-content {
    z-index: 2;
}

.top-bg .content-above-bg {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
}

.top-bg .content-above-bg {
    text-shadow: 0 0 10px #7a7a7a;
}

.top-bg .content-above-bg > p {
    text-shadow: 0 0 10px #000;
}

.top-bg .content-above-bg .h1,
.top-bg .content-above-bg .h1 .small {
    color: #fff;
}

.top-bg.top-sub {
    height: 444px;
    background-attachment: unset !important;
}

.top-sub-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ==========
 * INNER POPUP
 * ========== */

.inner-popup {
    position: absolute;
    height: 110px;
    left: 50%;
    bottom: 40px;
    width: 816px;
    margin-left: -408px;
}

.inner-popup-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-popup-content img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.inner-popup-close,
.inner-popup-close:focus {
    color: #f4f4f4 !important;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
}

.inner-popup-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.inner-popup-wrapper .text-holder {
    color: rgba(255, 255, 255, 0.36);
    font-size: 12px;
    font-weight: 700;
    height: 1em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
}

/* small */

@media (max-width: 991px) {
    .inner-popup {
        height: 67px;
        bottom: 15px;
        width: 500px;
        margin-left: -250px;
    }
}

/* extra small */

@media (max-width: 767px) {
    .inner-popup {
        height: 50px;
        width: 90%;
        margin: 15px auto 0;
        left: 5%;
    }
}

/* mini */

@media (max-width: 479px) {
    .inner-popup {
        height: 50px;
        width: 90%;
        margin: 15px auto 0;
        position: relative;
        left: auto;
        bottom: auto;
    }
}


/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
/*
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
*/
/* ==========
 * BODY
 * ========== */

body {
    font-family: 'Lato', sans-serif;
    background: #f7f7f7;
    color: #7d7d7d;
}

:focus {
    outline: 0 none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

.clear {
    clear: both !important;
    line-height: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* ==========
 * TEXTS
 * ========== */

.fs48 {
    font-size: 48px;
}

.fs24 {
    font-size: 24px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

/* extra small */

@media (max-width: 767px) {
    .fs48 {
        font-size: 24px;
    }
    .fs24 {
        font-size: 18px;
    }
    .fs18 {
        font-size: 16px;
    }
    .fs16 {
        font-size: 14px;
    }
}

.text-blue {
    color: #12aaeb;
}

.text-red {
    color: #cf2d2d;
}

.text-green {
    color: #a8cf45;
}

.v-middle {
    vertical-align: middle !important;
}

.line-height-100 {
    line-height: 100%;
}

/* ==========
 * TABLES
 * ========== */

.table-no-borders,
.table-no-borders td,
.table-no-borders th {
    border: 0 !important;
}

.table-50 td {
    width: 50%;
}

.table-popover {
    margin: 0;
}

.table-popover td,
.table-popover th {
    line-height: 1.2em !important;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
}

.table-theme {
    font-size: 14px;
}

.table-theme thead th {
    color: #7d7d7d;
    font-weight: 400;
    border: 0 !important;
}

.table-theme>tbody>tr:first-child td {
    border-top: 1px solid #ededed !important;
}

.table-theme>tbody>tr.even {
    background: #f9f9f9;
}

.table-theme>tbody>tr.odd {
    background: #ffffff;
}

.table-theme>tbody>tr:hover {
    background: #f9f9f9 !important;
}

.table-theme tbody tr td {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.table-theme tbody tr td:first-child {
    border-left: 1px solid #ededed;
}

.table-theme tbody tr td:last-child {
    border-right: 1px solid #ededed;
}

.table-theme>tbody>tr>td,
.table-theme>tbody>tr>th,
.table-theme>tfoot>tr>td,
.table-theme>tfoot>tr>th,
.table-theme>thead>tr>td,
.table-theme>thead>tr>th {
    padding: 15px 15px;
}

.table-theme tr.sep td {
    padding: 1px !important;
    border: 0 !important;
    background: none !important;
}

.table-theme tr.sep {
    background: none !important;
}

.table-p1 tr.active {
    background: none !important;
}

.table-p1 tr.active td {
    color: #a8cf45;
    background: none !important;
}

.table-p1 td {
    position: relative;
}

.table-p1 label {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.table-p1 label span small {
    font-size: 70%;
}

.table-p1-add,
.table-p1-check {
    position: absolute;
    left: 100%;
    top: -1px;
    height: 100%;
    padding: 0 25px;
}

.table-p1-add {
    color: #fff;
    background: #2b97d7;
    display: none;
}

.table-p1-check {
    color: #a8cf45;
    background: none;
    display: none;
    font-size: 24px;
}

.table-p1-add label {
    font-size: 18px;
    font-weight: bold;
}

.table-p1 tr:hover .table-p1-add,
.table-p1 tr.active .table-p1-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.table-p1 tr.active:hover .table-p1-check {
    display: none;
}


/* large */

@media (min-width: 1200px) {
    .top-bg-homepage .top-content-wrapper {
        margin-top: 50px;
    }
}

/* ==========
 * TOP BUSINESS INFO
 * ========== */

.business-dashboard-wrapper {
    /**/ background: #00050b url("/images/dashboard/bg.jpg") no-repeat center center; /**/
    /** background: #00050b url("/images/1920_darker.jpg") no-repeat center center; /**/
    background-size: cover;
    min-height: 830px;
    height: 100%;
    position: relative;
}

.business-dashboard-wrapper .breadcrumb-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.dashboard-main-element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.menu-tree-wrapper {
    height: 100%;
}

.main-selector {
    width: 170px;
    height: 176px;
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.main-selector>.site-dashboard-circle-inner .inner-title {
}

.main-selector>.site-dashboard-circle-inner {
    background: url("/images/dashboard/menu-selector.png") no-repeat center center;
}

.main-selector>.site-dashboard-circle-inner:hover {
    background-image: url("/images/dashboard/menu-selector-ov.png");
}

.main-selector>.site-dashboard-circle-inner:hover .inner-title,
.main-selector>.site-dashboard-circle-inner:hover .inner-icon {
    color: #002651;
}

.site-dashboard-circle-inner {
    line-height: normal;
}

.site-dashboard-circle-inner .inner-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    font-weight: 600;
}

.site-dashboard-circle-inner .inner-title>span {
    font-weight: bold;
    line-height: 1em;
    text-transform: none;
}

.site-dashboard-circle-inner .inner-icon {
    color: #fff;
    text-shadow: 0 0 2px #fff;
    line-height: normal;
    text-align: center;
}

.site-dashboard-circle-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.site-dashboard-circle .sub-selector {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.site-dashboard-circle .sub-selector.open {
    z-index: 2;
}

.site-dashboard-circle .sub-selector.littleFade,
.menu-tree-wrapper>.site-dashboard-circle>.sub-selector.sub-selector-level-2.littleFade {
    opacity: 0.1 !important;
}

.site-dashboard-circle .sub-selector .sub-selector-line {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.site-dashboard-circle .sub-selector:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.site-dashboard-circle .sub-selector .sub-selector-circle-hover {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    display: none;
}

.site-dashboard-circle .sub-selector:hover .sub-selector-circle-hover,
.site-dashboard-circle .sub-selector.open .sub-selector-circle-hover {
    display: block;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.site-dashboard-circle .sub-selector .site-dashboard-circle .inner-title {
    display: none;
}

.site-dashboard-circle .sub-selector .site-dashboard-circle .site-dashboard-circle-inner {
    padding: 0 !important;
}

.site-dashboard-circle .sub-selector .site-dashboard-circle.type-big,
.site-dashboard-circle .sub-selector .site-dashboard-circle.type-small {
    background-repeat: no-repeat;
    background-position: center center;
}

.site-dashboard-circle .sub-selector .site-dashboard-circle.type-big {
    width: 102px;
    height: 102px;
}

.site-dashboard-circle .sub-selector .site-dashboard-circle.type-small {
    width: 60px;
    height: 60px;
}

.site-dashboard-circle .sub-selector .site-dashboard-circle.type-small .inner-icon i.fa-small {
    font-size: 50%;
    position: relative;
    top: 5px;
}

.site-dashboard-circle-tooltip {
    background: url("/images/dashboard/tooltip-bg.png") repeat-x left top;
    bottom: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 68px;
    margin-right: 60px;
    margin-top: -84px;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    display: none;
}

.site-dashboard-circle:hover>.site-dashboard-circle-tooltip {
    display: block;
}

.site-dashboard-circle-tooltip-l {
    background: url("/images/dashboard/tooltip-l.png") no-repeat left top;
    height: 68px;
    width: 30px;
    position: absolute;
    right: 100%;
    top: 0;
}

.site-dashboard-circle-tooltip-title {
    margin-left: -5px;
    margin-right: -12px;
    height: 68px;
    min-width: 88px;
    text-align: center;
}

.min-width-130 .site-dashboard-circle-tooltip-title {
    min-width: 130px;
}

.site-dashboard-circle-tooltip-r {
    background: url("/images/dashboard/tooltip-r.png") no-repeat right top;
    height: 68px;
    width: 36px;
    position: absolute;
    left: 100%;
    top: 0;
}

.site-dashboard-circle-tooltip-line {
    background: url("/images/dashboard/tooltip-line-1.png") no-repeat right top;
    width: 53px;
    height: 19px;
    position: absolute;
    right: -61px;
    top: 63px;
}

.site-dashboard-circle-tooltip.tooltip-position-left-bottom {
    bottom: auto;
    margin-right: 86px;
    margin-top: 0;
    right: 100%;
    top: 50%;
}

.site-dashboard-circle-tooltip.tooltip-position-left-bottom .site-dashboard-circle-tooltip-line {
    background: url("/images/dashboard/tooltip-line-3.png") no-repeat right top;
    right: -88px;
    top: -5px;
}

.site-dashboard-circle-tooltip.tooltip-position-right-bottom {
    bottom: auto;
    left: 100%;
    margin-left: 67px;
    margin-right: auto;
    margin-top: 9px;
    right: auto;
    top: 50%;
}

.site-dashboard-circle-tooltip.tooltip-position-right-bottom .site-dashboard-circle-tooltip-line {
    background: url("/images/dashboard/tooltip-line-2.png") no-repeat right top;
    left: -70px;
    top: -10px;
}

.site-dashboard-circle-tooltip.tooltip-position-right-bottom-lower {
    left: 100%;
    margin-left: 53px;
    margin-right: auto;
    margin-top: 6px;
    right: auto;
    top: 100%;
    bottom: auto;
}

.site-dashboard-circle-tooltip.tooltip-position-right-bottom-lower .site-dashboard-circle-tooltip-line {
    background: url("/images/dashboard/tooltip-line-2.png") no-repeat right top;
    left: -70px;
    top: -10px;
}

.site-dashboard-circle-tooltip.tooltip-position-right-top {
    bottom: 100%;
    left: 100%;
    margin-left: 63px;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -15px;
    right: auto;
    top: auto;
}

.site-dashboard-circle-tooltip.tooltip-position-right-top .site-dashboard-circle-tooltip-line {
    background: url("/images/dashboard/tooltip-line-4.png") no-repeat right top;
    left: -63px;
    top: 64px;
}

.site-dashboard-circle .sub-selector .inner-icon+.inner-title {
    margin-top: 5px;
}

/* left top */

.site-dashboard-circle .sub-selector.position-leftTop {
    bottom: 100%;
    right: 100%;
    margin-right: 149px;
    margin-bottom: -3px;
    width: 152px;
    height: 166px;
}

.site-dashboard-circle .sub-selector.position-leftTop:before {
    background-image: url("/images/dashboard/circles/circle-1.png");
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle-inner {
    padding-right: 42px;
    padding-top: 12px;
}

.site-dashboard-circle .sub-selector.position-leftTop .sub-selector-line {
    width: 177px;
    height: 129px;
    left: 100%;
    top: 50%;
    margin-top: -30px;
    background-image: url("/images/dashboard/circles/circle-1-line.png");
}

.site-dashboard-circle .sub-selector.position-leftTop .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-1-ov.png");
    height: 192px;
    width: 192px;
    left: -30px;
    top: -20px;
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-1-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-1-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.pos-1 {
    left: -125px;
    top: -40px;
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.pos-2 {
    left: -67px;
    top: 130px;
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.pos-3 {
    left: -4px;
    top: 179px;
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.pos-4 {
    left: 125px;
    top: -71px;
}

.site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.pos-5 {
    left: 16px;
    top: -85px;
}

/* center top */

.site-dashboard-circle .sub-selector.position-centerTop {
    bottom: 100%;
    left: 50%;
    margin-left: -56.5px;
    margin-bottom: 45px;
    width: 113px;
    height: 117px;
}

.site-dashboard-circle .sub-selector.position-centerTop:before {
    background-image: url("/images/dashboard/circles/circle-2.png");
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle-inner {}


.site-dashboard-circle .sub-selector.position-centerTop .sub-selector-line {
    width: 42px;
    height: 63px;
    left: 0;
    top: 100%;
    margin-top: -20px;
    background-image: url("/images/dashboard/circles/circle-2-line.png");
}

.site-dashboard-circle .sub-selector.position-centerTop .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-2-ov.png");
    height: 147px;
    width: 147px;
    left: -17px;
    top: -17px;
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-2-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-2-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.pos-1 {
    left: 88px;
    top: -99px;
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.pos-2 {
    left: 137px;
    top: 0;
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.pos-3 {
    left: 20px;
    top: -77px;
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.pos-4 {
    top: -55px;
    right: 90px;
}

.site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.pos-5 {
    top: -5px;
    right: 126px;
}

/* right top */

.site-dashboard-circle .sub-selector.position-rightTop {
    bottom: 100%;
    left: 100%;
    margin-left: 96px;
    margin-bottom: 15px;
    width: 161px;
    height: 176px;
    font-size: 16px;
}

.site-dashboard-circle .sub-selector.position-rightTop:before {
    background-image: url("/images/dashboard/circles/circle-3.png");
}

.site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle-inner {
    padding-top: 12px;
    padding-right: 40px;
}

.site-dashboard-circle .sub-selector.position-rightTop .sub-selector-line {
    width: 118px;
    height: 88px;
    right: 100%;
    top: 100%;
    margin-top: -30px;
    margin-right: -20px;
    background-image: url("/images/dashboard/circles/circle-3-line.png");
}

.site-dashboard-circle .sub-selector.position-rightTop .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-3-ov.png");
    height: 223px;
    width: 223px;
    left: -41px;
    top: -29px;
}

.site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-3-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-3-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.pos-1 {
    left: 202px;
    top: 11px;
}

.site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.pos-2 {
    left: 190px;
    top: 134px;
}

.site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.pos-3 {
    left: 118px;
    top: 197px;
}

/* left middle */

.site-dashboard-circle .sub-selector.position-leftMiddle {
    top: 50%;
    right: 100%;
    margin-right: 45px;
    margin-top: -20px;
    width: 123px;
    height: 118px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle:before {
    background-image: url("/images/dashboard/circles/circle-4.png");
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle .sub-selector-line {
    width: 55px;
    height: 39px;
    left: 100%;
    top: 0;
    margin-top: -10px;
    margin-left: -20px;
    background-image: url("/images/dashboard/circles/circle-4-line.png");
}

.site-dashboard-circle .sub-selector.position-leftMiddle .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-4-ov.png");
    height: 164px;
    width: 164px;
    left: -21px;
    top: -21px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-4-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-4-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.pos-1 {
    left: -134px;
    top: 15px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.pos-2 {
    left: -57px;
    top: 115px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.pos-3 {
    left: 14px;
    top: 150px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.pos-4 {
    left: -63px;
    top: -45px;
}

.site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.pos-5 {
    left: 6px;
    top: -83px;
}
/* right middle */

.site-dashboard-circle .sub-selector.position-rightMiddle {
    top: 50%;
    left: 100%;
    margin-left: 50px;
    margin-top: -30px;
    width: 122px;
    height: 134px;
}

.site-dashboard-circle .sub-selector.position-rightMiddle:before {
    background-image: url("/images/dashboard/circles/circle-5.png");
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle-inner {
    padding-right: 40px;
}

.site-dashboard-circle .sub-selector.position-rightMiddle .sub-selector-line {
    width: 53px;
    height: 25px;
    right: 100%;
    top: 50%;
    margin-top: 20px;
    margin-left: 0;
    background-image: url("/images/dashboard/circles/circle-5-line.png");
}

.site-dashboard-circle .sub-selector.position-rightMiddle .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-5-ov.png");
    height: 169px;
    width: 169px;
    left: -30px;
    top: -21px;
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-5-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-5-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.pos-1 {
    left: 144px;
    top: 69px;
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.pos-2 {
    left: 90px;
    top: 149px;
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.pos-3 {
    left: 148px;
    top: 3px;
}

.site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.pos-4 {
    left: 152px;
    top: 2px;
}

/* left bottom */

.site-dashboard-circle .sub-selector.position-leftBottom {
    top: 100%;
    right: 100%;
    margin-right: 128px;
    margin-top: 112px;
    width: 147px;
    height: 151px;
}


.site-dashboard-circle .sub-selector.position-leftBottom:before {
    background-image: url("/images/dashboard/circles/circle-6.png");
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle-inner {}

.site-dashboard-circle .sub-selector.position-leftBottom .sub-selector-line {
    width: 178px;
    height: 140px;
    left: 100%;
    bottom: 100%;
    margin-bottom: -32px;
    margin-left: 0;
    background-image: url("/images/dashboard/circles/circle-6-line.png");
}

.site-dashboard-circle .sub-selector.position-leftBottom .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-6-ov.png");
    height: 193px;
    width: 193px;
    left: -24px;
    top: -23px;
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.pos-1 {
    left: -124px;
    top: -9px;
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.pos-2 {
    left: -73px;
    top: 99px;
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.pos-3 {
    left: -22px;
    top: 157px;
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.pos-4 {
    left: -41px;
    top: -56px;
}

.site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.pos-5 {
    left: 24px;
    top: -88px;
}

/* center bottom */

.site-dashboard-circle .sub-selector.position-centerBottom {
    top: 100%;
    left: 50%;
    margin-left: -44px;
    margin-top: 110px;
    width: 122px;
    height: 119px;
}

.site-dashboard-circle .sub-selector.position-centerBottom:before {
    background-image: url("/images/dashboard/circles/circle-7.png");
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle-inner {}

.site-dashboard-circle .sub-selector.position-centerBottom .sub-selector-line {
    width: 59px;
    height: 101px;
    left: 0;
    bottom: 100%;
    margin-left: 12px;
    background-image: url("/images/dashboard/circles/circle-7-line.png");
}

.site-dashboard-circle .sub-selector.position-centerBottom .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-7-ov.png");
    height: 162px;
    width: 162px;
    left: -20px;
    top: -20px;
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-7-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-7-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.pos-1 {
    left: -72px;
    top: 110px;
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.pos-2 {
    left: 37px;
    top: 148px;
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.pos-3 {
    left: 108px;
    top: 114px;
}

.site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.pos-4 {
    left: -79px;
    top: 53px;
}

/* right bottom */

.site-dashboard-circle .sub-selector.position-rightBottom {
    top: 100%;
    left: 100%;
    margin-left: 128px;
    margin-top: 90px;
    width: 170px;
    height: 162px;
}

.site-dashboard-circle .sub-selector.position-rightBottom:before {
    background-image: url("/images/dashboard/circles/circle-8.png");
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle-inner {}

.site-dashboard-circle .sub-selector.position-rightBottom .sub-selector-line {
    width: 163px;
    height: 128px;
    right: 100%;
    bottom: 100%;
    margin-bottom: -27px;
    background-image: url("/images/dashboard/circles/circle-8-line.png");
}

.site-dashboard-circle .sub-selector.position-rightBottom .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-8-ov.png");
    height: 206px;
    width: 206px;
    left: -17px;
    top: -18px
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-8-sub-1.png");
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-8-sub-2.png");
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.pos-1 {
    left: 137px;
    top: -96px;
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.pos-2 {
    left: 146px;
    top: 169px;
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.pos-3 {
    left: 52px;
    top: 200px;
}

.site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.pos-4 {
    left: 195px;
    top: 50px;
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftTop:before {
    background-image: url("/images/dashboard/circles/circle-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftTop .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-1-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftTop .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-1-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftTop .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerTop:before {
    background-image: url("/images/dashboard/circles/circle-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerTop .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-2-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerTop .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-2-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerTop .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightTop:before {
    background-image: url("/images/dashboard/circles/circle-3-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightTop .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-3-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightTop .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-3-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightTop .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftMiddle:before {
    background-image: url("/images/dashboard/circles/circle-4-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftMiddle .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-4-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftMiddle .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-4-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftMiddle .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightMiddle:before {
    background-image: url("/images/dashboard/circles/circle-5-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightMiddle .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-5-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightMiddle .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-5-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightMiddle .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftBottom:before {
    background-image: url("/images/dashboard/circles/circle-6-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftBottom .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-6-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftBottom .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-6-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-leftBottom .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerBottom:before {
    background-image: url("/images/dashboard/circles/circle-7-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerBottom .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-7-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerBottom .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-7-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-centerBottom .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightBottom:before {
    background-image: url("/images/dashboard/circles/circle-8-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightBottom .sub-selector-line {
    background-image: url("/images/dashboard/circles/circle-8-line-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightBottom .sub-selector-circle-hover {
    background-image: url("/images/dashboard/circles/circle-8-ov-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.type-big {
    background-image: url("/images/dashboard/circles/circle-6-sub-1-n.png");
}

.menu-tree-wrapper.negative .site-dashboard-circle .sub-selector.position-rightBottom .site-dashboard-circle.type-small {
    background-image: url("/images/dashboard/circles/circle-6-sub-2-n.png");
}

/* small */

@media (max-width: 991px) {
    .sub-selector-line {
        display: none;
    }
    .main-selector>.site-dashboard-circle.sub-selector {
        margin: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-leftTop {
        bottom: 120%;
        right: 120%;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-centerTop {
        bottom: 120%;
        left: 50%;
        margin-left: -56.5px;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-rightTop {
        bottom: 120%;
        left: 120%;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-leftMiddle {
        top: 50%;
        right: 120%;
        margin-top: -59px;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-rightMiddle {
        top: 50%;
        left: 120%;
        margin-top: -67px;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-leftBottom {
        top: 120%;
        right: 120%;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-centerBottom {
        top: 120%;
        left: 50%;
        margin-left: -56.5px;
    }
    .menu-tree-wrapper .site-dashboard-circle .sub-selector.position-rightBottom {
        top: 120%;
        left: 120%;
    }
}

/* extra small */

@media (max-width: 767px) {
    .business-dashboard-wrapper,
    .menu-tree-wrapper,
    .dashboard-main-element,
    .main-selector {
        height: auto !important;
        max-height: none !important;
    }
    .main-selector>.site-dashboard-circle-inner {
        height: 176px !important;
    }
    .dashboard-main-element {
        padding: 70px 0;
    }
    .main-selector,
    .dashboard-main-element,
    .menu-tree-wrapper>.site-dashboard-circle>.site-dashboard-circle-inner,
    .menu-tree-wrapper>.site-dashboard-circle>.sub-selector {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0 auto !important;
    }
    .menu-tree-wrapper>.site-dashboard-circle>.site-dashboard-circle-inner,
    .menu-tree-wrapper>.site-dashboard-circle>.sub-selector {
        margin: 0 auto 40px !important;
    }
    .menu-tree-wrapper>.site-dashboard-circle>.sub-selector.sub-selector-level-2 {
        display: block !important;
        opacity: 1 !important;
    }
    .site-dashboard-circle .sub-selector .site-dashboard-circle.pos-1 {
        top: 90% !important;
        left: -54% !important;
    }
    .site-dashboard-circle .sub-selector .site-dashboard-circle.pos-2 {
        left: 26% !important;
        top: 120% !important;
    }
    .site-dashboard-circle .sub-selector .site-dashboard-circle.pos-3 {
        top: 107% !important;
        left: 72% !important;
    }
    .site-dashboard-circle .sub-selector .site-dashboard-circle.pos-4 {
        left: 107% !important;
        top: 66% !important;
    }
    .site-dashboard-circle .sub-selector .site-dashboard-circle.pos-5 {
        top: 47% !important;
        left: -64% !important;
    }
    .site-dashboard-circle-tooltip {
        display: none !important;
    }


    .site-dashboard-circle.small_circle .site-dashboard-circle.pos-1 {
        top: 84% !important;
        left: -80% !important;
    }
    .site-dashboard-circle.small_circle .site-dashboard-circle.pos-2 {
        top: 26% !important;
        left: -81% !important;
    }
    .site-dashboard-circle.small_circle .site-dashboard-circle.pos-3 {
        left: 14% !important;
        top: 127% !important;
    }
    .site-dashboard-circle.small_circle .site-dashboard-circle.pos-4 {
        top: 114% !important;
        left: 79% !important;
    }
    .site-dashboard-circle.small_circle .site-dashboard-circle.pos-5 {
        left: 122% !important;
        top: 67% !important;
    }

}





/* not extra small */

@media (min-width: 768px) {
    .table-p1>tbody>tr>td,
    .table-p1>tbody>tr>th,
    .table-p1>tfoot>tr>td,
    .table-p1>tfoot>tr>th,
    .table-p1>thead>tr>td,
    .table-p1>thead>tr>th {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.table-raport td {
    font-size: 18px;
}

.table-raport td .small {
    font-size: 14px;
}

.table-raport>tbody>tr>td,
.table-raport>tbody>tr>th,
.table-raport>tfoot>tr>td,
.table-raport>tfoot>tr>th,
.table-raport>thead>tr>td,
.table-raport>thead>tr>th {
    vertical-align: middle;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f7f7f7;
}

.table-raport tbody tr:first-child td {
    border-top: 0;
}

.section-sub>header.table-raport-header {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

.section-sub>header.table-raport-header label {
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
}

.table-raport-header-total {
    font-size: 18px;
}

.table-raport-header-form .form-group+.form-group {
    padding-left: 15px;
}

.table-raport-header-form * {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* extra small */

@media (max-width: 767px) {
    .table-raport>tbody>tr>td,
    .table-raport>tbody>tr>th,
    .table-raport>tfoot>tr>td,
    .table-raport>tfoot>tr>th,
    .table-raport>thead>tr>td,
    .table-raport>thead>tr>th {
        min-width: 150px !important;
    }
}