@charset "UTF-8";
@import url("https://weloveiconfonts.com/api/?family=entypo");
@import url("https://weloveiconfonts.com/api/?family=fontawesome");
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url('https://fonts.googleapis.com/css?family=Muli:400,500,700&display=swap');

[class*="entypo-"]:before {
    font-family: "entypo", sans-serif;
}

/* fontawesome */
[class*="fontawesome-"]:before {
    font-family: "FontAwesome", sans-serif;
}

body {
    font-family: 'Muli', sans-serif;
    background: #fff;
    padding: 0;
    color: #888 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Muli", sans-serif !important;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 3px solid #8c92a3;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #222;
}

ul,
ol,
dl {
    font-size: 13px;
}

/*
Preloader
 */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2F323A;
    /* change if the mask should have another color then white */
    z-index: 9999;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/ball-triangle.svg);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.slide-out-div {
    padding: 20px 5px;
    width: 60px;
    background: #fff;
    position: relative;
    z-index: 9999;
}

.handle {
    background: #0D0C0E;
    color: #fff;
    width: 40px;
    height: 50px;
    text-align: center;
    display: block;
    left: -36px !important;
}

/*
Value Master
 */
.fixed-nest {
    position: fixed !important;
}

.no-pad {
    padding: 0px !important;
}

.pad {
    padding: 10px !important;
}

.pad-twenty {
    padding: 20px !important;
}

.pad-forty {
    padding: 40px !important;
}

.margin {
    margin: 10px !important;
}

.margin-center {
    margin: 10px 0;
}

.margin-left {
    margin: 0 40px 0 0;
}

.padding-content {
    padding: 0 15%;
}

.height-tiny {
    height: 8px !important;
}

.radius {
    border-radius: 3px !important;
}

.inline {
    display: inline;
    width: auto;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

/*
Master Background Color
 */
.bg-light-green,
.bg-dark-blue,
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
    color: #f9f9f9 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-gray {
    background: #777 !important;
}

.bg-gray-blue {
    background: #EEF1F7 !important;
}

.bg-black {
    background: #222A38 !important;
}

.bg-black-solid {
    background: #000000 !important;
}

.bg-red {
    background: #F20556 !important;
}

.bg-yellow {
    background: #f39c12 !important;
}

.bg-aqua {
    background-color: #0ABAEF !important;
}

.bg-blue {
    background-color: #5C9DF5 !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-dark-blue {
    background-color: #0F5593 !important;
}

.bg-green {
    background-color: #92CD18 !important;
}

.bg-light-green {
    background-color: #45B6B0 !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #B5AB8A !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #FF884D !important;
}

.bg-red-orange {
    background-color: #e83922 !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}

.bg-transparent {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.bg-opacity {
    background: rgba(0, 0, 0, 0.5) !important;
}

.bg-opacity-one {
    background: rgba(0, 0, 0, 0.3) !important;
}

.bg-opacity-white {
    background: rgba(255, 255, 255, 0.5) !important;
}

.bg-opacity-white-btn {
    background: rgba(255, 255, 255, 0.2) !important;
}

.bg-opacity-white-btn:hover {
    background: rgba(255, 255, 255, 0.4) !important;
    color: white !important;
}

.border-gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

/*
Master Text Color
 */
.text-opacity {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-black {
    color: #222A38 !important;
}

.text-red {
    color: #F20556 !important;
}

.text-gray {
    color: #777 !important;
}

.text-amber {
    color: #ffffff !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #0ABAEF !important;
}

.text-blue {
    color: #5C9DF5 !important;
}

.text-dark-blue {
    color: #0F5593 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #92CD18 !important;
}

.text-navy {
    color: #B7C1D3 !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #FF884D !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}

.text-white {
    color: #ffffff !important;
}

.border-green {
    border-color: #37A8AF !important;
}

.border-blue {
    border-color: #3E739D !important;
}

.border-aqua {
    border-color: #0090D9 !important;
}

.text-opacity {
    color: rgba(255, 255, 255, 0.7) !important;
}

.button-radius {
    border-radius: 30px !important;
}

/*
Hide elements by display none only
*/
.hide {
    display: none !important;
}

/* Remove borders */
.no-border {
    border: 0px !important;
}

/* Remove padding */
.no-padding {
    padding: 0px !important;
}

/* Remove margins */
.no-margin {
    margin: 0px !important;
}

/* Remove box shadow */
.no-shadow {
    box-shadow: none !important;
}

.border {
    border-bottom: 1px !important;
}

.star {
    color: red !important;
}

/* font style for title */
.font-title {
    font-family: "Muli", sans-serif !important;
}

.font-uppercase {
    text-transform: uppercase !important;
}

.font-medium {
    font-size: 14px !important;
}

.js-off-canvas-exit {
    background: transparent;
}

.img-circle {
    border-radius: 50%;
}

.circle-nest {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}

.circle-nest-medium {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}

.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.05);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white;
    border-radius: 3px;
}

hr {
    border-bottom: 1px solid #eee;
}

/*
Foundation Coustom
 */
.row {
    max-width: none !important;
    margin-bottom: 20px;
}

.row.display {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    line-height: 3em;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-bar-nest {
    margin: 0 -15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 73px;
    line-height: 73px;
}

.top-bar {
    margin: 0 -15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 73px;
    line-height: 73px;
}

.top-bar-devider {
    width: 5px;
    height: 30px;
    border-left: 1px solid #ddd;
    background: #fff;
}

.top-bar-section ul li {
    background: #EEF1F7;
}

.top-bar.expanded .title-area {
    background: transparent;
}

.breadcrumbs {
    padding: 1.1625rem 0.875rem 1.7625rem 3em;
    border-width: 0;
    height: 49px;
    line-height: 49px !important;
    background: #F9F9F9;
    margin: 0 -15px 25px -15px;
    border-radius: 0 !important;
}

.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 12px;
    line-height: 0.6875em;
    text-transform: capitalize !important;
    color: #8c92a3;
}

.breadcrumbs > * a {
    color: #8c92a3;
}

.breadcrumbs > *:before {
    content: "";
    color: rgba(140, 146, 163, 0.5);
    margin: 0 0.25em;
    position: relative;
    top: 1px;
    font-family: "dripicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.breadcrumbs-fixed {
    padding-top: 95px;
}

.slim_scroll {
    margin-top: 5px;
}

.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: 1rem;
    margin: 0 -15px;
}

.dropdown-wrap {
    margin: 10px 0 0;
    position: relative;
    background-color: #fff !important;
}

.dropdown-wrap:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #cacaca transparent;
    display: block;
    width: 0;
    top: -25px;
    right: 22px;
    z-index: 0;
}

