/* Minification failed. Returning unminified contents.
(4637,31): run-time error CSS1046: Expect comma, found '100'
(4637,39): run-time error CSS1046: Expect comma, found '/'
(4982,40): run-time error CSS1034: Expected closing parenthesis, found ','
(4982,40): run-time error CSS1042: Expected function, found ','
(4982,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*
Template Name: Velonic Dashboard build with Bootstrap v3.3.6
Template Version: 3.0
Author: CoderThemes
Email: coderthemes@gmail.com
Date: Jan 2015
Last Update: May 2016
*/

/* TABLE OF CONTENTS
    1) General
        1.1 Loader
    2) Left Panel
        2.1 Logo
        2.2 Navigation
        2.3 Sub-menu
    3) Top Header
    4) Content Area
    5) Footer
    6) Panel-Tab-Accordions
    7) Portlets
    8) Widgets
    9) Chat / Todo
   10) Calendar
   11) Forms
       11.1 Form wizard
   12) Datatable
   13) Chart
   14) Mail
   15) Maps
   16) Profile
   17) Timeline
   18) Pages (Log-in,Register Etc....)
   19) Flot-chart / Rickshaw
   - Responsive

*/

/*override Bootstrap style*/

/*CAS-1126*/
.shadowCalc {
    color: #909090
}
/*CAS-1061*/
.btn-attatchmen-container {
    height: 35px;
    border: 1px solid lightgray;
    border-radius: 3px;
    width: 90%;
    padding-left: 10px;
    margin-left: 0px;
    position: relative;
    overflow: hidden
}

.btn-attatchmen-text {
    float: left;
    line-height: 35px;
    padding-left: 30px;
    position: absolute
}

.col-no-padding {
    padding: 0px;
}

.cbx-center > div {
    margin: 0 auto;
    text-align: center;
}

.row-partner {
    background-color: #FAFAFA;
}

/* CAS-1095 */
.row-text-middle {
    vertical-align: middle !important;
}

.appointment-counter td {
    text-align: center;
    font-weight: bold;
}

.no-border {
    border: none !important;
}
/*Modal*/
.modal-open {
    overflow: unset;
}

/*validation styling*/
.error-shadow {
    -webkit-box-shadow: 0px 0px 4px 3px rgba(169,68,66,1);
    -moz-box-shadow: 0px 0px 4px 3px rgba(169,68,66,1);
    box-shadow: 0px 0px 4px 3px rgba(169,68,66,1);
}


.error-shadow-tr {
}
    /*Must be so pure in the mass of code, because Appel,
    no matter what browser you use, simply doesn't allow
    an inner shadow in a 'tr' element. Therefore the
    'td'-elements are provided with the shadow*/
    .error-shadow-tr td {
        -webkit-box-shadow: inset 0px -7px 3px -5px rgba(169,68,66,1), inset 0px 7px 3px -5px rgba(169,68,66,1);
        -moz-box-shadow: inset 0px -7px 3px -5px rgba(169,68,66,1), inset 0px 7px 3px -5px rgba(169,68,66,1);
        box-shadow: inset 0px -7px 3px -5px rgba(169,68,66,1), inset 0px 7px 3px -5px rgba(169,68,66,1);
    }

        .error-shadow-tr td:first-child {
            -webkit-box-shadow: inset 7px 7px 3px -5px rgba(169,68,66,1), inset 7px -7px 3px -5px rgba(169,68,66,1);
            -moz-box-shadow: inset 7px 7px 3px -5px rgba(169,68,66,1), inset 7px -7px 3px -5px rgba(169,68,66,1);
            box-shadow: inset 7px 7px 3px -5px rgba(169,68,66,1), inset 7px -7px 3px -5px rgba(169,68,66,1);
        }

        .error-shadow-tr td:last-child {
            -webkit-box-shadow: inset -7px 7px 3px -5px rgba(169,68,66,1), inset 0px -7px 3px -5px rgba(169,68,66,1);
            -moz-box-shadow: inset -7px 7px 3px -5px rgba(169,68,66,1), inset 0px -7px 3px -5px rgba(169,68,66,1);
            box-shadow: inset -7px 7px 3px -5px rgba(169,68,66,1), inset 0px -7px 3px -5px rgba(169,68,66,1);
        }

/*TinyMCE customs*/
.tox-tinymce {
    border-radius: 2px !important;
}

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    src: local('Roboto'), url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    src: local('Roboto'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf');
    src: local('Roboto'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    src: local('Roboto'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/******** 1. General ********/
body {
    color: #000;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

#DataFormContent {
    top: 50px;
    position: relative;
    margin-bottom: 100px;
}
/* 1.1 Loader */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #3f51b5;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #3f51b5, 0 0 5px #3f51b5;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 12px;
    right: 8px;
    width: 36px;
    height: 36px;
    border: solid 2px transparent;
    border-top-color: #f7a81b;
    border-left-color: #f7a81b;
    border-radius: 18px;
    -webkit-animation: pace-spinner 700ms linear infinite;
    -moz-animation: pace-spinner 700ms linear infinite;
    -ms-animation: pace-spinner 700ms linear infinite;
    -o-animation: pace-spinner 700ms linear infinite;
    animation: pace-spinner 700ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/******** 2. Left Panel (aside navigation) ********/

.pagination > li:first-child > a, .paginationli:first-child > span {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.pagination > li:last-child > a, .paginationli:last-child > span {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.dt-buttons .btn:first-child {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.dt-buttons .btn:last-child {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
}



aside.left-panel {
    background-color: #e7e7e8;
    width: 250px;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
}

    aside.left-panel.collapsed {
        overflow: visible !important;
        bottom: 0px;
        z-index: 991;
    }

    aside.left-panel.lg {
        width: 250px;
    }

        aside.left-panel.lg + .content {
            margin-left: 250px;
        }

/***** 2.1 LOGO *****/
.logo {
    text-align: center;
    background-color: #58585A;
    padding: 8px 10px 13px;
    position: fixed;
    right: 0;
    left: 0;
    width: 250px;
    z-index: 995;
}

.logo-expanded {
    font-size: 20px;
    letter-spacing: .05em;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-left: 5px;
    position: relative;
}

    .logo-expanded span {
        font-size: 24px;
        vertical-align: middle;
    }

.menu-arrow > img {
    height: 10px !important;
    width: 10px !important;
}

.menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 12px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    height: 50px !important;
}

.has-submenu.active .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/******** 2.2 Navigation *******/

.navigation {
    top: 50px;
    position: relative;
    margin-bottom: 50px;
}

    .navigation > ul > li {
        position: relative;
        border-left: 2px solid transparent;
    }

        .navigation > ul > li.nav-group-active {
            border-left: 2px solid #F7A81B;
        }

        .navigation > ul > li.active.has-submenu:after,
        .navigation > ul > li.has-submenu:hover:after {
            color: #fff;
        }

        .navigation > ul > li > a {
            display: block;
            padding: 8px 8px;
            padding-left: 12px;
            color: #000000;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.4s;
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            font-weight: 400;
            outline: none !important;
        }

            .navigation > ul > li > a .badge {
                margin-top: 5px;
                float: right;
            }

aside.left-panel.collapsed .navigation > ul > li > a .badge {
    display: none;
}

.navigation > ul > li > a:hover {
    color: #fff;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a {
    color: #58585A;
}

.navigation ul li a i {
    margin-right: 6px;
    font-size: 18px;
    width: 25px;
    float: left;
    line-height: 24px;
}

.navigation ul li a .nav-label {
    vertical-align: middle;
}

.nav-label-logo {
    max-height: 40px;
}

.collapsed .navigation ul li a i {
    float: none;
}

.navigation svg {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.navigation img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.navigation ul li.nav-group-active svg path {
    fill: #F7A81B;
}


/*** 2.3 Sub Menu ***/
.navigation ul li ul {
    display: none;
    background: #FFFFFF;
    border-right: 2px solid #E7E7E8;
}

aside .navigation ul li.active ul {
    display: block;
}

aside.collapsed .navigation ul li.active ul {
    display: none;
}

aside .logo {
    height: 50px;
}

.navigation ul li ul li a {
    padding: 8px 25px 8px 9px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 14px;
    text-align: left;
    display: block;
    outline: none !important;
}

    .navigation ul li ul li a:hover {
        color: #58585A;
    }

.navigation ul li ul li.active a {
    color: #000000 !important;
    font-weight: bold !important;
    background: #9EA6B4;
}

    .navigation ul li ul li.active a:after {
        width: 0px;
        height: 0px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid #E8E8E5;
        content: "";
        margin-right: -25px;
        margin-top: 1px;
        float: right;
    }

aside.collapsed .navigation ul li ul li.active a:after {
    border: 0px;
}

.navigation > ul > li > ul > li.active:after {
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    content: "";
    float: right;
    margin-right: -2px;
    margin-top: -26px;
}

aside.collapsed .navigation > ul > li > ul > li.active:after {
    border: 0px;
}




/******************** 3.Top Header ****************/
.page-header {
    min-height: 40px;
    margin: 0px 5px 5px;
    padding-bottom: 0px !important;
    border-bottom: 2px solid #e7e7e8 !important;
    margin-bottom: 5px !important;
}

/*.step-content > .col-lg-6, .col-md-6, .col-sm-12, .col-xs-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}*/

.modal-body {
    padding: 0px;
    margin-top: 10px;
    min-height: 510px;
}

header {
    background-color: #58585A;
    position: fixed;
    left: 230px;
    top: 0;
    right: 0;
    z-index: 990;
    height: 50px;
}

    header .navbar-default .navbar-nav > li > a {
        background-color: transparent;
        line-height: 30px;
        color: #FFFFFF;
        margin-left: -4px;
    }

        header .navbar-default .navbar-nav > li > a:hover {
            color: #E7E7E8;
        }

        header .navbar-default .navbar-nav > li > a i {
            font-size: 20px;
            line-height: 33px;
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(241, 244, 245, 0.85);
    color: #2f353f;
}

.navbar-default .navbar-nav .dropdown > a:focus {
    color: #ffffff;
}

.navbar-toggle {
    display: block;
    padding: 10px 10px 10px 5px;
    margin: 0px;
}

    .navbar-toggle .icon-bar {
        background-color: #f7a81b;
    }

header .navbar-right {
    margin-right: -25px;
}

.app-search {
    position: relative;
    margin-top: 12px;
    margin-bottom: 8px;
    margin-right: 15px;
    color: #ffffff;
}

    .app-search a {
        position: absolute;
        top: 8px;
        right: 15px;
        color: #c4c4cd;
    }

    .app-search .form-control,
    .app-search .form-control:focus {
        border: none;
        font-size: 13px;
        color: inherit;
        padding-left: 20px;
        background: rgba(237, 241, 242, 0.15);
        box-shadow: none;
        border-radius: 34px;
        margin-top: 1px;
    }

        .app-search .form-control:focus {
            background: rgba(237, 241, 242, 0.2);
        }

.dropdown .extended {
    width: 280px;
    padding: 0;
    margin-left: -1px;
    z-index: 3;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: none;
    margin-top: 4px;
}

    .dropdown .extended li {
        border-bottom: 1px solid #F3F5F6;
        line-height: 20px;
    }

        .dropdown .extended li a {
            padding: 0px !important;
        }

    .dropdown .extended i {
        float: left;
        width: 38px;
        margin-right: 10px;
        text-align: center;
        margin-top: 0px;
        font-size: 22px;
    }

.user-nav .extended i {
    float: right !important;
    margin-right: 0px !important;
}

.user-nav .extended span {
    margin-right: 10px;
    line-height: 30px;
}

.user-nav .extended a {
    text-align: right !important;
}

.user-nav .extended {
    width: 180px;
}

.dropdown .extended p {
    font-weight: 600;
    padding: 10px 15px 11px 15px;
    margin-bottom: 0px;
}

    .dropdown .extended p a {
        padding: 0px !important;
        text-align: right !important;
    }

.dropdown .pro-menu i {
    margin-right: 5px;
}

.dropdown .pro-menu a {
    padding: 7px 20px !important;
}

.Leftmenu-trigger {
    cursor: pointer;
    font-size: 16px;
    line-height: 64px;
    padding: 0px 15px 0px 7px;
}

.badge.up {
    position: relative;
    top: -14px;
    padding: 3px 6px;
    margin-left: -13px;
}

.top-menu li {
    padding: 0px !important;
}

    .top-menu li > a {
        color: inherit;
        text-align: center;
        padding: 13px 15px;
        font-size: 14px;
        display: block;
    }

    .top-menu li:first-child > a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .top-menu li > a:hover, .top-menu li > a:focus, .top-menu li > a:active {
        background-color: transparent;
    }

.top-menu .dropdown-menu li {
    width: 100%;
    text-align: left !important;
}

    .top-menu .dropdown-menu li a, .top-menu .dropdown-menu .media-body {
        color: inherit;
        font-size: 14px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: 100%;
        overflow: hidden;
    }

.top-menu .dropdown-menu .media-body {
    width: 70%;
}

.top-left-menu {
    margin-left: 0px;
}

.username {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 34px;
}

.header-noti li a {
    font-size: 14px;
}

#scope-list-aside {
    width: 100%;
    background: #C9DEE9;
}

#scope-list {
    overflow-y: scroll;
    max-height: 300px;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

    #scope-list > li {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
    }

        #scope-list > li > a {
            padding: 10px 20px;
            display: inline-block;
            width: 100%;
        }

    #scope-list > .active > a {
        color: #000000 !important;
        border-left: 5px solid #F7A81B !important;
        text-decoration: none;
        background-color: #ffffff !important;
        outline: 0;
    }

    #scope-list > li:hover {
        background: #e7e7e8;
    }


.dropdown-toggle .more {
    height: 25px;
    width: 25px;
    fill: #F7A81B;
}

.dropdown-menu-scope-selector {
    position: relative !important;
}

/***************** 4.Content Area (right) ****************/

.content {
    margin-left: 250px;
}

    .content > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

.wrapper {
    min-height: 550px;
}

.page-title {
    padding: 6px 0px 25px;
}

    .page-title h3 {
        margin: 0px;
        font-size: 20px;
    }

.collapsed + .content .footer {
    left: 75px;
}


.panel-default > .panel-heading {
    background: #E7E7E8;
    color: #000000;
}

mark {
    padding: 0;
    background: #f7a81b;
}

.publish-state-icon {
    display: inline-block;
    right: 5px;
}

    .publish-state-icon img {
        width: 30px;
    }

/***************** 5.Footer ****************/
/*.footer {
    color: #58666e;
    position: absolute;
    left: 250px;
    right: 0px;
    bottom: 0px;
    padding: 20px 30px;
    background-color: #E7E7E8;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}*/

.footer {
    position: absolute;
    bottom: 0;
}

    .footer > ul > li {
        position: relative;
        border-left: 2px solid transparent;
    }

        .footer > ul > li > a {
            display: block;
            padding: 8px 8px;
            padding-left: 12px;
            color: #000000;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.4s;
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            font-weight: 400;
            outline: none !important;
        }

/***************** Timo ****************/
.wizard, .tabcontrol {
    width: auto;
    display: block;
    overflow: hidden;
}

.wizard {
    margin-left: -5px;
    margin-right: -5px;
}

.box-background {
    border-color: #e7e7e8;
    border-style: solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: -8px;
    margin-right: -6px;
}

.box-content {
    background-color: #e7e7e8;
    margin-right: 0px;
    margin-top: -10px;
    margin-bottom: -10px;
    color: #000000;
}

.box-headline {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.nav.nav-tabs > li {
    width: 20%;
    padding: 5px 5px;
}

@media (max-width: 1200px) {
    .nav.nav-tabs > li {
        width: 25%;
        padding: 5px 5px;
    }
}

@media(max-width: 1000px) {
    .nav.nav-tabs > li {
        width: 30%;
        padding: 5px 5px;
    }
}


/***************** 6.Panel-Tab-Accordions ****************/
.nav.nav-tabs + .tab-content, .tabs-vertical-env .tab-content {
    background: #FFF;
    /*padding-left: 2px;
    padding-right: 2px;*/
    margin-bottom: 30px;
}

.nav.nav-tabs > li.active > a, .tabs-vertical-env .nav.tabs-vertical li.active > a {
    background-color: #f7a81b;
    color: #ffffff;
}


.nav > li > a {
    padding: 10px 15px !important;
}

#smartwizard-modal .nav > li > a {
    padding: 11px 15px !important;
}

#smartwizard-modal .tab-content {
    padding-left: 0px;
    padding-right: 0px;
}

