/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Core
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@import url(https://fonts.googleapis.com/css?family=Rancho);

/*
Template Name: UBold Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Core
*/
/* =============
  == Core List==

   - Common
   - Helper classes
   - Extra
   - Bootstrap Custom
   - Animation (Some loader)
   - Waves effect
   - Print (Invoice css)

============= */
/* =============
   Common
============= */
body {
    background: #253138;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #98a6ad;
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
    background: #253138;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: "Karla", sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

h1 {
    line-height: 43px;
    font-size: 36px;
}

h2 {
    line-height: 35px;
    font-size: 30px;
}

h3 {
    line-height: 30px;
    font-size: 24px;
}

h3 small {
    color: #444444;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h4 small {
    color: #444444;
}

h5 {
    font-size: 15px;
}

h5 small {
    color: #444444;
}

h6 {
    font-size: 12px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

b {
    font-weight: 600;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

tr {
    color: #ccdfe8;
}

.selectedLanguage {
    border: 2px solid #007bff;
}

.selectedItem {
    border: 4px solid #007bff !important;
}

.actionsTable {
    width: 120px;
}

.userPictureTable {
    float: left;
    width: 30px;
    height: 30px;
}

.badgeActive {
    width: 40px;
}

/* Grid lists */
.gridCards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 -10px -10px 0;
}

.gridMenu {
    margin: 0 auto;
    max-width: 855px;
    text-align: center;
}

.menuContainer {
    margin: 0 0 0 -15px;
}

.menuCard {
    background: #253138 !important;
    margin: 0 0 15px 15px;
    width: 270px;
    height: 200px;
}

.menuCard i {
    font-size: 30px;
}

.menuCard:nth-child(even) {
    background: #4a626f !important;
}

.menuCard a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.imageCard {
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
}

.imageCard a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageCard img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.imageCard p {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    background: rgba(22, 36, 45, 0.87);
    padding: 0 7px 0 7px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    width: 100px;
}

.textCard {
    width: 150px;
    height: 150px;
    margin: 0 10px 10px 0;
    background: #253138 !important;
}

.textCard p {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 7px 0 7px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    width: 150px;
}

.entityCard {
    padding: 15px;
    width: 210px;
    height: 210px;
    margin: 0 10px 10px 0;
    background: #253138 !important;
}

.entityCard a, .entityCard a:hover, .textCard a, .textCard a:hover, .menuCard a, .menuCard a:hover {
    width: 100%;
    height: 100%;
    color: #ccdfe8;
    text-decoration: none;
}

.entityCard ul {
    list-style-type: none;
}

.serverCard {
    height: 230px;
}

.requiredInput {
    color: #ff5b5b;
}

.statusRed {
    color: #ff5b5b;
}

.statusGreen {
    color: #10c469;
}

.statusCharts {
    justify-content: center;
}

.statusChart {
    margin-right: 80px;
}

.thead-dark a, .thead-dark a:hover {
    color: #fff;
    text-decoration: none;
}

.badgeDanger {
    font-weight: bold !important;
    font-size: inherit !important;
}

.loaderServer {
    border: 7px solid #2f3e47;
    border-radius: 50%;
    border-top: 7px solid #98a6ad;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 576px) {
    .page-title{
        display: none;
    }
}

/* ----- Template Editor ----- */
/*Editor*/
.templateEditor {
    margin: 0 auto;
    width: 100%;
}

/*Wrappers*/
#templateEditorWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
}

#templateEditorWrapper #templateEditorContent {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #A6ACAF;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*Areas*/
.templateLogoArea {
    height: 12%;
    padding: 0.5vw 1.3vw 0 1.3vw;
}

.templateContentArea {
    height: 85%;
    padding: 0.5vw 1.3vw 2vw 1.3vw;
}

/*Elements*/
.templateElement {
    height: 100%;
}

#templateLogo {
    /*width: 6.12%;*/
    position: relative;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.templateContent {
    width: 100%;
}

/*Rows*/
.templateRow {
    height: 50%;
    width: 100%;
}

/*Columns*/
.templateColumn {
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    position: relative;
}

.templateColumnBig {
    height: 100%;
    width: 22.6%;
    position: relative;
}

.templateColumnEnd {
    margin-right: 0!important;
}

.templateColumnBig {
    height: 100%;
    width: 22.6%;
    position: relative;
}

.templateColumnSmall {
    height: 100%;
    width: 11.3%;
    position: relative;
}

/*Buttons*/
#templateButtonTv {
    height: 100%;
    width: 41.9%;
    background-image: url("../images/templateTv.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.templateButton {
    height: 49%;
    width: 100%;
    position: relative;
    background: #727d7d;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.templateButtonBig {
    height: 100%;
    width: 22.6%;
    background: #727d7d;
    position: relative;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.templateButtonTiny {
    height: 100%;
    width: 6.5%;
    background: #727d7d;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.centerNumber{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
}

#infoCardPreview img{
    width: 50%;
}

@media (min-width: 768px) {
    .templateEditor {
        margin: 0 auto;
        width: 70%;
    }
}

@media (max-width: 768px) {
    #infoCardPreview img{
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .hotelNameTitle{
        display: none;
    }
}

@media (max-width: 480px) {
    .centerNumber{
        font-size: 1em;
    }

    #infoCardPreview img{
        width: 100%;
    }
}

/* ----- Template Editor End ----- */


/* ----- Submenu Editor ----- */

/*Wrapper*/
#submenuEditorWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 24.6%;
}

.submenuContentArea {
    height: 85%;
    padding: 0.5vw 1.3vw 2vw 1.3vw;
}

#submenuEditorWrapper #submenuEditorContent {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*Columns*/
.submenuColumnBig {
    height: 100%;
    width: 24.6%;
    position: relative;
}

.submenuColumnSmall {
    height: 100%;
    width: 49%;
    position: relative;
}

/*Buttons*/
.submenuButton {
    height: 49%;
    width: 100%;
    position: relative;
    background: #727d7d;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.submenuButtonBig {
    height: 100%;
    width: 24.6%;
    background: #727d7d;
    position: relative;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.submenuButtonTiny {
    height: 100%;
    width: 6.5%;
    background: #727d7d;
    background-size:100% 100%;
    background-repeat: no-repeat;
}
/* ----- Submenu Editor End ----- */

/* ----- Sortable Channels ----- */
#sortable1, #sortable2 {
    width: 100%;
    height: 550px;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    background: #727d7d;
    overflow:auto;
    touch-action: none;
}

#sortable1 li, #sortable2 li {
    margin: 5px;
    float: left;
    width: 100px;
    height: 100px;
    background: transparent;
}
/* ----- Sortable Channels End ----- */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #188ae2;
}

.overlay:hover{
    opacity: 0.7;
}

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

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

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Footer */
.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0px;
    color: #98a6ad;
    text-align: left !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0px;
    left: 250px;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

/* Page titles */
.page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 70px;
    font-weight: 600;
}

.header-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: "Karla", sans-serif;
}

/* =============
   Helper clasess
============= */
.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.m-h-40 {
    min-height: 40px;
}

.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px;
}

