#sidenav-overlay,
select {
    background-color: transparent
}

#loader:after,
#loader:before {
    content: ""
}

#card-stats .card-content,
#slide-out li a i,
.chart-revenue {
    text-align: center
}

.breadcrumb:before,
.collapsible-header:after {
    font-family: Material-Design-Icons
}

body {
    background-color: #f9f9f9
}

#main,
footer {
    padding-left: 240px
}

footer.page-footer {
    padding-top: 0;
    margin-top: 0px !important;
}

select {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 2px;
    height: 3rem;
    border-bottom: 1px solid #9e9e9e
}

.container {
    padding: 0 .5rem;
    margin: 0 auto;
    max-width: 100%!important;
    width: 98%
}

#left-sidebar-nav {
    position: fixed;
    width: 100px;
    left: 180px;
    z-index: 999;
    height: auto
}

#left-sidebar-nav span.badge.new {
    line-height: 20px;
    margin-top: 11px
}

#content .header-search-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: inline-block;
    position: relative
}

.medium-small,
.small,
.ultra-small {
    margin: 0;
    padding: 0
}

#content .container .row {
    margin-bottom: 0
}

@media only screen and (min-width:601px) {
    .container {
        width: 98%
    }
}

@media only screen and (min-width:993px) {
    .container {
        width: 98%
    }
}

@media only screen and (max-width:993px) {
    #main,
    footer {
        padding-left: 0
    }
}

.ps-scrollbar-x-rail,
.ps-scrollbar-y-rail {
    z-index: 9999
}

.small {
    font-size: 1rem
}

.medium-small {
    font-size: .9rem
}

.ultra-small,
small {
    font-size: .8rem
}

.strong {
    font-weight: 600
}

h4.header,
h4.header2 {
    font-weight: 400;
    text-transform: uppercase
}

h4.header {
    line-height: 2.508rem;
    margin: 1.14rem 0 .912rem;
    font-size: 1.4rem
}

h4.header2 {
    font-size: 1.1rem
}

.more-text,
p.header {
    font-weight: 500;
    text-transform: uppercase
}

p.title {
    font-size: 1.3rem
}

p.header {
    font-size: 1rem
}

li.li-hover:hover {
    background: 0 0!important
}

li.search-out:hover {
    background: 0 0
}

li.mobile:before {
    background: #f7464a
}

li.kitchen:before {
    background: #46bfbd
}

li.home:before {
    background: #fdb45c
}

.more-text {
    padding: 5px 20px;
    letter-spacing: 1px
}

.valign-demo {
    height: 400px;
    background-color: #ddd
}

.margin {
    margin: 0!important
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #eceff1;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#loader,
#loader-logo {
    display: block;
    z-index: 1001
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

#loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #007a5e;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:before {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ce1127;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fdd116;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

#loader-logo {
    position: absolute;
    left: 48%;
    top: 46%;
    background: url(../images/user-bg-2.jpg) center center no-repeat
}

.no-js #loader-wrapper,
h1 span.logo-text {
    display: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.progress {
    background-color: rgba(255, 64, 129, .22)
}

h1.logo-wrapper {
    margin: 0
}

.menu-sidebar-collapse {
    margin: 0 10px
}

.menu-sidebar-collapse i {
    line-height: 36px!important
}

header .brand-logo {
   /* margin: 1px 0;
    padding: 5px 5px*/
    margin: 1px 0px;
    padding: 14px 40px;
}

header .brand-logo img {
    width: 172px
}

@media only screen and (max-width:992px) {
    nav .nav-wrapper {
        text-align: center
    }
    nav .nav-wrapper a.page-title {
        font-size: 36px
    }
    ul.side-nav.leftside-navigation {
        top: 56px!important
    }
}

.header-search-wrapper {
    margin: 10px auto 0 240px;
    width: calc(100% - 600px);
    height: 40px;
    display: inline-block;
    position: relative
}

.header-search-wrapper i {
    position: absolute;
    font-size: 24px;
    top: 6px;
    left: 24px;
    line-height: 32px!important;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

input.header-search-input {
    display: block;
    padding: 8px 8px 8px 72px;
    width: 100%;
    background: rgba(255, 255, 255, .3);
    height: 24px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    font-size: 16px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-weight: 400;
    outline: 0;
    border-radius: 3px
}

input.header-search-input:hover {
    background: rgba(255, 255, 255, .5)
}

input.header-search-input:focus {
    color: #333;
    background: #fff;
    border-bottom: none!important;
    box-shadow: none!important
}

.header-search-wrapper-focus i {
    color: #444
}

.header-search-input:focus::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.search-out {
    display: none
}

.search-out input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff!important;
    box-shadow: none
}

.search-out-text {
    border-bottom: 1px solid #fff!important
}

.translation-button img {
    position: relative;
    top: 12px
}

#translation-dropdown .language-select {
    position: relative;
    top: -9px
}