.dropdown-wrap:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    top: -23px;
    right: 22px;
    z-index: 1;
}

.dropdown-wrap li div div {
    background: #fff;
}

.dropdown-wrap li div div div {
    padding: 0 20px;
}

.dropdown-wrap li a {
    background: #fff !important;
    display: block;
    height: 60px;
    line-height: 60px !important;
    color: #8c92a3 !important;
}

.dropdown-wrap li a div {
    border: 2px solid rgba(140, 146, 163, 0.3);
    background: transparent !important;
    color: #8c92a3;
    font-size: 12px;
    border-radius: 15px;
    float: right;
    top: 15px;
}

.dropdown-wrap li i {
    display: block;
    width: 0;
    height: 30px;
    background: transparent !important;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 10px 40px 0 0;
    padding-bottom: 0;
    padding: 0;
    font-size: 16px;
}

.dropdown-wrap li a h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0;
    font-weight: bold;
    color: #8c92a3;
}

.dropdown-wrap li a h4 {
    font-size: 13px;
    margin: 0;
    padding: 17px 0 0;
    font-weight: normal;
    color: #8c92a3;
}

.dropdown-wrap li a p {
    font-size: 12px !important;
    margin: 0;
    padding: 0 0 10px;
    color: #8c92a3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-wrap li a span {
    font-size: 11px;
    float: right;
    font-weight: 100;
}

.dropdown-wrap li a span small {
    font-size: 10px;
    margin-left: 5px;
    color: #8c92a3;
}

.dropdown-nest {
    width: 260px !important;
    padding-top: 43px !important;
    margin-top: 20px !important;
    position: relative;
    top: 40px !important;
    border-right: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
    border-left: 1px solid #EAECF0;
}

.dropdown-nest li a {
    font-family: "Open Sans", sans-serif !important;
    background: #fff !important;
    display: block;
    height: 60px;
    line-height: 60px !important;
    color: #8c92a3 !important;
}

.dropdown-nest li a div {
    border: 2px solid rgba(140, 146, 163, 0.3);
    background: transparent !important;
    color: #8c92a3;
    font-size: 12px;
    border-radius: 15px;
    float: right;
    top: 15px;
}

.dropdown-nest li i {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent !important;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 10px 15px 0;
    border-radius: 50%;
    padding-bottom: 0;
}

.dropdown-nest li a h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0;
    font-weight: bold;
    color: #8c92a3;
}

.dropdown-nest li a h4 {
    font-size: 13px;
    margin: 0;
    padding: 17px 0 0;
    font-weight: normal;
    color: #8c92a3;
}

.dropdown-nest li a p {
    font-size: 12px !important;
    margin: 0;
    padding: 0 0 10px;
    color: #8c92a3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.dropdown-nest li a span {
    font-size: 11px;
    float: right;
    font-weight: 100;
}

.dropdown-nest li a span small {
    font-size: 10px;
    margin-left: 5px;
    color: #8c92a3;
}

.top-dropdown-nest {
    margin: 0 20px;
}

.top-dropdown-nest span {
    border-radius: 20px;
}

.profile-dropdown li a {
    background: #fff !important;
    display: block;
    color: #8c92a3 !important;
    font-size: 12px !important;
}

.profile-dropdown li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.profile-dropdown li a span {
    float: right;
    margin: 5px 0 0;
}

.pull-right {
    float: right;
}

.pull-right > *:before {
    content: "" !important;
}

.pull-right li {
    color: red;
}

.top-bar .name h1 span {
    background: none repeat scroll 0% 0% #395F97;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 0 25px;
}

.edumix-msg-noft {
    background: #ccc;
    color: #fff !important;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-weight: bold !important;
    text-align: center !important;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    position: relative;
    top: -10px;
    left: -5px;
}

.edumix-noft {
    background: #ccc;
    color: #fff !important;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-weight: bold !important;
    text-align: center !important;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    position: relative;
    top: -10px;
    left: -5px;
}