.font-600 {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-13 {
    font-size: 13px !important;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}

.b-0 {
    border: none !important;
}

.vertical-middle {
    vertical-align: middle;
}

.bx-shadow {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.bx-shadow-none {
    box-shadow: none !important;
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.thumb-xl {
    height: 120px;
    width: 120px;
}

.add-new-plus {
    height: 32px;
    text-align: center;
    width: 32px;
    display: block;
    line-height: 32px;
    color: #98a6ad;
    font-weight: 700;
    background-color: #ebeff2;
    border-radius: 50%;
}

/* =============
   Extras
============= */
/* Table type box */
.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

.table-box .table-detail {
    display: table-cell;
    vertical-align: middle;
}

/* Card Box */
.card-box {
    padding: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #2f3e47;
    min-height: 200px;
}

.card-box .card-drop {
    color: #98a6ad;
    font-size: 20px;
    height: 20px;
    line-height: 1px;
    display: inline-block;
}

/* Grid page */
.grid-structure .grid-container {
    background-color: #f4f8fb;
    margin-bottom: 10px;
    padding: 10px 20px;
}

/* Demo only */
.icon-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    color: #98a6ad;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.icon-list-demo div p {
    margin-bottom: 0;
    line-height: inherit;
}

.icon-list-demo i {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
    width: 40px;
}

.icon-list-demo .col-md-4 {
    border-radius: 3px;
}

.icon-list-demo .col-md-4:hover {
    background-color: rgba(113, 182, 249, 0.07);
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}

.demo-dropdown {
    position: static;
    display: block;
    margin-bottom: 5px;
    clear: left;
}

#static-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

/* Switchery demo */
.switchery-demo .switchery {
    margin-bottom: 10px;
}

/* =============
   Bootstrap-custom
============= */
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
}

.blockquote {
    font-size: 16px;
}

/* Dropdown */
.dropdown-menu {
    padding: 4px 0;
    font-size: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.dropdown-menu-animated {
    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: 20px !important;
}

.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #435966;
    text-decoration: none;
    background-color: #eeeeee;
}

.dropdown-item {
    padding: 6px 1.5rem;
}

.dropdown-lg {
    width: 260px;
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}

/* Background colors */
.bg-custom {
    background-color: #71b6f9 !important;
}

.bg-primary {
    background-color: #188ae2 !important;
}

.bg-success {
    background-color: #10c469 !important;
}

.bg-info {
    background-color: #35b8e0 !important;
}

.bg-warning {
    background-color: #f9c851 !important;
}

.bg-danger {
    background-color: #ff5b5b !important;
}

.bg-muted {
    background-color: #f4f8fb !important;
}

.bg-inverse {
    background-color: #3b3e47 !important;
}

.bg-purple {
    background-color: #5b69bc !important;
}

.bg-pink {
    background-color: #ff8acc !important;
}

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

.bg-lightdark {
    background-color: #f4f8fb !important;
}

/* Text colors */
.text-custom {
    color: #71b6f9 !important;
}

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

.text-danger {
    color: #ff5b5b !important;
}

.text-muted {
    color: #98a6ad !important;
}

.text-primary {
    color: #188ae2 !important;
}

.text-warning {
    color: #f9c851 !important;
}

.text-success {
    color: #10c469 !important;
}

.text-info {
    color: #35b8e0 !important;
}

.text-inverse {
    color: #3b3e47 !important;
}

.text-pink {
    color: #ff8acc !important;
}

.text-purple {
    color: #5b69bc !important;
}

.text-dark {
    color: #f3f3f3 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #f3f3f3 !important;
}

/* Form components */
label, legend {
    font-weight: 500;
}

.formSwitch + span {
    margin-left: -1.25rem;
}

textarea.form-control {
    min-height: 90px;
}

.form-control {
    background-color: #354650;
    border: 2px solid #415663;
    border-radius: 4px;
    font-size: 14px;
    max-width: 100%;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-control:focus {
    background-color: #354650;
    border: 2px solid #49616f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #ffffff;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
}

input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #394c57;
    opacity: 1;
}

.input-group-text {
    background-color: #3d515d;
    border-color: #3d515d;
    color: #ffffff;
}

.form-control-plaintext {
    color: #98a6ad;
}

.custom-control-label::before {
    background-color: #3d515d;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #3d515d;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-btn .btn {
    padding: 8px 12px;
}

.input-group-btn .btn-sm {
    padding: 5px 10px;
}

.input-group-btn .btn-lg {
    padding: 10px 17px;
}

select[multiple] {
    height: auto;
}

/* Badge */
.badge {
    font-weight: 500;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 1px;
    color: #ffffff;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs, .badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-primary {
    background-color: #188ae2;
}

.badge-success {
    background-color: #10c469;
}

.badge-info {
    background-color: #35b8e0;
}

.badge-warning {
    background-color: #f9c851;
}

.badge-danger {
    background-color: #ff5b5b;
}

.badge-purple {
    background-color: #5b69bc;
}

.badge-pink {
    background-color: #ff8acc;
}

.badge-inverse {
    background-color: #3b3e47;
}

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #98a6ad;
    background-color: #354650;
    border-color: #475e6c;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.page-item.disabled .page-link {
    color: #ffffff;
    background-color: #475e6c;
    border-color: #475e6c;
}

.pagination-split li {
    margin-left: 5px;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.pager li > a, .pager li > span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #636e7b;
}

/* Tabs */
.tab-content {
/ / padding: 20 px;
/ / border: 2 px solid #394c57;
    border-top: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
    border: 2px solid #eeeeee !important;
    border-bottom-color: #ffffff !important;
}

.nav-tabs {
/ / border-bottom: 2 px solid #394c57;
    border-bottom: none;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs a {
    color: #98a6ad;
    font-size: 15px;
    font-weight: 600;
    font-family: "Karla", sans-serif;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #f4f8fb;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #eeeeee;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #eeeeee;
    background-color: #394c57 !important;
    border-color: #394c57 #394c57 #394c57 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #eeeeee;
    background-color: #2f3e47;
    border-color: #2f3e47 #2f3e47 #2f3e47;
}

/* List group */
.list-group-item {
    border: 1px solid #394c57;
    border-left: none;
    border-right: none;
    background-color: #2f3e47;
}

.list-group-item:hover {
    background-color: rgba(152, 166, 173, 0.1);
}

.list-group-item:first-child {
    border-top: none;
}

.list-group-item:last-child {
    border-bottom: none;
}

.list-no-border .list-group-item {
    border: none;
}

/* Dropcap */
.dropcap {
    font-size: 3.1em;
}

.dropcap, .dropcap-circle, .dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

/* Image thumbnail */
.img-thumbnail {
    background-color: #394c57;
    border-color: #415663;
}

/* Alert */
.alert .btn {
    margin-top: 10px;
}

.alert-success {
    background-color: rgba(95, 190, 170, 0.3);
    border-color: rgba(95, 190, 170, 0.4);
    color: #5fbeaa;
}

.alert-info {
    background-color: rgba(52, 211, 235, 0.2);
    border-color: rgba(52, 211, 235, 0.3);
    color: #35b8e0;
}

.alert-warning {
    background-color: rgba(255, 189, 74, 0.2);
    border-color: rgba(255, 189, 74, 0.3);
    color: #f9c851;
}

.alert-danger {
    background-color: rgba(240, 80, 80, 0.2);
    border-color: rgba(240, 80, 80, 0.3);
    color: #ff5b5b;
}

/* Modals */
.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #2f3e47;
    border-color: #394c57;
    border-radius: 2px;
    box-shadow: none;
    padding: 25px;
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom: 2px solid #394c57;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border-top: 2px solid #394c57;
    padding-top: 15px;
}

.close {
    color: #98a6ad;
}

.modal-title {
    margin-top: 0;
}

.modal-full {
    width: 98%;
}

.modal-content .nav.nav-tabs + .tab-content {
    margin-bottom: 0px;
}

.modal-content .panel-group {
    margin-bottom: 0px;
}

.modal-content .panel {
    border-top: none;
}

/* Custom-modal */
.modal-demo {
    background-color: #FFF;
    width: 600px;
    border-radius: 4px;
    display: none;
}

.modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #eeeeee;
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #36404a;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

.custom-modal-text {
    padding: 20px;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}