.notification-badge {
    position: relative;
    right: 5px;
    top: -20px;
    color: #fff;
    background-color: #FF4081;
    margin: 0 -.8em;
    border-radius: 50%;
    padding: 4px 5px
}

#notifications-dropdown h5 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500
}

#notifications-dropdown li {
    padding: 10px;
    font-size: 1rem
}

#notifications-dropdown li>a {
    padding: 0;
    font-size: 1rem;
    font-weight: 300
}

#notifications-dropdown li>a>i {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    top: 4px
}

#notifications-dropdown li>time {
    font-size: .8rem;
    font-weight: 400
}

#notifications-dropdown li.divider {
    padding: 0
}

nav.top-nav {
    height: 122px;
    box-shadow: none
}

nav.top-nav a.page-title {
    line-height: 122px;
    font-size: 48px
}

nav ul li.no-hover:hover {
    background: 0 0
}

.side-nav.fixed.leftside-navigation .collapsible-body li.active,
.side-nav.leftside-navigation .collapsible-body li.active,
ul.side-nav.leftside-navigation li.active,
ul.side-nav.leftside-navigation li:hover {
    background-color: rgba(0, 0, 0, .04)
}

.side-nav a {
    line-height: 42px;
    height: 42px
}

.side-nav .collapsible-body li a {
    margin: 0 1rem 0 3rem
}

ul.side-nav.leftside-navigation {
    top: 64px;
    overflow: hidden
}

ul.side-nav.leftside-navigation hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0
}

ul.side-nav.leftside-navigation li {
    line-height: 44px
}

ul.side-nav.leftside-navigation li a {
    font-size: 14px;
    font-weight: 400
}

ul.side-nav.leftside-navigation li.user-details {
    background: url(../images/user-bg.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    padding: 15px 0 0 15px
}

ul.side-nav.leftside-navigation li.user-details #profile-dropdown a {
    padding: 8px 15px
}

ul.side-nav.leftside-navigation .profile-btn {
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    text-shadow: 1px 1px 1px #444;
    font-size: 15px
}

#calendar .fc-day-header,
#calendar h2,
.caption-uppercase,
.login-form-text {
    text-transform: uppercase
}

ul.side-nav.leftside-navigation ul.collapsible-accordion {
    background-color: #fff
}

ul.side-nav li {
    padding: 0
}

ul.side-nav .collapsible-header {
    margin: 0
}

#slide-out li a i {
    line-height: inherit;
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    margin-right: 1rem
}

.caption,
.caption-uppercase {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px
}

#slide-out ul.side-nav li {
    padding: 0!important
}

.sidebar-collapse {
    position: absolute;
    left: -170px;
    top: -45px
}

.user-task,
.user-time {
    margin: 0;
    font-size: 13px;
    color: #fff
}

.user-roal {
    color: #fff;
    margin-top: -16px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #444
}

.user-details .row {
    margin: 0
}

.bold>a {
    font-weight: 700
}

.rightside-navigation {
    overflow: hidden
}

#right-search .input-field {
    margin-top: 0
}

#chat-out .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: 45px;
    height: 45px;
    font-weight: 400
}

#chat-out .collapsible-header:after {
    color: #fff
}

#chat-out .chat-out-list {
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

#chat-out .favorite-associate-list .circle {
    border-radius: 50px;
    border: 2px solid #999;
    padding: 3px;
    display: block
}

#chat-out .favorite-associate-list .online-user {
    border: 2px solid #00e676
}