.nav.nav-tabs > li.active > a, .tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: 0px;
    background: #e7e7e8;
    border-left-width: 10px;
    border-left-style: solid;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    border-left-color: #f7a81b;
    border-radius: unset;
}

.nav.nav-tabs > li > a {
    border: 0px;
    border-left-width: 10px;
    border-left-style: solid;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    border-left-color: #9dc8e2;
    background: #e7e7e8;
    border-radius: unset;
    cursor: pointer;
    height: 100%;
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0px;
}

.nav.nav-tabs {
    border-bottom: 0;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: repeat(5,20%);
    grid-auto-rows: 1fr;
}

.nav.nav-tabs-six {
    grid-template-columns: repeat(6,16.667%);
}

.nav.nav-tabs:before, .nav.nav-tabs:after {
    content: none;
}

.nav.nav-tabs > li {
    width: 100%;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.tabs-vertical-env {
    margin-bottom: 30px;
}

    .tabs-vertical-env .nav.tabs-vertical {
        min-width: 120px;
        width: 150px;
    }

    .tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
        display: table-cell;
        vertical-align: top;
    }

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
    content: '\f067';
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
    display: none;
}

.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
    display: block;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
    background-color: #E7E7E8;
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap;
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #E7E7E8;
}

.panel-group.panel-group-joined .panel + .panel, .panel-group-joined .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #ddd;
}

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align, .table > tfood > tr > td.middle-align, .table > thead > tr > th.middle-align, .table > tbody > tr > th.middle-align, .table > tfood > tr > th.middle-align {
    vertical-align: middle;
}
/* Modal-use */
.modal-content .nav.nav-tabs + .tab-content, .tabs-vertical-env .tab-content, .modal-content .panel-group {
    margin-bottom: 0px;
}

.modal-content .panel {
    border-top: none;
}

.modal-controls img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.modal-controls-wrapper {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}

/* Sweet Alert */
.sweet-alert p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

button.confirm {
    background-color: #34c73b !important;
    box-shadow: none !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid #34c73b;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #34c73b;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d74548;
}

    .sweet-alert .sa-icon.sa-error .sa-line {
        background-color: #d74548;
    }

/***************** 7.Portlets ****************/
.portlet {
    margin-bottom: 20px;
    background: #fff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 1px solid #E7E7E8;
}

    .portlet .portlet-heading {
        padding: 15px;
        line-height: 38px;
        min-height: 39px;
        border-radius: 3px;
        color: #fff;
    }

        .portlet .portlet-heading .portlet-title {
            float: left;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0;
            margin-top: 0;
        }

        .portlet .portlet-heading .portlet-widgets {
            position: relative;
            text-align: right;
            float: right;
            padding-left: 15px;
            display: inline-block;
            font-size: 15px;
            line-height: 0px;
        }

    .portlet .portlet-body {
        background: #fff;
        padding: 15px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .portlet .portlet-heading .portlet-widgets .divider {
        margin: 0 5px;
    }

    .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
        color: #fff;
    }

    .portlet .portlet-heading a {
        color: #999;
    }

    .portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
        content: "\f217" !important;
    }

.panel-disabled {
    position: absolute;
    cursor: wait;
    border-radius: 3px;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 20px;
    background: rgba(47, 53, 63, 0.22);
}

.loader-1 {
    width: 30px;
    height: 30px;
    background-color: #2f353f;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/***************** 8.Widget  ****************/
.widget-panel {
    padding: 26px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #E7E7E8;
}

.widget-style-1 i {
    position: absolute;
    font-size: 6rem;
    right: 0;
    bottom: 1rem;
    color: #edf0f0;
}

.widget-style-1 h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 8px !important;
}

.widget-style-1:hover i {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.widget-style-2 {
    padding-left: 30px;
}

    .widget-style-2 i {
        font-size: 48px;
        float: right;
        line-height: 48px;
        padding: 35px 35px 29px;
        margin-top: -27px;
        margin-right: -20px;
    }

    .widget-style-2 h2 {
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 8px !important;
    }

.profile-widget {
    background: #ffffff;
    margin-bottom: 20px;
}

.bg-profile {
    height: 100px;
}

.profile-widget .img-thumbnail {
    margin-top: -42px;
    border: none;
}

.widget-list {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 30px;
}

    .widget-list span {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }

.tile-stats {
    padding: 20px 0px 0px 0px;
    position: relative;
    min-height: 128px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #E7E7E8;
}

    .tile-stats .status {
        margin-top: 0px;
        padding: 0px 20px 10px 20px;
    }

.status-ab {
    position: absolute;
    right: 0;
}

.mini-stat {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #fff;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

    .mini-stat-info span {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
    background: #F1F4F5;
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

    .custom-dd .dd-list .dd-item .dd-handle:hover {
        color: #3960d1;
    }

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 17px;
    margin: 8px auto;
    color: #555555;
    width: 30px;
}

.custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: #F1F4F5;
    height: 36px;
    width: 36px;
}

    .custom-dd-empty .dd-list .dd3-handle:before {
        color: inherit;
        top: 7px;
    }

    .custom-dd-empty .dd-list .dd3-handle:hover {
        color: #3960d1;
    }

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #F1F4F5;
    font-weight: 600;
}

    .custom-dd-empty .dd-list .dd3-content:hover {
        color: #3960d1;
    }