/* Tabs-Accordions */
.tabs-vertical-env .tab-content {
    margin-bottom: 0px;
}

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align, .table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align, .table > .tfood > tr > th.middle-align {
    vertical-align: middle;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.nav-pills > .active > a > .badge {
    color: #71b6f9;
}

.has-success .form-control {
    border-color: #10c469;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #f9c851;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #ff5b5b;
    box-shadow: none !important;
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid #eeeeee;
}

/* Tooltips */
.tooltip-inner {
    border-radius: 1px;
    padding: 6px 10px;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
}

/* Popover */
.popover {
    font-family: inherit;
    border-radius: 3px;
}

.popover .popover-header {
    background-color: transparent;
    color: #71b6f9;
    font-weight: 600;
    margin: 0;
}

/* Code */
code {
    color: #435966;
    background-color: rgba(244, 248, 251, 0.5);
    border-radius: 4px;
}

/* Pre */
pre {
    background-color: #354650;
    border: 1px solid #394c57;
    padding: 20px;
    color: #98a6ad;
}

/* Carousel */
.carousel-control {
    width: 10%;
}

.carousel-control span {
    position: absolute;
    top: 50%;
    /* pushes the icon in the middle of the height */
    z-index: 5;
    display: inline-block;
    font-size: 30px;
}

/* Owl */
.slider-bg {
    background-size: cover !important;
    padding: 5.5% 4.5%;
}

/* Media */
.media {
    margin-bottom: 20px;
}

.media .media-heading {
    font-weight: 600;
    font-size: 16px;
}

.media:last-of-type {
    margin-bottom: 0;
}

/* =============
   Animation
============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
    from {
        width: 0;
    }
}

@keyframes animationProgress {
    from {
        width: 0;
    }
}

/* Portlets loader */
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-custom .waves-ripple {
    background-color: rgba(113, 182, 249, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(24, 138, 226, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(16, 196, 105, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(53, 184, 224, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(249, 200, 81, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(255, 91, 91, 0.4);
}

.waves-effect.waves-pink .waves-ripple {
    background-color: rgba(255, 138, 204, 0.4);
}

.waves-effect.purple .waves-ripple {
    background-color: rgba(91, 105, 188, 0.2);
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: rgba(59, 62, 71, 0.4);
}

/* =============
   Print css
============= */
@media print {
    .page-title-box, .topbar-left, .hidden-print, .breadcrumb, .page-title, .footer, .topbar {
        display: none;
        margin: 0;
        padding: 0;
    }

    .left, .right-bar {
        display: none;
    }

    .content {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .content-page {
        margin-left: 0 !important;
        margin-top: 0;
    }
}

/* =============
   Buttons
============= */
.btn {
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 14px;
    box-shadow: none !important;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px !important;
    font-size: 16px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 12px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

.btn-custom {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    background-color: #59a9f8 !important;
    border: 1px solid #59a9f8 !important;
}

.btn-primary {
    background-color: #188ae2 !important;
    border: 1px solid #188ae2 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #167ccb !important;
    border: 1px solid #167ccb !important;
}

.btn-success {
    background-color: #10c469 !important;
    border: 1px solid #10c469 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #0eac5c !important;
    border: 1px solid #0eac5c !important;
}

.btn-info {
    background-color: #35b8e0 !important;
    border: 1px solid #35b8e0 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #21afda !important;
    border: 1px solid #21afda !important;
}

.btn-warning {
    background-color: #f9c851 !important;
    border: 1px solid #f9c851 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #f8c038 !important;
    border: 1px solid #f8c038 !important;
}

.btn-danger {
    background-color: #ff5b5b !important;
    border: 1px solid #ff5b5b !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #ff4242 !important;
    border: 1px solid #ff4242 !important;
}

.btn-inverse {
    background-color: #3b3e47 !important;
    border: 1px solid #3b3e47 !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #474a55 !important;
    border: 1px solid #474a55 !important;
}

.btn-purple {
    background-color: #5b69bc !important;
    border: 1px solid #5b69bc !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #4a59b4 !important;
    border: 1px solid #4a59b4 !important;
}

.btn-pink {
    background-color: #ff8acc !important;
    border: 1px solid #ff8acc !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #ff71c1 !important;
    border: 1px solid #ff71c1 !important;
}

.btn-bordred {
    border-bottom: 3px solid transparent;
}

.btn-bordred.btn-secondary {
    background-color: #727b84;
    border-bottom: 2px solid #616971 !important;
}

.btn-bordred.btn-custom {
    background-color: #71b6f9;
    border-bottom: 2px solid #4fa4f8 !important;
}

.btn-bordred.btn-primary {
    border-bottom: 2px solid #1576c2 !important;
}

.btn-bordred.btn-success {
    border-bottom: 2px solid #0da357 !important;
}

.btn-bordred.btn-info {
    border-bottom: 2px solid #20a8d1 !important;
}

.btn-bordred.btn-warning {
    border-bottom: 2px solid #f7b820 !important;
}

.btn-bordred.btn-danger {
    border-bottom: 2px solid #ff2828 !important;
}

.btn-bordred.btn-inverse {
    border-bottom: 2px solid #0d0d0f !important;
}

.btn-bordred.btn-purple {
    border-bottom: 2px solid #4755ad !important;
}

.btn-bordred.btn-pink {
    border-bottom: 2px solid #ff66bc !important;
}

.btn-rounded {
    border-radius: 2em;
    padding: 6px 18px;
}

.btn-trans.btn-custom {
    border: 1px solid rgba(113, 182, 249, 0.1) !important;
    background-color: rgba(113, 182, 249, 0.15) !important;
    color: #71b6f9 !important;
}

.btn-trans.btn-secondary {
    border: 1px solid rgba(114, 123, 132, 0.1) !important;
    background-color: rgba(114, 123, 132, 0.15) !important;
    color: #727b84 !important;
}

.btn-trans.btn-primary {
    border: 1px solid rgba(24, 138, 226, 0.1) !important;
    background-color: rgba(24, 138, 226, 0.15) !important;
    color: #188ae2 !important;
}

.btn-trans.btn-success {
    border: 1px solid rgba(16, 196, 105, 0.1) !important;
    background-color: rgba(16, 196, 105, 0.15) !important;
    color: #10c469 !important;
}

.btn-trans.btn-info {
    border: 1px solid rgba(53, 184, 224, 0.1) !important;
    background-color: rgba(53, 184, 224, 0.15) !important;
    color: #35b8e0 !important;
}

.btn-trans.btn-warning {
    border: 1px solid rgba(249, 200, 81, 0.1) !important;
    background-color: rgba(249, 200, 81, 0.15) !important;
    color: #f9c851 !important;
}

.btn-trans.btn-danger {
    border: 1px solid rgba(255, 91, 91, 0.1) !important;
    background-color: rgba(255, 91, 91, 0.15) !important;
    color: #ff5b5b !important;
}

.btn-trans.btn-inverse {
    border: 1px solid rgba(238, 238, 238, 0.1) !important;
    background-color: rgba(238, 238, 238, 0.15) !important;
    color: #98a6ad !important;
}

.btn-trans.btn-purple {
    border: 1px solid rgba(91, 105, 188, 0.1) !important;
    background-color: rgba(91, 105, 188, 0.15) !important;
    color: #5b69bc !important;
}

.btn-trans.btn-pink {
    border: 1px solid rgba(255, 138, 204, 0.1) !important;
    background-color: rgba(255, 138, 204, 0.15) !important;
    color: #ff8acc !important;
}

/* File Upload */
.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Social Buttons */
.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #00aced !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6 !important;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89 !important;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #517fa4 !important;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #cb2027 !important;
}

.btn-dropbox {
    color: #ffffff !important;
    background-color: #007ee5 !important;
}

.btn-flickr {
    color: #ffffff !important;
    background-color: #ff0084 !important;
}

.btn-tumblr {
    color: #ffffff !important;
    background-color: #32506d !important;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0 !important;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000 !important;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515 !important;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
    padding-left: 5px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #2f3e47;
    border-radius: 3px;
    border: 2px solid #4d6675;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -17px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.checkbox label::after {
    color: #98a6ad;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}

.checkbox.checkbox-single label:before {
    margin-left: 0;
}

.checkbox.checkbox-single label:after {
    margin-left: 0;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #188ae2;
    border-color: #188ae2;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff5b5b;
    border-color: #ff5b5b;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #35b8e0;
    border-color: #35b8e0;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f9c851;
    border-color: #f9c851;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #10c469;
    border-color: #10c469;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #5b69bc;
    border-color: #5b69bc;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #435966;
}

/* Radios */
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #2f3e47;
    border-radius: 50%;
    border: 2px solid #4d6675;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #98a6ad;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-custom input[type="radio"] + label::after {
    background-color: #71b6f9;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #71b6f9;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #71b6f9;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #188ae2;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ff5b5b;
}

.radio-info input[type="radio"] + label::after {
    background-color: #35b8e0;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #35b8e0;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #35b8e0;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f9c851;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f9c851;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f9c851;
}

.radio-success input[type="radio"] + label::after {
    background-color: #10c469;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #10c469;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #10c469;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #5b69bc;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #ff8acc;
}

/* X Editable */
.editable-checklist label {
    display: block;
}

/* =============
   Cards
============= */
.card {
    background-color: #2f3e47;
    border-color: #394c57;
}

.card-title, .card-header {
    margin-top: 0;
    border: none !important;
}

.card-header {
    background-color: #394c57;
}

.card-draggable-placeholder {
    border: 2px dashed rgba(67, 89, 102, 0.5);
    margin-bottom: 16px;
    background-color: rgba(67, 89, 102, 0.08);
}

/* =============
   Progressbars
============= */
.progress {
    -webkit-box-shadow: none !important;
    background-color: #394c57;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress.progress-sm {
    height: 5px !important;
}

.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}

.progress.progress-md {
    height: 15px !important;
}

.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}

.progress.progress-lg {
    height: 20px !important;
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}

.progress-bar-primary {
    background-color: #188ae2;
}

.progress-bar-success {
    background-color: #10c469;
}

.progress-bar-info {
    background-color: #35b8e0;
}

.progress-bar-warning {
    background-color: #f9c851;
}

.progress-bar-danger {
    background-color: #ff5b5b;
}

.progress-bar-inverse {
    background-color: #eeeeee;
}

.progress-bar-purple {
    background-color: #5b69bc;
}

.progress-bar-pink {
    background-color: #ff8acc;
}

.progress-bar-custom {
    background-color: #71b6f9;
}

/* Custom progressbars */
.progress-bar-custom-alt {
    background-color: rgba(113, 182, 249, 0.2);
}

.progress-bar-primary-alt {
    background-color: rgba(24, 138, 226, 0.2);
}

.progress-bar-success-alt {
    background-color: rgba(16, 196, 105, 0.2);
}

.progress-bar-info-alt {
    background-color: rgba(53, 184, 224, 0.2);
}

.progress-bar-warning-alt {
    background-color: rgba(249, 200, 81, 0.2);
}

.progress-bar-danger-alt {
    background-color: rgba(255, 91, 91, 0.2);
}

.progress-bar-purple-alt {
    background-color: rgba(91, 105, 188, 0.2);
}

.progress-bar-inverse-alt {
    background-color: rgba(59, 62, 71, 0.2);
}

.progress-bar-pink-alt {
    background-color: rgba(255, 138, 204, 0.2);
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all;
}

/* Progressbar Vertical */
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.progress-vertical .progress-bar {
    width: 100%;
}

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
    width: 5px !important;
}

.progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
    width: 15px !important;
}

.progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
    width: 20px !important;
}

.progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}

/* =============
   Tables
============= */
.table {
    margin-bottom: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd), .table-hover > tbody > tr:hover,
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #354650 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table > thead > tr > th, .table-bordered {
    border-color: #354650;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #354650;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-color: #354650;
}

