/*================================================================================
  Item Name: Materialize - Material Design Admin Template
  Version: 2.1
  Author: GeeksLabs
  Author URL: http://www.themeforest.net/user/geekslabs
================================================================================*/
/*-----------------------------------------

------------------------------------------*/
/*=================================================================================
    General
====================================================================================*/
/*----------------------------------------
  General Layout Style
------------------------------------------*/
html, body {
    height: 100%;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

.no-border {
    border: none !important;
}

.input-field label {
    top: 0.45rem;
}

label {
    font-size: 0.9rem;
}

.input-field label.active {
    font-size: 1rem;
}

.select-wrapper label {
    top: 0.3rem;
    left: 0.3rem;
}

.select-wrapper .k-dropdown {
    width: 100%;
}

.container {
    padding: 0 0.5rem;
    margin: 0 auto;
    width: 98%;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

    .dropdown-content li > a, .dropdown-content li > span {
        display: block !important;
        /*padding: 1rem 1rem !important;*/
    }

    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
        background-color: rgba(0, 176, 255, 0.75) !important;
    }

        .dropdown-content li:hover > a, .dropdown-content li.active > a, .dropdown-content li.selected > a {
            color: white !important;
        }

        .dropdown-content li.active.selected {
            background-color: rgba(0, 176, 255, 0.75) !important;
        }

            .dropdown-content li.active.selected > a {
                color: white !important;
            }

#content .container .row {
    margin-bottom: 0;
}

.col-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.75rem !important;
}

.btn-margin-right {
    margin-right: 5px;
}

.btn-margin-left {
    margin-left: 5px;
}

#app {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
}

#main-login {
    display: table;
    margin: auto;
    height: 100%;
}

#main-welcome {
    margin: auto;
    height: 100%;
}

#main {
    padding-bottom: 50px;
}

.side-nav {
    /*width : 240px !important;*/
    width: 265px !important;
}

#main, footer {
    /*offset content by the width of the side menu*/
    /*padding-left : 240px; */
    padding-left: 265px;
}

/*START Home title - logo resize */

.homeTitle {
    padding: 5px 0;
    height: 100px;
}

    .homeTitle img {
        max-width: 100%;
        max-height: 100%
    }

@media screen and (max-width : 1200px) {
    .homeTitle img {
        width: 80%;
    }
}

/*END Home title - logo resize */

@media only screen and (max-width : 993px) {
    #main, footer {
        padding-left: 0px;
    }

    #profileImage {
        width: 45px;
        margin-top: 10px;
    }
}

@media only screen and (min-width : 601px) {
    .container {
        width: 98%;
    }
}

@media only screen and (min-width : 993px) {
    .container {
        width: 98%;
    }

    #profileImage {
        position: fixed;
        width: 45px;
        left: 20px;
        margin-top: 10px;
    }
}

footer.page-footer div.footer-copyright .container {
    max-width: inherit;
}

    footer.page-footer div.footer-copyright .container span {
        font-weight: 300;
    }

#sidenav-overlay {
    background-color: transparent;
}

#left-sidebar-nav span.badge.new {
    line-height: 20px;
    margin-top: 11px;
}

/*---------------------------------
    Typography
-----------------------------------*/

.small {
    font-size: 1.0rem;
    margin: 0;
    padding: 0;
}