.custom-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
}

.dd-handle {
    min-height: 45px;
    background: #E7E7E8;
    padding: 8px 16px;
    font-weight: 600;
}

.dd-item {
    font-size: 15px;
    line-height: 30px;
}

.dd-handle:hover {
    color: #6e8cd7;
    background: #E7E7E8;
}

.dd-handlen {
    height: 40px;
    font-size: 20px;
    line-height: 0;
    padding: 8px 0px;
    width: 35px;
    margin: 0;
}

.dd-input {
    margin-top: -4px
}

.dd-label {
    text-align: right;
}

/************* 9.Chat / Todo **********/
#todo-message {
    font-size: 16px;
}

.conversation-list {
    list-style: none;
    padding: 0px 20px;
    max-height: 350px;
}

    .conversation-list li {
        margin-bottom: 24px;
    }

    .conversation-list .chat-avatar {
        width: 40px;
        display: inline-block;
        text-align: center;
        float: left;
    }

        .conversation-list .chat-avatar img {
            width: 100%;
            border-radius: 100%;
        }

        .conversation-list .chat-avatar i {
            font-size: 12px;
            font-style: normal;
        }

    .conversation-list .ctext-wrap i {
        display: block;
        font-style: normal;
        font-weight: bold;
        position: relative;
        font-size: 12px;
        color: #1a2942;
    }

    .conversation-list .conversation-text {
        display: inline-block;
        font-size: 12px;
        float: left;
        margin-left: 12px;
        width: 70%;
    }

    .conversation-list .ctext-wrap {
        padding: 10px;
        background: #f5f5f5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        display: inline-block;
    }

        .conversation-list .ctext-wrap p {
            margin: 0px;
            padding-top: 3px;
        }

        .conversation-list .ctext-wrap:after {
            right: 100%;
            top: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(213,242,239,0);
            border-right-color: #f5f5f5;
            border-width: 5px;
            margin-top: -5px;
        }

    .conversation-list .odd .chat-avatar {
        float: right !important;
    }

    .conversation-list .odd .conversation-text {
        width: 70% !important;
        margin-right: 12px;
        text-align: right;
        float: right !important;
    }

    .conversation-list .odd .ctext-wrap {
        background: #e8e9ec !important;
    }

        .conversation-list .odd .ctext-wrap i {
            color: #acacac;
        }

        .conversation-list .odd .ctext-wrap:after {
            left: 100% !important;
            top: 20% !important;
            border-color: rgba(238,238,242,0) !important;
            border-left-color: #e8e9ec !important;
        }

.chat-send {
    padding-left: 0px;
    padding-right: 30px;
}

    .chat-send button {
        width: 100%;
    }

.chat-inputbar {
    padding-left: 30px;
}
/****ToDo List****/
.todoapp {
    padding: 10px 30px 20px 30px !important;
}

.todo-list li {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .todo-list li:last-of-type {
        border-bottom: none;
    }

.todo-send {
    padding-left: 0px;
}
/************* 10.Calendar **********/
.calendar {
    margin-bottom: 0px;
    float: left;
}

.fc-toolbar {
    margin-bottom: 5px;
}

    .fc-toolbar h2 {
        font-size: 18px !important;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 30px;
    }

.fc-day {
    background: #FFF;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header,
.fc-widget-content {
    border: 1px solid #D5D5D5;
}

.fc th.fc-widget-header {
    background: #E7E7E8;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 0px;
}

.fc-button {
    border: 1px solid #D5D5D5;
    background: #FFF;
    color: #555;
    text-transform: capitalize;
}

.fc-text-arrow,
.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}

.fc-state-hover {
    background: #F5F5F5;
}

.fc-state-highlight,
.fc-cell-overlay {
    background: #F0F0F0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    font-size: 13px;
    padding: 7px 10px;
    margin-bottom: 5px;
    background: #1a2942;
    border: none;
    border-radius: 2px;
    cursor: move;
}

#external-events .fc-event {
    background: #E7E7E8;
    color: #2f353f;
}

.new-event-form {
    margin-bottom: 20px;
}

.fc-ltr .fc-basic-view .fc-day-number {
    padding: 5px 6px;
}

@media (max-width: 1500px) {
    .fc-left {
        display: grid;
    }

        .fc-left .fc-button {
            margin-left: 0px !important;
        }

    .fc-right {
        display: grid;
    }

        .fc-right .fc-button-group {
            margin-left: 0px !important;
        }
}

.fc-center {
    margin-left: 0.75em;
    margin-right: 0.75em;
}

.fc-left {
    min-width: 100px;
}


/************* 11.Forms **********/
/* Form-validation */
.error {
    color: #ff0000;
    font-weight: 500;
    font-size: 13px;
}

.check-stringlength {
    padding-right: 50px;
}

/* Datapicker */
.datepicker, .datepicker-disabled {
    border: 1px solid #ddd;
    min-width: 115px;
    max-width: 115px;
    text-align: center;
    letter-spacing: 1px;
}

.datepicker {
    cursor: default !important;
}

/* Multiple Select */
.search-input {
    margin-bottom: 10px;
}

.ms-selectable {
    outline: none !important;
    box-shadow: none;
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #3f51b5;
}
/* spinner */
.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

    .spinner-buttons.btn-group-vertical .btn i {
        margin-top: -3px;
        line-height: 10px;
    }

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 4px 0 0 !important;
        -webkit-border-radius: 0 4px 0 0 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 4px !important;
        -webkit-border-radius: 0 0 4px !important;
    }

/* summernote */
.note-editor .note-toolbar {
    background-color: #f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}

.note-editor {
    position: relative;
    border: 1px solid #dfdfdf;
}

    .note-editor .note-statusbar {
        background-color: #fff;
    }

        .note-editor .note-statusbar .note-resizebar {
            height: 15px;
            border-top: 1px solid #dfdfdf;
            padding-top: 3px;
        }

.note-popover .popover .popover-content, .note-toolbar {
    padding: 5px 0 10px 5px;
}

/* Code Editer */

.cm-s-ambiance .CodeMirror-linenumber {
    color: #999;
}

.editor-horizontal .popover-content {
    padding: 12px 30px;
}

/* Data table */

.dataTable tfoot > tr > td {
    border-left: 0px;
    border-right: 0px;
}

.dataTable tfoot > tr > td.highlight {
    border-left:1px;
    border-right:1px;
    text-decoration:underline double;
}

/* TODO: Im gesamten Projekt kommt #datatable-editable nicht vor ....  */
#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}

#datatable-editable .fa-trash-o {
    color: #f05050;
}

#datatable-editable .fa-times {
    color: #f05050;
}

#datatable-editable .fa-pencil {
    color: #29b6f6;
}

#datatable-editable .fa-save {
    color: #33b86c;
}

#datatable td {
    font-weight: normal;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}


.form-control {
    background: #ffffff;
    border: 1px solid #aaaaaa;
}

.form-control-feedback {
    right: 6px;
    height: 34px;
    width: 39px;
    padding-left: 11px;
    padding-top: 11px;
    margin-top: 1px;
    margin-left: 1px;
}

.longCounter {
    padding-left: 6px !important;
}

.dataTables_paginate {
    float: right;
}

.dataTable tr.disabled {
    color: #777;
    cursor: not-allowed;
}


@media screen and (max-width: 767px) {
    div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
        text-align: right !important;
    }
}

/*------------------
    11.1 form wizard
------------------*/

.wizard > .content {
    background: #fff;
    min-height: 240px;
    margin-right: -22px;
    margin-left: -22px;
}

    .wizard > .content > .body {
        padding: 0px;
    }

        .wizard > .content > .body input {
            border: 1px solid #eeeeee;
        }

        .wizard > .content > .body ul > li {
            display: block;
        }

.wizard > .steps .number {
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.wizard > .steps {
    font-weight: bold;
    text-align: center;
}

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        background: #e7e7e8;
        color: #000000;
        cursor: default;
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
        border-radius: 2px;
    }

    .wizard > .steps .current a,
    .wizard > .steps .current a:hover,
    .wizard > .steps .current a:active {
        background: #f7a81b;
    }

        .wizard > .steps .current a .number,
        .wizard > .steps .current a:hover .number,
        .wizard > .steps .current a:active .number {
            background: transparent;
            color: #ffffff;
        }

    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        background: #01b4e7;
    }

.wizard > .content > .body label.error {
    margin-left: 0;
    color: #e55957;
}

.wizard > .actions {
    margin-bottom: 30px;
}

    .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        background: #3f51b5;
        color: #fff;
        border-radius: 2px;
    }

    .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
        background: #e2e2e2;
        color: #323232;
    }

.wizard > .content > .body label {
    display: inline-block;
    margin-top: 10px;
}

.wizard > .content > .body ul > li {
    display: block;
    line-height: 30px;
}

.wizard > .content > .body .input-no-spinner {
    -moz-appearance: textfield;
}

    .wizard > .content > .body .input-no-spinner::-webkit-outer-spin-button,
    .wizard > .content > .body .input-no-spinner::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


#smartwizard nav li, #smartwizard-modal nav li {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


/* Datapicker */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    box-shadow: none;
    background-color: #1a2942 !important;
    background-image: none;
}

/************* 12.Datatable **********/
#datatable td {
    font-weight: normal;
}

/* Responsive Table */
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td {
    background-color: #3f51b5;
    color: #ffffff;
}

.table-rep-plugin tbody th {
    font-weight: normal;
    font-size: 14px;
}
/* Editable Table */
.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}

#datatable-editable .fa-trash-o, #datatable-editable .fa-times {
    color: #ef5350;
}

#datatable-editable .fa-pencil {
    color: #29b6f6;
}

#datatable-editable .fa-save {
    color: #33b86c;
}

.dataTables_filter {
    float: left;
    margin: 2px 0px 0px 0px !important;
    position: relative;
}
/************* 13.Chart **********/
/* Sparkline-Chart */
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/** EASY PIE CHART **/
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }
/** Morris chart **/
.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid rgba(51, 59, 77, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/** Flot chart **/
#flotTip {
    padding: 8px 12px;
    background-color: #36404a;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.legend tr {
    height: 20px;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
}

/************* 14.Mail **********/

.mails .mail-rateing {
    color: #9d9ea5;
    width: 1%;
}

.mails .mail-select {
    width: 1%;
}