.menu > li > a img,
.menu > li > a i {
    font-size: 17px !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #c2c3c3 transparent transparent;
}

.dark {
    position: absolute;
    top: -7px;
    left: -28px;
    z-index: 999;
}

.search-menu {
    background: #2a394f;
    width: 100%;
    display: block;
    height: 55px;
    margin: -10px 0 10px 0;
}

.has-form-transparent,
.transparent {
    background: transparent !important;
}

.input-top {
    background: #F9F9F9 !important;
    border-color: #F9F9F9 !important;
    padding: 0 0 0 40px !important;
    border-radius: 4px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    display: block;
    font-size: 0.875rem;
    margin: 2px 0 1rem 0 !important;
    padding: 17px 0.5rem 17px 35px !important;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px !important;
    border-radius: 35px !important;
    /* border: 1px solid #eee!important; */
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0px 0 2px #ccc, 0 7px 0 2px #ccc, 0 14px 0 2px #ccc;
    width: 10px;
}

ul.off-canvas-list li a {
    display: block;
    padding: 15px 20px;
    color: #D5DAE6;
    border-bottom: 1px solid transparent;
    transition: background 300ms ease;
    font-size: 12px;
}

.right-off-canvas-menu {
    background: #202228;
}

.move-left .exit-off-canvas {
    box-shadow: none;
}

ul.off-canvas-list li label {
    border-top: 1px solid transparent;
}

.chat-pic {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    display: inline-block;
    float: left;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 40px;
    border-radius: 50%;
}

.chat-pic-gray {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><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'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.alert-box {
    border-color: transparent;
}

button.small,
.button.small {
    font-size: 14px !important;
}

span.error,
small.error,
.error small.error {
    background: #F20556;
}

[data-abide] .error small.error,
[data-abide] .error span.error {
    background: #F20556;
}

[data-abide] span.error,
[data-abide] small.error {
    background: #F20556;
}

input.input-top {
    height: 2.4em;
    background: transparent !important;
    border: 1px solid #ddd !important;
    margin: 5px 15px 0 !important;
    border-radius: 5px !important;
}

label {
    font-size: 13px;
}

/* TAB */
.tabs-content > .content.active {
    display: block;
    float: none;
    background: #fff;
    padding: 30px 30px;
}

.tabs dd > a,
.tabs .tab-title > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.accordion .accordion-navigation > a,
.accordion dd > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    display: block;
    background: white;
    padding: 20px 35px;
    font-size: 14px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*
Header Navigation
 */
.nav-bg-trans {
    background: transparent;
    border-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 65px;
}

.logo-text {
    color: #808CA0 !important;
    font-size: 21px;
    position: relative;
    top: -8px !important;
    left: 57px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}

.logo-text:hover {
    text-decoration: none;
    color: #fff;
}

.logo-text small {
    font-family: "Montserrat Light", sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 0 11px;
    color: #eee !important;
}

.news-list li strong {
    margin: 0 5px;
}

.noft-btn {
    position: relative;
    left: 60px;
}

.noft-btn li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #B7C1D3;
    margin-left: 5px;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    border-radius: 15px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: left;
    left: 15px;
    top: 0px;
}

.noft-btn li p {
    float: left;
}

.menu-profile {
    position: relative;
    top: 12px;
}

.admin-pic {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    display: inline-block;
    height: 36px;
    margin-left: 30px !important;
    margin-right: 15px !important;
    margin-top: 0 !important;
    width: 36px;
    border-radius: 50%;
}

.admin-pic-text {
    position: relative;
    top: 0px;
    font-size: 13px;
    margin: 0 10px 0 0px;
    opacity: 0.8;
    color: #777 !important;
}

.admin-pic-text i {
    position: absolute;
    top: -15px;
    left: -25px;
    font-size: 16px;
    color: #777 !important;
}

.dropdown-pane-nest {
    padding: 0 !important;
}

.profile-nest {
    width: 200px;
    border: 1px solid #eee;
}

.profile-nest ul {
    position: relative;
}

.profile-nest ul:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    top: -9px;
    left: 22px;
    z-index: 1;
}

.profile-nest ul:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #cacaca transparent;
    display: block;
    width: 0;
    top: -10px;
    left: 22px;
    z-index: 0;
}

/*
Search Style
 */
.dark {
    position: absolute;
    top: -7px;
    left: -28px;
    z-index: 999;
}

.dark:before {
    content: "\f002";
    position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    top: 10px;
    left: 45px;
    color: #8c92a3;
}

.dark input[type=text] {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    color: #ccc;
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 0px solid #ccc;
    margin: 4px 10px 0;
    border-radius: 25px;
    padding: 0 0 0 45px;
}

.search {
    padding: 6px 15px 6px 15px;
    width: 60%;
    margin-top: -5px;
}

.nav > li > a {
    font-size: 13px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.nav .open > a {
    background-color: transparent !important;
}

.nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
}

/*
Page Container
 */
#page-container {
    background: #e6e7e8;
    overflow: hidden;
}

ol.breadcrumb.newcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    z-index: 999;
    width: 100%;
    font-size: 13px;
    margin: 0;
    right: 25px;
    top: 0;
}

ol.breadcrumb.newcrumb li a {
    color: #808CA0 !important;
    padding: 0;
    text-transform: capitalize;
}