.table-bordered {
    border-color: #354650;
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e !important;
}

table.focus-on tbody tr.focused th {
    background-color: #71b6f9;
    color: #ffffff;
}

table.focus-on tbody tr.focused td {
    background-color: #71b6f9;
    color: #ffffff;
}

table.dataTable th.focus, table.dataTable td.focus {
    outline: 2px solid #71b6f9 !important;
    outline-offset: -1px;
    background-color: rgba(113, 182, 249, 0.15);
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #71b6f9;
}

/* Responsive Table */
.table-rep-plugin .dropdown-menu li.checkbox-row {
    padding: 2px 15px !important;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
    color: #f3f3f3;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #71b6f9;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #71b6f9;
}

.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
    background: #71b6f9;
    color: #ffffff;
    border-color: #71b6f9;
}

.table-rep-plugin .sticky-table-header {
    top: 70px !important;
}

.table-rep-plugin .btn-default {
    background-color: #ffffff;
    border: 1px solid rgba(67, 89, 102, 0.3);
}

.table-rep-plugin .btn-group.pull-right {
    float: right;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.table-rep-plugin .btn-toolbar {
    display: block;
}

.modal-block {
    background: transparent;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}

/* editable table */
#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}

#datatable-editable .fa-trash-o {
    color: #ff5b5b;
}

#datatable-editable .fa-times {
    color: #ff5b5b;
}

#datatable-editable .fa-pencil {
    color: #10c469;
}

#datatable-editable .fa-save {
    color: #10c469;
}

/* Data tables */
#datatable td {
    font-weight: normal;
}

.paginate_button {
    display: inline-block !important;
}

div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}

div.dataTables_info {
    padding-top: 38px;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    box-shadow: 0 0 3px fade(#435966, 20%);
    background-color: #188ae2;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #ff5b5b;
}

/* Fixed table */
.fixedHeader-floating {
    top: 70px !important;
}

/* Key Table */
table.dataTable th.focus, table.dataTable td.focus {
    outline: 3px solid #71b6f9 !important;
    outline-offset: -1px;
}

/* Tablesaw */
.tablesaw thead {
    background: #394c57;
    background-image: none;
    border: none;
}

.tablesaw thead th {
    text-shadow: none;
    letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
    padding-top: 1.1em;
    padding-bottom: 0.9em;
}

.tablesaw thead tr:first-child th {
    font-weight: 600;
    font-family: inherit;
    border: none;
    color: #ffffff;
}

.tablesaw-bar .tablesaw-toolbar select, .tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    color: #98a6ad;
}

.tablesaw td, .tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
    border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    font-family: FontAwesome;
    font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
    border-color: #354650;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
    color: #188ae2 !important;
    background-color: #ebeff2;
    outline: none !important;
    box-shadow: none !important;
    background-image: none;
}

.tablesaw-toolbar label {
    color: #ffffff;
    font-weight: 700;
}

/* =============
   Widgets
============= */
.widget-chart-1 .widget-chart-box-1 {
    float: left;
}

.widget-chart-1 .widget-detail-1 {
    text-align: right;
    margin-left: 80px;
    min-height: 77px;
}

.widget-box-2 .widget-detail-2 {
    text-align: right;
}

.widget-box-2 .widget-detail-2 .badge {
    padding: 5px 10px;
}

.widget-user {
    min-height: 112px;
}

.widget-user img {
    height: 72px;
    float: left;
}

.widget-user .wid-u-info {
    margin-left: 90px;
}

.widget-user .wid-u-info p, .widget-user .wid-u-info h4 {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Inbox-widget */
.inbox-widget .inbox-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 12px;
    margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Pages
*/
/* =============
  == Pages List==

   - Calendar
   - Form Elements
   - Notification
   - Range slider
   - Sweet Alert
   - Charts
   - Timelines
   - Count down
   - Gallery
   - Maintenance
   - Maps
   - Tree view page
   - Tour page
   - Pricing
   - Taskboard & Task detail
   - Projects
   - Account pages
   - Inbox
   - Profile

============= */
/* =============
   Calendar
============= */
.calendar {
    float: left;
    margin-bottom: 0px;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day {
    background: transparent;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header {
    border: 1px solid #ebeff2;
}

.fc-widget-content {
    border: 1px solid #ebeff2;
}

.fc th.fc-widget-header {
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody,
.fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.fc-button {
    background: #3b4e5a !important;
    border: 1px solid #415663;
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: none;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #F5F5F5;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: transparent !important;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    color: #ffffff !important;
    text-align: center;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}

/* =============
   Form Advanced
============= */
.error {
    color: #ff5b5b;
    font-size: 12px;
    font-weight: 500;
}

/* X-Editable */
.editable-click, a.editable-click, a.editable-click:hover {
    border: none;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
    box-shadow: none;
    padding: 3px 7px 6px;
    background-color: #354650;
    border: 2px solid #415663;
    width: 100%;
}

.bootstrap-tagsinput .label-info {
    background-color: #71b6f9;
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    margin: 3px 1px;
    border-radius: 3px;
}

.bootstrap-tagsinput input {
    color: #ffffff;
}

/* Multiple */
.ms-container {
    background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}

.ms-container .ms-list {
    box-shadow: none;
    border: 2px solid #415663;
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
    border: 2px solid #475e6c;
}

.ms-container .ms-selectable {
    background-color: #354650;
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: #98a6ad;
}

.ms-container .ms-selection {
    background-color: #354650;
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: #98a6ad;
}

.search-input {
    margin-bottom: 10px;
}

.ms-selectable {
    box-shadow: none;
    outline: none !important;
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #71b6f9;
    color: #ffffff;
}

.ms-container .ms-selection li.ms-hover {
    background-color: #71b6f9;
    color: #ffffff;
}

/* Select 2 */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    background-color: #354650;
    border: 2px solid #415663;
    height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #ffffff;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #c8c8c8 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #c8c8c8 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #e1e1e1;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fbfbfb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e1e1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #71b6f9;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eeeeee;
    color: #435966;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #71b6f9;
    color: #ffffff;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: #354650;
    border: 2px solid #415663 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0;
    color: #ffffff;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #71b6f9;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff;
}

/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .glyphicon {
    padding-right: 6px;
}

/* Form validation */
.parsley-error {
    border-color: #ff5b5b !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #ff5b5b;
}

/* Datepicker */
.datepicker {
    padding: 8px;
}

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

.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-image: none;
}

.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: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,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #71b6f9;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #71b6f9 !important;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: #fafafa;
}

.datepicker-inline {
    border: 2px solid #415663;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #188ae2;
    border-color: #188ae2;
}

.daterangepicker .input-mini.active {
    border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
    border-radius: 2px;
    color: #435966;
    font-weight: 600;
    font-size: 12px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background-color: #188ae2;
    border: 1px solid #188ae2;
}

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #188ae2;
    text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
    border: none;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #98a6ad;
    text-align: center;
    background-color: #394c57;
    border: 1px solid #394c57;
}

.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Form wizard */
.navtab-wizard li:first-of-type a {
    border-left: none !important;
}

.navtab-wizard li:first-of-type a:hover, .navtab-wizard li:first-of-type a:focus, .navtab-wizard li:first-of-type a:active {
    border-left: none !important;
}

.navtab-wizard li:last-of-type a {
    border-right: none !important;
}

.navtab-wizard li:last-of-type a:hover, .navtab-wizard li:last-of-type a:focus, .navtab-wizard li:last-of-type a:active {
    border-right: none !important;
}

/* Dropify */
.dropify-wrapper {
    background-color: #2f3e47;
    border: 2px solid #415663;
}

.dropify-wrapper:hover {
    background-image: -webkit-linear-gradient(135deg, #435966 25%, transparent 25%, transparent 50%, #435966 50%, #435966 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #435966 25%, transparent 25%, transparent 50%, #435966 50%, #435966 75%, transparent 75%, transparent);
}

.dropify-wrapper .dropify-message p {
    color: #98a6ad;
}

/* Wysiwig */
.mce-content-body p {
    color: #9398a0;
    font-size: 14px;
    font-weight: 300;
}

.mce-popover .mce-arrow:after {
    border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
    margin: 0px;
    border: 1px solid #d7dce5 !important;
    padding: 4px;
}

.mce-reset .mce-window-head {
    border-bottom: 1px solid #d7dce5;
}

.mce-reset .mce-window-head .mce-title {
    color: #707780;
    font-size: 16px;
    font-weight: 400;
}

.mce-reset .mce-textbox {
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    border-color: #d7dce5;
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

.mce-reset .mce-textbox:focus {
    box-shadow: none;
    border-color: #71b6f9;
}

.mce-reset .mce-checkbox .mce-ico {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
    color: #707780;
    font-size: 12px;
    font-weight: 400;
}

.mce-container {
    border-radius: 0px !important;
    border-width: 0px !important;
}

.mce-container .mce-menubar {
    background-color: #394c57 !important;
    border: 1px solid #415663 !important;
    padding: 2px;
}

.mce-container .mce-menubar .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.mce-container .mce-menubar .mce-btn button .mce-caret {
    border-top-color: #707780;
}

.mce-container .mce-menubar .mce-btn button:hover {
    background-color: #e8ebf1;
}

.mce-container .mce-menubar .mce-btn.mce-active button {
    background-color: #e8ebf1;
}

.mce-container .mce-btn {
    background-color: #d7dce5;
    background-image: none;
    outline: 0;
    border: 0px;
    border-radius: 0px;
}

.mce-container .mce-btn button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}

.mce-container .mce-btn:hover {
    background-color: #b8c1d1;
    background-image: none;
}

.mce-container .mce-primary {
    background-color: #71b6f9;
    background-image: none;
    outline: 0;
    border: 0px;
    border-radius: 0px;
}

.mce-container .mce-primary button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}