#chat-out .favorite-associate-list p {
    padding: 0
}

#chat-out .favorite-associate-list p.place {
    font-size: .8rem
}

#chat-out .recent-activity-list-icon {
    margin-top: 8px;
    font-size: 2rem
}

#chat-out .recent-activity-list-text a {
    font-size: .8rem;
    padding: 0;
    font-weight: 600
}

#chat-out .recent-activity-list-text p {
    font-size: .9rem;
    padding: 0
}

.chat-close-collapse {
    padding: 5px 15px 0 0
}

#breadcrumbs-wrapper {
    background: #f3f3f3
}

h5.breadcrumbs-header {
    font-size: 1.64rem;
    line-height: 1.804rem;
    margin: 1.5rem 0 0
}

.breadcrumbs {
    padding: 0;
    margin: 15px 0;
    list-style: none
}

.breadcrumbs>li {
    display: inline-block
}

.breadcrumbs>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumbs .active {
    font-weight: 400;
    color: #999
}

.breadcrumbs-title {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 18px 0 0
}

.breadcrumbs-nav {
    margin: 8px 0 9px
}

.breadcrumb:before {
    content: "\e7c3"
}

.config-panel input[type=checkbox],
.jsgrid-alt-row input[type=checkbox],
.jsgrid-edit-row input[type=checkbox],
.jsgrid-filter-row input[type=checkbox],
.jsgrid-insert-row input[type=checkbox],
.jsgrid-row input[type=checkbox] {
    position: relative!important;
    left: 0!important;
    visibility: visible!important
}

.jsgrid-grid-body {
    height: auto!important
}

.jsgrid-edit-row select,
.jsgrid-insert-row select {
    display: block!important
}

.jsgrid-insert-row .select-wrapper .caret,
.jsgrid-insert-row .select-wrapper .select-dropdown {
    display: none!important
}

#jsGrid-custom-row,
#jsGrid-page,
#jsGrid-sorting {
    height: 500px!important;
    overflow: scroll!important
}

#chart-dashboard .card,
.browser-window,
.card,
.tooltip-class {
    overflow: hidden
}

#card-stats .card-stats-title,
#card-stats .card-stats-title i {
    font-size: 1.2rem
}

#card-stats .card-stats-compare {
    font-size: 1rem
}

#card-stats .card-stats-compare i {
    position: relative;
    top: 5px
}

#card-stats .card-stats-number {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: .2rem 0;
    font-weight: 500
}

#card-stats .card .card-action,
#card-stats .card .card-content {
    padding: 10px 14px
}

#card-alert i {
    font-size: 20px;
    position: relative;
    top: 2px
}

#card-alert .alert-circle {
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    left: -2px
}

#card-alert .single-alert {
    line-height: 42px
}

#card-alert button {
    background: 0 0;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #fff
}

#card-alert .card .card-content {
    padding: 20px 40px 20px 20px
}

#card-alert .card-action i {
    top: 0;
    margin: 0
}

#work-collections .collection-header {
    font-size: 1.14rem;
    font-weight: 500
}

#work-collections p.collections-title {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 500
}

#work-collections p.collections-content {
    font-size: .9rem;
    padding: 0;
    margin: 0;
    font-weight: 400
}

#work-collections .collection-item.avatar {
    height: auto;
    padding-top: 22px
}

#flight-card .flight-card-title {
    margin: 0;
    font-weight: 300;
    color: #fff
}

#flight-card .flight-card-date {
    font-size: 1rem;
    margin: 0;
    color: #fff
}

#flight-card .flight-state {
    padding-bottom: 15px
}

#flight-card .card-header .card-title,
#task-card .collection-header {
    padding: 20px
}

#flight-card .flight-state-two {
    border-left: 1px dashed #9e9e9e
}

#flight-card .flight-icon {
    font-size: 2.2rem;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

#flight-card .card-content-bg {
    background: url(../images/sample-1.jpg) center center no-repeat;
    background-size: cover
}

#flight-card .card-content {
    background: rgba(0, 0, 0, .25)
}

#flight-card .flight-state-wrapper {
    margin: 0 0 100px!important
}

