.pro-title {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer-menu-close {
    width: 100%;
    margin-bottom: 10px;
}

.footer-menu-close i {
    float: right;
}

.sidebar-light .material-full-bottom {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
}

.sidebar-light ul.tabs li {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.medical-content-resource.mts-tab-pane .store-item {
    vertical-align: top;
    display: inline-block;
    float: none;
}

@media (min-width: 768px) {
    .store-item {
        width: 48%;
    }
}

.mts-play-control-tools {
    height: 60px;
    line-height: 60px;
}

.header-icon {
    font-size: 30px;
}

.menu-item .fa-circle,
.menu-number {
    font-size: 15px;
}

.mts-play-control-tools a {
    font-size: 26px;
}
#medical-content {
    margin-top: 99px;
}

#medical-content ul {
    margin-bottom: 0px;
}

#medical-content li {
    margin-left: 10px;
}

.mts-resource-content {
    margin-bottom: 0;
}

.mts-resource-content-for-tabs {
    margin: 0 !important;
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 10;
    background-color: #fff;
}
/*.mts-resource-content-for-tabs .tabs {*/
/*position: fixed;*/
/*width: 100%;*/
/*top: 50px;*/
/*z-index: 10;*/
/*background-color: #fff;*/
/*}*/
/*.mts-resource-content-for-tabs .tabs:nth-child(2) {*/
/*top: 99px;*/
/*}*/
.mts-resource-content .tab-content {
    -webkit-transition: none;
    transition: none;
}
.mts-resource-content .tab-content.current {
    max-height: 100%;
}

.mts-resource-content p {
    line-height: 20px;
    margin-bottom: 0px;
    color: #000;
}

.mts-resource-content .medical-doc a,
.mts-resource-content .meridian-doc a {
    display: inline-block;
}

.mts-resource-content h4 {
    font-size: 15px;
}

.mts-resource-content .medical-doc .media-body .ml40,
.mts-resource-content .meridian-doc .media-body .ml40 {
    margin-left: 10px;
}

.meridian-content-resource .tumblr-bg {
    width: 90%;
}

.mts-resource-content .icon {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    margin: 3px;
}

.mts-draw-tool img {
    margin: 5px auto;
    height: 50px;
}

.mts-play-control-tools {
    border-radius: 0px !important;
}

.mts-top-tools {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 99;
    margin-bottom: 10px;
}

.mts-top-tools .mts-draw-tools,
.mts-top-tools .mts-play-control-tools {
    margin-bottom: 0;
}

.mts-projects {
    overflow: hidden;
    top: 80px;
    /*min-height: 30px;*/
    margin-bottom: 0 !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16), 0 5px 16px rgba(0, 0, 0, 0.23);
}

.mts-projects img {
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 100%;
}

.mts-projects em {
    display: block;
    font-style: normal;
    text-align: center;
}

.mts-projects h2 {
    text-align: center;
    /*padding-top: 20px;*/
    margin-bottom: 20px;
}

.home-img-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 25px;
    left: 50%;
    margin-left: -170px !important;
    opacity: 0.7;
}

.home-img-2 {
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
}

.home-img-3 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 25px;
    right: 50%;
    margin-right: -170px !important;
    opacity: 0.7;
}

.modal-dialog {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.modal-open .modal {
    z-index: 100000;
}

.mts-project-wrapper {
    margin-top: 30px;
}

.mts-projects .swiper-button-prev,
.mts-projects .swiper-button-next {
    top: 66px;
}

.mts-projects .swiper-pagination-bullets {
    /*top: -10px;*/
    bottom: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    color: #fff;
}
.swiper-pagination-bullet {
    opacity: 0.6;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

.mts-resource-container {
    position: relative;
    margin-bottom: 20px;
}

.mts-resource-item {
    position: relative;
    clear: both;
    overflow: hidden;
}

.mts-resource-item img,
.mts-resource-item svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1, 1);
    /*-webkit-transform-origin: 0 0;*/
    /*transition: transform*/
}

.mts-resource-item svg > * {
    transform-origin: center;
}

.mts-resource-item-menu-tab-bar {
    height: 50px;
    line-height: 50px;
    border-radius: 0 !important;
    margin-bottom: 0;
    border: none;
}

.mts-resource-item-menu-tab-bar a {
    font-size: 30px;
}

.mts-resource-item-menu-tab-bar a:active,
.mts-resource-item-menu-tab-bar a.active {
    background-color: #fff;
    color: #000 !important;
}