.mce-container .mce-primary:hover {
    background-color: #0c7cd5;
    background-image: none;
}

.mce-container .mce-toolbar-grp {
    background-color: #394c57 !important;
    border: 1px solid #415663 !important;
    border-top-width: 0px !important;
    padding: 6px;
}

.mce-container .mce-edit-area {
    border: 1px solid #415663 !important;
    border-width: 0px 1px !important;
}

.mce-container .mce-statusbar {
    background-color: #394c57 !important;
    border: 1px solid #415663 !important;
}

.mce-container .mce-statusbar .mce-path .mce-path-item {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
}

.mce-container .mce-widget {
    color: #9398a0;
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid transparent;
}

.mce-container .mce-btn-group {
    border: 1px solid transparent !important;
}

.mce-label {
    text-shadow: none !important;
}

.mce-container .mce-btn-group .mce-btn {
    box-shadow: none;
    background-image: none;
    background-color: #3b4e5a;
    border-width: 0px;
    border-radius: 0px !important;
}

.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
    box-shadow: none;
    background-image: none;
    background-color: #3d515d;
}

.mce-container .mce-btn-group .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 300;
}

.mce-caret {
    border-top: 4px solid #4d6675 !important;
}

.mce-splitbtn .mce-open, .mce-colorbutton:hover .mce-open, .mce-colorbutton .mce-open {
    border-left: none !important;
}

.mce-container .mce-btn-group .mce-btn button .mce-caret {
    color: #707780;
    font-size: 14px;
}

.mce-container .mce-ico {
    color: #707780;
    font-size: 14px;
}

.mce-container .mce-panel {
    background-image: none;
}

.mce-container.mce-menu {
    border: 1px solid #d7dce5 !important;
}

.mce-container.mce-menu .mce-menu-item {
    background-image: none;
}

.mce-container.mce-menu .mce-menu-item .mce-ico {
    color: #71b6f9;
    font-size: 14px;
}

.mce-container.mce-menu .mce-menu-item .mce-text {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
    background-color: #71b6f9;
}

.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
    color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
    color: #aaaaaa;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
    background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
    color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item-sep {
    background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item-sep:hover {
    background-color: #d7dce5;
}

.mce-menubtn button {
    color: #98a6ad !important;
}

.mce-menu-item-normal.mce-active {
    background-color: #71b6f9 !important;
}

.mce-menu-item-normal.mce-active .mce-text {
    color: #ffffff !important;
}

/* =============
   Notification
============= */
#toast-container > div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 1;
}

#toast-container > :hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 0.9;
}

.toast {
    background-color: #71b6f9;
}

.toast-success {
    background-color: rgba(16, 196, 105, 0.8);
    border: 2px solid #10c469;
}

.toast-error {
    background-color: rgba(255, 91, 91, 0.8);
    border: 2px solid #ff5b5b;
}

.toast-info {
    background-color: rgba(53, 184, 224, 0.8);
    border: 2px solid #35b8e0;
}

.toast-warning {
    background-color: rgba(249, 200, 81, 0.8);
    border: 2px solid #f9c851;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
    font-family: "Roboto", sans-serif;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1) !important;
}

.swal2-modal .swal2-title {
    font-size: 28px;
}

.swal2-modal .swal2-content {
    font-size: 16px;
}

.swal2-modal .swal2-spacer {
    margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    border: 2px solid #98a6ad;
    font-size: 16px;
    box-shadow: none !important;
}

.swal2-icon.swal2-question {
    color: #71b6f9;
    border-color: #71b6f9;
}

.swal2-icon.swal2-success {
    border-color: #10c469;
}

.swal2-icon.swal2-success .line, .swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #10c469;
}

.swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #10c469;
}

.swal2-icon.swal2-warning {
    color: #f9c851;
    border-color: #f9c851;
}

.swal2-icon.swal2-error {
    border-color: #ff5b5b;
}

.swal2-icon.swal2-error .line {
    background-color: #ff5b5b;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #71b6f9;
}

/* =============
   Charts
============= */
/* Morris chart */
.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #435966;
    border: none;
    color: #ffffff !important;
}

.morris-hover.morris-default-style .morris-hover-point {
    color: #f4f8fb !important;
}

/* Morris chart Title */
.chart-detail-list li {
    margin: 0px 10px;
}

.chart-detail-list li h5 {
    font-weight: 600;
}

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

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #435966;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

/* Flot chart */
#flotTip {
    padding: 8px 12px;
    background-color: #435966;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.legend tr {
    height: 20px;
}

.legend div:first-of-type {
    background-color: transparent !important;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
    color: #98a6ad;
}

.flot-tick-label {
    color: #98a6ad !important;
}

/* Sparkline chart */
.jqstooltip {
    background-color: #435966 !important;
    padding: 5px 10px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-color: #435966 !important;
}

.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important;
}

/* Chartist chart */
.ct-golden-section:before {
    float: none;
}

.ct-chart {
    max-height: 300px;
}

.ct-chart .ct-label {
    fill: #a3afb7;
    color: #a3afb7;
    font-size: 12px;
    line-height: 1;
}

.ct-grid {
    stroke: rgba(255, 255, 255, 0.15);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #ffffff;
    fill: #ffffff;
    font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5b69bc;
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ff8acc;
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f9c851;
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b8e0;
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #435966;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #188ae2;
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #10c469;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #188ae2;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #ff8acc;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #35b8e0;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
    fill: #71b6f9;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #435966;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
    opacity: 1;
}

/* Circliful charts */
.circliful-chart {
    margin: 0px auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    font-size: 12px;
    font-weight: 600;
}

/* =============
   Count Down
============= */
.home-wrapper {
    margin: 10% 0px;
}

.home-text {
    font-weight: 600;
}

#count-down {
    margin-top: 50px;
}

#count-down .clock-presenter {
    height: 140px;
    line-height: 30px;
    padding: 0px 30px;
    text-align: center;
}

#count-down .clock-presenter .digit {
    margin-top: 20px;
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
}

#count-down .clock-presenter .note {
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    cursor: default;
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 990px) {
    .topbar .topbar-left .logo img {
        display: none;
    }
}

@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #count-down .clock-presenter {
        width: 50%;
        float: left;
    }

    #count-down .clock-presenter .digit {
        font-size: 36px;
    }

    #count-down .hours_dash {
        border-right: none;
    }
}

/* =============
   Timeline
============= */
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}

.timeline .time-show a {
    color: #ffffff;
}

.timeline:before {
    background-color: rgba(152, 166, 173, 0.3);
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 21px;
    left: -54px;
    margin-top: -11px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 21px;
}

.timeline .timeline-icon i {
    color: #394c57;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #98a6ad;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2f3e47 !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #2f3e47 !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.alt .panel .panel-body p + p {
    margin-top: 10px !important;
}

.timeline-item.alt h4 {
    text-align: right;
}

.timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt .timeline-date {
    text-align: right;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.timeline-desk .panel {
    background: #2f3e47;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    padding: 20px;
}

.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px;
}

/* =============
   Gallery
============= */
.portfolioFilter a {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #98a6ad;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.portfolioFilter a:hover {
    color: #71b6f9;
}

.portfolioFilter a.current {
    color: #71b6f9;
}

.thumb {
    background-color: #2f3e47;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

.gal-detail h4 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 5px;
}

.gal-detail p {
    padding: 0px 5px;
    font-size: 13px;
}

/* =============
   Maintenance
============= */
.icon-main {
    font-size: 88px;
    margin-bottom: 50px;
}

.maintenance-page {
    margin: 10% 0%;
}

/* =============
   Maps
============= */
.gmaps, .gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    background: #71b6f9;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #71b6f9;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #71b6f9;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
    background: rgba(113, 182, 249, 0.4);
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    background: rgba(113, 182, 249, 0.2);
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
    background: rgba(113, 182, 249, 0.4);
}

.jstree-default .jstree-wholerow-hovered {
    background: rgba(113, 182, 249, 0.2);
}

.jstree-default .zmdi {
    font-size: 16px;
}