ol.breadcrumb.newcrumb li a span {
    border-radius: 50%;
    color: #808CA0 !important;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin: 0 5px 0 5px;
}

.breadcrumb > li + li:before {
    content: " " !important;
    padding: 0 5px;
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    color: #8A98B3;
    margin: 0 2px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
}

/*
Dropdown menus
*/
.dropdown-menu > li > a {
    color: #888 !important;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.dropdown-setting > li > a {
    font-size: 12px !important;
}

.dropdown-menu > li > a:hover {
    background-color: #92CD18;
    color: #fff !important;
}

/*
Drodown in navbars
*/
.main-theme .navbar .dropdown-menu > li > a {
    color: #92CD18;
}

.drop-btn {
    height: 40px;
    width: 40px;
    background: #eee;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #E3E7EB;
}

.drop-btn:hover {
    opacity: 0.9;
}

.label-drop {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    width: 20px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}

.task-list-item {
    margin: 0 0 0 10px;
    color: #808CA0 !important;
}

.task-list-item h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0;
}

.task-list-item h2 span {
    float: right;
}

.task-list-item h2 span small {
    color: #808CA0;
    font-size: 11px;
    margin: 0 10px 0 5px;
}

.task-list-item h1 {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    font-style: italic;
}

.task-list-item p {
    font-size: 12px;
    font-weight: 100;
    color: #808CA0;
}

/*
Sidebar Menu
*/
/*$font-text: 'Varela Round',
sans-serif;*/
body {
    padding: 0;
    color: #888 !important;
}

.profile {
    text-align: center;
    margin-top: 10px;
}

.profile a {
    display: inline;
}

.profile img {
    transition: all 0.3s ease 0s;
    max-width: 45%
}

.menu-close img {
    max-width: 35px;
}

.profile h3 {
    color: white;
    opacity: 1;
    position: relative;
    top: 25px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 18px;
    left: 15px;
}

.profile span {
    position: relative;
    left: 12px;
    top: 30px;
    color: #fff;
}

.profile i {
    color: #fff;
    float: right;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    top: 13px;
    right: 25px;
    font-weight: normal;
}

#skin-select h3,
#skin-select h4 {
    text-transform: uppercase;
}

.fixed-nest-sidebar div {
    padding: 15px 0 0 0;
    margin: -15px 0 0 0;
}

#skin-select {
    transition: all 0.3s ease 0s;
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    z-index: 1000;
    background: var(--jobi-sidebar-color);
    height: 100%;
    box-shadow: 0px 0px 18px 3px rgba(200, 200, 200, 0.3);
    overflow-x: hidden;
    overflow-y: scroll;
    /* Ocultar la barra de desplazamiento vertical */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
/* Restaurar la apariencia de la barra de desplazamiento en navegadores que no la soportan */
#skin-select::-webkit-scrollbar {
    display: none; /* Safari y Chrome */
}

#skin-select.menu-close {
    width: 50px;
}

#paper-bg {
    transition: all 0.3s ease 0s;
}

#skin-select #toggle {
    transition: all 0.3s ease 0s;
    background: var(--jobi-sidebar-toggle-bg);
    color: var(--jobi-sidebar-toggle-color);
    cursor: pointer;
    display: block;
    height: 25px;
    width: 30px;
    line-height: 25px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 9px;
    font-size: 13px;
    z-index: 999;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    border-radius: 20px 0px 0px 20px;
}

#skin-select #toggle:before {
    color: white;
    content: "\f060";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 25px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#skin-select.menu-close #toggle {
    background: rgb(255, 0, 0);
    color: white;
    cursor: pointer;
    display: block;
    right: -30px;
    width: 30px;
    height: 25px;
    line-height: 25px !important;
    position: absolute;
    text-align: center;
    top: 5px;
    font-size: 13px;
    z-index: 999;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0 20px 20px 0;
}

#skin-select.menu-close #toggle:before {
    color: white;
    content: "\f061";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#skin-select li span {
    left: 1px;
    font-weight: bold !important;
    position: relative;
    font-family: "roboto condensed", sans-serif;
    font-weight: normal;
}

.edumix-bar-title {
    font-weight: 700 !important;
    position: relative;
    font-family: "Montserrat Light", sans-serif;
    font-size: 12px;
    text-transform: uppercase !important;
}

.edumix-bar-title:hover {
    color: transparent !important;
}

.menu-hide span {
    color: red;
}

#skin-select li ul li {
    line-height: 20px;
}

#skin-select li b {
    position: relative;
    top: 8px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.1);
    padding: 0 20px 0 0;
}

#skin-select li i {
    font-size: 15px;
    left: -5px;
    position: relative;
    width: 30px;
    top: 3px !important;
    display: inline-block;
    height: 30px;
    text-align: center;
    padding: 8px 0 0;
    border-radius: 100%;
}

#skin-select li li i {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    left: -5px;
    line-height: 15px;
    position: relative;
    width: 23px;
    top: 2px;
}

.skin-part {
    padding: 0;
    position: relative;
    top: 0;
}

.skin-part h3 {
    text-shadow: none;
    margin-bottom: 10px;
    font-family: "sinisukaregular";
}

.skin-part h3 span {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 10px 5px;
    border-radius: 10px;
    margin-left: 0px;
    font-size: 11px;
    color: #f2f2f2;
}