#task-card label {
    display: block;
    color: rgba(0, 0, 0, .87);
    height: auto
}

#task-card .task-card-title {
    margin: 0;
    color: #fff;
    font-weight: 300
}

#task-card .task-card-date {
    font-size: 1rem;
    margin: 0;
    color: #fff
}

#task-card .task-cat,
.task-cat {
    padding: 2px 4px;
    font-size: .8rem;
    border-radius: 2px;
    background-clip: padding-box;
    font-weight: 300;
    color: #fff
}

#task-card .task-add {
    position: absolute;
    right: 10px;
    top: 76px
}

#task-card .task-cat {
    margin-left: 37px
}

.collection .collection-item.avatar i.circle {
    font-size: 28px
}

#profile-card .card-image {
    height: 150px
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px!important
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px
}

.card-move-up .move-up {
    padding: 20px
}

#chart-dashboard {
    padding-top: 12px
}

#chart-dashboard .card .card-content {
    padding: 10px 14px
}

.sample-chart-wrapper {
    width: 100%
}

.chart-title {
    font-size: 1.6rem;
    font-weight: 300
}

.chart-revenue {
    float: right;
    padding: 8px;
    border-radius: 3px
}

.chart-revenue .chart-revenue-total {
    font-size: .9rem;
    margin: 0
}

.chart-revenue .chart-revenue-per {
    font-size: .8rem;
    margin: 0
}

.chart-revenue .chart-revenue-per i {
    position: relative;
    top: 5px
}

.chart-revenue-switch {
    padding-top: 28px;
    padding-right: 10px;
    color: #fff;
    text-align: right
}

.doughnut-chart-status {
    position: relative;
    top: -75px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    height: 0;
    text-align: center
}

.doughnut-chart-status p {
    margin-top: -5px
}

.doughnut-chart-legend li {
    padding: 2px 0;
    font-size: .9rem
}

.doughnut-chart-legend li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 4px
}

a.button-collapse.top-nav {
    position: absolute;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 2
}

.trending-bar-chart-wrapper {
    width: 100%
}

.btn-move-up {
    position: relative;
    top: -28px;
    right: -18px;
    margin-right: 10px!important
}

.flotchart-placeholder {
    width: 100%;
    height: 300px;
    font-size: 13px;
    line-height: 1.2em
}

#flotchart table {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: smaller;
    color: #545454;
    width: 100px
}

#flotchart td,
th {
    padding: 5px
}

.xchart-placeholder {
    width: 90%;
    height: 300px
}

.jqstooltip {
    border: none!important;
    box-sizing: content-box
}

.tooltip-class {
    color: #fff;
    height: 20px;
    width: 30px
}

#ct2-chart .ct-series.ct-series-a .ct-area {
    fill: #00bcd4
}

#ct2-chart .ct-series.ct-series-a .ct-point {
    stroke: #00bcd4
}

#ct2-chart .ct-series.ct-series-a .ct-line {
    stroke: #54e2f4
}

.socialbox .logo {
    color: #fff;
    font-size: 28px;
    left: 20px;
    bottom: 20px;
    position: absolute
}

.socialbox .info {
    color: #fff;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 0
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .doughnut-chart-status {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .doughnut-chart-status {
        display: none
    }
    #card-stats .card-stats-compare {
        font-size: .8rem
    }
}

#full-calendar {
    padding-top: 30px
}

#calendar h2 {
    font-size: 1.5rem;
    line-height: 35px
}

#calendar .fc-day-header {
    font-weight: 400
}

#external-events {
    padding-top: 50px
}

#external-events .fc-event {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 10px;
    cursor: all-scroll;
    border: none
}

.fc button {
    background: #fff
}
.fc-state-active,
.fc-state-down {
    color: #ff4081!important
}

.dynamic-color .amber,
.dynamic-color .blue,
.dynamic-color .blue-grey,
.dynamic-color .brown,
.dynamic-color .cyan,
.dynamic-color .deep-orange,
.dynamic-color .deep-purple,
.dynamic-color .green,
.dynamic-color .grey,
.dynamic-color .indigo,
.dynamic-color .light-blue,
.dynamic-color .light-green,
.dynamic-color .lime,
.dynamic-color .orange,
.dynamic-color .pink,
.dynamic-color .purple,
.dynamic-color .red,
.dynamic-color .teal,
.dynamic-color .yellow {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    line-height: 55px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    box-sizing: border-box
}

