/*! jQuery UI - v1.11.4 - 2016-06-27
* http://jqueryui.com
* Includes: core.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.mec .ui-helper-hidden {
    display: none;
}
.mec .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.mec .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.mec .ui-helper-clearfix:before,
.mec .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.mec .ui-helper-clearfix:after {
    clear: both;
}
.mec .ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}
.mec .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* support: IE8 */
}
.mec .ui-front {
    z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.mec .ui-state-disabled {
    cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.mec .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.mec .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mec .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    /*-webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;*/
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 0 !important;
}
body .ui-tooltip {
    border-width: 0px;
}
/* Component containers
----------------------------------*/
.mec .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.mec .ui-widget .ui-widget {
    font-size: 1em;
}
.mec .ui-widget input,
.mec .ui-widget select,
.mec .ui-widget textarea,
.mec .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.mec .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.mec .ui-widget-content a {
    color: #333333;
}
.mec .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.mec .ui-widget-header a {
    color: #333333;
}
/* Interaction states
----------------------------------*/
.mec .ui-state-default,
.mec .ui-widget-content .ui-state-default,
.mec .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.mec .ui-state-default a,
.mec .ui-state-default a:link,
.mec .ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}
.mec .ui-state-hover,
.mec .ui-widget-content .ui-state-hover,
.mec .ui-widget-header .ui-state-hover,
.mec .ui-state-focus,
.mec .ui-widget-content .ui-state-focus,
.mec .ui-widget-header .ui-state-focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.mec .ui-state-hover a,
.mec .ui-state-hover a:hover,
.mec .ui-state-hover a:link,
.mec .ui-state-hover a:visited,
.mec .ui-state-focus a,
.mec .ui-state-focus a:hover,
.mec .ui-state-focus a:link,
.mec .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}
.mec .ui-state-active,
.mec .ui-widget-content .ui-state-active,
.mec .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.mec .ui-state-active a,
.mec .ui-state-active a:link,
.mec .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.mec .ui-state-highlight,
.mec .ui-widget-content .ui-state-highlight,
.mec .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.mec .ui-state-highlight a,
.mec .ui-widget-content .ui-state-highlight a,
.mec .ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.mec .ui-state-error,
.mec .ui-widget-content .ui-state-error,
.mec .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.mec .ui-state-error a,
.mec .ui-widget-content .ui-state-error a,
.mec .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.mec .ui-state-error-text,
.mec .ui-widget-content .ui-state-error-text,
.mec .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.mec .ui-priority-primary,
.mec .ui-widget-content .ui-priority-primary,
.mec .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.mec .ui-priority-secondary,
.mec .ui-widget-content .ui-priority-secondary,
.mec .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    /* support: IE8 */
    font-weight: normal;
}
.mec .ui-state-disabled,
.mec .ui-widget-content .ui-state-disabled,
.mec .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    /* support: IE8 */
    background-image: none;
}
.mec .ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
    /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.mec .ui-icon {
    width: 16px;
    height: 16px;
}
.mec .ui-icon,
.mec .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png?bN=4050");
}
.mec .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png?bN=4050");
}
.mec .ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png?bN=4050");
}
.mec .ui-state-hover .ui-icon,
.mec .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png?bN=4050");
}
.mec .ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png?bN=4050");
}
.mec .ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png?bN=4050");
}
.mec .ui-state-error .ui-icon,
.mec .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png?bN=4050");
}
/* positioning */
.mec .ui-icon-blank {
    background-position: 16px 16px;
}
.mec .ui-icon-carat-1-n {
    background-position: 0 0;
}
.mec .ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.mec .ui-icon-carat-1-e {
    background-position: -32px 0;
}
.mec .ui-icon-carat-1-se {
    background-position: -48px 0;
}
.mec .ui-icon-carat-1-s {
    background-position: -64px 0;
}
.mec .ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.mec .ui-icon-carat-1-w {
    background-position: -96px 0;
}
.mec .ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.mec .ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.mec .ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.mec .ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.mec .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.mec .ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.mec .ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.mec .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.mec .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.mec .ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.mec .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.mec .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.mec .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.mec .ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.mec .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.mec .ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.mec .ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.mec .ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.mec .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.mec .ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.mec .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.mec .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.mec .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.mec .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.mec .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.mec .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.mec .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.mec .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.mec .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.mec .ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.mec .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.mec .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.mec .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.mec .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.mec .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.mec .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.mec .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.mec .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.mec .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.mec .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.mec .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.mec .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.mec .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.mec .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.mec .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.mec .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.mec .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.mec .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.mec .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.mec .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.mec .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.mec .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.mec .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.mec .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.mec .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.mec .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.mec .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.mec .ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.mec .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.mec .ui-icon-extlink {
    background-position: -32px -80px;
}
.mec .ui-icon-newwin {
    background-position: -48px -80px;
}
.mec .ui-icon-refresh {
    background-position: -64px -80px;
}
.mec .ui-icon-shuffle {
    background-position: -80px -80px;
}
.mec .ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.mec .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.mec .ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.mec .ui-icon-folder-open {
    background-position: -16px -96px;
}
.mec .ui-icon-document {
    background-position: -32px -96px;
}
.mec .ui-icon-document-b {
    background-position: -48px -96px;
}
.mec .ui-icon-note {
    background-position: -64px -96px;
}
.mec .ui-icon-mail-closed {
    background-position: -80px -96px;
}
.mec .ui-icon-mail-open {
    background-position: -96px -96px;
}
.mec .ui-icon-suitcase {
    background-position: -112px -96px;
}
.mec .ui-icon-comment {
    background-position: -128px -96px;
}
.mec .ui-icon-person {
    background-position: -144px -96px;
}
.mec .ui-icon-print {
    background-position: -160px -96px;
}
.mec .ui-icon-trash {
    background-position: -176px -96px;
}
.mec .ui-icon-locked {
    background-position: -192px -96px;
}
.mec .ui-icon-unlocked {
    background-position: -208px -96px;
}
.mec .ui-icon-bookmark {
    background-position: -224px -96px;
}
.mec .ui-icon-tag {
    background-position: -240px -96px;
}
.mec .ui-icon-home {
    background-position: 0 -112px;
}
.mec .ui-icon-flag {
    background-position: -16px -112px;
}
.mec .ui-icon-calendar {
    background-position: -32px -112px;
}
.mec .ui-icon-cart {
    background-position: -48px -112px;
}
.mec .ui-icon-pencil {
    background-position: -64px -112px;
}
.mec .ui-icon-clock {
    background-position: -80px -112px;
}
.mec .ui-icon-disk {
    background-position: -96px -112px;
}
.mec .ui-icon-calculator {
    background-position: -112px -112px;
}
.mec .ui-icon-zoomin {
    background-position: -128px -112px;
}
.mec .ui-icon-zoomout {
    background-position: -144px -112px;
}
.mec .ui-icon-search {
    background-position: -160px -112px;
}
.mec .ui-icon-wrench {
    background-position: -176px -112px;
}
.mec .ui-icon-gear {
    background-position: -192px -112px;
}
.mec .ui-icon-heart {
    background-position: -208px -112px;
}
.mec .ui-icon-star {
    background-position: -224px -112px;
}
.mec .ui-icon-link {
    background-position: -240px -112px;
}
.mec .ui-icon-cancel {
    background-position: 0 -128px;
}
.mec .ui-icon-plus {
    background-position: -16px -128px;
}
.mec .ui-icon-plusthick {
    background-position: -32px -128px;
}
.mec .ui-icon-minus {
    background-position: -48px -128px;
}
.mec .ui-icon-minusthick {
    background-position: -64px -128px;
}
.mec .ui-icon-close {
    background-position: -80px -128px;
}
.mec .ui-icon-closethick {
    background-position: -96px -128px;
}
.mec .ui-icon-key {
    background-position: -112px -128px;
}
.mec .ui-icon-lightbulb {
    background-position: -128px -128px;
}
.mec .ui-icon-scissors {
    background-position: -144px -128px;
}
.mec .ui-icon-clipboard {
    background-position: -160px -128px;
}
.mec .ui-icon-copy {
    background-position: -176px -128px;
}
.mec .ui-icon-contact {
    background-position: -192px -128px;
}
.mec .ui-icon-image {
    background-position: -208px -128px;
}
.mec .ui-icon-video {
    background-position: -224px -128px;
}
.mec .ui-icon-script {
    background-position: -240px -128px;
}
.mec .ui-icon-alert {
    background-position: 0 -144px;
}
.mec .ui-icon-info {
    background-position: -16px -144px;
}
.mec .ui-icon-notice {
    background-position: -32px -144px;
}
.mec .ui-icon-help {
    background-position: -48px -144px;
}
.mec .ui-icon-check {
    background-position: -64px -144px;
}
.mec .ui-icon-bullet {
    background-position: -80px -144px;
}
.mec .ui-icon-radio-on {
    background-position: -96px -144px;
}
.mec .ui-icon-radio-off {
    background-position: -112px -144px;
}
.mec .ui-icon-pin-w {
    background-position: -128px -144px;
}
.mec .ui-icon-pin-s {
    background-position: -144px -144px;
}
.mec .ui-icon-play {
    background-position: 0 -160px;
}
.mec .ui-icon-pause {
    background-position: -16px -160px;
}
.mec .ui-icon-seek-next {
    background-position: -32px -160px;
}
.mec .ui-icon-seek-prev {
    background-position: -48px -160px;
}
.mec .ui-icon-seek-end {
    background-position: -64px -160px;
}
.mec .ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.mec .ui-icon-seek-first {
    background-position: -80px -160px;
}
.mec .ui-icon-stop {
    background-position: -96px -160px;
}
.mec .ui-icon-eject {
    background-position: -112px -160px;
}
.mec .ui-icon-volume-off {
    background-position: -128px -160px;
}
.mec .ui-icon-volume-on {
    background-position: -144px -160px;
}
.mec .ui-icon-power {
    background-position: 0 -176px;
}
.mec .ui-icon-signal-diag {
    background-position: -16px -176px;
}
.mec .ui-icon-signal {
    background-position: -32px -176px;
}
.mec .ui-icon-battery-0 {
    background-position: -48px -176px;
}
.mec .ui-icon-battery-1 {
    background-position: -64px -176px;
}
.mec .ui-icon-battery-2 {
    background-position: -80px -176px;
}
.mec .ui-icon-battery-3 {
    background-position: -96px -176px;
}
.mec .ui-icon-circle-plus {
    background-position: 0 -192px;
}
.mec .ui-icon-circle-minus {
    background-position: -16px -192px;
}
.mec .ui-icon-circle-close {
    background-position: -32px -192px;
}
.mec .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.mec .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.mec .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.mec .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.mec .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.mec .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.mec .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.mec .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.mec .ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.mec .ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.mec .ui-icon-circle-check {
    background-position: -208px -192px;
}
.mec .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.mec .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.mec .ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.mec .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.mec .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.mec .ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.mec .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.mec .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.mec .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.mec .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.mec .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.mec .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.mec .ui-corner-all,
.mec .ui-corner-top,
.mec .ui-corner-left,
.mec .ui-corner-tl {
    border-top-left-radius: 3px;
}
.mec .ui-corner-all,
.mec .ui-corner-top,
.mec .ui-corner-right,
.mec .ui-corner-tr {
    border-top-right-radius: 3px;
}
.mec .ui-corner-all,
.mec .ui-corner-bottom,
.mec .ui-corner-left,
.mec .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.mec .ui-corner-all,
.mec .ui-corner-bottom,
.mec .ui-corner-right,
.mec .ui-corner-br {
    border-bottom-right-radius: 3px;
}
/* Overlays */
.mec .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30);
    /* support: IE8 */
}
.mec .ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: alpha(opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}
.mec .vertical-tab {
  border: 1px solid #e4e4e4;
}
.mec .vertical-tab .tabs-left,
.mec .vertical-tab .tabs-right {
  border-bottom: none;
  padding-top: 2px;
  padding-top: 12px;
  padding-bottom: 24px;
}
.mec .vertical-tab .tabs-left > li,
.mec .vertical-tab .tabs-right > li {
  float: none;
}
.mec .vertical-tab .tabs-left > li > a,
.mec .vertical-tab .tabs-right > li > a {
  padding: 6px 8px;
  color: #000;
  outline: red;
  border-right-color: transparent;
  border-left-width: 0;
  border-top: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}
