﻿

/* Global Styles */

body {
    position: relative;
    height: 100%!important;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    background: #ccc;
    color: #4E5E6A;
}

html {
    height: 100%!important;
    position: relative;
}

a:hover,
a:active,
a:focus {
    outline: none!important;
}

.tooltipster-default .tooltipster-content {
    font-family: 'Ubuntu', sans-serif !important;
}


/* Typography */

p {
    display: block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    font-weight: 600;
}

.f-thin {
    font-weight: 400;
}

.f-normal {
    font-weight: normal;
}

.f-bold {
    font-weight: 600;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-size: 32px;
}

.text-xl {
    font-size: 52px;
}

.text-xxl {
    font-size: 80px;
}

.f-white {
    color: #fff;
}

.f-gray {
    color: #ccc;
}

.f-gray-dark {
    color: #a2a2a2;
}

.f-black {
    color: #333;
}

.f-green {
    color: #22BAA0;
}

.f-blue {
    color: #127acb;
}

.f-lblue {
    color: #12AFCB;
}

.f-purple {
    color: #7a6fbe;
}

.f-red {
    color: #f25656;
}

.f-yellow {
    color: #f6d433;
}

.f-orange {
    color: #e79b2f;
}

.text-default {
    color: #ccc;
}

.text-primary {
    color: #7a6fbe;
}

.text-success {
    color: #22BAA0;
}

.text-info {
    color: #12AFCB;
}

.text-warning {
    color: #f6d433;
}

.text-danger {
    color: #f25656;
}


/* Icons */

.icon-xs {
    font-size: 12px;
}

.icon-sm {
    font-size: 14px;
}

.icon-md {
    font-size: 16px;
}

.icon-lg {
    font-size: 18px;
}

.icon-state-default {
    color: #ccc;
}

.icon-state-primary {
    color: #7a6fbe;
}

.icon-state-success {
    color: #22BAA0;
}

.icon-state-info {
    color: #12AFCB;
}

.icon-state-warning {
    color: #f6d433;
}

.icon-state-danger {
    color: #f25656;
}


/* Alert */

.alert {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}

.alert-success {
    background: #e5f3df;
}

.alert-info {
    background: #d3e6f0;
}

.alert-warning {
    background: #f6f2dd;
}

.alert-danger {
    background: #f1d9d9;
}

/* Custom Badges */

.badge {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    border-radius: 0px;
    font-weight: 400;
    font-size: 11px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 11px;
    height: 18px;
    padding: 3px 6px 3px 6px;
    text-shadow: none !important;
}

.badge.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.badge.badge-default {
    background: #f1f1f1;
    color: #aaa;
}

.badge.badge-primary {
    background: #7a6fbe;
    color: #FFF;
}

.badge.badge-info {
    background: #12AFCB;
    color: #FFF;
}

.badge.badge-success {
    background: #22BAA0;
    color: #FFF;
}

.badge.badge-danger {
    background: #f25656;
    color: #FFF;
}

.badge.badge-warning {
    background: #f6d433;
    color: #FFF;
}


/* Switchery */

.switch-sm .switchery {
    height: 15px;
    width: 25px;
}

.switch-sm .switchery > small {
    height: 15px;
    width: 15px;
}

.switch-md .switchery {
    height: 20px;
    width: 35px;
}

.switch-md .switchery > small {
    height: 20px;
    width: 20px;
}

.switch-lg .switchery {
    height: 25px;
    width: 40px;
}

.switch-lg .switchery > small {
    height: 25px;
    width: 25px;
}


/* CSS Utilities */
/* Margins & Paddings */

.no-s {
    margin: 0px!important;
    padding: 0px!important;
}

.no-m {
    margin: 0;
}

.no-p {
    padding: 0;
}

.m {
    margin: 15px;
}

.m-t-xxs {
    margin-top: 5px;
}

.m-r-xxs {
    margin-right: 5px;
}

.m-b-xxs {
    margin-bottom: 5px;
}

