﻿/*global css*/
html, body {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    color: #212121;
}

    body.inner-page {
        background: #fff;
    }

ul {
    padding: 0;
    list-style: none;
}

.img-container img {
    max-width: 100%;
}

h1 {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
    margin-top: 0;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.paragraph {
    font-weight: lighter;
}

.wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.divider {
    background: #fff;
    height: 1px;
    width: 100%;
    margin-bottom: 23px;
}

.round_image {
    display: inline-block;
}

    .round_image img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        max-width: 100%;
    }
/*START HEADER*/
.header li a,
.header li a:active,
.header li a:focus {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.header li.account_section.open a:hover {
    color: #fc6719;
}

.nav > li > a {
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.home_landing {
    background: url('/images/landingImg.jpg') no-repeat 50% 0/cover;
    width: 100%;
    height: 804px;
    position: relative;
}

.headerTopMenu {
    text-align: right;
}

    .headerTopMenu li a:active,
    .headerTopMenu li a:hover,
    .headerTopMenu li a:focus {
        color: #fc6719;
    }

.header-content {
    position: absolute;
    -ms-transform: translate(-50%, -50%); /*IE 9*/
    -webkit-transform: translate(-50%, -50%); /*Safari*/
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.addButton {
    margin-top: 10px;
    margin-right: 10px;
}

li .addButton a,
li .addButton a i.fa,
li .addButton a:focus,
li .addButton a:active,
li .addButton a:visited {
    color: #333;
}

.navbar-default {
    background-image: url('/images/header_img.jpg');
    border: none;
    height: 54px;
    margin-bottom: 0;
    border-radius: 0;
}

.home-page .navbar-default {
    background-color: transparent;
    background-image: none;
    height: initial;
}

.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a:active {
    color: #fc6719;
    outline: none;
}

.home-page .logoContainer {
    max-width: 100%;
    padding-bottom: 15px;
    margin: 0;
    float: none;
}

.logoContainer {
    text-align: center;
    max-width: 60px;
    margin-top: 5px;
    float: left;
    margin-left: 15px;
}


    .logoContainer img {
        max-width: 100%;
    }

    .logoContainer .siteSlogan {
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin: 30px 0;
    }

.headerSearch {
    margin: 0 auto;
    font-size: 16px;
}

.input-group .form-control, .input-group .form-control:first-child {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*global error messages*/
input.form-control.error, textarea.form-control.error {
    border-color: #cc0000 !important;
}

.error-message {
    color: #cc0000;
    font-size: 14px;
    font-weight: lighter;
}

.top.headerSearch .input-group-btn {
    position: absolute;
}

.headerSearch .input-group-btn:last-child > .btn {
    margin-left: -40px;
}

.headerSearch .input-group-btn .btn-default {
    color: #d2d3dd;
    background-color: #fcfdfd;
    border-color: #ced0da;
    z-index: 4;
}

.headerSearch .input-group {
    margin: 0 auto;
}

.top.headerSearch .input-group {
    float: left;
    padding: 0 15px;
}

.headerSearch .input-group .form-control {
    max-width: 285px;
    color: #354052;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top.headerSearch .input-group .form-control {
    max-width: 225px;
    height: 30px;
    margin: 10px 0;
}

.top.headerSearch .form-control.search-info {
    margin-right: 0;
}

.headerSearch .form-control.search-info {
    margin-right: 40px;
}

.top.headerSearch .input-group-btn {
    display: inline-block;
    top: 10px;
    height: 30px;
}

    .top.headerSearch .input-group-btn .btn-default {
        padding: 4px 12px;
    }

.input-group-btn {
    top: 0;
}

.scroll-down {
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

    .scroll-down img {
        width: 57px;
        height: 56px;
    }



.app-store a:first-child {
    margin-right: 15px;
}

header .app-store {
    bottom: 40px;
    position: absolute;
}
/*header logged in*/
.profile-img {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.user-account {
    float: right;
    margin-bottom: 0;
}

    .user-account li {
        float: left;
    }

        .user-account li a,
        .user-account li a,
        .user-account li a:active,
        .user-account li a:focus {
            padding: 5px;
        }

    .user-account .icon {
        height: 35px;
        width: 35px;
        position: relative;
    }

        .user-account .icon .bullet {
            background-color: #50d5cd;
            width: 22px;
            height: 16px;
            position: absolute;
            top: 8px;
            -webkit-border-radius: 36%;
            -moz-border-radius: 36%;
            border-radius: 36%;
            left: 10px;
            text-align: center;
            line-height: 16px;
        }

        .user-account .icon.pending {
            background: url(/images/spriteVert.png) no-repeat -15px -2px;
        }

        .user-account .icon.notification {
            background: url(/images/spriteVert.png) no-repeat -15px -43px;
        }

    .user-account .account_section a,
    .user-account .account_section a:active,
    .user-account .account_section a:focus {
        padding: 8px 0;
    }

    .user-account .account_section .dropdown-menu {
        padding: 0;
        margin: 0;
        font-size: 14px;
        min-width: 245px;
    }

    .user-account .open .dropdown-menu > li > a:focus, .user-account .open .dropdown-menu > li > a:hover {
        background-color: #50d5cd;
        color: #fff;
    }

    .user-account .account_section .dropdown-menu a {
        color: #354052;
        padding-left: 45px;
        padding-right: 45px;
        font-weight: lighter;
    }

    .user-account .account_section .dropdown-menu .user a {
        padding: 13px 0;
    }

    .user-account .account_section .dropdown-menu li {
        float: none;
        border: 1px solid #dfe3e9;
    }

    .user-account .account_section .dropdown-menu .user.username {
        float: left;
    }

    .user-account .account_section .dropdown-menu .profile-img {
        width: 28px;
        height: 28px;
        margin-right: 12px;
        display: block;
        float: left;
        margin-top: -3px;
    }

footer .app-store {
    position: relative;
    margin: 15px 0;
}

footer {
    color: #fff;
}

    footer a {
        color: #fff;
    }

        footer a:hover, footer a:focus {
            text-decoration: none;
            color: #fff;
        }

.socialList {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .socialList li:first-child {
        margin-right: 20px;
    }


footer .footerTop {
    background: url('/images/footer-img.jpg') no-repeat 0 0/cover;
    padding-bottom: 20px;
}

.home-page footer .footerTop {
    background: #1a272b;
}

footer .footerTop .top-links {
    border-bottom: 1px solid #fff;
}

    footer .footerTop .top-links ul {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        footer .footerTop .top-links ul li {
            text-align: right;
        }

            footer .footerTop .top-links ul li:first-child {
                text-align: left;
            }

footer .footer-nav li a {
    padding: 8px 0;
    display: block;
}

footer .footerBot {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #212121;
    text-transform: uppercase;
}

.menu_left {
    float: left;
}

.menu_right {
    float: right;
}
/*domains-block*/
.domains-container {
    text-align: center;
    background: #fff;
    padding: 0 15px;
    padding-bottom: 60px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: -7px 7px 25px 0 #595959;
    -webkit-box-shadow: -7px 7px 25px 0 #595959;
    box-shadow: -7px 7px 25px #595959;
    top: -30px;
    z-index: 2;
    position: relative;
    margin-bottom: -60px;
}

    .domains-container h3 {
        text-transform: uppercase;
    }

    .domains-container .item .img-container {
        width: 175px;
        height: 175px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto;
        border: 2px #00426a;
        border-style: solid;
        position: relative;
    }

        .domains-container .item .img-container .domain-img:hover .domain-overlay {
            position: absolute;
            background: #00426a;
            opacity: 0.5;
            top: 0;
            border-radius: 50%;
            left: 0;
            height: 162px;
            width: calc(100% - 5px);
            height: 100%;
            height: calc(100% - 5px);
            left: 2.5px;
            top: 2.5px;
        }

    .domains-container .item {
        margin: 30px 0;
    }

        .domains-container .item .domain-img {
            background: url(/images/landingImg.jpg) no-repeat 50% 50%/cover;
            width: 158px;
            height: 158px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            vertical-align: middle;
            margin: 7px auto;
        }

        .domains-container .item .main-title {
            text-align: center;
        }

    .domains-container .paragraph {
        padding-top: 40px;
        padding-bottom: 20px;
        border-top: 1px solid #2d2926;
    }

.parentContainerForCheckbox .bootstrap-switch-container {
    height: 30px;
}

.parentContainerForCheckbox .bootstrap-switch-label {
    background: #fff;
    border-radius: 50% !important;
    height: 23px;
    width: 23px;
    line-height: 36px;
    margin-left: 5px;
}

.parentContainerForCheckbox .bootstrap-switch.bootstrap-switch-wrapper {
    border-radius: 50px;
    min-width: 70px;
    height: 30px;
}

.parentContainerForCheckbox .bootstrap-switch,
.parentContainerForCheckbox .bootstrap-switch-on .bootstrap-switch-container,
.parentContainerForCheckbox .bootstrap-switch-on .bootstrap-switch-container span {
    background: #50d5cd;
}

.parentContainerForCheckbox .bootstrap-switch-off .bootstrap-switch-container,
.parentContainerForCheckbox .bootstrap-switch-off .bootstrap-switch-container span,
.parentContainerForCheckbox .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #dfe1e5;
}

/*inner-banner*/
.inner-banner {
    position: relative;
    color: #fff;
    background: url('/images/inner-banner.jpg') no-repeat 56% 50%/cover;
    height: 745px;
}

    .inner-banner .banner-description {
        position: absolute;
        -ms-transform: translateY(-50%); /*IE 9*/
        -webkit-transform: translateY(-50%); /*Safari*/
        transform: translateY(-50%);
        top: 50%;
    }

    .inner-banner .app-store {
        position: absolute;
        bottom: 10%;
        /*left: 0; */
    }

    .inner-banner .img-content {
        vertical-align: bottom;
    }

    .inner-banner img {
        max-width: 100%;
    }

/*contact-form*/
.contact-form {
    background-color: #003e52;
    padding: 75px 0;
    color: #fff;
    position: relative;
}

    .contact-form .contact-title {
        text-transform: uppercase;
        font-size: 36px;
    }

    .contact-form .wrapper {
        max-width: 765px;
    }

    .contact-form .form-group {
        margin-bottom: 23px;
    }

    .contact-form .form-control {
        background-color: #73929c;
        color: #fff;
        border: #f3f4f6;
        height: 42px;
    }

    .contact-form .btn-send {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        margin: 5px auto;
        display: block;
        font-size: 18px;
        padding: 7px 20px;
    }

        .contact-form .btn-send:hover, .contact-form .btn-send:active, .contact-form .btn-send:focus {
            color: #fff;
            background: transparent;
            outline: none;
            border-color: #fff;
        }

    .contact-form textarea.form-control {
        height: auto;
        max-width: 100%;
    }

    .contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .contact-form .form-control:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .contact-form .paragraph {
        padding-bottom: 57px;
        font-size: 14px;
        font-weight: lighter;
    }
/*features*/
.features .img-title {
    text-align: center;
    padding: 45px 0;
}

.features .item {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .features .item .img-container {
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    /*.features .item .pin-text {
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: 20px;
        right: 0;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

        .features .item .pin-text .item1 {
            margin-right: 66px;
            display: block;
        }

        .features .item .pin-text .item2 {
            margin-top: 5px;
            display: block;
            text-align: right;
            margin-right: 28px;
        }*/

    .features .item .description {
        color: #003e52;
        font-size: 14px;
        font-weight: lighter;
        text-align: center;
        margin: 0 auto;
        position: relative;
        margin-top: 33px;
        margin-bottom: 33px;
        padding-right: 50px;
        padding-left: 20px;
    }

    .features .item:first-child .description {
        padding-left: 0;
    }

    .features .item:last-child .description {
        padding-right: 0;
    }

    .features .item .description:after {
        content: '';
        background: #003e52;
        width: 1px;
        height: 240px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .features .item:last-child .description:after {
        content: none;
    }
/*autentification-modal*/
.custom-modal .modal-dialog {
    margin: 20% auto;
}

.custom-modal {
    text-align: center;
    font-weight: lighter;
    z-index: 99999;
}

    .custom-modal .modal-header {
        background: url('/images/modal-header.jpg')no-repeat 50% 50%/cover;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 28px;
        margin-top: -37px;
        color: #fff;
        padding: 18px;
        position: relative;
        -moz-box-shadow: -7px 7px 25px 0 #212121;
        -webkit-box-shadow: -7px 7px 25px 0 #212121;
        box-shadow: -5px 5px 35px #212121;
        border: 0;
        height: 125px;
    }

        .custom-modal .modal-header .close {
            font-size: 27px;
            color: #fff;
            opacity: 1;
            position: absolute;
            top: 5px;
            right: 5px;
        }

    .custom-modal .modal-body {
        padding: 23px 50px;
    }

    .custom-modal .checkbox {
        margin-top: 20px;
        font-size: 14px;
    }

        .custom-modal .checkbox a {
            font-size: 14px;
            text-decoration: underline;
            font-weight: normal;
        }

    .custom-modal .modal-body .input-group {
        margin-bottom: 14px;
        font-weight: normal;
        width: 100%;
    }

    .custom-modal .socialList {
        margin: 10px 0;
    }


        .custom-modal .socialList li:first-child {
            margin: 0;
        }

        .custom-modal .socialList li a {
            padding: 0;
            display: block;
            height: 43px;
            width: 43px;
        }

    .custom-modal .btn-send {
        background: #03293c;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 12px;
        margin-bottom: 10px;
        outline: none;
        border-color: #03293c;
    }

        .custom-modal .btn-send:focus, .custom-modal .btn-send:active, .custom-modal .btn-send:hover {
            background: #03293c;
            color: #fff;
            outline: none;
        }

.custom-btn {
    background: #fdfffe;
    color: #354052;
    border-color: #ced0da;
    padding: 7px 3px;
    text-transform: uppercase;
}

.custom-modal .form-control {
    height: 36px;
}

.input-group-addon {
    background-color: #fff;
    font-size: 16px;
    padding: 0;
    color: #9a9da3;
    width: 36px;
    height: 36px;
}

.custom-modal .modal-footer {
    border: 0;
    padding: 23px 50px;
}

.custom-modal .bottom-links {
    margin-top: 10px;
}

    .custom-modal .bottom-links a {
        float: left;
        margin-top: 5px;
    }

.custom-modal a {
    font-size: 14px;
    text-decoration: none;
    color: #212121;
    text-align: left;
}

.custom-modal .paragraph {
    padding-top: 30px;
    padding-bottom: 20px;
    color: #8b7f79;
    text-align: left;
    font-size: 14px;
}

.signIn-modal.custom-modal .modal-footer {
    padding-top: 5px;
}

.add_services.custom-modal .modal-body {
    padding: 23px;
}

.big-fb-icon {
    background: url(/images/spriteVert.png) no-repeat -6px -573px;
}

.big-gmail-icon {
    background: url(/images/spriteVert.png) no-repeat -6px -514px;
}
/*result page*/
.filter-top {
    margin-top: 30px;
}

    .filter-top li a {
        color: #212121;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
    }

        .filter-top li a .fa {
            color: #959595;
            margin-left: 3px;
        }

    .filter-top li .fa-map-marker {
        font-size: 20px;
    }

.filter-results .block {
    padding: 23px 0;
    border-bottom: 1px solid #054f67;
    position: relative;
}

.filter-results .item.img-container {
    /* max-height: 175px;*/
    max-height: 220px;
    top: 0;
    text-align: center;
}

.filter-results .align-vertically {
    text-align: center;
}

.filter-results .link-btn {
    color: #003e52;
    border: 1px solid #003e52;
    display: inline-block;
    padding: 11px 3px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.filter-results h2 {
    margin: 0;
    padding-bottom: 5px;
}

.filter-results .paragraph {
    padding: 18px 0;
    font-size: 14px;
}

.filter-results .info {
    max-width: 550px;
    margin: 0 auto;
}

.rating-section .user-rating {
    padding-top: 3px;
}

.rating-section .bullet {
    height: 10px;
    width: 10px;
    background: #fff;
    border: 1px solid Black;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.read_more {
    text-decoration: underline;
    color: #212121;
    font-weight: normal;
}

.rating-count {
    font-size: 16px;
    font-weight: lighter;
}

.rating-section .bullet.active {
    background: black;
}
/*sidebar menu*/
.page-sidebar {
    background: #003e52;
    z-index: 10;
}

    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-toggler-wrapper .sidebar-toggler, .page-sidebar .sidebar-toggler {
        margin: 0;
        width: 45px;
        height: 45px;
        padding: 13px 10px;
        float: none;
        opacity: 1;
    }

.page-sidebar-closed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu:hover .sub-menu, .page-sidebar-closed .page-sidebar .page-sidebar-menu:hover .sub-menu {
    background: #003e52;
}

.page-sidebar > li > a, .page-sidebar .page-sidebar-menu > li > a {
    border-top: 1px solid #003e52;
    padding: 0;
    color: #fff;
}

.page-sidebar .page-sidebar-menu .sub-menu > li > a {
    color: #fff;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active > a:hover, .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
    background-color: #50d5cd !important;
    border-color: transparent;
    color: #2f2f2f;
    font-weight: 700;
}

.page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
    font-size: 26px;
    margin-top: 5px;
    color: #fff;
    width: 20px;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar .page-sidebar-menu li:hover > a > .arrow.open:before, li.open > a > .arrow:before {
    color: #fff;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler, .page-sidebar .sidebar-toggler {
    background: #003e52;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.page-sidebar .sidebar-icons {
    background-image: url('/images/spriteVert.png');
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a {
    background-color: #50d5cd !important;
    color: #2f2f2f;
    font-weight: 700;
}

.page-sidebar-menu > li > a:first-child {
    border-top: 1px solid #066381;
}

.page-sidebar .sidebar-icons.account {
    background-position: -7px -219px;
}

.page-sidebar .sidebar-icons.subscribe {
    background-position: -8px -362px;
}

.page-sidebar .sidebar-icons.agenda {
    background-position: -8px -314px;
}

.page-sidebar .sidebar-icons.notifications {
    background-position: -7px -45px;
}

.page-sidebar .sidebar-icons.pending {
    background-position: -8px -456px;
}

.page-sidebar .sidebar-icons.calendar {
    background-position: -8px -267px;
}

.page-sidebar .sidebar-icons.dashboard {
    background-position: -7px -1122px;
}

.page-sidebar .sidebar-icons.bookings {
    background-position: -7px -265px;
}

.page-sidebar .sidebar-icons.people {
    background-position: -7px -1184px;
}

.page-sidebar .sidebar-icons.settings {
    background-position: -8px -1234px;
}

.page-sidebar-menu .sidebar-icons.fa {
    font-size: 26px;
    color: #fff;
    height: 33px;
    background: none;
}

.page-sidebar .sidebar-icons.fa-question {
    margin: 7px 0 5px 0.9rem;
    font-size: 29px;
}

.page-sidebar .sidebar-icons.fa-search {
    margin: 7px 0 5px 0.7rem;
    font-size: 24px;
}

.page-sidebar .navbar-default .navbar-toggle .icon-bar {
    background: #003e52;
}
/*planet-steps*/
.planet_steps {
    padding: 30px 30px 30px 50px;
}

    .planet_steps .info-head {
        margin-top: 0;
    }

.step-list {
    -webkit-margin-after: 0;
    border-right: 1px solid #d0d0ce;
    padding: 0;
}

.planet_steps .step {
    position: relative;
    padding-bottom: 30px;
}

    .planet_steps .step > a {
        border-bottom: 1px solid #d0d0ce;
        display: block;
        color: #cecfd0;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        padding: 0 15px;
        position: relative;
    }

    .planet_steps .step.active > a {
        color: #003e52;
        border-bottom: 1px solid #50d5cd;
    }

    .planet_steps .step.completed > a {
        color: #003e52;
    }

    .planet_steps .step > a:after {
        content: '';
        width: 11px;
        height: 11px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        bottom: -5px;
        background-color: #fff;
        border: 1px solid #d0d0ce;
        z-index: 9999;
    }

    .planet_steps .step.active > a:after {
        background-color: #003e52;
        border: 1px solid #50d5cd;
    }

.planet_steps ul.selected {
    min-height: 60px;
    font-weight: lighter;
    font-style: italic;
    padding: 5px 15px;
}

.planet-content {
    background: #fff;
    border: 1px solid #d0d0ce;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    right: -21px;
    top: 0;
    padding: 1px;
}

.planet_steps .step-list:after, .planet_steps .step-list:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    z-index: 9999;
}

.planet_steps .step-list:after {
    bottom: 20px;
    right: 25px;
    border: 1px solid #d0d0ce;
}

.planet_steps .step-list:before {
    top: 29px;
    right: 26px;
    border: 1px solid #003e52;
}

li.step.completed, li.step.active {
    border-right: 1px solid #003e52;
}

.planet_steps .step.active .planet-content {
    width: 76px;
    height: 76px;
    padding: 3px;
    right: -38px;
    top: -15px;
    border: 2px solid #50d5cd;
}

.planet_steps .step .planet-content img {
    width: 100%;
}

.planet_steps .step .planet-content.with-ring img {
    position: absolute;
    height: auto;
    width: 76px;
    height: auto;
    top: 1px;
    left: -19px;
}

.planet_steps .step.active .planet-content.with-ring img {
    vertical-align: middle;
    width: 137px;
    top: 2px;
    left: -34px;
}

/*choose services*/
.panel-heading {
    display: block;
    width: 100%;
    position: relative;
}

.services {
    padding: 23px 30px;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.services .panel-title {
    display: inline-block;
}

.services .panel-heading.collapsed .icon {
    display: none;
}

.services .panel-heading .icon {
    display: inline-block;
    height: 25px;
}

.services .schedule.delimiter tr.open > td {
    padding: 8px 44px;
}

.services .panel-heading {
    padding: 5px 18px;
}

.services .panel-heading, .services .panel-body, .services .panel-group .panel, .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.services .panel-body {
    padding: 0;
}

.extend-title, .services .panel-heading {
    color: #50d5cd;
}

    .extend-title.collapsed {
        color: #333;
    }

        .extend-title.collapsed:before {
            content: "\f105";
            left: 3px;
            top: 0;
        }

    .extend-title:before {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        font-size: 26px;
        top: 1px;
        left: 0;
    }

.table > tbody > tr > td.right-info {
    width: 110px;
}

.table > tbody .second-row > td {
    padding: 8px 40px;
}

.table > tbody .second-row .options {
    display: inline-block;
    margin-right: 20px;
}

.serviceRes {
    border-bottom: 1px solid #50d5cd;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
    width: 90%;
}

/*end*/
/*profil furnizor*/
.info-page {
    margin-top: 23px;
    padding-left: 40px;
}

    .info-page .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .info-page .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
        background: #50d5cd;
    }

.top-title {
    color: #003e52;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.provider-profile .add-to-fav a {
    color: #7f7f7f;
    text-decoration: underline;
    display: block;
}

.provider-profile .top_info {
    padding-right: 20%;
}

.provider-profile .profile-img {
    background: url('/images/landingImg.jpg') no-repeat 50% 50%/cover;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.schedule > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: none;
    /*padding: 0 8px 0 0; */
    max-width: 300px;
}

.provider-profile .schedule {
    font-size: 14px;
    font-weight: lighter;
}

.provider-profile .contact-details {
    margin-top: 15px;
    font-size: 14px;
    font-weight: lighter;
}

    .provider-profile .contact-details .list-inline > li {
        padding: 0;
    }

.item-title {
    font-size: 16px;
    font-weight: bold;
}

.provider-profile .buttons-content {
    text-align: center;
    margin: 20px 0;
}

    .provider-profile .buttons-content .btn-send {
        border-color: #066381;
        text-transform: uppercase;
    }

        .provider-profile .buttons-content .btn-send:first-child {
            margin-right: 10px;
        }

        .provider-profile .buttons-content .btn-send:hover, .provider-profile .buttons-content .btn-send:focus, .provider-profile .buttons-content .btn-send:visited, .provider-profile .buttons-content .btn-send:active {
            background: #fff;
            outline: none;
        }

.head {
    width: 100%;
    position: relative;
    line-height: 30px;
    font-weight: normal;
}


.right-content .item-title {
    margin-left: 10px;
    text-transform: capitalize;
}

.right-content .item {
    font-size: 14px;
    font-weight: lighter;
    margin: 30px 0 20px 0;
    position: relative;
}

.provider-profile .right-content .item {
    /*padding-left: 72px; */
}

.head_content {
    padding-left: 30px;
}

.right-content .address {
    margin-top: 10px;
}

.icon.pen {
    background: url(/images/spriteVert.png) no-repeat -12px -684px;
}

.icon.agenda {
    background: url(/images/spriteVert.png) no-repeat -13px -974px;
}

.icon.pen_left {
    background: url(/images/spriteVert.png) no-repeat -13px -923px;
}

.icon.list {
    background: url(/images/spriteVert.png) no-repeat -12px -729px;
}

.icon.location {
    background: url(/images/spriteVert.png) no-repeat -12px -778px;
}

.icon.clock {
    background: url(/images/spriteVert.png) no-repeat -12px -635px;
}

.icon.alerts {
    background: url(/images/spriteVert.png) no-repeat -12px -873px;
}

.icon.star {
    background: url(/images/spriteVert.png) no-repeat -12px -828px;
}

.icon.pending {
    background: url(/images/spriteVert.png) no-repeat -13px -1074px;
}

.icon.abonamente {
    background: url(/images/spriteVert.png) no-repeat -12px -1026px;
}

.icon.info {
    background: url(/images/spriteVert.png) no-repeat -13px -1308px;
}

.icon.card {
    background: url(/images/spriteVert.png) no-repeat -12px -1639px;
}

.icon.time {
    background: url(/images/spriteVert.png) no-repeat -12px -1587px;
}

.circle_icon {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #c1c1c1;
    display: inline-block;
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 4px;
    vertical-align: middle;
}

.icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}



/*.left-content:after {
    content: '';
    padding-bottom: 300px;
    border-right: 1px solid #50d5cd;
    padding-right: 0;
    right: 0;
    position: absolute;
    margin-top: 15px;
    height: calc(100% - 15px);
    top: 0;
}*/
/*dashboard-profile*/
.dashboard-profile .top-title {
    text-align: left;
    padding-bottom: 5px;
}

.dashboard-profile .right-content .item {
    padding-left: 30px;
}

.hint-message {
    color: #003e52;
    font-size: 16px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.schedule.delimiter > tbody > tr > td {
    border-color: #c1c2c3;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 8px;
    vertical-align: middle;
}

.top_info {
    /*padding-bottom: 50px;*/
    padding-top: 12px;
}

.custom-underline {
    position: relative;
}

    .custom-underline:before {
        content: '';
        text-decoration: underline;
        position: absolute;
        border-bottom: 1px solid #7f7f7f;
        width: 100%;
        bottom: 0;
        left: 0;
    }

.date {
    top: 1px;
}

.schedule .status {
    font-style: italic;
    /*padding-left: 30%;*/
}

.favorites {
    margin-top: 20px;
}

.dashboard-profile .right-content .fav-container {
    padding-left: 0;
}

.favorites .fav {
    display: inline-block;
    text-align: -webkit-auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 17%;
    margin: 10px auto;
    white-space: nowrap;
}

.favorites .round_image {
    width: 74px;
    height: 74px;
}



    .favorites .round_image img {
        border: 1px solid #e6e6e5;
    }

.favorites .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*subscribe agenda*/
.ax.left:before {
    content: '';
    padding-bottom: 300px;
    border-right: 1px solid #50d5cd;
    padding-right: 0;
    left: 0;
    position: absolute;
    margin-top: 15px;
    height: 100%;
    /*min-height: 100vh;*/
    top: 1px;
}

.ax.right:after {
    content: '';
    padding-bottom: 300px;
    border-right: 1px solid #50d5cd;
    padding-right: 0;
    right: 0;
    position: absolute;
    margin-top: 15px;
    height: 100%;
    min-height: 100vh;
    top: 1px;
}


.subscribes .agenda table {
    border-top: 1px solid #c1c2c3;
}

.agenda .pick-date {
    float: right;
    margin: 12px 0;
}

    .agenda .pick-date .date {
        float: left;
        /*margin-right: 35px;*/
        margin-right: 19px;
    }

        .agenda .pick-date .date .form-control {
            width: 138px;
            padding: 1px 25px;
            text-align: center;
            color: #a1a6ae;
            font-size: 12px;
            height: auto;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            height: 34px;
        }

    .agenda .pick-date label {
        display: table-cell;
        vertical-align: middle;
        padding-right: 5px;
    }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:hover, .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    color: #fff;
    background-color: #50d5cd;
    border-color: #50d5cd;
    border-radius: 50%;
}

.datepicker-dropdown {
    color: #999999;
    font-size: 10px;
}

.subscribes.right-content {
    margin-left: 50px;
}

.braket {
    color: #c8c9ca;
    padding-left: 20px;
}

.table.schedule.delimiter .braket {
    float: right;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 78px;
    margin-bottom: 0;
}

    .fc-basic-view .fc-body .fc-row:before,
    .fc-basic-view .fc-body .fc-row:after {
        display: table;
        content: " ";
    }

.fc-month-view .fc-bg table,
.fc-month-view .fc-content-skeleton table {
    border-collapse: separate;
    border-spacing: 8px 2px;
}

.fc-month-view .fc-bg tr,
.fc-month-view .fc-content-skeleton tr {
    text-align: center;
}

.fc-month-view td.fc-day {
    border: 1px solid #a5a5a5 !important;
    border-radius: 0 !important;
    vertical-align: middle;
    height: 60px;
}

.fc td, .fc th {
    border-width: 0;
}

.agenda table {
    border-top: 0;
    height: 100%;
}

td.fc-day.fc-widget-content.fc-today {
    background: #ebebeb;
    border: 1px solid #295d6d !important;
}

td.fc-day.fc-widget-content.fc-state-highlight {
    background: #ffffff;
    border: 1px solid #50d5cd !important;
}

.fc-event, .fc-event-dot {
    background-color: #50d5cd;
}

tr > td > .fc-day-grid-event {
    background-color: #50d5cd;
    border: 0;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
}

.fc-row.fc-rigid .fc-content-skeleton {
    height: 100%;
}

td.fc-event-container {
    border-top: 0;
    background: #50d5cd;
    padding: 0;
    top: 20px;
    padding: 5px 11px;
    border-collapse: initial;
}

#calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #003e52;
    font-size: 16px;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
    color: #003e52;
}

.fc-month-view .fc-content-skeleton thead {
    visibility: hidden;
}

.fc-highlight {
    background: transparent;
}

.fc-month-view td.fc-day.hasEvent .day_nr {
    height: initial;
    font-size: initial;
    background: #003e52;
    color: #fff;
    border-bottom-left-radius: 3px 3px 0 0 !important;
    border-bottom-right-radius: 3px 3px 0 0 !important;
}

/*.fc-scroller {
   overflow-y: hidden !important;
}*/

#calendar .fc-ltr .fc-basic-view .fc-day-top.fc-state-highlight .fc-day-number {
    position: relative;
    float: left;
    transform: none;
    top: -17px;
}

.fc-toolbar button:focus:focus {
    outline: none;
}

th.fc-day-header.fc-widget-header {
    color: #898989;
}

td.fc-day.fc-widget-content.fc-other-month.fc-past, td.fc-day.fc-widget-content.fc-other-month.fc-future {
    border-color: #efefef !important;
    color: #e6e6e6 !important;
}

#calendar .fc-month-view td.fc-day.hasEvent {
    border: 1px solid #003e52 !important;
    vertical-align: top;
}

td.fc-head-container.fc-widget-header .fc-row.fc-widget-header {
    /*margin-bottom: -10px;*/
}

.fc-icon-right-single-arrow:after {
    content: "\f0da";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    font: normal normal normal 14px/1 FontAwesome;
}

.fc-prev-button.fc-button.fc-state-default, .fc-next-button.fc-button.fc-state-default {
    position: relative;
    border-radius: 50%;
    background: #fff;
    color: #898989;
    border-width: 1px;
    border-style: solid;
}

.fc-icon-left-single-arrow:after {
    content: "\f0d9";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    font: normal normal normal 14px/1 FontAwesome;
}

.fc-toolbar.fc-header-toolbar h2 {
    color: #53565a;
    font-size: 18px;
    vertical-align: middle;
    line-height: 26px;
    text-transform: capitalize;
}

button.fc-button.fc-state-default.fc-state-active {
    color: #50d5cd;
    border: 0;
    background: transparent;
    box-shadow: none;
}

button.fc-button.fc-state-default {
    color: #53565a;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
}

/*.fc-button-group button.fc-button.fc-state-default {
    top: 10px;
} */

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: 45px;
}

.fc-view, .fc-view > table {
    margin-left: -10px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
    padding-bottom: 7px; /* */
    border-bottom: 1px solid #898989;
    margin-right: 28px;
}

.providerCalendar .fc-toolbar .fc-center {
    /*padding-left: 15%; */
    /*padding-left: 7%;
    float: left; */
    text-transform: capitalize;
}
/*Customer Calenadar*/
.customer-calendar .fc-toolbar .fc-center {
    padding-left: 0;
}

.customer-calendar.fc-ltr .fc-basic-view .fc-today .fc-day-number {
    color: #fff;
    float: none;
}

.customer-calendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    display: none;
}

.customer-calendar .fc-month-view td.fc-day {
    height: 34px;
    border: none !important;
}

.customer-calendar .fc-basic-view .fc-body .fc-row {
    min-height: 40px;
}

.customer-calendar.fc-row.fc-rigid .fc-content-skeleton {
    top: 0;
}

.customer-calendar td.fc-day.fc-widget-content.active {
    position: relative;
}

.customer-calendar td.fc-day.fc-widget-content .day_nr {
    color: #003e52;
    cursor: pointer;
}

.customer-calendar td.fc-day.fc-widget-content.fc-other-month.fc-past .day_nr,
.customer-calendar td.fc-day.fc-widget-content.fc-other-month.fc-future .day_nr,
.customer-calendar td.fc-day.fc-widget-content.inactive .day_nr {
    color: #dad9d7 !important;
}

.customer-calendar td.fc-day.fc-widget-content.active .day_nr {
    background: #50d5cd;
    border-radius: 50% !important;
    border: 1px solid transparent !important;
    width: 35px;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    color: #fff;
}

    .customer-calendar td.fc-day.fc-widget-content.active .day_nr .nr {
        display: block;
        margin-top: 7px;
    }

.customer-calendar .fc-row .fc-bg {
    z-index: 1;
    top: -16px;
}

.customer-calendar .fc-row.fc-rigid .fc-content-skeleton {
    top: -9px;
}

.customer-calendar .fc-scroller > .fc-day-grid {
    margin-top: 10px;
}


.customer-calendar .fc-toolbar.fc-header-toolbar {
    border-bottom: 1px solid #50d5cd;
    margin-right: 29px;
    position: relative;
    padding-bottom: 17px;
}

    .customer-calendar .fc-toolbar.fc-header-toolbar:before, .customer-calendar .fc-toolbar.fc-header-toolbar:after {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 10px;
        height: 10px;
        border: 1px solid #50d5cd;
        border-radius: 50%;
        background: #fff;
    }

    .customer-calendar .fc-toolbar.fc-header-toolbar:before {
        left: 0;
    }

    .customer-calendar .fc-toolbar.fc-header-toolbar:after {
        right: 0;
    }

.time-table {
    text-align: center;
}

    .time-table .time-table-head {
        font-weight: 500;
        font-size: 18px;
        padding-bottom: 25px;
        border-bottom: 1px solid #50d5cd;
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        line-height: 26px;
        color: #53565a;
    }

        .time-table .time-table-head:before, .time-table .time-table-head:after {
            content: '';
            position: absolute;
            bottom: -5px;
            width: 10px;
            height: 10px;
            border: 1px solid #50d5cd;
            border-radius: 50%;
            background: #fff;
        }

        .time-table .time-table-head:before {
            left: 0;
        }

        .time-table .time-table-head:after {
            right: 0;
        }

.hour_checkbox {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 7px;
}

    .hour_checkbox label {
        display: inline-block;
        width: 71px;
        padding: 2px;
        border: solid 1px #888888;
        transition: all 0.3s;
        border-radius: 50px;
        text-align: center;
        font-weight: normal;
        cursor: pointer;
    }

    .hour_checkbox input[type="radio"]:disabled + label {
        color: #eaeae9;
        cursor: not-allowed;
        border: solid 1px #eaeae9;
    }

        .hour_checkbox input[type="radio"]:disabled + label:hover {
            color: #eaeae9;
            cursor: not-allowed;
            border: solid 1px #eaeae9;
            background: #fff;
        }

    .hour_checkbox input[type="radio"] {
        display: none;
    }

        .hour_checkbox input[type="radio"]:checked + label, .hour_checkbox label:hover {
            border: solid 1px #888888;
            background: #50d5cd;
            color: #fff;
        }
/*infoprofil furnizor*/
.information-guide {
    padding: 0 15px;
    background: #fff;
    margin-top: 10px;
    z-index: 2;
}

.toggle-sidebar.active {
    left: -40px;
    z-index: 2;
    background: url('/images/toggle-icon.png');
}

.toggle-sidebar {
    left: -18px;
    position: absolute;
    top: 200px;
    -moz-transition: left 0.5s ease;
    transition: left 0.5s ease;
    width: 30px;
    height: 85px;
    background: url('/images/toggle-icon-open.png');
}

.information-guide:before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 23px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #d0d0ce;
    background: #fff;
    z-index: 9999;
}


.information-guide .title {
    padding: 0 25px 35px 10px;
    margin: 0;
    position: relative;
}

    .information-guide .title:after {
        content: '';
        position: absolute;
        top: -2px;
        right: 6px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        border: 1px solid #003e52;
        background: #fff;
        z-index: 9999;
    }

    .information-guide .title:before {
        content: '';
        position: absolute;
        border: 1px solid #003e52;
        right: 10px;
        top: 9px;
        height: 100%;
    }


.toggled .ax.right-content:before {
    left: 24px;
}

/*slide checkbox custom*/
.slideCheck {
    /*width: 32px;
    height: 17px; */
    width: 51px;
    height: 24px;
    background: #dfe1e5;
    position: relative;
    border-radius: 50px;
}

    .slideCheck.checked {
        background: #50d5cd;
    }

    .slideCheck label {
        display: block;
        /*width: 12px;
        height: 12px; */
        width: 19px;
        height: 19px;
        position: absolute;
        top: 2px;
        left: 3px;
        cursor: pointer;
        border-radius: 50px;
        transition: all 0.4s ease;
        background: #fff;
    }

    .slideCheck input[type=checkbox] {
        visibility: hidden;
    }

        .slideCheck input[type=checkbox]:checked + label {
            /*left: 18px; */
            left: 29px;
        }

/*Checkbox custom*/
.custom_checkbox {
    width: 30px;
    position: relative;
    display: inline;
    margin-right: 5px;
}

    .custom_checkbox input[type=checkbox] {
        visibility: hidden;
    }

        .custom_checkbox input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

        .custom_checkbox input[type=checkbox][disabled] + label {
            background-color: #ddd;
        }

    .custom_checkbox label {
        width: 16px;
        height: 16px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #e9edf1;
        border: 1px solid #9a9da3;
        border-radius: 4px;
    }

        .custom_checkbox label:after {
            content: '';
            width: 8px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 3px;
            border: 2px solid #50d5cd;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
            color: #50d5cd;
        }


.ax.right-content {
    padding: 0px 15px 30px 15px;
}

.toggled .right-content {
    padding-left: 40px;
    -moz-transition: left 1s ease;
    transition: left 1s ease;
    padding-bottom: 60px;
}

/*.right-content.active {
    left: 384px;
}*/

.information-guide .panel-heading.collapsed .panel-title {
    color: #c6c7c8;
}

.information-guide .panel-heading .panel-title {
    color: #003e52;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 20px;
}

.information-guide .panel-default > .panel-heading {
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid #50d5cd;
    position: relative;
    display: block;
    text-decoration: none;
}

    .information-guide .panel-default > .panel-heading.collapsed {
        border-bottom: 1px solid #d0d0ce;
    }

    .information-guide .panel-default > .panel-heading:after {
        content: '';
        width: 11px;
        height: 11px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        bottom: -5px;
        background-color: #003e52;
        border: 1px solid #50d5cd;
        z-index: 9999;
    }

    .information-guide .panel-default > .panel-heading.collapsed:after {
        border: 1px solid #d0d0ce;
        background-color: #fff;
    }

    .information-guide .panel-default > .panel-heading:before {
        content: '';
        border-radius: 50%;
        width: 72px;
        height: 72px;
        border: 2px solid #58d7cf;
        position: absolute;
        right: -25px;
        bottom: -34px;
        background: #fff url('/images/follow-pin.png') no-repeat 50% 50%;
        z-index: 9999;
    }

.information-guide:after {
    content: '';
    border-right: 1px solid #d0d0ce;
    position: absolute;
    top: 0;
    height: 100%;
    right: 27px;
}

.information-guide .panel-default > .panel-heading.collapsed:before {
    border: 1px solid #d0d0ce;
    background-color: #fff;
    width: 22px;
    height: 22px;
    background-image: none;
    right: 0;
    bottom: -11px;
}


.information-guide .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 30px;
}

    .information-guide .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
        padding-top: 10px;
        padding-bottom: 0;
        padding-right: 35px;
    }

.input-group.full-width label:not(.bootstrap-switch-label) {
    margin-top: 10px;
}

.item label {
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 10px;
}

.popup-info .fa {
    color: #c5d0de;
    margin-left: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.info-page.account-info {
    min-height: 100vh;
}

.account-info .item {
    margin-top: 20px;
    margin-right: 20px;
}

.item .input-group.full-width {
    margin-bottom: 16px;
    width: 100%;
}

    .item .input-group.full-width .form-control {
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

.account-info input.form-control {
    border-color: #dfe3e9;
    color: #505969;
}

input.form-control:focus, input textarea:focus {
    border-color: #2ea2f8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-page select {
    border-color: #dfe3e9;
    width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    position: relative;
    color: #505969;
    padding: 0 12px;
    height: 34px;
}

.select-arrow.small-size {
    max-width: 200px;
    float: left;
    top: 5px;
    margin: 0 5px;
}

    .select-arrow.small-size select {
        height: 34px;
    }

.select-arrow {
    position: relative;
}

    .select-arrow.select-after:after {
        top: 12px;
    }

    .select-arrow.small-size:after {
        top: 40%;
        right: 14px;
    }

    .select-arrow.input-small:after {
        top: 13px;
        right: 13px;
    }

    .select-arrow:after {
        content: "\f078";
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        top: 1rem;
        right: 1rem;
        font-size: 8px;
        color: #acaeba;
        z-index: 3;
    }


.default-btn {
    color: #003e52;
    border: 1px solid #003e52;
    display: inline-block;
    padding: 11px 3px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
/*custom checkbox*/
.roundedOne input[type=radio] {
    visibility: hidden;
}

.roundedOne {
    width: 16px;
    height: 16px;
    background: #fcfff4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #cfd1db;
    position: relative;
    float: left;
    vertical-align: middle;
    top: 2px;
    margin-right: 6px;
}

    .roundedOne label {
        cursor: pointer;
        position: absolute;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        left: 0px;
        top: 0px;
        background: #fafbfd;
    }

        .roundedOne label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #4ac6bf;
            background: -webkit-radial-gradient(#fff 30%, #4ac6bf 30%, #287872 100%); /* Safari 5.1 to 6.0 */
            background: -o-radial-gradient(#fff 30%, #4ac6bf 30%, #287872 100%); /* For Opera 11.6 to 12.0 */
            background: -moz-radial-gradient(#fff 30%, #4ac6bf 30%, #287872 100%); /* For Firefox 3.6 to 15 */
            background: radial-gradient(#fff 30%, #4ac6bf 30%, #287872 100%); /* Standard syntax */
            /*background: -webkit-linear-gradient(top, #287872 0%, #4ac6bf 100%);
	background: -moz-linear-gradient(top, #287872 0%, #4ac6bf 100%);
	background: -o-linear-gradient(top, #287872 0%, #4ac6bf 100%);
	background: -ms-linear-gradient(top, #287872 0%, #4ac6bf 100%);
	background: linear-gradient(top, #287872 0%, #4ac6bf 100%);*/
            border: none;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            top: -1px;
            left: -1px;
        }

        .roundedOne label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .roundedOne input[type=radio]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

input.form-control.hour {
    max-width: 72px;
    display: inline-block;
}

.account-info .schedule-start-end {
    margin-bottom: 5px;
}

.account-info .right-content .item {
    margin-top: 20px;
}

/*.account-info .select_profile {
    margin-bottom: 30px;
}*/

.popup-info:hover, .popup-info:focus {
    text-decoration: none;
    outline: none;
}

label.max {
    float: right;
    color: #8896aa;
    font-weight: normal;
    margin-bottom: -10px;
    margin-top: 10px;
}

.select_profile .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    float: right;
}

.select_profile .btn {
    border: 1px solid #c5d0de;
    color: #c5d0de;
    background-color: white;
    padding: 20px 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

    .select_profile .btn .fa {
        font-size: 17px;
        margin: 0;
    }

.select_profile .upload_image {
    display: none;
}

    .select_profile .upload_image.active {
        display: block;
        position: absolute;
        width: 130px;
        height: 130px;
        top: 0;
        left: 0;
        border-radius: 50%;
    }

.select_profile .hint {
    padding: 22px 0;
    display: inline-block;
}

.select_profile .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.select_profile .imgLoader {
    background: url('/images/loading.gif') no-repeat 50% 50%/cover;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    background-color: #fff;
    display: none;
}
/*activity-domains*/
.info-page.activities {
    min-height: 100vh;
}

.action {
    width: 25px;
    height: 30px;
}

.table > tbody > tr.active > td {
    background: #fff;
}

tr.active .action.edit {
    background: url(/images/spriteVert.png) no-repeat -14px -1373px;
}

tr.active .action.delete {
    background: url(/images/spriteVert.png) no-repeat -13px -1480px;
}

.action.editAccounts {
    background: url(/images/spriteVert.png) no-repeat -13px -1427px;
}

.action.edit {
    background: url(/images/spriteVert.png) no-repeat -13px -1427px;
}

.action.delete {
    background: url(/images/spriteVert.png) no-repeat -13px -1528px;
}

.action-form {
    border: 1px solid #8b8c8d;
    width: 100%;
    padding: 12px 10px 20px;
    background: #fff;
    top: 15px;
    border-radius: 5px;
}

    .action-form .tolltip {
        position: relative;
        display: inline-block;
        top: 5px;
    }

    .action-form .popup-info {
        position: absolute;
        right: -20px;
        top: 0;
    }

.action-button {
    min-width: 100px;
    padding: 8px 16px;
    border: 1px solid #c8c9ca;
    color: #333;
    margin-bottom: 15px;
    margin-left: 10px;
}

    .action-button:hover,
    .action-button:active,
    .action-button:focus {
        color: #003e52;
        border: 1px solid #003e52;
        background: #fff;
    }

        .action-button:hover .fa,
        .action-button:active .fa,
        .action-button:focus .fa {
            color: #003e52;
        }

    .action-button.small-size {
        padding: 4px 8px;
        min-width: 60px;
    }

    .action-button.acc-active {
        background: #50d5cd;
    }

        .action-button.acc-active.aspNetDisabled {
            opacity: .45;
            pointer-events: none;
        }

    .action-button.acc-inactive {
        background: #dfe1e5;
    }

        .action-button.acc-inactive.aspNetDisabled {
            opacity: .45;
            pointer-events: none;
        }

.action-form .action-button {
    margin-top: 20px;
    margin-bottom: 0;
}

.action-form.active {
    display: block;
}

.action-button .fa {
    color: #c8c9ca;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-fa .fa {
    margin-left: 0px;
}

.action-form .form-control {
    font-size: 12px;
}

.activities .schedule.delimiter > tbody > tr > td {
    border-width: 1px 0;
}

.dashboard-profile .left-content {
    padding-left: 35px;
}
/*providerList*/
.nav-tabs > li.filter_link.active > a, .nav-tabs > li.filter_link.active > a:focus, .nav-tabs > li.filter_link.active > a:hover {
    color: #003e52;
}

.nav-tabs > li.filter_link > a {
    color: #cecfd0;
    font-weight: bold;
}

.pager li > a.action-btn {
    border-left: 3px solid #50d5cd;
    border-radius: 0;
    background: #fff;
    color: #003e52;
    margin: 0 2px;
}

    .pager li > a.action-btn:hover {
        background-color: rgba(80,213,205,.1);
    }

.pager {
    margin: 0;
}

.filter-table > thead > tr > th {
    padding: 15px 8px 0;
}

    .filter-table > thead > tr > th:last-child, .filter-table .pager.wizard {
        text-align: right;
    }

.filter > tbody > tr > td {
    border-width: 0 0 1px 0;
    border-color: #c1c2c3;
    border-style: solid;
    padding: 8px 20px;
}

table.filter {
    border-color: #c1c2c3;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}

table.filter {
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

td:first-child, th:first-child {
    border-left: none;
}

.table.filter-table > tbody > tr > td {
    vertical-align: middle;
}

.right-content {
    padding: 30px 0 30px 45px;
}


.search_input {
    margin: 10px 0;
}
/*select resrources*/
.resource_group {
    margin: 20px 0;
    padding: 0 13px;
}

.drop_select {
    color: #333;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
}

    .drop_select:hover, .drop_select:focus, .drop_select:visited, .drop_select:active {
        text-decoration: none;
    }

.resource_group .dropdown-menu,
.resource_group .dropdown-menu.small-menu {
    padding: 0;
    box-shadow: none;
    margin-top: 7px;
    width: 100%;
    position: relative;
}

.resource_group .profile-img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-left: 0;
}

.resource_group .selected .select-item,
.resource_group .selected .select-small-item {
    padding: 8px 3px;
    border: 1px solid #dfe3e9;
    color: #354052;
    border-radius: 5px;
    margin-top: 7px;
    list-style: none;
}

.resource_group .dropdown-menu li {
    border-top: 1px solid #dfe3e9;
    color: #354052;
}

    .resource_group .dropdown-menu li div {
        padding: 8px 3px;
    }

    .resource_group .dropdown-menu li:hover {
        background: #50d5cd;
        color: #fff;
    }

    .resource_group .dropdown-menu li:first-child {
        border-top: 0;
    }

.resource_group .dropdown.open .drop_select {
    color: #50d5cd;
}

    .resource_group .dropdown.open .drop_select:before {
        content: "\f107";
        top: -4px;
        left: 0;
    }

.resource_group .drop_select:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 26px;
    left: 3px;
    top: -5px;
}

.heading-border {
    border-bottom: 1px solid #50d5cd;
    padding: 0 5px;
    margin: 20px 0;
    position: relative;
    padding-left: 14px;
    color: #003e52;
    font-size: 16px;
    font-weight: bold;
}

    .heading-border:before, .heading-border:after {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 10px;
        height: 10px;
        border: 1px solid #50d5cd;
        border-radius: 50%;
        background: #fff;
    }

    .heading-border:before {
        left: 0;
    }

    .heading-border:after {
        right: 0;
    }

@media(min-width:1444px) {
    .planet_steps {
        padding-left: 85px;
    }

    .right-content {
        padding: 30px 0 30px 60px;
    }
}

@media(min-width:1260px) {
    .CustomContainer {
        width: 100%;
        position: relative;
    }

    .sidebar_menu {
        position: absolute;
        left: -14px;
    }
}

@media(min-width: 1200px) {
    .information-guide {
        position: absolute;
        z-index: 1;
        background: #fff;
        left: -1395px;
        -moz-transition: left 0.5s ease;
        transition: left 0.5s ease;
        margin-top: 10px;
        padding: 0 70px 0 0;
    }

        .information-guide.active {
            left: 270px;
            width: 21%;
        }

    .page-sidebar-closed .information-guide.active {
        left: 70px;
        width: 21%;
    }

    .toggled .right-content.active {
        left: 384px;
    }

    .toggled .right-content {
        left: -14px;
        -moz-transition: left 0.5s ease;
        transition: left 0.5s ease;
    }

    .information-guide:after {
        right: 80px;
    }

    .information-guide:before {
        right: 75px;
    }
}

@media(min-width:1024px) {


    .right-content .icon {
        float: left;
    }

    .head .title {
        position: relative;
        width: 60%;
        vertical-align: middle;
    }

    .head:after {
        content: '';
        position: absolute;
        right: 0;
        width: 40%;
        display: block;
        height: 1px;
        background: #50d5cd;
        top: 50%;
    }

    .right-content .head:after {
        left: -15px;
        width: 45px;
    }

    .icon {
        float: right;
    }
}

@media(min-width:1024px) {
    .navigation-graph {
        background: url(/images/graph_img.png) no-repeat -265px 0/cover;
        top: 0;
    }

        .navigation-graph .nav.navbar-nav {
            position: absolute;
            right: 265px;
        }
}

@media(min-width: 768px) {
    .subscribes {
        min-height: 100vh;
    }

    .align-vertically {
        position: absolute;
        -ms-transform: translate(-50%); /*IE 9*/
        -webkit-transform: translate(-50%); /*Safari*/
        transform: translate(-50%);
        top: 50%;
    }

    /*.left-content {
        min-height: 100vh;
    }*/

    .custom-modal .modal-dialog {
        width: 350px;
        margin: 6% auto;
    }

    .sidebar_menu .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navigation-graph {
        background: url(/images/graph_img.png) no-repeat -380px 0/cover;
        height: 400px;
        position: relative;
        max-width: 704px;
        top: 10%;
        z-index: 2;
    }

        .navigation-graph .nav.navbar-nav {
            position: absolute;
            right: 380px;
        }

        .navigation-graph .navbar-nav > li {
            float: none;
        }

            .navigation-graph .navbar-nav > li.link1 {
                top: -19px;
                left: 38px;
            }

            .navigation-graph .navbar-nav > li.link2 {
                top: 20px;
                left: 108px;
            }

            .navigation-graph .navbar-nav > li.link3 {
                top: 66px;
                left: -29px;
            }

        .navigation-graph .navLogged .navbar-nav > li.link1 {
            top: -19px;
            left: 85px;
        }

        .navigation-graph .navLogged .navbar-nav > li.link2 {
            top: 20px;
            left: 153px;
        }

        .navigation-graph .navLogged .navbar-nav > li.link3 {
            top: 66px;
            left: 18px;
        }
}

@media(min-width:992px) {
    .left-content {
        padding-right: 0;
    }

    .page-sidebar-closed .info-page {
        margin-left: 45px !important;
    }

    .info-page {
        margin-left: 235px;
    }

    .page-sidebar.navbar-collapse {
        left: -15px;
        min-height: calc(100vh + 23px) !important;
        height: 100% !important;
        z-index: 999;
    }

    .page-sidebar-menu.page-sidebar-menu-closed > li:hover, .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
        box-shadow: none;
    }

    .page-sidebar .page-sidebar-menu > li.open > a > i {
        display: inline-block;
    }

    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
        padding: 0;
    }

    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
        padding-left: 0;
        font-size: 16px;
        font-weight: 500;
        color: #2f2f2f;
        vertical-align: middle;
    }

    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover a i {
        color: #fff;
    }
}

@media(min-width:1444px) {
    .navigation-graph {
        background: url(/images/graph_img.png) no-repeat -100px 0/cover;
        top: 0;
    }

        .navigation-graph .nav.navbar-nav {
            position: absolute;
            right: 100px;
        }
}

@media(min-width:1600px) {
    .navigation-graph {
        background: url(/images/graph_img.png) no-repeat 0 0/cover;
        top: 10%;
    }

        .navigation-graph .nav.navbar-nav {
            position: absolute;
            right: 0;
        }
}


.control-label {
    font-weight: 100;
}

label {
    font-weight: 100;
}

.resLabel {
    width: 18%;
}

.form-control .input-small {
    width: 145px !important;
}

.form-group .input-small, .form-group .input-xsmall {
    width: 145px !important;
}

.form-horizontal .form-align {
    margin-left: 40%;
}

/*.sidebar_menu .sidebar-icons:hover, .sub-menu.active li > a{
    display: block;
    margin: 0;
    padding: 6px 15px 6px 43px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}*/
/*fullcalendar css next*/
.fc-event-container .fc-title i {
    font-size: inherit;
}

.fc-month-view .fc-content-skeleton tr:first-child td.fc-event-container {
    padding-top: 4px;
}

.fc-month-view td.fc-event-container {
    padding: 0 3px 0 3px;
}

.fc-month-view .fc-content-skeleton tr:last-child td.fc-event-container {
    padding-bottom: 4px;
}

.fc-month-view .fc-content-skeleton .fc-day-grid-event {
    margin: 1px 1px 0;
}

    .fc-month-view .fc-content-skeleton .fc-day-grid-event.hasReminders {
        background-color: #F9A825;
        border: none;
    }

    .fc-month-view .fc-content-skeleton .fc-day-grid-event.hasNotifications {
        background-color: #C62828;
        border: none;
    }

/* ResourcesType*/
.customFieldContainer {
    margin-top: 40px;
}

.form-dist {
    margin-top: 20px;
}

.table-align {
    margin-left: 20px;
    margin-right: 20px;
}

.align-text {
    text-align: center;
}

.align-inline {
    display: inline-block;
    float: left;
}

input[type=checkbox] {
    margin-right: 5px;
}

.addNewType {
    margin: 5px 0px 0px 20px;
}


.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background: #e9edf1;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }

.input-group.full-width .checkbox label {
    max-width: 130px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: "FontAwesome";
        content: "\f00c";
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #e9edf1;
    border: 1px solid #9a9da3;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #50d5cd;
}

.btn-size {
    padding: 8px 14px;
    margin-right: 10px;
}



.checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
}

.label-space {
    margin-top: 10px;
}

/*.col-subcription {
    padding: 0 50px;
    text-align: left;
} */

.title-algn {
    padding-left: 48px;
}

/*Icon buttons*/
.btn.green-stripe {
    color: #000;
    border-left: 3px green solid;
    padding-left: 5px;
}

.btn.blue-stripe {
    color: #000;
    border-left: 3px #4b8df8 solid;
    padding-left: 5px;
}

.btn.yellow-stripe {
    color: #000;
    border-left: 3px #ffb848 solid;
    padding-left: 5px;
}

.btn.red-stripe {
    color: #000;
    border-left: 3px #d84a38 solid;
    padding-left: 5px;
}

.btn.aqua-stripe {
    color: #000;
    border-left: 3px #50d5cd solid;
    padding-left: 5px;
}

/*My Agenda*/
.col-pbk {
    display: table-cell;
    font-family: inherit;
}

    .col-pbk.hour {
        color: #50d5cd;
        width: 40px;
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        vertical-align: middle;
        border-top: 1px solid #50d5cd;
    }

.green .col-pbk.hour {
    background-color: #6aac2a;
}

.col-pbk.day {
    color: #50d5cd !important;
    width: 40px;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px !important;
}

.green.col-pbk.day {
    color: #50d5cd !important;
    width: 40px;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px !important;
}

.col-pbk.day.custom-header {
    vertical-align: middle;
    text-align: center;
    width: 70px;
    border-top: 1px solid #50d5cd;
    border-right: 1px solid #50d5cd;
    font-size: 15px;
}

.col-pbk.items .table-scrollable {
    table-layout: fixed;
    margin: 0 !important;
}

.row-pbk.head .col-pbk {
    border: 1px solid transparent;
    background: transparent;
}

    .row-pbk.head .col-pbk.items .table-scrollable {
        margin: 0 !important;
    }

.row-pbk {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #50d5cd;
    border-left: 1px solid #50d5cd;
}

    .row-pbk .row-pbk {
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
    }

.table-clients-myagenda {
    margin-bottom: 0 !important;
}

    .table-clients-myagenda.table-bordered > tbody > tr > td,
    .table-clients-myagenda.table-bordered > thead > tr > td {
        border: 1px solid #50d5cd !important;
        height: 43px;
        vertical-align: middle;
    }

    .table-clients-myagenda.table-bordered > tbody > tr:last-child > td {
        border-bottom: 1px solid transparent;
    }

    .table-clients-myagenda .table-bordered {
        border-color: #50d5cd;
    }

    .table-clients-myagenda tr td {
        width: 100px;
    }

        .table-clients-myagenda tr td.minwidth {
            min-width: 150px !important;
        }

    .table-clients-myagenda td.max-width {
        max-width: 25px !important;
    }

.input-icon > i {
    float: none;
    right: 8px;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.table-top {
    margin-top: 20px;
}

.btn-group-justified {
    margin-top: 10px;
}


/*.rdLstEditResource input[type="radio"] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-appearance: inherit;
    border: 1px solid #cfd1db;
    position: relative;
    box-sizing: border-box;
    margin-right: 4px;
}

    .rdLstEditResource input[type="radio"]:checked {
        background: #4dccc4;
    }

        .rdLstEditResource input[type="radio"]:checked:before {
            content: "";
            position: absolute;
            border-radius: 999px;
            left: 25%;
            top: 25%;
            width: 50%;
            height: 50%;
            background: white;
        } 
*/


.rdLstEditResource input[type="radio"],
.external-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #cfd1db;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

    .rdLstEditResource input[type="radio"]:checked,
    .external-radio input[type="radio"]:checked {
        border: 5px solid #4dccc4;
    }

.title-top {
    margin-bottom: 20px;
    font-weight: 400;
    padding-left: 14px;
}

.rdLstEditResource label {
    margin-right: 7px;
}

.dashboard-stat.blue-madison {
    height: 139px;
    background-color: #50d5cd;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}

.dashboard-stat.blue-madison .visual > i {
    color: white;
    opacity: 0.1;
}

.dashboard-stat .visual > i {
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px;
}


.dashboard-stat.details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}

    .dashboard-stat.details.desc {
        text-align: right;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 300;
    }

    .dashboard-stat .details .number {
        padding-top: 25px;
        /*text-align: right; */
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 0px;
        font-weight: 300;
        text-align: center;
    }

.dashboard-stat.blue-madison .details .number {
    color: white;
}

.dashboard-stat.blue-madison .details .desc {
    color: white;
    opacity: 1;
}

.dashboard-stat.blue-madison .desc {
    margin-top: 7px;
}

.client-btn {
    background-color: #50d5cd;
    border: 1px solid white;
    margin-right: 10px;
    color: white;
}

    .client-btn:active,
    .client-btn:hover {
        opacity: 0.9;
        background-color: #50d5cd;
        border: 1px solid #003e52;
        color: #003e52;
    }

.btn-sm, .btn-xs {
    /*padding: 4px 10px 5px 10px; */
    font-size: 13px;
    line-height: 1.5;
}

.clear {
    clear: both;
}

dashboard-stat:after {
    clear: both;
}

.table-clients {
    height: 139px;
    border: 1px solid #ddd;
}

    .table-clients.table > thead > tr > th {
        padding: 8px;
    }

.thead-center {
    text-align: center;
}

.thead-border {
    border: 1px solid #ddd;
}

.customer_info {
    padding-left: 25px;
}

.customInputDate input[type=text] {
    display: inline;
}

.btn-height {
    margin-top: 1px;
    height: 34px;
}

.textbox-top {
    top: 4px;
}

.select-bottom {
    margin-bottom: 10px;
}

.form-top {
    margin-top: 15px;
}

.select-resources {
    height: 34px;
    width: 35%;
}

.apply-btn {
    margin-top: 5px;
}

.search-top {
    top: 5px;
}


.select-arrow select.select-size {
    padding: 0px 25px 0px 15px;
    text-overflow: clip;
    max-width: 150px;
}

.select-arrow.select-service {
    max-width: 200px;
}

    .select-arrow.select-service:after {
        top: 15px;
        right: 13px;
    }

textarea.form-control.min-height-textarea {
    min-height: 85px;
}

/*.pull-right .add-action {
    padding: 5px 8px;
} */

.no-padding-left {
    padding-left: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.no-padding-right {
    padding-right: 0;
}

.input-small {
    width: 145px !important;
}

.input-md {
    width: 70%;
}

.margin-right-btn {
    margin-right: 15px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.select-arrow.normal {
    max-width: 200px;
    float: left;
}

    .select-arrow.normal:after {
        top: 13px;
        right: 13px;
    }

.select-arrow.large-size {
    max-width: 318px;
}

    .select-arrow.large-size:after {
        top: 13px;
        right: 13px;
    }

    .select-arrow.large-size select.select-size {
        padding: 0px 25px 0px 15px;
        text-overflow: clip;
        max-width: 315px;
    }

.selectCalendar {
    width: 140px !important;
}

.button-height {
    padding: 6px 12px;
}

/*.agenda.agenda_date{
    margin-right:15px;
    margin-left:15px;
}*/

.agenda-margin {
    margin-left: 21px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

/* my agenda*/

.select-arrow.normalSize-select {
    width: 200px;
    float: left;
    /*margin: 0 5px; */
}

    .select-arrow.normalSize-select:after {
        top: 13px;
        right: 12px;
    }

.select-arrow select.select-agenda {
    padding: 0px 25px 0px 15px;
    text-overflow: clip;
    width: 200px;
}
/*subscription */
.top-border {
    border-top: 1px solid #ddd;
}
/* ResourceTypes*/
.margin-right-space {
    margin-right: 4px !important;
}

.pick-data {
    float: right;
}

.text-right {
    text-align: right;
}

.item-algn {
    width: 100%;
    float: left;
}

.check-special label::after {
    width: auto;
}

.labelSpace {
    padding: 0px 15px;
}

.agenda .table-subscriptionDetails > thead > tr > th {
    border: 1px solid #ddd;
}


.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading.collapsed a:after {
    content: "\e080";
}

/*Admin area*/
.table-subscriptionDetails thead tr th,
.table-providers thead tr th {
    border: 1px solid #ddd;
}

/*Calendar updates*/
.calendar-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    z-index: 99;
    opacity: 0.4;
    display: none;
}

    .calendar-overlay .calendar-loader {
        z-index: 100;
        width: 100px;
        top: 23rem;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        margin: 0 auto;
        position: absolute;
        left: 10rem;
    }

@media screen and (min-width: 768px) {
    .calendar-overlay .calendar-loader {
        left: 59rem;
        top: 20rem;
    }

    .panel-body img {
        width: 30%;
        margin: 2rem auto;
        cursor: pointer;
    }
}


#zoom-modal .modal-dialog {
    width: 80%;
}

#zoom-modal img {
    max-width: 100%;
}

.radio-selector span {
    text-transform: uppercase;
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.radio-selector {
    width: 100%;
    display: block;
    border: 1px solid #50d5cd;
    padding: 1rem;
    cursor: pointer;
    color: #212121;
    font-weight: normal;
    text-decoration: none;
}

    .radio-selector:first-child {
        border-bottom: none;
    }

    .radio-selector:hover,
    .radio-selector.selected {
        background: #50d5cd;
        color: #fff;
        text-decoration: none;
    }

.domain-img .upload-btn-wrapper input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    line-height: 11rem;
    max-width: 11rem;
    margin-left: 1rem;
    cursor: pointer;
}

.domain-img .upload-btn-wrapper .btn {
    color: rgb(197, 208, 222);
    background-color: white;
    position: relative;
    width: 11rem;
    height: 11rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(197, 208, 222);
    border-image: initial;
    padding: 20px 23px;
    border-radius: 50%;
}


.domain-img .upload-btn-wrapper .upload_image {
    width: 11rem;
    height: 11rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.domains-table tr td {
    vertical-align: middle !important;
}

.domains-table .domain-img {
    width: 3rem;
    height: 3rem;
    margin: 0.5rem 1rem;
    border-radius: 50%;
    background: url('../../images/landingImg.jpg') no-repeat 50% 50%/cover;
}

.center-btn-table {
    margin: 0.5rem 1rem;
}

.word-row:first-of-type td {
    border: none;
}

.word-row:last-of-type td {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.word-row.selected td {
    background: #ddd;
}

/*Custom radio buttons*/

.custom-radio input[type=radio] {
    display: none;
}

.custom-radio label {
    border: 2px solid #50d5cd;
    padding: 0.5rem;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: bold;
}

    .custom-radio label.right {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .custom-radio label.left {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

.custom-radio input[type="radio"]:checked + label {
    background-color: #50d5cd;
}

.custom-check,
.custom-check label {
    cursor: pointer;
}

    .custom-check input[type=checkbox] {
        display: none;
    }

    .custom-check label.my-check {
        background: #fff;
        width: 2rem;
        height: 2.1rem;
        border: 2px solid #50d5cd;
        margin: 0;
        text-align: center;
        font-size: 1.5rem;
        padding: 0;
    }

        .custom-check label.my-check.round {
            border-radius: 50%;
        }

    .custom-check input[type="checkbox"]:checked + label.my-check:before {
        content: '\2713';
        color: #fff;
        background: #50d5cd;
        position: absolute;
        left: 1.1rem;
        width: 2rem;
        height: 2rem;
        top: 0;
    }

    .custom-check input[type="checkbox"]:checked + label.my-check.round:before {
        border-radius: 50%;
    }

.panel-default.no-bookings a:after {
    content: none;
}

.dashboard-mobile-row .panel.panel-default {
    cursor: pointer;
}

.dashboard-mobile-row .row {
    border-bottom: 1px solid #ddd;
    padding: 0.4rem 0;
}

    .dashboard-mobile-row .row:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    .dashboard-mobile-row .row:first-of-type {
        padding-top: 0;
    }

.dashboard-mobile-row .panel-default > .panel-heading {
    background-color: #c5f5f2;
    border-color: #50d5cd;
}

.dashboard-mobile-row .panel-default {
    border-color: #009c93;
}

    .dashboard-mobile-row .panel-default .panel-heading a:after {
        color: #000;
    }

.box-grid .box {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px;
}

    .box-grid .box .name {
        font-weight: bold;
        font-size: 16px;
    }

    .box-grid .box .space-rigt {
        margin-right: 15px;
    }



.rating-star {
    float: left;
}

    .rating-star:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rating-star:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1;
        color: #ddd;
        text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
    }

        .rating-star:not(:checked) > label:before {
            content: '★ ';
        }

    .rating-star > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
    }

    .rating-star:not(:checked) > label:hover,
    .rating-star:not(:checked) > label:hover ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }

    .rating-star > input:checked + label,
    .rating-star > input:checked + label:hover,
    .rating-star > input:checked + label:hover ~ label,
    .rating-star > input:checked ~ label:hover,
    .rating-star > input:checked ~ label:hover ~ label,
    .rating-star > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
        background-color: transparent !important;
    }

    .rating-star > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }

    .rating-star:not(:checked) .full-shine {
        color: gold;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0,0,0,.5);
        font-size: 150%;
        cursor: default;
        float: left;
    }

    .rating-star:not(:checked) .grey-star {
        font-size: 150%;
        box-shadow: 0;
        cursor: default;
        text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);
    }

    .rating-star:not(:checked) .gold-grey-star {
        color: #ddd;
        font-size: 150%;
        float: left;
    }

        .rating-star:not(:checked) .gold-grey-star:after {
            display: inline-block;
            color: gold;
            content: '\2605';
            position: absolute;
            margin-left: -18px;
            width: 9px;
            overflow: hidden;
            text-shadow: 1px 1px goldenrod, 2px 2px #B57340;
        }

.name-stars {
    display: block;
    float: left;
}

.stars-left-padding {
    padding-left: 10px;
}

.ddlDateRating {
    width: auto;
    margin-bottom: 25px;
    font-weight: 500;
}

    .ddlDateRating > select {
        float: right;
    }

    .ddlDateRating .filter-reviews {
        line-height: 32px;
        text-align: right;
    }

.error-text {
    color: #cc0000;
}

.page-sidebar .sidebar-icons.fa {
    margin: 7px 0 0 5px;
    font-size: 24px;
}

.page-sidebar .sidebar-icons.fa-comment {
    margin: 7px 0 4px 0.7rem;
    font-size: 24px;
}

.page-sidebar .lnk-prov-locations .sidebar-icons.fa {
    margin: 7px 0 0 13px;
}

.reviews-table-admin {
    margin-top: 2em;
    font-size: 16px;
}

    .reviews-table-admin table > tbody > tr > td {
        vertical-align: middle;
        position: relative;
        padding-left: 3em;
    }

.reviews-box .box {
    margin-top: 2em;
}

.review-front-text {
    line-height: 40px;
}

.name-stars i, .reviews-table-admin i {
    color: #00b200;
}

.reviews-page {
    padding-left: 20px;
}

    .reviews-page h1 {
        text-align: left;
        padding: 20px 0;
        margin: 0;
    }

.btn.aspNetDisabled {
    cursor: default;
}

    .btn.aspNetDisabled.action-button:hover {
        border: 1px solid #c8c9ca;
    }

.external-radio .my-radio {
    display: block;
}

.rating-star.no-float,
.rating-star.no-float label {
    float: none !important;
}

.info-page select.filter_dropdown {
    border: none;
    color: #212121;
    outline: none;
}

.no-hover {
    pointer-events: none;
}

.right-buttons .btn-send:last-child {
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .ddlDateRating .filter-reviews {
        text-align: left;
        padding: 0 0.3em;
    }

    .reviews-table-admin table > tbody > tr > td {
        padding-left: 0;
        text-align: left;
        font-size: 12px;
    }

    .reviews-page {
        padding-left: 0px;
    }
}

.forgotPassword-modal p {
    text-align: left;
}

.required-field.star {
    color: red;
    padding-left: 5px;
}

.order-search {
    max-width: 100%;
    margin-bottom: 20px;
}

.statistic-table {
    margin-top: 30px;
}

    .statistic-table tr th,
    .statistic-table tr td,
    .statistic-table.visible-xs tr td,
    .statistic-table.visible-xs tr td:first-of-type {
        text-align: center;
        border: 1px solid #50d5cd !important
    }

        .statistic-table tr th:first-of-type,
        .statistic-table tr td:first-of-type {
            text-align: left;
        }

    .statistic-table tr:last-of-type td {
        font-weight: bold;
    }

    .statistic-table .totals td {
        font-weight: bold;
    }

.slick {
    display: none;
}

    .slick.slick-initialized {
        display: block;
    }

    .slick .slick-next {
        right: -15px !important;
    }

        .slick .slick-next:before {
            font-family: FontAwesome;
            content: "\f054";
        }

    .slick .slick-prev {
        left: -15px !important;
    }


        .slick .slick-prev:before {
            font-family: FontAwesome;
            content: "\f053";
        }

        .slick .slick-next:before,
        .slick .slick-prev:before {
            font-size: 28px;
            line-height: 1;
            opacity: .75;
            color: #666;
        }

    .slick .slick-slide {
        margin: 0 10px;
        padding: 0 10px;
    }

.input-group.pull-left.select-arrow.select-service-category {
    margin-right: 10px;
}

    .input-group.pull-left.select-arrow.select-service-category:after {
        top: 1.3rem;
        right: 0;
    }

    .input-group.pull-left.select-arrow.select-service-category select {
        border-color: #ccc;
    }


.profile-img.location-profile-img {
    width: 130px;
    height: 130px;
}

    .profile-img.location-profile-img .upload-btn-wrapper {
        width: inherit;
        height: inherit;
    }

        .profile-img.location-profile-img .upload-btn-wrapper .btn {
            width: inherit;
            height: inherit;
            padding: 0;
        }

            .profile-img.location-profile-img .upload-btn-wrapper .btn i.fa-plus {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

.accordion {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

    .accordion .accordion-head {
        display: inline-block;
        cursor: pointer;
    }

        .accordion .accordion-head img {
            width: 70px;
            height: 70%;
            margin: 0 5px 5px 0;
        }

    .accordion .accordion-content {
        color: #7f7f7f;
    }

        .accordion .accordion-content .location-address {
            font-style: italic;
        }

.toggle-pass {
    color: #000;
    font-size: 20px;
}

    .toggle-pass:hover {
        text-decoration: none;
        cursor: pointer;
        color: #50d5cd;
    }

.sumarry .serviceRes {
    border-bottom: none;
}

.tooltip.booking-tooltip {
    position: relative;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #e9edf1;
    border: 1px solid #9a9da3;
    color: #212121;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip.subscription-tooltip {
    position: relative;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    opacity: 1;
    float: right;
    height: 100%;
    width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tooltip.subscription-tooltip .tooltiptext {
        background-color: #ffffff;
        top: auto;
        left: 150%;
    }

.custom-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 0;
}

    .custom-overlay .custom-loader {
        z-index: 100;
        width: 100px;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 50%;
    }

.customIcon {
    color: #50d5cd;
    font-size: 20px;
}

.no-float-container {
    float: none !important;
    display: inline-block;
    top: 0 !important;
}

.page-overflow {
    overflow: auto;
}


    .page-overflow table.original tbody > tr > td,
    .page-overflow table.original tbody > tr > th {
        border-right: 1px solid #999 !important;
        border-bottom: 1px solid #999;
    }

    .page-overflow table.inner tbody > tr:last-of-type,
    .page-overflow table.inner tbody > tr > th:last-of-type,
    .page-overflow table.inner tbody > tr > td {
        border-right: none !important;
        padding-right: 0;
    }

        .page-overflow table.inner tbody > tr:last-of-type > td,
        .page-overflow table.original tbody > tr:last-of-type > td,
        .page-overflow table.original tbody > tr > th {
            border-bottom: none;
        }