/* =============
   Tour page
============= */
div.hopscotch-bubble {
    border: 3px solid #188ae2;
    border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next {
    background-color: #188ae2 !important;
    background-image: none !important;
    border-color: #188ae2 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
}

div.hopscotch-bubble .hopscotch-prev {
    background-color: #188ae2 !important;
    background-image: none !important;
    border-color: #188ae2 !important;
    text-shadow: none !important;
    color: #ffffff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background: #71b6f9;
    padding: 0px;
    border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #188ae2;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #188ae2;
    left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0px solid #188ae2;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #188ae2;
    top: 0px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0px solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #188ae2;
    top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0px solid rgba(0, 0, 0, 0.5);
}

/* =============
   Pricing
============= */
.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

.pricing-column .inner-box {
    position: relative;
    padding: 0px 0px 50px;
}

.pricing-column .plan-header {
    position: relative;
    padding: 30px 20px 25px;
}

.pricing-column .plan-title {
    font-size: 16px;
    font-family: "Karla", sans-serif;
    margin-bottom: 10px;
    color: #188ae2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.pricing-column .plan-price {
    font-size: 48px;
    font-family: "Karla", sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
}

.pricing-column .plan-duration {
    font-size: 13px;
    color: #98a6ad;
}

.pricing-column .plan-stats {
    position: relative;
    padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}

.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    background: #79A70A;
    background: linear-gradient(#3BAFDA 0%, #3bafda 100%);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #3bafda;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3bafda;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #3bafda;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3bafda;
}

/* =============
   Taskboard & Detail
============= */
.taskboard-box ul.task-list {
    min-height: 50px;
}

.kanban-box {
    border: 2px solid #394c57;
}

.kanban-box .checkbox-wrapper {
    float: left;
}

.kanban-box .checkbox-wrapper .checkbox {
    margin-top: 3px;
}

.kanban-box .kanban-detail {
    margin-left: 35px;
}

.kanban-box .kanban-detail h4 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.kanban-box .kanban-detail h4 a {
    color: #98a6ad;
}

.kanban-box .kanban-detail ul li a {
    display: inline-block;
}

.kanban-box .kanban-detail ul li a i {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 5px;
    line-height: 32px;
}

.gu-mirror {
    margin-bottom: 0px !important;
    opacity: 1;
    list-style: none;
}

.gu-mirror .card-box {
    margin: 0px !important;
}

/* Task Detail */
.task-detail .task-dates li {
    width: 50%;
    float: left;
}

.task-detail .task-tags .bootstrap-tagsinput {
    padding: 0px;
    border: none;
}

.task-detail .assign-team a {
    display: inline-block;
    margin: 5px 5px 5px 0px;
}

.task-detail .files-list .file-box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 2px;
    border-radius: 3px;
}

.task-detail .files-list .file-box img {
    line-height: 70px;
}

.task-detail .files-list .file-box p {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =============
   Projects
============= */
.project-sort-item .form-group {
    margin-right: 30px;
}

.project-sort-item .form-group:last-of-type {
    margin-right: 0px;
}

.project-box {
    position: relative;
}

.project-box .badge {
    position: absolute;
    right: 20px;
}

.project-box h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}

.project-box ul li {
    padding-right: 30px;
}

.project-box .project-members a {
    margin: 3px;
    display: inline-block;
}

.project-box .project-members a:first-of-type {
    margin-left: 0px;
}

/* =============
   Accounts pages
============= */
.account-pages {
    background: url("../images/loginBack.jpg") center;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: cover;
    border: 20px solid rgba(67, 89, 102, 0.3);
}

.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px;
}

.wrapper-page .card-box {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.wrapper-page .logo {
    font-size: 42px;
}

.panel-pages {
    border-radius: 6px;
}

.panel-pages .panel-body {
    padding: 30px;
}

.panel-pages .panel-heading {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    padding: 40px 20px;
    position: relative;
}

.panel-pages .panel-heading h3 {
    position: relative;
    z-index: 999;
}

.user-thumb {
    position: relative;
    z-index: 999;
}

.user-thumb img {
    height: 88px;
    margin: 0px auto;
    width: 88px;
}

.ex-page-content .text-error {
    color: #71b6f9;
    text-shadow: rgba(113, 182, 249, 0.3) 5px 1px, rgba(113, 182, 249, 0.2) 12px 3px, rgba(113, 182, 249, 0.3) 6px 4px;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
}

.ex-page-content .text-error i {
    font-size: 78px;
    padding: 0 10px;
}

/* INBOX */
.inbox-app-main {
    margin-left: -20px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #98a6ad;
    border-radius: 100px;
    font-size: 14px;
    color: #98a6ad;
    cursor: pointer;
    display: block;
    float: left;
}

.circle-icon:hover {
    color: #6e818a;
    border-color: #6e818a;
}

.circle-icon.small {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 11px;
}

.circle-icon.red {
    color: #ff5b5b;
    border-color: #ff5b5b;
}

.circle-icon.red:hover {
    color: #c10000;
    border-color: #c10000;
}

.checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px;
}

.checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkbox-wrapper-mail input:checked ~ label {
    opacity: 1;
}

.checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0px !important;
    transition-duration: .05s;
}

.checkbox-wrapper-mail label:active {
    background: #87949b;
}

#sidebar {
    position: fixed;
    height: 100%;
    width: 240px;
    transition-duration: .3s;
    z-index: 5;
    color: #98a6ad;
}

#sidebar a {
    color: #98a6ad;
}

#sidebar .menu-segment {
    padding: 0 50px;
}

#sidebar .menu-segment ul, #sidebar .menu-segment li {
    margin: 0;
    padding: 0;
}

#sidebar .menu-segment .ball.pink {
    border-color: #ff8acc;
}

#sidebar .menu-segment .ball.green {
    border-color: #10c469;
}

#sidebar .menu-segment .ball.blue {
    border-color: #188ae2;
}

#sidebar .menu-segment li.title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.5);
}

#sidebar .menu-segment li.title .icon {
    float: right;
}

#sidebar .menu-segment li.active a,
#sidebar .menu-segment li.active a:hover {
    color: #ff5b5b;
    font-weight: 600;
}

#sidebar .menu-segment li a {
    display: block;
    margin: 0 -50px;
    padding: 10px 50px;
}

#sidebar .menu-segment li a:hover {
    background: rgba(152, 166, 173, 0.3);
}

#sidebar .menu-segment li .italic-link {
    font-style: italic;
    font-weight: 600;
}

#sidebar .menu-segment .labels li a span,
#sidebar .menu-segment .chat li a span {
    display: block;
    border: 5px solid #ff5b5b;
    border-radius: 100px;
    margin-top: 6px;
}

#sidebar .menu-segment .labels.labels li a span,
#sidebar .menu-segment .chat.labels li a span {
    float: right;
}

#sidebar .menu-segment .labels.chat li a span,
#sidebar .menu-segment .chat.chat li a span {
    float: left;
    margin-right: 10px;
}

#sidebar .menu-segment .chat li a {
    padding-left: 50px;
}

#sidebar .separator {
    margin: 30px 35px;
    height: 1px;
    background: rgba(152, 166, 173, 0.5);
}

#sidebar .bottom-padding {
    height: 100px;
}

#sidebar > .nano-pane {
    background: transparent;
    width: 5px;
}

#sidebar > .nano-pane .nano-slider {
    background: rgba(152, 166, 173, 0.3);
}

#main {
    position: fixed;
    top: 72px;
    left: 490px;
    bottom: 0;
    right: 0;
    z-index: 4;
    transition-duration: .3s;
    background-color: #2f3e47;
}

#main .overlay {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 100%;
    background: rgba(67, 89, 102, 0.6);
    z-index: 5;
    opacity: 0;
    transition-duration: 0s;
    transition-property: opacity;
}

#main .header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(152, 166, 173, 0.3);
    overflow: hidden;
}

#main .header .page-title {
    display: block;
    float: left;
}

#main .header .page-title .sidebar-toggle-btn {
    width: 0;
    margin-top: 1px;
    padding: 11px 0 0 0;
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    transition-duration: .3s;
    transition-delay: .5s;
    opacity: 0;
    margin-right: 0;
}

#main .header .page-title .sidebar-toggle-btn .line {
    height: 3px;
    display: block;
    background: #888;
    margin-bottom: 4px;
    transition-duration: .5s;
    transition-delay: .5s;
}

#main .header .page-title .sidebar-toggle-btn .line-angle1 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: -11px;
    transform: rotate(-60deg);
}

#main .header .page-title .sidebar-toggle-btn .line-angle2 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 21px;
    left: -11px;
    transform: rotate(60deg);
}

#main .header .page-title .icon {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    cursor: pointer;
}

#main .header .search-box {
    width: 180px;
    height: 40px;
    margin-left: 30px;
    position: relative;
}

#main .header .search-box input {
    position: absolute;
    top: 0;
    transition-duration: .3s;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 40px;
    z-index: 2;
    outline: none;
    color: #ffffff;
    background: transparent;
    border: 2px solid #394c57;
    border-radius: 5px;
    transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}