.mails .label {
    margin-right: 10px;
}

.mail-list i {
    width: 20px;
    text-align: center;
}

.mail-list .list-group-item {
    border: none;
    background-color: transparent;
}

.mail-list .list-group-item:hover {
    background-color: #E7E7E8;
}

.btn-confirm-email {
    background: #f7a81b; color: #222b30;
}
/************* 15.Maps **********/
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #1a2942;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #1a2942;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .gmaps-overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #1a2942;
    }

    .gmaps-overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #1a2942;
    }

.vmap-space {
    width: 100%;
    height: 350px;
}

.jvectormap-zoomin, .jvectormap-zoomout,
.jqvmap-zoomin, .jqvmap-zoomout {
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 0;
    color: #545454;
    width: 28px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

    .jvectormap-zoomin:hover, .jvectormap-zoomout:hover,
    .jqvmap-zoomin:hover, .jqvmap-zoomout:hover {
        background: #eaeaea;
    }




/************* 16.Profile **********/
.uprofile-image img {
    height: 100px;
    width: 100px;
}

ul.social-icons {
    padding: 0;
    margin-left: 0;
}

    ul.social-icons li {
        list-style: none;
        display: inline-block;
        margin-left: 5px;
    }

        ul.social-icons li:first-child {
            margin-left: 0px;
        }

        ul.social-icons li a {
            display: inline-block;
            margin: 0;
            width: 36px;
            height: 36px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-decoration: none;
            text-align: center;
            transition: all 0.17s ease-in-out;
            -moz-transition: all 0.17s ease-in-out;
            -webkit-transition: all 0.17s ease-in-out;
            -o-transition: all 0.17s ease-in-out;
        }

            ul.social-icons li a.facebook {
                background: #3e5ea2;
            }

            ul.social-icons li a.twitter {
                background: #2eb0e3;
            }

            ul.social-icons li a.github {
                background: #fff;
            }

            ul.social-icons li a.pinterest {
                background: #f43a2c;
            }

            ul.social-icons li a.google {
                background: #da5f2e;
            }

            ul.social-icons li a.youtube {
                background: #df2826;
            }

            ul.social-icons li a.linkedin {
                background: #107cb7;
            }

            ul.social-icons li a:hover {
                opacity: 0.8;
            }

            ul.social-icons li a i {
                color: #fff;
                font-size: 15px;
                line-height: 36px;
                transition: all 0.17s ease-in-out;
                -moz-transition: all 0.17s ease-in-out;
                -webkit-transition: all 0.17s ease-in-out;
                -o-transition: all 0.17s ease-in-out;
            }


/************* 17.Timeline **********/
/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    text-align: right;
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        margin-left: -1.5px;
        background-color: #999;
    }

    .timeline > li {
        position: relative;
        margin-bottom: 20px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            float: left;
            position: relative;
            width: 46%;
            padding: 20px;
            background: #fbfbfb;
            border: 1px solid #e7e7e7;
        }

            .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -15px;
                border-top: 15px solid transparent;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #ccc;
            }

            .timeline > li > .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -14px;
                border-top: 14px solid transparent;
                border-right: 0 solid #fbfbfb;
                border-bottom: 14px solid transparent;
                border-left: 14px solid #fbfbfb;
            }

        .timeline > li > .timeline-badge {
            z-index: 100;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 50px;
            height: 50px;
            margin-left: -25px;
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 50px;
            color: #fff;
            background-color: #999999;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

.timeline-badge.primary {
    background-color: #3f51b5 !important;
}

.timeline-badge.success {
    background-color: #33b86c !important;
}

.timeline-badge.warning {
    background-color: #ebc142 !important;
}

.timeline-badge.danger {
    background-color: #cb2a2a !important;
}

.timeline-badge.info {
    background-color: #1ca8dd !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

/* Timeline-2 */
.timeline-2 {
    position: relative;
    border-left: 2px solid #14082d;
}

.time-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #dee5e7;
}

    .time-item:before, .time-item-item:after {
        display: table;
        content: " ";
    }

    .timeline-2 .time-item:after, .time-item:after {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 5px;
        width: 14px;
        height: 14px;
        margin-left: -8px;
        background-color: #fff;
        border-color: #14082d;
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        content: '';
    }

.item-info {
    margin-left: 15px;
    margin-bottom: 15px;
}

    .item-info p {
        margin-bottom: 10px !important;
    }

.profile-desk h1 {
    color: #49586e;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.profile-desk .designation {
    color: #49586e;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}

.profile-desk p {
    line-height: 25px;
    margin-bottom: 40px;
}

.p-follow-btn {
    background: #eff0f4;
    color: #a4a4a4;
}

ul.p-social-link {
    list-style-type: none;
}

    ul.p-social-link li {
        display: inline-block;
    }

        ul.p-social-link li a {
            background: #eff0f4;
            color: #bfbfc1;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            display: inline-block;
            text-align: center;
        }



/*********** 18. Conatct *********/
.media-main a.pull-left {
    width: 100px;
}

.media-main .info {
    overflow: hidden;
    color: #000;
}

    .media-main .info h4 {
        padding-top: 10px;
        margin-bottom: 5px;
    }

.social-links li a {
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #7A7676;
}


/*********** 19. Pages / Carousel *********/
/* Log-in */
.wrapper-page {
    width: 380px;
    margin: 140px auto 140px;
    box-shadow: 0 -13px 75px 0 rgba(0, 0, 0, 0.16), 0 -12px 75px 0 rgba(0, 0, 0, 0.12);
}

/* Lock-screen */
.user-thumb img {
    margin: 0px auto;
}

/* Error-pages */
.ex-page-content h1 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    color: #252932;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/* Sweet-alert **/
.sweet-alert p {
    font-size: 14px;
}

/* Carousel */
.Velonic-carousel {
    padding: 20px 30px;
}

.slider-bg {
    background: url(../img/album/img-1.jpg) center;
    background-size: cover;
    position: relative;
}

.slider-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
    width: 100%;
}

.owl-buttons {
    display: none;
}


/*Profile-v2*/
.bg-picture {
    position: relative;
    min-height: 300px;
    margin: -20px -25px 0px -20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

    .bg-picture > .bg-picture-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.4) 100%);
        background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.4) 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(0,0,0,.4)));
        background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.4) 100%);
    }

    .bg-picture > .meta.bottom {
        bottom: 10px;
    }

    .bg-picture > .meta {
        position: absolute;
        left: 15px;
        right: 15px;
    }

#flotTip {
    padding: 4px 8px;
    background-color: #000;
    z-index: 100;
    color: #FFF;
    opacity: .7;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.progress-animated {
    -webkit-transition: 5s all;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
}

@-webkit-keyframes animationProgress {
    from {
        width: 0;
    }
}

@keyframes animationProgress {
    from {
        width: 0;
    }
}

.profile-tabs {
    background-color: #eeeeee;
    padding-bottom: 1px;
}

.nav.nav-tabs.profile-tabs > li > a {
    border: none;
    margin-right: 0px;
    padding: 15px 30px;
    font-size: 16px;
}

    .nav.nav-tabs.profile-tabs > li > a i {
        margin-right: 10px;
    }


/* Flot Chart */
.flot-chart {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#legend {
    background: white;
    position: absolute;
    top: 0;
    right: 15px;
}

    #legend .line {
        color: #333;
    }

.content .wrapper {
    margin-top: 10px;
}

/* =============== RESPONSIVE =================== */

@media (max-width: 1200px) {
    .nav.nav-tabs {
        grid-template-columns: repeat(4,25%);
    }
}

@media (max-width: 1000px) {
    .nav.nav-tabs {
        grid-template-columns: repeat(3,30%);
    }
}

@media (max-width: 880px) {
    .nav.nav-tabs {
        grid-template-columns: repeat(3,33%);
    }
}

@media (max-width: 600px) {
    .nav.nav-tabs {
        grid-template-columns: repeat(2,50%);
    }
}

@media (max-width: 400px) {
    .nav.nav-tabs {
        grid-template-columns: repeat(1,100%);
    }
}

/*** Aside Collapsed ***/
@media (min-width: 880px) {

    navigation-hidden-sm-md {
        display: none !important;
    }

    .nav-hidden-sm-md {
        display: none !important;
    }

    aside.left-panel.collapsed {
        width: 60px;
        text-align: center;
    }

        aside.left-panel.collapsed .menu-arrow {
            display: none;
        }


        aside.left-panel.collapsed + .content {
            margin-left: 60px;
        }

            aside.left-panel.collapsed + .content header {
                left: 40px;
                position: fixed;
            }

        aside.left-panel.collapsed .logo {
            width: 60px;
            position: fixed;
        }

        aside.left-panel.collapsed .navigation ul li ul li a {
            padding: 8px 25px 8px 30px;
        }

        aside.left-panel.collapsed .user .user-login,
        aside.left-panel.collapsed span.nav-label {
            display: none;
        }

        aside.left-panel.collapsed .navigation > ul > li > a {
            padding: 8px 6px;
            padding-top: 8px;
            padding-left: 1px;
        }

        aside.left-panel.collapsed .navigation > ul > li:nth-child(2) > a {
            padding: 8px 6px;
            padding-top: 8px;
            padding-left: 1px;
        }

        aside.left-panel.collapsed .navigation > ul > li:first-child > a {
            padding: 8px 6px;
            padding-top: 8px;
            padding-left: 1px;
        }


        aside.left-panel.collapsed .navigation > ul > li > a:hover {
            background-color: #E7E7E8;
        }

        aside.left-panel.collapsed i.fa {
            font-size: 22px;
        }

        aside.left-panel.collapsed .navigation > ul > li.has-submenu:after {
            display: none;
        }

        /*** Aside Collapsed Sub Menu ***/

        aside.left-panel.collapsed .navigation ul li ul {
            position: absolute;
            z-index: 3;
            left: 100%;
            top: 8px;
            background-color: #E7E7E8;
            box-shadow: none;
            padding: 2px 0px;
            min-width: 200px;
        }

        aside.left-panel.collapsed .navigation > ul > li:hover > ul {
            display: block !important;
        }

            aside.left-panel.collapsed .navigation > ul > li:hover > ul aside.left-panel.collapsed .navigation ul li ul li a {
                border: 0px;
                color: #b4b6bd;
                padding: 8px 25px 8px 40px;
            }
}

.text-visible-xs {
    display: none;
    padding-bottom: 15px;
}

.modal-dialog {
    margin: 30px auto;
}

@media(max-width:768px) {
    .text-left-xs {
        text-align: left !important;
    }

    .text-hide-xs {
        display: none;
    }

    .text-visible-xs {
        display: block;
    }
}