.skin-part h3 small {
    margin-left: 6px;
    color: #fff;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 9px;
    border-radius: 15px;
    position: relative;
    top: -1px;
    font-size: 9px;
}

.skin-part h4 {
    font-size: 1em;
    margin: 7px 0 !important;
}

.devider-horizontal {
    width: 100%;
    height: 2px;
    display: inline-block;
    padding: 15px 0 0 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.devider-title h3 {
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 15px;
}

#menu-showhide {
    margin: -10px 0 0;
    position: relative;
    z-index: 0;
}

#menu-select {
    background: rgba(153, 195, 253, 0.3);
    padding: 0 0 0 40px;
    position: relative;
    border-radius: 20px;
}

#menu-select:before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.menu-select {
    background: rgba(153, 195, 253, 0.3);
    padding: 0 0 0 40px;
    position: relative;
    border-radius: 20px;
}

.menu-close .side-bar .menu-select {
    border-radius: 0;
}


#lang-close {
    display: none;
}

.menu-close #lang-close {
    display: inherit;
}

.menu-close #lang-open {
    display: none;
}


#skin-select.menu-close li {
    text-align: center;
}

.menu-close .datepicker-wrap {
    position: absolute;
    right: 84px;
}

.menu-close .skin-part {
    visibility: visible;
}

.menu-close .hide-min-toggle {
    display: block;
}

#skin-select.menu-close li i {
    top: 0;
    left: -30px;
    padding: 8px 0;
}


.menu-close ul.topnav ul {
    border-radius: 0;
}

/*.menu-close .profile span,
.menu-close .profile i,
.menu-close .bottom-list-menu li,
.menu-close .chat-list-menu li{
  display: none;
}*/

.menu-close .profile h3 {
    display: none;
}


.menu-select:before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.side-dash {
    margin: 10px;
    padding: 0 10px 0 0;
}

.side-dash h3 {
    color: #FFFFFF !important;
    font-size: 12px;
    margin-bottom: 10px !important;
    padding: 0;
}

.side-dash h3 span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin-left: 5px;
    padding: 5px 12px;
    text-align: center;
}

.side-dashh-list,
.side-bar-list {
    margin-bottom: 25px;
    margin-left: -30px;
    width: 195px;
}

.side-dashh-list li,
.side-bar-list li {
    font-size: 12px !important;
    line-height: 1.6em !important;
}

.side-dashh-list span {
    float: right !important;
    padding-right: 15px;
}

.side-dashh-list span i {
    left: 0 !important;
    margin-left: 8px;
}

.side-bar {
    padding-top: 30px;
    overflow: hidden;
}

.side-bar ul li a img {
    height: 20px;
}

.menu-close .side-bar ul li a img {
    margin: 13px;
}

.menu-close .side-bar ul li a span {
    margin-left: 20px;
}

.menu-close.dropdown-active .side-bar {
    overflow: visible;
}

.menu-close.dropdown-active .side-bar ul li a span {
    display: none;
}

.menu-close.dropdown-active .side-bar ul li a img {
    margin-left: 0;
}


.side-bar-list li {
    font-size: 12px !important;
    line-height: 4em !important;
}

.linebar,
.linebar2,
.linebar3 {
    float: right;
    margin-right: 10px;
}

.scroll {
    float: left;
    width: 21%;
    padding: 0;
    margin-left: 4%;
    margin-top: 40px;
}

.topnav {
    padding: 40px 28px 25px 0;
}

img.icon-menu {
    margin-left: 10px;
    margin-right: 3px;
    margin-top: 3px;
}

ul.topnav {
    margin: 0;
    font-size: 14px;
    line-height: 0.5em !important;
    list-style: none !important;
    padding: 0;

}

ul.topnav li a {
    color: #ffffff !important;
    font-weight: 500;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    height: 50px;
    line-height: 50px !important;
    list-style: none outside none;
    transition: all 0.5s ease 0s;
    padding: 0 10px 0 40px;
    text-decoration: none;
}

.active ul.topnav li a {
    padding: 0;
}

ul.topnav li a:hover {
    background: red;
}

li.hide-min-toggle {
    background: #545CA6;
    text-align: left !important;
    font-size: 13px !important;
    padding: 13px 0 13px 28px !important;
    font-weight: bold;
}

.bottom-list-menu {
    margin: 30px 0 0;
    padding: 0 0 0 20px;
}