#main .header .search-box input:focus {
    color: #ffffff;
    border-color: #3d515d;
}

#main .header .search-box input:focus ~ .icon {
    opacity: 1;
    z-index: 3;
    color: #10c469;
}

#main .header .search-box .icon {
    transition-duration: .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    cursor: pointer;
    opacity: .5;
}

#main .action-bar {
    padding: 5px;
    overflow: hidden;
}

#main .message-list {
    display: block;
    padding-left: 0;
}

#main .message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    color: rgba(152, 166, 173, 0.6);
    transition-duration: .3s;
}

#main .message-list li:hover {
    background: rgba(152, 166, 173, 0.15);
    transition-duration: .05s;
}

#main .message-list li .mail-col {
    float: left;
    position: relative;
}

#main .message-list li .mail-col-1 {
    width: 400px;
}

#main .message-list li .mail-col-1 .star-toggle,
#main .message-list li .mail-col-1 .checkbox-wrapper-mail,
#main .message-list li .mail-col-1 .dot {
    display: block;
    float: left;
}

#main .message-list li .mail-col-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

#main .message-list li .mail-col-1 .checkbox-wrapper-mail {
    margin-top: 15px;
    margin-right: 10px;
}

#main .message-list li .mail-col-1 .star-toggle {
    margin-top: 18px;
    font-size: 16px;
    margin-left: 5px;
}

#main .message-list li .mail-col-1 .title {
    position: absolute;
    top: 15px;
    left: 140px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main .message-list li .mail-col-2 {
    position: absolute;
    top: 0;
    left: 400px;
    right: 0;
    bottom: 0;
}

#main .message-list li .mail-col-2 .subject,
#main .message-list li .mail-col-2 .date {
    position: absolute;
    top: 0;
}

#main .message-list li .mail-col-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main .message-list li .mail-col-2 .date {
    right: 0;
    width: 200px;
    padding-left: 80px;
}

#main .message-list li.active, #main .message-list li.selected {
    background: rgba(152, 166, 173, 0.15);
    transition-duration: .05s;
}

#main .message-list li.active,
#main .message-list li.active:hover {
    box-shadow: inset 3px 0 0 #71b6f9;
}

#main .message-list li.unread {
    font-weight: 600;
    color: rgba(152, 166, 173, 0.95);
}

#main .message-list li.blue-dot .mail-col-1 .dot {
    border-color: #188ae2;
}

#main .message-list li.orange-dot .mail-col-1 .dot {
    border-color: #f9c851;
}

#main .message-list li.green-dot .mail-col-1 .dot {
    border-color: #10c469;
}

#main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 50px 0;
}

.show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    transition-duration: .5s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
    transition-delay: 0s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    transform: rotate(-120deg);
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    transform: rotate(120deg);
}

#main #main-nano-wrapper {
    position: absolute;
    top: 100px;
    bottom: 0;
    height: auto;
}

#message {
    position: fixed;
    top: 72px;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    transform: translateX(200%);
    transition-duration: .5s;
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

#message .header {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(152, 166, 173, 0.2);
}

#message .header .page-title {
    display: block;
    float: none;
    margin-bottom: 15px;
    line-height: 40px;
}

#message .header .page-title .icon {
    margin-top: 4px;
    margin-right: 10px;
}

#message .header .grey {
    margin-left: 10px;
    color: #999;
}

#message .message-container {
    padding: 0 30px;
}

#message .message-container li {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    margin: 0 0 30px 0;
    position: relative;
}

#message .message-container li .details {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

#message .message-container li .details .left {
    float: left;
    font-weight: 600;
    color: #888;
    transition-duration: .3s;
}

#message .message-container li .details .left .arrow {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 20px;
    background: rgba(0, 0, 0, 0.15);
    vertical-align: top;
    margin: 12px 20px 0 15px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    transition-duration: .3s;
}

#message .message-container li .details .left .arrow:after {
    position: absolute;
    top: -4px;
    left: 100%;
    height: 0;
    width: 0;
    border: inherit;
    border-width: 7px;
    border-style: solid;
    content: '';
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
}

#message .message-container li .details .right {
    float: right;
    color: #999;
}

#message .message-container li .message {
    margin-bottom: 40px;
}

#message .message-container li .message p:last-child {
    margin-bottom: 0;
}

#message .message-container li:hover .tool-box .red-hover {
    color: #ff5b5b;
    border-color: #ff5b5b;
}

#message .message-container li:hover .tool-box .red-hover:hover {
    color: #f40000;
    border-color: #f40000;
}

#message .message-container li .tool-box {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0px solid #DDDFE1;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 8px 10px;
    transition-duration: .3s;
}

#message .message-container li .tool-box a {
    margin-right: 10px;
}

#message .message-container li .tool-box a:last-child {
    margin-right: 0;
}

#message .message-container li:hover .details .left .arrow {
    background: #10c469;
    border: 0px solid #10c469;
}

#message .message-container li:hover .details .left .arrow.orange {
    background: #f9c851;
    border: 0px solid #f9c851;
}

.show-message #message {
    transition-duration: .3s;
}

#message #message-nano-wrapper {
    position: absolute;
    top: 130px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
}

.show-message #message {
    transform: none;
}

.show-message #main {
    margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
    #main .overlay {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .show-message #main {
        margin-right: 0;
    }

    .show-message #message {
        left: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .show-sidebar #sidebar {
        transform: none;
    }

    .show-sidebar #main {
        transform: translateX(250px);
    }

    .show-message #main {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .statusChart {
        margin-right: 5px;
    }

    #sidebar {
        transform: translateX(-100%);
    }

    #main {
        left: 0;
        box-shadow: none;
    }

    #main .header .page-title .sidebar-toggle-btn {
        margin-right: 20px;
        opacity: 1;
        width: 20px;
        margin-left: 10px;
    }

    #main .header .page-title .sidebar-toggle-btn .line {
        height: 2px;
    }

    .show-sidebar #sidebar {
        transform: none;
    }

    .show-sidebar #main {
        transform: translateX(250px);
    }

    .show-message #main {
        margin-right: 0;
    }

    .show-message #message {
        left: 20%;
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    #main .header .search-box {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 0;
    }

    #main .action-bar {
        float: none;
    }

    .action-bar ul {
        margin-bottom: 0;
        text-align: center;
    }

    #main .header .search-box input,
    #main .header .search-box input:focus {
        width: 100%;
    }

    #main #main-nano-wrapper {
        position: absolute;
        top: 150px;
        bottom: 0;
        height: auto;
    }

    #main .message-list li .mail-col-1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 120px;
        width: auto;
    }

    #main .message-list li .mail-col-2 {
        right: 0;
        left: auto;
        width: 120px;
    }

    #main .message-list li .mail-col-2 .date {
        padding-left: 0;
        position: static;
    }

    #main .message-list li .mail-col-2 .subject {
        display: none;
    }
}

/**
 * Nano scroll stuff
*/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: none;
}

.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
}