.medium-small {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.ultra-small {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}

small {
    font-size: 0.8rem;
}

.strong {
    font-weight: 600 !important;
}

h4.header {
    font-size: 1.5rem;
    line-height: 2.508rem;
    margin: 1.14rem 0 0.912rem 0;
}

p.title {
    font-size: 1.3rem;
}

p.header {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

h4.header {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
}

h4.header2 {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

li.li-hover:hover {
    background: transparent !important;
}

.more-text {
    padding: 5px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.valign-demo {
    height: 400px;
    background-color: #ddd;
}

.margin {
    margin: 0 !important;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize;
}

/*----------------------------------------
    Pre Loader
------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    /*background: url(../images/user-bg-2.jpg) no-repeat center center;*/
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    /*border-top-color: #e74c3c;*/
    border-top-color: #4caf50;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.progress {
    background-color: rgba(255, 64, 129, 0.22);
}

/*=================================================================================
    Header
====================================================================================*/
/*----------------------------------------
    Page Header
------------------------------------------*/
h1.logo-wrapper {
    margin: 0px 0px;
}

    h1.logo-wrapper span.version {
        font-size: 1rem !important;
    }

h1 span.logo-text {
    display: none;
}

header .brand-logo {
    margin: 1px 0px;
    height: 100%;
}

    header .brand-logo img {
        width: 172px;
    }

.btn-collapse-left {
    margin: 0;
}

@media only screen and (max-width : 992px) {
    nav .nav-wrapper {
        text-align: inherit;
    }

        nav .nav-wrapper a.page-title {
            font-size: 36px;
        }
}

/* === Search box ===*/

/* =============== START ========== */
/*.header-search-wrapper {*/
/*max-width : 824px;*/
/*margin    : 0 auto 0 240px;*/
/*height    : 40px;*/
/*width     : calc(100% - 45%);*/
/*display   : inline-block;*/
/*position  : relative;*/
/*}*/

.k-numerictextbox input {
    height: 29px;
}

.k-autocomplete input {
    height: 26px;
}
.k-combobox input
{
    height: 30px;
}

.k-datepicker input
{
    height: 30px;
}

.k-multiselect input {
    height: 27px;
    background-color: transparent !important;
}

.header-search-wrapper-new {
    margin: 0 auto 0 auto;
    /*width            : calc(100% - 446px);*/
    width: calc(100% - 510px);
    display: inline-block;
    position: relative;
    padding: 0 35px;
    background-image: none;
    line-height: 54px;
    height: 54px;
    border-radius: 10px;
}

@media only screen and (max-width : 992px) {

    .header-search-wrapper-new {
        width: calc(100% - 352px);
    }
}

.header-search-wrapper-new input[type=text]:focus:not(readonly) {
    border-bottom: 1px solid #03a9f4 !important;
    box-shadow: 0 1px 0 0 #03a9f4 !important;
}

.header-search-wrapper-new input::-webkit-input-placeholder {
    color: #fff !important;
}

.header-search-wrapper-new input::-moz-placeholder {
    color: #fff !important;
}

.header-search-wrapper-new input:-ms-input-placeholder {
    color: #fff !important;
}

.header-search-wrapper-new .k-autocomplete.k-state-focused,
.header-search-wrapper-new .k-autocomplete.k-state-hover {
    box-shadow: none;
}

.header-search-wrapper-new .k-widget.k-autocomplete.k-header {
    width: 99% !important;
    border: 0;
    background-color: transparent !important;
}

.header-search-wrapper-new .k-autocomplete .k-input {
    font-size: 1.3rem;
    height: 2rem;
    line-height: 2rem;
}

.header-search-wrapper-new .k-autocomplete.k-state-focused .k-input {
    font-size: 1.4rem;
}

.header-search-wrapper-new i.material-icons {
    position: absolute;
    display: inline-block;
    line-height: 54px;
}

    .header-search-wrapper-new i.material-icons.left {
        left: 0;
        margin: 0 0 0 5px;
    }

    .header-search-wrapper-new i.material-icons.right {
        right: 0;
        margin: 0 5px 0 0;
    }

.brand-logo-new {
    margin-top: 15px;
}

.brand-logo-link {
    padding: 5px 0;
    margin: 0 3px 0 0;
    height: 64px;
    background: none !important;
}
.menu-logo img {
    margin-top: 10px;
    height: 34px;
}
/* =============== END ========== */

/*=================================================================================
    Page Footer
====================================================================================*/

footer.page-footer {
    padding-top: 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    height: 45px;
    margin-top: 5px;
}

/*=================================================================================
    Sidebar
====================================================================================*/
/*----------------------------------------
    Sidebar Main Menu 
------------------------------------------*/
nav ul li.no-hover:hover {
    background: none;
}

#left-slide-out ul.side-nav li {
    padding: 0px !important;
}

ul.side-nav li {
    padding: 0;
}

.sidebar-collapse {
    position: absolute;
    left: -170px;
    top: -45px;
}

.side-nav .collapsible-body li a {
    margin: 0 0 0 1rem;
}

.side-nav.fixed,
.side-nav.rightside-navigation {
    top: 56px;
}

@media only screen and (min-width : 601px) {
    .side-nav.fixed,
    .side-nav.rightside-navigation {
        top: 64px;
    }
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
    padding: 0 10px;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
    padding: 0 10px 0 15px;
}

.collapsible-header:after {
    /*font-family: "Material-Design-Icons";*/
    font-family: 'Material Icons';
    /*content: "\e7c3";*/
    content: "chevron_right";
    float: right;
    color: #ffffff;
    font-size: 18px;
}

.collapsible-header.active:after {
    content: "expand_more";
}

/*.side-nav.leftside-navigation,*/
.side-nav.rightside-navigation {
    overflow-y: auto;
    overflow-x: hidden;
}

.side-nav.leftside-navigation hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

.side-nav.leftside-navigation .collapsible-header,
.side-nav.rightside-navigation .collapsible-header {
    margin: 0;
    line-height: 64px;
    height: 64px;
}

.side-nav.leftside-navigation .collapsible-body li,
.side-nav.leftside-navigation .collapsible-body li a,
.side-nav.rightside-navigation .collapsible-body li,
.side-nav.rightside-navigation .collapsible-body li a {
    line-height: 44px;
    height: 44px;
    margin-left: 0;
}

    .side-nav.leftside-navigation .collapsible-body li.active,
    .side-nav.rightside-navigation .collapsible-body li.active,
    .side-nav.leftside-navigation .collapsible-body li:hover,
    .side-nav.rightside-navigation .collapsible-body li:hover {
        background-color: rgba(0, 176, 255, 0.75) !important;
    }

        .side-nav.leftside-navigation .collapsible-body li.active a,
        .side-nav.rightside-navigation .collapsible-body li.active a,
        .side-nav.leftside-navigation .collapsible-body li:hover a,
        .side-nav.rightside-navigation .collapsible-body li:hover a {
            color: white !important;
        }

.side-nav.leftside-navigation li.user-details {
    padding: 15px 0 0 15px;
    margin: 0;
    line-height: 44px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .side-nav.leftside-navigation li.user-details .dropdown-content li a,
    .side-nav.leftside-navigation li.user-details .dropdown-content li span {
        line-height: 44px;
        height: 44px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .side-nav.leftside-navigation li.user-details .dropdown-content li:not(.divider) {
        min-height: 44px;
        height: 44px;
        line-height: 44px;
    }

.side-nav.leftside-navigation #profile-dropdown {
    line-height: 44px;
    width: 150px;
}

.side-nav.leftside-navigation li.user-details .dropdown-logout {
    font-weight: 500;
}

.side-nav.leftside-navigation li.user-details .profile-btn {
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #444;
}

.side-nav.leftside-navigation li.user-details .user-task,
.side-nav.leftside-navigation li.user-details .user-time {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.side-nav.leftside-navigation li.user-details .user-roal {
    color: #fff;
    margin-top: -16px;
    margin-bottom: 0;
    font-size: 13px;
    text-shadow: 1px 1px 1px #444;
}

#left-sidebar-nav {
    position: fixed;
    width: 100px;
    left: 180px;
    z-index: 999;
    height: auto;
}

#left-slide-out li a i {
    line-height: inherit;
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}

.caption {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.caption-uppercase {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.bold > a {
    font-weight: bold;
}

nav.top-nav {
    height: 122px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    nav.top-nav a.page-title {
        line-height: 122px;
        font-size: 48px;
    }

/*----------------------------------------
    Right Chat Slideout
------------------------------------------*/

#right-search .input-field {
    margin-top: 0px;
}

#notifications-slide-out .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: 45px;
    height: 45px;
    font-weight: 400;
}

#notifications-slide-out .chat-out-list {
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

#notifications-slide-out .favorite-associate-list .circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #999;
    padding: 3px;
    display: block;
}

#notifications-slide-out .favorite-associate-list .online-user {
    border: 2px solid #00e676;
}

#notifications-slide-out .recent-activity-list-icon {
    margin-top: 8px;
    font-size: 2rem;
}

#notifications-slide-out .recent-activity-list-text a {
    font-size: 0.8rem;
    padding: 0;
    font-weight: 600;
}

#notifications-slide-out .recent-activity-list-text p {
    font-size: 0.9rem;
    padding: 0;
}

#notifications-slide-out .favorite-associate-list p {
    padding: 0;
}

    #notifications-slide-out .favorite-associate-list p.place {
        font-size: 0.8rem;
    }

/* =================================================================================
    Content
================================================================================= */
/*----------------------------------------
    Breadcrumb initial
------------------------------------------*/

.breadcrumb {
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
}

.breadcrumbs-title {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 15px 0px 5px 0px;
}

.breadcrumb > li {
    display: inline-block !important;
}

.breadcrumb a {
    color: #00bcd4 !important;
}

.breadcrumb .active {
    font-weight: normal !important;
    color: #999 !important;
}

.breadcrumb > li + li:before {
    padding: 0 3px !important;
    color: #ccc !important;
    content: "/\00a0" !important;
}

h5.breadcrumbs-header {
    font-size: 1.64rem !important;
    line-height: 1.804rem !important;
    margin: 1.5rem 0 0 0 !important;
}

.breadcrumbs-nav {
    margin: 8px 0 9px 0 !important;
}

#breadcrumbs-wrapper {
    padding: 0 0.75rem !important;
}

ul.breadcrumb.k-listview {
    background: none;
    position: inherit;
    outline: inherit;
    border: none;
}

/*----------------------------------------
    Cards
------------------------------------------*/
/*card-stats*/

#card-stats .card-content {
    text-align: center;
}

#card-stats .card-stats-title, #card-stats .card-stats-title i {
    font-size: 1.2rem;
}

#card-stats .card-stats-compare {
    font-size: 1.0rem;
}

    #card-stats .card-stats-compare i {
        position: relative;
        top: 5px
    }

#card-stats .card-stats-number {
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin: 0.2rem 0 0.2rem 0;
    font-weight: 500;
}

/*work-collections*/

#work-collections .collection-header {
    font-size: 1.64rem;
    font-weight: 500;
}

#work-collections .collection-item.avatar {
    height: auto;
}

#work-collections p.collections-title {
    font-size: 1.0rem;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

#work-collections p.collections-content {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

/*flight-card*/

#flight-card .card-header .card-title {
    padding: 20px;
}

#flight-card .flight-card-title {
    margin: 0;
    font-weight: 300;
}

#flight-card .flight-card-date {
    font-size: 1.0rem;
    margin: 0;
}

#flight-card .flight-state {
    padding-bottom: 15px;
}

#flight-card .flight-state-two {
    border-left: 1px dashed #9e9e9e;
}

#flight-card .flight-icon {
    font-size: 2.2rem;
    display: block;
    -webkit-transform: rotate(90deg);
    /* Safari */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE */
    -o-transform: rotate(90deg);
    /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /* SASS Internet Explorer */
}

#flight-card .card-content {
    background: rgba(0, 0, 0, 0.25);
}

#flight-card .flight-state-wrapper {
    margin: 0 0 100px 0 !important;
}