.mts-resource-item-menu-tab-bar .mts-resource-container-close {
    float: right;
    text-align: right;
    padding-right: 20px;
}

.mts-resource-img {
    /*transform-origin: center;*/
}

.circle.svg-hide {
    display: none;
}

.svg-mts-rect .circle {
    visibility: hidden;
    /*will-change: auto;*/
}

.header-logo {
    position: absolute;
    background-image: url(/images/logo-2.png);
    background-size: 150px 42px;
    width: 150px;
    height: 42px;
    margin-left: -75px;
    margin-top: 10px;
}

.sidebar-header-background {
    background-image: none;
    background-color: #fff;
    height: 150px;
}

.sidebar-logo-image {
    width: 290px;
    height: auto;
    top: 15px;
    left: 5px;
    position: absolute;
}

.icon-tudou {
    background-image: url(/images/tudou1.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
.icon-tudou:hover {
    background-image: url(/images/tudou.png);
}

.sidebar-header h1,
.sidebar-header h2 {
    padding-left: 105px;
}

.sidebar-header-controls {
    border-top: solid 1px rgba(155, 155, 155, 0.1);
    border-bottom: solid 1px rgba(155, 155, 155, 0.1);
    /*background-color: #0e141b;*/
    background-color: #fff;
    width: 100%;
}

.sidebar-header-controls a {
    color: #000;
}

.sidebar-header-controls a:hover {
    color: #f60;
}

.sidebar-divider {
    line-height: 30px;
    margin-bottom: 10px;
    height: 30px;
    font-size: 13px;
}

.menu-item {
    font-size: 16px;
    line-height: 60px;
    padding-left: 70px;
    font-weight: 400;
}

.submenu .menu-item {
    font-size: 16px !important;
}

.menu-copyright {
    font-size: 11px;
}

.store-items img {
    height: 85px;
}

.mts-tab-pane .tab-elements {
    background-color: #fff;
}

.mts-tab-pane .tab-elements table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin-bottom: 0px;
}

.mts-tab-pane .tab-elements td {
    border: none;
    background-color: transparent;
    text-align: center;
    padding: 0;
    color: #000;
}

.mts-tab-pane .tab-elements td a {
    line-height: 36px;
}

.menu-bottom-bar-six a {
    width: 16.666%;
}

.footer-menu-item {
    padding-right: 28px;
}

.footer-menu-item em {
    font-size: 20px;
}

.footer-menu-item i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.48);
}

.auto-create-point-rect {
    display: none;
}

.circle {
    transform-origin: center center;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
}

.circle.svg-hide {
    display: none;
}

.svg-mts-rect .circle {
    visibility: hidden;
    /*will-change: auto;*/
}

.circle.animate {
    display: block;
    -webkit-animation: flash 2s infinite;
    -o-animation: flash 2s infinite;
    animation: flash 2s infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
}

video::-webkit-media-controls-timeline {
}

video::-webkit-media-controls-current-time-display {
}

video::-webkit-media-controls-time-remaining-display {
}

video::-webkit-media-controls-mute-button {
}

video::-webkit-media-controls-toggle-closed-captions-button {
}

video::-webkit-media-controls-volume-slider {
}

.modal-menu-dark a {
    color: #647282 !important;
}

.modal-menu-dark .active-modal-item em,
.modal-menu-dark .active-modal-item i:first-child {
    color: #ffffff !important;
}