.bottom-list-menu li {
    list-style: none;
    font-size: 12px;
    padding: 10px 0 10px 15px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    word-spacing: 2px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bottom-list-menu li small {
    float: right;
    font-size: 16px;
    padding: 5px 20px 0 0;
}

.bottom-list-menu li span {
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    float: right !important;
    width: 30px;
    text-align: center;
    font-size: 14px !important;
    border-radius: 50%;
    left: -18px !important;
    line-height: 29px;
    top: -7px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.chat-list-menu {
    margin: 30px 0 0;
    padding: 0 0 0 20px;
}

.chat-list-menu .online {
    font-style: normal !important;
    color: rgba(255, 255, 255, 0.6);
}

.chat-list-menu .online small:before {
    display: none !important;
}

.chat-list-menu .online small:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #06da8d;
    border-radius: 50%;
}

.chat-list-menu li {
    list-style: none;
    font-size: 12px;
    padding: 5px 0 5px 15px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    position: relative;
    letter-spacing: 0;
    font-style: italic;
}

.chat-list-menu li small {
    margin: 0 5px 0 0;
}

.chat-list-menu li:first-child {
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}

.chat-list-menu li i {
    float: right;
    margin-top: -10px !important;
}

.noft-blue {
    background: #0d8add;
    padding: 0 7px !important;
    font-size: 10px;
    display: block !important;
    height: 20px;
    line-height: 20px;
    margin: 0 !important;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    right: 25px;
}

.side-menu-noft {
    line-height: 14px;
    padding: 2px 8px;
    border-radius: 11px;
    margin: 0;
    position: absolute;
    left: 100px;
    top: 14px;
    font-size: 9px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/*
Show up sidemenu when minimize
*/
/*
menu
*/
/* We remove the margin, padding, and list style of UL and LI components */
.menu-close .side-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-close .side-bar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50px;
    cursor: pointer;
}

.menu-close .side-bar ul li:hover, .menu-close .side-bar ul li.iehover {
    position: relative;
}

.menu-close .side-bar ul li a {
    pointer-events: auto;
}

.menu-close .side-bar ul li ul {
    display: inline-grid !important;
}

.menu-close .side-bar ul.topnav li a {
    padding: 0;
}

.menu-close .side-bar ul li ul {
    position: absolute;
    display: none;
    left: -1000px;
}

.menu-close .side-bar ul li:hover ul, .menu-close .side-bar ul li.iehover ul {
    left: 50px;
    top: 0;
    display: block;
    width: 190px;
    -moz-box-shadow: 3px 4px 4px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 4px 4px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 4px 4px -2px rgba(0, 0, 0, 0.5);

    background: white;
}

.menu-close .show-dropdown ul li a {
    padding-left: 10px !important;
}

.show-dropdown ul {
    overflow: hidden;
}


.menu-close .side-bar ul li h4 {
    display: none;
}

.menu-close .side-bar ul li ul li {
    /*background-color:#cae25a;*/
}

.menu-close .side-bar ul li:hover ul li:hover, .menu-close .side-bar ul li.iehover ul li.iehover {
    /*background-color:#b1b536;*/
}

.menu-close .side-bar ul li ul li a {
    color: #454444;
    display: inline-block;
    width: 210px;
    pointer-events: auto;
}

.menu-close .side-bar ul li ul li a:hover {
    color: #000;
}

.menu-close .side-bar ul li:hover ul li ul, .menu-close .side-bar ul li.iehover ul li ul {
    position: absolute;
    display: none;
}

.menu-close .side-bar ul li:hover ul li:hover ul, .menu-close .side-bar ul li.iehover ul li.iehover ul {
    display: block;
    left: 150px;
    top: 0;
}

.menu-close .side-bar ul li:hover ul li:hover ul li, .menu-close .side-bar ul li.iehover ul li.iehover ul li {
    background: #86d3fa;
}

.menu-close .side-bar ul li:hover ul li:hover ul li:hover, .menu-close .side-bar ul li.iehover ul li.iehover ul li.iehover {
    background: #358ebc;
}

.menu-close .side-bar ul li:hover ul li:hover ul li a, .menu-close .side-bar ul li.iehover ul li.iehover ul li a {
    color: #ffffff;
}

/* Clear float */
.clear {
    clear: both;
}

.topnav.slicknav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.topnav.slicknav li ul li {
    border-bottom: none;
}

ul.topnav li a:hover {
    background: var(--jobi-sidebar-hover-bg-color);
    color: var(--jobi-sidebar-hover-color) !important;
    text-shadow: none;
    position: relative;
}

.show-dropdown ul li a:hover {
    background: rgba(153, 195, 253, 0.3) !important;
    color: #333333;
}

.menu-close .side-bar ul.topnav li a:hover {
    border-radius: 0;
}

ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
    background: #f5f8fd;
    position: relative;
}

ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none outside none;
}

ul.topnav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
    outline: 0 none;
    text-align: left;
    position: relative;
    padding: 0 10px 0 65px;
}

ul.topnav ul li a:hover {
    background-color: transparent;
    color: #333333 !important;
}

ul.topnav ul ul li a {
    color: #444;
    padding-left: 40px;
    background: #c8c8c8;
}

ul.topnav ul ul li a:hover {
    background-color: #D3CEB8;
    color: #0C7CBB;
}

ul.topnav h4 {
    float: right !important;
    margin-top: -2px;
}

/* Smartphones (portrait) ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    /* Styles */
    input.input-top {
        margin: 30px 15px 15px !important;
        max-width: 92%;
    }

    .top-bar {
        border-bottom: 1px solid #eee;
        height: 100%;
    }

    .dropdown-pane-nest {
        padding: 0 !important;
        left: 0px !important;
        width: 100% !important;
        border-right: 0;
        border-left: 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .dropdown-wrap:before,
    .dropdown-wrap:after {
        display: none;
    }
}

/*
        CONTENT
*/
/*
Boxes
*/
.over-flow-hidden {
    overflow: hidden !important;
}

.box {
    position: relative;
    margin: 20px 0;
    width: 100%;
    /* border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 4px; */
}

.box-no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px solid #eee !important;
}