/*task-card*/

#task-card label {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    height: auto;
}

#task-card .task-card-title {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

#task-card .task-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff;
}

#task-card .collection-header {
    padding: 20px;
}

#task-card .task-add {
    position: absolute;
    right: 10px;
    top: 76px;
}

#task-card .task-cat {
    padding: 2px 4px;
    color: #fff;
    margin-left: 37px;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.task-cat {
    padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.collection .collection-item.avatar i.circle {
    font-size: 28px;
}

/* Profile Card */

#profile-card .card-image {
    height: 150px;
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px 0;
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer;
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px !important;
}

/*----------------------------------------
    Charts
------------------------------------------*/

#chart-dashboard {
    padding-top: 12px;
}

    #chart-dashboard .card .card-content,
    #card-stats .card .card-content,
    #card-stats .card .card-action {
        padding: 10px 14px;
    }

#line-updated {
    /*background: #00bcd4;*/
}

.sample-chart-wrapper {
    width: 100%;
}

.chart-title {
    font-size: 1.6rem;
    font-weight: 300;
}

/* Revenue Chart */

.chart-revenue {
    float: right;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
}

    .chart-revenue .chart-revenue-total {
        font-size: 0.9rem;
        margin: 0;
    }

    .chart-revenue .chart-revenue-per {
        font-size: 0.8rem;
        margin: 0;
    }

        .chart-revenue .chart-revenue-per i {
            position: relative;
            top: 5px;
        }

.chart-revenue-switch {
    padding-top: 28px;
    padding-right: 10px;
    color: #fff;
    text-align: right;
}

/* doughnut chart */
.doughnut-chart-status {
    position: relative;
    top: -75px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    height: 0px;
    text-align: center;
}

    .doughnut-chart-status p {
        margin-top: -5px;
    }

.doughnut-chart-legend li {
    padding: 2px 0;
    font-size: 0.9rem;
}

    .doughnut-chart-legend li:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        float: left;
        margin-top: 6px;
        margin-right: 4px;
    }

li.mobile:before {
    background: #F7464A;
}

li.kitchen:before {
    background: #46BFBD;
}

li.home:before {
    background: #FDB45C;
}

a.button-collapse.top-nav {
    position: absolute;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 2;
}

/* trending bar chart */

.trending-bar-chart-wrapper {
    width: 100%;
}

.btn-move-up {
    position: relative;
    top: -28px;
    right: -18px;
    margin-right: 10px !important;
}

/* Flot Chart*/

.flotchart-placeholder {
    width: 100%;
    height: 300px;
    font-size: 13px;
    line-height: 1.2em;
}

#flotchart table {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: smaller;
    color: #545454;
    width: 100px;
}

#flotchart td,
th {
    padding: 5px;
}

/* xCharts */

.xchart-placeholder {
    width: 90%;
    height: 300px;
}

/*Sparkline*/

.tooltip-class {
    overflow: hidden;
    color: #fff;
    height: 20px;
    width: 30px;
}

/**/
#ct2-chart .ct-series.ct-series-a .ct-area {
    fill: #00BCD4;
}

#ct2-chart .ct-series.ct-series-a .ct-point {
    stroke: #00BCD4;
}

#ct2-chart .ct-series.ct-series-a .ct-line {
    stroke: #54E2F4;
}

/*------------------
  Widget
--------------------*/

.socialbox .logo {
    color: #fff;
    font-size: 28px;
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.socialbox .info {
    color: #fff;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 0;
}

/*----------------------------------------
    Calender
------------------------------------------*/

#full-calendar {
    padding-top: 30px;
}

#calendar h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 35px;
}

#calendar .fc-day-header {
    text-transform: uppercase;
    font-weight: 400;
}

#external-events {
    padding-top: 50px;
}

    #external-events .fc-event {
        color: #fff;
        text-decoration: none;
        padding: 5px;
        margin-bottom: 10px;
        cursor: all-scroll;
        border: none;
    }

.fc button {
    background: #fff;
}

.fc td,
.fc th {
    border-width: 0px !important;
}

.fc-state-active,
.fc-state-down {
    color: #ff4081 !important;
}

/*----------------------------------------
    Color Palette for css-color.html page
------------------------------------------*/

.dynamic-color .red,
.dynamic-color .pink,
.dynamic-color .purple,
.dynamic-color .deep-purple,
.dynamic-color .indigo,
.dynamic-color .blue,
.dynamic-color .light-blue,
.dynamic-color .cyan,
.dynamic-color .teal,
.dynamic-color .green,
.dynamic-color .light-green,
.dynamic-color .lime,
.dynamic-color .yellow,
.dynamic-color .amber,
.dynamic-color .orange,
.dynamic-color .deep-orange,
.dynamic-color .brown,
.dynamic-color .grey,
.dynamic-color .blue-grey {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    line-height: 55px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dynamic-color .col {
    margin-bottom: 55px;
}

@media only screen and (max-width : 1024px) {
    tfoot {
        display: none;
    }
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

/*----------------------------------------
    Grid - Flat Site Mockup
------------------------------------------*/

#site-layout-example-left {
    background-color: #90a4ae;
    height: 300px;
}

#site-layout-example-right {
    background-color: #26a69a;
    height: 300px;
}

#site-layout-example-top {
    background-color: #E57373;
    height: 50px;
}

.flat-text-header {
    height: 35px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
    margin: 27px auto;
}

.flat-text {
    height: 25px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    margin: 27px auto;
}

    .flat-text.small {
        width: 25%;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .flat-text.full-width {
        width: 100%;
    }

.col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: tomato;
    color: white;
    padding: 0px;
}

    .col.grid-example span {
        font-weight: 200;
        line-height: 50px;
    }

.waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px;
}

/*----------------------------------------
    Chrome Browser Grid Example
------------------------------------------*/

.browser-window {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 5px 5px 2px 2px;
    -moz-border-radius: 5px 5px 2px 2px;
    border-radius: 5px 5px 2px 2px;
    background-clip: padding-box;
    background-color: transparent;
    margin: 20px 0px;
    overflow: hidden;
}

    .browser-window .top-bar {
        height: 30px;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-clip: padding-box;
        border-top: thin solid #eaeae9;
        border-bottom: thin solid #dfdfde;
        background: linear-gradient(#e7e7e6, #E2E2E1);
    }

    .browser-window .circle {
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background-color: white;
        margin-right: 1px;
    }

#close-circle {
    background-color: #FF5C5A;
}

#minimize-circle {
    background-color: #FFBB50;
}

#maximize-circle {
    background-color: #1BC656;
}

.browser-window .circles {
    margin: 5px 12px;
}

.browser-window .content {
    margin: 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
}

.browser-window .row {
    margin: 0;
}

.clear {
    clear: both;
}

.promo i {
    color: #ee6e73;
    font-size: 6rem;
    display: block;
}

.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

/*----------------------------------------
    icon page
------------------------------------------*/

.icon-demo {
    line-height: 50px;
}

.icon-container i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px;
}

.icon-container .icon-preview {
    height: 120px;
    text-align: center;
}

.icon-holder {
    display: block;
    text-align: center;
    width: 150px;
    height: 115px;
    float: left;
    margin: 0px 0px 15px 0px;
}

    .icon-holder p {
        margin: 0px 0;
    }

/*----------------------------------------
    Login Page
------------------------------------------*/

.rememberMeLabel {
    position: relative;
    padding-left: 20px !important;
    margin-top: -3px !important;
}

.form-login, .form-register, .form-forgot {
    width: 320px;
}

.form-activation {
    width: 650px;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 500;
}

.profile-image-login {
    width: 100px;
    height: 100px !important;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}