.modal-menu-dark-background {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-menu-dark a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.modal-menu-light {
    background-color: #ecf0f1 !important;
}

.modal-menu-light a {
    color: #647282 !important;
}

.modal-menu-light .active-modal-item em,
.modal-menu-light .active-modal-item i:first-child {
    color: #1f1f1f !important;
}

.modal-menu-light-background {
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-menu-light a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.modal-menu-background {
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.active-modal-menu-background {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.modal-menu {
    background-color: #0e141b;
    -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: fixed;
    /*top: 50%;*/
    bottom: 50%;
    max-height: 440px;
    /*margin-top: -220px;*/
    margin-bottom: -220px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 99999;
    overflow: scroll;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.active-modal-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.modal-menu a_ {
    color: #647282;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-menu .content {
    padding-top: 10px;
}

.modal-menu .fa-mobile {
    font-size: 26px !important;
}

.modal-menu a_ i:first-child {
    position: absolute;
    height: 55px;
    line-height: 57px;
    font-size: 18px;
    width: 55px;
    text-align: center;
    left: 0px;
}

.modal-menu a i:last-child {
    position: absolute;
    height: 55px;
    line-height: 55px;
    right: 28px;
    font-size: 6px;
}

.modal-menu a_ em {
    font-size: 13px;
    padding-left: 35px;
    font-style: normal;
    color: #647282;
}

.active-modal-item em,
.active-modal-item i:first-child {
    color: #ffffff !important;
}

.active-modal-item i:last-child {
    color: #2ecc71;
}

.close-modal-menu i:last-child {
    color: #c0392b !important;
}

.modal-mts-project {
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-left: 0;
}

.modal-mts-project h4 {
    padding-left: 30px;
    line-height: 65px;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
    width: 175px;
    display: inline-block;
}

.modal-mts-project select {
    height: 40px;
    width: 100px;
    line-height: 65px;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 500;
}

.modal-menu-light .content {
    text-align: right;
}

.modal-menu-light .content a.button {
    color: #fff !important;
}

.modal-menu-light .content a.button-teal:hover {
    background-color: #1abc9c !important;
}

.modal-menu-light .content a.button-orange:hover {
    background-color: #e67e22 !important;
}

.modal-menu-light .content a.button-red:hover {
    background-color: #e74c3c !important;
}

.mts-voice-lists {
    max-height: 280px;
    overflow: auto;
    clear: both;
}
#mts-voice-view .modal-mts-project h4 {
    padding-left: 50px;
}

#mts-voice-view .modal-mts-project h4 {
    padding-left: 50px;
}

.modal-mts-project i {
    font-size: 20px !important;
}
#mts-voice-view .modal-mts-project i.fa-check {
    display: none;
}
#mts-voice-view .modal-mts-project i.fa-pencil {
    position: absolute;
    height: 55px;
    line-height: 55px;
    right: 45px;
    display: block;
    top: 6px;
    width: 30px;
    text-align: center;
}
#mts-voice-view .modal-mts-project i.fa-close {
    display: block;
    top: 6px;
    right: 10px;
    width: 30px;
    text-align: center;
}

#mts-voice-view .tasklist-completed i.fa-check {
    display: block;
}
.mts-voice-apply-all {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    float: left;
}
.mts-project-lists {
    max-height: 300px;
    overflow: auto;
    clear: both;
}
#mts-project-lists-view {
}
#mts-project-lists-view .modal-mts-project h4 {
    padding-left: 50px;
}

#mts-project-lists-view .modal-mts-project h4 {
    padding-left: 50px;
}

#mts-project-lists-view .modal-mts-project i.fa-check {
    display: none;
}
#mts-project-lists-view .modal-mts-project i.fa-pencil {
    position: absolute;
    height: 55px;
    line-height: 55px;
    right: 45px;
    display: block;
    top: 6px;
    width: 30px;
    text-align: center;
}
#mts-project-lists-view .modal-mts-project i.fa-close {
    display: block;
    top: 6px;
    right: 10px;
    width: 30px;
    text-align: center;
}

#mts-project-lists-view .tasklist-completed i.fa-check {
    display: block;
}

#mts-register-view form {
    padding-left: 20px;
    padding-right: 20px;
}

.mts-register-lists,
.mts-register-unbind {
    display: none;
}
.modal-mts-register h4 {
    padding-left: 50px;
    line-height: 65px;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 500;
    display: inline-block;
}
.mts-menu-open-control-wrapper {
    position: relative;
}
.mts-menu-open-control {
    height: 50px;
    border-radius: 0 !important;
    margin-bottom: 0;
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
}
.mts-menu-open-control a {
    font-size: 15px;
    line-height: 50px;
}
.page-login-input input {
    font-size: 16px;
}
.contactField {
    border: none;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}
.contactField:focus {
    border: none;
    border-bottom: solid 2px #27ae60 !important;
}
/*.sidebar-form .contactField:focus {*/
/*border: none!important;*/
/*}*/
.file-upload {
    font-size: 20px;
    opacity: 0;
    position: absolute;
}
.file-upload-save-file {
    opacity: 0;
    position: absolute;
    top: 0;
}

.en-us .meridian-content-resource .store-item,
.fr-fr .meridian-content-resource .store-item {
    width: 100% !important;
    float: none !important;
}

.en-us .meridian-content-resource .store-item button,
.fr-fr .meridian-content-resource .store-item button {
    height: auto !important;
    line-height: unset;
}

.en-us .meridian-content-resource .store-item:nth-last-child(even),
.fr-fr .meridian-content-resource .store-item:nth-last-child(even) {
    margin-left: 0;
}