@media (max-width: 879px) {

    navigation-hidden-sm-md {
        display: block !important;
    }


    header {
        position: relative;
        left: 0px;
    }

    aside.left-panel {
        background-color: transparent;
        box-shadow: none;
        position: fixed;
        z-index: 998;
        width: 40px;
    }

    .logo {
        background-color: transparent;
        width: 40px;
    }

    .navigation {
        z-index: -1;
        display: none;
    }

    aside.left-panel.collapsed > .navigation {
        z-index: 9999;
        background-color: #FCFCFC;
        display: block;
    }

    aside.left-panel.collapsed {
        width: 100%;
        left: 0px;
        overflow: hidden !important;
        z-index: 998;
        position: fixed;
        background-color: rgba(0,0,0,0.3);
    }

        aside.left-panel.collapsed + .content {
            margin-left: 0px;
        }

    section.content {
        margin-left: 0px;
    }

    .content > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    header.top-head.container-fluid {
        width: 100%;
        height: 50px;
        position: fixed;
        z-index: 900;
    }

    .navigation ul li a i {
        float: left !important;
    }

    .navigation ul li {
        width: 100%;
    }

    .collapsed + .content .footer {
        left: 0px;
    }

    .footer {
        left: 0px;
    }

    .username {
        display: none;
    }
}

@media (max-width: 879px) {
    /*bootsrap override (for header organization, language...)*/
    .hidden-xs {
        display: none !important;
    }

    .top-menu {
        float: right;
        margin: 0px;
    }

        .top-menu li {
            display: inline-block;
        }

        .top-menu .open .dropdown-menu {
            position: absolute;
            width: 200px !important;
            background: #fff;
        }

        .top-menu .dropdown-menu {
            right: 0;
            left: auto;
        }

    .navbar-breadcrumb .dropdown-menu {
        left: -3px;
    }
}

@media (max-width: 450px) {

    .dropdown .extended i, .dropdown .extended .thumb-sm, .dropdown .extended strong {
        display: none;
    }
}

/* =============
   Print css
============= */

@media print {
    .logo,
    .breadcrumb,
    .page-title,
    .footer,
    header,
    .topbar-left {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .wrapper {
        padding: 0;
        margin: 0;
    }

    .panel {
        border: none;
    }
}

/* ======= EES ======= */
/* === Form Header === */
.modal {
    padding: 0px !important;
}

.modal-header {
    width: 100%;
    overflow: hidden;
    margin: 0px 0 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 2px solid #e7e7e8 !important;
    line-height: 37px !important;
}

    .modal-header .text-left {
        float: left;
    }

        .modal-header .text-left div {
            float: left;
            margin-right: 10px;
        }

    .modal-header .text-center {
        margin: 0 auto !important;
        padding-top: 6px;
    }

        .modal-header .text-center h4 {
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .modal-header .text-right {
        min-width: 150px;
    }

        .modal-header .text-right div {
            float: right;
            margin-left: 10px;
        }

.page-header { /* .page-header defined twice, siehe oben ? */
    /*width: 100%;*/
    overflow: hidden;
}

    .page-header .text-left {
        padding-left: 0px;
    }

        .page-header .text-left div {
            float: left;
            margin-right: 10px;
        }

    .page-header .text-center {
        margin: 0 auto !important;
    }

        .page-header .text-center h4 {
            font-weight: bold;
            font-size: 16px;
        }

    .page-header .text-right {
        padding-right: 0px;
    }

        .page-header .text-right div {
            float: right;
            margin-left: 10px;
        }

/* === DataTable Row Selection === */
.selectedtablerow {
    box-shadow: -3px 0px 0px #F7A81B;
}

    .selectedtablerow > td > img.thumb-sm {
        box-shadow: 0px 0px 4px 3px #F7A81B;
    }

.table > tbody > tr > td {
    vertical-align: middle;
}

.dropdown-menu > li > a {
    border-left: 5px solid #ffffff !important;
}

.dropdown-menu > .active > a {
    color: #000000 !important;
    border-left: 5px solid #F7A81B !important;
    text-decoration: none;
    background-color: #ffffff !important;
    outline: 0;
}

/* === Appointment Calendar Agenda === */
.dhx_agenda_area {
    font-size: 14px;
}

    .dhx_agenda_area > div {
        background: #ffffff !important;
        border-bottom: solid #333333 1px;
    }

.dhx_event_icon {
    visibility: hidden;
}

.dhx_agenda_event_time {
    text-align: right !important;
}

.dhx_agenda_line span {
    float: left !important;
}

.dhx_agenda_line {
    height: 65px !important;
}

.dhx_cal_event_clear, .dhx_cal_event_line {
    border-color: #000000 !important;
}

.dhx_agenda_line > span > strong > img {
    position: absolute;
    left: 187px;
}

.ae-ui .ae-toolbar, .ae-ui [class^=ae-toolbar-] {
    background-color: #9dc8e2 !important;
}

/* === Field Validation (Unobtrusive) === */

.field-validation-valid {
    color: #000000;
}

.field-validation-error {
    color: #a94442;
    float: left;
}

.valid {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tmc-validation-error {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.no-wizard {
    padding-top: 5px !important;
}


.dt-buttons {
    padding-bottom: 5px !important;
}

body .bottom > .dataTables_paginate {
    margin-top: -30px !important;
}

.modal .modal-dialog .modal-content .modal-body {
    /*padding: 5px 0 !important;*/
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
}

.select2-selection {
    border-radius: 2px !important;
}

    .select2-selection:not(.select2-selection--multiple) {
        height: 36px !important;
    }

/*.select2-selection--multiple {
    line-height:0;
}


.select2-selection--multiple .select2-selection__choice {
    margin-top: 1px !important;
}*/

.select2-selection__arrow {
    height: 36px !important;
}

.select2-selection__rendered {
    line-height: 36px !important;
}

/*.select2-selection--multiple .select2-selection__rendered {
    padding: 0 1px !important;
    line-height: 29px !important;
}*/

.select2-container--default .select2-selection--single.select-validation-error,
.select2-container--default .select2-selection--multiple.select-validation-error {
    border: 1px solid #cc0000 !important;
}

.select2-container--default .select2-selection--single.valid,
.select2-container--default .select2-selection--multiple.valid {
    border: 1px solid #3c763d !important;
}

.select2-dropdown ul li img {
    margin-right: 5px;
}

.select2-selection img {
    margin-right: 5px;
    margin-bottom: 3px;
}

.table-col-img-text {
    display: table-row;
}

/* DT 11.10.2019
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px !important;
    height: 32px !important;
    line-height: 32px !important;
}*/

/* DT 11.10.2019
 .select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}
*/

.notifyjs-metro-base .text-wrapper {
    margin: 10px 10px 10px 15px !important;
}

.notifyjs-metro-info::before {
    content: url(/images/button/jump-out-white.svg);
    float: right;
    height: 18px;
    width: 18px;
    margin-right: 2px;
    margin-top: 2px;
}

.notifyjs-metro-infoConfirm::before {
    float: right;
    height: 18px;
    width: 18px;
    margin-right: 2px;
    margin-top: 2px;
}

.notifyjs-metro-error::before {
    content: url(/images/button/jump-out-white.svg);
    float: right;
    height: 18px;
    width: 18px;
    margin-right: 2px;
    margin-top: 2px;
}

.notifyjs-metro-errorTimeout::before {
    /*content: url(/images/button/jump-out-white.svg);*/
    float: right;
    height: 18px;
    width: 18px;
    margin-right: 2px;
    margin-top: 2px;
}

.notifyjs-metro-base .text {
    font-size: 14px !important;
}

.notifyjs-metro-base .title {
    font-size: 18px !important;
}

.notifyjs-metro-warning .text, .notifyjs-metro-warning .title {
    color: #292929 !important;
}

.notifyjs-metro-warning .btn-default {
    background-color: rgb(243, 243, 243) !important;
}

.navigation-button, select2-container, .is-clickable {
    cursor: pointer;
}

.page-header .navigation-button {
    margin-top: 5px;
}

.navigation-button {
    width: 30px;
}

.navigation-button.disabled {
    cursor: not-allowed;
}

#dropZone .navigation-button {
    width: 100%;
}

.navigation-button img {
    width: 30px;
    height: 30px;
}


.toggle-disabled {
    pointer-events: none;
}

    .toggle-disabled .toggle-inner .toggle-off {
        background-color: #bbb;
    }

    .toggle-disabled .toggle-inner .toggle-on {
        background-color: #b4c1e4;
    }

    .toggle-disabled .toggle-slide {
        border-color: #999 !important;
    }

.toggle-modern .toggle-on, .toggle-modern .toggle-on.active {
    background: -webkit-linear-gradient(#f7a81b, #f7a81b);
    background: linear-gradient( #f7a81b, #f7a81b); /*#9dc8e2*/
    color: #fff; /*#333*/
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(255, 255, 255, 0.2) !important;
}

.toggle-modern .toggle-off, .toggle-modern .toggle-off.active {
    background: -webkit-linear-gradient(#e7e7e8, #e7e7e8);
    background: linear-gradient( #e7e7e8, #e7e7e8);
    color: #333;
    text-shadow: none !important;
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(255, 255, 255, 0.2) !important;
    max-width: 58px !important;
}

.toggle-modern .toggle-blob {
    background: -webkit-linear-gradient(#c0c6c9, #c0c6c9);
    background: linear-gradient( #c0c6c9, #c0c6c9);
    border-radius: 2px;
    color: #333;
}

.toggle-modern .toggle-slide {
    background: linear-gradient(#e7e7e8, #e7e7e8);
    box-shadow: none;
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
    color: #fff !important;
    background-color: #f7a81b !important; /*#9dc8e2*/
    border-color: #fff !important; /*#9dc8e2*/
}

    .fc-button-primary:not(:disabled).fc-button-active:focus,
    .fc-button-primary:not(:disabled):active:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5) !important; /*rgba(76,91,106,.5)*/
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5) !important; /*rgba(76,91,106,.5)*/
    }

.fc-button-primary {
    color: #333 !important;
    background-color: #e7e7e8 !important; /*#c0c6c9*/
    border-color: #fff !important;
}

    .fc-button-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5) !important; /*rgba(76,91,106,.5)*/
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5) !important; /*rgba(76,91,106,.5)*/
    }

.editabletextarea {
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 5px 5px 5px 5px;
    min-height: 150px;
}

.form-control-textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 6px 12px;
    color: #2F353F;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
    outline: none !important;
    max-height: 500px;
    overflow: auto;
    overflow-wrap: break-word;
}

    .form-control-textarea.disabled {
        background-color: #eee;
        opacity: 1;
        max-height: 500px;
        overflow: auto;
        overflow-wrap: break-word;
    }

textarea.form-control {
    resize: none !important;
}

.ct-inspector, .ct-ignition {
    display: none !important;
}

.user-menue tbody > tr > td > a {
    color: inherit;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right !important;
}

    .user-menue tbody > tr > td > a > img {
        margin-left: 5px;
    }

.user-menue tbody > tr > td {
    padding: 0px !important;
}


.modal-content {
    padding: 0px;
}

.modal-body {
    padding-bottom: 0px;
}

.content .clearfix {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.my-button {
    margin-left: 10px;
    margin-top: 7px;
}

.active-communication-button {
    margin-left: 10px;
    margin-top: 7px;
}

.top > .dataTables_paginate {
    margin-bottom: -15px !important;
}

.bottom > .dataTables_paginate {
    margin-top: -50px !important;
}

label {
    display: inline-block;
    width: 5em;
}

.select2-search__field {
    border-color: white;
    border: 1px solid #ffffff;
    background: #fff url('../assets/select2/img/select2.png') no-repeat right -22px;
    padding-right: 22px !important;
    min-width: 4em;
}

tfoot {
    display: table-header-group;
}

.dataTables_paginate {
    text-align: left;
    margin-top: -78px;
}

.bigdrop {
    width: 300px !important;
}

#map {
    height: 400px;
    width: 600px;
}

mark {
    padding: 0;
    background: #f7a81b;
}

.fade-out {
    animation: fade-out .5s forwards;
}

.dateComplete {
    width: 130px;
    color: transparent;
    font-size: 0;
}

#smartwizard nav li > a, #smartwizard-modal nav li > a {
    word-wrap: break-word;
}

.grid-container > .fc {
    margin-top: 10px;
}

.grid-structure {
    padding-bottom: 50px;
    /*padding-bottom: 100px;*/
}

.fc-sat, .fc-sun {
    background-color: #fcf8e3;
}

.fc-today {
    background-color: #9dc8e2 !important;
}

.currency {
    padding-right: 45px !important;
}

.has-forward-setting {
    float: left;
}

.forward-setting-field {
    float: left;
}

/*video --> class*/
.myDate {
    float: left;
}

aside.collapsed + .content > #DataFormContent {
    margin-top: unset !important;
}

.modal .modal-dialog .modal-content {
    padding: 25px 25px 75px 25px !important;
}

.modal-dialog {
    width: 99%;
}

@media(max-width:1300px) {
    .hide-medium {
        /*display: none;*/
    }

    .hide-medium-static {
        display: none;
    }
}

/*curser pointer fullcalender*/
.fc-event, .fc-content, .fc-title {
    cursor: pointer;
}

/*.fc-list-heading {
    display: none !important;
}*/

/*navigation*/
.navigation > ul li.disabled > a {
    color: #777;
}

    .navigation > ul li.disabled > a:hover,
    .navigation > ul li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
    }