.box-full {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    /* fallback */
}

.box.box-primary {
    border-top-color: #eaeaec;
}

.box.box-info {
    border-top-color: #0ABAEF;
}

.box.box-danger {
    border-top-color: #F20556;
}

.box.box-warning {
    border-top-color: #FF884D;
}

.box.box-success {
    border-top-color: #92CD18;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px double #B7C1D3;
    color: #444;
    padding-bottom: 0px;
    background: #fff;
}

.box .box-header:before {
    display: table;
    content: " ";
}

.box .box-header:after {
    display: table;
    content: " ";
    clear: both;
}

.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion {
    display: inline-block;
    padding: 10px 0px 10px 0;
    margin: 0 0 0 5px;
    font-size: 14px;
    float: left;
    cursor: default;
    font-weight: bold;
    color: #8c92a3;
}

.box .box-header .box-title {
    display: inline-block;
    padding: 10px 0px 10px 0;
    margin: 0 0 0 5px;
    font-size: 14px;
    float: left;
    cursor: default;
    font-weight: bold;
    color: #8c92a3;
}

.box .box-header .box-title i {
    height: 35px;
    width: 35px;
    /* background: $text-box-title; */
    display: block;
    text-align: center;
    line-height: 35px;
    color: #8c92a3;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    float: left;
}

.box .box-header .box-title span {
    position: relative;
    left: 5px;
    color: #8c92a3;
    font-family: "Montserrat Light", sans-serif;
    top: 7px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion {
    height: 35px;
    width: 35px;
    /* background: $text-box-title; */
    display: block;
    text-align: center;
    line-height: 35px;
    color: #8c92a3;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    float: left;
}

.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion {
    top: 5px;
    position: relative;
    left: 5px;
    color: #8c92a3;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: lighter;
}

.box .box-header a {
    color: #444;
}

.box .box-header > .box-tools {
    padding: 15px 15px 5px 5px;
}

.box-tools span {
    /* background: #D5DAE6; */
    width: 30px;
    height: 20px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #D5DAE6;
    cursor: pointer;
}

.box .box-body {
    padding: 20px;
    color: #8c92a3;
}

/* .box .box-body p {
  font-size: 13px !important; } */
.box .box-body > table,
.box .box-body > .table {
    margin-bottom: 0;
}

.box .box-body.chart-responsive {
    width: 100%;
    overflow: hidden;
}

.box .box-body > .chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box .box-body > .chart svg,
.box .box-body > .chart canvas {
    width: 100% !important;
}

.box .box-body .fc {
    margin-top: 5px;
}

.box .box-body .fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #8c92a3;
    margin-left: 10px;
    font-weight: 300;
}

.box .box-body .fc-header-right {
    padding-right: 10px;
}

.box .box-body .fc-header-left {
    padding-left: 10px;
}

.box .box-body .fc-widget-header {
    background: #17335A;
    text-transform: uppercase;
    padding: 5px 0;
    color: #fff;
    width: 130px;
}

.content-box {
    color: #8c92a3;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.6em;
}

.fc-grid .fc-day-number {
    float: none !important;
    padding: 20px 0 0 !important;
    text-align: center !important;
    font-size: 14px;
    font-weight: bold;
    color: #8c92a3 !important;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 0 !important;
}

.box .box-body .fc-grid {
    width: 100%;
    border: 0;
}

.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
    border-right: 0;
}

.box .box-body .table {
    margin-bottom: 0;
}

.box .box-body .full-width-chart {
    margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #fff;
}

.box.box-solid {
    border-top: 0px;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-primary > .box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a {
    color: #444;
}

.box.box-solid.box-info > .box-header {
    color: #fff;
    background: #0090D9;
    background-color: #0090D9;
}

.box.box-solid.box-info > .box-header a {
    color: #444;
}

.box.box-solid.box-danger > .box-header {
    color: #fff;
    background: #f56954;
    background-color: #f56954;
}

.box.box-solid.box-danger > .box-header a {
    color: #444;
}

.box.box-solid.box-warning > .box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a {
    color: #444;
}

.box.box-solid.box-success > .box-header {
    color: #fff;
    background: #0AA699;
    background-color: #0AA699;
}

.box.box-solid.box-success > .box-header a {
    color: #444;
}

.box.box-solid > .box-header > .box-tools > .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid.collapsed-box .box-header {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box .todo-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
}

.box .todo-list > li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background: #f3f4f5;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.box .todo-list > li:last-of-type {
    margin-bottom: 0;
}

.box .todo-list > li.danger {
    border-left-color: #f56954;
}

.box .todo-list > li.warning {
    border-left-color: #f39c12;
}

.box .todo-list > li.info {
    border-left-color: #0090D9;
}

.box .todo-list > li.success {
    border-left-color: #0AA699;
}

.box .todo-list > li.primary {
    border-left-color: #3c8dbc;
}

.box .todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.box .todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.box .todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

.box .todo-list > li .tools {
    display: none;
    float: right;
    color: #f56954;
}

.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

.box .todo-list > li:hover .tools {
    display: inline-block;
}

.box .todo-list > li.done {
    color: #999;
}

.box .todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.box .todo-list > li.done .label {
    background: #eaeaec !important;
}

.box .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

.box .chat {
    padding: 5px 20px 5px 10px;
}