.mec .vertical-tab .tabs-left > li > a .icheckbox_minimal,
.mec .vertical-tab .tabs-right > li > a .icheckbox_minimal {
  vertical-align: middle;
  margin-right: 5px;
}
.mec .vertical-tab .tabs-left > li.active,
.mec .vertical-tab .tabs-right > li.active,
.mec .vertical-tab .tabs-left > li:focus,
.mec .vertical-tab .tabs-right > li:focus {
  position: relative;
  z-index: 4;
}
.mec .vertical-tab .tabs-left > li.active > a,
.mec .vertical-tab .tabs-right > li.active > a,
.mec .vertical-tab .tabs-left > li:focus > a,
.mec .vertical-tab .tabs-right > li:focus > a {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right-color: transparent ;
  border-left-width: 0 ;
  margin: 0;
  background-color: #fff;
}
.mec .vertical-tab .tabs-left > li {
  margin-right: -1px;
}
.mec .vertical-tab .tabs-left > li > a {
  margin-right: 0;
  display: block;
}
.mec .vertical-tab .tabs-right {
  border-left: 1px solid #ddd;
}
.mec .vertical-tab .tabs-right > li {
  margin-left: -1px;
}
.mec .vertical-tab .tabs-right > li > a {
  margin-right: 0;
}
.mec .vertical-tab .tabs-right > li.active > a,
.mec .vertical-tab .tabs-right > li.active:hover,
.mec .vertical-tab .tabs-right > li.active:focus {
  border-left-color: transparent;
}
.mec .vertical-tab .sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.mec .vertical-tab .sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.mec .vertical-tab .sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.mec .vertical-tab .sideways > li.active > a,
.mec .vertical-tab .sideways > li.active > a:hover,
.mec .vertical-tab .sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.mec .vertical-tab .sideways.tabs-left {
  left: -50px;
}
.mec .vertical-tab .sideways.tabs-right {
  right: -50px;
}
.mec .vertical-tab .sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mec .vertical-tab .sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mec .vertical-tab .tab-content {
  padding: 6px 24px 6px 8px;
}
.mec .vertical-tab.vertical-tab-inverse {
  border-width: 0;
}
.mec .vertical-tab.vertical-tab-inverse .tabs-left,
.mec .vertical-tab.vertical-tab-inverse .tabs-right {
  background: #fff;
  padding-top: 8px;
  border-width: 0;
}
.mec .vertical-tab.vertical-tab-inverse .tabs-left > li,
.mec .vertical-tab.vertical-tab-inverse .tabs-right > li {
  float: none;
}
.mec .vertical-tab.vertical-tab-inverse .tabs-left > li > a,
.mec .vertical-tab.vertical-tab-inverse .tabs-right > li > a {
  background-color: #fff;
  border-width: 0;
}
.mec .vertical-tab.vertical-tab-inverse .tabs-left > li.active > a,
.mec .vertical-tab.vertical-tab-inverse .tabs-right > li.active > a {
  background: #f2f2f2;
}
.mec .vertical-tab.vertical-tab-inverse .tabs-left > li.active:after,
.mec .vertical-tab.vertical-tab-inverse .tabs-right > li.active:after {
  content: " ";
  width: 43px;
  height: 43px;
  top: 0;
  right: 0;
  position: absolute;
  margin-right: -43px;
  border: 21px solid #fff;
  border-left-color: #f2f2f2;
}
.mec .vertical-tab.vertical-tab-inverse .tab-content {
  padding: 8px;
}
.mec .attribute-vertical-tab {
  position: relative;
  border-color: #e5e5e5;
}
.mec .attribute-vertical-tab .vertical-tab-nav {
  width: 172px;
  position: absolute;
  top: 0;
  background: #ebeff0;
  padding: 10px 0 10px 10px;
  z-index: 1;
  min-height: 305px;
}
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-left,
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-right {
  border-bottom: none;
  padding-top: 2px;
  padding-bottom: 36px;
}
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-left > li > a,
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-right > li > a {
  border-width: 0;
}
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-left > li > a:hover,
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-right > li > a:hover {
  background: #e5eaea;
  color: #000;
}
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-left > li.active > a,
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-right > li.active > a,
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-left > li:focus > a,
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-right > li:focus > a {
  border-width: 0;
  margin: 0;
  background-color: #fff;
  color: #000;
}
.mec .attribute-vertical-tab .vertical-tab-nav .tabs-left > li {
  margin-right: 0;
}
.mec .attribute-vertical-tab .tab-content {
  margin-left: 172px;
  position: relative;
  min-height: 305px;
}
.mec .attribute-vertical-tab.with-icons .iradio_minimal {
  margin-top: -3px;
  margin-right: 6px;
}
.mec .attribute-vertical-tab.with-icons .vertical-tab-nav .tabs-left > li > a,
.mec .attribute-vertical-tab.with-icons .vertical-tab-nav .tabs-right > li > a {
  padding: 8px 9px 5.5px 9px;
}
.mec .attribute-vertical-tab.rigistration-tab {
  border-color: #EAEFF0;
}
.mec .attribute-vertical-tab.rigistration-tab .vertical-tab-nav {
  width: 155px;
  padding-left: 0;
  background-color: #F7F7F7;
  border-right: #EAEFF0 solid 1px;
  min-height: 280px;
}
.mec .attribute-vertical-tab.rigistration-tab .vertical-tab-nav .tabs-left > li > a {
  border-top: transparent solid 1px;
  border-bottom: transparent solid 1px;
  border-left: 3px solid transparent;
  padding: 5px 8px;
  margin-left: -1px;
  margin-right: -1px;
}
.mec .attribute-vertical-tab.rigistration-tab .vertical-tab-nav .tabs-left > li > a:hover {
  background-color: transparent;
}
.mec .attribute-vertical-tab.rigistration-tab .vertical-tab-nav .tabs-left > li.active a {
  border-top-color: #EAEFF0;
  border-bottom-color: #EAEFF0;
  border-left-color: #7FBA60;
}
.mec .attribute-vertical-tab.rigistration-tab .vertical-tab-nav .tabs-left > li.active a:hover {
  background-color: #fff;
}
.mec .attribute-vertical-tab.rigistration-tab .tab-content {
  margin-left: 155px;
  min-height: 280px;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mec .mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
    /* MSPointer events - direct all pointer events to js */
}
.mec .mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mec .mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mec .mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mec .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.mec .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
/* non-visible scrollbar */
.mec .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}
.mec .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mec .mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 6px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.mec .mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
/* scrollbar position: outside */
.mec .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mec .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}
.mec .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mec .mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mec .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}
.mec .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.mec .mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}
.mec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
.mec .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mec .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}
.mec .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mec .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}
.mec .mCSB_scrollTools .mCSB_buttonUp,
.mec .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mec .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mec .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mec .mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}
.mec .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
/* non-visible scrollbar */
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mec .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mec .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
/* scrollbar position: outside */
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mec .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mec .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}
.mec .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mec .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}
.mec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mec .mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 0px;
    margin-bottom: 30px;
}
.mec .mCSB_container_wrapper > .mCSB_container {
    padding-right: 0px;
    padding-bottom: 30px;
}
.mec .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}
.mec .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
/* non-visible horizontal scrollbar */
.mec .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mec .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mec .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
/* RTL direction/left-side scrollbar */
.mec .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mec .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}
.mec .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}
.mec .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mec .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mec .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mec .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mec .mCSB_scrollTools,
.mec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mec .mCSB_scrollTools .mCSB_buttonUp,
.mec .mCSB_scrollTools .mCSB_buttonDown,
.mec .mCSB_scrollTools .mCSB_buttonLeft,
.mec .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mec .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mec .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mec .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mec .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* theme: "dark" */
.mec .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mec .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mec .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* theme: "light" */
.mec .mCS-light.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    width: 6px;
}
.mec .mCS-light.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
    width: 6px;
}
.mec .mCS-light.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.2);
}
.mec .mCS-light.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mec .mCS-light.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.2);
}
.mec .mCS-light.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mec .mCS-light.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mec .mCS-light.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mec .mCS-light.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* ---------------------------------------- */
.mec .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mec .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}
.mec .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mec .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mec .mCustomScrollBox:hover > .mCSB_scrollTools,
.mec .mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mec .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mec .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.mec [class^="zei-"],
.mec [zei*=" zei-"] {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
}
.mec [class^="zei-"] {
  color: #888;
}
.mec [class^="zei-"]:before,
.mec [zei*=" zei-"]:before {
  font-family: Editor;
  font-weight: normal;
  font-style: normal;
  font-size: 9px;
  width: 12px;
  display: inline-block;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 3px;
  cursor: pointer;
  text-align: center;
}
.mec .zei-bold:before {
  content: "\e903";
}
.mec .zei-underline:before {
  content: "\e905";
}
.mec .zei-strike:before {
  content: "\e906";
}
.mec .zei-removeformat:before {
  content: "\e914";
}
.mec .zei-textleft:before {
  content: "\e90a";
}
.mec .zei-textright:before {
  content: "\e90b";
}
.mec .zei-textcenter:before {
  content: "\e90c";
}
.mec .zei-textjustify:before {
  content: "\e909";
}
.mec .zei-indent:before {
  content: "\e90f";
}
.mec .zei-outdent:before {
  content: "\e910";
}
.mec .zei-unorder:before {
  content: "\e90d";
}
.mec .zei-order:before {
  content: "\e90e";
}
.mec .zei-link:before {
  content: "\e911";
}
.mec .zei-unlink:before {
  content: "\e912";
}
.mec .zei-table:before {
  content: "\e915";
}
.mec .zei-line:before {
  content: "\e916";
}
.mec .zei-smiley:before {
  content: "\e917";
}
.mec .zei-fontfamily:before {
  content: "\e918";
  padding-left: 8px;
  width: 20px;
}
.mec .zei-quote:before {
  content: "\e913";
}
.mec .zei-image:before {
  content: "\e919";
}
.mec .zei-arrow:before {
  content: "\e901";
  color: #C9CACD !important;
}
.mec .zei-italic:before {
  content: "\e904";
}
.mec .zei-rarrow:before {
  content: "\e902";
}
.mec .zei-close:before {
  content: "\e920";
  font-size: 16px;
  color: #333;
}
.mec .zei-uncheck:before {
  content: "\e91b";
}
.mec .zei-check:before {
  content: "\e91c";
}
.mec .zei-option:before {
  content: "\e91e";
}
.mec .zei-unoption:before {
  content: "\e91d";
}
.mec .zei-attachment:before {
  content: "\e900";
}
.mec .zei-more:before {
  content: "\e91a";
}
.mec .zei-textclr:before {
  content: "\e907";
}
.mec .zei-rtl:before {
  content: "\e922";
}
.mec .zei-ltr:before {
  content: "\e923";
}
.mec .zei-html:before {
  content: "\e924";
}
.mec .zei-bgclr {
  width: 14px;
  height: 16px;
  display: inline-block;
  margin: 10px 3px 3px 5px;
  background-image: url('../images/zme.png');
  background-position: -83px -2px;
}
.mec .ze_SCmb {
  background-color: #fafafa;
  height: 28px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 10px 0 1px;
  position: relative;
}
.mec .ze_SCmb font {
  width: 1px;
  overflow: hidden;
  float: left;
  background-color: #e5e5e5;
  height: 18px;
  margin-top: 6px;
}
.mec .ze_SCmb ul,
.mec .ze_SCmb li {
  padding: 0;
  list-style: none;
  float: left;
}
.mec .ze_SCmb ul {
  margin: 0;
}
.mec .ze_SCmb li {
  margin: 0 0 0 1px;
}
.mec .ze_SCmb ul li:first-child {
  margin: 0;
}
.mec .ze_SCmb li b {
  height: 30px;
  line-height: 23px;
  padding: 1px 6px;
  display: block;
  position: relative;
  font-weight: normal;
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.mec .ze_SCmb li b span.ze_pdl {
  padding-left: 5px;
  position: relative;
  top: 0px;
  font-size: 13px;
}
.mec .ze_SCmb li b div.ze_hd {
  position: absolute;
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
  width: 5px;
  height: 100%;
  top: -1px;
  left: -3px;
}
.mec .ze_SCmb li b.ze_dn div.ze_hd {
  background-color: #FFF;
  height: 4px;
  margin: 0 0 0 -3px;
  width: 100%;
  z-index: 599;
  display: block;
  left: 3px;
  top: 31px;
  position: absolute;
  border: 0;
}
.mec .ze_SCmb li b.ze_dn {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 solid #fff;
  height: 36px;
  padding: 1px 4px 0;
}
.mec .ze_SCmb li b:hover {
  background-color: #f1f1f1;
}
.mec .ze_SCmb li b:hover span:before,
.mec .ze_SCmb li b.ze_Sel span:before {
  color: #222 !important;
}
.mec .ze_SCmb li b.ze_dn.ze_Sel div.ze_hd {
  background-color: #FFF;
  border: 0;
}
.mec .ze_SCmb li b.ze_dn.ze_Sel {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 solid #fff;
  margin: -1px -1px 0 -1px;
  padding: 2px 7px 0 7px;
  height: 29px;
}
.mec .ze_alttool {
  position: absolute;
  padding: 0;
  z-index: 998;
}
.mec .ze_dd {
  display: none;
  position: absolute;
  padding: 5px;
  z-index: 500;
}
.mec .ze_dd ul {
  margin: -5px 0 0 -5px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  overflow: hidden;
  overflow-y: auto;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.14);
}
.mec .ze_dd .ze_ddr {
  margin: -5px -5px 0 0;
  -moz-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.14);
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.14);
}
.mec .ze_tbdr {
  border-top: 1px solid #CCC !important;
}
.mec .ze_dd li {
  float: none;
  padding: 7px 15px;
  line-height: 20px;
  height: 30px;
  list-style: none;
  cursor: pointer;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.mec .ze_dd li:hover,
.mec .ze_dd li.sel {
  background-color: #e5e5e5;
  overflow: hidden;
}
.mec .ze_lne {
  padding: 0!important;
  background-color: #dadada;
  height: 1px!important;
  line-height: 1px!important;
  overflow: hidden!important;
}
.mec .ze_dd {
  position: absolute;
  margin: 0;
  opacity: 0;
  display: block;
}
.mec .zei-arrow,
.mec .zei-arrow:before {
  width: 14px;
  height: 28px;
  padding-top: 2px;
  padding-right: 6px;
  text-align: center;
}
.mec .zei-arrow {
  margin-right: -4px;
  margin-top: -3px;
}
.mec .zei-arrow:before {
  padding-left: 0;
}
.mec .zei-arrow.ze-big,
.mec .zei-arrow.ze-big:before {
  width: 34px;
  padding-right: 0;
}
.mec .ze_dd.shw {
  opacity: 1;
}
.mec .ze_dd li:hover {
  background-color: #ebebeb;
}
.mec ul.ze_cb {
  height: 155px;
  width: 235px;
}
.mec ul.ze_cb li {
  cursor: pointer;
  display: inline;
  float: left;
  line-height: normal;
  list-style-type: none;
  margin: 3px 0 0 5px;
  overflow: hidden;
  height: 14px;
  width: 14px;
  padding: 0;
  border: 1px solid #999;
}
.mec ul.ze_sb {
  width: 204px;
  padding: 5px;
}
.mec ul.ze_sb li {
  cursor: pointer;
  display: inline;
  float: left;
  line-height: normal;
  list-style-type: none;
  overflow: hidden;
  border: 1px solid #fff;
  margin: 1px;
  padding: 3px;
  width: 28px;
  height: 28px;
}
.mec ul.ze_sb li:hover {
  box-shadow: #808080 0 0 1px;
  background-color: #fff;
}
.mec .ze_orly {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 9998;
}
.mec .ze_esel {
  background-color: #f0f0f0 !important;
}
.mec .ze_btn b {
  width: auto!important;
  white-space: nowrap;
  padding: 0 10px!important;
}
.mec .ze_btn li:hover {
  background-color: transparent;
}
.mec .ze_SCmb.ze_btn {
  background-color: #fff;
  border-bottom: 0;
}
.mec .ze_SCmb ul.ze_frt {
  float: right;
}
.mec .ze_phd {
  background-color: #e5e5e5;
  font-size: 110%;
  padding: 5px 10px 0;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.mec .ze_ptt {
  background-color: #f5f5f5;
}
.mec .ze_ptble {
  font-size: 12px;
  width: 100%;
}
.mec .ze_ptble tr td {
  padding: 6px 15px;
}
.mec .ze_ptble tr td input[type=radio] {
  margin: 4px 10px;
}
.mec .ze_ptble tr td input[type=text] {
  height: 26px;
  padding: 6px;
}
.mec .ze_ptble table {
  font-size: 12px;
  padding: 5px 20px 5px 0;
}
.mec .ze_ptble label {
  cursor: pointer;
}
.mec .ze_m20 {
  margin-right: 20px;
}
.mec .ze_area {
  width: 100%;
  border: 0px solid black;
  border-width: 0;
}
.mec .ze-big:before {
  font-size: 22px;
  color: #666 !important;
}
.mec .ze_frt {
  float: right!important;
}
.mec .ze_bld {
  font-weight: bold;
}
.mec .zep_PU {
  font-size: 12px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  min-width: 375px;
  max-width: 800px;
  -moz-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.mec .zep_PUtts .zep_arr {
  background-color: #f9f9f9;
  -moz-box-shadow: 1px 1px 0 #fff inset;
  -webkit-box-shadow: 1px 1px 0 #fff inset;
  box-shadow: 1px 1px 0 #fff inset;
}
.mec .zep_PUtt {
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #222;
  font-size: 15px;
}
.mec .zep_PUtt i {
  float: right;
}
.mec .zep_PUbtm {
  border-top: 1px dashed #c5c5c5;
  text-align: center;
  margin: 10px 15px 0 15px;
  padding: 20px 0;
}
.mec .zep_PUbtm span {
  height: 21px;
  border: 1px solid #cecece;
  line-height: 21px;
  padding: 3px 24px;
  margin-right: 8px;
  background-color: #fff;
  color: #666;
  display: inline-block !important;
  cursor: pointer;
  font-size: 110%;
}
.mec .zep_PUbtm span.sel {
  background-color: #424f56;
  border-width: 0;
  padding: 5px 18px;
  min-width: 70px;
  text-align: center;
  color: #fff;
  height: 30px;
}
.mec .ze_angry,
.mec .ze_anxious,
.mec .ze_claps,
.mec .ze_coolnew,
.mec .ze_dislike,
.mec .ze_dizzy,
.mec .ze_doubtful,
.mec .ze_halo,
.mec .ze_idea,
.mec .ze_injured,
.mec .ze_like,
.mec .ze_lipssealed,
.mec .ze_lol,
.mec .ze_loveit,
.mec .ze_meh,
.mec .ze_neutral,
.mec .ze_ontarget,
.mec .ze_sad,
.mec .ze_searching,
.mec .ze_shocked,
.mec .ze_sick,
.mec .ze_sleepy,
.mec .ze_smilenew,
.mec .ze_tearofjoy,
.mec .ze_tensed,
.mec .ze_tongueout,
.mec .ze_winknew,
.mec .ze_worried,
.mec .ze_yoyo,
.mec .ze_yummy {
  background-image: url('../images/smileys.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .mec .ze_angry,
  .mec .ze_anxious,
  .mec .ze_claps,
  .mec .ze_coolnew,
  .mec .ze_dislike,
  .mec .ze_dizzy,
  .mec .ze_doubtful,
  .mec .ze_halo,
  .mec .ze_idea,
  .mec .ze_injured,
  .mec .ze_like,
  .mec .ze_lipssealed,
  .mec .ze_lol,
  .mec .ze_loveit,
  .mec .ze_meh,
  .mec .ze_neutral,
  .mec .ze_ontarget,
  .mec .ze_sad,
  .mec .ze_searching,
  .mec .ze_shocked,
  .mec .ze_sick,
  .mec .ze_sleepy,
  .mec .ze_smilenew,
  .mec .ze_tearofjoy,
  .mec .ze_tensed,
  .mec .ze_tongueout,
  .mec .ze_winknew,
  .mec .ze_worried,
  .mec .ze_yoyo,
  .mec .ze_yummy {
    background-image: url('../images/smileysretina.png');
    background-size: 240px 290px;
  }
}
.mec .ze_smilenew {
  background-position: 0 0;
}
.mec .ze_sad {
  background-position: -168px -24px;
}
.mec .ze_lol {
  background-position: -24px 0;
}
.mec .ze_angry {
  background-position: -72px -48px;
}
.mec .ze_tongueout {
  background-position: -48px -24px;
}
.mec .ze_coolnew {
  background-position: -96px 0;
}
.mec .ze_winknew {
  background-position: -24px -24px;
}
.mec .ze_meh {
  background-position: -192px -72px;
}
.mec .ze_tearofjoy {
  background-position: -48px 0;
}
.mec .ze_shocked {
  background-position: -48px -72px;
}
.mec .ze_loveit {
  background-position: -120px 0;
}
.mec .ze_neutral {
  background-position: -168px -72px;
}
.mec .ze_worried {
  background-position: -24px -48px;
}
.mec .ze_yummy {
  background-position: -120px -24px;
}
.mec .ze_sleepy {
  background-position: -168px -48px;
}
.mec .ze_dizzy {
  background-position: -72px -72px;
}
.mec .ze_sick {
  background-position: -120px -72px;
}
.mec .ze_injured {
  background-position: -144px -72px;
}
.mec .ze_idea {
  background-position: 0 -24px;
}
.mec .ze_doubtful {
  background-position: -24px -72px;
}
.mec .ze_tensed {
  background-position: -96px -48px;
}
.mec .ze_searching {
  background-position: -216px 0;
}
.mec .ze_anxious {
  background-position: 0 -48px;
}
.mec .ze_lipssealed {
  background-position: -216px -72px;
}
.mec .ze_halo {
  background-position: -96px -24px;
}
.mec .ze_like {
  background-position: 0 -120px;
}
.mec .ze_dislike {
  background-position: -24px -120px;
}
.mec .ze_claps {
  background-position: -168px -120px;
}
.mec .ze_yoyo {
  background-position: -120px -120px;
}
.mec .ze_ontarget {
  background-position: -24px -168px;
}
.mec .ze_spell {
  position: absolute;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 5px;
  top: 35px;
  right: 1px;
}
.mec .ze_spell a {
  padding: 0 10px;
}
.mec .ze_spell i {
  margin-left: 10px;
}
.mec .ze_spell span {
  padding: 0 5px;
  margin-left: 5px;
  cursor: pointer;
}
.mec .ze_spell span:hover {
  text-decoration: underline;
}
.mec .ze_ptble .ze_iiInput {
  padding-right: 15px;
}
.mec .ze_ptble .ze_iiInput > div input {
  width: 100%;
}
.mec .ze_ptble .ze_iiSnF {
  color: #a0a0a0;
  font-size: 12px;
  font-style: italic;
  line-height: 11px;
  margin: 0;
  padding: 8px 0 0;
}
.mec .ze_ptble .ze_iiS {
  color: #c2c2c2;
  padding: 8px 0;
}
.mec .ze_ptble .ze_iiS > span {
  color: #222;
}
.mec .ze_ptble .ze_iiI {
  border: #e6e2e3 1px solid;
  height: 120px;
  width: 120px;
}
.mec .ze_ptble .ze_input_text {
  border: #e5e5e5 1px solid;
  padding: 5px 10px;
  width: 293px;
  display: block;
  font-style: italic;
}
.mec .ze_ptble .ze_input_text:focus {
  outline: none;
}
.mec .ze_ptble .ze_iiIP {
  color: #c3c3c3;
  display: block;
  line-height: 120px;
  text-align: center;
}
.mec .ze_popuperrmsg {
  color: #F00;
}
.mec .ze_imgpopupinfo {
  color: #1DAF15;
  font-weight: bold;
  display: none;
}
.mec .ze_change-captcha-icon {
  background: url("../images/refresh.png?bN=4050") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  float: right;
  height: 23px;
  width: 38px;
}
.mec .ze_select {
  border: 1px solid #ccc;
  overflow: hidden;
  outline: none;
  position: relative;
  display: inline-block;
  height: 24px;
  width: 70%;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
  width: 60px;
}
.mec .ze_select select {
  padding: 0 8px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.mec .ze_select select::-ms-expand {
  display: none;
}
.mec .ze_select:after {
  content: "\e901";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  pointer-events: none;
  font-family: Editor;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #555;
  text-align: center;
}
.mec .zep_PUbtm span[data-val=Cancel] {
  border-color: transparent;
  background-color: #e6e6e6;
  padding: 5px 18px;
  min-width: 70px;
  height: 31px;
}
.mec .ze_drag {
  background-color: #fafafa;
  border: 3px dashed #dedede;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  position: relative;
  height: 66%;
  width: 70%;
  top: 17%;
  text-align: center;
  font-size: 20px;
}
.mec .ze_drag span {
  position: relative;
  top: 46%;
  color: #ccc;
}
.mec .ze_autoFill li {
  padding: 7px;
}
.mec .ze_autoFill li img {
  height: 20px;
  width: 20px;
  padding-right: 7px;
  vertical-align: middle;
}
.mec .zep_ptxtara {
  border-color: #ccc;
  margin-top: 10px;
}
.mec #ze_dropdown {
  z-index: 9999;
}

.mec b,
.mec strong {
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
body *:focus {
    outline: none;
}
.mec input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
/*** UL Types*/
.mec ul.stack-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mec ul.stack-list > li {
    padding: 1.5px 8px;
}
.mec ul.queue-list {
    padding: 0;
    margin: 0;
    margin-top: -5px;
    list-style-type: none;
}
.mec ul.queue-list > li {
    padding: 1.5px 16px;
    float: left;
}
.mec ul.queue-list.seperator > li {
    border-right: 1px solid #cccccc;
    font-size: 11px;
}
.mec ul.queue-list.seperator > li:last-child {
    border-right-width: 0;
    padding-right: 0;
}
/*** UL Types*/
.mec .caret.up {
    border-top: 0 !important;
    border-bottom: 4px dashed !important;
    border-bottom: 4px solid \9 !important;
    content: "" !important;
}
.mec .caret.right {
    border-width: 0 !important;
    border: 4px solid transparent !important;
    border-left-color: #000 !important;
    border-width: 4px !important;
}
.mec .static-container {
    max-width: 800px;
    width: 100%;
}
.mec .static-container-md {
    width: 1000px;
}
.mec .static-container-sm {
    width: 600px;
}
.mec .static-container-xs {
    width: 400px;
}
.mec .settings-btn {
    padding: 1px 5px;
}
.mec .mec-page-header {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0 6px 0;
    min-height: 34px;
}
.mec .mec-page-header .page-refresh {
  visibility: hidden;
  cursor: pointer;
  margin-left: 8px;
  margin-top: -1px;
}
.mec .mec-page-header:hover .page-refresh {
  visibility: visible;
}
.mec .mec-page-header h1 {
    font-size: 14px;
    margin: 0 0 0 0;
    line-height: 20px;
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .mec-page-header.header-slogan {
    margin: 0 0 12px;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 1px 0;
}
.mec .mec-page-header.header-slogan h1 {
    font-size: 18px;
    margin: 10px 0 0 0;
    line-height: 20px;
}
.mec .mec-page-header.header-slogan > span {
    font-size: 11px;
    line-height: 24px;
    font-weight: 300;
    color: #8e959a;
    display: block;
}
.mec .mec-page-header.header-slogan > span > ul.nav {
    margin-top: -5px;
    font-weight: normal;
}
.mec .mec-form-header {
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    overflow: visible;
    color: #808080;
}
.mec .mec-form-header h2 {
    font-size: 13px;
    margin-top: 0;
    margin: 0;
    color: #b0b0b0;
}
.mec .mec-modal-alert .modal-header {
    padding: 4px 10px;
    min-height: 32px;
}
.mec .mec-modal-alert .modal-header .modal-title {
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.mec .mec-modal-alert .modal-header .close {
    margin-top: -2px;
}
.mec .mec-modal-alert .modal-header .close span {
    font-size: 18px;
}
.mec .mec-modal-alert .modal-content {
    padding: 0;
    margin: 0;
    border: 0px solid #f6f6f6;
    background: #fff;
}
.mec .mec-modal-alert .modal-dialog {
    width: 450px;
}
.mec .mec-modal-alert .modal-body {
    padding: 9px;
}
.mec .mec-modal-alert .modal-footer {
    text-align: center;
    border-top: 0px solid #fff;
}
.mec .mec-modal-alert.default .modal-content {
    border-color: #ffffff;
}
.mec .mec-modal-alert.danger .modal-header {
    background-color: #dc3e3e;
}
.mec .mec-modal-alert.danger .modal-content {
    border-color: #e87f7f;
}
.mec .mec-modal-alert.warning .modal-header {
    background-color: #f0ad4e;
}
.mec .mec-modal-alert.warning .modal-content {
    border-color: #f6ce95;
}
.mec .mec-modal-alert.info .modal-header {
    background-color: #5bc0de;
}
.mec .mec-modal-alert.info .modal-content {
    border-color: #9bd8eb;
}
.mec .mec-modal-alert.success .modal-header {
    background-color: #8dc63f;
}
.mec .mec-modal-alert.success .modal-content {
    border-color: #b0d87a;
}
.mec .mec-modal-alert.mec-modal-alert-sm .modal-dialog {
    width: 350px;
}
.mec .mec-modal-alert.mec-modal-alert-sm .modal-footer {
    padding: 5px;
}
.mec .mec-table-action-toolset {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.mec .mec-table-action-toolset > li {
    float: left;
    margin-right: 0px;
}
.mec .mec-table-action-toolset > li .mec-icon {
    cursor: pointer;
}
.mec .mec-table-setter .filter-dropdown {
    background-color: transparent;
}
.mec .mec-table-setter .filter-dropdown .btn-default {
    min-width: 20px !important;
}
.mec .mec-table-setter > .table-setter-header {
    display: none;
}
.mec .mec-table-setter table {
    margin-bottom: 0px;
}
.mec .mec-table-setter table.table-fixed {
    table-layout: fixed;
}
.mec .mec-table-setter table .search-row {
    display: none;
}
.mec .mec-table-setter table .search-row input {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
}
.mec .mec-table-setter table .search-bar {
    background-color: #f5f5f5;
}
/*.mec .mec-table-setter table .search-bar td {
    padding: 5px 0px !important;
    padding-right: 10px !important;
}*/
.mec .mec-table-setter > .status-box {
    height: 30px;
    padding: 3px 0;
    font-size: 11px;
}
.mec .mec-table-setter > .status-box .key {
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .mec-table-setter > .status-box .value {
    color: #8e959a;
}
.mec .mec-table-setter > .status-box a.value:hover {
    color: #000;
}
.mec .mec-table-setter > .status-box .status-box-rhs {
    float: right;
    color: #8d8d8d;
}
.mec .mec-table-setter > .status-box .status-box-rhs span {
    display: none;
}
.mec .mec-table-setter > .status-box .status-box-rhs span.close {
    color: #8d8d8d;
    visibility: hidden;
    font-size: 16px !important;
    margin-left: 5px;
}
.mec .mec-table-setter > .status-box .status-box-rhs:hover span.close {
    visibility: visible;
}
.mec .mec-table-setter > .status-box .status-box-rhs.open span {
    display: inline;
}
.mec .mec-table-setter > .top-tool-box,
.mec .mec-table-setter .bottom-tool-box {
    height: 26px;
    background: #f0f0f0;
    padding: 4px 0px 3px 0px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow,
.mec .mec-table-setter > .top-tool-box > ul,
.mec .mec-table-setter .bottom-tool-box > ul {
    margin-left: -10px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li,
.mec .mec-table-setter > .top-tool-box > ul > li,
.mec .mec-table-setter .bottom-tool-box > ul > li {
    float: left;
    position: relative;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a,
.mec .mec-table-setter > .top-tool-box > ul > li > a,
.mec .mec-table-setter .bottom-tool-box > ul > li > a {
    display: block;
    padding: 1px 8px;
    text-decoration: none;
    color: #000;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a .mec-icon,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a .mec-icon,
.mec .mec-table-setter > .top-tool-box > ul > li > a .mec-icon,
.mec .mec-table-setter .bottom-tool-box > ul > li > a .mec-icon {
    margin: 0px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a.last-child,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a.last-child,
.mec .mec-table-setter > .top-tool-box > ul > li > a.last-child,
.mec .mec-table-setter .bottom-tool-box > ul > li > a.last-child {
    padding-right: 0;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a.extend-space,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a.extend-space,
.mec .mec-table-setter > .top-tool-box > ul > li > a.extend-space,
.mec .mec-table-setter .bottom-tool-box > ul > li > a.extend-space {
    padding: 0px 8px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a.minimize-space,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a.minimize-space,
.mec .mec-table-setter > .top-tool-box > ul > li > a.minimize-space,
.mec .mec-table-setter .bottom-tool-box > ul > li > a.minimize-space {
    padding: 3px 1px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a.minimize-space.left,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a.minimize-space.left,
.mec .mec-table-setter > .top-tool-box > ul > li > a.minimize-space.left,
.mec .mec-table-setter .bottom-tool-box > ul > li > a.minimize-space.left {
    padding: 3px 7px 3px 1px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > a.minimize-space.right,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > a.minimize-space.right,
.mec .mec-table-setter > .top-tool-box > ul > li > a.minimize-space.right,
.mec .mec-table-setter .bottom-tool-box > ul > li > a.minimize-space.right {
    padding: 3px 1px 3px 7px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .table-nav,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .table-nav,
.mec .mec-table-setter > .top-tool-box > ul > li .table-nav,
.mec .mec-table-setter .bottom-tool-box > ul > li .table-nav {
    padding-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .table-nav .icn-next-all,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .table-nav .icn-next-all,
.mec .mec-table-setter > .top-tool-box > ul > li .table-nav .icn-next-all,
.mec .mec-table-setter .bottom-tool-box > ul > li .table-nav .icn-next-all {
    margin-left: 3px;
    cursor: pointer;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .table-nav .icn-next,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .table-nav .icn-next,
.mec .mec-table-setter > .top-tool-box > ul > li .table-nav .icn-next,
.mec .mec-table-setter .bottom-tool-box > ul > li .table-nav .icn-next {
    margin-left: 10px;
    cursor: pointer;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .table-nav .icn-prev-all,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .table-nav .icn-prev-all,
.mec .mec-table-setter > .top-tool-box > ul > li .table-nav .icn-prev-all,
.mec .mec-table-setter .bottom-tool-box > ul > li .table-nav .icn-prev-all {
    margin-right: 3px;
    cursor: pointer;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .table-nav .icn-prev,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .table-nav .icn-prev,
.mec .mec-table-setter > .top-tool-box > ul > li .table-nav .icn-prev,
.mec .mec-table-setter .bottom-tool-box > ul > li .table-nav .icn-prev {
    margin-right: 10px;
    cursor: pointer;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .table-nav span,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .table-nav span,
.mec .mec-table-setter > .top-tool-box > ul > li .table-nav span,
.mec .mec-table-setter .bottom-tool-box > ul > li .table-nav span {
    line-height: 18px;
    vertical-align: bottom;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li span.sep,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li span.sep,
.mec .mec-table-setter > .top-tool-box > ul > li span.sep,
.mec .mec-table-setter .bottom-tool-box > ul > li span.sep {
    background-color: #cccccc;
    width: 1px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 1px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .mec-icon,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .mec-icon,
.mec .mec-table-setter > .top-tool-box > ul > li .mec-icon,
.mec .mec-table-setter .bottom-tool-box > ul > li .mec-icon {
    margin: 0px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .btn-dropdown.open .btn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .btn-dropdown.open .btn,
.mec .mec-table-setter > .top-tool-box > ul > li .btn-dropdown.open .btn,
.mec .mec-table-setter .bottom-tool-box > ul > li .btn-dropdown.open .btn {
    box-shadow: none;
    position: relative;
    border-bottom: 0px solid #fff;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .btn-white:focus,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .btn-white:focus,
.mec .mec-table-setter > .top-tool-box > ul > li .btn-white:focus,
.mec .mec-table-setter .bottom-tool-box > ul > li .btn-white:focus {
    border-top-color: #ccc !important;
    border-left-color: #ccc !important;
    border-right-color: #ccc !important;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn {
    margin-left: 5px;
    margin-top: -1px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .btn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .btn,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .btn,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .btn {
    border: 1px solid #e4e4e4;
    background: #fff !important;
    font-size: 11px;
    padding: 0px 8px !important;
    margin-left: 5px;
    z-index: 0;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .btn.btn-reset,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .btn.btn-reset,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .btn.btn-reset,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .btn.btn-reset {
    z-index: 999;
    margin-right: -6px;
    padding-left: 22px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .btn.btn-reset i,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .btn.btn-reset i,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .btn.btn-reset i,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .btn.btn-reset i {
    position: absolute;
    top: 3px;
    left: 2px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu {
    border: 1px solid #e4e4e4;
    margin-top: -1px;
    min-width: 200px;
    overflow: hidden;
    z-index: 1001;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu .cscroll,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu .cscroll,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu .cscroll,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu .cscroll {
    height: 300px;
    padding-bottom: 45px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu .btn-primary,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu .btn-primary,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu .btn-primary,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu .btn-primary {
    background: #8dc63f !important;
    color: #fff;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a {
    padding: 3px 8px;
    font-size: 11px;
    color: #333333;
    display: block;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a:hover,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a:hover,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a:hover,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a:hover {
    text-decoration: none;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a .chkbox,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a .chkbox,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a .chkbox,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a .chkbox,
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a .icheckbox_minimal,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a .icheckbox_minimal,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a .icheckbox_minimal,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a .icheckbox_minimal {
    margin-right: 7px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a:hover,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li a:hover,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a:hover,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li a:hover {
    cursor: move;
    background: #f5f5f5;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li.ui-state-highlight,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .dropdown-menu ul li.ui-state-highlight,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li.ui-state-highlight,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .dropdown-menu ul li.ui-state-highlight {
    min-height: 30px;
    border: 1px dashed #ccc;
    background: #FFFFED;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .cont-area,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .cont-area,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .cont-area,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .cont-area {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    width: 90%;
    text-align: center;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .cont-area .btn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .cont-area .btn,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .cont-area .btn,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .cont-area .btn {
    border: 0px solid #fff;
    font-size: 11px;
    padding: 2px 10px !important;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn .column-box,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn .column-box,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn .column-box,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn .column-box {
    padding-bottom: 50px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li > .addRemoveBtn.open .btn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li > .addRemoveBtn.open .btn,
.mec .mec-table-setter > .top-tool-box > ul > li > .addRemoveBtn.open .btn,
.mec .mec-table-setter .bottom-tool-box > ul > li > .addRemoveBtn.open .btn {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .btn-group .btn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .btn-group .btn,
.mec .mec-table-setter > .top-tool-box > ul > li .btn-group .btn,
.mec .mec-table-setter .bottom-tool-box > ul > li .btn-group .btn,
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .btn-group .no-bg,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .btn-group .no-bg,
.mec .mec-table-setter > .top-tool-box > ul > li .btn-group .no-bg,
.mec .mec-table-setter .bottom-tool-box > ul > li .btn-group .no-bg {
    padding: 2px 6px;
    background: transparent;
    min-width: 50px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .dropdown-menu,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .dropdown-menu,
.mec .mec-table-setter > .top-tool-box > ul > li .dropdown-menu,
.mec .mec-table-setter .bottom-tool-box > ul > li .dropdown-menu {
    min-width: 50px;
    margin-top: -2px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .btn-group.bootstrap-select > .btn,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .btn-group.bootstrap-select > .btn,
.mec .mec-table-setter > .top-tool-box > ul > li .btn-group.bootstrap-select > .btn,
.mec .mec-table-setter .bottom-tool-box > ul > li .btn-group.bootstrap-select > .btn {
  background-color: #fff;
  padding: 0px 25px 0px 6px;
  min-height: 20px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li .btn-group.bootstrap-select > .btn .caret,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li .btn-group.bootstrap-select > .btn .caret,
.mec .mec-table-setter > .top-tool-box > ul > li .btn-group.bootstrap-select > .btn .caret,
.mec .mec-table-setter .bottom-tool-box > ul > li .btn-group.bootstrap-select > .btn .caret {
  height: 18px;
  background-position: -37px -355px;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow .bdr-none,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow .bdr-none,
.mec .mec-table-setter > .top-tool-box > ul .bdr-none,
.mec .mec-table-setter .bottom-tool-box > ul .bdr-none {
    border: 0px solid #fff;
}
.mec .mec-table-setter > .top-tool-box > ul.right-flow > li:last-child,
.mec .mec-table-setter .bottom-tool-box > ul.right-flow > li:last-child,
.mec .mec-table-setter > .top-tool-box > ul > li:last-child,
.mec .mec-table-setter .bottom-tool-box > ul > li:last-child {
    border-right: 0px solid #fff;
}
.mec .mec-table-setter > .top-tool-box ul.right-flow,
.mec .mec-table-setter .bottom-tool-box ul.right-flow {
    float: right;
}
.mec .mec-table-setter > .top-tool-box ul.right-flow > li:first-child,
.mec .mec-table-setter .bottom-tool-box ul.right-flow > li:first-child {
    border-left: 0px solid #fff;
}
.mec .mec-table-setter > .top-tool-box ul.right-flow > li.open,
.mec .mec-table-setter .bottom-tool-box ul.right-flow > li.open {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.176);
}
.mec .mec-table-setter > .top-tool-box ul.right-flow > li:last-child a,
.mec .mec-table-setter .bottom-tool-box ul.right-flow > li:last-child a {
    padding-right: 0;
}
.mec .mec-table-setter > .top-tool-box ul.left-flow > li:first-child a,
.mec .mec-table-setter .bottom-tool-box ul.left-flow > li:first-child a {
    padding-left: 8px;
}
.mec .mec-table-setter .bottom-tool-box {
    height: 35px;
    padding: 6px;
}
.mec .mec-table-setter .bottom-tool-box > ul > li .dropdown-menu {
    min-width: 50px;
    margin-bottom: -2px;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.176);
}
.mec .mec-table-setter .bottom-tool-box > ul > li .dropup.open .btn {
    background: #fff;
    box-shadow: none;
}
.mec .mec-table-setter .table-search-row {
    background-color: #f5f5f5;
}
.mec .mec-table-setter .table-search-row .tbl-search-input {
    padding: 3px 8px;
    height: 22px;
    box-shadow: none;
    border: 1px solid #cccccc;
}
.mec .mec-table-setter .o365-table-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 9px;
}
.mec .mec-table-setter .o365-table-scroll .mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 6px;
    margin-top: 6px;
}
.mec .mec-padding-box {
    height: auto;
    clear: both;
    overflow: visible;
    padding: 20px;
}
.mec .mec-padding-box.xs {
    padding: 3px;
}
.mec .mec-padding-box.sm {
    padding: 6px;
}
.mec .mec-padding-box.md {
    padding: 9px;
}
.mec .mec-padding-box.lg {
    padding: 12px;
}
.mec .mec-padding-box.null-left {
    padding-left: 0;
}
.mec .mec-padding-box.null-right {
    padding-right: 0;
}
.mec .mec-padding-box.null-top {
    padding-top: 0;
}
.mec .mec-padding-box.null-bottom {
    padding-bottom: 0;
}
.mec .mec-border-box {
    border: 1px solid #f2f2f2;
}
.mec .mec-space-1 {
    width: 5px;
    display: inline-block;
}
.mec .mec-space-2 {
    width: 10px;
    display: inline-block;
}
.mec .mec-space-3 {
    width: 15px;
    display: inline-block;
}
.mec .mec-space-4 {
    width: 20px;
    display: inline-block;
}
.mec .mec-space-5 {
    width: 25px;
    display: inline-block;
}
.mec .mec-space-6 {
    width: 30px;
    display: inline-block;
}
.mec .mec-space-7 {
    width: 35px;
    display: inline-block;
}
.mec .mec-space-8 {
    width: 40px;
    display: inline-block;
}
.mec .mec-space-9 {
    width: 45px;
    display: inline-block;
}
.mec .mec-space-10 {
    width: 50px;
    display: inline-block;
}
.mec .mec-checkbox-label {
    line-height: 16px;
    vertical-align: bottom;
}
.mec .minimal-top-pane .db-breadcrumps {
    top: 71px;
}
.mec .mec-favorite-menu {
    position: relative;
    z-index: 3;
}
.mec .mec-favorite-menu > li {
    position: relative;
}
.mec .mec-favorite-menu > li a {
    font-size: 11px;
    color: #000;
}
.mec .mec-favorite-menu > li > a {
    border: 0px solid #fff;
    line-height: 12px;
    border: 1px solid transparent;
    z-index: 99;
    padding: 5px 8px 5px 2px;
    margin: 0px;
}
.mec .mec-favorite-menu > li > a:hover {
    background: #fff;
}
.mec .mec-favorite-menu > li > a > .caret {
    display: none;
}
.mec .mec-favorite-menu > li.open > a {
    border: 0px solid #fff;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #fff;
    padding: 5px 8px 5px 2px;
    margin: 0px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.176);
    z-index: 999;
}
.mec .mec-favorite-menu > li.open > a:focus {
    background: #fff;
}
.mec .mec-favorite-menu > li.open > .dropdown-menu {
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.176);
    padding: 0px;
    min-width: 180px;
}
.mec .mec-favorite-menu > li.open > .dropdown-menu > li > a > .adap-icon {
    margin: 0;
    margin-right: 8px;
}
.mec .mec-favorite-menu > li.open > .dropdown-menu.min-width-sm {
    min-width: 100px;
}
.mec .mec-favorite-menu > li > .dropdown-menu {
    border: 1px solid #e4e4e4;
    box-shadow: 0 9px 12px rgba(0, 0, 0, 0.176);
    z-index: 99;
    margin-top: -1px;
}
.mec .mec-favorite-menu > li > .dropdown-menu > li > a {
    padding: 9px;
    font-size: 11px;
}
.mec .mec-filter-toggle-box {
    display: none;
}
.mec .mec-filter-toggle-box .filter-body {
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.mec .mec-filter-toggle-box .filter-body .filter-row {
    min-height: 30px;
    margin-bottom: 20px;
    clear: both;
}
.mec .mec-filter-toggle-box .filter-body .filter-col {
    float: left;
    margin-right: 20px;
}
.mec .mec-filter-toggle-box .filter-body .filter-col .list-no {
    line-height: 30px;
}
.mec .mec-filter-toggle-box .filter-body .filter-col .filter-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 4px;
}
.mec .mec-filter-toggle-box .filter-body .filter-col .filter-actions li {
    float: left;
    margin: 0;
    padding: 0;
}
.mec .mec-filter-toggle-box .filter-body .filter-col .filter-actions li .mec-icon {
    cursor: pointer;
}
.mec .mec-filter-toggle-box .filter-icon {
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    margin-top: -29px;
    right: 165px;
    padding: 3px 2px 3px 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 -2px 2px #b3b3b3;
    box-shadow: 0 -2px 2px #b3b3b3;
}
.mec .filter-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}
.mec .filter-actions li {
    float: left;
    margin: 0;
    padding: 0;
}
.mec .filter-actions li .mec-icon {
    cursor: pointer;
}
.mec .data-status {
    min-height: 210px;
    position: relative;
    border: 1px solid #cccccc;
    margin-top: -1px;
}
.mec .no-data {
    width: auto;
    padding-left: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 35px;
    margin-left: -108px;
    margin-top: -17px;
    background: #fff;
}
.mec .no-data .mec-icon {
    position: absolute;
    left: 0;
    top: 2px;
}
/*License details css*/
.mec .mec-license-details .modal-body {
    padding: 10px 15px 15px 15px;
}
.mec .mec-license-details .product-info {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 22px;
    margin-bottom: 10px;
}
.mec .mec-license-details .product-info .p-seperator {
    border-right: 1px solid #d9dcdd;
}
.mec .mec-license-details .product-info .p-seperator.last-child {
    border-right-width: 0px;
}
.mec .mec-license-details .product-info .p-title {
    color: #7a8388;
    font-weight: normal;
}
.mec .mec-license-details .license-table {
    border: 1px solid #dcdedf;
}
.mec .mec-license-details .license-table thead th {
    background-color: #f3f3f3;
    color: #000;
    border: 1px solid #dcdedf;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    font-weight: normal;
    padding: 4.5px 8px;
}
.mec .mec-license-details .license-table .tbody td {
    padding: 6px 8px;
}
.mec .mec-license-details .license-table .mec-icon {
    margin-right: 15px;
    margin-left: 0;
}
.mec .mec-license-details .license-table .licenseDetailsTr {
    display: none;
}
.mec .mec-license-details .license-table .licenseDetailsTr > td {
    padding: 0;
}
.mec .mec-license-details .getText {
    color: #90979b;
}
.mec .mec-license-details .license-box-container {
    padding: 9px;
    margin-top: -2px;
    position: relative;
    background-color: #fff;
}
.mec .mec-license-details .license-box-container .pointer {
    position: absolute;
    background: url("../images/sprite2.png?bN=4050") no-repeat -415px -152px;
    background-size: 500px 1400px !important;
    width: 21px;
    height: 11px;
    right: 27%;
    margin-top: -10px;
    z-index: 2;
}
.mec .mec-license-details .license-box-container .license-box {
    background-color: #f5f6f6;
    font-size: 11px;
    color: #000;
    line-height: 20px;
    height: 145px;
    overflow: hidden;
    border: 1px solid #e8eaea;
    padding: 11px 1.5px 11px 11px;
}
.mec .mec-license-details .license-box-container .license-box .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #e3e5e6;
}
.mec .mec-license-details .license-box-container .license-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #b3b9bb;
}
.mec .mec-license-details .license-box-container .license-box .lable {
    color: inherit;
    display: block;
    font-size: 11px;
    line-height: 22px;
    width: 195px;
    float: left;
}
.mec .mec-license-details .license-box-container .license-box .lable i {
    float: right;
    font-style: normal;
    margin-right: 10px;
}
.mec .mec-license-details .license-box-container .license-box .td {
    clear: both;
    line-height: 22px;
}
.mec .mec-license-details .license-box-container .license-box .td table {
    background-color: #f5f6f6;
    border: 0px solid #e8eaea;
}
.mec .mec-license-details .license-box-container .license-box .td table tr {
    border-bottom: 1px dashed #d9dcdd;
}
.mec .mec-license-details .license-box-container .license-box .td table tr td {
    padding: 0;
    border-bottom-width: 0px;
}
.mec .mec-license-details .cart-options {
    margin: 9px 0;
    /* padding-top: (@padding-base-vertical *3 /2)*1.5;*/
    /* border-top: 1px solid lighten(@gray, 50%);*/
}
.mec .mec-license-details .cart-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.mec .mec-license-details .cart-options ul li {
    float: left;
    padding: 3px 0;
}
.mec .mec-license-details .cart-options ul li a {
    display: block;
    color: inherit;
    border-right: 1px solid #d5d5d5;
    padding: 0 3px;
    font-size: 11px;
    color: #1287b6;
    text-decoration: none;
}
.mec .mec-license-details .cart-options ul li:last-child a {
    border-width: 0;
}
.mec .mec-license-details .cart-options ul li .spmp-icon {
    margin: 0;
}
.mec .mec-license-details .buy-now {
    background: #fff;
    border: 1px solid #bcdd8e;
    font-size: 14px;
    padding: 2px 3px;
}
.mec .mec-license-details .upgrade {
    font-size: 11px;
    color: #888888;
    line-height: 18px;
}
.mec .mec-license-details .upgrade .upgrade-img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px;
    background: url("../images/sprite2.png?bN=4050") no-repeat -47px -214px;
    background-size: 500px 1400px !important;
}
.mec .mec-license-details .btn-upgrade {
    padding: 3px 15px;
    line-height: 16px;
    margin-left: 10px;
}
.mec .mec-license-details .license-file {
    padding: 12.8px;
    background: #f1f2f4;
}
.mec .mec-license-details .upload-label {
    background: #d9dcdd;
    padding: 5px 12px;
    height: 28px;
}
.mec .mec-license-details .upload {
    width: 200px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.mec .mec-license-details .upload .fileupload {
    position: absolute;
    opacity: 0;
}
.mec .mec-license-details .upload input {
    width: 100%;
    float: left;
    height: 28px;
    border: 1px solid #d9dcdd;
    padding: 6px;
    background: #eeeeee;
}
.mec .mec-license-details .upload button {
    height: 20px;
    padding: 3px 8px;
    background: #bbbbbb;
    font-size: 11px;
    line-height: 12px;
}
.mec .mec-license-details .license-status {
    box-shadow: 0px 0px 6px #999;
    width: 253px;
    height: 118px;
    margin-left: -125px;
    margin-top: -59px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 101;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
}
.mec .mec-license-details .license-status p {
    font-weight: 600;
    margin-top: 20px;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .mec-license-details .license-status .close {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #adadad;
}
.mec .mec-license-details .license-status .close:hover {
    color: #000;
}
.mec .license-table thead th {
  background-color: #f3f3f3;
  color: #000;
  border: 1px solid #dcdedf;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  font-weight: normal;
  padding: 4.5px 8px;
}
.mec .license-table .tbody td {
  padding: 6px 8px;
}
.mec .license-table .mec-icon {
  margin-right: 15px;
  margin-left: 0;
}
.mec .license-table .licenseDetailsTr {
  display: none;
}
.mec .license-table .licenseDetailsTr > td {
  padding: 0;
}
.mec .dynamic-panel {
    position: absolute;
    z-index: 1001;
    -webkit-box-shadow: 0 0 6px #d5d5d5;
    box-shadow: 0 0 6px #d5d5d5;
    display: none;
}
.mec .dynamic-panel .close {
    font-size: 24px;
    line-height: 18px;
}
.mec .dynamic-panel::after,
.mec .dynamic-panel::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 20px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.mec .dynamic-panel::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f2f3f3;
    border-width: 7px;
    margin-left: 0px;
}
.mec .dynamic-panel::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d7dcdd;
    border-width: 8px;
    margin-left: -1px;
}
.mec .date-time-table {
    border: 0px solid #fff;
    margin-bottom: 0;
    min-width: 400px;
}
.mec .date-time-table td {
    width: 50%;
    cursor: pointer;
    padding: 6px 12px!important;
}
.mec .date-time-table td:first-child {
    border-right: 1px solid #ddd;
}
.mec .date-time-table td > span {
    color: #666666;
    display: block;
}
.mec .date-time-table td:hover {
    background-color: #f5f5f5;
}
/*arrow button*/
.mec .arrow-btn {
    border: 1px solid #e4e4e4;
    padding: 0px 8px 0px 15px;
    padding-left: 22px;
    border-left-width: 0;
    background: #fff;
    position: relative;
    font-size: 11px;
    cursor: pointer;
    line-height: 18px;
    font-weight: normal;
}
.mec .arrow-btn .arrow {
    background: #fff url("../images/sprite2.png?bN=4050") -479px -287px !important;
    background-size: 500px 1400px !important;
    position: absolute;
    width: 21px;
    height: 20px;
    left: 0;
    top: -1px;
    margin-left: 0;
}
.mec .arrow-btn:hover,
.mec .arrow-btn:focus {
    background-color: #fff;
}
.mec .note {
    padding: 3.75px 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 0 0 2px 2px;
    position: fixed;
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -250px;
    z-index: 9002;
    font-size: 11px;
    line-height: 14px;
}
.mec .note .close {
    line-height: 14px;
    opacity: 1;
    font-weight: normal;
    font-size: 14px;
}
.mec .note.note-lg {
    width: 1024px;
    margin-left: -512px;
}
.mec .note.note-md {
    width: 800px;
    margin-left: -400px;
}
.mec .note.note-sm {
    width: 650px;
    margin-left: -325px;
}
.mec .note.note-xs {
    width: 300px;
    margin-left: -150px;
}
.mec .note-success {
    background-color: #69f3aa;
    border-color: #69f3aa;
}
.mec .note-success hr {
    border-top-color: #51f19d;
}
.mec .note-success .alert-link {
    color: #000000;
}
.mec .note-info {
    background-color: #69e1f3;
    border-color: #69e1f3;
}
.mec .note-info hr {
    border-top-color: #51dcf1;
}
.mec .note-info .alert-link {
    color: #000000;
}
.mec .note-warning {
    background-color: #f3db69;
    border-color: #f3db69;
}
.mec .note-warning hr {
    border-top-color: #f1d551;
}
.mec .note-warning .alert-link {
    color: #000000;
}
.mec .note-danger {
    background-color: #f36969;
    border-color: #f36969;
}
.mec .note-danger hr {
    border-top-color: #f15151;
}
.mec .note-danger .alert-link {
    color: #000000;
}
.mec .loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
}
.mec .loader.loader-sm .loader-sprite {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border-radius: 4px;
}
.mec .loader.loader-md .loader-sprite {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border-radius: 4px;
}
.mec .loader.loader-text.loader-sm .loader-sprite {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -20px;
    width: 110px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}
.mec .loader.loader-text.loader-md .loader-sprite {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -25px;
    width: 120px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}
.mec .table-search {
    width: 160px;
    border: 1px solid #ccc;
    height: 22px;
    background-color: #fff;
    margin-left: -3px;
    position: relative;
}
.mec .table-search > .search-input {
    border: 0px solid #fff;
    float: right;
    padding-right: 19px;
    width: 130px;
}
.mec .table-search > span {
    margin-left: 3px !important;
    margin-top: 1px !important;
}
.mec .table-search > span.search-clear {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.mec .report-search {
    width: 93%;
    border: 1px solid #ccc;
    height: 32px;
    background-color: #fff;
    margin-left: -3px;
    margin: 8px;
    position: relative;
}
.mec .report-search .search-input {
    border: 0px solid #fff;
    width: 168px;
    height: 30px;
}
.mec .report-search .space-align {
    margin-left: 9px !important;
    margin-top: 6px !important;
}
.mec .report-search > span.search-clear {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.mec .report-search .tt-dropdown-menu {
    height: 400px;
}
.mec .bar-loader {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 50px;
}
.mec .bar-loader .bar-loader-inner,
.mec .bar-loader .bar-loader-line {
    position: absolute;
    width: 100%;
    height: 2px;
}
.mec .bar-loader .bar-loader-line {
    background: #8dc63f;
}
.mec .bar-loader .bar-loader-strip {
    position: absolute;
    background: #fff;
    width: 10px;
    height: 2px;
}
.mec .bar-loader .bar-loader-anim1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 3s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 3s infinite;
}
.mec .bar-loader .bar-loader-anim2 {
    -webkit-animation: loading 2s .5s infinite;
    -moz-animation: loading 3s .5s infinite;
    -ms-animation: loading 2s .5s infinite;
    -o-animation: loading 2s .5s infinite;
    animation: loading 3s .5s infinite;
}
.mec .bar-loader .bar-loader-anim2 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 3s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 3s 1s infinite;
}
.mec @keyframes loading {
    .mec from {
        left: 0;
    }
    .mec to {
        left: 100%;
    }
}
.mec @-moz-keyframes loading {
    .mec from {
        left: 0;
    }
    .mec to {
        left: 100%;
    }
}
.mec @-webkit-keyframes loading {
    .mec from {
        left: 0;
    }
    .mec to {
        left: 100%;
    }
}
.mec @-ms-keyframes loading {
    .mec from {
        left: 0;
    }
    .mec to {
        left: 100%;
    }
}
.mec @-o-keyframes loading {
    .mec from {
        left: 0;
    }
    .mec to {
        left: 100%;
    }
}
.mec .full-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
}
.mec .full-loader.freeze {
    background: rgba(0, 0, 0, 0.5);
    /*border: 1px solid red;*/
}
.mec .full-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -30px 0 0 -30px;
    width: 50px;
    height: 50px;
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #f6f6f6;
    text-align: center;
}
.mec .full-loader.full-loader-text .loader {
    width: 200px;
    margin-left: -100px;
}
.mec .full-loader.full-loader-text .loader-md {
    width: 330px;
    margin-left: -150px;
}
.mec .search-bar {
    display: none;
}
.mec .search-bar input {
    width: 100%;
    max-width: 200px;
    padding: 3px 6px;
    height: 22px;
    box-sizing: border-box;
}
.mec .fixed-bottom-utils {
    position: fixed;
    bottom: 0;
    background: #ebeff0;
    width: 247px;
    padding: 8px 12px;
}
.mec .fixed-bottom-utils a {
    text-align: right;
    color: #64717a;
    text-decoration: underline;
    display: block;
}
.mec .white-loader {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.mec .white-loader.open {
    display: block;
}
.mec .white-loader > div {
    width: 100px;
    background: #fff;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 310px;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.43);
    padding: 5px;
    text-align: center;
}
/*feedback form */
.mec .line-loader {
    width: 100%;
    position: fixed;
    z-index: 996;
}
.mec .main-tab,
.mec .tab-style-2 {
    margin-top: 8px;
}
.mec .main-tab > .nav-tabs,
.mec .tab-style-2 > .nav-tabs {
    background: #eceff0;
    border: 1px solid #dbdbdb;
    height: 28px;
}
.mec .main-tab > .nav > li:first-child a,
.mec .tab-style-2 > .nav > li:first-child a {
    margin-left: 0px;
    border-left-color: transparent;
}
.mec .main-tab > .nav > li > a,
.mec .tab-style-2 > .nav > li > a {
    padding: 6px 15px 6px 15px;
    color: #000;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    font-size: 11px;
    margin-left: -1px;
}
.mec .main-tab > .nav-tabs > li.active > a,
.mec .tab-style-2 > .nav-tabs > li.active > a,
.mec .main-tab > .nav-tabs > li.active > a:hover,
.mec .tab-style-2 > .nav-tabs > li.active > a:hover,
.mec .main-tab > .nav-tabs > li.active > a:focus,
.mec .tab-style-2 > .nav-tabs > li.active > a:focus {
    background: #fff;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding: 6px 15px 6px 15px;
}
.mec .main-tab .nav-tabs > li:first-child.active > a,
.mec .tab-style-2 .nav-tabs > li:first-child.active > a {
    border-left: 1px solid transparent;
}
.mec .main-tab > .nav-tabs > li > a,
.mec .tab-style-2 > .nav-tabs > li > a {
    margin-right: 0px;
}
.mec .main-tab > .nav-tabs > li > a:hover,
.mec .tab-style-2 > .nav-tabs > li > a:hover,
.mec .main-tab > .nav-tabs > li > a:focus,
.mec .tab-style-2 > .nav-tabs > li > a:focus {
    background: #e4e8ea;
    /* border-top-color:transparent;*/
    /*border-bottom-color:transparent;*/
    border-bottom-width: 1px;
    padding: 6px 15px 5px 15px;
}
.mec .main-tab > .tab-content,
.mec .tab-style-2 > .tab-content {
    padding: 10px;
    clear: both;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.mec .file-upload {
    position: relative;
    background: #ccc;
    height: 22px;
    width: 240px;
}
.mec .file-upload .file-upload-text {
    width: 238px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: -1px;
    background-color: #eee;
    line-height: 18px;
    padding: 0 0 0 6px;
}
.mec .file-upload .file-upload-text .upload-btn {
    background: #DCDCDC;
    float: right;
    padding: 5px 9px;
    line-height: 10px;
    color: #000;
}
.mec .file-upload .form-control {
    position: absolute;
    z-index: 4;
    opacity: 0;
}
.mec .file-browse {
    width: 240px;
    height: 22px;
    border: 1px solid #c6cacd;
    border: 0px solid #c6cacd \9;
    background: #f6f6f6;
    position: relative;
}
.mec .file-browse .file-upload-input {
    position: absolute;
    opacity: 1;
    color: #f6f6f6;
    width: 100%;
    height: 20px;
    top: 0;
    opacity: 0;
    opacity: 1 \9;
    color: #000;
    background: #f6f6f6;
    z-index: 3;
    border: 1px solid #c6cacd;
}
.mec .file-browse .file-upload-placeholder {
    width: 188px;
    background: #f6f6f6;
    height: 20px;
    padding: 4px;
    z-index: 2;
    border-width: 0;
    padding: 2px 7px;
}
.mec .file-browse .file-upload-placeholder.white-bg {
    background-color: #fff;
}
.mec .file-browse .btn {
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #424f57;
    height: 22px;
    color: #fff;
    cursor: pointer;
    display: none \9;
    border-width: 0 !important;
    padding-left: 15px;
    line-height: 16px;
    padding-right: 15px;
}
/**toggle panel styles**/
.mec .toggle-panel {
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.mec .toggle-panel .toggle-panel-icon {
    position: relative;
    top: 0;
    right: 0;
    height: 28px;
    background: #fff;
    border: 1px solid #dadada;
    padding: 3px 6px;
    text-align: center;
    cursor: pointer;
    float: right;
    line-height: 20px;
}
.mec .toggle-panel .toggle-panel-icon .mec-icon {
    margin: 0;
}
.mec .toggle-panel .toggle-panel-icon a {
    color: #000;
    text-decoration: none;
}
.mec .toggle-panel .toggle-panel-container {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #dadada;
    display: none;
    margin-top: 27px;
}
.mec .toggle-panel .toggle-panel-container ol li,
.mec .toggle-panel .toggle-panel-container ul li {
    line-height: 26px;
}
.mec .toggle-panel .toggle-panel-hide {
    float: right;
    color: #8e8e8e;
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 11px;
    cursor: pointer;
}
.mec .toggle-panel.open .toggle-panel-icon {
    border-bottom: 1px solid #fff;
}
.mec .toggle-panel.open .toggle-panel-container {
    display: block;
}
.mec .toggle-panel.toggle-default .toggle-panel-icon {
    background: #f3f3f3;
    border-color: #dadada;
}
.mec .toggle-panel.toggle-default .toggle-panel-container {
    background: #f3f3f3;
    border-color: #dadada;
}
/**toggle panel styles**/
/*floater box*/
.mec .floater-box {
    position: fixed;
    background-color: #3e4f57;
    min-height: 130px;
    width: 385px;
    z-index: 1001;
    border-color: #cccccc;
}
.mec .floater-box.bottom {
    bottom: 0;
}
.mec .floater-box.top {
    top: 0;
}
.mec .floater-box.right {
    right: 0;
    border-left: 3px solid #cccccc;
}
.mec .floater-box.left {
    left: 0;
    border-right: 3px solid #cccccc;
}
.mec .floater-box.success {
    border-color: #8dc63f;
}
.mec .floater-box.info {
    border-color: #5bc0de;
}
.mec .floater-box.warning {
    border-color: #f0ad4e;
}
.mec .floater-box.danger {
    border-color: #dc3e3e;
}
.mec .floater-box .close {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mec .floater-box .floater-body {
    padding: 12px;
}
.mec .flo-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    background: url("../images/sprite2.png?bN=4050") -108px -818px;
    background-size: 500px 1400px !important;
    margin-top: 5px;
}
.mec .flo-cont {
    margin-left: 100px;
}
.mec .flo-cont p {
    line-height: 24px;
    color: #fff;
}
.mec .flo-cont .btn {
    color: #000;
}
.mec ul.list-with-arrow {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.mec ul.list-with-arrow li {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    font-size: 11px;
    line-height: 24px;
}
.mec ul.list-with-arrow li > span {
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 5px;
    background: url("../images/sprite2.png?bN=4050") -289px -265px no-repeat;
    background-size: 500px 1400px !important;
}
.mec .line {
    height: 1px;
    border-bottom: 1px solid #d8dcdd;
}
.mec .stroke {
    border: 1px solid #d8dcdd;
}
.mec .stroke.stroke-top {
    border-width: 0;
    border-top-width: 1px;
}
.mec .molded-dropdown {
    /* display: inline-block;  */
    z-index: 1000;
}
.mec .molded-dropdown > .btn {
    background-color: transparent;
    position: relative;
    border: 1px solid transparent;
    padding: 3px 3px;
    z-index: 3;
}
.mec .molded-dropdown > .dropdown-menu {
    margin-top: -1px;
    border: 1px solid #e6e6e6;
    /*border-width: 0;*/
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.mec .molded-dropdown.open > .btn,
.mec .molded-dropdown.open .btn:focus {
    background-color: #fff;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #e6e6e6;
    border-bottom-color: #fff;
}
/*jquery ui tooltip with arrow*/
.mec .ui-tooltip,
.mec .arrow:after {
    background: #687278 !important;
}
.mec .ui-tooltip {
    background-color: #333333 !important;
}
.mec .ui-tooltip-with-arrow {
    padding: 10px;
    color: white;
    background-color: #687278 !important;
    max-width: 170px;
}
.mec .ui-tooltip-with-arrow.ui-tooltip-align-center .tooltip-inner {
    text-align: center !important;
}
.mec .arrow {
    width: 40px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    margin-left: -35px;
    bottom: -16px;
}
.mec .arrow.top {
    top: -10px;
    bottom: auto;
}
.mec .arrow.left {
    left: 20%;
}
.mec .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 22px;
    height: 22px;
    /*box-shadow: 6px 5px 9px -9px black;*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mec .arrow.top:after {
    bottom: -20px;
    top: auto;
}
.mec .square-box {
    border: 1px solid #ecedee;
    height: auto;
    overflow: hidden;
}
.mec .half {
    width: 50%;
    float: left;
}
.mec .ssl-steps {
    background-color: #f0f1f2;
    padding: 20px;
    height: auto;
    color: #38385a;
    min-height: 808px;
}
.mec .ssl-steps * {
    line-height: 30px;
}
.mec .ssl-steps h4 {
    margin-bottom: 0;
    font-size: 13px;
}
.mec .ssl-note {
    padding: 0;
}
.mec .ssl-note ol {
    list-style: disc;
    display: list-item;
    list-style-position: inside;
}
.mec .ssl-note p {
    width: 500px;
}
/*product tab*/
.mec .product-tab {
    margin-top: 8px;
    position: relative;
}
.mec .product-tab .product-tab-header {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-left: 1px solid #dbdbdb;
}
.mec .product-tab .product-tab-header > .nav-tabs {
    background: #eceff0;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    height: 28px;
    font-size: 11px;
    width: 200%;
}
.mec .product-tab .product-tab-header > .nav > li > a {
    padding: 4px 15px;
    color: #000;
    border-right: 1px solid #dbdbdb;
    border-top-width: 0;
    line-height: 18px;
}
.mec .product-tab .product-tab-header > .nav > li:first-child > a {
    border-left-width: 0;
}
.mec .product-tab .product-tab-header > .nav-tabs > li.active > a,
.mec .product-tab .product-tab-header > .nav-tabs > li.active > a:hover,
.mec .product-tab .product-tab-header > .nav-tabs > li.active > a:focus {
    background: #fff;
    border-right-width: 1px;
    border-bottom-color: #fff;
    border-left-color: transparent;
}
.mec .product-tab .product-tab-header .nav-tabs > li.open {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.176);
}
.mec .product-tab .product-tab-header > .nav-tabs > li > a {
    margin-right: 0px;
}
.mec .product-tab .product-tab-header > .nav-tabs > li > a:hover {
    background: #eceff0;
    border-color: transparent;
    border-right-color: #dbdbdb;
    border-bottom-color: #dbdbdb;
}
.mec .product-tab .product-tab-header .dropdown-menu {
    min-width: 180px;
}
.mec .product-tab .product-tab-header .dropdown-menu > li > a {
    padding: 7px 14px;
}
.mec .product-tab > .tab-content {
    padding: 15px;
    clear: both;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.mec .product-tab > .tab-content h4.tab-view-header {
    margin: 0;
    line-height: 30px;
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.mec .product-tab .tab-tool-set {
    position: absolute;
    right: 0px;
    top: 1px;
    background: #eceff0;
    height: 26px;
    border-right: 1px solid #dbdbdb;
}
.mec .product-tab .tab-tool-set > ul {
    list-style: none;
    padding: 0;
}
.mec .product-tab .tab-tool-set > ul > li {
    float: left;
}
.mec .product-tab .tab-tool-set > ul > li.border-right {
    border-right: 1px solid #dbdbdb;
}
.mec .product-tab .tab-tool-set > ul > li.border-left {
    border-left: 1px solid #dbdbdb;
}
.mec .product-tab .tab-tool-set > ul > li > a > .mec-icon {
    margin: 0;
}
.mec .product-tab .tab-tool-set > ul > li.bdr-none {
    border-width: 0;
}
.mec .product-tab .tab-tool-set > ul > li.open {
    background: #fff;
}
.mec .product-tab .tab-tool-set > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    display: block;
    min-height: 27px;
    padding: 4px 10px;
}
.mec .product-tab .tab-tool-set > ul > li > a.sm-padding {
    padding: 4px 3px;
}
.mec .product-tab .tab-tool-set > ul > li.dropdown .dropdown-menu {
    margin-top: -2px;
    z-index: 1;
    box-shadow: 0 0px 6px #9e9e9e;
    border-width: 0;
}
.mec .product-tab .tab-tool-set > ul > li.dropdown.open > a {
    box-shadow: 0 -3px 6px #9e9e9e;
    z-index: 2;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    position: relative;
}
.mec .product-tab .tab-view-bottom {
    margin-top: 10px;
    padding: 10px 0 0 0;
}
.mec .product-list-menu {
    padding: 5px 10px !important;
    min-width: 250px !important;
}
.mec .product-list-menu li {
    border-bottom: 1px solid #e4e4e4;
}
.mec .product-list-menu li:last-child {
    border-bottom-width: 0;
}
.mec .product-list-menu li a {
    padding: 8px !important;
    padding-left: 0 !important;
}
.mec .product-list-menu li a:hover {
    background-color: #fff !important;
}
.mec .product-list-menu li a .mec-icon {
    margin-right: 15px;
}
/*product tab*/
.mec .report-tab {
    margin-top: 8px;
    position: relative;
}
.mec .report-tab .report-tab-header {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-left: 1px solid #dbdbdb;
    padding-right: 90px;
}
.mec .report-tab .report-tab-header > .nav-tabs {
    background: #eceff0;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    height: 28px;
    font-size: 11px;
    width: 200%;
}
.mec .report-tab .report-tab-header > .nav > li:hover > a,
.mec .report-tab .report-tab-header > .nav > li:focus > a {
    cursor: move;
}
.mec .report-tab .report-tab-header > .nav > li:hover > a .editable-input,
.mec .report-tab .report-tab-header > .nav > li:focus > a .editable-input {
    border-color: #dedfe1;
}
.mec .report-tab .report-tab-header > .nav > li:hover .fw-inline-icon,
.mec .report-tab .report-tab-header > .nav > li:focus .fw-inline-icon {
    visibility: visible;
}
.mec .report-tab .report-tab-header > .nav > li > a {
    padding: 4px 15px;
    color: #000;
    border-right: 1px solid #dbdbdb;
    border-top-width: 0;
    line-height: 18px;
}
.mec .report-tab .report-tab-header > .nav > li > a .icheckbox_minimal {
    margin-right: 2px;
    vertical-align: bottom;
}
.mec .report-tab .report-tab-header > .nav > li > a .editable-input {
    background: transparent;
    height: 18px;
    border-color: transparent;
    cursor: pointer;
}
.mec .report-tab .report-tab-header > .nav > li > a .editable-input.active,
.mec .report-tab .report-tab-header > .nav > li > a .editable-input:hover.active {
    background-color: #fff;
    cursor: text;
    border-color: #dedfe1;
}
.mec .report-tab .report-tab-header > .nav > li > a .editable-input:focus,
.mec .report-tab .report-tab-header > .nav > li > a .editable-input:hover {
    border-color: #dedfe1;
}
.mec .report-tab .report-tab-header > .nav > li > a .fw-inline-icon {
    position: absolute;
    vertical-align: bottom;
    visibility: hidden;
    right: -2px;
    top: 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}
.mec .report-tab .report-tab-header > .nav > li > a .fw-inline-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mec .report-tab .report-tab-header > .nav > li:first-child > a {
    border-left-width: 0;
}
.mec .report-tab .report-tab-header > .nav > li.ui-state-highlight {
    background: #eceff0;
    width: 200px;
    height: 26px;
    border: 1px dashed #b3b3b3;
}
.mec .report-tab .report-tab-header > .nav-tabs > li.active > a,
.mec .report-tab .report-tab-header > .nav-tabs > li.active > a:hover,
.mec .report-tab .report-tab-header > .nav-tabs > li.active > a:focus {
    background: #fff;
    border-right-width: 1px;
    border-bottom-color: #fff;
    border-left-color: transparent;
}
.mec .report-tab .report-tab-header .nav-tabs > li.open {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.176);
}
.mec .report-tab .report-tab-header > .nav-tabs > li > a {
    margin-right: 0px;
}
.mec .report-tab .report-tab-header > .nav-tabs > li > a:hover {
    background: #eceff0;
    border-color: transparent;
    border-right-color: #dbdbdb;
    border-bottom-color: #dbdbdb;
}
.mec .report-tab .report-tab-header .dropdown-menu {
    min-width: 180px;
}
.mec .report-tab .report-tab-header .dropdown-menu > li > a {
    padding: 7px 14px;
}
.mec .report-tab div.report-tab-nav-left,
.mec .report-tab div.report-tab-nav-right {
    position: absolute;
    height: 27px;
    width: 15px;
    background-color: #e1e2e4;
    left: 0;
    top: 0;
    padding-top: 5px;
    cursor: pointer;
    z-index: 1;
}
.mec .report-tab div.report-tab-nav-left > .fw-inline-icon,
.mec .report-tab div.report-tab-nav-right > .fw-inline-icon {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.mec .report-tab div.report-tab-nav-left:hover > .fw-inline-icon,
.mec .report-tab div.report-tab-nav-right:hover > .fw-inline-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mec .report-tab div.report-tab-nav-left:disabled,
.mec .report-tab div.report-tab-nav-right:disabled,
.mec .report-tab div.report-tab-nav-left:disabled:hover,
.mec .report-tab div.report-tab-nav-right:disabled:hover {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}
.mec .report-tab div.report-tab-nav-right {
    right: 60px;
    left: auto;
}
.mec .report-tab div.report-tab-nav-right > .fw-inline-icon {
    margin-left: -1px;
}
.mec .report-tab > .tab-content {
    padding: 15px;
    clear: both;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.mec .report-tab > .tab-content h4.tab-view-header {
    margin: 0;
    line-height: 30px;
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.mec .report-tab .tab-tool-set {
    position: absolute;
    right: 0px;
    top: 1px;
    background: #eceff0;
    height: 26px;
    border-right: 1px solid #dbdbdb;
}
.mec .report-tab .tab-tool-set > ul {
    list-style: none;
    padding: 0;
}
.mec .report-tab .tab-tool-set > ul > li {
    float: left;
}
.mec .report-tab .tab-tool-set > ul > li.border-right {
    border-right: 1px solid #dbdbdb;
}
.mec .report-tab .tab-tool-set > ul > li.border-left {
    border-left: 1px solid #dbdbdb;
}
.mec .report-tab .tab-tool-set > ul > li > a > .mec-icon {
    margin: 0;
}
.mec .report-tab .tab-tool-set > ul > li.bdr-none {
    border-width: 0;
}
.mec .report-tab .tab-tool-set > ul > li.open {
    background: #fff;
    z-index: 100;
}
.mec .report-tab .tab-tool-set > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    display: block;
    min-height: 27px;
    padding: 4px 10px;
    border-left: 1px solid #dbdbdb;
}
.mec .report-tab .tab-tool-set > ul > li > a.sm-padding {
    padding: 4px 3px;
}
.mec .report-tab .tab-tool-set > ul > li.add-tab > a {
    padding: 4px 5px !important;
}
.mec .report-tab .tab-tool-set > ul > li.dropdown .dropdown-menu {
    margin-top: -2px;
    z-index: 1;
    box-shadow: 0 0px 6px #9e9e9e;
    border-width: 0;
}
.mec .report-tab .tab-tool-set > ul > li.dropdown.open > a {
    box-shadow: 0 -3px 6px #9e9e9e;
    z-index: 2;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    position: relative;
}
.mec .report-tab .tab-tool-set .report-list-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mec .report-tab .tab-tool-set .report-list-menu > li {
    position: relative;
}
.mec .report-tab .tab-tool-set .report-list-menu > li > a {
    padding: 3px 15px !important;
    display: block;
    color: #000;
}
.mec .report-tab .tab-tool-set .report-list-menu > li > a .fw-icn-draggable {
    position: absolute;
    margin-left: -16px;
    top: 2px;
    display: none;
}
.mec .report-tab .tab-tool-set .report-list-menu > li:hover > a .fw-icn-draggable {
    display: block;
}
.mec .report-tab .tab-tool-set .report-list-menu > li.ui-state-highlight {
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
    height: 21px;
}
.mec .report-tab .tab-tool-set .report-list-menu-footer {
    margin: 0px 5px 0px 5px;
    padding-top: 5px;
    border-top: 1px solid #f2f2f2;
}
.mec .report-tab .tab-tool-set .report-list-menu-footer > .btn {
    padding: 0px 10px;
}
.mec .report-tab .tab-view-bottom {
    margin-top: 10px;
    padding: 10px 0 0 0;
}
.mec .nav-line-tabs .nav-tabs {
    border-bottom: 1px solid #e4e4e4;
    height: 45px;
}
.mec .nav-line-tabs .nav-tabs li a {
    font-size: 11px;
    color: #545454;
    padding: 14px 24px;
    border-width: 0;
    border-bottom: 3px solid transparent;
}
.mec .nav-line-tabs .nav-tabs li a:hover {
    background: #fff;
    color: #000;
    border-color: #e3e9e9;
}
.mec .nav-line-tabs .nav-tabs li.active a {
    background: #fff;
    border-width: 0;
    padding: 14px 24px;
    border-bottom: 3px solid #8dc63f;
    color: #000;
}
.mec .nav-line-tabs .tab-content .tab-pane {
    padding: 10px 0;
}
.mec .btn-gray {
    background-color: #c5cacc;
}
.mec .btn-gray:hover {
    background-color: #b1b9bc;
}
.mec .ol-list-1 li {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px;
}
.mec .mbtm-10 {
    margin-bottom: 10px;
}
.mec .mopn-1 {
    margin: -2px 3px 0 0 !important;
}
.mec .opacity-5 {
    opacity: 0.5;
}
.mec .sm-loading {
    width: 16px;
    height: 16px;
    float: left;
    background: url("../images/LoadingX.gif?bN=4050") no-repeat;
    margin: 1px 10px 0 0;
}
.mec .md-loading {
    width: 40px;
    height: 40px;
    float: left;
    background: url("../images/loader-sm.gif?bN=4050") no-repeat;
    margin: 1px 10px 0 0;
}
.mec .fleft {
    float: left;
}
.mec .dnone {
    visibility: hidden !important;
}
.mec .table-hover tr:hover {
    cursor: pointer;
}
.mec .table-hover tr:hover i {
    visibility: visible !important;
}
.mec .flat-alert-danger {
    width: auto;
    padding: 5px 40px;
    border: 1px solid #ed9695;
}
.mec .flat-alert-danger i {
    float: left;
    width: 10px;
    height: 10px;
}
.mec .flat-alert-danger span {
    font-size: 11px;
    color: #000;
    float: left;
    line-height: 1;
}
.mec .flat-alert-success {
    width: auto;
    padding: 5px 40px;
    border: 1px solid #bfdca9;
}
.mec .flat-alert-success i {
    float: left;
    width: 13px;
    height: 10px;
}
.mec .flat-alert-success span {
    font-size: 11px;
    color: #000;
    float: left;
    line-height: 1;
}
.mec .adanger-icon {
    background-position: -207px -297px;
    margin-top: 1px;
    margin-right: 7px;
}
.mec .asuccess-icon {
    background-position: -287px -297px;
    margin-top: 1px;
    margin-right: 7px;
}
.mec .fright {
    float: right;
}
.mec .mrght-30 {
    margin-right: 30%;
}
.mec .mrght-40 {
    margin-right: 40%;
}
.mec .alert-wid {
    width: 414px;
    margin: 0 0 20px 78px;
}
.mec .alert-wid span {
    width: 94%;
}
.mec .padding80 {
    padding: 5px 80px;
}
.mec .full-page-load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
.mec .full-page-load i {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 100;
}
.mec .overlay-white {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
}
.mec .modal-loader {
    width: 78px;
    height: 53px;
    box-shadow: 0px 0px 6px #999;
    text-align: center;
    line-height: 53px;
    left: 50%;
    top: 50%;
    margin-left: -39px;
    margin-top: -26px;
    position: absolute;
    z-index: 101;
    background: #fff;
}
.mec .licensed-products {
    width: 467px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -233px;
    margin-top: -148px;
    z-index: 101;
    background: #fff;
    box-shadow: 0px 0px 6px #999;
    padding: 20px;
}
.mec .licensed-products .license-applied-container .icon-placeholder {
    width: 40px;
    position: absolute;
}
.mec .licensed-products .license-applied-container .applied-container {
    margin-left: 40px;
    margin-top: 10px;
    padding-top: 1px;
}
.mec .licensed-products .license-applied-container .applied-container h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 1px;
}
.mec .licensed-products .license-applied-container .applied-container h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 1px;
}
.mec .licensed-products .license-applied-container .applied-container ul {
    padding-left: 15px;
    margin-top: 15px;
    font-size: 11px;
}
.mec .licensed-products .license-applied-container .applied-container ul li {
    padding: 1px 0;
    margin-bottom: 5px;
}
.mec .licensed-products .license-applied-container .applied-container ul li div {
    font-size: 11px;
    /*line-height: 12px;*/
}
.mec .licensed-products .license-applied-container .applied-container ul li span {
    font-size: 10px;
    color: #7e7e7e;
    display: block;
}
.mec .licensed-products .license-applied-container .close {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #adadad;
}
.mec .licensed-products .license-applied-container .close:hover {
    color: #000;
}
.mec .overlay-full,
.mec .show {
    display: block;
}
.mec .overlay-full .progress-box,
.mec .show .progress-box {
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 50%;
    width: 400px;
}
.mec .overlay-full .progress-status,
.mec .show .progress-status {
    height: 30px;
    display: block;
    text-align: center;
}
.mec .classic-dropdown .dropdown-menu {
    margin-top: -1px;
    z-index: 3;
    padding: 0;
}
.mec .classic-dropdown .dropdown-toggle {
    border: 1px solid transparent;
    line-height: 12px;
    display: inline-block;
    margin-left: 0 !important;
    font-size: 11px;
}
.mec .classic-dropdown.open .dropdown-toggle,
.mec .classic-dropdown.open .dropdown-toggle:hover,
.mec .classic-dropdown.open .dropdown-toggle:focus {
    background-color: #fff !important;
    border-color: #bbbbbb;
    border-bottom-color: #fff !important;
    z-index: 4;
    position: relative;
}
.mec .search-result {
    line-height: 20px;
    /*display: block;*/
}
.mec .search-result strong {
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .fix-header {
    position: absolute;
    z-index: 3;
    width: 100%;
}
.mec .classic-tab {
    margin-top: 8px;
}
.mec .classic-tab > .nav-tabs {
    background: #eceff0;
    border: 1px solid #e4e4e4;
    height: 29px;
}
.mec .classic-tab > .nav > li > a {
    padding: 4px 24px 5px 24px;
    line-height: 18px;
    color: #000;
    border-left: 1px solid #d6dbdd;
    border-right: 1px solid #d6dbdd;
    border-top-width: 0;
    margin-left: -1px;
}
.mec .classic-tab > .nav > li > a .mec-icon {
    margin-left: 0;
}
.mec .classic-tab > .nav > li > a .icheckbox_minimal {
    vertical-align: bottom;
    margin-right: 10px;
}
.mec .classic-tab > .nav > li > a .close {
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 2px;
    color: #929395;
    display: none;
    cursor: pointer;
}
.mec .classic-tab > .nav-tabs > li.active > a,
.mec .classic-tab > .nav-tabs > li.active > a:hover,
.mec .classic-tab > .nav-tabs > li.active > a:focus {
    background: #fff;
    border-left: 1px solid #d6dbdd;
    border-right: 1px solid #d6dbdd;
    border-top-width: 0;
}
.mec .classic-tab .nav-tabs > li:first-child.active > a {
    border-left: 1px solid transparent;
    border-left-width: 0;
    margin-left: 0;
}
.mec .classic-tab .nav-tabs > li:first-child > a {
    margin-left: 0;
    border-left-width: 0;
}
.mec .classic-tab > .nav-tabs > li > a {
    margin-right: 0px;
}
.mec .classic-tab > .nav-tabs > li > a:hover,
.mec .classic-tab > .nav-tabs > li > a:focus {
    background: #eceff0;
}
.mec .classic-tab > .nav-tabs > li > a:hover .close {
    display: block;
}
.mec .classic-tab > .tab-content {
    padding: 5px;
    clear: both;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    min-height: 50px;
}
.mec .classic-tab.classic-tab-enhanced {
    position: relative;
}
.mec .classic-tab.classic-tab-enhanced .tab-content {
    padding-top: 20px;
}
.mec .classic-tab.classic-tab-enhanced .add-button {
    width: 150px;
    height: 31px;
    padding: 7px 8px;
    color: #6a6b6d;
    cursor: pointer;
}
.mec .classic-tab.classic-tab-enhanced .add-button:hover {
    color: #000;
}
.mec .classic-tab .tab-tool-set {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #eceff0;
    height: 31px;
    /*border:1px solid @gray-light;*/
}
.mec .classic-tab .tab-tool-set > ul {
    list-style: none;
    padding: 0;
}
.mec .classic-tab .tab-tool-set > ul > li {
    float: left;
}
.mec .classic-tab .tab-tool-set > ul > li.border-right {
    border-right: 1px solid #d6dbdd;
}
.mec .classic-tab .tab-tool-set > ul > li.border-left {
    border-left: 1px solid #d6dbdd;
}
.mec .classic-tab .tab-tool-set > ul > li > a > .mec-icon {
    margin: 0;
}
.mec .classic-tab .tab-tool-set > ul > li.bdr-none {
    border-width: 0;
}
.mec .classic-tab .tab-tool-set > ul > li.open {
    background: #fff;
}
.mec .classic-tab .tab-tool-set > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    display: block;
    min-height: 34px;
    padding: 6px 9px;
    border-left: 1px solid #d6dbdd;
    min-height: 31px;
    position: relative;
    z-index: 99;
}
.mec .classic-tab .tab-tool-set > ul > li > a.sm-padding {
    padding: 6px 3px;
}
.mec .classic-tab .tab-tool-set > ul > li.dropdown .dropdown-menu {
    margin-top: -2px;
    z-index: 4;
    box-shadow: 0 0px 6px #9e9e9e;
    border-width: 0;
}
.mec .classic-tab .tab-tool-set > ul > li.dropdown.open > a {
    box-shadow: 0 -3px 6px #9e9e9e;
    z-index: 5;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    position: relative;
}
.mec .classic-tab .tab-tool-set > ul > li:first-child:last-child a {
    border-width: 0;
}
.mec .vertical-container {
    position: relative;
}
.mec .vertical-container .vertical-tab-nav {
    width: 204px;
    float: left;
    position: absolute;
    bottom: 0;
    top: 0;
    background: #ebeff0;
    border-right: 1px solid #ddd;
}
.mec .vertical-container .vertical-tab-nav > ul {
    padding-top: 12px;
}
.mec .vertical-container .vertical-tab-nav > ul li a {
    padding: 3px 12px;
    line-height: 18px;
}
.mec .vertical-container .vertical-tab-nav .mCSB_scrollTools .mCSB_draggerRail,
.mec .vertical-container .vertical-tab-nav .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.15);
}
.mec .vertical-container .vertical-tab-nav.vertical-tab-nav-lg {
    width: 265px;
}
.mec .vertical-container .vertical-tab-content {
    margin-left: 204px;
    position: relative;
    min-height: 260px;
}
.mec .vertical-container .vertical-tab-content.vertical-tab-content-lg {
    margin-left: 265px;
}
.mec .vertical-container .panel-default {
    margin-bottom: 20px;
}
.mec .vertical-container .panel-default .panel-heading {
    background-color: #ebeff0;
    padding: 4px 9px 5px 9px;
}
.mec .vertical-container .panel-default .panel-heading .icheckbox_minimal {
    vertical-align: bottom;
    margin-right: 10px;
}
.mec .vertical-container .panel-default .panel-body {
    padding: 10px;
    min-height: 150px;
}
.mec .vertical-container .panel-default .panel-body ul.stack-list li {
    padding-left: 0;
    position: relative;
}
.mec .vertical-container .panel-default .panel-body ul.stack-list li .icheckbox_minimal {
    vertical-align: bottom;
    margin-right: 10px;
}
.mec .vertical-container .panel-default .panel-body .CreateRolePopover {
    left: 240px;
    top: -25px;
    display: none;
}
.mec .vertical-container .panel-default .panel-body .CreateRolePopover.right > .arrow {
    top: 40px;
}
.mec .vertical-container .panel-default .panel-body .CreateRolePopover .popover-content {
    min-width: 240px;
}
.mec .vertical-container .panel-default .panel-body .CreateRolePopover .close {
    font-size: 24px;
    line-height: 12px;
}
.mec .panel-classic .panel .panel-heading {
    padding: 4px 10px;
    background: #eceff0;
}
.mec .panel-classic .panel .panel-heading .panel-title > span {
    display: block;
    font-size: 11px;
}
.mec .panel-classic .panel .panel-heading .panel-title > span .mec-inline-icon {
    vertical-align: text-top;
    margin: 0;
}
.mec .panel-classic .panel .panel-heading .panel-title > span .icheckbox_minimal {
    margin-right: 10px;
    vertical-align: sub;
}
.mec .panel-classic .panel .panel-heading .panel-title > span ul {
    float: right;
    list-style: none;
    margin: -9px 0;
    padding: 0;
}
.mec .panel-classic .panel .panel-heading .panel-title > span ul li {
    float: left;
    padding: 9px 6px;
    min-height: 36px;
}
.mec .panel-classic .panel .panel-heading .panel-title > span.collapsed .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 5px dashed;
    border-left: 5px solid \9;
    border-right-width: 0 !important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
}
.mec .panel-classic .panel .panel-heading .panel-title > span .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-bottom-width: 0px !important;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.mec .list-dropdown {
    padding: 10px;
    min-width: 238px;
    font-size: 11px;
    color: #000;
}
.mec .list-dropdown .search-input {
    margin-bottom: 10px;
}
.mec .list-dropdown .search-input input {
    width: 100%;
    height: 26px;
}
.mec .list-dropdown .result-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mec .list-dropdown .result-list ul li a {
    display: block;
    padding: 5px 6px;
    color: #000;
}
.mec .list-dropdown .result-list ul li a:hover {
    text-decoration: none;
    background-color: #ffffff;
}
.mec .mec-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    position: absolute;
    display: none;
}
.mec .mec-overlay.white {
    background: rgba(255, 255, 255, 0.6);
}
.mec .mec-overlay.black {
    background: rgba(0, 0, 0, 0.7);
}
.mec .mec-overlay.disable {
    display: block;
}
.mec .mec-overlay.grey {
    background: rgba(0, 0, 0, 0.2);
}
.mec .tick-dropdown {
    font-size: 11px;
    margin: 0;
}
.mec .tick-dropdown li a {
    padding: 6px 20px;
    padding-left: 25px;
}
.mec .tick-dropdown li a:hover {
    background-color: #fff;
}
.mec .tick-dropdown li.active a,
.mec .tick-dropdown li.active a:focus {
    background: #fff;
    color: #000;
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .tick-dropdown li.active a:hover,
.mec .tick-dropdown li.active a:focus:hover {
    background-color: #fff;
    color: #000;
}
.mec .tick-dropdown li.active a .mec-icon,
.mec .tick-dropdown li.active a:focus .mec-icon {
    margin: 0;
    margin-left: -18px;
}
.mec .editor {
    min-height: 125px;
    border: 1px solid #ccc;
    position: relative;
}
.mec .editor.attachment {
    padding-bottom: 22px;
}
.mec .editor .uploaded-file {
    min-height: 25px;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 5px;
    vertical-align: middle;
    display: none;
}
.mec .editor .uploaded-file .file-que {
    display: inline-block;
    width: auto;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 0px 20px 0px 6px;
    line-height: 18px;
    margin-top: 3px;
    margin-right: 5px;
}
.mec .editor .uploaded-file .file-que .name-of-file {
    float: left;
}
.mec .editor .uploaded-file .file-que .close-btn {
    font-size: 14px;
    float: right;
    margin-right: -18px;
    text-align: center;
    cursor: pointer;
    width: 14px;
}
.mec .editor.open .uploaded-file {
    display: block;
}
.mec .editor .editor-priority {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 6px;
    right: -10px;
}
.mec .editor .editor-priority .p-label {
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #888;
}
.mec .editor .editor-priority > a {
    color: #888;
    min-width: 60px;
    display: inline-block;
}
.mec .editor .editor-priority .tick-dropdown {
    min-width: 80px;
    margin-top: 10px;
}
.mec .editor .editor-priority .tick-dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 3px;
    top: 0;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -1px 1px 0px 0 rgba(0, 0, 0, 0.4);
}
.mec .editor .editor-priority .tick-dropdown li a {
    font-weight: 600;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .sca-status {
    color: #57981d;
}
.mec .sca-status.disable {
    color: #666;
}
.mec .adsmiddleLines {
    overflow: inherit;
}
.mec .no-data-icon {
    display: inline;
    background-image: url("assets/images/mec-sprite.png?buildNo=4115");
    background-repeat: no-repeat;
    float: left;
    margin-right: -15px;
    margin-left: 25px;
    background-position: -86px -527px;
    width: 30px;
    height: 31px;
}
.mec .border-box {
    border: 1px solid #ccc;
    padding: 7px 15px;
    background-color: #f1f4f5;
}
.mec .border-box.default {
    background: none;
}
.mec .trans-alert {
    width: 336px;
    position: absolute;
    left: 50%;
    margin-left: -168px;
    top: 42px;
    z-index: 999;
    color: #000;
    padding: 9px 27px;
    background: #fff;
    border: 2px solid #e4e4e4;
}
.mec .data-box .data-box-readonly {
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #CCCCCB;
    color: #808080;
}
.mec .mandatory {
    position: absolute;
    margin-left: -10px;
}
.mec .input-with-dropdown {
    border: 1px solid #cccccc;
}
.mec .input-with-dropdown .bs-dropdown-to-select-group .btn {
    height: 20px;
    background-color: #f5f5f5;
    border-right: 1px solid #ccc !important;
    margin-right: 0 !important;
    padding: 2px 5px;
    min-width: 64px;
    text-align: left;
}
.mec .input-with-dropdown .bs-dropdown-to-select-group .btn .caret {
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 6px;
    color: #000;
    background: url("../images/sprite2.png?bN=4050") -198px -221px;
    background-size: 500px 1400px !important;
    border-width: 0;
    width: 6px;
    height: 6px;
}
.mec .input-with-dropdown .bs-dropdown-to-select-group .dropdown-menu {
    min-width: 65px;
    margin: -1px 0 0 -1px;
}
.mec .input-with-dropdown .bs-dropdown-to-select-group .dropdown-menu li a {
    padding: 3px 7px;
}
.mec .input-with-dropdown .bs-dropdown-to-select-group.open > .btn {
    background-color: #fff;
}
.mec .input-with-dropdown .bs-dropdown-to-select-group.open .dropdown-menu {
    border-top-width: 0;
    border-color: #ccc;
}
.mec .input-with-dropdown .form-control {
    border-width: 0;
    height: 20px;
}
.mec .freeze {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    /*border: 1px solid red;*/
}
.mec .freeze.disable {
    display: none;
}
.mec .freeze.white {
    background: rgba(255, 255, 255, 0.5);
    /*border: 1px solid red;*/
}
.mec .doubly-accordion-list .dcl-left,
.mec .doubly-accordion-list .dcl-right {
    border: 1px solid #d7dadb;
    width: 315px;
    float: left;
}
.mec .doubly-accordion-list .dcl-left .dcl-header,
.mec .doubly-accordion-list .dcl-right .dcl-header {
    min-height: 26px;
    background: #e6ebed;
    padding: 5px 2px 5px 10px;
}
.mec .doubly-accordion-list .dcl-left .dcl-header .dcl-search,
.mec .doubly-accordion-list .dcl-right .dcl-header .dcl-search {
    display: block;
    position: relative;
    float: right;
    width: 150px;
    height: 22px;
    border: 1px solid #c6cacc;
    margin-top: -3px;
    background-color: #fff;
}
.mec .doubly-accordion-list .dcl-left .dcl-header .dcl-search input,
.mec .doubly-accordion-list .dcl-right .dcl-header .dcl-search input {
    border-width: 0;
    min-height: 20px;
    padding: 3px;
    padding-right: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
}
.mec .doubly-accordion-list .dcl-left .dcl-header .dcl-search .dcl-auto-complete,
.mec .doubly-accordion-list .dcl-right .dcl-header .dcl-search .dcl-auto-complete {
    position: absolute;
    width: 150px;
    height: 22px;
    color: #ccc;
    padding: 3px;
    z-index: 1;
    line-height: 16px;
}
.mec .doubly-accordion-list .dcl-left .dcl-header .dcl-search small,
.mec .doubly-accordion-list .dcl-right .dcl-header .dcl-search small {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
    z-index: 3;
}
.mec .doubly-accordion-list .dcl-left .dcl-header i,
.mec .doubly-accordion-list .dcl-right .dcl-header i {
    width: 18px;
    height: 18px;
    float: right;
    background: url("../images/sprite2.png?bN=4050") no-repeat -235px -216px;
    background-size: 500px 1400px !important;
    margin-top: -2px;
    margin-right: 4px;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.mec .doubly-accordion-list .dcl-left .dcl-body,
.mec .doubly-accordion-list .dcl-right .dcl-body {
    height: 254px;
    overflow: hidden;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result {
    padding: 10px 0;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result dl,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result dl {
    padding: 0 10px;
    margin-bottom: 10px;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result dl dt,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result dl dt {
    font-weight: normal;
    position: relative;
    padding: 0 0 5px 0;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result dl dt em,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result dl dt em {
    background: #fff;
    z-index: 2;
    position: relative;
    font-style: normal;
    color: #8a8a8a;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result dl dt span,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result dl dt span {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    display: block;
    position: absolute;
    margin-top: -6px;
    z-index: 1;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result dl dd,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result dl dd {
    padding: 3px 0 3px 0;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-search-result dl dd span,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-search-result dl dd span {
    color: #5d9c26;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group {
    margin-bottom: 0;
    margin-top: 1px;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel {
    border-width: 0;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading {
    border-width: 0;
    padding: 0;
    background-color: #f5f7f8;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title {
    padding: 0;
    display: block;
    font-size: 11px;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title a,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title a {
    text-decoration: none;
    padding: 7px 7px 7px 10px;
    display: block;
    color: #545555;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title a .caret,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title a .caret {
    margin-top: 4px;
    margin-right: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    float: right;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title a.collapsed .caret,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title a.collapsed .caret {
    margin-top: 2px;
    margin-right: 3px;
    border: 0px solid #fff;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px dashed #bcbebf;
    border-left: 4px solid #bcbebf \9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title:hover > a .caret,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title:hover > a .caret {
    border-top-color: #000;
    border-left-color: transparent;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title:hover > a.collapsed .caret,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-heading h4.panel-title:hover > a.collapsed .caret {
    border-left-color: #000;
    border-top-color: transparent;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body {
    border-width: 0;
    padding: 5px 0;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list > li,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list > li {
    padding: 5px 10px 5px 10px;
    min-height: 24px;
    cursor: pointer;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list > li .icheckbox_minimal,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list > li .icheckbox_minimal {
    margin-right: 3px;
    margin-top: -4px;
    margin-bottom: -3px;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li:hover,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li:hover {
    background-color: #f2f2f2;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li:hover .dcl-acd-list-action,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li:hover .dcl-acd-list-action {
    display: block;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    display: none;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action li,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action li {
    float: left;
    min-width: 24px;
    border-right: 1px solid #c2c2c2;
    height: 10px;
    text-align: center;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action li i.mec-inline-icon,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action li i.mec-inline-icon {
    margin-top: -4px;
    cursor: pointer;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action li:last-child,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel .panel-body .dcl-acd-list.dcl-acd-hover-list > li .dcl-acd-list-action li:last-child {
    border-right-width: 0;
}
.mec .doubly-accordion-list .dcl-left .dcl-body .dcl-panel-group .panel + .panel,
.mec .doubly-accordion-list .dcl-right .dcl-body .dcl-panel-group .panel + .panel {
    margin-top: 1px;
}
.mec .doubly-accordion-list .dcl-right {
    margin-left: 15px;
}
.mec .doubly-accordion-list.lg .dcl-left,
.mec .doubly-accordion-list.lg .dcl-right {
    width: 347px !important;
}
.mec .doubly-accordion-list.lg .dcl-left .dcl-body,
.mec .doubly-accordion-list.lg .dcl-right .dcl-body {
    height: 285px;
}
.mec .doubly-accordion-list.lg .dcl-right {
    margin-left: 14px;
}
.mec .doubly-accordion-list .dcl-text-left-dotted {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mec .doubly-accordion-list .dcl-text-right-dotted > div.dcl-text-right {
    width: 90%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mec .add-category {
    padding: 5px 5px 0 5px;
    position: relative;
}
.mec .add-category > input {
    width: 100%;
    padding: 3px 30px 3px 3px;
    height: 22px;
}
.mec .add-category > .mec-icon {
    position: absolute;
    right: 4px;
    top: 7px;
    cursor: pointer;
}
/* lightbox style*/
.mec .lightbox-view .modal-header {
    padding: 0px 25px;
}
.mec .lightbox-view .modal-header .close {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
}
.mec .lightbox-view .modal-header .modal-title {
    font-size: 16px;
    line-height: 41px;
    font-weight: 400;
}
.mec .lightbox-view .modal-body {
    padding: 25px 25px 18px 25px;
}
.mec .lightbox-view .modal-body img {
    width: 100%;
}
.mec .lightbox-view .modal-footer {
    padding: 0px 25px 25px 25px;
    border-top: 0;
    margin-left: -3px;
    margin-right: -3px;
}
.mec .lightbox-view .modal-footer .thumnail-list {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.mec .lightbox-view .modal-footer .thumnail-list li {
    list-style: none;
    float: left;
    width: 9.09090909091%;
    padding: 3px;
}
.mec .lightbox-view .modal-footer .thumnail-list li img {
    width: 100%;
    border: 1px solid #909090;
    cursor: pointer;
}
/*License details css*/
.mec .mec-license-details .license-table {
    border-width: 0;
    width: 100%;
    font-size: 11px;
    line-height: 1.8em;
}
.mec .mec-license-details .license-table td {
    padding: 3px 0px;
}
.mec .mec-license-details .license-table td:first-child {
    color: #6f6f6f;
}
/* Info Card Feed Sytle*/
.mec .info-card-wrapper .info-card-feed {
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
}
.mec .info-card-wrapper .info-card-feed li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 10px;
}
.mec .info-card-wrapper .info-card-feed li .info-card {
    border: 1px solid #ededed;
    padding: 15px;
}
.mec .info-card-wrapper .info-card-feed li .info-card:hover {
    background-color: #fafafa;
}
.mec .info-card-wrapper .info-card-feed li .info-card h4 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
}
.mec .info-card-wrapper .info-card-feed li .info-card p.name {
    color: #8b8b8b;
    margin-bottom: 5px;
}
.mec .info-card-wrapper .info-card-feed li .info-card .date-and-place {
    margin-top: 67px;
    text-align: right;
}
.mec .info-card-wrapper .info-card-feed li .info-card .date-and-place .place {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}
.mec .info-card-wrapper .info-card-feed li .info-card .date-and-place .date {
    font-size: 11px;
    margin-bottom: 2px;
}
.mec .info-card-wrapper .info-card-feed li .info-card .date-and-place .time {
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  z-index: 1;
}
.mec .info-card-wrapper .info-card-feed li .info-card .date-and-place .time p {
  font-size: 10px;
  color: #333333;
  line-height: 16px;
}
.mec .info-card-wrapper .info-card-feed li .info-card .card-btn {
    width: 100%;
    padding: 4px 10px;
    background-color: #dfe1e3;
    font-size: 12px;
    line-height: 22px;
}
.mec .info-card-wrapper .info-card-feed li .info-card .card-btn:hover {
    background-color: #81ba50;
    color: #fff;
}
.mec .info-card-wrapper .btn-full {
    background-color: #fafafa;
    width: 100%;
    display: block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #ededed;
    padding: 4px 10px;
}
.mec .info-card-wrapper.upcoming-events .info-card-feed li .info-card {
  position: relative;
}
.mec .info-card-wrapper.upcoming-events .info-card-feed li .info-card .date-and-place {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 44px;
}
.mec .info-card-wrapper.upcoming-events .info-card-feed li .info-card .card-btn {
  margin-top: 153px;
}
.mec .info-card-wrapper.completed-events .info-card-feed li .info-card {
  position: relative;
}
.mec .info-card-wrapper.completed-events .info-card-feed li .info-card .date-and-place {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 44px;
}
.mec .info-card-wrapper.completed-events .info-card-feed li .info-card .card-btn {
  margin-top: 153px;
}
/* Tab styles */
.mec .classic-tab {
    margin-top: 8px;
}
.mec .classic-tab > .nav-tabs {
    background: #eceff0;
    border: 1px solid #e4e4e4;
    height: 29px;
}
.mec .classic-tab > .nav > li > a {
    padding: 4px 24px 5px 24px;
    line-height: 18px;
    color: #000;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top-width: 0;
    margin-left: -1px;
}
.mec .classic-tab > .nav > li > a .o365-icon {
    margin-left: 0;
}
.mec .classic-tab > .nav > li > a .icheckbox_minimal {
    vertical-align: bottom;
    margin-right: 10px;
}
.mec .classic-tab > .nav > li > a .close {
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 2px;
    color: #929395;
    display: none;
    cursor: pointer;
}
.mec .classic-tab > .nav-tabs > li.active > a,
.mec .classic-tab > .nav-tabs > li.active > a:hover,
.mec .classic-tab > .nav-tabs > li.active > a:focus {
    background: #fff;
    border-left: 1px solid #d6dbdd;
    border-right: 1px solid #d6dbdd;
    border-top-width: 0;
}
.mec .classic-tab .nav-tabs > li:first-child.active > a {
    border-left: 1px solid transparent;
    border-left-width: 0;
    margin-left: 0;
}
.mec .classic-tab .nav-tabs > li:first-child > a {
    margin-left: 0;
    border-left-width: 0;
}
.mec .classic-tab > .nav-tabs > li > a {
    margin-right: 0px;
}
.mec .classic-tab > .nav-tabs > li > a:hover,
.mec .classic-tab > .nav-tabs > li > a:focus {
    background: #eceff0;
}
.mec .classic-tab > .nav-tabs > li > a:hover .close {
    display: block;
}
.mec .classic-tab > .tab-content {
    padding: 5px;
    clear: both;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.mec .classic-tab.classic-tab-enhanced {
    position: relative;
}
.mec .classic-tab.classic-tab-enhanced .tab-content {
    padding-top: 20px;
}
.mec .classic-tab.classic-tab-enhanced .add-button {
    width: 150px;
    height: 31px;
    padding: 7px 8px;
    color: #6a6b6d;
    cursor: pointer;
}
.mec .classic-tab.classic-tab-enhanced .add-button:hover {
    color: #000;
}
.mec .classic-tab .tab-tool-set {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #eceff0;
    height: 31px;
    /*border:1px solid @gray-light;*/
}
.mec .classic-tab .tab-tool-set > ul {
    list-style: none;
    padding: 0;
}
.mec .classic-tab .tab-tool-set > ul > li {
    float: left;
}
.mec .classic-tab .tab-tool-set > ul > li.border-right {
    border-right: 1px solid #d6dbdd;
}
.mec .classic-tab .tab-tool-set > ul > li.border-left {
    border-left: 1px solid #d6dbdd;
}
.mec .classic-tab .tab-tool-set > ul > li > a > .mec-icon {
    margin: 0;
}
.mec .classic-tab .tab-tool-set > ul > li.bdr-none {
    border-width: 0;
}
.mec .classic-tab .tab-tool-set > ul > li.open {
    background: #fff;
}
.mec .classic-tab .tab-tool-set > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    display: block;
    min-height: 34px;
    padding: 6px 9px;
    border-left: 1px solid #d6dbdd;
    min-height: 31px;
    position: relative;
    z-index: 99;
}
.mec .classic-tab .tab-tool-set > ul > li > a.sm-padding {
    padding: 6px 3px;
}
.mec .classic-tab .tab-tool-set > ul > li.dropdown .dropdown-menu {
    margin-top: -2px;
    z-index: 4;
    box-shadow: 0 0px 6px #9e9e9e;
    border-width: 0;
}
.mec .classic-tab .tab-tool-set > ul > li.dropdown.open > a {
    box-shadow: 0 -3px 6px #9e9e9e;
    z-index: 5;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    position: relative;
}
.mec .classic-tab .tab-tool-set > ul > li:first-child:last-child a {
    border-width: 0;
}
/*FEED STYLES*/
.mec .mec-feed-list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 10px;
}
.mec .mec-feed-list > li {
    min-height: 60px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D9DCDD;
    padding: 9px 0;
    padding-left: 69px;
}
.mec .mec-feed-list > li img {
    display: table-cell;
}
.mec .mec-feed-list > li a {
    color: #1287b6;
    vertical-align: middle;
    font-size: 12px;
    line-height: 23px;
}
.mec .mec-feed-list > li button.btn {
    position: absolute;
    top: 30%;
    right: 20px;
    min-width: 70px;
    color: #f76b2e;
    background: #fff;
    border: 1px solid #b3b3b3;
    display: none;
}
.mec .mec-feed-list > li:hover {
    background: #f4f5f5;
}
.mec .mec-feed-list > li:hover button.btn {
    display: block;
}
.mec .mec-feed-list .forum-author {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    border: 0px solid #fff;
    border-style: none;
    top: 10px;
    left: 14px;
}
.mec .mec-feed-list .forum-author-info {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 2px;
    vertical-align: middle;
    padding-right: 15px;
}
.mec .mec-feed-list .forum-author-info span:first-child {
    padding-right: 10px;
    border-right: 1px solid #000;
    margin-right: 5px;
}
.mec .mec-feed-list.no-author-image > li {
    padding-left: 10px;
}
/* Products list feed */
.mec .products-wrapper {
    margin-right: -5px;
    margin-top: -10px;
    margin-left: -10px;
}
.mec .products-wrapper .products-list-feed {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 10px;
}
.mec .products-wrapper .products-list-feed > li {
    padding: 10px 10px 5px;
    width: 50%;
    list-style: none;
    float: left;
}
.mec .products-wrapper .products-list-feed > li.full-width {
    width: 100%;
}
.mec .products-wrapper .products-list-feed > li .product-pane {
    background-color: #F4F4F4;
    padding: 20px;
    padding-bottom: 0px;
    position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-title {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 24px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body {
    display: inline-block;
    width: 100%;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body > div {
    float: left;
    vertical-align: top;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-15 {
  width: 15%;
  position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-20 {
    width: 20%;
    position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-25 {
  width: 25%;
  position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-30 {
    width: 30%;
    position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-33 {
  width: 33.33%;
  position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-40 {
    width: 40%;
    position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-w-70 {
    width: 70%;
    position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-pl {
  padding-left: 20px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-pl p {
    position: relative;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-pl-small p {
    position: relative;
    left: 11%;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body .pane-bl {
    border-left: 1px solid #d8dde0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    left: 0;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body p {
    font-size: 11px;
    margin-bottom: 0;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body p.pane-label {
    color: #556067;
    font-size: 10px;
    margin-bottom: 2px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-body p .up-circle {
    cursor: pointer;
    margin-left: 1px;
    margin-top: -2px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 8px;
    padding-bottom: 5px;
    border-top: 1px solid #d8dde0;
    margin-top: 15px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links {
    padding: 0px;
    display: inline-block;
    width: auto;
    float: right;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links-left {
    padding: 0px;
    width: auto;
    float: left;
    position: relative;
    z-index: 1;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links-left > li {
    list-style: none;
    float: left;
    padding: 0 0px;
    margin-right: 10px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links li {
    list-style: none;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #E6E6E6;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li:first-child {
    border-left: 0px solid #E6E6E6;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li > a {
    color: #1488b2;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li > a.hover-disabled:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li > a:hover {
  text-decoration: none;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li.box-dropdown {
    padding: 0 2px;
    min-height: 18px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li.box-dropdown .dropdown-toggle {
    display: block;
    margin-top: -9px;
    padding: 7px 2px;
    margin-bottom: -10px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li.box-dropdown .dropdown-menu {
    margin-top: 7px;
    margin-right: 2px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li.box-dropdown .dropdown-menu li i {
    margin-top: -2px;
    margin-right: 3px;
    margin-left: -3px;
}
.mec .products-wrapper .products-list-feed > li .product-pane .pane-footer .links > li.box-dropdown .dropdown-menu li a.hover-disabled:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mec .box-dropdown .dropdown-toggle {
    border: 1px solid transparent;
    padding: 6px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}
.mec .box-dropdown.open .dropdown-toggle {
    background-color: #fff;
    display: block;
    border-color: #E5EBED;
    border-bottom-color: #fff;
}
.mec .box-dropdown .dropdown-menu {
    border-color: #E5EBED;
}
.mec .box-dropdown .dropdown-menu li {
    padding: 0;
    border: 0px solid #fff;
}
.mec .box-dropdown .dropdown-menu li a {
    padding: 3px 14px 2px 10px;
    display: block;
    color: #000;
}
/*Custom Column*/
.mec .doubly-list {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
}
.mec .doubly-list .doubly-header {
    font-weight: 400;
    color: #9e9e9e;
    padding: 0px 0px 3px 0px;
    margin: 0;
}
.mec .doubly-list .doubly-list-wrapper {
    width: 100%;
    clear: both;
}
.mec .doubly-list .doubly-list-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.mec .doubly-list .doubly-list-wrapper .doubly-list-lhs,
.mec .doubly-list .doubly-list-wrapper .doubly-list-rhs {
    width: 237px;
    float: left;
}
.mec .doubly-list .doubly-list-wrapper .doubly-list-holder {
    width: 58px;
    float: left;
}
.mec .doubly-list .doubly-list-box {
    position: relative;
    padding: 3px 0;
    border: 1px solid #d7dadb;
    height: 180px;
    overflow: hidden;
    background: #fff;
}
.mec .doubly-list .doubly-list-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mec .doubly-list .doubly-list-box ul > li {
    padding: 4px 7px 5px 7px;
    cursor: pointer;
    margin-bottom: 1px;
}
.mec .doubly-list .doubly-list-box ul > li:hover {
    background: #efefef;
}
.mec .doubly-list .doubly-list-box ul > li.selected {
    background: #8dc63f;
    color: #fff;
}
.mec .doubly-list .doubly-list-box ul > li.selected > span span {
    color: #fff;
}
.mec .doubly-list .doubly-list-box ul > li.default > span span {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mec .doubly-list .doubly-list-box ul > li > span {
    display: block;
}
.mec .doubly-list .doubly-list-box ul > li > span span {
    float: right;
    color: #b8b8b8;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mec .doubly-list .doubly-list-box ul > li > span span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mec .doubly-list .doubly-navigation ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    margin-top: 75px;
    width: 22px;
}
.mec .doubly-list .doubly-navigation ul li {
    padding: 4px;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
    min-height: 22px;
    min-width: 22px;
    cursor: pointer;
    background: #d9dcdd;
    text-align: center;
}
.mec .doubly-list .doubly-navigation ul li .o365-icon {
    margin: -3px 0 0 -3px;
}
.mec .doubly-list .doubly-navigation ul li.wide-btn {
    width: 49px;
}
.mec .add-remove-col .modal-body {
    padding: 15px 15px;
}
.mec .add-remove-col .modal-body .modal-label {
    margin-bottom: 3px;
    font-weight: 600;
}
.mec .history-back {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    margin-top: -2px;
}
.mec .history-back:hover,
.mec .history-back :focus,
.mec .history-back :active,
.mec .history-back :visited {
    color: #000;
    text-decoration: none;
}
.mec .history-back i {
    vertical-align: middle;
}
.mec .history-back .text {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #e4e4e4;
    padding: 1.5px 2px;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1px;
}
.mec .form-validation {
    position: absolute;
    left: 270px;
    top: 0;
    background: #fff;
    min-height: 30px;
    min-width: 145px;
    border: 1px solid #ccc;
    padding: 6px 8px;
    margin-top: -5px;
    box-shadow: 2px 2px 3px #ccc;
    display: none;
    z-index: 1;
}
.mec .form-validation .arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 28px;
    top: 6px;
    background: url('../images/sprite2.png') no-repeat -458px -190px;
    z-index: 3;
}
.mec .has-error .form-validation {
    display: block;
}
.mec .modal-backdrop {
    background-color: #191919;
}
.mec .panelbox-container {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px;
    height: auto;
    overflow: hidden;
}
.mec .panelbox-container:hover {
    border-color: #cbcbcb;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.mec .panelbox-container .panelbox-header {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin: 2px 0 10px 0;
    padding-bottom: 15px;
    padding-left: 5px;
    border-bottom: 1px solid #e4e4e4;
}
.mec .panelbox-container .panelbox-header .panelbox-tool-set {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mec .panelbox-container .panelbox-header .panelbox-tool-set > li {
    float: left;
    border-right: 1px solid #e4e4e4;
    min-width: 28px;
    min-height: 22px;
    text-align: center;
}
.mec .panelbox-container .panelbox-header .panelbox-tool-set > li .adap-icon,
.mec .panelbox-container .panelbox-header .panelbox-tool-set > li .icon-sort {
    margin: 0;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.mec .panelbox-container .panelbox-header .panelbox-tool-set > li:last-child {
    border-width: 0;
}
.mec .panelbox-container .panelbox-header > i {
    font-size: 11px;
    font-style: normal;
    color: #8b9da6;
}
.mec .panelbox-container .panelbox-header.panelbox-header-inverse {
    margin: -20px -20px 20px -20px;
    padding: 10px 10px 10px 20px;
    line-height: 20px;
    height: 45px;
    background-color: #f4f5f5;
    border-width: 0;
}
.mec .panelbox-container .panelbox-header.panelbox-header-inverse .panelbox-tab-button {
    margin-right: 10px;
    margin-top: -10px;
}
.mec .panelbox-container .panelbox-header.panelbox-header-inverse .panelbox-tab-button > .btn {
    background-color: #fff;
    padding: 16px 20px;
}
.mec .panelbox-container .panelbox-header.panelbox-header-inverse .panelbox-tool-set > li {
    border-right: 0px solid #fff;
    min-width: 40px;
}
.mec .panelbox-container .panelbox-header.panelbox-header-inverse .panelbox-tool-set > li.open {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 -3px 3px #cccccc;
}
.mec .panelbox-container .panelbox-header.panelbox-header-inverse .panelbox-tool-set > li .dropdown-menu {
    margin-top: -2px;
    min-width: 100px;
}
.mec .panelbox-container .panelbox-content {
    position: relative;
    padding: 0px 0px 0px 10px;
}
.mec .panelbox-container .panelbox-content .nav-tabs {
    border-bottom: 1px solid #e4e4e4;
    height: 32px;
}
.mec .panelbox-container .panelbox-content .nav-tabs li a {
    text-transform: uppercase;
    color: #8e959a;
    border-bottom: 3px solid transparent;
}
.mec .panelbox-container .panelbox-content .nav-tabs li a:hover {
    background: #fff;
    color: #000;
}
.mec .panelbox-container .panelbox-content .nav-tabs li.active a {
    background: #fff;
    border-bottom: 3px solid #42bbec;
    color: #000;
}
.mec .panelbox-container .panelbox-content .tab-content .tab-pane {
    padding: 10px 0;
}
.mec .panelbox-container .panelbox-content .panelbox-type {
    width: 40px;
    height: 237px;
    background-color: #f4f5f5;
    position: absolute;
    margin-top: -20px;
}
.mec .panelbox-container .panelbox-content .panelbox-type > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mec .panelbox-container .panelbox-content .panelbox-type > ul > li {
    display: block;
    height: 80px;
    vertical-align: middle;
    line-height: 80px;
    cursor: pointer;
}
.mec .panelbox-container .panelbox-content .panelbox-type > ul > li.active {
    background: #fff;
}
.mec .panelbox-container .panelbox-content .panelbox-view {
    margin-left: 40px;
}
.mec .panelbox-container .rmp {
    margin-left: -13.33333333px;
    margin-right: -13.33333333px;
}
.mec .panelbox-container .panelbox-table-filter {
    display: inline-block;
    position: relative;
}
.mec .panelbox-container .panelbox-table-filter input {
    padding: 2px;
    height: 20px;
    vertical-align: middle;
    margin-left: 15px;
    padding-right: 15px;
}
.mec .panelbox-container .panelbox-table-filter .panelbox-table-find-icon {
    width: 20px;
    height: 20px;
    background-color: #e1e3e4;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/sprite2.png?bN=4050");
    background-size: 500px 1400px !important;
    background-position: -271px -88px;
    cursor: pointer;
}
.mec .panelbox-summary-view .panelbox-summary-info .panelbox-summary-view-notice {
    border-right: 1px solid #d9dcdd;
}
.mec .panelbox-summary-view .panelbox-summary-info .panelbox-summary-view-notice .cat-name {
    font-size: 11px;
    color: #687278;
    text-transform: uppercase;
    display: block;
}
.mec .panelbox-summary-view .panelbox-summary-info .panelbox-summary-view-notice .cat-info {
    font-size: 12px;
    color: #000;
    display: block;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content h5,
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content h6 {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content h6 {
    clear: both;
    margin-top: 0px;
    padding-top: 25px;
    margin-bottom: 15px;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content table {
    margin-bottom: 0;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status {
    font-weight: 200;
    border: 1px solid #c6cacc;
    border-left-width: 5px;
    padding: 15px;
    color: #000;
    position: relative;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status .status-text {
    font-size: 16px;
    display: block;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status .status-count {
    font-size: 24px;
    display: block;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status .status-symbol {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("../images/sprite2.png?bN=4050");
    background-size: 500px 1400px !important;
    top: 30%;
    right: 20px;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status.success {
    border-left-color: #8dc63f;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status.success .status-symbol {
    background-position: -422px -167px;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status.failure {
    border-left-color: #dc3e3e;
}
.mec .panelbox-summary-view .panelbox-summary-table-wrapper .panelbox-content .summary-view-status.failure .status-symbol {
    background-position: -466px -169px;
}
.mec .added-top-strip {
    padding-top: 41px;
}
.mec .table-responsive,
.mec .floatThead-wrapper {
    overflow: auto;
}
.mec .zhigh .bootstrap-select .dropdown-menu {
    z-index: 9999;
}
.mec .floatThead-container {
    overflow: visible;
}
/*------- ticket list detials -------*/
.mec .ticket-list-view {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
.mec .ticket-list-view > li {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    width: 100%;
    float: left;
    cursor: pointer;
}
.mec .ticket-list-view > li:hover {
    background: #fafafa;
}
.mec .ticket-list-view .icn-box {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    margin-right: 17px;
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
}
.mec .ticket-list-view .ticket-details {
    font-size: 11px;
    float: left;
}
.mec .ticket-list-view h3 {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 14px;
    padding-top: 0px;
    padding-bottom: 5px;
}
.mec .ticket-list-view h3 span {
    font-weight: 400;
}
.mec .ticket-list-view .tiny-detials > span {
    display: inline-block;
    color: #989898;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
    display: block;
}
.mec .ticket-list-view .tiny-detials > span.dot-sep {
    font-size: 18px;
    color: #989898;
    line-height: 7px;
    border-right: 1px solid #c2c2c2;
    height: 15px;
    margin-left: 6px;
}
.mec .ticket-list-view .tiny-detials > span.byuser {
    color: #339ec6;
}
.mec .ticket-list-view .tiny-detials .icn-sprt {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    padding-right: 4px;
    padding-top: 2px;
}
.mec .ticket-list-view .tiny-detials .icn-thread-count {
    font-size: 8px;
    padding-left: 8px;
    font-style: normal;
    line-height: 13px;
    width: auto;
    padding-right: 4px;
    margin-left: 8px;
}
.mec .tickets-pagination {
    padding-top: 15px;
}
.mec .tickets-pagination .top-tool-box {
    display: inline-block;
    width: 100%;
    height: 18px;
}
.mec .tickets-pagination .top-tool-box ul {
    margin: 0;
}
.mec .tickets-pagination .top-tool-box ul.right-flow {
    float: right;
}
.mec .tickets-pagination .top-tool-box ul li {
    list-style: none;
}
.mec .tickets-pagination .top-tool-box ul li .table-nav .mec-inline-icon {
    margin: 0px 2px;
}
.mec .tickets-pagination .top-tool-box ul li .table-nav span {
    padding: 0px 10px;
    vertical-align: middle;
}
.mec .ticket-info {
    width: 100%;
    table-layout: fixed;
}
.mec .ticket-info td p {
    display: table-row;
}
.mec .ticket-info td p span {
    display: table-cell;
    padding: 4px 5px;
}
.mec .ticket-chat-list-view {
    padding: 0;
    border-top: 1px solid #ededed;
}
.mec .ticket-chat-list-view > li {
    list-style: none;
    display: inline-block;
    padding: 20px 35px 20px 15px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: -4px;
    position: relative;
}
.mec .ticket-chat-list-view li .icn-box {
    border: 1px solid #d5d5d5;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    margin-right: 17px;
    margin-left: 0;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 4px;
    position: relative;
}
.mec .ticket-chat-list-view li .icn-box .icn-sprt {
    font-style: normal;
    font-size: 11px;
    line-height: 22px;
}
.mec .ticket-chat-list-view li h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.mec .ticket-chat-list-view li .ticket-chat-details {
    width: calc(100% - 80px);
    float: left;
    font-size: 11px;
}
.mec .ticket-chat-list-view li .data-time {
    margin-bottom: 12px;
}
.mec .ticket-chat-list-view li .message-hint {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
}
.mec .register-form-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 5px;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mec .register-form-header > span {
  font-size: 11px;
  font-weight: normal;
  display: block;
  color: #656565;
  margin-top: -2px;
  padding-left: 30px;
}
.mec .order-information {
  margin-top: -10px;
  margin-top: 0;
}
.mec .order-information,
.mec .order-information * {
  font-size: 12px;
}
.mec .order-information ul.purchased-products {
  padding: 0;
  margin: 20px 0 0 20px;
  list-style: none;
}
.mec .order-information ul.purchased-products li {
  margin-bottom: 15px;
}
.mec .order-information ul.purchased-products li > i {
  margin-right: 7px;
  vertical-align: bottom;
}
.mec .order-information ul.purchased-products li > small {
  color: #656565;
}
.mec .order-information ul.purchased-products li > a {
  text-decoration: underline;
  font-size: 11px;
}
.mec .order-information .mec-login-dis {
  font-size: 12px;
  line-height: 22px;
  margin-right: -30px;
}
.mec .order-information .mec-login-dis {
  padding-right: 40px;
  font-size: 11px;
}
.mec .order-information .mec-login-dis a {
  font-size: 11px;
}
.mec .order-information ul.purchased-products li span {
  font-size: 11px;
}
.mec .order-information ul.purchased-products li > i {
  vertical-align: middle;
}
.mec .nav-line-tabs.reg-summary-tab .nav-tabs {
  height: 34px;
}
.mec .nav-line-tabs.reg-summary-tab .nav-tabs li a {
  padding: 10px 6px 6px 6px;
  margin: 0 9px;
  color: #000;
}
.mec .reg-summary-table {
  width: 100%;
}
.mec .reg-summary-table > tbody > tr > td {
  padding: 5px 5px;
}
.mec .reg-summary-table > tbody > tr > td:first-child {
  color: #666;
}
.mec .reg-summary-edit {
  position: absolute;
  right: 25px;
  top: 47px;
  z-index: 999;
}
.mec .mec-user-regis {
  width: 85%;
  margin: 35px auto 0 auto;
  min-width: 1024px;
  max-width: 1098px;
}
.mec .mec-user-regis .mec-user-regis-container {
  margin-bottom: 25px;
}
.mec .mec-user-regis .mec-user-regis-container .multiple-user-row {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
}
.mec .mec-user-regis .mec-user-regis-container .multiple-user-row .icn-close-circle-sm {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  visibility: hidden;
}
.mec .mec-user-regis .mec-user-regis-container .multiple-user-row:hover {
  background-color: #F9F9F9;
}
.mec .mec-user-regis .mec-user-regis-container .multiple-user-row:hover .icn-close-circle-sm {
  visibility: visible;
}

/*****{Please Leave this import end of this page dont change the order}****/
/***Responsive styles should be here *****/
@media (max-width: 1350px) {
    /* screens that*/
    .mec .lf-bx {
        margin-bottom: 20px;
    }
    .mec .tfa-panel-group .nte-box {
        padding: 15px;
        width: 100%;
        float: none;
        clear: both;
        border: 1px solid #d9dcdd;
    }
}
@media (max-width: 1350px) {
    .mec .mec-text-xs.mec-light-text {
        font-size: 10px;
    }
}
/*# sourceMappingURL=app.css.map */
.mec .mec-events-view-less {
    max-height: 615px;
    overflow-y: hidden;
}
.mec .mec-h-75 {
    height: 75px !important;
}
.mec .mec-disp-inlblock {
    display: inline-block;
}
.mec .mec-z-ind-11k {
    z-index: 11000 !important;
}
.mec .mec-z-ind-12k {
    z-index: 12000 !important;
}
.mec .mec-min-ht-250 {
    min-height: 250px;
}
.mec .mec-min-ht-300 {
    min-height: 300px;
}
.mec #loading{
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    z-index:2005;
}
.mec #loading img{
    position: absolute;
    top: 40%;
    left: 50%;
}
.mec #blackscreen{
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .50;
    z-index: 1005;
}
.mec .mec-cursor-pointer {
    cursor: pointer;
}
.mec #iframeloader > span {
    padding-right: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    position: fixed;
    left: 50%;
    margin-top: 10px;
    height: 15px;
    width: 10px;
    background-image: url(../images/sprite2.png);
    background-position: -47px -16px;
}
.mec #iframeloader{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 104;
    background-color: transparent;
}
#DownloadFrameBody .outer{
    background: #fff;
    border: 1px solid #BBB;
    box-shadow: 0 0 3px #AAA;
    margin: auto 0;
    padding: 5px 40px;
    box-sizing: border-box;
    width: 315px;
    height: 100px;
    text-align:center;
}
#DownloadFrameBody label{
    font-size: 15px;
    width: 100%;
    text-align: center;
}
#DownloadFrameBody #loading{
    position: fixed;
    width: 100%;
    background: white;
    z-index: 12005;
}
#DownloadFrameBody #loading img{
    position: absolute;
    left: 36%;
}
.mec .mec-m-auto {
    margin: auto;
}
.mec .mec-w-65p {
    width: 65%;
}
.mec .mec-error-border {
    border: 1px solid red !important;
}
.mec .mec-no-border {
    border: none !important;
}
.mec .mec-w-915 {
    width: 915px !important;
}
.mec .mec-taller-heading {
    height: 25px;
    display: flex;
    align-items: center;
}
.mec .mec-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #ecedee;
    border-top-color: #8dc63f;
    border-top-style: solid;
    z-index: 5000;
}
.mec .mec-horizontal-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.mec .mec-horizontal-list li {
    float: left;
}
.mec .mec-horizontal-list li a {
    display: inline-block;
    color: #1488b2;
    text-align: center;
    text-decoration: none;
}
.mec .mec-text-align-center {
    text-align: center !important;
}
.mec .mec-w-100p {
    width: 100%;
}
.mec .mec-w-20p {
    width: 20%;
}
.mec .mec-ml-41p {
    margin-left: 41.66666667%;
}

.mec .single-line {
    display: block;
    border-style: solid;
    border-width: 1px;
    color: #e5e5e5;
    margin-bottom :15px;
    margin-top :15px;
}
.mec .mec-db-wrapper .db-chart-container {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px;
  height: auto;
  overflow: hidden;
}
.mec .mec-db-wrapper .db-chart-container:hover {
  border-color: #cbcbcb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin: -10px 0 0 0;
  height: 27px;
  border-bottom: 1px solid #E4E4E4;
  line-height: 17px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li {
  float: left;
  border-right: 1px solid #e4e4e4;
  min-width: 31px;
  min-height: 18px;
  text-align: center;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li .mec-icon,
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li .icon-sort {
  margin: 0;
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  cursor: pointer;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li:last-child,
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.no-bdr {
  border-width: 0;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown {
  margin-top: -5px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown .btn {
  width: 29px;
  height: 29px;
  padding: 0 3px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  background: #fff;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown .dropdown-menu {
  margin-top: -1px;
  margin-right: 1px;
  z-index: 1;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown .dropdown-menu li > a {
  padding: 4px 10px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown .dropdown-menu li > a .mec-icon {
  margin-right: 5px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown .dropdown-menu li.divider {
  margin: 0 10px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header .db-tool-set > li.embed-dropdown.open .btn {
  border: 1px solid #ccc;
  border-bottom-width: 0;
  background: #fff;
  z-index: 5;
  position: relative;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header > i {
  font-size: 11px;
  font-style: normal;
  color: #8b9da6;
  margin-right: 5px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header.db-chart-header-inverse {
  margin: -20px -20px 20px -20px;
  padding: 10px 10px 10px 20px;
  line-height: 20px;
  height: 45px;
  background-color: #f4f5f5;
  border-width: 0;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header.db-chart-header-inverse .db-tab-button {
  margin-right: 10px;
  margin-top: -10px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header.db-chart-header-inverse .db-tab-button > .btn {
  background-color: #fff;
  padding: 16px 20px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header.db-chart-header-inverse .db-tool-set > li {
  border-right: 0px solid #fff;
  min-width: 40px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header.db-chart-header-inverse .db-tool-set > li.open {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 -3px 3px #cccccc;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-header.db-chart-header-inverse .db-tool-set > li .dropdown-menu {
  margin-top: -2px;
  min-width: 100px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content {
  position: relative;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .nav-tabs {
  border-bottom: 1px solid #e4e4e4;
  height: 32px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .nav-tabs li a {
  text-transform: uppercase;
  color: #8e959a;
  border-bottom: 3px solid transparent;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .nav-tabs li a:hover {
  background: #fff;
  color: #000;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .nav-tabs li.active a {
  background: #fff;
  border-bottom: 3px solid #42bbec;
  color: #000;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .tab-content .tab-pane {
  padding: 10px 0;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .db-chart-type {
  width: 40px;
  height: 237px;
  background-color: #f4f5f5;
  position: absolute;
  margin-top: -20px;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .db-chart-type > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .db-chart-type > ul > li {
  display: block;
  height: 80px;
  vertical-align: middle;
  line-height: 80px;
  cursor: pointer;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .db-chart-type > ul > li.active {
  background: #fff;
}
.mec .mec-db-wrapper .db-chart-container .db-chart-content .db-chart-view {
  margin-left: 40px;
}
.mec .mec-db-wrapper .db-chart-container .rmp {
  margin-left: -13.33333333px;
  margin-right: -13.33333333px;
}
.mec .mec-db-wrapper .db-chart-container .db-table-filter {
  display: inline-block;
  position: relative;
}
.mec .mec-db-wrapper .db-chart-container .db-table-filter input {
  padding: 2px;
  height: 20px;
  vertical-align: middle;
  margin-left: 15px;
  padding-right: 15px;
}
.mec .mec-db-wrapper .db-chart-container .db-table-filter .db-table-find-icon {
  width: 20px;
  height: 20px;
  background-color: #e1e3e4;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/sprite2.png?bN=4050");
  background-position: -271px -88px;
  background-image: url("../images/sprite2.png?bN=4050") \9;
  background-size: 500px 1400px !important;
  cursor: pointer;
}
.mec .download-steps {
    border: 1px solid #e4e4e4;
}
.mec .download-steps ul {
    padding: 0 10px;
    margin: 0;
    list-style: none;
}
.mec .download-steps ul li {
    border-top: 1px solid #EFEFEF;
    padding: 17px 0 17px 20px;
}
.mec .download-steps ul li .btn-blue {
    border: 1px solid #1487B6;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    float: right;
    margin-top: -5px;
    color: #1487B6;
}
.mec .download-steps ul li .btn-blue:hover {
    background: #1487B6;
    color: #fff;
}
.mec .download-steps ul li .btn-blue:hover .icn-download-blue {
    background-position: -397px -998px;
}
.mec .download-steps ul li:first-child {
    border-top: none;
}
.mec .download-steps .mCSB_outside + .mCSB_scrollTools {
    right: 1px;
    top: 3px;
    bottom: 3px;
}
.mec .build-box {
    width: 740px;
    margin: 15px auto 30px;  
}
.mec .build-box .build-sep {
    position: relative;
    padding: 62px 0;
    width: 24px;
    margin: 30px 0 0 35px;
    float: left;
    text-align: center;
}
.mec .build-box .build-sep:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background: #DCDCDC;
}  
.mec .build-box .build-sep span {
    background: #fff;
    font-size: 11px;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #999;
    display: inline-block;
    line-height: 24px;
    position: relative;
} 
.mec .build-box .build-img {
    max-width: 310px;
    display: inline-block;
    vertical-align: top;
}
.mec .icn-circle-smile-out-lg {
    background-position: -171px -1292px;
    width: 31px;
    height: 31px;
}
.mec .icn-circle-in-md {
	background-position:-6px -1347px;
}
.mec .icn-circle-out-md {
	background-position: -52px -1347px;
}
.mec .icn-circle-smile-out-md {
	background-position: -29px -1347px;
}
.mec .icn-attachment-sm {
	background-position: -74px -1347px;
}
.mec .icn-info-warning {
    background-position: -300.5px -1206px;
}
.mec .icn-info-danger {
    background-position: -300.5px -1184.5px;
}
.mec .ticket-chat-list-view li:hover {
    background-color: #FAFAFA;
}
.mec .ticket-chat-list-view li.active:hover {
    background-color: #fff;
    cursor: default;
}
.mec .ticket-chat-list-view li .icn-box .mec-inline-icon {
    position: absolute;
    top: -5px;
    right: -6px;
}
.mec .ticket-chat-list-view li .ticket-chat-list-attachment {
    position: absolute;
    top: 14px;
    right: 5px;
    font-size: 9px;
    color: #7A8190;
    display: none;
}
.mec .ticket-chat-list-view li .ticket-chat-list-attachment sup {
    left: -5px;
    top: -2px;
}
.mec .ticket-chat-list-view li:hover .ticket-chat-list-attachment {
    display: block;
}
.mec .mec-file-viewer .file-viewer-container .file-viewer-list .list-item .list-item-file {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.mec .mec-file-viewer .file-viewer-container .file-viewer-list .list-item .list-item-file.list-item-file-text {
    background-color: #fff;
    padding: 20px;
}
.mec .ticket-chat-list-view li .icn-box .mec-inline-icon {
    position: absolute;
    top: -5px;
    right: -6px;
}
.mec .ticket-chat-list-view li .ticket-chat-list-attachment {
    position: absolute;
    top: 14px;
    right: 5px;
    font-size: 9px;
    color: #7A8190;
    display: block;
}
.mec .ticket-chat-list-view li .ticket-chat-list-attachment sup {
    left: -5px;
    top: -2px;
}
/* Alert Notification Css*/
.top-bar-active .top-bar {
    padding: 2px 15px 1px 15px;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #000;
    border-bottom: 1px solid #fff;
    z-index: 1004;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
}
.top-bar-active .top-bar .top-bar-inner .top-bar-content {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.top-bar-active .top-bar .top-bar-inner .icn-up-arrow-wide {
    margin-left: 40px;
}
.top-bar-active .top-bar.center {
    text-align: center;
}
.top-bar-active .top-bar.right {
    text-align: right;
}
.top-bar-active .top-bar .top-bar-close {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
}
.top-bar-active .top-bar .top-bar-close .top-bar-close-dd {
    display: block;
    width: 28px;
    height: 24px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    padding: 2px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.top-bar-active .top-bar .top-bar-close.open .top-bar-close-dd {
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
    margin-top: -1px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.top-bar-active .top-bar .top-bar-close.open .dropdown-menu {
    z-index: 1;
}
.top-bar-active .top-bar .top-bar-close .dropdown-menu {
    margin-top: -1px;
}
.top-bar-active .top-bar .top-bar-close > li {
    float: left;
    font-size: 14px;
    padding: 6px 10px;
    width: 40px;
    height: 32px;
    text-align: center;
    cursor: pointer;
}
.top-bar-active .top-bar .top-bar-close > li:hover {
    background: #c4c4c4;
}
.top-bar-active .top-bar .top-bar-close > li.floating-modal-rating {
    width: 90px;
    line-height: 20px;
    font-size: 11px;
}
.top-bar-active .top-bar .top-bar-close > li.floating-modal-rating .floating-modal-rating-sep {
    border-right: 1px solid #7e878d;
    margin-right: -10px;
    padding-right: 10px;
}
.top-bar-active .top-bar .top-bar-close > li.floating-modal-rating .icn-feedback-rating {
    margin-right: 5px;
}
.top-bar-active .top-bar.top-bar-success {
    background-color: #e5f0dd;
    border-color: #c0dca9;
    border-bottom-color: #c0dca9;
}
.top-bar-active .top-bar.top-bar-success hr {
    border-top-color: #b3d597;
}
.top-bar-active .top-bar.top-bar-success .alert-link {
    color: #000000;
}
.top-bar-active .top-bar.top-bar-info {
    background-color: #d9edf7;
    border-color: #4bb7d3;
}
.top-bar-active .top-bar.top-bar-info hr {
    border-top-color: #37afce;
}
.top-bar-active .top-bar.top-bar-info .alert-link {
    color: #000000;
}
.top-bar-active .top-bar.top-bar-warning {
    background-color: #fff9d2;
    border-color: #e5c300;
}
.top-bar-active .top-bar.top-bar-warning hr {
    border-top-color: #ccad00;
}
.top-bar-active .top-bar.top-bar-warning .alert-link {
    color: #000000;
}
.top-bar-active .top-bar.top-bar-danger {
    background-color: #f9dcdc;
    border-color: #f98f93;
}
.top-bar-active .top-bar.top-bar-danger hr {
    border-top-color: #f8777c;
}
.top-bar-active .top-bar.top-bar-danger .alert-link {
    color: #000000;
}
.top-bar-active .mec-top-pane {
    top: 22px;
}
.top-bar-active .mec-body-pane {
    margin-top: 92px !important;
}
.mec .mec-nounderline {
    text-decoration: none !important;
}