.file-relation {
    display: block;
    line-height: 34px;
    height: 34px;
    margin: 2px 0px 2px 0px;
}

    .file-relation img {
        max-height: 30px;
        padding-right: 6px
    }

.pdf {
    background: transparent url('../images/filetype/pdf.png') no-repeat left center;
    background-size: 32px 32px;
    padding-left: 38px;
}

/* Article Media Attachment  */

.media-thumb-selected {
    -moz-box-shadow: inset 0 0 10px #00ff00;
    -webkit-box-shadow: inset 0 0 10px #00ff00;
    box-shadow: inset 0 0 10px #00ff00;
}

.thumb-wrapper {
    padding: 10px;
    margin: 10px;
    float: left;
    height: 250px;
    width: 270px;
}

#media-link-view .disabled img {
    opacity: 0.3;
}

.media-wrapper {
    position: fixed;
    padding: 25px;
    left: 30px;
    right: 30px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 9999;
}


#tblPersonSelection tr td img {
    margin-right: 8px;
}

#tblPersonSelection tr.selectedtablerow {
    box-shadow: -3px 0px 0px #F7A81B;
}

    #tblPersonSelection tr.selectedtablerow td img {
        box-shadow: 0px 0px 4px 3px #F7A81B;
    }

.table-cell, .table-cell-text {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
}

.table-cell-text {
    padding-left: 3px;
}

.alert-info, .alert-danger {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.scroll-top-button, .scroll-top-button-modal {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 9250;
    width: 30px;
    height: 30px;
    background-image: url("../images/button/scroll-top.svg");
    background-size: 30px 30px;
    cursor: pointer;
}

.scroll-top-button-modal {
    z-index: 9251;
    bottom: 35px;
    right: 35px;
}

.appointment-filter-label {
    width: 100%;
    float: left;
}

.appointment-filter-toggle {
    float: left;
}

@media (min-width: 1600px ) {
    .appointment-filter-label {
        width: 66.67%;
    }

    .appointment-filter-toggle {
        width: 33%;
    }
}

@media (max-width: 980px) {
    .appointment-filter-label {
        width: 66.67%;
    }

    .appointment-filter-toggle {
        width: 33%;
    }
}

.appointment-is-cancelled {
    text-decoration: line-through;
    color: #999;
}

.appointment-is-published {
    background: #aaddaa;
}

.table-cell-text {
    padding-left: 3px;
}

.btn-download {
    background: #9dc8e2;
    color: #222b30;
    padding: 0px 10px;
}

    .btn-download img {
        max-height: 30px;
        float: left;
        padding-top: 6px
    }

    .btn-download div {
        float: left;
        line-height: 35px;
        padding-left: 10px;
    }

    .btn-download.createUser {
        margin: 5px 0px;
    }

.DataPublish1, .DataPublish2, .IsPrimary {
    cursor: pointer;
}

    .DataPublish1.inactive, .DataPublish2.inactive, .IsPrimary.inactive {
        cursor: default;
    }

.tableFixHead {
    max-height: 685px;
    overflow-y: auto;
}


    .tableFixHead table {
        border-collapse: unset;
    }

    .tableFixHead thead th {
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .tableFixHead tr {
        border-collapse: collapse;
    }

.modal-body .tableFixHead {
    max-height: 540px;
    /*overflow-y: auto;*/
}

    .modal-body .tableFixHead.max-height, .tableFixHead.max-height {
        max-height: unset !important;
    }

.zip-input {
    width: 80px;
    max-width: 80px;
}

.country-select {
    max-width: 90px;
}

.media-relation {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #aaa;
    display: flex;
    align-items: center;
    border: 1px dashed #aaa;
    border-radius: 4px;
}

    .media-relation .navigation-button {
        cursor: pointer;
        padding: 10px;
        color: #aaa;
    }

    .media-relation img { /**=> #btnAddMedia */
        margin-right: 10px;
        width: 30px;
    }

#MediaLinkedView {
    padding: 0px;
}

.webstage-image-crop {
    margin: auto;
    width: max-content;
    max-width: -webkit-fill-available;
    max-width: -moz-fit-content;
}

.wrapper-webstage-image-crop {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    padding: 5px;
}

#webstage-image {
    max-height: 600px;
    max-width: 100%;
    width: auto;
    height: auto;
}

#main-image {
    max-height: 600px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.container-media-relation {
    height: 225px;
}

    .container-media-relation > div {
        display: inline-block;
        width: 100%;
        height: 210px;
        margin: 0px;
        padding: 5px;
        position: relative;
        border: 1px solid #e7e7e8;
        background: #e7e7e8;
        border-radius: 4px;
    }

        .container-media-relation > div .wrapper-single-action-delete {
            top: 0px;
            right: 0px;
            position: absolute;
            background: #fff;
            border-radius: 25px;
            height: 30px;
            z-index: 1100;
        }

        .container-media-relation > div .wrapper-action-main {
            top: 35px;
            right: 0px;
            position: absolute;
            background: #fff;
            cursor: pointer;
            border-radius: 25px;
            height: 30px;
            z-index: 1100;
        }

            .container-media-relation > div .wrapper-action-main img {
                border-radius: 25px;
                background: #fff;
                width: 30px;
            }


        .container-media-relation > div .wrapper-action-webstage {
            top: 70px;
            right: 0px;
            position: absolute;
            background: #fff;
            cursor: pointer;
            border-radius: 25px;
            /*height: 30px;*/
            /*padding: 2px;*/
            z-index: 1100;
        }

            .container-media-relation > div .wrapper-action-webstage img {
                border-radius: 25px;
                background: #fff;
                width: 30px;
                height: 30px;
                padding: 2px;
            }

    .container-media-relation .media-file-image {
        border-radius: 4px;
        max-width: 95%;
        height: auto;
        max-height: 200px;
        position: absolute;
        z-index: 1000;
    }

#TotalSize {
    color: #aaa;
}

.wrapper-single-action-create {
    float: left;
    width: 100%
}

/*.media-wrapper .modal-header {
    width: 98%;
    margin: 0 auto !important
}*/

div.dt-button-background {
    background: transparent !important;
    /*opacity: 50;*/
    top: unset;
    left: unset;
    max-height: 35px;
    /*min-width: 314px;
    max-width: 322px;*/
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    /*background: rgba(0,0,0,0.05) !important;*/
}

.form-group {
    padding: 0px 30px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.section-box {
    -webkit-box-shadow: 0px 0px 0px 3px #e7e7e8;
    -moz-box-shadow: 0px 0px 0px 3px #e7e7e8;
    box-shadow: 0px 0px 0px 3px #e7e7e8;
    margin: 3px;
    margin-bottom: 13px;
    box-sizing: border-box
}

    .section-box h4 {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        flex: 1;
        overflow: hidden;
    }

    .section-box > h4 {
        background: #e7e7e8;
        line-height: 35px;
        margin: 0px;
        height: 36px;
    }

        .section-box > h4 + .form-group {
            padding-top: 10px;
        }

    .section-box .form-group .toggle {
        margin-top: 7px;
        margin-bottom: 7px;
    }

div > .section-box:last-child {
    margin-bottom: 10px;
}

.section-header {
    background: #e7e7e8;
    line-height: 30px;
    height: 36px;
}

    .section-header .text-right {
        padding-right: 10px;
    }

        .section-header .text-right div {
            float: right;
            margin-left: 10px;
        }

.section-content {
    padding: 10px 15px 0px 15px;
}
    .section-content:before,
    .section-content:after {
        display: table;
        content: " ";
    }
    .section-content:after {
        clear: both;
    }
    .section-content .form-group {
        padding: 0px 15px;
        padding-bottom: 10px;
    }

.form-group-uploader label {
    padding-top: 19px !important;
}

.section-image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.section-accordion h4 {
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    line-height: 37px;
    margin-bottom: 0px;
    margin-top: 0px;
}

    .section-accordion h4 a {
        position: absolute;
        right: 0;
        margin-top: -2px;
    }

    .section-accordion h4.text-center {
        text-align: center;
    }

.modal-header .container-fluid, .modal-body .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#chartdiv-wrapper {
    content: " ";
    display: table;
    box-sizing: border-box;
    margin: -5px;
    clear: both;
    padding: 10px;
    line-height: 2;
    background: #abc;
}

    #chartdiv-wrapper::before {
        box-sizing: border-box;
    }