/*----------------------------------------
    Error Page
------------------------------------------*/

.text-long-shadow {
    text-shadow: rgb(29, 125, 116) 1px 1px, rgb(29, 125, 116) 2px 2px, rgb(29, 125, 116) 3px 3px, rgb(29, 125, 116) 4px 4px, rgb(29, 125, 116) 5px 5px, rgb(29, 125, 116) 6px 6px, rgb(29, 125, 116) 7px 7px, rgb(29, 125, 116) 8px 8px, rgb(29, 125, 116) 9px 9px, rgb(29, 125, 116) 10px 10px, rgb(29, 125, 116) 11px 11px, rgb(29, 125, 116) 12px 12px, rgb(29, 125, 116) 13px 13px, rgb(29, 125, 116) 14px 14px, rgb(29, 126, 117) 15px 15px, rgb(29, 128, 119) 16px 16px, rgb(30, 130, 120) 17px 17px, rgb(30, 132, 122) 18px 18px, rgb(30, 133, 124) 19px 19px, rgb(31, 135, 125) 20px 20px, rgb(31, 137, 127) 21px 21px, rgb(32, 139, 129) 22px 22px, rgb(32, 141, 130) 23px 23px, rgb(32, 142, 132) 24px 24px, rgb(33, 144, 134) 25px 25px, rgb(33, 146, 135) 26px 26px, rgb(34, 148, 137) 27px 27px, rgb(34, 149, 139) 28px 28px, rgb(34, 151, 140) 29px 29px, rgb(35, 153, 142) 30px 30px, rgb(35, 155, 144) 31px 31px, rgb(36, 157, 145) 32px 32px, rgb(36, 158, 147) 33px 33px, rgb(36, 160, 149) 34px 34px, rgb(37, 162, 150) 35px 35px, rgb(37, 164, 152) 36px 36px, rgb(38, 166, 154) 37px 37px;
    background-color: rgb(38, 166, 154);
    /*height: 100%;*/
    width: 100%;
    font-size: 10rem;
    color: #fff !important;
    text-align: center;
    padding: 20px 0 !important;
}

/*----------------------------------------
    Email Page
------------------------------------------*/

#mail-app hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

.email-unread .email-title {
    font-weight: 500;
}

#email-sidebar {
    min-height: 650px;
}

    #email-sidebar li {
        padding: 10px 0;
        text-align: center;
    }

        #email-sidebar li i {
            padding: 12px;
            color: #272727;
        }

            #email-sidebar li i.active {
                background: #DDDDDD;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
            }

            #email-sidebar li i:hover {
                background: #DDDDDD;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
            }

#mail-app #email-sidebar,
#mail-app #email-list,
#mail-app #email-details {
    margin-top: 0px;
}

#email-list {
    padding: 0;
}

    #email-list .collection {
        margin: 0;
    }

        #email-list .collection .collection-item.avatar {
            height: auto;
            padding-left: 72px;
            position: relative;
        }

        #email-list .collection .collection-item:hover {
            background: #e1f5fe;
            cursor: pointer;
        }

        #email-list .collection .collection-item.selected {
            background: #e1f5fe;
            border-left: 4px solid #29b6f6;
        }

        #email-list .collection .collection-item.avatar .secondary-content {
            position: absolute;
            top: 10px;
            right: -4px;
        }

            #email-list .collection .collection-item.avatar .secondary-content.email-time {
                right: 8px;
            }

        #email-list .collection .collection-item.avatar .icon {
            position: absolute;
            width: 42px;
            height: 42px;
            overflow: hidden;
            left: 15px;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            top: 20px;
        }

        #email-list .collection .collection-item.avatar .circle {
            position: absolute;
            width: 42px;
            height: 42px;
            overflow: hidden;
            left: 15px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            font-size: 1.5rem;
            color: #fff;
            font-weight: 300;
            padding: 10px;
        }

        #email-list .collection .collection-item.avatar img.circle {
            padding: 0px;
        }

    #email-list .attach-file {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        color: #9e9e9e;
        font-size: 1.1rem;
    }

#email-details {
    padding: 15px;
}

    #email-details .email-subject {
        font-size: 1.2rem;
    }

        #email-details .email-subject i {
            font-size: 2.2rem;
        }

    #email-details .email-tag {
        padding: 3px;
        font-size: 0.9rem;
    }

    #email-details .collection {
        border: none;
    }

        #email-details .collection .collection-item.avatar {
            height: auto;
            padding-left: 72px;
            position: relative;
        }

        #email-details .collection .collection-item.selected {
            background: #e1f5fe;
            border-left: 4px solid #29b6f6;
        }

        #email-details .collection .collection-item.avatar .icon {
            position: absolute;
            width: 42px;
            height: 42px;
            overflow: hidden;
            left: 15px;
            display: inline-block;
            vertical-align: middle;
            top: 20px;
        }

        #email-details .collection .collection-item.avatar .circle {
            position: absolute;
            width: 42px;
            height: 42px;
            overflow: hidden;
            left: 15px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            font-size: 1.5rem;
            color: #fff;
            font-weight: 300;
            padding: 10px;
        }

        #email-details .collection .collection-item.avatar img.circle {
            padding: 0px;
        }

    #email-details .email-actions {
        padding-top: 25px;
    }

        #email-details .email-actions a {
            color: #757575;
            padding: 5px;
        }

.email-reply {
    padding-top: 20px;
}

    .email-reply a {
        color: #757575;
    }

    .email-reply p {
        color: #757575;
        margin: 0;
    }

    .email-reply a i {
        font-size: 2rem;
    }

#mail-app .modal .modal-content {
    padding: 0;
}

.model-email-content {
    padding: 24px;
}

/*----------------------------------------
    Invoice Page
------------------------------------------*/

.invoice-icon i {
    font-size: 2rem;
}

.invoice-table {
    padding-top: 40px;
}

.invoice-text {
    padding: 18px 0px;
}

/*----------------------------------------
    Blog
------------------------------------------*/

/* ----- Blog Card -----*/

.blog-card .card {
    margin: 0px;
}

.blog-card ul.card-action-buttons {
    margin: -26px 10px 0px 0px;
    text-align: right;
}

    .blog-card ul.card-action-buttons li {
        display: inline-block;
        padding-left: 5px;
    }

.blog-card .card .card-content {
    padding: 5px 10px 5px 10px;
}

    .blog-card .card .card-content .card-title,
    .blog-card .card .card-reveal .card-title {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
    }

/* -----Blogs Masonery Page----- */
.blog {
    width: 20%;
    padding: 10px;
}

.blog-sizer {
    width: 20%;
}

.blog .card {
    margin: 0px;
}

.blog ul.card-action-buttons {
    margin: -26px 10px 0px 0px;
    text-align: right;
}

    .blog ul.card-action-buttons li {
        display: inline-block;
        padding-left: 5px;
    }

.blog .card .card-content {
    padding: 5px 10px 5px 10px;
}

    .blog .card .card-content .card-title,
    .blog .card .card-reveal .card-title {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
    }

.blog-post-content {
    padding-bottom: 10px;
}

/*  blog page media queries */
@media screen and (max-width : 2200px) {
    .blog-sizer {
        width: 20%;
    }

    .blog {
        width: 20%;
    }
}

@media screen and (max-width : 1800px) {
    .blog-sizer {
        width: 30%;
    }

    .blog {
        width: 30%;
    }
}

@media screen and (max-width : 1600px) {
    .blog-sizer {
        width: 33.33%;
    }

    .blog {
        width: 33.33%;
    }
}

@media screen and (max-width : 1224px) {
    .blog-sizer {
        width: 33.33%;
    }

    .blog {
        width: 33.33%;
    }
}