.box .chat .item {
    margin-bottom: 10px;
}

.box .chat .item:before {
    display: table;
    content: " ";
}

.box .chat .item:after {
    display: table;
    content: " ";
    clear: both;
}

.box .chat .item > img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.box .chat .item > img.online {
    border: 2px solid #0AA699;
}

.box .chat .item > img.offline {
    border: 2px solid #f56954;
}

.box .chat .item > .message {
    margin-left: 55px;
    margin-top: -40px;
}

.box .chat .item > .message > .name {
    display: block;
    font-weight: 600;
}

.box .chat .item > .attachment {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f0f0;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

.box .chat .item > .attachment > h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.box .chat .item > .attachment:before {
    display: table;
    content: " ";
}

.box .chat .item > .attachment:after {
    display: table;
    content: " ";
    clear: both;
}

.box > .overlay,
.box > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.box > .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box > .loading-img {
    z-index: 1020;
    background: transparent url("../img/ajax-loader1.gif") 50% 50% no-repeat;
}

#paper-bg {
    width: calc(100% - 219px);
    min-height: 1040px;
    margin: 0 0 -35px;
    padding: 0 15px 85px;
    float: right;
    position: relative;
    border-right: 1px solid #eee;
}

#paper-bg.full {
    width: calc(100% - 50px);
}

#paper-bg:before {
    background: red;
    position: absolute;
    display: block;
    height: 100%;
    width: 200px;
    top: 0;
    left: 0;
}

.wrap-fluid {
    padding: 20px;
    width: 100%;
}

.wrap-sidebar-content {
    background: #3E4E68;
}

.form_center {
    margin: 0 auto;
    width: 70%;
}

.top-val {
    margin-bottom: 20px;
}

.put-dash {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.header-icon {
    height: 35px;
    width: 20px;
    float: left;
    margin: 2px 0 0 20px;
    text-align: center;
    padding: 5px 0 0;
    line-height: 25px;
}

.header-icon i {
    font-size: 12px;
    color: #808CA0 !important;
}

.tittle-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff;
    display: none;
    height: 40px;
    padding: 15px 0 0;
}

.tittle-content-header {
    color: #f79365 !important;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0 4px;
    text-transform: uppercase;
    padding: 0 15px;
}

.tittle-content-header small {
    text-transform: none;
    margin: 0 0 0 5px;
    color: #8c92a3;
}

.tittle-content-header > span > i {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
}

.tittle-content-header span {
    border-left: 1px solid #CCCCCC;
    margin-left: 0;
    padding-left: 10px;
}

.subtitle-header {
    font-size: 12px;
    text-transform: capitalize;
    color: #87909e !important;
    margin: 0 0 0 15px;
}

.sub-board {
    position: relative;
    background: #E8EBF0;
    height: 50px;
    border-bottom: 1px solid #E3E7EB;
    border-top: 3px solid #E3E7EB;
    padding-top: 3px;
}

.sub-board h4 {
    font-size: 12px;
    color: #87909e;
    padding: 0 15px;
}

.sub-board ul {
    position: absolute;
    right: 0;
    top: 0;
}

.date-top li {
    font-size: 12px;
    color: #87909e;
    position: relative;
    top: -20px;
}

/*
FOOTER
*/
#footer {
    font-size: 12px;
    width: 100%;
    z-index: 0;
    line-height: 45px;
    margin: 0 0px 0 0;
    padding: 0 30px 0 0px;
    color: rgba(98, 113, 155, 0.7);
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer a {
    color: rgba(98, 113, 155, 0.9) !important;
}

#footer ul {
    float: right;
    margin: 0 15px;
    text-decoration: none;
}

#footer ul li {
    color: #92CD18;
    display: inline-block;
    font-size: 18px !important;
    padding: 0;
    text-decoration: none;
}

.copyright {
    bottom: 0;
    color: #666666;
    float: right;
    font-size: 12px !important;
    padding: 0 15px;
    position: relative;
}

.devider-footer {
    border-left: 1px solid #d2dae1;
    float: right;
    height: 40px;
    margin-top: -10px;
    width: 4px;
}

.devider-left {
    border-left: 1px solid #DDDDDD;
    float: left;
    height: 50px;
    width: 4px;
}

/* Off Canvas settings */
.off-canvas.position-right {
    border-left: 1px solid #ddd;
}

.nav.navbar-stacked {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav.navbar-stacked li {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 15px 10px 15px 35px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav.navbar-stacked li a {
    padding: 10px 0 !important;
    color: #555 !important;
    text-indent: -40px;
    margin-left: 25px;
    display: block;
}

.nav.navbar-stacked li a span {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 8px;
}

.nav.navbar-stacked li a i {
    color: #ccc;
    font-size: 10px !important;
    position: relative;
    left: -5px;
}

.nav.navbar-stacked li a small {
    text-align: right;
    background: #fff;
    color: #ccc;
    border: 1px solid #ddd;
    padding: 3px 7px;
    border-radius: 15px;
    margin: 0 0 0 7px;
    font-size: 10px;
}

.nav.navbar-stacked li a img {
    width: 95%;
    padding: 0;
    border-radius: 4px;
    margin: 10px 0;
}

.nav.navbar-stacked.sidebar-right-content {
    padding-bottom: 150px;
}