.dd-handle .control-label {
    padding-top: 0px !important;
}

.dd-handle .toggle {
    margin-top: 4px !important;
}

.table-responsive {
    border: none;
}

.table {
    width: 100% !important;
}

#tblStatisticMemberAge.table th.text-right {
    min-width: 60px;
}

#tblStatisticMemberAge.table tr.footerRow td.text-right {
    padding-right: 0px;
    min-width: 70px;
}

.plainText {
    padding-top: 7px;
    padding-left: 0px;
}

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
    z-index: 705;
}

.noscript-wrapper {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #fff;
    padding-top: 50px;
}

    .noscript-wrapper .section-box {
        -webkit-box-shadow: 0px 0px 0px 3px #d91b5c;
        -moz-box-shadow: 0px 0px 0px 3px #d91b5c;
        box-shadow: 0px 0px 0px 3px #d91b5c;
    }

    .noscript-wrapper h4 {
        background: #d91b5c;
        color: #fff;
    }

table[name=table-media] tr.is-clickable td.tag-list {
    padding-top: 7px;
}

.small {
    font-size: 90%;
}

.tag {
    background: none repeat scroll 0 0 #203b6d;
    border-radius: 4px;
    color: white;
    cursor: default;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 4px 20px 4px 0;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .tag.small {
        padding: 3px;
    }

.time-period-picker {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    flex-wrap: wrap;
}

/** Progress Bar **/
.progress {
    height: 15px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}

.progress-bar-text {
    padding-left: 5px;
}

/*.progress-bar {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding-right: 5px;
    color: #000;
}*/

.progress-value {
    text-align: right;
}

body .notifyjs-metro-errorTimeout {
    z-index: 9999 !important;
}

body .notifyjs-corner {
    z-index: 9000 !important;
}

/*New styles form CAS-1010*/
.create-new-row-btn {
    vertical-align: top !important;
}

.canvas-container {
    border: 5px solid #ff0000;
    cursor: pointer;
}


.fixed-buttonbar {
    position: fixed;
    z-index: 1000;
    /*background-color: #FFFFFF;*/
    right: 0px;
    top: 50%;
    width: 40px;
    padding: 5px;
    border-radius: 4px;
}

    .fixed-buttonbar > .navigation-button {
        padding: 5px 0 !important;
    }

.fixed-buttonbar-modal {
    position: fixed;
    z-index: 1000;
    /*background-color: #FFFFFF;*/
    right: 30px;
    top: 50%;
    width: 40px;
    padding: 5px;
    border-radius: 4px;
}

    .fixed-buttonbar-modal > .navigation-button {
        padding: 5px 0 !important;
    }

/* -- sortable -- */
/* :not(.ignore-selection):not(input):not(.toggle) */

.selection-draggable {
    cursor: grab;
}

/* -- CountryAddressTemplate sortable/drag&drop -- */
.addressTemplate-dragItem {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: grab;
    float: left;
    margin: 5px;
    padding: 5px;
}

.addressTemplate-dropZone {
    min-height: 45px;
    background-color: lightgray;
    border: solid 1px #aaa;
    border-radius: 4px;
    margin: 5px 0px;
}
/* -- END => CountryAddressTemplate sortable/drag&drop -- */

#fixed-buttonbar-container .navigation-button > img, #fixed-buttonbar-container-modal .navigation-button > img {
    background-color: #fff;
    border-radius: 15px;
}

#btnScrollUp, #btnModalScrollUp {
    background-color: #fff;
    border-radius: 20px;
}

.error-page-content-header {
    display: flex;
    margin: 0px 8px;
    font-size: 64px;
    font-weight: bold;
    align-self: center;
}

.error-page-content-body {
    margin: 0px 8px;
}

.error-page-masterbrandimage {
    max-height: 90px;
    margin: 27px;
    float: right;
    object-fit: scale-down;
}

.error-page-image {
    max-height: 360px;
    max-width: 360px;
}

.error-page-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.error-page-content {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    font-size: 18px;
    color: #333b4d;
    margin-right: auto;
    padding-left: 20px;
}

    .error-page-content p {
        margin-bottom: 5px;
    }

.error-page-content-backhome {
    margin-top: 10px;
}

.error-page-image-min {
    display: none;
    object-fit: scale-down;
}

@media (max-width: 1199px) {

    .error-page-masterbrandimage {
        display: none !important;
    }

    .error-page-image {
        display: none !important;
    }

    .error-page-content {
        padding-left: 0;
    }

    .error-page-body {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .error-page-image-min {
        display: block !important;
        max-width: 70%;
        margin-top: 6%;
        margin-bottom: 6%;
        min-height: 80px !important;
    }
}

@media (max-width: 767px) {
    .error-page-image-min {
        margin-left: 4%;
    }
}


.fc-list-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0px;
}

.agenda-item-selection, .poll-participant-selection {
    position: fixed;
    padding: 25px;
    left: 25%;
    right: 25%;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 9999;
}

.agenda-item-selection-header, .poll-participant-selection-header {
    width: 100%;
    overflow: hidden;
    margin: 0px 0 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 2px solid #e7e7e8 !important;
    line-height: 37px !important;
}

    .agenda-item-selection-header .text-left,
    .poll-participant-selection-header .text-left {
        float: left;
    }

        .agenda-item-selection-header .text-left div,
        .poll-participant-selection-header .text-left div {
            float: left;
            margin-right: 10px;
        }

    .agenda-item-selection-header .text-center,
    .poll-participant-selection-header .text-center {
        margin: 0 auto !important;
        padding-top: 6px;
    }

        .agenda-item-selection-header .text-center h4,
        .poll-participant-selection-header .text-center h4 {
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .agenda-item-selection-header .text-right {
        /*min-width: 150px;*/
    }

        .agenda-item-selection-header .text-right div,
        .poll-participant-selection-header .text-right div {
            float: right;
            margin-left: 10px;
        }

.modal-shadow {
    background-color: rgb(100 100 100 / 50%);
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.notifyjs-metro-warningCenter {
    z-index: 9999 !important;
}

    notifyjs-metro-warningCenter .text, .notifyjs-metro-warningCenter .title {
        color: #292929 !important;
    }

    .notifyjs-metro-warningCenter .btn-default {
        background-color: rgb(243, 243, 243) !important;
    }

    .notifyjs-metro-warningCenter::before {
        /*content: url(/images/button/jump-out-white.svg);*/
        float: right;
        height: 18px;
        width: 18px;
        margin-right: 2px;
        margin-top: 2px;
    }


.label-email-state-0 {
    background-color: #777;
}

    .label-email-state-0[href]:hover,
    .label-email-state-0[href]:focus {
        background-color: #5e5e5e;
    }


.label-email-state-4 {
    background-color: #5cb85c;
}

    .label-email-state-4[href]:hover,
    .label-email-state-4[href]:focus {
        background-color: #449d44;
    }

.label-email-state-1, .label-email-state-3 {
    background-color: #f0ad4e;
}

    .label-email-state-1[href]:hover,
    .label-email-state-1[href]:focus,
    .label-email-state-3[href]:hover,
    .label-email-state-3[href]:focus {
        background-color: #ec971f;
    }

.label-email-state-2 {
    background-color: #d9534f;
}

    .label-email-state-2[href]:hover,
    .label-email-state-2[href]:focus {
        background-color: #c9302c;
    }


.dataTable-X-ScrollBar {
    display: block;
    overflow-x: scroll;
}

/*#region Poll*/

body.poll {
    color: #000;
    background-color: #f8f9fa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}

#PollDataFormContent {
    /*margin-bottom: 50px;*/
    top: 0px !important;
}

    #PollDataFormContent td:not(:last-child) {
        border-right: 1px solid #E3E5E6 !important;
    }

    #PollDataFormContent th {
        font-weight: normal;
    }

.poll-checkbox .control_indicator {
    background: #fff !important;
    /*border: 2px solid #d9c89e;*/
    border: 2px solid #9dc8e2;
}

.poll-checkbox:checked ~ .control_indicator {
    background: #f7a81b !important;
    border: 3px solid #f7a81b;
}

.poll-checkbox:hover .control_indicator {
    border-color: #f7a81b;
}

.poll-control {
    margin-left: auto;
    margin-right: auto;
    width: 25px;
}

/*.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    background: #e6e6e6;
    border: 2px solid #01b4e7;
    border-radius: 5px;
}*/

/*.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}*/

.poll-header {
    background-color: #58585A;
    padding: 8px 10px 13px;
    height: 56px;
}

.poll-header-expanded {
    font-size: 20px;
    letter-spacing: .05em;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
    position: relative;
    cursor: default;
}

    .poll-header-expanded span {
        font-size: 24px;
        vertical-align: middle;
    }

.poll-organization-logo {
    height: 100px;
    object-fit: scale-down;
    float: right;
}

#PollDataFormContent .form-group {
    padding-bottom: 0px;
}

#PollDataFormContent .plainText {
    padding: 0px !important;
}

@media only screen and (min-width: 750px) {
    #selectionListLarge {
        display: block;
    }

    #selectionListSmall {
        display: none;
    }
}

@media only screen and (min-width: 990px ) {
    #PollDataFormContent .form-group {
        padding-bottom: 0px;
    }

    #PollDataFormContent .plainText {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 750px) {
    #selectionListLarge {
        display: none;
    }

    #selectionListSmall {
        display: block;
    }
}

@media only screen and (max-width: 450px) {
    .poll-organization-logo {
        height: 100px;
    }
}

@media only screen and (max-width: 620px) {
    #pollFooterPipe {
        display: none;
    }
}

@media only screen and (max-width: 270px) {
    .poll-organization-logo {
        display: none;
    }
}

/*#region Poll-Footer*/
.poll-footer {
    /*bottom: 0;
    margin-top: 10px;*/
    text-align: left;
}

    .poll-footer > ul > li {
        position: relative;
        vertical-align: super;
    }

        .poll-footer > ul > li > a {
            display: block;
            padding: 8px 8px;
            padding-left: 12px;
            color: #000000;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.4s;
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            font-weight: 400;
            outline: none !important;
        }

            .poll-footer > ul > li > a > svg {
                margin-right: 5px;
            }

            .poll-footer > ul > li > a > span {
                vertical-align: super;
            }

        .poll-footer > ul > li > span {
            vertical-align: super;
        }

/*#endregion Poll-Footer*/

.poll-choice-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

    .poll-choice-info > svg {
        color: #f7a81b;
        width: 20px;
        height: 20px;
    }