@media screen and (max-width : 980px) {
    .blog-sizer {
        width: 50%;
    }

    .blog {
        width: 50%;
    }
}

@media screen and (max-width : 720px) {
    .blog-sizer {
        width: 50%;
    }

    .blog {
        width: 50%;
    }
}

@media screen and (max-width : 480px) {
    .blog-sizer {
        width: 100%;
    }

    .blog {
        width: 100%;
    }
}

/* -----Blogs Page Full width 2----- */
#blog-post-full .card-title {
    text-shadow: 1px 1px 4px #000;
    font-weight: 300;
    font-size: 2rem;
}

#blog-post-full .blog-post-full-cat {
    padding: 5px;
    margin: 25px;
    right: 0px;
    left: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    #blog-post-full .blog-post-full-cat a {
        color: #fff;
        text-shadow: none;
    }

/*----------------------------------------
    Products
------------------------------------------*/

/* ---- Product Card ----- */

.product-card .card {
    margin: 0px;
}

.product-card ul.card-action-buttons {
    margin: -26px 10px 0px 0px;
    text-align: right;
}

    .product-card ul.card-action-buttons li {
        display: inline-block;
        padding-left: 5px;
    }

.product-card .card .card-content {
    padding: 5px 10px 5px 10px;
}

    .product-card .card .card-content .card-title,
    .product-card .card .card-reveal .card-title {
        font-size: 1.1rem;
        line-height: 1.6rem;
        font-weight: 400;
    }

.product-card .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0px;
    letter-spacing: 0px;
}

/* -----Products Masonery ----- */

.product {
    width: 20%;
    padding: 10px;
}

.product-sizer {
    width: 20%;
}

.product .card {
    margin: 0px;
}

.product ul.card-action-buttons {
    margin: -26px 10px 0px 0px;
    text-align: right;
}

    .product ul.card-action-buttons li {
        display: inline-block;
        padding-left: 5px;
    }

.product .card .card-content {
    padding: 5px 10px 5px 10px;
}

    .product .card .card-content .card-title,
    .product .card .card-reveal .card-title {
        font-size: 1.1rem;
        line-height: 1.6rem;
        font-weight: 400;
    }

.product .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0px;
    letter-spacing: 0px;
}

/* eCommers product page media queries */
@media screen and (max-width : 2200px) {
    .product-sizer {
        width: 20%;
    }

    .product {
        width: 20%;
    }
}

@media screen and (max-width : 1800px) {
    .product-sizer {
        width: 30%;
    }

    .product {
        width: 30%;
    }
}

@media screen and (max-width : 1600px) {
    .product-sizer {
        width: 25%;
    }

    .product {
        width: 25%;
    }
}

@media screen and (max-width : 1224px) {
    .product-sizer {
        width: 33.33%;
    }

    .product {
        width: 33.33%;
    }
}

@media screen and (max-width : 980px) {
    .product-sizer {
        width: 50%;
    }

    .product {
        width: 50%;
    }
}

@media screen and (max-width : 720px) {
    .product-sizer {
        width: 50%;
    }

    .product {
        width: 50%;
    }
}

@media screen and (max-width : 480px) {
    .product-sizer {
        width: 100%;
    }

    .product {
        width: 100%;
    }
}

/*----------------------------------------
    Gallary  Page
------------------------------------------*/
.gallary-item img {
    width: 20%;
}

.gallary-sizer {
    width: 20%;
}

/* Gallary page media queries */
@media screen and (max-width : 2200px) {
    .gallary-sizer {
        width: 20%;
    }

    .gallary-item img {
        width: 20%;
    }
}

@media screen and (max-width : 1800px) {
    .gallary-sizer {
        width: 30%;
    }

    .gallary-item img {
        width: 30%;
    }
}

@media screen and (max-width : 1600px) {
    .gallary-sizer {
        width: 25%;
    }

    .gallary-item img {
        width: 25%;
    }
}

@media screen and (max-width : 1224px) {
    .gallary-sizer {
        width: 33.33%;
    }

    .gallary-item img {
        width: 33.33%;
    }
}

@media screen and (max-width : 980px) {
    .gallary-sizer {
        width: 50%;
    }

    .gallary-item img {
        width: 50%;
    }
}

@media screen and (max-width : 720px) {
    .gallary-sizer {
        width: 50%;
    }

    .gallary-item img {
        width: 50%;
    }
}

@media screen and (max-width : 480px) {
    .gallary-sizer {
        width: 100%;
    }

    .gallary-item img {
        width: 100%;
    }
}

/*----------------------------------------
    Contact Page (Map-card)
------------------------------------------*/

/* ---- Map card ----*/
.map-card #map-canvas {
    width: 100%;
    height: 342px;
}

.map-card .card .card-content .card-title, .map-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.map-card .btn-move-up {
    top: -38px;
}

/* ---- Map Contact Page ----*/
#map-canvas {
    width: 100%;
    height: 250px;
}

/*----------------------------------------
    Pricing Plan  Page
------------------------------------------*/
.plans-container .collection {
    border: none;
}

    .plans-container .collection .collection-item {
        border-bottom: none;
        text-align: center;
        font-size: 1.07rem;
        line-height: 1.6em;
    }

        .plans-container .collection .collection-item:before {
            font-size: 1.28rem;
            line-height: 1.6em;
            color: #009315;
            /*speak: none;*/
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            content: "\e623";
            margin-right: 10px;
        }

.plans-container .card .card-image {
    position: relative;
    width: 100%;
}

    .plans-container .card .card-image .card-title {
        position: relative;
        font-size: 1.28rem;
        line-height: 1.6em;
        text-align: center;
        width: 100%;
        padding: 10px 15px;
        text-transform: uppercase;
        background: rgba(0, 0, 0, 0.1);
    }

    .plans-container .card .card-image .price {
        position: relative;
        font-size: 5rem;
        line-height: 1.6em;
        color: #fff;
        font-weight: 300;
        text-align: center;
    }

        .plans-container .card .card-image .price sup {
            font-weight: 100;
            font-size: 1.42rem;
            line-height: 1.6em;
            top: -35px;
        }

        .plans-container .card .card-image .price sub {
            font-weight: 100;
            font-size: 1.42rem;
            line-height: 1.6em;
            top: 0px;
        }

    .plans-container .card .card-image .price-desc {
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
    }

.plans-container .card .card-content {
    padding: 0;
}

/*
@media screen and (min-width: 601px) {
  .plans-container .card {
    min-height: 550px;
  }
}*/

/*----------------------------------------
    Profile Page
------------------------------------------*/

#profile-page-header .card-image {
    height: 250px;
}

#profile-page-header .card-profile-image {
    width: 110px;
    position: absolute;
    top: 190px;
    z-index: 1;
    left: 40px;
    cursor: pointer;
    margin: 0;
}

#profile-page-header .card-content {
    margin-top: -40px;
}

    #profile-page-header .card-content .card-title {
        margin-bottom: 0px;
    }

/*profile-page-wall*/

#profile-page-wall .profile-image-post {
    width: 60px;
    margin: 30px 10px;
}

#profile-page-wall .tab-profile .tab i {
    font-size: 16px;
}

#profile-page-wall .tab-content {
    padding: 10px;
}

#profile-page-wall .share-icons {
    margin-top: 10px;
}

    #profile-page-wall .share-icons i {
        padding: 0px 5px;
    }

#profile-page-wall-posts .profile-small {
    height: 250px;
    overflow: hidden;
}

#profile-page-wall-posts .profile-medium {
    height: 350px;
    overflow: hidden;
}

#profile-page-wall-posts .profile-large {
    height: 450px;
    overflow: hidden;
}

#profile-page-wall-posts .card-profile-title {
    font-size: 16px;
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