.dynamic-color .col {
    margin-bottom: 55px
}

tr.group,
tr.group:hover {
    background-color: #ddd!important
}

@media only screen and (max-width:1024px) {
    tfoot {
        display: none
    }
}

.flat-text,
.flat-text-header {
    width: 80%;
    display: block;
    margin: 27px auto
}

#site-layout-example-left {
    background-color: #90a4ae;
    height: 300px
}

#site-layout-example-right {
    background-color: #26a69a;
    height: 300px
}

#site-layout-example-top {
    background-color: #e57373;
    height: 50px
}

.flat-text-header {
    height: 35px;
    background-color: rgba(255, 255, 255, .15)
}

.flat-text,
.flat-text.small {
    height: 25px;
    background-color: rgba(0, 0, 0, .15)
}

.flat-text.small {
    width: 25%
}

.flat-text.full-width {
    width: 100%
}

.col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: tomato;
    color: #fff;
    padding: 0
}

.col.grid-example span {
    font-weight: 200;
    line-height: 50px
}

.collapsible-header,
.email-unread .email-title,
.promo-caption {
    font-weight: 500
}

.waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px
}

.browser-window {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 5px 5px 2px 2px;
    background-clip: padding-box;
    background-color: transparent;
    margin: 20px 0
}

.browser-window .top-bar {
    height: 30px;
    border-radius: 5px 5px 0 0;
    background-clip: padding-box;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #ddd;
    background: -webkit-linear-gradient(#e7e7e6, #e0e0e0);
    background: linear-gradient(#e7e7e6, #e0e0e0)
}

.browser-window .circle {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #fff;
    margin-right: 1px
}

.browser-window .circles {
    margin: 5px 12px
}

.browser-window .content {
    margin: 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa
}

.browser-window .row {
    margin: 0
}

#close-circle {
    background-color: #ff5c5a
}

#minimize-circle {
    background-color: #fdb45c
}

#maximize-circle {
    background-color: #1bc656
}

.clear {
    clear: both
}

.promo i {
    color: #ee6e73;
    font-size: 6rem;
    display: block
}

.promo-caption {
    font-size: 1.7rem;
    margin-top: 5px;
    margin-bottom: 0
}

.shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto
}

.collapsible-header:after {
    content: "\e7c3";
    float: right;
    color: #9e9e9e;
    font-size: 18px
}

.collapsible-header.active:after {
    content: "\e7c1"
}

#input-select .input-field label {
    position: absolute;
    top: -14px;
    font-size: .8rem
}

.icon-demo {
    line-height: 50px
}

.icon-container i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px
}

.icon-container .icon-preview {
    height: 120px;
    text-align: center
}

.icon-holder {
    display: block;
    text-align: center;
    width: 150px;
    height: 115px;
    float: left;
    margin: 0 0 15px
}

.icon-holder p {
    margin: 0
}

.text-long-shadow {
    text-shadow: #1d7d74 1px 1px, #1d7d74 2px 2px, #1d7d74 3px 3px, #1d7d74 4px 4px, #1d7d74 5px 5px, #1d7d74 6px 6px, #1d7d74 7px 7px, #1d7d74 8px 8px, #1d7d74 9px 9px, #1d7d74 10px 10px, #1d7d74 11px 11px, #1d7d74 12px 12px, #1d7d74 13px 13px, #1d7d74 14px 14px, #1d7d74 15px 15px, #1d7d74 16px 16px, #1d7d74 17px 17px, #1d7d74 18px 18px, #1d7d74 19px 19px, #1d7d74 20px 20px, #1d7d74 21px 21px, #208b81 22px 22px, #208b81 23px 23px, #208b81 24px 24px, #208b81 25px 25px, #208b81 26px 26px, #208b81 27px 27px, #208b81 28px 28px, #208b81 29px 29px, #208b81 30px 30px, #26a69a 31px 31px, #26a69a 32px 32px, #26a69a 33px 33px, #26a69a 34px 34px, #26a69a 35px 35px, #26a69a 36px 36px, #26a69a 37px 37px;
    background-color: #26a69a;
    width: 100%;
    font-size: 10rem;
    color: #fff!important;
    text-align: center;
    padding: 20px 0!important
}