.poll-choice-subinfo {
    font-size: 0.8em;
}

.poll-choice-selectionCountInfo {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}

    .poll-choice-selectionCountInfo > svg {
        color: darkgrey;
        margin-right: 4px;
    }

.poll-selectionContainer {
    border: 1px solid lightgrey;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-top: 6px;
}

.poll-errorContainer {
    border: 1px solid lightgrey;
    background-color: #ffffff;
    padding: 140px 40px;
    margin-top: 6px;
}

.poll-submitContainer {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-top: none;
    background-color: #ffffff;
    padding: 10px;
    text-align: right;
    position: sticky;
    bottom: 0;
}

.poll-th {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

#selectionListLarge {
    margin-top: 10px;
}

    #selectionListLarge .poll-th {
        text-align: center;
    }

.poll-favorite {
    background-color: rgba(254, 189, 17, 0.3);
}

.poll-otherParticipantRows {
    background-color: rgb(190, 190, 190,0.1);
    color: darkgrey;
}

    .poll-otherParticipantRows > td {
    }

.poll-userSelectionRow {
    background-color: lightblue;
    position: sticky;
    z-index: 9;
}

    .poll-userSelectionRow td {
        border-top: none !important;
    }

#scrollBarTopContainer {
    max-height: 579px !important;
}

.poll-userSelectionColumn {
    text-align: center;
}

.poll-userInfo-sm {
    background-color: lightblue;
    border: solid 1px #e7e7e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
}

.poll-control-label {
    margin-bottom: 0;
    text-align: left;
    vertical-align: super;
    padding: 0px !important;
}

    .poll-control-label > svg {
        margin-right: 8px;
    }

    .poll-control-label > span {
        vertical-align: super;
    }

.poll-button {
    line-height: 35px;
}

.poll-participant-row > td {
    border: none !important;
    background-color: rgba(157, 200, 226,0.5); /* #9dc8e2;*/
    padding-left: 15px !important;
}

.poll-date-box {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

body.poll .error-page-masterbrandimage {
    max-height: 60px;
    position: sticky;
    bottom: 0px;
}

/*#endregion Poll*/

.date-box {
    border: 1px solid #bbb;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
    background: #fff;
}

    .date-box p {
        margin-bottom: 0px;
    }

        .date-box p:first-child {
            background: #005daa;
            color: #fff;
        }

.favorite > .date-box {
    border-color: #999;
}

    .favorite > .date-box p:first-child {
        background: #febd11;
        color: #000;
    }

.date-box p:nth-child(2) {
    font-size: 2em;
}

.date-box p:nth-child(3) {
    color: #999;
}

/* section button (group) */

.section-button, .section-button-group {
    margin-bottom: 5px;
}

.btn-option {
    font-weight: bold;
    background: #c9dee9;
    color: #222b30;
    padding: 0px 30px;
    margin-right: 10px;
    font-weight: bold;
}

    .btn-option.btn-option-selected {
        background: #febd11;
    }

.btn-disabled {
    cursor: auto;
    background: #e7e7e8;
}

    .btn-disabled.btn-option-selected {
    }

    .btn-disabled:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-option div {
    line-height: 35px;
}

.btn-selection {
    background: #ccc;
    border-radius: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

/* table custom styling */

.favorite {
    background: rgba(254, 189, 17, 0.3);
}

tr.vote-count td {
    padding-left: 5px !important;
    font-weight: bold;
    text-align: center;
    border-top: 0px !important;
}

    tr.vote-count td:nth-child(2) {
        text-align: left;
        padding-left: 5px !important;
    }

/* checkbox styles*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-top: 18px;
}

    .checkbox-container input {
        display: none;
    }

        .checkbox-container input:not(:disabled) ~ .checkbox-overlay {
            cursor: pointer;
        }

        .checkbox-container input:disabled ~ .checkbox-overlay {
            pointer-events: none;
        }

        .checkbox-container input:not(:checked) ~ .checkbox-overlay {
            border-color: #d9c89e;
        }

            .checkbox-container input:not(:checked) ~ .checkbox-overlay:hover {
                border-color: #febd11;
            }

        .checkbox-container input:checked ~ .checkbox-overlay,
        .checkbox-container .checkbox-overlay.checked {
            background: #febd11;
        }

            .checkbox-container input:checked ~ .checkbox-overlay:after,
            .checkbox-container .checkbox-overlay.checked:after {
                display: block;
                left: 6px;
                top: 2px;
                width: 5px;
                height: 10px;
                border: solid #ffffff;
                border-width: 0 3px 3px 0;
                transform: rotate(45deg);
            }

    .checkbox-container .checkbox-overlay {
        position: absolute;
        top: 2px;
        left: 0;
        height: 24px;
        width: 24px;
        background: #ffffff;
        border: 2px solid #febd11;
        border-radius: 5px;
    }

        .checkbox-container .checkbox-overlay:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }

    .poll-control-gray .checkbox-container input:checked ~ .checkbox-overlay, .poll-cnotrol-gray .checkbox-container .checkbox-overlay.checked {
        background: #aaa;
    }

    .poll-control-gray .checkbox-container .checkbox-overlay {
        position: absolute;
        top: 2px;
        left: 0;
        height: 24px;
        width: 24px;
        background: #aaa;
        border: 2px solid #aaa;
        border-radius: 5px;
    }

.detailsmall .title {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: inherit;
    margin-top: 5px;
    margin-bottom: 10px;
}

.detailsmall .sub-title {
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    color: #555;
    margin-top: 10px;
    margin-bottom: 5px;
}

#tblListOfMembersSearchResults tr td img {
    margin-right: 8px;
}

#tblListOfMembersSearchResults tr.selectedtablerow {
    box-shadow: -3px 0px 0px #F7A81B;
}

    #tblListOfMembersSearchResults tr.selectedtablerow td img {
        box-shadow: 0px 0px 4px 3px #F7A81B;
    }
/* Animation / Shadow / Radius */

.log-in-detail a,
.icon-list div:hover,
.widget-style-1 i,
.profile-widget,
.portlet,
.ionicon-list i {
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
.bx-s {
    -webkit-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
  -moz-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
}
.br-radius,
.tiles,
.tile-stats,
.portlet {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Padding - Margin */

.p-0 {
    padding: 0px !important;
}
.p-20 {
    padding: 20px;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-b-0 {
    padding-bottom: 0px;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.m-0 {
    margin: 0px !important;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-0 {
    margin-top: 0px;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-b-0 {
    margin-bottom: 0px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-30 {
    margin-bottom: 30px;
}
/* ---- Width-Sizes ---*/

.w-xs {
    min-width: 80px;
}
.w-sm {
    min-width: 95px;
}
.w-md {
    min-width: 110px;
}
.w-lg {
    min-width: 140px;
}
/* ---- Images-Sizes ---*/

.person-image, .person-image-partner {
    height: 148px;
    width: 148px;
    object-fit: scale-down;
    border: 2px solid #e7e7e8;
}
.thumb-sm {
    height: 32px;
    width: 32px;
}
.thumb-sm img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.thumb-xs {
    height: 24px;
    width: 24px;
}
.thumb-md {
    width: 64px;
    height: 64px;
}
.thumb-md img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.thumb-lg {
    height: 84px;
    width: 84px;
}
/* Text-sizes */

.text-xs {
    font-size: 12px;
}
.text-sm {
    font-size: 16px;
}
.text-md {
    font-size: 20px;
}
.text-lg {
    font-size: 24px !important;
}
/* Extra */

.m-h-50 {
    min-height: 50px;
}
.l-h-34 {
    line-height: 34px;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: normal;
}
.wrapper-md {
    padding: 20px;
}
.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}
.b-0 {
    border: none !important;
}
.shadow-none {
    box-shadow: none !important;
}
/* Dropcap */

.dropcap {
    font-size: 3.1em;
}
.dropcap,
.dropcap-circle,
.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

/* Custom Radio/Checkbox */
.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}
.cr-styled i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
}
.cr-styled input {
    visibility: hidden;
    display: none;
}
.cr-styled input[type=checkbox]:checked + i:before {
    content: "\f00c";
}
.cr-styled input[type=radio] + i {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px;
}

.cr-styled input[type=radio]:checked + i:before {
    content: "\f111";
}
.cr-styled input:checked + i {
    border-color: #6e8cd7;
    color: #6e8cd7;
}
/* Icon-list (Used Icon-page only) */

.icon-list div {
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;
}
.icon-list i {
    display: inline-block;
    width: 40px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}
.ionicon-list i {
    font-size: 20px;
}
.ionicon-list .col-md-3:hover i,
.icon-list .col-md-3:hover i {
    moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
/* Grid-structure (Used Grid-page only) */

.grid-structure .grid-container {
    /*background-color: #F3F5F6;*/
    padding: 10px 20px;
    margin-bottom: 10px;
}
/* Custom Choose-button */

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* Only Mozilla */
@-moz-document url-prefix() { 
    
    .cr-styled i {
        padding-top: 0px;
    }
    label {
        font-weight: 600;
    }
}
/*
    custom dropdown
*/ 

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu:hover {
    background: #eeeeeed1;
}
    

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.btn-group.open .dropdown-toggle {
    box-shadow:none;
}
/*
    custom checkbox
*/
/* Customize the label (the container) */
.cbx-form {
    display: block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 0.5em;
    margin-left: -2.4em;
    width: 100%;
    line-height: 22px;
}

.dropdown-item .cbx-form {
    margin-left: 0em;
}
/* Hide the browser's default checkbox */
.cbx-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.cbx-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #eee;
    font-size: 1.4em;
}


.cbx-mark {
    /* Slide the element in */
    transform: translateX(45%);
    /* Transition our horizontal slide */
    transition: transform ease-out 0.3s;
}

.cbx-mark.is-open {
    /* Slide the element back in when it's "open" */
    transform: translateX(0);
}



/* On mouse-over, add a grey background color */
.cbx-mark:hover {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cbx-form input[type="checkbox"]:checked ~ .cbx-mark {
    background-color: #9dc8e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cbx-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cbx-form input[type="checkbox"]:checked ~ .cbx-mark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cbx-mark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 

.btn-tblExport {  
    margin: 0px 0px 0px 7px;
    float: right;
}

.tblExport-csv {
    background-color: #fff !important;
    border: 1px solid #01b4e7 !important;
    color: #01b4e7 !important;
}

.tblExport-xls {
    background-color: #fff !important;
    border: 1px solid #34c73b !important;
    color: #34c73b !important;
}

.export-options:hover {
    background-color: #f7f7f7 !important;
}

.btn-group.open .dropdown-toggle.export-options {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.export-options-thead {
    border: 0px !important;
    color: #000 !important;
    font-weight: 600;
    padding-bottom: 0px;
}