#profile-page-wall-posts .card-action-share {
    padding: 16px;
}

/*----------------------------------------
    Shadow effect
------------------------------------------*/

.shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.collapsible-header {
    font-weight: 500;
}

/*=================================================================================
    Footer
====================================================================================*/

footer.page-footer {
    padding-top: 0px;
}

/*----------------------------------------
    footer charts
------------------------------------------*/

#world-map-markers {
    height: 300px;
}

#polar-chart-holder {
    padding-top: 20px;
}

/*=================================================================================
    Media Queries
====================================================================================*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* STYLES GO HERE */
    .doughnut-chart-status {
        display: none;
    }
}

/* For Tables ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* STYLES GO HERE */
    .doughnut-chart-status {
        display: none;
    }

    #card-stats .card-stats-compare {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width : 0) {
    nav ul.collapsible a.collapsible-header {
        font-size: 14px;
    }
}

@media only screen and (min-width : 992px) {
    nav ul.collapsible a.collapsible-header {
        font-size: 14.5px;
    }
}

@media only screen and (min-width : 1200px) {
    nav ul.collapsible a.collapsible-header {
        font-size: 15px;
    }
}

/* APP View */
.view-container {
    margin: 0;
    padding: 0 0 3px 0;
    /*max-width: 100% !important;*/
}

.view-title {
    /*color: white;*/
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 15px 0px 10px 5px;
}

.view-container .view-head.row {
    margin: 0 0 20px 0;
    padding: 0;
}

    .view-container .view-head.row .col {
        margin: 0;
        padding: 0;
    }

    .view-container .view-head.row nav {
        box-shadow: none;
    }

/*----------------------------------------
    Breadcrumb Materialize
------------------------------------------*/

/*.breadcrumb {*/
/*font-size: 16px;*/
/*color: rgba(0, 188, 212, 0.5);*/
/*}*/

/*.breadcrumb:before {*/
/*!*color: #00bcd4;*!*/
/*color: rgba(0, 188, 212, 0.5);*/
/*!*margin: 0 2px 0 1px !important;*!*/
/*margin: 0 !important;*/
/*font-size: 18px;*/
/*}*/

/*.breadcrumb:first-child:before {*/
/*display: none;*/
/*}*/

/*.breadcrumb:last-child {*/
/*color: rgb(0, 188, 212) !important;*/
/*}*/

/*!* tweak with kendo lis *!*/
/*ul.breadcrumbs-content.k-listview {*/
/*background: none;*/
/*position: inherit;*/
/*outline: inherit;*/
/*border: none;*/
/*overflow: hidden;*/
/*list-style: none;*/
/*}*/

/*ul.breadcrumbs-content.k-listview li,*/
/*ul.breadcrumbs-content.k-listview li a {*/
/*display: inline-block !important;*/
/*}*/

/*ul.breadcrumbs-content.k-listview li {*/
/*float: left;*/
/*}*/

/*ul.breadcrumbs-content.k-listview li:hover,*/
/*ul.breadcrumbs-content.k-listview li.active {*/
/*background-color: transparent;*/
/*transform: scale(1.1);*/
/*}*/

/*ul.breadcrumbs-content.k-listview li a {*/
/*color: inherit;*/
/*padding: 0 1px;*/
/*text-decoration: none;*/
/*}*/

/*------------------------------------------*/
/*Store productivity breadcrumb*/
/*------------------------------------------*/

.breadcrumb-item {
    font-size: 16px;
}

    .breadcrumb-item i.material-icons {
        font-size: 14px;
        display: inline;
        height: auto !important;
        width: auto !important;
        line-height: normal !important;
        vertical-align: middle !important;
    }

ul.breadcrumbs-container.k-listview {
    list-style: none;
    background: none;
    position: inherit;
    outline: inherit;
    border: none;
    overflow: hidden;
    display: inline-block;
    margin: 2px 0 4px 2px !important;
    width: auto !important;
}

    ul.breadcrumbs-container.k-listview li {
        float: left;
    }

        ul.breadcrumbs-container.k-listview li:hover,
        ul.breadcrumbs-container.k-listview li.active {
            background-color: transparent;
        }

        ul.breadcrumbs-container.k-listview li,
        ul.breadcrumbs-container.k-listview li a {
            display: inline-block !important;
        }

            ul.breadcrumbs-container.k-listview li a {
                color: #FFF;
                /*color: #0097a7 !important;*/
                display: block;
                /*background: #3498db;*/
                /*background: #26c6da;*/
                background: #29b6f6;
                text-decoration: none;
                position: relative;
                height: 40px;
                line-height: 40px;
                padding: 0 10px 0 5px;
                text-align: center;
                margin-right: 23px;
            }

            ul.breadcrumbs-container.k-listview li:nth-last-child(1) a {
                background-color: #9e9e9e !important;
            }

                ul.breadcrumbs-container.k-listview li:nth-last-child(1) a:before {
                    border-color: #9e9e9e !important;
                    border-left-color: transparent !important;
                }

            ul.breadcrumbs-container.k-listview li:nth-child(even) a {
                /*background-color: #2980b9;*/
                /*background-color: #00bcd4;*/
                background-color: #03a9f4;
            }

                ul.breadcrumbs-container.k-listview li:nth-child(even) a:before {
                    /*border-color: #2980b9;*/
                    /*border-color: #00bcd4;*/
                    border-color: #03a9f4;
                    border-left-color: transparent;
                }

                ul.breadcrumbs-container.k-listview li:nth-child(even) a:after {
                    /*border-left-color: #2980b9;*/
                    /*border-left-color: #00bcd4;*/
                    border-left-color: #03a9f4;
                }

            ul.breadcrumbs-container.k-listview li:first-child a {
                padding-left: 15px;
                -moz-border-radius: 4px 0 0 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px 0 0 4px;
            }

                ul.breadcrumbs-container.k-listview li:first-child a:before {
                    border: none;
                }

            ul.breadcrumbs-container.k-listview li:last-child a {
                padding-right: 15px;
                -moz-border-radius: 0 4px 4px 0;
                -webkit-border-radius: 0;
                border-radius: 0 4px 4px 0;
                /*background-color: red !important;*/
            }

                ul.breadcrumbs-container.k-listview li:last-child a:after {
                    border: none;
                }

            ul.breadcrumbs-container.k-listview li a:before,
            ul.breadcrumbs-container.k-listview li a:after {
                content: "";
                position: absolute;
                top: 0;
                /*border: 0 solid #3498db;*/
                /*border: 0 solid #26c6da;*/
                border: 0 solid #29b6f6;
                border-width: 20px 10px;
                width: 0;
                height: 0;
            }

            ul.breadcrumbs-container.k-listview li a:before {
                /*left              : -20px;*/
                left: -19px;
                border-left-color: transparent;
            }

            ul.breadcrumbs-container.k-listview li a:after {
                left: 100%;
                border-color: transparent;
                /*border-left-color: #3498db;*/
                /*border-left-color: #26c6da;*/
                border-left-color: #29b6f6;
            }

            ul.breadcrumbs-container.k-listview li a:hover {
                /*background-color: #1abc9c;*/
                /*background-color: #0097a7;*/
                background-color: #0288d1;
            }

                ul.breadcrumbs-container.k-listview li a:hover:before {
                    /*border-color: #1abc9c;*/
                    /*border-color: #0097a7;*/
                    border-color: #0288d1;
                    border-left-color: transparent;
                }

                ul.breadcrumbs-container.k-listview li a:hover:after {
                    /*border-left-color: #1abc9c;*/
                    /*border-left-color: #0097a7;*/
                    border-left-color: #0288d1;
                }

            ul.breadcrumbs-container.k-listview li a:active {
                /*background-color: #16a085;*/
                background-color: #01579b;
            }

                ul.breadcrumbs-container.k-listview li a:active:before {
                    /*border-color: #16a085;*/
                    border-color: #01579b;
                    border-left-color: transparent;
                }

                ul.breadcrumbs-container.k-listview li a:active:after {
                    /*border-left-color: #16a085;*/
                    border-left-color: #01579b;
                }