#email-list,
#mail-app .modal .modal-content {
    padding: 0
}

.login-form {
    width: 280px
}

.login-form-text {
    letter-spacing: 2px;
    font-size: .8rem
}

.profile-image-login {
    width: 100px;
    height: 100px!important
}

.login-text {
    margin-top: -6px;
    margin-left: -6px!important
}

#mail-app hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0
}

#email-list .collection,
.blog-card .card {
    margin: 0
}

#mail-app #email-details,
#mail-app #email-list,
#mail-app #email-sidebar {
    margin-top: 0
}

#email-sidebar {
    min-height: 650px
}

#email-sidebar li {
    padding: 10px 0;
    text-align: center
}

#email-sidebar li i {
    padding: 12px;
    color: #272727
}

#email-sidebar li i.active,
#email-sidebar li i:hover {
    background: #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

#email-list .collection .collection-item.avatar {
    height: auto;
    padding-left: 72px;
    position: relative
}

#email-list .collection .collection-item.avatar .circle,
#email-list .collection .collection-item.avatar .icon {
    height: 42px;
    width: 42px;
    left: 15px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    overflow: hidden
}

#email-list .collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 10px;
    right: -4px
}

#email-list .collection .collection-item.avatar .secondary-content.email-time {
    right: 8px
}

#email-list .collection .collection-item.avatar .icon {
    position: absolute;
    top: 20px
}

#email-list .collection .collection-item.avatar .circle {
    position: absolute;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    padding: 10px
}

#email-list .collection .collection-item.avatar img.circle {
    padding: 0
}

#email-list .collection .collection-item:hover {
    background: #e1f5fe;
    cursor: pointer
}

#email-list .collection .collection-item.selected {
    background: #e1f5fe;
    border-left: 4px solid #29b6f6
}

#email-list .attach-file {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #9e9e9e;
    font-size: 1.1rem
}

#email-details {
    padding: 15px
}

#email-details .email-subject {
    font-size: 1.2rem
}

#email-details .email-subject i {
    font-size: 2.2rem
}

#email-details .email-tag {
    padding: 3px;
    font-size: .9rem
}

#email-details .collection {
    border: none
}

#email-details .collection .collection-item.avatar {
    height: auto;
    padding-left: 72px;
    position: relative
}

#email-details .collection .collection-item.avatar .icon {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    top: 20px
}

#email-details .collection .collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    padding: 10px
}

.blog,
.blog-sizer {
    width: 20%
}

#email-details .collection .collection-item.avatar img.circle {
    padding: 0
}

#email-details .collection .collection-item.selected {
    background: #e1f5fe;
    border-left: 4px solid #29b6f6
}

#email-details .email-actions {
    padding-top: 25px
}

#email-details .email-actions a {
    color: #757575;
    padding: 5px
}

.email-reply {
    padding-top: 20px
}

.email-reply a {
    color: #757575
}

.email-reply a i {
    font-size: 2rem
}

.blog .card .card-content .card-title,
.blog .card .card-reveal .card-title,
.blog-card .card .card-content .card-title,
.blog-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem
}

.email-reply p {
    color: #757575;
    margin: 0
}

.model-email-content {
    padding: 24px
}

.blog-card .card .card-content {
    padding: 5px 10px
}

.blog-card ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.blog-card ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.blog {
    padding: 10px
}

.blog .card {
    margin: 0
}

.blog .card .card-content {
    padding: 5px 10px
}

.blog ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.blog ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.blog-post-content {
    padding-bottom: 10px
}

@media screen and (max-width:2200px) {
    .blog,
    .blog-sizer,
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 20%
    }
    .doughnut-chart-status {
        top: -100px
    }
}

@media screen and (max-width:1800px) {
    .blog,
    .blog-sizer,
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 30%
    }
}

@media screen and (max-width:1600px) {
    .blog,
    .blog-sizer {
        width: 33.33%
    }
    .doughnut-chart-status {
        top: -75px
    }
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 25%
    }
}