.nano > .nano-pane {
    background: rgba(152, 166, 173, 0.1);
    position: absolute;
    width: 7px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nano > .nano-pane > .nano-slider {
    background: rgba(152, 166, 173, 0.35);
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
    background: #A6A6A6;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

/* Profile */
.bg-picture {
    padding: 30px;
}

.profile-info-name img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.profile-info-detail {
    overflow: hidden;
}

.profile-pills li a {
    color: rgba(255, 255, 255, 0.5) !important;
    padding: 0 10px;
    display: block;
    line-height: 30px !important;
}

.profile-pills li a:hover {
    background-color: transparent;
    color: #ffffff !important;
}

.profile-pills li a i {
    font-size: 14px;
}

.comment {
    padding-top: 12px;
}

.comment .comment-avatar {
    position: relative;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
}

.comment .comment-body {
    float: none;
    margin-left: 40px;
    position: relative;
}

.comment .comment-text {
    border: 1px solid #3f5460;
    border-radius: 2px;
    padding: 7px 12px 8px;
}

.comment .comment-header {
    font-size: 12px;
    padding-bottom: 2px;
}

.comment .comment-header a {
    color: #c3cbcf;
    font-weight: bold;
}

.comment .comment-header span {
    color: #98a6ad;
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
}

.comment .comment-footer {
    display: block;
    font-size: 12px;
    padding: 4px 12px 0;
}

.comment .comment-footer i {
    font-size: 13px;
    margin-right: 7px;
}

.comment .comment-footer, .comment .comment-footer a {
    color: #a6b2b8;
}

.comment .comment-footer:hover, .comment .comment-footer a:hover {
    color: #71b6f9;
}

.comment > .comment {
    margin-left: 32px !important;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Menu
*/
.topbar {
    left: 0px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 999;
}

.topbar .topbar-left {
    background: #ffffff;
    float: left;
    text-align: center;
    height: 73px;
    position: relative;
    width: 250px;
    z-index: 1;
}

.topbar .topbar-left .logo {
    line-height: 70px;
}

.topbar .topbar-left .logo img {
    height: 40px;
}

.navbar-default {
    background: #253138;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    padding: 0px 10px;
}

.navbar-default .navbar-left li {
    padding-right: 10px;
}

.navbar-default .button-menu-mobile {
    display: none;
}

.navbar-default .nav-link {
    padding: 0;
    line-height: 70px;
    color: rgba(67, 89, 102, 0.8);
}

.navbar-default .dropdown-toggle:after {
    content: initial;
}

.navbar-default .menu-left {
    overflow: hidden;
}

.navbar-default .topbar-right-menu li {
    float: left;
}

.logo {
    color: #188ae2 !important;
    font-size: 32px;
    font-family: 'Rancho', cursive;
}

.logo i {
    display: none;
}

.logo span span {
    color: #10c469;
}

.user-box {
    text-align: center;
    padding: 30px 0px 20px 0px;
}

.user-box .user-img {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 0px auto;
}

.user-box .user-img .img-thumbnail {
    background-color: #ffffff;
    border-color: #eeeeee;
}

.user-box h5 a {
    color: #98a6ad;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}

.user-box .user-status i {
    font-size: 15px;
}

.user-box .user-status.away i {
    color: #f9c851;
}

.user-box .user-status.offline i {
    color: #ff5b5b;
}

.user-box .user-status.online i {
    color: #10c469;
}

.user-box .user-status.busy i {
    color: #98a6ad;
}

.user-box ul li a {
    color: #98a6ad;
}

.user-box ul li a:hover {
    color: #71b6f9;
}

.notification-box ul {
    max-height: 60px;
}

.notification-box ul li a {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    line-height: 70px;
}

.notification-box .noti-dot {
    position: relative;
    top: -45px;
}

.notification-box .pulse {
    width: 2px;
    height: 2px;
    border: 3px solid #ff5b5b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff5b5b;
    z-index: 10;
    position: absolute;
    right: 6px;
}

.notification-box .dot {
    border: 4px solid #ff5b5b;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -12px;
    left: 2px;
    z-index: 1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.side-menu {
    top: 70px;
    width: 250px;
    z-index: 10;
    background: #ffffff;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.side-menu .waves-effect .waves-ripple {
    background-color: rgba(113, 182, 249, 0.3);
}

.content-page {
    margin-left: 250px;
    overflow: hidden;
}

.content-page .content {
    padding: 0 10px;
    margin-top: 73px;
}

.button-menu-mobile {
    background: transparent;
    border: none;
    color: #98a6ad;
    font-size: 21px;
    line-height: 68px;
}

.button-menu-mobile:hover {
    color: #71b6f9;
}

.sidebar-inner {
    height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

#sidebar-menu {
    width: 100%;
}

#sidebar-menu a {
    line-height: 1.3;
}

#sidebar-menu ul li .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: "Material Design Icons";
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#sidebar-menu ul li .menu-arrow:before {
    content: "\F142";
}

#sidebar-menu ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu ul ul {
    display: none;
}

#sidebar-menu ul ul li {
    border-top: 0;
}

#sidebar-menu ul ul li.active a {
    color: #71b6f9;
}

#sidebar-menu ul ul a {
    color: #63747c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 65px;
}

#sidebar-menu ul ul a:hover {
    color: #71b6f9;
}

#sidebar-menu ul ul a i {
    margin-right: 5px;
}

#sidebar-menu ul ul ul a {
    padding-left: 80px;
}

#sidebar-menu .label {
    margin-top: 2px;
}

#sidebar-menu .subdrop {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}

#sidebar-menu > ul > li > a {
    color: #435966;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
    background-color: #ffffff;
    border-left: 3px solid transparent;
}

#sidebar-menu > ul > li > a:hover {
    color: #71b6f9;
    text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu ul li a i.md {
    font-size: 18px;
}

#sidebar-menu ul li a .drop-arrow {
    float: right;
}

#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0px;
}

#sidebar-menu > ul > li > a.active {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}

#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
    display: none !important;
}

#wrapper.enlarged .user-box .user-img {
    height: 48px;
    width: 48px;
}

#wrapper.enlarged .user-box h5 {
    display: none;
}

#wrapper.enlarged #sidebar-menu ul ul {
    border: 2px solid #f4f8fb;
    margin-top: -5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
    background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
    background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-right: 20px !important;
    font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block !important;
    padding: .2em .6em .3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #f4f8fb;
    color: #71b6f9;
    border-color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
    background: #ffffff;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
    color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
    display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
    background: #ffffff;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
    color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #71b6f9 !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
    color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .user-details {
    display: none;
}

#wrapper.enlarged .content-page {
    margin-left: 70px;
}

#wrapper.enlarged .footer {
    left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
    width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #435966 !important;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
}

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
    float: right !important;
    right: -266px;
    top: 0px;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    display: block;
    float: left;
    height: 100%;
    position: fixed;
    transition: all 200ms ease-out;
    width: 240px;
}

.right-bar {
    background: #ffffff !important;
    z-index: 999 !important;
}

.right-bar h4 {
    border-bottom: 1px solid rgba(152, 166, 173, 0.5);
    padding: 4px 10px 10px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #435966;
    letter-spacing: 0.03em;
}

.right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0 10px;
}

.notification-list {
    height: 100%;
}

.notification-list .list-group-item {
    border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
    margin-bottom: 0;
    background-color: #ffffff;
}

.notification-list .list-group-item.active {
    background-color: rgba(152, 166, 173, 0.1);
}

.notification-list .user-list .user-desc span.name {
    color: #435966 !important;
}

.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%;
}

.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.user-list .user-list-item .icon i {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.user-list .user-list-item .user-desc {
    margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
    color: #eeeeee;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.user-list .user-list-item .user-desc span.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
    font-size: 11px;
    color: #71b6f9;
    font-style: italic;
}

/* Seach */
.app-search {
    position: relative;
}

.app-search button {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 4px;
    right: 8px;
    color: rgba(152, 166, 173, 0.7);
}

.app-search button:hover {
    color: #98a6ad;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: 1px solid rgba(152, 166, 173, 0.15);
    font-size: 13px;
    height: 34px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 18px;
    margin-left: 20px;
    background: rgba(152, 166, 173, 0.1);
    box-shadow: none;
    border-radius: 30px;
    width: 190px;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
    .wrapper.right-bar-enabled .right-bar {
        right: 0;
        z-index: 99;
    }
}

@media (max-width: 1023px) {
    .button-menu-mobile {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .enlarged .left.side-menu {
        margin-left: -75px;
    }

    .topbar-left {
        width: 70px !important;
    }

    .topbar-left span {
        display: none !important;
    }

    .topbar-left i {
        display: block !important;
        line-height: 75px !important;
    }

    .content-page .content {
        margin-top: 95px;
    }

    .topbar .topbar-left {
        height: 72px;
    }

    .navbar-nav {
        margin: 0px;
        display: inline-block;
    }

    .navbar-nav li {
        display: inline-block;
        line-height: 1px;
    }

    .navbar-nav.navbar-right {
        float: right;
    }

    .content-page {
        margin-left: 0px !important;
    }

    .footer {
        left: 0px !important;
    }

    .mobile-sidebar {
        left: 0px;
    }

    .mobile-content {
        left: 250px;
        right: -250px;
    }

    .wrapper-page {
        width: 90%;
    }

    .dataTables_wrapper .col-xs-6 {
        width: 100%;
        text-align: left;
    }

    div#datatable-buttons_info {
        float: none;
    }

    .ms-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .side-menu {
        z-index: 10 !important;
    }

    .button-menu-mobile {
        display: block;
    }

    .search-bar {
        display: none !important;
    }

    .sidebar-inner {
        overflow: auto !important;
        height: 100%;
        bottom: 0;
    }

    .hide-phone {
        display: none !important;
    }
}

/* Container-alt */
@media (min-width: 768px) {
    .container-alt {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-alt {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-alt {
        width: 1170px;
    }
}

@media (max-width: 419px) {
    .topbar-left {
        width: 70px !important;
    }

    .logo .icon-c-logo {
        display: inline-block !important;
        line-height: 58px !important;
    }

    .logo span {
        display: none !important;
    }

    .wrapper-page .logo span {
        display: inline-block !important;
    }

    .content-page {
        margin-left: 70px;
    }

    .content-page .content {
        margin-top: 73px;
    }

    .forced .side-menu.left {
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    }

    .enlarged .side-menu.left {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    }

    .page-title {
        font-size: 15px;
        line-height: 67px;
        max-width: 250px;
        white-space: nowrap;
    }

    .form-group .btn{
        margin-bottom: 5px;
    }

    .navbar-default .navbar-left {
        padding-left: 0px !important;
    }

    .navbar-default .navbar-left li {
        padding: 0px 5px;
    }

    .topbar-left {
        display: none;
    }

    .editable-responsive {
        overflow-x: auto;
    }

    .profile-info-name img {
        float: none;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    div.hopscotch-bubble .hopscotch-bubble-container {
        max-width: 180px;
    }
}