/*------------------------------------------*/

/*------------------------------------------*/

.view-title-wrapper {
    margin: auto;
}

.view-container .view-head.row nav {
    /*background-color: transparent !important;*/
    height: 44px;
    line-height: 44px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border-color: #00b8d4;
}

.card-home-item-href {
    justify-content: center !important;
    padding: 5px 3px 5px 3px !important;
    font-size: 1.1rem !important;
}

.card-home-item-href-icon {
    font-size: 1.1rem !important;
    margin-right: 5px;
}

.card-home-title {
    font-size: 24px;
    font-weight: 300;
}

.card-subtitle {
    font-size: 20px;
    font-weight: 300;
    /*display: inline-block;*/
    margin-top: 5px
}

/*=================================================================================
    View Home Root
====================================================================================*/
.card-main {
    margin-bottom: 0.25rem;
}

#vHomeRoot .view-head.row h5 {
    padding: 0.75rem 0;
}

#vHomeRoot .view-head.row .view-title-wrapper.valign-wrapper {
    justify-content: center;
}

/*=================================================================================
    View Login
====================================================================================*/
#vLogin, #vRegister, #vForgot {
    display: table-cell;
    vertical-align: middle;
}

.card-content.cyan a.card-title,
.card-content.purple a.card-title,
.card-content.green a.card-title {
    color: white;
}

.gridCheckBox {
    visibility: visible !important;
    position: relative !important;
    left: 40% !important;
    opacity: initial !important;
}

table.tbRisorsePrincipale tr td {
    padding: unset !important;
}

table.tbRisorsePrincipale td {
    width: 50%;
}

table.tblRisorse {
    border-color: white;
}

    table.tblRisorse td {
        width: 25%;
        padding: unset !important;
    }

/*Kendo collapsible*/
nav ul.collapsible.k-widget.k-listview {
    /*background-color: transparent;*/
    height: 64px;
    line-height: 64px;
}

nav ul.collapsible.k-widget.k-listview {
    margin: 0;
    /*color: #fff;*/
}

    nav ul.collapsible.k-widget.k-listview li {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
        transition: background-color .3s;
        padding: 0;
    }

nav ul.collapsible li:first-child a.collapsible-header,
nav ul.collapsible li:first-child div.collapsible-header {
    /*border-top-style : solid;*/
    /*border-top-color : white;*/
    /*border-top-width : 1px;*/
    border-top: 1px solid #039be5 !important;
    border-bottom: 1px solid #039be5 !important;
}

nav ul.collapsible a.collapsible-header,
nav ul.collapsible div.collapsible-header {
    /*color: #fff;*/
    font-weight: 500;
    /*border-bottom-style : solid;*/
    /*border-bottom-color : white;*/
    /*border-bottom-width : 1px;*/
    border-top: 1px solid #039be5 !important;
    border-bottom: 1px solid #039be5 !important;
}

nav ul.collapsible .collapsible-body ul.k-widget.k-listview {
    background-color: inherit;
}

.card-pdv-default {
    padding: 15px 0 0 0;
}

.grid-scroll-container {
    overflow: auto;
}

.view-content .card-panel {
    margin: 0 10px;
}

.view-content > .row {
    margin-left: 10px;
    margin-right: 10px;
}

    .view-content > .row.container-btns {
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* --- NOTIFICATIONS --- */

#notification-badge {
    min-width: auto;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    line-height: 26px;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    padding: 0;
    display: block;
    top: 5px;
    margin: 0;
    right: 3px;
}

#notification-sidebar-nav .notification-sidebar-header {
    text-align: center;
    padding-bottom: 6px;
}

    #notification-sidebar-nav .notification-sidebar-header i.notification-sidebar-icon {
        display: inline-block !important;
        float: left;
        margin-left: 5px;
    }

    #notification-sidebar-nav .notification-sidebar-header span.notification-sidebar-title {
        display: inline-block;
        text-align: center !important;
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-top: 21px;
    }

    #notification-sidebar-nav .notification-sidebar-header a.notification-sidebar-close {
        float: right;
        margin: 16px 5px 0 0;
        display: inline-block;
        padding: 4px;
        height: auto;
        border-radius: 100px;
    }

#notification-sidebar-nav .notification-sidebar-header a.notification-sidebar-close > i {
    font-size: 1.5rem;
    line-height: normal;
    height: auto;
}

#notification-list {
    width:100%;
    border: none;
}
#notification-sidebar-nav .notification-list {
    margin-top: 0 !important;
}

    #notification-sidebar-nav .notification-list li,
    #notification-sidebar-nav .notification-list li a {
        padding: 0 !important;
    }

        #notification-sidebar-nav .notification-list li.collection-item {
            padding: 0 0 0 10px !important;
        }

/*        #notification-sidebar-nav .notification-list li:hover,
        #notification-sidebar-nav .notification-list li.active,
        #notification-sidebar-nav .notification-list li.selected {
            background-color: rgba(0, 176, 255, 0.75) !important;
            color: white !important;
        }*/



.notification-sidebar-actions {
    text-align:right;
    padding-right: 5px !important;
    line-height: 32px !important;

}
.btn-notification-clear-all,
.btn-notification-refresh {
    margin-left: 4px;
    height: 36px !important;
}

/* === Scheduler === */

/*.scheduler-day {*/
/*margin : 20px 10px 10px 10px;*/
/*}*/

.k-scheduler.scheduler-day .k-today {
    background: inherit;
}

.scheduler-day .k-scheduler-toolbar .k-scheduler-navigation,
.scheduler-day .k-scheduler-footer {
    /* make them invisible */
    display: none;
    /* prevent height and paddings from influencing the size calculations */
    height: 0;
    padding: 0;
    overflow: hidden;
}

.scheduler-day .k-scheduler-toolbar .k-link.k-scheduler-refresh {
    display: none;
}

ul#float-days {
    background: none;
    border-width: 0;
}

.scheduler-day .k-event, .k-task-complete {
    border: none;
}

.scheduler-day .k-current-time {
    width: 0 !important;
}

ul#daySchedulers {
    border-width: 0;
}

.scheduler-event-turno {
    background-color: #b9b9b9 !important;
}

.scheduler-event-turno-alt {
    background-color: #605ca8 !important;
}

.scheduler-event-ferie {
    background-color: #797979 !important;
}

.scheduler-event-day-template {
    height: 100% !important;
    /*padding : 3px;*/
    padding: 1px;
}

.resource-week-hours,
.day-week-hours {
    font-weight: normal;
    padding: 3px;
    color: #a8a8a8;
}

.day-week-hours-no,
.resource-week-hours-no {
    border-radius: 3px;
    font-weight: bold;
    padding: 0 3px;
    color: white;
}

.k-popup-edit-form.k-scheduler-edit-form .k-input {
    max-width: 95%;
}

.scheduler-notification-container {
    text-align: center;
    line-height: 4em;
    margin: 0 10px;
}