@media screen and (max-width:1224px) {
    .blog,
    .blog-sizer,
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 33.33%
    }
    .doughnut-chart-status {
        top: -100px
    }
}

@media screen and (max-width:980px) {
    .blog,
    .blog-sizer,
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 50%
    }
}

@media screen and (max-width:720px) {
    .blog,
    .blog-sizer,
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .blog,
    .blog-sizer,
    .gallary-item img,
    .gallary-sizer,
    .product,
    .product-sizer {
        width: 100%
    }
}

#blog-post-full .card-title {
    text-shadow: 1px 1px 4px #000;
    font-weight: 300;
    font-size: 2rem
}

#blog-post-full .blog-post-full-cat {
    padding: 5px;
    margin: 25px;
    right: 0;
    left: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

#blog-post-full .blog-post-full-cat a {
    color: #fff;
    text-shadow: none
}

.invoice-table {
    padding-top: 40px
}

.invoice-text {
    padding: 18px 0
}

.invoice-icon i {
    font-size: 2rem
}

.product-card .card .card-content .card-title,
.product-card .card .card-reveal .card-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 400
}

.product-card .card {
    margin: 0
}

.product-card .card .card-content {
    padding: 5px 10px
}

.product-card .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0;
    letter-spacing: 0
}

.product-card ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.product-card ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.product .card .card-content .card-title,
.product .card .card-reveal .card-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 400
}

.product {
    width: 20%;
    padding: 10px
}

.product .card {
    margin: 0
}

.product .card .card-content {
    padding: 5px 10px
}

.product .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0;
    letter-spacing: 0
}

.product ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.product ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.gallary-item img,
.gallary-sizer,
.product-sizer {
    width: 20%
}

.slider .indicators {
    z-index: 9999
}

.map-card .card .card-content .card-title,
.map-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400
}

.map-card #map-canvas {
    width: 100%;
    height: 250px
}

.map-card .btn-move-up {
    top: -38px
}

#map-canvas {
    width: 100%;
    height: 250px
}

.plans-container .collection {
    border: none
}

.plans-container .collection .collection-item {
    border-bottom: none;
    text-align: center;
    font-size: 1.07rem;
    line-height: 1.6em
}

.plans-container .collection .collection-item:before {
    font-size: 1.28rem;
    line-height: 1.6em;
    color: #009315;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\e623";
    margin-right: 10px
}

.plans-container .card .card-image {
    position: relative;
    width: 100%
}

.plans-container .card .card-image .card-title {
    position: relative;
    font-size: 1.28rem;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .1)
}

.plans-container .card .card-image .price {
    position: relative;
    font-size: 5rem;
    line-height: 1.6em;
    color: #fff;
    font-weight: 300;
    text-align: center
}

.plans-container .card .card-image .price sup {
    font-weight: 100;
    font-size: 1.42rem;
    line-height: 1.6em;
    top: -35px
}

.plans-container .card .card-image .price sub {
    font-weight: 100;
    font-size: 1.42rem;
    line-height: 1.6em;
    top: 0
}

.plans-container .card .card-image .price-desc {
    text-align: center;
    color: #fff;
    padding-bottom: 10px
}

.plans-container .card .card-content {
    padding: 0
}

#profile-page-header .card-image {
    height: 250px
}

#profile-page-header .card-profile-image {
    width: 110px;
    position: absolute;
    top: 190px;
    z-index: 1;
    left: 40px;
    cursor: pointer;
    margin: 0
}

#profile-page-header .card-content {
    margin-top: -40px
}

#profile-page-header .card-content .card-title {
    margin-bottom: 0
}

#profile-page-wall .profile-image-post {
    width: 60px;
    margin: 30px 10px
}

#profile-page-wall .tab-content {
    padding: 10px
}

#profile-page-wall .share-icons {
    margin-top: 10px
}

#profile-page-wall .share-icons i {
    padding: 0 5px
}

#profile-page-wall .tab-profile .tab i {
    font-size: 16px
}

#profile-page-wall-posts .profile-small {
    height: 250px;
    overflow: hidden
}

#profile-page-wall-posts .profile-medium {
    height: 350px;
    overflow: hidden
}