.m-l-xxs {
    margin-left: 5px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-t-sm {
    margin-top: 15px;
}

.m-r-sm {
    margin-right: 15px;
}

.m-b-sm {
    margin-bottom: 15px;
}

.m-l-sm {
    margin-left: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-r-md {
    margin-right: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-l-md {
    margin-left: 20px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-r-lg {
    margin-right: 25px;
}

.m-b-lg {
    margin-bottom: 25px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-t-xxl {
    margin-top: 30px;
}

.m-r-xxl {
    margin-right: 30px;
}

.m-b-xxl {
    margin-bottom: 30px;
}

.m-l-xxl {
    margin-left: 30px;
}

.m-t-n-xxs {
    margin-top: -5px;
}

.m-r-n-xxs {
    margin-right: -5px;
}

.m-b-n-xxs {
    margin-bottom: -5px;
}

.m-l-n-xxs {
    margin-left: -5px;
}

.m-t-n-xs {
    margin-top: -10px;
}

.m-r-n-xs {
    margin-right: -10px;
}

.m-b-n-xs {
    margin-bottom: -10px;
}

.m-l-n-xs {
    margin-left: -10px;
}

.m-t-n-sm {
    margin-top: -15px;
}

.m-r-n-sm {
    margin-right: -15px;
}

.m-b-n-sm {
    margin-bottom: -15px;
}

.m-l-n-sm {
    margin-left: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-t-n-lg {
    margin-top: -25px;
}

.m-r-n-lg {
    margin-right: -25px;
}

.m-b-n-lg {
    margin-bottom: -25px;
}

.m-l-n-lg {
    margin-left: -25px;
}

.m-t-n-xxl {
    margin-top: -30px;
}

.m-r-n-xxl {
    margin-right: -30px;
}

.m-b-n-xxl {
    margin-bottom: -30px;
}

.m-l-n-xxl {
    margin-left: -30px;
}

.p {
    padding: 15px;
}

.p-h-xxs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.no-p-h {
    padding-left: 0;
    padding-right: 0;
}

.no-p-v {
    padding-top: 0;
    padding-bottom: 0;
}

.p-h-md {
    padding-left: 20px;
    padding-right: 20px;
}

.p-h-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.p-h-xxl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-v-xxl {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Borders */

.no-b {
    border: 0!important;
}

.b {
    border: 1px solid #f1f1f1;
}

.b-t {
    border-top: 1px solid #f1f1f1;
}

.b-r {
    border-right: 1px solid #f1f1f1;
}

.b-b {
    border-bottom: 1px solid #f1f1f1;
}

.b-l {
    border-left: 1px solid #f1f1f1;
}

.b-default {
    border-color: #f1f1f1;
}

.b-primary {
    border-color: #7a6fbe;
}

.b-info {
    border-color: #12AFCB;
}

.b-success {
    border-color: #22BAA0;
}

.b-warning {
    border-color: #f6d433;
}

.b-danger {
    border-color: #f25656;
}

.b-2 {
    border-size: 2px;
}

.b-3 {
    border-size: 3px;
}

.b-4 {
    border-size: 4px;
}

.b-n-t {
    border-top: 0;
}

.b-n-r {
    border-right: 0;
}

.b-n-b {
    border-bottom: 0;
}

.b-n-l {
    border-left: 0;
}


/* Radius */

.no-r {
    border-radius: 0!important;
}

.r {
    border-radius: 2px;
}

.r-t-l {
    border-top-left-radius: 2px;
}

.r-t-r {
    border-top-right-radius: 2px;
}

.r-b-l {
    border-bottom-left-radius: 2px;
}

.r-b-r {
    border-bottom-right-radius: 2px;
}

.no-r-t-l {
    border-top-left-radius: 0!important;
}

.no-r-t-r {
    border-top-right-radius: 0!important;
}

.no-r-b-l {
    border-bottom-left-radius: 0!important;
}

.no-r-b-r {
    border-bottom-right-radius: 0!important;
}

/* Backgrounds */

.bg-n {
    background: transparent!important;
}

.bg-primary {
    background-color: #7a6fbe;
    color: #fff;
}

.bg-primary.dark {
    background-color: #6e63b4;
    color: #fff;
}

.bg-primary.light {
    background-color: #877cc7;
    color: #fff;
}

.bg-success {
    background-color: #22BAA0;
    color: #fff;
}

.bg-success.dark {
    background-color: #1da890;
    color: #fff;
}

.bg-success.light  {
    background-color: #32c6ad;
    color: #fff;
}

.bg-info {
    background-color: #12AFCB;
    color: #fff;
}

.bg-info.dark {
    background-color: #0ba0bb;
    color: #fff;
}

.bg-info.light {
    background-color: #20beda;
    color: #fff;
}

.bg-warning {
    background-color: #f6d433;
    color: #fff;
}

.bg-warning.dark {
    background-color: #f1ca11;
    color: #fff;
}

.bg-warning.light {
    background-color: #fada44;
    color: #fff;
}

.bg-danger {
    background-color: #f25656;
    color: #fff;
}

.bg-danger.dark {
    background-color: #e54f4f;
    color: #fff;
}

.bg-danger.light {
    background-color: #f66d6d;
    color: #fff;
}

.bg-dark {
    background-color: #333;
    color: #fff;
}

.bg-dark.dark {
    background-color: #2b2b2b;
    color: #fff;
}

.bg-dark.light {
    background-color: #3b3b3b;
    color: #fff;
}

.bg-light {
    background-color: #f1f1f1;
}

.bg-light.dark {
    background-color: #e5e5e5;
}

.bg-light.light {
    background-color: #f9f9f9;
}

.bg-gray {
    background-color: #ccc;
}

.bg-gray.dark {
    background-color: #b9b9b9;
}

.bg-gray.light {
    background-color: #d7d7d7;
}


/* Buttons */

.btn {
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none!important;
}

.btn-addon i {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    margin: -7px -13px;
    margin-right: 12px;
    line-height: 34px;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: rgba(0,0,0, 0.1);
}

.btn-rounded.btn-addon i {
    margin: -7px -16px;
    margin-right: 15px;
    border-radius: 50px;
}

.btn-rounded.btn-addon.btn-sm i {
    margin: -7px -16px;
    margin-right: 10px;
    border-radius: 50px;
}

.btn-lg {
    line-height: inherit;
}

.btn-lg.btn-addon i {
    width: 45px;
    height: 45px;
    margin: -11px -17px;
    margin-right: 16px;
    line-height: 45px;
}

.btn-sm.btn-addon i {
    width: 30px;
    height: 30px;
    margin: -6px -11px;
    margin-right: 10px;
    line-height: 30px;
}

.btn-xs.btn-addon i {
    width: 22px;
    height: 22px;
    margin: -2px -6px;
    margin-right: 5px;
    line-height: 22px;
    font-size: 10px;
}

.btn-default {
    background-color: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-group.open .btn-default.dropdown-toggle,
.btn.btn-default.active {
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
}

.btn-primary {
    background-color: #7a6fbe;
    color: #fff;
    border: 1px solid transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-group.open .btn-primary.dropdown-toggle,
.btn.btn-primary.active {
    background-color: #6a5fac;
    border: 1px solid transparent;
}

.btn-success {
    background-color: #22BAA0;
    color: #fff;
    border: 1px solid transparent;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-group.open .btn-success.dropdown-toggle,
.btn.btn-success.active {
    background-color: #1DB198;
    border: 1px solid transparent;
}

.btn-danger {
    background-color: #f25656;
    color: #fff;
    border: 1px solid transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-group.open .btn-danger.dropdown-toggle,
.btn.btn-danger.active {
    background-color: #e14444;
    border: 1px solid transparent;
}

.btn-info {
    background-color: #12AFCB;
    color: #fff;
    border: 1px solid transparent;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-group.open .btn-info.dropdown-toggle,
.btn.btn-info.active {
    background-color: #08A7C3;
    border: 1px solid transparent;
}

.btn-warning {
    background-color: #f2ca4c;
    color: #fff;
    border: 1px solid transparent;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-group.open .btn-warning.dropdown-toggle,
.btn.btn-warning.active {
    background-color: #e8bf40;
    border: 1px solid transparent;
}

.btn-rounded {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-facebook {
    background: #627AAC;
    color: #fff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background: #3B5998;
    color: #fff;
}

.btn-twitter {
    background: #33BBF3;
    color: #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    background: #00ABF0;
    color: #fff;
}

.btn-google {
    background: #E0745B;
    color: #fff;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    background: #D95232;
    color: #fff;
}

.btn-youtube {
    background: #D6464B;
    color: #fff;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
    background: #CC181E;
    color: #fff;
}

.btn-vimeo {
    background: #69C8FF;
    color: #fff;
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active {
    background: #44BBFF;
    color: #fff;
}

.btn-dribbble {
    background: #E094B7;
    color: #fff;
}

.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active {
    background: #D97AA5;
    color: #fff;
}

.btn-github {
    background: #848484;
    color: #fff;
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active {
    background: #666666;
    color: #fff;
}

.btn-instagram {
    background: #658EAF;
    color: #fff;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
    background: #3F729B;
    color: #fff;
}

.btn-pinterest {
    background: #BE464B;
    color: #fff;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
    background: #AE181F;
    color: #fff;
}

.btn-vk {
    background: #7D9BBB;
    color: #fff;
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active {
    background: #5D83AA;
    color: #fff;
}

.btn-rss {
    background: #F19958;
    color: #fff;
}

.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active {
    background: #EE802F;
    color: #fff;
}

.btn-flickr {
    background: #3395C4;
    color: #fff;
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active {
    background: #007BB6;
    color: #fff;
}


/* Box Shadow */

.bs-n {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bs-dark {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.bs-light {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.bs-t {
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
}

.bs-r {
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
}

.bs-b {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.bs-l {
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
}


/* Width & Height */


.full-height {
    height: 100%!important;
}

.full-width {
    width: 100%!important;
}

.w-xxs {
    width: 50px;
}

.w-xs {
    width: 90px;
}

.w-sm {
    width: 140px;
}

.w {
    width: 200px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 330px;
}

.w-xxl {
    width: 370px;
}

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}


/* Tooltip */

.tooltip-inner {
    border-radius: 0;
}


/* Panel */

.panel {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 0!important;
    margin-bottom: 25px;
    border-radius: 0;
}

@media (min-width: 768px) {
    .panel > .row > div:first-child {
        padding-left: 15px;
        padding-right: 0;
    }

    .panel > .row > div:last-child {
        padding-left: 0;
        padding-right: 15px;
    }
}

.panel .panel-heading {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
}

.panel .panel-heading .panel-title {
    font-size: 14px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.panel .panel-heading .panel-title small {
    font-size: 80%;
}

.panel .panel-heading .panel-control {
    float: right;
    height: auto;
}

.panel .panel-heading .panel-control a {
    text-decoration: none;
    color: #ccc;
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.panel .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel .panel-body {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-heading + .panel-body {
    padding: 0 20px 20px 20px;
}

.panel-default .panel-heading {
    background: #f1f1f1;
    border-color: #e7e7e7;
}

.panel-default .panel-heading .panel-control a {
    color: #bbb;
}

.panel-default .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-primary .panel-heading {
    background: #7a6fbe;
    color: #fff;
}

.panel-primary .panel-heading .panel-control a {
    color: #fff;
}

.panel-primary .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-success .panel-heading {
    background: #22BAA0;
    color: #fff;
}

.panel-success .panel-heading .panel-control a {
    color: #fff;
}

.panel-success .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-info .panel-heading {
    background: #12AFCB;
    color: #fff;
}

.panel-info .panel-heading .panel-control a {
    color: #fff;
}

.panel-info .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-warning .panel-heading {
    background: #f6d433;
    color: #fff;
}

.panel-warning .panel-heading .panel-control a {
    color: #fff;
}

.panel-warning .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-danger .panel-heading {
    background: #f25656;
    color: #fff;
}

.panel-danger .panel-heading .panel-control a {
    color: #fff;
}

.panel-danger .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-transparent .panel-heading .panel-control a {
    color: #ccc;
}

.panel-transparent .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-white {
    background: #fff;
    border: 1px solid #e9e9e9!important;
}

.panel-white .panel-heading .panel-control a {
    color: #ccc;
}

.panel-white .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-purple {
    background: #7a6fbe;
}

.panel-purple .panel-heading {
    color: #fff;
}

.panel-purple .panel-body {
    color: #fff;
}

.panel-purple .panel-heading .panel-control a {
    color: #fff;
}

.panel-purple .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-green {
    background: #22BAA0;
}

.panel-green .panel-heading {
    color: #fff;
}

.panel-green .panel-body {
    color: #fff;
}

.panel-green .panel-heading .panel-control a {
    color: #fff;
}

.panel-green .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-blue {
    background: #12AFCB;
}

.panel-blue .panel-heading {
    color: #fff;
}

.panel-blue .panel-body {
    color: #fff;
}

.panel-blue .panel-heading .panel-control a {
    color: #fff;
}

.panel-blue .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-yellow {
    background: #f6d433;
}

.panel-yellow .panel-heading {
    color: #fff;
}

.panel-yellow .panel-body {
    color: #fff;
}

.panel-yellow .panel-heading .panel-control a {
    color: #fff;
}

.panel-yellow .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-red {
    background: #f25656;
}

.panel-red .panel-heading {
    color: #fff;
}

.panel-red .panel-body {
    color: #fff;
}

.panel-red .panel-heading .panel-control a {
    color: #fff;
}

.panel-red .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-placeholder {
    border: 2px dashed #ddd;
    margin-bottom: 20px;
}


/* Wells */

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #F6F6F6;
    border: 0;
}


/* Modals */

.modal {
    z-index: 9999999;
}

.modal-content {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
}

.modal-header {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
}

.modal-body {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-footer {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.modal-header + .modal-body {
    padding: 0 20px 20px 20px;
}

.modal-body + .modal-footer {
    padding: 0 20px 28px 20px;
}

.modal-open {
    overflow-y: auto!important;
}

.modal-open {
    padding: 0!important;
}

.modal-backdrop {
    z-index: 999999;
}

/* Pagination */

.pagination > li > a {
    color: #5B5B5B;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #22BAA0; 
    border-color: #22BAA0;
}


/* Progress Bars */

.progress {
    border-radius: 2px;
}

.progress-squared {
    border-radius: 0;
}

.progress-xs {
    height: 5px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 15px;
}

.progress-lg {
    height: 25px;
}

.progress-bar {
    background-color: #7a6fbe;
}

.progress-bar-success {
    background-color: #22BAA0;
}

.progress-bar-info {
    background-color: #12AFCB;
}

.progress-bar-warning {
    background-color: #f6d433;
}

.progress-bar-danger {
    background-color: #f25656;
}


/* Tabs */

.tab-content {
    padding: 15px;
    background: #fff;
    
}

.nav-tabs > li > a {
    border-radius: 0!important;
    color: #777;
    border-bottom: 1px solid #DDDDDD;
}

.nav-tabs > li > a:hover {
    background: #f1f1f1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: #fff;
}

.nav-pills > li > a {
    color: #777;
    border-radius: 0!important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #7a6fbe;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: #fff #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    border-left-color: #ffffff;
}


/* Accordions */

.panel-group .panel-heading .panel-title > a {
    font-size: 14px;
}

.panel-group .panel-heading {
    font-size: 14px;
    height: auto!important;
}

.panel-group .panel-heading  .panel-title > a {
    text-decoration: none;
}

.panel-group  .panel-heading {
    border-bottom: 0!important;
}

.panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-group .panel-heading .panel-title {
    position: relative;
    width: 100%;
}


/* jsTree */

.jstree-default .jstree-clicked {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}

.jstree-default li a:hover {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}



/* Labels */

.label.label-default {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.label.label-success {
    background: #22BAA0;
}

.label.label-primary {
    background: #7a6fbe;
}

.label.label-info {
    background: #12AFCB;
}

.label.label-danger {
    background: #f25656;
}

.label.label-warning {
    background: #f6d433;
}


/* Forms */

label {
    font-size: 13px;
    font-weight: normal;
}

.controls label {
    display: block;
}

.form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[disabled] {
    background: #f7f7f7;
    border-color: #d2d7db;
}

.form-control:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
}

.help-block {
    margin-bottom: 5px;
}

.form-group.has-success .form-control,
.form-group.has-warning .form-control,
.form-group.has-error .form-control {
    box-shadow: none;
}

.form-group.has-success .form-control:focus {
    border: 1px solid #22BAA0;
    background: #fff;
}

.form-group.has-warning .form-control:focus {
    border: 1px solid #f6d433;
    background: #fff;
}

.form-group.has-error .form-control:focus {
    border: 1px solid #f25656;
    background: #fff;
}

.form-group.has-success label {
    color: #22BAA0;
}

.form-group.has-warning label {
    color: #f6d433;
}

.form-group.has-error label {
    color: #f25656;
}

label.error {
    color: #a94442;
    font-weight: bold;
    margin-top: 5px;
    float: left;
    font-size: 12px;
}

input.form-control.input-rounded {
    border-radius: 30px;
}

.input-group .btn {
    padding: 7px 12px;
}

ol.linenums {
    margin: 0;
}

.select2-selection {
    background: #fff!important;
    border-radius: 0!important;
    border: 1px solid #dce1e4!important;
    box-shadow: none!important;
    font-size: 13px!important;
    padding: 6px 10px 0!important;
    min-height: 34px!important;
    -webkit-transition: all 0.2s ease-in-out!important;
    -moz-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
}

.select2-dropdown {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    border-top: 0;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.select2-dropdown.select2-dropdown--above {
    border: 1px solid #dce1e4;
    border-bottom: 0;
}

.select2-selection--multiple .select2-selection__choice {
    background: #f1f1f1!important;
    border-radius: 0!important;
    border: 1px solid #ccc!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: inherit!important;
    padding: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0!important;
}

.popover {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.popover-title {
    border-radius: 0;
}

.popover.top > .arrow {
    border-top-color: #ebebeb;
}

.popover.left > .arrow {
    border-left-color: #ebebeb;
}

.popover.right > .arrow {
    border-right-color: #ebebeb;
}

.popover.bottom > .arrow {
    border-bottom-color: #ebebeb;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0!important;
}



/* Tables */

.table > tbody > tr > td, 
.table > tbody > tr > th,
.table > tfoot > tr > td, 
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table td {
    padding: 15px!important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
    outline: 0;
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #5f5f5f!important;
    border: 1px solid #ebebeb;
    background: #f1f1f1!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: #5f5f5f!important;
    border: 1px solid transparent;
    background: #f7f7f7!important;
    box-shadow: none;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}


/* Wysiwyg */

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

.note-dialog .note-modal-form {
    margin: 0 15px 0 15px;
}

.note-editor .note-toolbar {
    border-bottom: 0;
    background: #fff;
    padding: 10px;
}

.note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group {
    margin-top: 0;
}

.note-editor .note-editable {
    padding: 15px;
    padding-top: 10px;
    overflow: auto;
    outline: 0;
}

.note-editor .note-statusbar {
    background: transparent;
}

.note-editor .note-statusbar .note-resizebar {
    border: 0;
}


/* Center */

.center {
    margin: 0 auto;
    float: none!important;
    display: block;
}


/* Display */

.display-block {
    display: block;
}

.display-inline {
    display: inline-block;
}


/* Middle Box */

.box-middle {
    position: absolute;
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px!important;
    margin-top: -200px!important;
}


/* Date Picker */

.datepicker {
    padding: 10px!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 0!important;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
}

.datepicker table tr td,
.datepicker table tr th, 
.datepicker table tr td span {
    border-radius: 0!important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #7a6fbe;
    border: 0;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:hover.active, 
.open .dropdown-toggle.datepicker table tr td span.active, 
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #7a6fbe;
    border: 0;
}


/* Colorpicker */

.colorpicker {
    padding: 10px!important;
}


/* Dropzone */

.dropzone {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    background: #f9f9f9;
}


/* Image Cropper */

.img-preview {
    height: 150px;
    width: 220px;
    overflow: hidden;
    text-align: center;
}


/* Sparkline Charts */

.jqstooltip {
    box-sizing: content-box;
}


/* Flot Chart */

#flot1 {
    width: 100%;
    height: 250px;
}

#flot2 {
    width: 100%;
    height: 250px;
}

#flot3 {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

#flot3 .pie-chart-legend {
    padding: 5px;
}

#flot4 {
    width: 100%;
    height: 250px;
}

#flotTip {
    border-radius: 0;
    background: rgba(51,51,51,0.8);
    color: #fff;
    padding: 5px;
    font-size: 13px!important;
}


/* Vector Maps */

.jqvmap-zoomin,
.jqvmap-zoomout {
    background-color: #7a6fbe;
    color: #fff;
    border: 1px solid transparent;
    font-size: 13px;
    border-radius: 0;
    outline: none!important;
    padding: 3px 5px;
    height: auto;
    width: auto;
    margin-left: 7px;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomin:focus,
.jqvmap-zoomin:active,
.jqvmap-zoomout:hover,
.jqvmap-zoomout:focus,
.jqvmap-zoomout:active {
    background-color: #6a5fac;
    border: 1px solid transparent;
}


/* Gritter Notifications */

.gritter-item {
    font-size: 13px;
    background: rgba(0,0,0, 0.7);
    background-image: none!important;
    padding: 15px;
}

.gritter-top {
	background: none!important;
}

.gritter-bottom {
	background: none!important;
}

.gritter-close {
	top: 15px;
    left: auto;
	right: 5px;
}

.gritter-image {
	width: 50px;
	height: 50px;
    border-radius: 100%;
}

.gritter-with-image {
    padding-left: 10px;
}

/* Calendar */


.fc button {
	height: auto;
    padding: 6px 12px;
	font-size: 13px;
}


.fc button::-moz-focus-inner { 
    margin: 0; 
    padding: 0; 
}
	
.fc-state-default {
	border: 1px solid;
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.fc-state-default {
	background-color: #fff;
	background-image: none;
	border-color: #e5e5e5;
	color: #333;
	text-shadow: 0;
	box-shadow: 0;
    outline: 0!important;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.fc-state-down,
.fc-state-active {
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
	box-shadow: 0!important;
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.fc-day-grid-event {
	padding: 5px;
    background: #22BAA0;
    border: 0;
}


/* List Groups */

.list-group-item.active {
    background: #f1f1f1;
    border-color: #DDDDDD;
    color: #333;
}

.list-group-item.active:hover {
    background: #e7e7e7;
    border-color: #DDDDDD;
    color: #333;
}


/* Header */

.navbar {
    border: none;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    border-radius: 0px;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.page-header-fixed .navbar {
    position: fixed;
    right: 0;
    left: 0;
}

.topmenu-outer {
    height: 60px;
    background: #fff;
}

.pace .pace-progress {
    background: #22BAA0;
}

.pace .pace-progress-inner {
    box-shadow: 0 0 10px #22BAA0, 0 0 5px #22BAA0;
}

.pace .pace-activity {
    border-top-color: #22BAA0;
    border-left-color: #22BAA0;
    margin-top: 60px;
}


/* logo */

.navbar .logo-box {
    position: relative;
    width: auto;
    height: 60px;
    float: left;
}

.navbar .logo-box .logo-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 25px 0 0;
    vertical-align: middle;
    display: block;
}

.navbar .logo-box a:hover,
.navbar .logo-box a:focus {
    text-decoration: none;
}

.navbar .logo-box a {
    margin: 0 auto;
}

.small-sidebar .navbar .logo-box {
    width: 65px;
}


/* Top Menu */

.navbar-nav.navbar-right {
    margin-right: 0;
}

.top-menu .navbar-nav > li {
    height: 49px;
} 

.top-menu .navbar-nav > li > a {
    display: block;
    padding: 20px 18px;
    color: #5f5f5f;
    border: none;
    position: relative;
    line-height: 20px;
} 

.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus,
.top-menu .nav > li > a:active,
.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
    background: transparent;
} 

.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
    background: transparent;
    border-color: none;
}

.top-menu .navbar-nav > li > a > i {
    font-size: 14px;
}

.top-menu .navbar-nav > li > a > .badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 12px;
    right: 7px;
    padding: 3px 6px;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.top-menu .navbar-nav > li > a > .user-name {
    padding: 0 10px 0 0;
    line-height: 20px;
}

.top-menu .navbar-nav > li > a > .user-name {
    padding: 0 10px 0 0;
    line-height: 20px;
}

@media (max-width: 991px) {
    .top-menu .navbar-nav > li > a > .user-name {
        display: none;
    }
}

.top-menu .navbar-nav > li > a > .user-name > i {
    margin-left: 5px;
}

.avatar {
    padding: 0px;
    margin: -19px 0 -15px 0;
    position: relative;
    display: inline-block;
}


/* Dropdowns */

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-color: #fffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d8dee4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    font-size: 13px;
}

.dropdown-menu li a:hover {
    background: #f7f7f7;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 25px!important;
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d8dee4;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown.dropup > .dropdown-menu:after,
.dropdown.dropup > .dropdown-menu:before,
.btn-group.dropup > .dropdown-menu:after,
.btn-group.dropup > .dropdown-menu:before,
.dropdown-toggle.dropup > .dropdown-menu:after,
.dropdown-toggle.dropup > .dropdown-menu:before {
    display: none !important;
}

.navbar-left .dropdown-menu:before,
.dropdown-menu.dropdown-menu-left:before {
    left: 16px;
    right: auto;
}

.navbar-left .dropdown-menu:after,
.dropdown-menu.dropdown-menu-left:after {
    left: 17px;
    right: auto;
}

.navbar-right .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
    right: 16px;
    left: auto;
}

.navbar-right .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
    right: 17px;
    left: auto;
}

.dropdown-menu.title-caret:after {
    border-bottom: 7px solid #fff;
}

.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:active,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
    background: #F7F7F7;
    color: #333;
} 

.drop-title {
    display: block;
    border-bottom: 1px solid #F3F3F3;
    font-size: 14px;
    background: #fff;
    padding: 12px;
    color: #6a6a6a;
    margin: 0px;
}

.dropdown-menu li.drop-all a, .dropdown-menu li.drop-all span {
    padding: 10px;
    color: #707070;
    background: #FFF;
    font-size: 13px;
}

.dropdown-menu li.drop-all a:hover {
    background: #f7f7f7;
}

.dropdown-sm {
    width: 190px;
}

.dropdown-md {
    width: 230px;
}

.dropdown-lg {
    width: 280px;
}

.dropdown-menu li a {
    padding: 7px 10px 7px 10px;
    color: #5f5f5f;
    font-size: 13px;
}

.dropdown-menu li a i {
    margin-right: 10px;
}

.dropdown-menu li.no-link {
    padding: 7px 10px 7px 10px;
}

.dropdown-menu li.li-group {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px 5px 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: transparent;
}

.navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    margin-top: 40px!important;
}

.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 25px!important;
}

.navbar .dropdown {
    display: inline-block;
}


/* Messages */

.messages {
    max-height: 300px;
}

.messages li a {
    color: #bababa;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.messages li a:hover {
    background: #f7f7f7;
}

.messages li {
    border-bottom: 1px solid #f3f3f3;
}

.messages li a .msg-img {
    height: 100%;
    display: block;
    float: left;
    position: relative;
}

.online {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background: #ccc;
}

.online.on {
    background: #44AEA1;
}

.online.off {
    background: #f3565d;
}

.messages li a img {
    width: 40px;
}

.messages li a .msg-name {
    display: block;
    font-size: 14px;
    color: #707070;
    padding: 0 0 0 10px;
    margin: 0px;
    float: left;
}

.messages li a .msg-text {
    display: block;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;   
    color: #a0a0a0;
    margin: 0px;
    float: left;
    padding: 0 0 0 10px;
}

.messages li a .msg-time {
    font-size: 11px;
    display: block;
    width: 210px;
    padding: 0 4px 0 8px;
    margin: 0px;
    float: right;
}


/* Tasks */

.tasks {
    max-height: 300px;
}

.tasks li .task-lnk {
    color: #bababa;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.tasks li {
    border-bottom: 1px solid #f3f3f3;
}

.tasks li .task-lnk:hover {
    background: #f7f7f7;
}

.task-icon.badge {
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    padding-top: 6px;
}

.task-icon i {
    text-align: center;
    font-size: 12px;
}
    
.tasks li a .task-details {
    display: block;
    font-size: 13px;
    color: #868686;
    padding: 3px 0 0 0;
    margin: 0px;
    float: left;
    width: 148px;
}

.tasks li a .badge {
    margin: 0px;
    margin-right: 5px;
    max-width: 85px;
}


/* Page Content */

.page-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    background: #f7f8f8;
    min-height: 100%;
}


/* Sidebar */

.page-sidebar {
    width: 240px;
    display: block;
    z-index: 998;
    float: left;
    height: auto !important;
    overflow: visible !important;
    border-right: 1px solid #e9e9e9;
}

.page-sidebar:before {
    background-color: inherit;
    border: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: inherit;
    border-right: 1px solid #e9e9e9;
}

.sidebar .sidebar-title {
    display: block;
    margin: 0 0 10px 0;
}

.page-sidebar-fixed:not(.page-header-fixed) .logo-box {
    position: fixed;
    display: block;
}

.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
    margin-left: 240px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
    margin-left: 65px;
}

.page-header-fixed .page-sidebar {
    padding-top: 60px;
}


.page-sidebar-fixed .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 60px;
}

.page-sidebar-fixed .page-sidebar-inner {
    height: 100%;
}

.page-sidebar .page-sidebar-inner {
    height: 100%!important;
}

.small-sidebar .page-sidebar {
    width: 65px;
}

.small-sidebar .page-sidebar-inner {
    overflow: visible!important;
}

.sidebar-header {
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 20px;
}

.sidebar-profile-image {
    display: block;
}

.sidebar-profile {
    overflow: hidden;
    position: relative;
    display: block;
}

.sidebar-profile a {
    text-decoration: none;
}

.sidebar-profile img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.sidebar-profile span {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 8px 0 0 0;
    text-align: center;
}

.sidebar-profile span small {
    color: #90999c;
    padding: 5px 0;
}

.small-sidebar .sidebar-header,
.page-horizontal-bar .sidebar-header {
    display: none;
}


/* Horizontal Bar */

.horizontal-bar {
    position: relative;
    width: 100%!important;
    display: block;
    z-index: 99;
    float: none;
    height: auto!important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 0;
}

.horizontal-bar:before {
    border: 0;
}


@media (min-width: 768px) {
    .page-sidebar-fixed.page-horizontal-bar .sidebar {
        position: fixed;
        top: 0;
        bottom: auto;
        padding-top: 60px;
    }
}

.small-sidebar .horizontal-bar .slimScrollDiv {
    overflow: visible!important;
}

.page-horizontal-bar.page-header-fixed .horizontal-bar {
    padding-top: 60px;
}

.page-horizontal-bar.page-sidebar-fixed .navbar {
    z-index: 9999;
}

@media (max-width: 1200px) {
    .horizontal-bar .accordion-menu > li > a > p {
        display: none;
    }
    
    .compact-menu .horizontal-bar .accordion-menu > li > a > p {
        display: none!important;
    }
    
    body:not(.small-sidebar) .horizontal-bar .accordion-menu > li > a > .menu-icon {
        float: none!important;
        margin: 0!important;
    }
    
    .horizontal-bar .accordion-menu ul {
        top: 50px!important;
    }
}

.page-horizontal-bar .navbar .logo-box {
    border-right: 0;
}

.horizontal-bar .page-sidebar-inner {
    overflow: visible!important;
}

.horizontal-bar .accordion-menu {
    text-align: center;
	font-size: 0;
    width: 100%!important;
    overflow: visible!important;
}

.horizontal-bar .accordion-menu li {
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
}

.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a,
.horizontal-bar .accordion-menu > li > a {
    padding: 16px!important;
}

.small-sidebar .horizontal-bar .accordion-menu li a span.menu-icon {
    font-size: 15px;
}

.horizontal-bar .accordion-menu > li > a > p {
    font-size: 13px;
}

.compact-menu .horizontal-bar .accordion-menu li a p {
    display: inline;
}

.horizontal-bar .accordion-menu .sub-menu li a {
    font-size: 13px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-horizontal-bar.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    width: auto;
}

.page-horizontal-bar.compact-menu .menu.accordion-menu ul li a {
    padding: 10px 25px;
}

.horizontal-bar .accordion-menu > li > a > span.arrow:before {
    display: none;
}

body:not(.small-sidebar) .horizontal-bar .menu.accordion-menu > li > a > .menu-icon {
    font-size: 14px;
}

.small-sidebar.page-horizontal-bar .menu.accordion-menu > li > a > span.menu-icon {
    margin: 0!important;
}

.horizontal-bar .accordion-menu > li > ul {
    left: 0!important;
    top: 75px;
    width: 294px;
    position: absolute;
}

.horizontal-bar .accordion-menu ul li {
    display: block;
    text-align: left;
}

.horizontal-bar .accordion-menu li.menu-title {
    display: none;
}

.small-sidebar .horizontal-bar .accordion-menu > li > a > p {
    display: none!important;
}

.small-sidebar .horizontal-bar .accordion-menu > li > ul {
    top: 52px;
}

.small-sidebar.page-horizontal-bar.page-sidebar-fixed .page-inner {
    padding-left: 0px;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
    padding: 110px 0 50px 0;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0 0 50px 65px;
}

.small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
	padding: 0 0 50px 0;
}


/* Search */

.search-form {
    display: block;
    width: 100%;
    height: 60px;
    z-index: 99999;
    position: fixed;
    background: #fff;
    margin-top: -60px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.search-form .input-group {
    height: 60px;
}

.search-form .input-group input {
    color: #5f5f5f;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px!important;
}

.search-form .input-group button,
.search-form .input-group button:hover,
.search-form .input-group button:focus {
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    color: #5f5f5f;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Menu */

.menu li a .badge {
    margin-left: 10px;
}

.menu.accordion-menu {
    padding: 0px;
    margin: 0px;
    width: 239px;
	color: white;
    position: relative;
    display: block;
}

.menu.accordion-menu a {
    display: block;
    padding: 12px 25px;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
}

.menu.accordion-menu .nav-heading {
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.compact-menu .menu.accordion-menu .nav-heading {
    text-align: left;
}

.small-sidebar .menu.accordion-menu .nav-heading,
.page-horizontal-bar .menu.accordion-menu .nav-heading {
    display: none;
}

.menu.accordion-menu > li > span {
    color: #818a92;
}

.menu.accordion-menu > li {
    border-left: 3px solid transparent;
}

.menu.accordion-menu > li > a {
    text-align: center;
}

body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu a {
    text-align: center;
}

.menu.accordion-menu a p {
    line-height: 1.42857143!important;
    margin: 0;
}

.menu.accordion-menu a span.menu-icon {
    display: inline-block;
	font-size: 20px;
    margin-bottom: 10px;
}

.menu.accordion-menu li > a > .arrow:before {
	width: 10px;
    float: right;
    display: block;
    margin-top: -20px;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 400;
}

.menu.accordion-menu > li > a > .arrow:before {
    margin-top: -39px;
}

.menu.accordion-menu li.open > a > .arrow:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu.accordion-menu li {
	list-style-type: none;
}

.menu.accordion-menu li a .badge {
	float: right;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
}

.menu.accordion-menu ul {
    z-index: 9999;
    display: none;
}

.menu.accordion-menu ul li a {
    display: block;
    padding: 10px 25px;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
}

.compact-menu .menu.accordion-menu ul li a {
    padding: 10px 25px 10px 48px;
}

.menu.accordion-menu ul li ul {
    padding: 2px 0 2px 0;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li a {
    padding-left: 38px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 48px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 58px;
}

.menu ul {
    padding: 0;
    z-index: 99;
}

.compact-menu:not(.small-sidebar) .menu.accordion-menu li a {
    text-align: left!important;
}

.compact-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > p {
    display: inline!important;
}

.compact-menu .menu.accordion-menu a span.menu-icon {
    display: inline-block!important;
	font-size: 14px!important;
    margin-bottom: 0!important;
    margin-right: 10px!important;
}

.compact-menu .menu.accordion-menu li a .arrow:before {
    margin-top: -2px;
}

.page-horizontal-bar.compact-menu .menu.accordion-menu ul {
    top: 50px;
}

.page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul {
    top: 48px!important;
}

.hover-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > span.arrow {
    display: none;
}

.hover-menu .menu.accordion-menu > li:hover > ul,
.hover-menu .menu.accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.hover-menu .accordion-menu li {
    position: relative;
}

.hover-menu .accordion-menu > li > ul {
    position: absolute;
    left: 239px;
    width: 200px;
}

.hover-menu:not(.page-horizontal-bar) .accordion-menu > li > ul {
    position: absolute;
    top: 0;
    left: 236px;
    width: 200px;
}

.hover-menu .sidebar,
.hover-menu .sidebar .page-sidebar-inner,
.hover-menu .sidebar .menu,
.hover-menu .sidebar .slimScrollDiv {
    overflow: visible!important;
}

.hover-menu .accordion-menu ul li a {
    text-align: left!important;
    padding: 12px 25px;
}

.compact-menu .accordion-menu li a p {
    display: inline;
}

.hover-menu .sidebar .slimScrollBar,
.hover-menu .slimScrollBar {
    display: none!important;
}


/* Small Menu */

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu {
    width: 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .page-sidebar-inner {
    overflow: hidden!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu {
    width: 240px!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu > li > a {
    padding: 15px;
    text-align: center;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
    padding: 15px;
    padding-left: 18px;
    padding-right: 18px;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
    text-align: left;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a > .menu-icon {
    margin-right: 10px!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu ul li a {
    text-align: center;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .menu-icon {
    float: none;
    margin: 0!important;
    font-size: 14px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .menu-icon {
    font-size: 20px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .arrow, 
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.menu-title,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .badge {
    display: none!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p {
    margin: 0;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.open .sub-menu {
    visibility: hidden;
    height: 0!important;
    padding: 0;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-widget,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-header {
    display: block!important;
}
    
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
    display: block!important;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
    display: inline!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.open .sub-menu  {
    visibility: visible;
    height: auto!important;
    padding: 10px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .arrow {
    display: block!important;
    float: right;
}

.small-sidebar:not(.page-sidebar-fixed) .sidebar,
.small-sidebar:not(.page-sidebar-fixed) .sidebar > *,
.horizontal-bar,
.horizontal-bar > * {
    overflow: visible!important;
}

.small-sidebar:not(.page-sidebar-fixed) .sidebar .slimScrollBar,
.horizontal-bar .slimScrollBar {
    display: none!important;
}

.small-sidebar:not(.page-sidebar-fixed) .menu.accordion-menu {
    width: auto;
    oveflow: visible!important;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
    padding: 0;
    margin: 0;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
    list-style: none;
    position: relative;
    width: auto;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a {
    text-decoration: none;
    display: block;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    padding: 15px 25px 15px 23px;
    text-align: center;
    position: relative;
    width: 261px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a span.menu-icon {
    font-size: 14px;
    margin: 0 40px 0 0!important;
    float: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
    margin: 0;
    float: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a .arrow:before {
	width: 10px;
    float: right;
    margin-left: 15px;
    margin-top: -2px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: 18px;
    content: "\f104";
    font-weight: 400;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li:hover > a {
    z-index: 999;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > ul {
    position: absolute;
    left: 61px;
    top: 50px;
    width: 200px;
}

.small-sidebar .menu > li > a {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li a {
    display: block;
    padding: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    background: transparent;
    font-size: 13px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li span.menu-icon {
    margin-right: 15px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a > span.arrow {
    display: none;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
    display: block;
    text-align: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.menu-title {
    display: none;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li:hover > ul,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.page-horizontal-bar .accordion-menu > li:hover > ul,
.page-horizontal-bar .accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open > ul {
    display: none!important;
}

.page-horizontal-bar .accordion-menu > li.open > ul {
    display: none!important;
}


/* Page Inner */

.page-inner {
	padding: 0 0 50px 0;
    background: #f9f9f9;
    position: relative;
}

.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
	padding: 60px 0 50px 0;
}

.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 240px;
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 134px 0 50px 0;
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed.compact-menu .page-inner {
  padding: 111px 0 50px 0;
}

.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0px 0 50px 240px;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0 0 50px 65px;
}

.small-sidebar.page-header-fixed:not(.page-sidebar-fixed) .page-inner {
	padding: 60px 0 50px 0;
}


/* Page Title */

.page-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.page-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #74767d;
    padding: 0px;
    margin: 0;
}


/* Page breadcrumb */

.page-breadcrumb {
    padding: 8px 20px;
    border-bottom: 1px solid #e9e9e9;
    background: #f5f5f5;
}

.page-breadcrumb .breadcrumb {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.page-breadcrumb ol.breadcrumb li a {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ol.breadcrumb li.active {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ul {
    margin: 0px;
}

.page-breadcrumb ul li {
    float: left;
    display: inline;
}

.page-breadcrumb ul li a {
    font-size: 13px;
    color: #90999c;
}


/* Main Wrapper */

#main-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Footer */

.page-footer {
    background: #fff;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-top: 1px solid #e9e9e9;
}


/* Sidebar Pusher */

.sidebar-pusher {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.push-sidebar {
    display: inline-block!important;
    padding: 20px 18px;
    color: #5F5F5F;
    border: none;
    position: relative;
    line-height: 20px;
    float: left;
    font-size: 17px;
    text-decoration: none;
}

.push-sidebar:hover {
    color: #5F5F5F;
}

/* Search Button */

.search-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
    right: 0;
}

.search-button a {
    display: inline-block!important;
    padding: 20px 18px;
    color: #5F5F5F;
    border: none;
    position: relative;
    line-height: 20px;
    float: right;
    font-size: 17px;
    text-decoration: none;
}


/* Icons */
/* FontAwesome */

.fontawesome-icon-list .fa-item {
    padding: 10px 20px 10px 20px;
    color: #333;
}

.fontawesome-icon-list .fa-item i {
    margin-right: 5px;
}

.fontawesome-icon-list .fa-item:hover {
    background: #f1f1f1;
}

.line-icons .line-icon-item {
    padding: 10px 20px 10px 20px;
    color: #333;
    display: block;
}

.line-icons .line-icon-item:hover {
    background: #f1f1f1;
}

.bs-glyphicons-list li span.glyphicon {
    margin: 5px 0 10px 0;
    float: none;
    font-size: 24px;
}

.bs-glyphicons-list li span {
    text-align: center;
    display: block;
}

.bs-glyphicons-list li {
    display: block;
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    list-style-type: none;
}

@media (min-width: 768px) {
    .bs-glyphicons-list li {
        width: 12.5%;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .bs-glyphicons-list li {
        width: 12.5%;
        font-size: 13px;
    }
}


/* Calendar */

.calendar-event {
    padding: 7px 10px;
    color: #5B5B5B;
    background: #FCF8E3;
    margin-bottom: 5px;
    overflow: hidden;
}

.calendar-event p {
    float: left;
    margin: 0;
}

.calendar-event .remove-calendar-event {
    float: right;
    color: #5B5B5B;
}


/* FAQ */

.faq-link:hover {
    text-decoration: none;
}

.faq-popular {
    padding: 0;
}

.faq-popular li a {
    padding: 8px 10px;
    font-size: 14px;
    display: inline-block;
}


/* Todo */

.todo-nav {
    margin-top: 10px;
}

.todo-list .todo-item {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}

.todo-list {
    margin: 10px 0;
}

.todo-list.only-active .todo-item.complete {
    display: none;
}

.todo-list.only-active .todo-item:not(.complete) {
    display: block;
}

.todo-list.only-complete .todo-item:not(.complete) {
    display: none;
}

.todo-list.only-complete .todo-item.complete {
    display: block;
}

.todo-list .todo-item.complete span {
    text-decoration: line-through;
}

.remove-todo-item {
    color: #ccc;
    visibility: hidden;
}

.remove-todo-item:hover {
    color: #5f5f5f;
}

.todo-item:hover .remove-todo-item {
    visibility: visible;
}

#uniform-all-complete {
    margin-left: 11px;
}


/* Dashboard */

.info-box .progress {
    margin: 0;
}

.info-box .info-box-icon {
    float: right;
}

.info-box .info-box-icon i {
    font-size: 31px;
    color: #B0B0B0;
}

.info-box .info-box-stats {
    float: left;
    margin-top: 5px;
}

.info-box .info-box-stats p {
    font-size: 28px;
    margin-bottom: 14px;
    color: #374051;
    font-weight: 400;
}

.info-box .info-box-stats span.info-box-title {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #B0B0B0;
}

.info-box .info-box-progress {
    clear: both;
}

@media (min-width: 768px) {
    .visitors-chart {
        border-right: 1px solid #eee;
    }
}

.stats-info {
        width: 183px;
    padding-right: 0;
}

.stats-info ul {
    margin: 0;
}

.stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.stats-info ul li:last-child {
    border-bottom: 0;
}

.stats-info ul li i {
    margin-left: 5px;
}

#flotchart1 {
    height: 340px;
    width: 100%;
}

#flotchart2 {
    height: 278px;
    width: 100%;
}

#flotchart3 {
    height: 200px;
    width: 100%;
}

.server-load > .server-stat {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

.server-load .server-stat span {
    font-size: 11px;
    margin-bottom: 3px;
}

.server-load .server-stat p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.weather-current {
    overflow: hidden;
}

.weather-current p {
    font-size: 12px;
    margin: 5px 0 0 0;
    float: left;
    color: #8e8e8e;
}

.weather-current p span {
    font-size: 42px;
    clear: both;
    margin-top: 15px;
    display: block;
    color: #4E5E6A;
    font-weight: 400;
}

.weather-current p span sup {
    font-size: 25px;
}

.weather-current .weather-icon {
    font-size: 40px;
    display: block;
    float: left;
    margin: 15px 15px 0 0;
}

.weather-day {
    margin: 0;
    font-weight: 600;
    text-align: right;
    font-size: 22px;
}

.weather-day small {
    font-size: 11px;
    color: #8e8e8e;
    margin: 0;
}

.weather-info {
    width: 100%;
    display: block;
    overflow: hidden;
}

.weather-info li {
    padding: 8px 0;
}

.weather-top {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.weather-days {
    margin: 15px 0 0 0 ;
    padding: 15px 0 0 0;
    border-top: 1px solid #f1f1f1;
}

.weather-days li span {
    display: block;
    text-align: center;
}

.weather-days li i {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 10px 0 10px 0;
}

@media (max-width: 768px) {
    .weather-days li {
        margin-bottom: 15px;
    }
}

.live-tile {
    width: 100%;
    margin: 0;
    height: 155.5px;
}

.twitter-box {
    background: #5EA9DD;
}

.facebook-box {
    background: #3B5998;
}

.twitter-box i,
.facebook-box i {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 50px;
    color: rgba(255,255,255,0.3);
}

.tile-date {
    display: block;
    margin-top: 15px;
    color: rgba(255,255,255,0.7);
}

.inbox-widget {
    height: 341px!important;
}

.inbox-widget a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.inbox-widget .inbox-item {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}

.inbox-widget a:last-child >.inbox-item {
    border-bottom: 0;
}

.inbox-widget .inbox-item .inbox-item-img {
    float: left;
    width: 40px;
    display: block;
    margin-right: 15px;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #333;
    font-weight: 600;
    display: block;
    margin: 0 0 0 0;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #a0a0a0;
    display: block;
    margin: 0;
    font-size: 11px;
}

.inbox-widget .inbox-item .inbox-item-date {
    position: absolute; 
    top: 2px;
    right: 7px;
    color: #a9a9a9;
    font-size: 11px;
}

#rickshaw-chart {
    margin: 0 -22px -25px -20px;
    height: 100px;
}

.project-stats .progress {
    margin: 3px 0 0 0;
}


/* Profile */

.profile-cover {
    background: url('../images/profile-cover.png');
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

.profile-image-container img {
    display: block;
    margin: 0 auto;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
}

.profile-info {
    margin: 0;
    margin-top: 221px;
    padding: 0;
    text-align: right;
}

.profile-info-value {
    color: #fff;
    display: inline-block;
    margin-left: 40px;
}

.user-profile {
    margin-top: -100px;
}

.team .team-member {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.team .team-member .online {
    top: 5px;
    right: 5px;
}

.team .team-member img {
    width: 50px;
    float: left;
    border-radius: 50%;
    margin: 0 5px 0 5px;
}

.team .more-members a {
    display: block;
    text-align: center;
}

.profile-timeline ul li .timeline-item-header {
    width: 100%;
    overflow: hidden;
}

.profile-timeline ul li .timeline-item-header img {
    width: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.profile-timeline ul li .timeline-item-header p {
    margin: 0;
    color: #000;
    font-weight: bold;
}

.profile-timeline ul li .timeline-item-header p span {
    margin: 0;
    color: #8E8E8E;
    font-weight: normal;
}

.profile-timeline ul li .timeline-item-header small {
    margin: 0;
    color: #8E8E8E;
}

.profile-timeline ul li .timeline-item-post {
    padding: 20px 0 0 0;
    position: relative;
}

.profile-timeline ul li .timeline-item-post > img {
    width: 100%;
}

.timeline-options {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0 10px 0;
}

.timeline-options a {
    display: block;
    margin-right: 20px;
    float: left;
    color: #333;
    text-decoration: none;
}

.timeline-options a i {
    margin-right: 3px;
}

.timeline-options a:hover {
    color: #22BAA0;
}

.timeline-comment {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.timeline-comment .timeline-comment-header {
    overflow: hidden;
}

.timeline-comment .timeline-comment-header img {
    width: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.timeline-comment .timeline-comment-header p {
    color: #000;
    float: left;
    margin: 0;
    font-weight: bold;
}

.timeline-comment .timeline-comment-header small {
    font-weight: normal;
    color: #8E8E8E;
}

.timeline-comment p.timeline-comment-text {
    display: block;
    color: #333;
    font-size: 12px;
    padding-left: 40px;
}

.post-options {
    overflow: hidden;
    margin-top: 15px;
    margin-left: 15px;
}

.post-options a {
    display: block;
    margin-top: 5px;
    margin-right: 20px;
    float: left;
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.post-options a:hover {
    color: #22BAA0;
}

#gallery .mix {
	display: none;
}


/* Mailbox */

.mailbox-nav li a {
    display: block;
    padding: 10px 7px;
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #E7EAEC;
    overflow: hidden;
}

.mailbox-nav li a:hover,
.mailbox-nav .active a { 
    color: #333;
}

.mailbox-nav li a i {
    margin-right: 5px;
}

.mailbox-content {
    background: #fff;
    padding: 15px;
}

.mailbox-header {
    margin-bottom: 20px;
}

.mailbox-header h2 {
    margin: 3px 0;
}

.mailbox-content {
    overflow: hidden;
}

.mailbox-content table thead tr th {
    border-bottom: 1px solid #ddd;
}

.mailbox-content table tbody tr td {
    cursor: pointer;
}

.mailbox-content table tbody tr:hover {
    background: #FAFAFA; 
}

.mailbox-content table tbody tr.read {
    background: #F9F9F9;
    color: #7F7F7F;
}

.mailbox-content table tbody tr.checked {
    background: #FFFFCC;
}

.mail-hidden-options {
    display: none;
}

.message-header {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
}

.message-header h3 {
    float: left;
    font-size: 18px;
    margin: 0;
    color: #666;
}

.message-header p {
    float: right;
    margin: 0;
}

.message-sender {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.message-sender img {
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.message-sender p {
    display: inline-block;
}

.message-sender span {
    color: #7F7F7F;
}

.message-content {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.message-attachments {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
}

.message-attachment {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
}

.message-attachment a {
    text-decoration: none;
}

.message-attachment img {
    display: block;
    width: 100%;
}

.attachment-info {
    background: #f9f9f9;
    padding: 10px;
}

.attachment-info p {
    margin: 0;
}

.attachment-info span {
    font-size: 11px;
    color: #aaa;
}

.compose-message {
    overflow: hidden;
    padding: 0 0 10px 0;
}

.compose-options {
    width: 100%;
    overflow: hidden;
    display: block;
}


/* Notifications */

.box-notifications {
    max-height: 312px;
    overflow-y: scroll;
}

.box-notifications ul li {
    display: block;
    padding: 11px 0 11px 0;
    border-bottom: 1px solid #f1f1f1;
}

.box-notifications ul li:first-child {
    padding: 0 0 11px 0;
}

.box-notifications ul li:last-child {
    padding: 11px 0 0 0;
    border-bottom: 0;
}

.box-notifications ul li p {
    margin: 0;
}


/* Extra */

.page-error #main-wrapper {
    margin: 5%;
}

.page-error .details {
    margin-bottom: 20px;
    text-align: center;
} 

.coming-soon .page-inner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/coming-soon.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/coming-soon.jpg');
    background-size: cover;
}


/* Login */

.page-login #main-wrapper,
.page-register #main-wrapper,
.page-forgot #main-wrapper,
.page-lock-screen #main-wrapper {
    margin: 5%;
}

.login-box {
    margin: auto;
    max-width: 400px;
}

.login-box .logo-name {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #6c6c6c;
}

.login-box .user-box {
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box .user-box img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.login-box .user-box form {
    overflow: hidden;
}


/* Login alt */

.login-alt .login-box {
    max-width: 100%;
}


/* Search Results */

.search-item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.search-item p {
    margin: 0;
}

.search-item a {
    text-decoration: none;
}

.search-item a.search-link {
    color: #22BAA0;
}

/* Transitions */

.top-menu .navbar-nav > li > a > .badge,
.menu li a .arrow:before,
.menu li.open > a > .arrow:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* Overflow */

.navbar .logo-box,
.navbar .logo-box a,
.top-menu .navbar-nav > li > a > img,
.info,
.messages li a,
.messages li a .msg-img,
.messages li a .msg-text,
.messages li a .msg-time,
.tasks li a,
.tasks li a .task-icon,
.search-form,
body:not(.small-sidebar):not(.page-horizontal-bar) .menu.accordion-menu,
.page-inner,
.small-sidebar .page-sidebar-fixed .page-inner,
.page-breadcrumb,
.page-breadcrumb .breadcrumb,
.page-breadcrumb ul,
.info-box,
.text-box,
.small-sidebar .accordion-menu li a,
.page-footer,
.color-switcher {
    overflow: hidden;
}


/* Settings */

.color-switcher {
    display: block;
    width: 100%;
    margin: 10px 0 5px 0;
}

.color-switcher .colorbox {
    dipslay: block;
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0;
    padding: 0px;
    border: 2px solid #f1f1f1;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}

.color-switcher .colorbox:hover {
    border: 2px solid #dedede;
}


/* Blue */
.color-switcher .colorbox.color-blue { 
    background-color: #12afcb;
}


/* Red */
.color-switcher .colorbox.color-red { 
    background-color: #F25656;
}


/* Green  */
.color-switcher .colorbox.color-green { 
    background-color: #22baa0;
}


/* Purple  */
.color-switcher .colorbox.color-purple { 
    background-color: #7a6fbe;
}


/* Black  */
.color-switcher .colorbox.color-dark { 
    background-color: #34425A;
}


/* White  */
.color-switcher .colorbox.color-white { 
    background-color: #fff;
}


/* Media Queries */

@media (max-width: 991px) {
    .profile-image {
        right: 0;
        left: 0;
    }
    
    .profile-info {
        text-align: center;
        margin-top: 0;
    }

    .profile-info-value {
        color: #fff;
        float: none;
        margin: 0 10px 0 10px;
        display: inline-block;
    }
    
    .mailbox-header h2 {
        margin: 20px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    
    .page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul {
        top: 0!important;
    }
    
    .horizontal-bar {
        border-right: 1px solid #e9e9e9;
        border-bottom: 0;
        position: static;
    }
    
    .horizontal-bar:before {
        background-color: inherit;
        border: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: inherit;
        border-right: 1px solid #e9e9e9;
    }
    
    .horizontal-bar .accordion-menu > li > a {
        padding-left: 22px!important;
    }
    
    .sidebar {
        opacity: 0;
        visibility: hidden;
        display: none;
        width: 0!important;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    body:not(.page-header-fixed) .sidebar {
        padding-top: 0!important;
    }
    
    .small-sidebar .sidebar.visible,
    .page-horizontal-bar .sidebar.visible {
        margin-right: -65px;
        opacity: 1;
        visibility: visible;
        width: 65px!important;
        display: block;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    body:not(.small-sidebar) .sidebar.visible {
        margin-right: -240px;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 240px;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    .small-sidebar .sidebar,
    .horizontal-bar {
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    .navbar .logo-box {
        margin: 0 auto;
        background: transparent!important;
        text-align: center;
        width: 100%!important;
        border: 0!important;
    }
    
    .navbar .logo-box a {
        color: #5F5F5F!important;
    }
    
    .navbar .logo-box .logo-text {
        width: 100%;
        display: inline-block!important;
        padding: 0!important;
    }
    
    .page-sidebar-fixed:not(.page-header-fixed) .logo-box {
        position: relative;
        display: block;
    }
    
    .small-sidebar .navbar .logo-box a span {
        display: inline-block;
    }
    
    .sidebar-pusher {
        display: block;
    }
    
    .search-button {
        display: block;
    }
    
    .topmenu-outer,
    .small-sidebar .topmenu-outer,
    .page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
        margin: 0;
    }
    
    .top-menu {
        display: none;
    }
    
    .page-inner {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    
    .page-inner.sidebar-visible {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
    
    .small-sidebar .page-inner.sidebar-visible,
    .page-horizontal-bar .page-inner.sidebar-visible {
        -webkit-transform: translate3d(65px, 0, 0);
        transform: translate3d(65px, 0, 0);
    }
    
    .page-sidebar-fixed.page-header-fixed .page-inner {
        padding: 60px 0 50px 0!important;
    }
    
    .horizontal-bar {
        float: left;
        height: auto!important;
        display: block;
        z-index: 998;
        overflow: visible!important;
    }
    
    .small-sidebar .horizontal-bar {
        height: auto!important;
    }
    
    .horizontal-bar .menu li {
        float: none;
        display: block;
    }
    
    .horizontal-bar .accordion-menu > li > ul,
    .small-sidebar .horizontal-bar .accordion-menu > li > ul {
        left: 61px!important;
        top: 0!important;
        border-left: 0!important;
        border-top: 1px solid #e9e9e9!important;
    }
    
    .small-sidebar.page-horizontal-bar .accordion-menu > li > a,
    .small-sidebar.page-horizontal-bar:not(.page-sidebar-fixed) .accordion-menu > li > a {
        text-align: left;
        width: 65px;
    }
    
    .horizontal-bar .menu li a p {
        display: none;
    }
    
    .small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a > .menu-icon {
        margin-right: 0!important;
        font-size: 16px;
        float: none!important;
    }
    
    .horizontal-bar .accordion-menu > li > a {
        padding: 15px;
        text-align: center;
        width: 65px;
    }
    
    .page-horizontal-bar .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
        padding: 60px 0 50px 0;
    }
    
    body:not(.page-header-fixed) .page-inner {
        padding: 0 0 50px 0!important;
    } 
    
    body:not(.compact-menu) .menu > li > a {
        text-align: left;
    }
}

.overlay {
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.show-menu .overlay {
    display: block;
}

.page-content {
    background: #fff;
}

.navbar {
    background: #fff;
}

.navbar .logo-box {
    background: transparent;
}

.navbar .logo-box a {
    color: #5f5f5f;
}

.navbar ul li.open > a {
    color: #22BAA0;
}

.sidebar {
    background: #fff;
}

.sidebar-header {
    background: #fff;
}

.sidebar-profile span small {
    color: #899dc1;
}

.menu,
.menu ul {
    background: #fff;
}

.menu.accordion-menu a {
    color: #5f5f5f;
}

.menu.accordion-menu > li > a:hover {
    color: #22BAA0;
}

.menu.accordion-menu > li.active > a,
.menu.accordion-menu > li.active.open > a,
.menu.accordion-menu > li.open > a {
    color: #22BAA0;
}

body:not(.page-horizontal-bar).compact-menu .menu > li.active,
body:not(.page-horizontal-bar).compact-menu .menu > li.open {
    border-left: 3px solid #22BAA0;
}

.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
    color: #22BAA0;
}

.menu.accordion-menu ul li a {
    color: #5f5f5f;
}

.small-sidebar:not(.page-horizontal-bar) .menu > li:hover > a {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.small-sidebar .menu > li > ul {
    background: #f7f7f7;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.hover-menu .menu > li > ul {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.menu ul {
    background: #f7f7f7;
}

.horizontal-bar .menu > li > ul {
    border-top: 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #f7f7f7;
}
html {
    background-color: #f9f9f9;
}

.e-notification-panel .e-panel {
    min-height: 40px;
}

/* Modal transitions effects */

.modal.slide-right-to-left:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

/* End: Modal transitions effects */

.no-margin {
    margin: 0 !important;
}


.datepicker table tr td.active.active {
    background-color: #999;
}

.label.label-info {
    background-color: #999;
}

.font-lg {
    font-size: 20px;
}

.checkbox .checker {
    display: inline-block;
}

.checkbox label {
    padding-left: 0;
}

.bootstrap-tagsinput {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none !important;
    font-size: 13px;
    padding: 4px 10px 6px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100% !important;
}

    .bootstrap-tagsinput input {
    }

    .bootstrap-tagsinput .label {
        font-weight: normal;
        font-size: 13px;
    }



table.display td a.image-column {
    padding: 0;
    text-align: center;
    height: 48px;
}

    table.display td a.image-column img {
        margin-top: 15px;
    }

.icon-column {
    color: #4E5E6A;
}

table.display tr:hover .icon-column {
    color: #337ab7;
}

.e-tag {
    color: #999999;
    margin-bottom: 5px;
    overflow: hidden;
    display: inline-block;
    padding-left: 10px;
    border: solid 1px #ccc;
    cursor: pointer;
}

    .e-tag:hover {
        border: solid 1px #999999;
        color: #666666;
    }

    .e-tag .remove {
        padding: 7px 10px;
        display: inline-block;
        color: #4E5E6A;
    }

        .e-tag .remove:hover {
            color: #337ab7;
        }

.e-fixed-panel {
    position: fixed;
}

/* Bootstrap 3.0.0 dropdown-submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.arrow-after > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
    }

    .dropdown-submenu.arrow-before > a:before {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0px;
        border-right-color: #cccccc;
        margin-top: 5px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* end: Bootstrap 3.0.0 dropdown-submenu */

.no-scroll {
    overflow: hidden !important;
}

.e-text-lg * {
    font-size: 17px !important;
}

.page-login {
    background-image: url(../images/cubes.png);
    background-color: rgb(255, 255, 255);
    background-size: auto;
    background-repeat: repeat;
}

    .page-login .page-content {
        background-color: transparent !important;
    }

    .page-login .page-inner {
        background-color: transparent !important;
        padding-bottom: 0px !important;
    }

    .page-login .login-box .panel-body {
        padding: 0px !important;
    }

    .page-login .login-box .login-info, .page-login .login-box .login-inner-box {
        padding: 25px;
        padding-left: 35px;
    }

.login-inner-box {
    background-color: #f9f9f9;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit !important;
}

.logo-name {
    background: transparent url(../images/logo_small_transparent.png?1) no-repeat center center !important;
    font: 0/0 a !important;
    display: block;
    width: 148px;
}

.page-login .logo-name {
    background: transparent url(../images/logo_small_transparent.png?1) no-repeat left center !important;
    height: 40px;
    margin-left: 28px;
    margin-top: 10px;
}

.login-welcome {
    padding-bottom: 20px;
    font-weight: 200;
}

.input-ss {
    width: 68% !important;
}

.button-ss {
    width: 30% !important;
    float: right;
    position: relative;
    display: inline;
}

.login-col {
    width: 938px;
}

@media (max-width: 995px) {
    .input-ss {
        width: 100% !important;
    }

    .button-ss {
        margin-top: 15px;
        width: 100% !important;
        display: block;
    }

    .login-col {
        width: 100% !important;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-top: 1px;
    display: block;
}

.text-lg {
    line-height: 40px;
}

.text-sm-2, p,
.horizontal-bar .accordion-menu > li > a > p, .dropdown-menu li a, .btn, .form-control, label,
.panel .panel-heading .panel-title,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option[aria-disabled=true],
.select2-results__option, .dataTables_wrapper .dataTables_processing {
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin: 5px 5px 0 !important;
}

.select2-container .select2-selection--multiple {
    padding: 0 !important;
}

.select2-selection.select2-selection--multiple .select2-search--inline {
    margin: 5px 0 0 5px;
    width:100%;
}

.select2-selection.select2-selection--multiple .select2-search__field {
    width:100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 8px;
}

.text-m {
    font-size: 18px;
}

.fa-item-2 {
    font-size: 16px;
    margin-top: 21px !important;
}

    .fa-item-2 .fa {
        font-size: 22px;
        width: 30px !important;
    }

.big-input {
    font-size: 24px;
    height: 55px;
}

.right {
    float: right;
}

/* from: http://stackoverflow.com/questions/17138446/what-is-application-gas-events-abn-object-in-wordpress-editor  */
object[type^='application/gas-events'] {
    display: none;
}

.dropzone {
    margin: 0 15px 15px;
    padding: 0 !important;
    border: none !important;
}

/* jquery toast plugin */
#toast-container > div {
    background-position: 15px 15px !important;
}

.en-container .tab-content {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.toast-load {
    background-color: #56B3F2;
}

#toast-container > .toast-load {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk0NDIwNTk0MzE2MTExRTVBQkI5QkE5RjdENDlGNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk0NDIwNTk1MzE2MTExRTVBQkI5QkE5RjdENDlGNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTQ0MjA1OTIzMTYxMTFFNUFCQjlCQTlGN0Q0OUY2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ0MjA1OTMzMTYxMTFFNUFCQjlCQTlGN0Q0OUY2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7jzqZhAAAB5klEQVR42qzVTygEURwH8NnJ5k8pWTZaLcphNza1RWr92UJODuRk96QcbAkHf2575uKkXKRQFLkprSJ3q5BEKcqB/M3F2rXG99k39fN2dndm168+Ne/NvPdmfvP+yIqiSDq1wxbcQBCsetrp7bwCosrf2NDTVpaSIw96IAB2XjcMZuG5PiiXMoSsUQ7DLizAKbggqtH2G774tYc/3530lPBJg0pyzEEZRIT6Fd7GQeo+oCpdiiwab+qGJ2iBJTiBcRjl9x3k2QKoTvcFdo0v6M3wI2UIQQxWeTntLBqAMBzBmIFpXKhVb/odRZKawA8vMAsRKbcogTc1RW6Ik5RcgdnAm4uCfM2wfpysYl0j781Zdm4R+lljs+g6xSdmE0XCmnlko7rglowayiE9zBCcwyZUqj+5GEb4yt2DuPRPoQ6ghplvAf82AF3Jk/DKzWTZnw+2YVpcyR5hqrJwGsx9q9A+QPcim8bOWmfw7RuEciNN0RnZehPTK7FtG4kdeCblA3Gz64dD2IcOXsdW+TI/Km0aKVkEP6mrhyno0nNksjP3geSUncWl/F6ncD5MGDky1agBKymzfb6WX3shn9xr03tk0riHT1KOwTu5R+MyZS8Zpp4X7uACfKTexHfNY5gXDxnqR4ABADZX2z5LhPFUAAAAAElFTkSuQmCC) !important;
}

table.display td a:hover, table.display td a:focus {
    text-decoration: none !important;
    color: #337ab7 !important;
}

body table.display td {
    padding: 0 !important;
}

table.display td a {
    display: block;
    padding: 15px;
}

.pager .btn-success {
    display: block !important;
    padding: 5px 14px !important;
    background-color: #22BAA0 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}

    .pager .btn-success:hover {
        background-color: #5cb85c !important;
        border-color: #4cae4c !important;
    }

.pager li > a, .pager li > span {
    border-radius: 0 !important;
}

.no-s {
    text-align: center;
}

.single-p {
    margin-bottom: 0;
}

.info-box .info-box-stats span.info-box-title {
    margin-bottom: 0 !important;
    font-size: inherit !important;
}

.dataTables_paginate, .dataTables_info {
    margin-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    height: auto !important;
}

.table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #ddd;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.summary-empresa .panel-body {
    padding-top: 20px !important;
}

.summary-empresa .panel .panel {
    margin-top: 20px;
}

.apikey-link {
    cursor: pointer;
    height: 45px !important;
    padding: 15px 20px 15px 20px !important;
}

.page-header-fixed .navbar {
    position: absolute !important;
}


/* FIXED FOOTER */

.page-footer {
    position: absolute;
    bottom: auto;
    height: 61px;
}

.push {
    height: 61px;
}

.page-content {
    height: auto;
    /*margin-bottom: -61px;*/
    background: #f9f9f9;
    min-height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.page-content-modal {
    height: auto !important;
    min-height: 0 !important;
    box-shadow: none !important;
}


.page-content-modal-centered {
    height: 100% !important;
}

.page-inner {
    padding: 0 !important;
}

.page-content-modal-centered .page-inner {
    overflow: hidden;
}

/* / FIXED FOOTER */

body table.display .dataTables_empty {
    padding: 20px 0 0 !important;
    cursor: default !important;
}

#page-dashboard .table {
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_processing {
    height: 46px !important;
}

.nav > li.disabled > a {
    background-color: #DDD !important;
}

    .nav > li.disabled > a:hover {
        background-color: #DDD !important;
        cursor: default;
    }

.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.dropzone {
    min-height: 0 !important;
}

body .select2-container .select2-selection--single.disabled {
    background-color: #eee !important;
    cursor: not-allowed !important;
}

.nav-tabs .fa-exclamation-triangle {
    display: none !important;
    color: #f6d433 !important;
}

.nav-tabs .invalid .fa-exclamation-triangle {
    display: inline-block !important;
    margin-left: 10px !important;
}

/*.w-step .nav-tabs > li > a {
    cursor: default !important;
    border: none;
}

    .w-step .nav-tabs > li > a:hover, .w-step .nav-tabs > li > a:focus {
        background-color: #FFF !important;
        border: none;
        border-bottom: 0px solid #DDD;
    }*/

.w-step .nav-tabs > li.disabled > a:hover, .w-step .nav-tabs > li.disabled > a:focus {
    border-color: #DDD !important;
    cursor: default !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.select2-selection__clear {
    display: block;
    margin-top: 3px;
}

.toast-title {
    font-weight: normal !important;
}

.c-green {
    color: #22BAA0;
}

.c-red {
    color: #f25656;
}

td .ios-switch {
    margin: 0 auto;
    float: none !important;
    width: 37px;
    margin-top: 13px;
}


body .table > tbody > tr > td.btn-col {
    padding-bottom: 0 !important;
    padding-top: 6px !important;
}

.tooltipster-default {
    border-radius: 5px;
    border: 1px solid #dce1e4;
    background: #f6f2dd;
    color: #8a6d3b;
}

.modal-backdrop {
    z-index: 999999;
}

    .modal-backdrop ~ .modal-backdrop {
        z-index: 99999991 !important;
    }

body .modalPage-footer {
    width: 100%;
    position: fixed;
    padding: 15px;
    bottom: 0;
    margin-left: -15px;
    background-color: #f5f5f5;
    border-top: solid 1px #ddd;
}

body .modalPage-header {
    background-color: #f5f5f5;
    margin: 0 0;
    padding: 0;
    height: 65px;
    padding-top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

body .modalPage-container {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 65px !important;
    margin-bottom: 0px !important;
}

.closeModal {
    padding: 17px !important;
    font-size: 30px;
}

    .closeModal:focus {
        outline: 0;
    }

.modal-header .close {
    margin-top: 0px !important;
    font-size:28px
}

.modalHeaderPanel {
    padding-left: 20px;
    border-bottom: 1px solid #e9e9e9;
}

body .modalPage-popup {
    margin-bottom: 0 !important;
}

.dropzone .dz-preview {
    display: block !important;
    margin: 0 !important;
    padding: 2em 0 !important;
}

.dz-file-preview, .dz-message {
    border: 1px solid #f1f1f1;
}

.dropzone .dz-preview .dz-details {
    position: static;
    padding: 0 !important;
}

.dropzone .dz-preview .dz-remove {
    font-size: 13px !important;
    width: 122px;
    height: 35px;
    margin: 15px auto 0;
    display: block;
}

    .dropzone .dz-preview .dz-remove:hover {
        text-decoration: none !important;
    }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: none;
    background-color: transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.dropzone .dz-message {
    margin: 0;
    height: 183px;
    padding: 0;
}

    .dropzone .dz-message p {
        line-height: 183px;
    }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message p {
    margin-bottom: 0;
}

.dz-preview .alert-danger {
    display: none;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: center;
}

.dropzone .dz-error .alert-danger {
    display: block;
}

.centered-block {
    position: absolute;
    top: 50%;
    margin-top: -250px;
    width: 100%;
}

@media (max-height: 550px) {
    .centered-block {
        top: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.conclusao-panel {
    width: 100%;
    font-size: 16px;
}

.conclusao-col-icon {
    width: 35px;
    float: left;
    font-size: 35px;
}

.corrigir-link {
    font-size: 13px;
    font-weight: normal;
}

.conclusao-item-block {
    float: left;
    line-height: 35px;
    margin-left: 12px;
}

.conclusao-panel .inner-skip {
    padding-right: 5px;
}

    .conclusao-panel .inner-skip i {
        margin: 0 5px;
    }

.table-responsive, .dataTables_wrapper {
    min-height: 130px;
    overflow-y: hidden;
}

    .dataTables_wrapper .dataTables_processing {
        height: 64px !important;
        margin-top: 0;
        opacity: 1;
        padding: 0;
        top: 50%;
        background: none;
        background-color: transparent;
    }

body .dataTables_empty {
    background-color: #FFF !important;
}

.portal-desenvolvedor {
    margin-top: 19px;
    font-size: 20px;
    color: #4E5E6A;
    margin-left: 5px;
}


.select2-results .matched {
    text-decoration: underline !important;
}

.modal-dialog, .modal-dialog:focus {
    outline: none !important;
}

label.error {
    float: none !important;
}

@media (min-width: 640px) {
    body.page-non-fullscreen .col-md-1, body.page-non-fullscreen .col-md-2, body.page-non-fullscreen .col-md-3, body.page-non-fullscreen .col-md-4, body.page-non-fullscreen .col-md-5, body.page-non-fullscreen .col-md-6, body.page-non-fullscreen .col-md-7, body.page-non-fullscreen .col-md-8, body.page-non-fullscreen .col-md-9, body.page-non-fullscreen .col-md-10, body.page-non-fullscreen .col-md-11, body.page-non-fullscreen .col-md-12 {
        float: left;
    }

    body.page-non-fullscreen .col-md-12 {
        width: 100%;
    }

    body.page-non-fullscreen .col-md-11 {
        width: 91.66666667%;
    }

    body.page-non-fullscreen .col-md-10 {
        width: 83.33333333%;
    }

    body.page-non-fullscreen .col-md-9 {
        width: 75%;
    }

    body.page-non-fullscreen .col-md-8 {
        width: 66.66666667%;
    }

    body.page-non-fullscreen .col-md-7 {
        width: 58.33333333%;
    }

    body.page-non-fullscreen .col-md-6 {
        width: 50%;
    }

    body.page-non-fullscreen .col-md-5 {
        width: 41.66666667%;
    }

    body.page-non-fullscreen .col-md-4 {
        width: 33.33333333%;
    }

    body.page-non-fullscreen .col-md-3 {
        width: 25%;
    }

    body.page-non-fullscreen .col-md-2 {
        width: 16.66666667%;
    }

    body.page-non-fullscreen .col-md-1 {
        width: 8.33333333%;
    }

    body.page-non-fullscreen .col-md-pull-12 {
        right: 100%;
    }

    body.page-non-fullscreen .col-md-pull-11 {
        right: 91.66666667%;
    }

    body.page-non-fullscreen .col-md-pull-10 {
        right: 83.33333333%;
    }

    body.page-non-fullscreen .col-md-pull-9 {
        right: 75%;
    }

    body.page-non-fullscreen .col-md-pull-8 {
        right: 66.66666667%;
    }

    body.page-non-fullscreen .col-md-pull-7 {
        right: 58.33333333%;
    }

    body.page-non-fullscreen .col-md-pull-6 {
        right: 50%;
    }

    body.page-non-fullscreen .col-md-pull-5 {
        right: 41.66666667%;
    }

    body.page-non-fullscreen .col-md-pull-4 {
        right: 33.33333333%;
    }

    body.page-non-fullscreen .col-md-pull-3 {
        right: 25%;
    }

    body.page-non-fullscreen .col-md-pull-2 {
        right: 16.66666667%;
    }

    body.page-non-fullscreen .col-md-pull-1 {
        right: 8.33333333%;
    }

    body.page-non-fullscreen .col-md-pull-0 {
        right: auto;
    }

    body.page-non-fullscreen .col-md-push-12 {
        left: 100%;
    }

    body.page-non-fullscreen .col-md-push-11 {
        left: 91.66666667%;
    }

    body.page-non-fullscreen .col-md-push-10 {
        left: 83.33333333%;
    }

    body.page-non-fullscreen .col-md-push-9 {
        left: 75%;
    }

    body.page-non-fullscreen .col-md-push-8 {
        left: 66.66666667%;
    }

    body.page-non-fullscreen .col-md-push-7 {
        left: 58.33333333%;
    }

    body.page-non-fullscreen .col-md-push-6 {
        left: 50%;
    }

    body.page-non-fullscreen .col-md-push-5 {
        left: 41.66666667%;
    }

    body.page-non-fullscreen .col-md-push-4 {
        left: 33.33333333%;
    }

    body.page-non-fullscreen .col-md-push-3 {
        left: 25%;
    }

    body.page-non-fullscreen .col-md-push-2 {
        left: 16.66666667%;
    }

    body.page-non-fullscreen .col-md-push-1 {
        left: 8.33333333%;
    }

    body.page-non-fullscreen .col-md-push-0 {
        left: auto;
    }

    body.page-non-fullscreen .col-md-offset-12 {
        margin-left: 100%;
    }

    body.page-non-fullscreen .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    body.page-non-fullscreen .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    body.page-non-fullscreen .col-md-offset-9 {
        margin-left: 75%;
    }

    body.page-non-fullscreen .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    body.page-non-fullscreen .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    body.page-non-fullscreen .col-md-offset-6 {
        margin-left: 50%;
    }

    body.page-non-fullscreen .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    body.page-non-fullscreen .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    body.page-non-fullscreen .col-md-offset-3 {
        margin-left: 25%;
    }

    body.page-non-fullscreen .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    body.page-non-fullscreen .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    body.page-non-fullscreen .col-md-offset-0 {
        margin-left: 0;
    }
}

b.error {
    margin-left: 5px;
    color: #a94442;
}

.danger {
    color: #a94442;
}

a.danger:hover, a.danger:focus, a.danger:active {
    color: #a94442;
}

b.error:before {
    content: "(";
}

b.error:after {
    content: ")";
}

table.dataTable thead .sorting {
    background-image: url("../plugins/datatables/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../plugins/datatables/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../plugins/datatables/images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../plugins/datatables/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../plugins/datatables/images/sort_desc_disabled.png");
}

.e-band {
    display: inline-block;
    padding: 4px 8px;
    color: #FFF;
    white-space: nowrap;
    border-radius: 4px;
    margin-top: 10px;
}

.icon-e-band {
    border-radius: 4px;
    padding: 2px 6px 3px !important;
    margin-top: -2px;
    margin-left: 10px;
    display: inline-block !important;
}

.custom-column {
    padding-left: 15px;
}

.mddl-container {
    display: block;
    background: #fff;
    border: 1px solid #dce1e4;
    padding: 6px 10px !important;
    height: 34px;
    position: relative;
}

.mddl-selected-area {
    position: relative;
}

.mddl-angle-down {
    position: absolute;
    right: 8px;
    top: 7px;
}

.mddl-options {
    display: none;
    position: absolute;
    left: -1px;
    text-align: left !important;
}

.mddl-options-container {
    background-color: #fff;
    border: solid 1px #dce1e4;
    border-top-style: none;
    max-height: 236px;
    overflow-y:auto;
}

    .mddl-options-container ul {
        padding: 10px;
    }

    .mddl-options-container li {
        display: block !important;
        float: none !important;
        padding: 6px 10px !important;
        cursor: pointer;
    }

    .mddl-options-container .e-select-all-none {
        padding: 16px 0 0 16px !important
    }

        .mddl-options-container li:hover {
            color: #22BAA0;
        }

        .mddl-options-container li i {
            margin-right: 10px;
            vertical-align: middle;
            width: 11px;
        }

.mddl-selected-text {
    color: #22BAA0;
}

.mddl-selected-text-empty {
    color: #999 !important;
}

.mddl-item-checked {
    /*color: #22BAA0*/
}


/* multiple dropdownlist style */
.mddl-container {
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0px !important;
    height: auto !important;
    position: relative;
    width: auto !important;
    z-index: 10;
}

.mddl-options-container {
    border-top-style: solid;
    margin-top: 6px;
}

.mddl-selected-text {
    cursor: pointer;
    font-weight: normal;
}

.mddl-container-control-style {
    display: block;
    padding: 0px !important;
    border: 1px solid #dce1e4;
    cursor: pointer;
    background-color: #fff;
}

    .mddl-container-control-style .mddl-selected-text {
        font-weight: normal;
        color: #555;
        padding-right: 25px;
    }

    .mddl-container-control-style .mddl-options {
        left: -1px !important;
        top: 24px !important;
    }

    .mddl-container-control-style .mddl-selected-area {
        padding: 6px 8px;
    }

.e-arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #dce1e4;
    margin: 0 auto;
    left: 50%;
    margin-left: -3px;
    position: absolute;
}

.e-arrow-up-bg {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
    top: 1px;
    margin-left: -2px;
}

/* end: multiple dropdownlist style */

/* eCheck */
.e-check {
    cursor: default;
    display: inline-block;
}

    .e-check.disabled, label.disabled {
        color: #999;
        cursor: not-allowed;
    }


td .e-check {
    padding: 15px;
}

.e-check i {
    width: 13px;
}
/* end: eCheck */


.e-mirror-icon {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

td span.e-text-column {
    padding: 15px;
    display: block;
}

td .e-grid-btn {
    margin: 8px 12px 0;
    float: right;
}

td .text-danger {
    color: #f25656 !important;
}

#toast-container {
    position: fixed;
    z-index: 99999999;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{
    color:#4E5E6A !important
}

.dropup ul li a {
    border-bottom:1px solid grey;
}
/* THEME */

/*table.display td span:first-child {
    padding:15px;
    display:block
}*/

.horizontal-bar {
    z-index: 100;
}

body .modalPage-header {
    width: 128px;
    right: 0;
}

.modal-mddl .mddl-angle-down {
    top: 9px !important;
}

.mddl-container-control-style .modal-mddl + .mddl-options {
    top: 30px !important;
}

.e-no-data {
    text-align: center;
    color: #B0B0B0;
    margin-top: 50px;
}

.e-no-bold {
    font-weight: normal !important;
}

.e-font-md {
    font-size: 13px !important;
}

.tasks li .badge {
    margin: 0px;
    margin-right: 5px;
    /*max-width: 85px;*/
}

.tasks li .task-details {
    display: block;
    font-size: 13px;
    color: #868686;
    padding: 3px 0 0 0;
    margin: 0px;
    float: left;
    width: 148px;
}

.hover-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
}

    .dropdown:hover ~ .hover-menu, .hover-menu:hover {
        display: block;
    }

    .hover-menu .dropdown-menu:first-child {
        display: block !important;
        margin-top: 0 !important;
        top: 10px;
    }

.col-icons a {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 20px;
    color: #4E5E6A;
}

    .col-icons a:first-child {
        margin-top: 0px;
    }

    .col-icons a:hover, .col-icons a:focus, .col-icons a:active {
        text-decoration: none;
        color: #000;
    }

.modalPage-header {
    background-color: transparent !important;
}

.modalHeaderPanel {
    border-bottom: none !important;
}

.closeModal {
    padding: 15px !important;
}

    .closeModal span {
        font-size: 34px;
    }

body .modalPage-container {
    width: 1080px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease-in-out;
}

body .e-extensible-center-content {
    margin-top: 0 !important;
}

body .modalPage-footer {
    margin-left: 0;
    left: 0;
    border: none;
    background-color: #f9f9f9;
}

@media (max-width: 1100px) {
    body .modalPage-container {
        width: auto !important;
    }

        body .modalPage-container .centered-block {
            height: auto !important;
            top: 0 !important;
            position: static !important;
        }

    .page-content-modal-centered {
        height: auto !important;
    }
}

/* End: THEME */

/* Dashboard */
.dash-line {
    position: relative;
    text-align: center;
}

    .dash-line .line {
        position: absolute;
        height: 4px;
        width: 100%;
        top: 40%;
        left: 0;
        background-color: #f5f5f5;
        z-index: 1;
    }

.dash-filter {
    z-index: 2;
    position: relative;
    background-color: #f9f9f9;
    padding: 0 20px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

.dash-item {
    display: block;
    float: left;
    padding: 0 5px;
}

.dash-text {
    display: block;
}

.dash-score-cards .info-box-progress {
    padding-top: 10px;
}

.dash-progressbar {
    padding-right: 0;
    width: 275px;
    padding-top: 10px;
}

.dash-progress-perc {
    padding-right: 10px;
}

    .dash-progress-perc i {
        margin-left: 5px;
    }

.dash-circ-opt {
    padding-left: 0;
}

    .dash-circ-opt li {
        padding-top: 5px;
    }

        .dash-circ-opt li i {
            margin-left: 10px;
        }

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* End: Dashboard */

.hl-title {
    margin-bottom: 50px;
}

    .hl-title h3 {
        font-weight: normal !important;
    }

    .hl-title i {
        font-size: 50px;
    }

/* Apps */
.categorias-filter {
    padding: 0;
}

    .categorias-filter .item {
        display: block;
        float: left;
    }

    .categorias-filter .filter {
        margin-left: 5px;
    }

.apps-content {
}

    .apps-content .app-block {
        padding: 15px;
        border: solid 1px #DDD;
        width: 330px;
        margin: 25px 1rem 0;
        float: left;
    }

     /*   .apps-content .app-block:nth-child(2),
        .apps-content .app-block:nth-child(5),
        .apps-content .app-block:nth-child(8),
        .apps-content .app-block:nth-child(11),
        .apps-content .app-block:nth-child(14),
        .apps-content .app-block:nth-child(17),
        .apps-content .app-block:nth-child(20),
        .apps-content .app-block:nth-child(23) {
            margin: 25px 30px 0 !important;
        }*/

.gray-scale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

    tr:hover .gray-scale, .gray-scale:hover, .apps-content .app-block.enabled {
        filter: initial;
        filter: initial; /* IE6-9 */
        -webkit-filter: initial;
    }

@media (max-width: 1100px) {
    .apps-content .app-block {
        margin: 0 auto 15px !important;
        float: none;
    }
}

.apps-centered-modal h3, .apps-modal h3 {
    font-size: 17px !important;
}


.app-block h3 {
    margin-top: 0;
}

.app-b-content {
    position: relative;
}

.app-block .trade {
    position: absolute;
    bottom: 0;
    right: 0;
}

.app-summary td {
    padding-bottom: 50px;
    vertical-align: middle;
}

.app-summary h3 {
    font-weight: normal;
    margin: 0px;
    line-height: 24px;
}

.app-summary .icon-item span {
    font-size: 33px;
}

.app-summary span {
    display: block;
    margin-right: 15px;
    font-size: 50px;
}

.app-summary img {
    display: block;
}


/* End: Apps */


/* Vendas */
#vendas-estatisticas {
    height: 126px;
}

.vendas-estatisticas * {
    font-size: 13px;
}

.vendas-estatisticas .level {
    margin-left: 8px;
    display: inline-block;
    float: right;
    text-align: right;
}

.vendas-estatisticas .first-icon {
    display: block;
    float: left;
    margin: -1px 10px 0 0;
    font-size: 20px;
}

.vendas-estatisticas span i {
    margin-left: 3px;
}

#advanced-filter {
    position: absolute;
    top: 2px;
    left: -207px;
}

    #advanced-filter .e-container {
        background-color: #FFF;
        border: solid 1px #dce1e4;
        padding: 10px;
        top: 6px;
        position: relative;
        left: 0;
        width: 450px;
    }

    #advanced-filter .arrows .e-arrow-up {
        margin-left: -6px;
    }

    #advanced-filter .arrows .e-arrow-up-bg {
        margin-left: -5px;
    }

    #advanced-filter .arrows .e-arrow-up, #advanced-filter .arrows .e-arrow-up-bg {
        z-index: 6;
    }

#grid-filter .dash-item {
    margin-top: 6px !important;
}

#grid-filter .adv-filter-btn {
    margin-top: 0px !important;
}

#grid-filter .adv-last-btn .dropdown-menu {
    left: -101px;
}

    #grid-filter .adv-last-btn .dropdown-menu:before {
        left: 111px;
    }

    #grid-filter .adv-last-btn .dropdown-menu:after {
        left: 112px;
    }

.no-arrow:after {
    display: none !important;
}

.no-arrow:before {
    display: none !important;
}

.tooltipster-default {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #4E5E6A;
    color: #fff;
}

.e-tag {
    float: right;
    margin-left: 10px;
}

.table.dataTable thead .sorting {
    background: none !important;
}

.e-fixed-panel {
    width: 1098px;
    margin-left: -550px;
    height: 49px;
    background-color: #fff;
    border: none;
    left: 50%;
    bottom: 0;
    position: fixed;
    margin-top: 10px;
}

.e-fixedbar-fixed {
    border: solid 1px #ddd;
    border-bottom: none;
}

.e-fixed-panel ul {
    padding: 15px 0;
    text-align: center;
    margin: 0;
}

.e-fixed-panel li {
    display: inline-block;
    margin-left: 50px;
}

    .e-fixed-panel li:first-child {
        margin-left: 0px;
    }

.table-responsive {
    position: relative;
}

body .e-grid-tags {
    vertical-align: middle;
    display: table-cell;
    height: 48px;
    text-align: center;
    width: auto;
    padding: 0 10px;
}

    body .e-grid-tags a {
        display: inline-block !important;
        padding: 0 5px !important;
    }

html body .e-grid-tags a:hover {
    text-decoration: underline !important;
}

.dataTable a, html body .dataTable a:hover, html body .dataTable a:focus {
    color: #4E5E6A !important;
}

#btn-advanced-filter:hover {
    background-color: transparent;
}

/* Vendas / Create/Edit */
.e-form-lbl-icons label i {
    margin-right: 5px;
}

.e-situacao-btns {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 6px 10px;
    vertical-align: middle;
    margin: 0 6px;
}

    .e-situacao-btns.danger {
        color: #843534;
        border-color: #843534;
    }

        .e-situacao-btns.danger:hover, .e-situacao-btns.danger:focus, .e-situacao-btns.danger:active {
            text-decoration: none;
            color: #a94442;
            border-color: #a94442;
        }

.venda-summary-situacao h3 {
    font-weight: normal;
    font-size: 17px;
}

.venda-summary-situacao img {
    margin-right: 5px;
}

.venda-summary-situacao .options a {
    color: #4E5E6A;
    vertical-align: middle;
}

.e-situacao-btns a {
    display: inline-block;
    margin-right: 6px;
    color: #4E5E6A;
    vertical-align: text-bottom;
}

    .e-situacao-btns a:hover, .e-situacao-btns a:focus, .e-situacao-btns a:active,
    .venda-summary-situacao .options a:hover, .venda-summary-situacao .options a:focus, .venda-summary-situacao .options a:active {
        text-decoration: none;
        color: #000;
    }

    .e-situacao-btns a:first-child {
        margin-left: 6px;
    }

    .e-situacao-btns a:last-child {
        margin-right: 0px;
    }
/* End: Vendas / Create/Edit */

/* End: Vendas */


/* Inner Clean Modal */
.inner-clean-modal, .inner-clean-modal .text-sm-2, .inner-clean-modal p, .inner-clean-modal .horizontal-bar .accordion-menu > li > a > p, .inner-clean-modal .dropdown-menu li a, .inner-clean-modal .btn, .inner-clean-modal .form-control, .inner-clean-modal label, .inner-clean-modal .panel .panel-heading .panel-title, .inner-clean-modal .select2-container--default .select2-search--dropdown .select2-search__field, .inner-clean-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered, .inner-clean-modal .select2-container--default .select2-selection--single .select2-selection__rendered, .inner-clean-modal .select2-container--default .select2-results__option[aria-disabled=true], .inner-clean-modal .select2-results__option, .inner-clean-modal .dataTables_wrapper .dataTables_processing {
    font-size: 17px !important;
}

    .inner-clean-modal .form-control {
        height: 38px;
    }

    .inner-clean-modal .select2-container .select2-selection--single {
        height: 38px;
    }

    .inner-clean-modal .bootstrap-tagsinput {
        font-size: 17px;
        padding: 3px 10px 3px !important;
        line-height: 30px;
    }

    .inner-clean-modal .e-row {
        margin-bottom: 10px;
    }

    .inner-clean-modal .form-group {
        margin-right: 10px;
    }

.e-row .form-group:last-child {
    margin-right: 0;
}

.inner-clean-modal .bootstrap-tagsinput .label {
    font-size: 17px;
}

@media (min-height: 720px) {
    .inner-clean-modal #main-wrapper {
        margin-top: 65px !important;
        transition: all .5s ease-in-out;
    }
}

.inner-clean-modal .e-form-errors {
    margin-bottom: 25px;
    margin: 0 10px 25px;
}

.inner-clean-modal .tooltipster-default .tooltipster-content {
    font-size: 17px;
}

.inner-clean-modal .datepicker.dropdown-menu th, .inner-clean-modal .datepicker.datepicker-inline th, .inner-clean-modal .datepicker.dropdown-menu td, .inner-clean-modal .datepicker.datepicker-inline td {
    padding: 0px 7px;
}

.inner-clean-modal .datepicker.dropdown-menu {
    font-size: 17px;
}

.inner-clean-modal .control-icon {
    display: block;
    float: left;
    margin: 7px 0 0 12px;
    font-size: 22px;
    color: #4E5E6A;
}

    .inner-clean-modal .control-icon:hover, .inner-clean-modal .control-icon:focus, .inner-clean-modal .control-icon:active {
        text-decoration: none;
        color: #000;
    }

.inner-clean-modal #cd-timeline {
    margin: 0 auto !important;
}

.inner-clean-modal .cd-date {
    font-size: 17px;
    top: 4px;
}

.inner-clean-modal .e-cloned-row label {
    width: 100%;
}

.inner-clean-modal .e-cloned-row label {
    width: 100%;
}

.inner-clean-modal .e-cloned-row {
    margin-bottom: 0;
}

    .inner-clean-modal .e-cloned-row:last-child {
        margin-bottom: 10px;
    }

        .inner-clean-modal .e-cloned-row:last-child .form-group {
            margin-bottom: 15px;
        }

.inner-clean-modal .form-group .checkbox {
    margin-top: 35px;
}

@media (min-width: 1170px) {
    .inner-clean-modal .cd-timeline-content .cd-date {
        left: 133%;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        right: 133%;
    }

    .inner-clean-modal .cd-timeline-content {
        width: 43%;
    }

        .inner-clean-modal .cd-timeline-content h2 {
            font-size: 17px;
            font-weight: bold;
            line-height: 1.4em;
        }

        .inner-clean-modal .cd-timeline-content h2, .inner-clean-modal .cd-timeline-content p {
            margin-bottom: 0;
        }
}

/* end: Inner Clean Modal */

.stats-info ul {
    width: 183px;
    height: 120px;
}

    .stats-info ul li:first-child {
        padding-top: 4px;
    }

    .stats-info ul li:last-child {
        padding-bottom: 0;
    }

.graph-empty {
    position: absolute;
    margin-left: -80px;
    text-align: center;
    left: 50%;
    color: #B0B0B0;
    width: 160px;
    top: 45%;
}

.e-dash-counter {
    height: 22px;
}

.e-venda-estatistica-loading {
    display: inline-block;
    vertical-align: top;
}

.e-valor-porc {
    display: inline-block;
    height: 14px;
}

.e-total-height {
    height: 14px;
    display: inline-block;
}

.e-valorTotal-height {
    height: 22px;
    display: inline-block;
}

.e-notification-load, .e-notification-empty {
    border-top: 1px solid #d8dee4;
}

.tasks li {
    /*margin-right: 14px;*/
    padding: 0 0 0 10px;
    border-bottom: 1px solid #d8dee4;
}

    .tasks li:last-child {
        border-bottom: 0;
    }

.side-space {
    padding: 0 90px 53px;
}

.e-notificacao-visto {
    background-color: #f1f1f1;
}

.e-notification-item:hover {
    background-color: #f7f7f7;
}

    .e-notification-item:hover .progress, .e-notification-item:hover .badge-roundless {
        background-color: transparent !important;
    }



.navbar-right #notificationPanel .dropdown-menu:before, #notificationPanel .dropdown-menu.dropdown-menu-right:before {
    right: 53px;
}

.navbar-right #notificationPanel .dropdown-menu:after, #notificationPanel .dropdown-menu.dropdown-menu-right:after {
    right: 54px;
}

@media (min-width: 768px) {
    .navbar-right #notificationPanel .dropdown-menu {
        right: -37px;
        left: auto;
    }
}

.dropdown-menu li.drop-all span {
    display: block;
}

.menu .disabled a {
    cursor: default;
    color: #D9D9D9;
}

    .menu .disabled a:hover {
        cursor: default;
        color: #D9D9D9 !important;
    }

table .grid-images {
    padding: 15px;
}

    table .grid-images img {
        margin-top: 0 !important;
    }

table .grid-icons {
    display: block !important;
    padding: 0 !important;
}

    table .grid-icons i {
        padding: 18px;
        display: block;
    }

        table .grid-icons i:hover {
            color: #4E5E6A;
        }


table .grid-download-icons {
    padding: 14px 10px;
}

    table .grid-download-icons a {
        padding: 0 !important;
        display: inline !important;
        margin: 0 7px;
        font-size: 15px;
    }

        table .grid-download-icons a:hover i {
            color: #22BAA0 !important;
        }

.nfe-link-icons {
    padding: 0 !important;
}

.progress-bar-positive {
    background-color: #D3F1EC;
}

.progress-bar-full-positive {
    background-color: #22BAA0;
}

.progress-bar-negative {
    background-color: #f25656;
}


.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
    left: 207px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
    left: 208px;
}

.tooltipster-base {
    white-space: pre-line;
}

.drop-title {
    border-bottom: 1px solid #d8dee4;
}

    .drop-title a:hover, .drop-title a:focus {
        text-decoration: none;
    }

.e-notification-item .e-mark-as-read, .e-notification-item .e-mark-as-not-read {
    position: absolute !important;
    right: 22px;
    top: 12px;
    padding: 0;
}

    .e-notification-item .e-mark-as-read i, .e-notification-item .e-mark-as-not-read i {
        margin-right: 0;
    }

    .e-notification-item .e-mark-as-read:hover, .e-notification-item .e-mark-as-not-read:hover {
        color: #22BAA0;
    }

.e-notification-panel .e-notif-action {
    padding: 0;
    background-color: transparent;
    color: #5f5f5f;
}

    .e-notification-panel .e-notif-action:hover, .e-notification-panel .e-notif-action:focus {
        color: #22BAA0;
        background-color: transparent;
        text-decoration: none;
    }

.apps-modal .mddl-options {
    top: 22px !important;
}

body table.display td .e-corrigir-nfe {
    text-align: center;
}

body .apps-modal .dataTables_empty {
    background-color: transparent !important;
}

.e-grid-error-nfe {
    margin-bottom: 50px
}

.tasks li .task-lnk {
    padding: 0 !important
}

.progress-bar-display-inline {
    width: 135px;
    margin-bottom: 0px;
    margin-top: 12px;
    margin-right: 15px;
    display: inline-flex;
}

.radio-disable {
    cursor: not-allowed !important;
    color: #bfbfbf
}

.e-support-menu a i {
    vertical-align: middle
}

.e-row-clearfix {
    overflow: hidden
}


/* VendaPreviewResumo */

.venda-preview-resumo-icons {
    padding: 0 !important;
    color: #4E5E6A !important;
}

.btn-small-squared {
    padding: 6px 8px 6px 8px !important;
    margin: 0 2px 0 2px !important;
    display: inline !important;
}

td span.e-text-column-btn {
    padding: 9px;
    display: block
}

/* End: VendaPreviewResumo */

/*
input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made 
  width: 100%; /* Specific width is required for Firefox. 
  background: transparent; /* Otherwise white in Chrome 
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. 
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added 
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
*/

input[type=range] {
    margin-top: 15px;
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: black;
        border-radius: 5px;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 50px;
        width: 30px;
        /*background: url("https://image.flaticon.com/icons/svg/56/56802.svg");*/
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -11px;
        background-color: white;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: black;
        border-radius: 5px;
    }

    input[type=range]::-moz-range-thumb {
        height: 50px;
        width: 30px;
        /*background: url("https://image.flaticon.com/icons/svg/56/56802.svg");*/
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        height: 30px;
        background-color: white;
    }


.btn-ajuste-valor-limite {
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #e5e5e5;
}

    .btn-ajuste-valor-limite:hover,
    .btn-ajuste-valor-limite:focus,
    .btn-ajuste-valor-limite:active,
    .btn-group.open .btn-ajuste-valor-limite.dropdown-toggle,
    .btn.btn-ajuste-valor-limite.active {
        background-color: #12AFCB;
        color: #fff;
        border: 1px solid transparent;
    }

.support-background {
    background-color: #a73896 !important;
    color: #fff !important;
}
.support-font {
    color: #76286a !important;
}
.support-border {
    border-color: #76286a !important;
}

.md-chat-widget-container {
    background-color: #F8F9FA !important;
    background-image: initial;
    background-size: 0px;
    border-radius: 24px;
    padding: 32px 0 0 0;
    height: fit-content !important;
    border-radius: 16px !important;
    border: 4px solid #FFF !important;
}

    .md-chat-widget-container .md-chat-widget {
        height: fit-content !important;
        min-height: 424px;
    }

    .md-chat-widget-container .md-chat-widget {
        padding-left: 24px;
        padding-right: 16px;
    }

    .md-chat-widget-container .white-credits {
        /* Logo da movidesk */
        display: none !important;
    }

    .md-chat-widget-container .md-chat-widget-credits-container {
        height: 32px;
        background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/logos/enotas.svg);
        background-size: 90px;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .md-chat-widget-container .md-chat-widget-header {
        display: none;
    }

    .md-chat-widget-container .widget-frame {
        /* Todos os chats */
    }

    .md-chat-widget-container #md-chat-iframe {
        /* iframe chat  */
        box-shadow: initial !important;
        border-radius: 12px !important;
        box-shadow: 0px 4px 32px rgba(11, 12, 13, 0.12), 0 2px 4px rgba(11, 12, 13, 0.08) !important;
    }

    .md-chat-widget-container #md-kb-iframe {
        /*iframe kb*/
        border-radius: 12px !important;
        box-shadow: 0 2px 4px rgba(11, 12, 13, 0.12) !important;
    }

.md-chat-widget-btn-container {
    background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/icons/icon-chat.svg?v=1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

    .md-chat-widget-btn-container svg {
        width: 0 !important;
        opacity: 0 !important;
    }








/* @mixin

How to use
.class { @include responsivo-mobile { css } }
*/
/* transform */
/* transition */
/* keyframes */
/* responsivo */
/* animation */
#support-channels {
    border-radius: 48px;
    right: 32px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    position: fixed;
}

@media only screen and (max-width: 480px) {
    #support-channels {
        right: 16px;
        bottom: 16px;
    }
}

#support-channels .element {
    padding: 4px;
    position: relative;
}

    #support-channels .element:last-child {
        padding: 0;
    }

@media (hover: hover) {
    #support-channels .element:hover::before {
        display: inline-block;
    }

    #support-channels .element[tooltip=chat]::before {
        content: 'Chat';
    }

    #support-channels .element[tooltip=whatsapp]::before {
        content: 'Whatsapp';
    }

    #support-channels .element[tooltip=mail]::before {
        content: 'E-mail';
    }

    #support-channels .element::before {
        display: none;
        position: absolute;
        font-size: 12px;
        color: #0B0C0D;
        top: 21px;
        width: 64px;
        right: 64px;
        text-align: right;
    }
}

#support-channels .element .chat, #support-channels .element .whatsapp, #support-channels .element .mail, #support-channels .element .expand {
    width: 52px;
    height: 52px;
    max-height: 52px;
    border-radius: 50%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

#support-channels .element .chat, #support-channels .element .whatsapp, #support-channels .element .mail {
    display: block;
    -webkit-transition: transform 100ms ease-in-out, opacity 50ms ease-out, height 100ms ease-in-out;
    -moz-transition: transform 100ms ease-in-out, opacity 50ms ease-out, height 100ms ease-in-out;
    transition: transform 100ms ease-in-out, opacity 50ms ease-out, height 100ms ease-in-out;
}

#support-channels .element .expand {
    position: absolute;
    display: none;
    bottom: 4px;
    right: 4px;
}

#support-channels .element .chat {
    background-color: #0B0C0D;
    background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/movidesk/support-blip.svg?v=1);
    background-size: 23px;
}

#support-channels .element .whatsapp {
    background-color: #4BCA5A;
    background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/movidesk/support-whatsapp.svg?v=1);
    background-size: 28px;
}

#support-channels .element .mail {
    background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/movidesk/support-mail.svg?v=2);
    background-color: #EDEBDB;
    background-size: 28px;
}

#support-channels .element .expand {
    background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/movidesk/support-arrow.svg?v=2);
    background-size: 12px;
    background-color: #ECEDF0;
}

#support-channels.active-chat {
    right: 36px;
    bottom: 36px;
}

@media only screen and (max-width: 480px) {
    #support-channels.active-chat {
        z-index: initial;
        right: 16px;
        bottom: 16px;
    }
}

#support-channels.active-chat .element {
    padding: 0;
}

    #support-channels.active-chat .element::before {
        display: none;
    }

    #support-channels.active-chat .element .whatsapp, #support-channels.active-chat .element .mail {
        opacity: 0;
        height: 0;
    }

    #support-channels.active-chat .element .chat {
        background-image: url(https://enotas.com.br/ativos-externo/movidesk/assets/img/movidesk/support-close.svg);
        background-size: 12px;
    }

#support-channels.minimize:not(.active-chat) .element .chat {
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
}

#support-channels.minimize:not(.active-chat) .element .whatsapp {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

#support-channels.minimize:not(.active-chat) .element .chat, #support-channels.minimize:not(.active-chat) .element .whatsapp, #support-channels.minimize:not(.active-chat) .element .mail {
    opacity: 0;
}

#support-channels.minimize:not(.active-chat) .element .expand {
    z-index: 999;
    display: block;
}
td#enotas {
    display: flex;
    justify-content: center;
}
button.enotasEnabled {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6312 10.369V0H24.0001L23.9224 0.038835C18.9904 1.47574 15.1069 5.39808 13.6312 10.369Z' fill='%23841E67'/%3E%3Cpath d='M0 24.0001V13.6311H10.3689L10.2913 13.6699C5.35925 15.1457 1.47574 19.0292 0 24.0001Z' fill='%23009BA3'/%3E%3Cpath d='M0 10.369V0H10.3689L10.2913 0.038835C5.35925 1.47574 1.47574 5.39808 0 10.369Z' fill='%23E44F25'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-color: white;
    border: none;
}
button.enotasdisabled {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6312 10.369V0H24.0001L23.9224 0.038835C18.9904 1.47574 15.1069 5.39808 13.6312 10.369Z' fill='%23F5F6F7'/%3E%3Cpath d='M0 24.0001V13.6311H10.3689L10.2913 13.6699C5.35925 15.1457 1.47574 19.0292 0 24.0001Z' fill='%23F5F6F7'/%3E%3Cpath d='M0 10.369V0H10.3689L10.2913 0.038835C5.35925 1.47574 1.47574 5.39808 0 10.369Z' fill='%23F5F6F7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-color: white;
    cursor: not-allowed;
    pointer-events: none;
    border: none;
}

button.enotasEnabled .tooltiptext {
    visibility: hidden;
    width: auto;
    min-width:300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    z-index: 1;
    bottom: 53%;
    left: 50%;
    margin-left: -150px;
}
button.enotasEnabled:hover .tooltiptext {
    visibility: visible;
}

.site-footer, .page-wrap:after {
    padding: 16px 16px 16px 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
    background-color: #FFF;
    margin-top: auto;
}
/*--------------------------------

enoticon Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
    font-family: 'enoticon';
    src: url('../fonts/enoticon/enoticon.eot?v=3');
    src: url('../fonts/enoticon/enoticon.eot?v=3') format('embedded-opentype'), url('../fonts/enoticon/enoticon.woff2?v=3') format('woff2'), url('../fonts/enoticon/enoticon.woff?v=3') format('woff'), url('../fonts/enoticon/enoticon.ttf?v=3') format('truetype'), url('../fonts/enoticon/enoticon.svg?v=3') format('svg');
    font-weight: normal;
    font-style: normal;
}

.enoticon {
    display: inline-block;
    font: normal normal normal 1em/1 'enoticon';
    color: inherit;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* base class */
.enoticon {
    display: inline-block;
    font: normal normal normal 1em/1 'enoticon';
    color: inherit;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.enoticon-sm {
    font-size: 0.8em;
}

.enoticon-lg {
    font-size: 1.2em;
}

/* size examples - absolute units */
.enoticon-16 {
    font-size: 16px;
}

.enoticon-32 {
    font-size: 32px;
}

/* rotate the icon infinitely */
.enoticon-is-spinning {
    animation: enoticon-spin 1s infinite linear;
}

@keyframes enoticon-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* transform */
.enoticon-rotate-90 {
    transform: rotate(90deg);
}

.enoticon-rotate-180 {
    transform: rotate(180deg);
}

.enoticon-rotate-270 {
    transform: rotate(270deg);
}

.enoticon-flip-y {
    transform: scaleY(-1);
}

.enoticon-flip-x {
    transform: scaleX(-1);
}

/* icons */
.enoticon-paper-and-blocked::before {
    content: "\ea01";
}

.enoticon-returned-paper::before {
    content: "\ea02";
}

.enoticon-paper-and-time::before {
    content: "\ea03";
}

.enoticon-paper-and-gear::before {
    content: "\ea04";
}

.enoticon-paper-and-diamond::before {
    content: "\ea05";
}

.enoticon-paper-and-arrows::before {
    content: "\ea07";
}

.enoticon-paper-and-alert::before {
    content: "\ea08";
}

.enoticon-duplicate-paper-returned::before {
    content: "\ea09";
}

.enoticon-copied-paper::before {
    content: "\ea0a";
}

.enoticon-paper-and-box::before {
    content: "\ea0b";
}

.enoticon-paper-and-done::before {
    content: "\ea0c";
}

.enoticon-paper-and-closed::before {
    content: "\ea0d";
}

.enoticon-wallet::before {
    content: "\ea0e";
}

.enoticon-hourglass::before {
    content: "\ea0f";
}

.enoticon-equals::before {
    content: "\ea11";
}

.enoticon-rocket::before {
    content: "\ea12";
}

.enoticon-paper::before {
    content: "\ea13";
}

.enoticon-horizontal-line::before {
    content: "\ea14";
}

.enoticon-alert::before {
    content: "\ea15";
}

.enoticon-blocked::before {
    content: "\ea16";
}

.enoticon-update::before {
    content: "\ea17";
}

.enoticon-print::before {
    content: "\ea18";
}

.enoticon-resend::before {
    content: "\ea19";
}

.enoticon-share::before {
    content: "\ea1a";
}