.notification-scheduler-editor {
    width: 95% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

/* ======== kendo ======= */
.k-grid-header th.k-state-focused {
    box-shadow: none !important;
}

tr.k-grid-edit-row > td {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.k-widget.k-tooltip {
    border-color: rgba(249, 168, 37, 0.9) !important;
    background-color: rgba(249, 168, 37, 0.9) !important;
    color: #ffffff !important;
}

/* ======== Printing ======= */

/*
	Use the DejaVu Sans font for display and embedding in the PDF file.
	The standard PDF fonts have no support for Unicode characters.
*/

.k-pdf-export .k-grid, .k-pdf-export .k-scheduler {
    font-family: "DejaVu Sans", "Arial", sans-serif !important;
}

    /* Hide the Grid header and pager during export */
    .k-pdf-export .k-grid a.k-grid-edit,
    .k-pdf-export .k-grid a.k-grid-delete,
    .k-pdf-export .k-grid a.k-grid-destroy-ext,
    .k-pdf-export .k-grid-toolbar,
    .k-pdf-export .k-pager-wrap {
        display: none;
    }

/* Hide toolbar, navigation and footer during export */
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

.row-form {
    margin-bottom: 0;
}

.row-form-submit {
    margin-top: 10px;
    margin-bottom: 0;
}

#editor-rett.k-window-content {
    padding: 1px;
}

#editor-rett div#toolbar {
    margin-top: 3px !important;
    margin-bottom: 10px !important;
}

/*  ========= Orario Settimanale =========  */
/*div#vOrarioSettimanale .resource-info {*/
/*font-size : 0.9rem;*/
/*}*/

div#vOrarioSettimanale ul#daySchedulers .k-scheduler-header .k-scheduler-table th {
    /*font-size : 90%;*/
    /*color: red;*/
}

/*  ========= Vista per Negozio =========  */

#vVisualizzaXNegozio div#gridTotalHours {
    font-size: 1rem;
}

#vVisualizzaXNegozio #gridTotalHours .k-grid-header {
    display: none;
}

#vVisualizzaXNegozio #gridTotalHours table tbody tr {
    color: rgb(69, 90, 100) !important;
}

#vVisualizzaXNegozio ul#lstSchedulers {
    border-width: 0;
}

    #vVisualizzaXNegozio ul#lstSchedulers .resource-vn-hours {
        color: #a8a8a8;
    }

    #vVisualizzaXNegozio ul#lstSchedulers .resource-vn-hours,
    #vVisualizzaXNegozio ul#lstSchedulers .resource-vn-no-hours {
        font-weight: normal;
        font-size: 100%;
    }

#vVisualizzaXNegozio .scheduler-day .k-event, .k-task-complete {
    background: #f5f5f5;
    color: #00bcd4;
    border: 1px solid;
}

.scheduler-event-VN h5, .scheduler-event-VN p {
    margin: 2px 0 0 5px !important;
}

.scheduler-event-VN h5 {
    font-size: 0.9rem !important;
}

.k-pdf-export .scheduler-event-VN h5 {
    font-size: 85% !important;
}

.scheduler-event-VN p {
    font-size: 0.8rem !important;
}

.k-pdf-export .scheduler-event-VN p {
    font-size: 75% !important;
}

.k-pdf-export .export-pdf-hide {
    display: none;
}

.k-pdf-export .pdf-page {
    font-family: "DejaVu Sans", "Arial", sans-serif !important;
    font-size: 1rem !important;
    width: 100% !important;
}

/*.k-pdf-export .k-scheduler-header {*/
/*padding : 0 !important;*/
/*}*/

/*.k-pdf-export .k-scheduler-header-wrap {*/
/*border-width : 0 !important;*/
/*}*/

/*.k-scheduler {*/
/*font-family : "DejaVu Sans", "Arial", sans-serif !important;*/
/*font-size   : 80% !important;*/
/*}*/

.k-pdf-export .collection.with-header .collection-header,
.k-pdf-export .collection.with-header .collection-item {
    font-family: "DejaVu Sans", "Arial", sans-serif !important;
    padding: 5px 10px;
    font-size: 90% !important;
}

.k-pdf-export .pdf-page .k-scheduler {
    font-family: "DejaVu Sans", "Arial", sans-serif !important;
    font-size: 80% !important;
}

    .k-pdf-export .pdf-page .k-scheduler .resource-vn-hours,
    .k-pdf-export .pdf-page .k-scheduler .resource-vn-no-hours {
        font-family: "DejaVu Sans", "Arial", sans-serif !important;
        font-weight: normal;
        font-size: 80% !important;
    }

    .k-pdf-export .pdf-page .k-scheduler .k-scheduler-header .k-scheduler-header-wrap .k-scheduler-table tr:nth-child(2) th {
        font-size: 70%;
        vertical-align: middle !important;
        text-align: center !important;
    }

    .k-pdf-export .pdf-page .k-scheduler .k-scheduler-timelineview tbody tr:first-child .k-scheduler-table tr {
        height: 35px !important;
    }

.k-pdf-export .pdf-page .k-grid#gridTotalHours {
    font-size: 80% !important;
    font-weight: 600 !important;
}

/* ======================================================= */

.sp-filter-wrap:before {
    position: absolute;
    content: "\a0";
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
    -webkit-background-size: auto auto;
    background-size: auto;
    font: 1em/1em "Kendo UI";
}

.sp-filter-wrap > input {
    display: inline-block;
    padding: 0 1.8em;
    color: transparent;
    background: transparent;
}

#reportViewerApp {
    position: relative;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    height: 882px;
    width: 100%;
    /*font-family: 'segoe ui', 'ms sans serif';*/
    overflow: hidden;
}

.k-menu.k-header, .k-menu .k-item {
    border-color: #a3d0e4;
}

.trv-menu-large.k-header {
    background-color: #d9ecf5;
}

#reportViewerApp,
.trv-content-wrapper,
.trv-pages-area,
.trv-parameters-area {
    border-color: #bbdceb;
}

    #reportViewerApp .trv-parameter-container .k-widget.k-dropdown.trv-parameter-value {
        width: 100%;
        border: 1px solid #e5e5e5;
    }

.grid-cell-error {
    border: 1px solid #f50057 !important;
}

.ps-scrollbar-y-rail {
    z-index: 9999
}

/* Region Fieldset and legend */
fieldset {
    /*border: 1px solid #ddd !important;*/
    margin: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
    padding-bottom: 8px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.brand-logo-new {
    height: 50px;
}
.version {
    font-size:.8rem;
    color:#bbb;
    float:right;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-20 {
    line-height: 20px !important;
    padding-left: 15px;
}

#notification-list .message-box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.3);
    color: #4a4a4a;
    display: block;
    padding: 1rem;
    margin: 5px;
    margin-bottom: 7px;
}
#notification-list .message-box .container {
    margin-top:8px;
}
#notification-list .message-box .notification-icon {
    float: left;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    margin-top: 6px;
    margin-right: 8px;
}
#notification-list .message-box .notification-info:before {
    color: #3580e1;
}
#notification-list .message-box .notification-warning:before {
    content: "\f071"; 
    color: darkorange;
}
#notification-list .message-box .notification-error:before {
    content: "\e204"; 
    color: darkred;
}
#notification-list .message-box .notification-confirm:before {
    content: "\f058";
    color: darkgreen;
}

#notification-list .message-box .delete {
    display: inline-block;
    padding: 0;
    float: right;
    line-height: normal;
    height: auto;
    border-radius: 100%;
    margin-right: -8px;
    margin-top: -8px;
}
#notification-list .message-box .delete i {
    font-size: 16px;
    line-height: 27px;
    height: 27px;
    width: 27px;
    text-align: center;
}
#notification-list .message-box.archive {
    background: #d7d7d7;
}
#notification-list .message-box.archive:before {
    content: "\f187";
    width: 24px;
    height: 24px;
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
    text-align: left;
    color: #777;
    margin-top: 12px;
    margin-right: 2px;
    float: left;
    margin-left: 8px;
}

.clickable {
    cursor: pointer;
}