#profile-page-wall-posts .profile-large {
    height: 450px;
    overflow: hidden
}

#profile-page-wall-posts .card-profile-title {
    font-size: 16px;
    padding: 20px;
    border-radius: 0 0 2px 2px
}

#profile-page-wall-posts .card-action-share {
    padding: 16px
}

.page-footer .container {
    padding: 0 15px
}

#world-map-markers {
    height: 300px
}

#polar-chart-holder {
    padding-top: 20px
}

.input-field div.error {
    position: relative;
    top: -1rem;
    left: 0;
    font-size: .8rem;
    color: #FF4081;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.input-field label.active {
    width: 100%
}

.left-alert input[type=date]+label:after,
.left-alert input[type=datetime-local]+label:after,
.left-alert input[type=email]+label:after,
.left-alert input[type=number]+label:after,
.left-alert input[type=password]+label:after,
.left-alert input[type=search]+label:after,
.left-alert input[type=tel]+label:after,
.left-alert input[type=text]+label:after,
.left-alert input[type=time]+label:after,
.left-alert input[type=url]+label:after,
.left-alert textarea.materialize-textarea+label:after {
    left: 0
}

.right-alert input[type=date]+label:after,
.right-alert input[type=datetime-local]+label:after,
.right-alert input[type=email]+label:after,
.right-alert input[type=number]+label:after,
.right-alert input[type=password]+label:after,
.right-alert input[type=search]+label:after,
.right-alert input[type=tel]+label:after,
.right-alert input[type=text]+label:after,
.right-alert input[type=time]+label:after,
.right-alert input[type=url]+label:after,
.right-alert textarea.materialize-textarea+label:after {
    right: 70px
}

#translation-dropdown::-webkit-scrollbar {
    display: none
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0!important
}

.dataTables_wrapper {
    overflow-x: auto
}

.btn-action {
    width: 23px;
    height: 23px;
    line-height: inherit
}

.btn-action i {
    font-size: 16px;
    line-height: inherit
}

.dataTables_filter input,
.dataTables_length .select-wrapper input {
    height: 1.5rem
}

.dataTables_length .select-wrapper .caret {
    top: 4px
}

.dataTables_wrapper .dataTables_filter {
    text-align: left
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        text-align: center
    }
}

.select2-search--inline,
.select2-search--inline .select2-search__field {
    width: 100%!important
}

.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    outline: 0;
    cursor: pointer;
    display: block;
    height: 45px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #9e9e9e;
    white-space: nowrap;
    line-height: 45px;
    color: #444;
    text-decoration: none;
    font-size: 1rem;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    width: 100%;
    margin-top: -45px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border-top: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: opacity 3s;
    opacity: 0
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    clear: both;
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: 8px 20px;
    font-size: 13px;
    color: #4C4C4C;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    border-top: none;
    opacity: 1;
    transition: opacity 3s
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 8px 20px
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 5px;
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #E4E4E4
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    font-family: 'Material Icons';
    content: '/e5cd'
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    outline: 0;
    box-shadow: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eee
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 20px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -20px;
    padding-left: 40px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -40px;
    padding-left: 60px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 80px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -80px;
    padding-left: 100px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -100px;
    padding-left: 120px
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 8px 20px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.dataTables_length .select2-container {
    width: 110px!important
}

.select2-container {
    margin-bottom: 15px!important
}

.dataTables_length .select2-container .select2-selection--single {
    height: 1.5rem
}

.dataTables_length .select2-container .select2-selection__rendered {
    line-height: 1.5
}

.dataTables_length .select2-container .select2-selection__arrow {
    height: 1.5rem;
    top: 0
}

@media screen and (max-width:640px) {
    .dataTables_length .select2-container {
        width: 100%!important
    }
}

.picker__date-display {
    background-color: #009688!important
}

.picker__weekday-display {
    background-color: #00897b!important
}

@media (min-height:38.875em) {
    .picker--opened .picker__frame {
        top: 5%
    }
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    background: #009688!important
}

.picker__nav--next:hover:before {
    border-left: .75em solid #fff!important
}

.picker__nav--prev:hover:before {
    border-right: .75em solid #fff!important
}