@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

a, a.logo:focus, a.logo:hover, a:focus, a:hover, ul.sidebar-menu li a {
    text-decoration: none;
    outline: 0;
}

.pro-box, .recent-act {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

#headerLeft h2, #headerLeft h3, .form-signin .btn-login, .form-signin .checkbox, .form-signin h2.form-signin-heading, .modal-body label, .modal-header h4.modal-title, body {
    font-family: 'Open Sans',sans-serif;
}

.breadcrumbs-alt, .right-stat-bar ul, ul.inbox-pagination, ul.sidebar-menu li {
    list-style-type: none;
}

#columns, #header-editor, #headerLeft, #headerRight, .boxed-page > .container, .breadcrumbs-alt, .fc-view, .message-img, .msg-time-chat {
    overflow: hidden;
}

html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}

body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #f0f2f5!important;
    text-rendering: optimizeLegibility;
}

.list-unstyled, ul {
    padding-left: 30px;
}

.form-signin a:hover, .sp-link, .sp-link:hover, .view-btn:hover {
    text-decoration: underline;
}

::selection {
    background: #1fb5ad;
    color: #fff;
}

::-moz-selection {
    background: #1fb5ad;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#main-content, #sidebar {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.login-body {
    background: 0 0/cover #32323a;
    width: 100%;
    height: 100%;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-signin h2.form-signin-heading {
        margin: 0;
        padding: 35px 15px;
        text-align: center;
        background: #aec785;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        border-bottom: 10px solid #a0b87e;
    }

    .form-signin .checkbox {
        margin-bottom: 14px;
        padding-left: 20px;
        color: #b6b6b6;
        font-weight: 300;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus, .isotope-item {
            z-index: 2;
        }

    .form-signin input[type=password], .form-signin input[type=text] {
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        font-size: 12px;
    }

    .form-signin .btn-login {
        background: #1fb5ac;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        margin: 20px 0 5px;
    }

    .form-signin p {
        text-align: left;
        color: #b6b6b6;
        font-size: 16px;
        font-weight: 300;
    }

    .form-signin a, .form-signin a:hover {
        color: #1fb5ac;
    }

.login-wrap {
    padding: 20px;
    position: relative;
}

.user-login-info {
    background: #eaeaec;
    margin: -20px -20px 20px;
    padding: 20px;
}

    .user-login-info .form-control:last-child {
        margin-bottom: 0!important;
    }

.registration {
    position: absolute;
    right: 0;
    bottom: -35px;
    color: #b8bab9;
}

#sidebar {
    width: 230px;
    height: 100%;
    position: fixed;
    background: url(../images/sidebar.jpg) center center/cover no-repeat;
    transition: .3s ease-in-out;
    box-shadow: 0 10px 30px -12px rgba(0,0,0,.42),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index: 999;
}

    #sidebar ul li, .feed-box, .lock-box, .msg-time-chat, .post-info, .prd-img, .prd-row, .pricing-plan, .pricing-table.most-popular, .team-info-wrap, .timeline-messages, .timeline-messages .msg-in, .timeline-messages .msg-out, .wdgt-row, .widget-head {
        position: relative;
    }

.leftside-navigation, .right-stat-bar {
    height: 100%;
    background: #ffffffeb;
}

.boxed-page .container .header .container, .dropdown-menu.tasks-bar .progress, .header, .wht-bg {
    background: #fff;
}

.right-stat-bar ul {
    padding-left: 0;
}

.dcjq-icon, .right-side-accordion .dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
}

.active .dcjq-icon, .right-side-accordion .active .dcjq-icon {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.checkbox, .checkbox:focus, .checkbox:hover, .dataTable tr:last-child, .right-side-accordion li:nth-child(2) ul li .prog-row, td.details table tr td {
    border: none;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    padding: 80px 15px 0;
}

#sidebar > ul > li > ul.sub, .timeline-item.alt:before {
    display: none;
}

#sidebar .sub-menu > .sub li a {
    padding-left: 10px;
    transition: .3s;
    transform: translateY(0);
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a, .chart .heading span, .dropdown-menu.inbox li a .subject, .left-stat-label span, .right-stat-label span, ul.ft-link li a i {
    display: block;
}

ul.sidebar-menu li ul.sub li {
    background: #065569;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li a {
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 10px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        transition: .3s;
        color: #333;
        background: #e1e1e1;
        transform: translateY(0);
    }

        ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            color: #fff;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -o-transition: .3s;
            -ms-transition: .3s;
            transition: .3s;
            display: block;
            background: #9c27b0;
        }

ul.sidebar-menu li.sub-menu {
    line-height: 15px;
}

sub-menu:hover ul.sidebar-menu li a span {
    color: #fff!important;
}

.language .dropdown-menu li:last-child a, .no-border, .profile-nav ul > li:last-child, .table-invoice > thead > tr > th, ul.sidebar-menu ul.sub li {
    border-bottom: none;
}

ul.sidebar-menu li a span {
    display: inline-block;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
}

ul.sidebar-menu li a {
    color: #333;
    display: block;
    padding: 10px;
    font-size: 12px;
    margin: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    float: left;
    width: 100%;
}

    ul.sidebar-menu li a.active, ul.sidebar-menu li a:focus, ul.sidebar-menu li a:hover {
        background: #1455a6;
        color: #fff;
        display: block;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        transition: .3s;
        border-radius: 5px;
        transform: translateY(0);
    }

    ul.sidebar-menu li a i {
        padding-right: 0;
        font-size: 17px;
        float: left;
        margin-right: 5px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        color: #a9a9a9;
    }

    .timeline .time-show a, .user-details a, .user-head .user-name h5 a, .wht-color, ul.sidebar-menu li a.active i, ul.sidebar-menu li a:focus i, ul.sidebar-menu li a:hover i {
        color: #fff;
    }

.dropdown-menu.extended.logout > li > a:hover i, a.logo {
    color: #333;
}

.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

#main-content {
    margin-left: 250px;
    transition: .3s ease-in-out;
}

.header, .hide-left-bar {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.footer {
    padding: 10px 15px;
}

.header {
    left: 0;
    right: 0;
    z-index: 1002;
    transition: .3s ease-in-out;
}

.merge-header {
    margin-right: 240px;
}

.fixed-top {
    position: fixed;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.wrapper {
    display: inline-block;
    margin-top: 0;
    padding: 100px 15px 50px;
    width: 100%;
}

.brand {
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

a.logo {
    font-size: 19px;
    float: left;
    margin: 11px 0 0 25px;
    font-weight: 600;
}

    a.logo span {
        color: #ff6c60;
    }

#top_menu .nav > li, .boxed-page .container aside, .dropdown-menu.extended .alert-icon, .icheck .disabled, .icheck div, .mail-option .chk-all, .noti-info, .rsn-details, .task-progress, .user-details, .user-status, .user-thumb, ul.inbox-pagination li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 23px;
    margin-left: 25px;
}

ul.top-menu {
    margin-right: 15px;
    margin-top: 0;
}

    ul.top-menu > li > a {
        color: #666;
        font-size: 16px;
        background: #f6f6f6;
        padding: 4px 8px;
        margin-right: 15px;
        padding-right: 8px!important;
    }

        ul.top-menu > li > a:focus, ul.top-menu > li > a:hover {
            background: #32d2c9;
            text-decoration: none;
            color: rgba(0,0,0,.3)!important;
            padding-right: 8px!important;
        }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 320px!important;
    min-width: 160px!important;
    top: 42px;
    width: 300px!important;
    padding: 0 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1)!important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    left: -10px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 21px;
    padding: 5px;
    width: 22px;
    font-size: 12px;
    margin-right: 10px;
}

.noti-info {
    padding-left: 10px;
    padding-top: 6px;
    color: #414147;
}

.btn-row, .chat-form .input-cont, .dropdown-menu.extended .alert, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-xs-6, .icheck .checkbox, .icheck .radio, .ms-selectable .search-input, .ms-selection .search-input {
    margin-bottom: 10px;
}

.dropdown-menu.extended .alert-icon {
    border-radius: 100%;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .dropdown-menu.extended .alert-icon i {
        font-size: 16px;
        width: 35px;
        line-height: 35px;
        height: 35px;
    }

.dropdown-menu.extended.inbox li a, .dropdown-menu.extended.tasks-bar li a {
    background: #f1f2f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.dropdown-menu.extended li p {
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

.dropdown-menu.extended li a {
    font-size: 12px;
    list-style: none;
}

.adv-table table tr td, .dropdown-menu.extended.logout, .dropdown-menu.extended.logout li a, .select-layout {
    padding: 10px;
}

#columns h3, .attachment-mail a, .dropdown-menu.extended li a:hover, .pagination li a, .table-inbox tr.unread a {
    color: #32323a;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: 400;
    float: left;
    width: 80%;
}

    .dropdown-menu.tasks-bar .task-info .desc h5 {
        color: #32323a;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .dropdown-menu.tasks-bar .task-info .desc p {
        padding-top: 0;
        color: #8f8f9b;
        font-weight: 300;
    }

.dropdown-menu.tasks-bar .task-info .percent {
    width: 20%;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    line-height: normal;
}

.log-arrow-up, .notify-arrow {
    background: url("../images/top-arrow.png") no-repeat;
    height: 10px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0!important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    right: 20px;
}

.dropdown-menu.inbox li a .message {
    display: block!important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 33px;
    }

    .top-nav .icon-user i {
        height: 33px;
        width: 33px;
        line-height: 33px;
        display: inline-block;
        font-size: 1.7em;
        padding-left: 10px;
    }

    .top-nav .icon-user .username {
        color: #555;
        font-size: 13px;
        position: relative;
        top: -5px;
    }

    .top-nav .icon-user .caret {
        position: relative;
        top: -4px;
    }

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 170px!important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li, .weather-box {
    float: left;
    width: 100%;
}

.log-arrow-up {
    width: 18px;
    margin-top: -20px;
    float: right;
    margin-right: 15px;
}

.dropdown-menu.extended.logout > li > a {
    border-bottom: none!important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: #f1f2f7!important;
    color: #32323a!important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: #f1f2f7!important;
    border-radius: 5px;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i, .twt-footer i, ul.labels-info li a i {
    padding-right: 10px;
}

.top-nav .username {
    font-size: 13px;
    color: #fff;
}

.top-nav ul.top-menu > li > a {
    padding: 1px 0 1px 8px;
    margin-right: 0;
    border: 1px solid #c50303;
    background: #c50303;
    border-radius: 5px;
}

.top-nav ul.top-menu > li.language > a {
    margin-top: -2px;
    padding: 4px 12px;
    line-height: 20px;
}

    .top-nav ul.top-menu > li.language ul.dropdown-menu li img, .top-nav ul.top-menu > li.language > a img {
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 18px;
    }

.chat-features a, .top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:focus, .top-nav ul.top-menu > li > a:hover {
        border: 1px solid #000;
        background: #000;
        transition: .3s;
        transform: translateY(0);
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #a4aaba;
    border-top-color: #a4aaba;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #054d96;
    border-top-color: #054d96;
}

.position-center {
    width: 62%;
    margin: 0 auto;
}

.form-horizontal.bucket-form .form-group .help-block, .general-table .progress, .m-bot-none, .payment-method p, .pricing-quotation p, .prog-row .progress, .prog-row p, .team-info p, .to-do-list li p, .weather-full-info ul {
    margin-bottom: 0;
}

.notify-arrow {
    width: 18px;
    opacity: 0;
    position: absolute;
    left: 16px;
    top: -20px;
    transition: .25s;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.search {
    width: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../images/search-icon.png") 10px 8px no-repeat #f6f6f6;
    padding: 0 5px 0 30px;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

    .search:focus {
        width: 180px;
        border: 1px solid #f6f6f6;
        box-shadow: none;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #c8c8c8;
        font-weight: 300;
    }

#graph-area-line > svg, #graph-bar > svg, .todo-search:focus {
    width: 100%!important;
}

.sidebar-toggle-box {
    float: left;
    margin-top: 9px;
    margin-left: 20px;
    border-radius: 00%;
    -webkit-border-radius: 0%;
    width: 32px;
    height: 32px;
    right: -13px;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 22px;
        padding: 4px 8px 4px 9px;
        color: #333;
        border: 1px solid #333;
        border-radius: 5px;
    }

.hide-left-bar {
    margin-left: -240px!important;
    transition: .3s ease-in-out;
}

.hide-right-bar, .open-right-bar {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.open-right-bar {
    right: 0!important;
    transition: .3s ease-in-out;
}

.merge-left {
    margin-left: 0!important;
}

.hide-right-bar {
    margin-right: -240px!important;
    transition: .3s ease-in-out;
}

.right-sidebar, .theme-switcher {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.toggle-right-box {
    float: left;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .toggle-right-box:hover {
        background: #32d2c9;
    }

        .toggle-right-box:hover .fa-bars {
            color: rgba(0,0,0,.3);
        }

    .toggle-right-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        padding: 10px;
        color: #bfbfc1;
    }

.right-sidebar {
    background: #32323a;
    width: 240px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: -240px;
    top: 0;
    transition: .3s ease-in-out;
}

.open-right-panel {
    margin-left: -240px!important;
}

.form-body, .inbox-body, .invoice-info, .invoice-title, .profile-nav .user-heading.clock-row, .right-sidebar .search-row {
    padding: 20px;
}

#columns, #headerRight > div {
    padding: 20px 0;
    color: #757575;
}

.right-sidebar .search-row input {
    background: rgba(0,0,0,.3);
    border: none;
    color: #707076;
    font-size: 12px;
}

.right-side-accordion {
    margin-top: 6px;
}

    .right-side-accordion .head {
        padding: 20px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
    }

    .right-side-accordion .red-bg {
        background: #fa8564;
        color: #fff;
    }

    .right-side-accordion .terques-bg {
        background: #45c9c4;
        color: #fff;
    }

    .body-500, .right-side-accordion .purple-bg {
        background: #a48ad4;
        color: #fff;
    }

    .right-side-accordion .yellow-bg {
        background: #f3c022;
        color: #fff;
    }

.prog-row {
    border-bottom: 1px solid #3c3c44;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

.border-head h3, .progress-panel {
    padding-bottom: 5px;
}

.prog-row h4 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.gen-case, .user-details h4 {
    text-transform: none;
}

.border-head h3, .dataTables_filter label, .dataTables_length label, .inv-label h3, .mail-header h4, .pricing-quotation h3, .state-overview .value h1, .team-info h3 {
    font-weight: 300;
}

.user-details h4 {
    font-size: 14px;
    font-weight: 300;
}

.error-wrapper h2, .post-info h1 strong, .recent-act h1, .timeline-desk span a, .weather-category ul li h5, a.view-all, h3.timeline-title, ul.ft-link li a, ul.labels-info li h4 {
    text-transform: uppercase;
}

.prog-row p {
    font-size: 10px;
    color: #8f8f9b;
}

#brand, #currency, #directional, #medical, #text-editor, #video-player, #web-application, .mtop10, .profile-information .profile-statistics ul, .tab-container {
    margin-top: 10px;
}

.user-thumb {
    width: 30px;
    margin: 0 10px 0 20px;
}

    .user-thumb img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 30px;
        height: 30px;
    }

.time-show .btn, .user-details {
    width: 150px;
}

.rsn-details {
    width: 170px;
}

    .rsn-details a, .rsn-details a:hover {
        color: #a48ad4;
        font-size: 11px;
    }

.user-status {
    width: 25px;
    margin-top: 5px;
}

.view-btn, .view-btn:hover {
    color: #6c6c72;
    margin: 10px 0;
    display: inline-block;
}

.rsn-activity i {
    font-size: 30px;
}

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0;
        color: #c6cad6;
    }

    .state-overview .symbol i {
        color: #fff;
        font-size: 50px;
    }

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0 0 4px;
}

.state-overview .value {
    float: right;
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.badge.bg-important, .state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 4.3%;
        margin: 0 2%;
        float: left;
        text-align: center;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0x;
        border-radius: 5px 5px 0 0;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #bfc2cd;
            color: #bfc2cd;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

            .custom-bar-chart .bar .value:hover {
                background: #e8403f;
                color: #fff;
            }

.y-axis {
    position: absolute;
    width: 100%;
    color: #555;
    text-align: right;
}

    .y-axis li {
        border-top: 1px dashed #dbdce0;
        display: block;
        height: 58px;
        width: 100%;
    }

        .table-invoice > tbody > tr > td, .y-axis li:last-child {
            border-top: none;
        }

        .y-axis li span {
            display: block;
            margin: -10px 0 0 -25px;
            padding: 0 10px;
            width: 40px;
        }

#barchart, .chart, .chart-info, .chart-info .decrease, .chart-info .increase, .circle-sat ul li, .daily-sales-info span, .inline-block, .panel.green-chart .chart-tittle, .post-info .desk, .task-thumb-details {
    display: inline-block;
}

.chart {
    text-align: center;
    width: 100%;
}

    .chart .heading, .fc-header-center {
        text-align: left;
    }

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    font-weight: 400;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0 0 4px 4px;
}

#barchart {
    margin-bottom: -15px;
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #fff;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a.active, .panel.terques-chart .chart-tittle .value a:hover {
                color: #55f2e7;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: 400;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0 0 4px 4px;
    }

.task-thumb {
    width: 90px;
    float: left;
}

    .task-thumb img, .user-head .inbox-avatar img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.task-thumb-details {
    margin: 25px 0 0 10px;
}

    .task-progress h1, .task-progress h1 a, .task-thumb-details h1, .task-thumb-details h1 a {
        color: #39b5aa;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .task-progress p, .task-thumb-details p {
        padding-top: 5px;
        color: #a4aaba;
    }

.personal-task tbody tr td {
    padding: 11px 15px;
    border-color: #eeeff1;
}

.timeline-item .timeline-desk .arrow, .timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    top: 13px;
    width: 0;
    display: block;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

    .personal-task.table-hover > tbody > tr:hover > td i {
        color: #39b5aa;
    }

.invoice-block, .personal-task > tbody > tr > td:last-child, .timeline-item.alt h1, .timeline-item.alt p {
    text-align: right;
}

.dataTables_filter, .task-option {
    float: right;
}

    .task-option select {
        height: 35px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 8px;
        color: #a4abbb;
    }

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #fcb322;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2a3542;
}

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    width: 100%;
}

    .timeline .time-show {
        margin-right: -75px;
        margin-top: 30px;
        position: relative;
        margin-bottom: 30px;
    }

    .timeline:before {
        background-color: #d8d9df;
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 1px;
        z-index: 0;
    }

h3.timeline-title {
    margin: 0 0 5px;
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
}

.t-info {
    color: #c8ccd7;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h1 {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .timeline-desk .panel {
        display: block;
        margin-left: 45px;
        position: relative;
        text-align: left;
        background: #fff;
        margin-bottom: 5px;
    }

.btn-compose, .flat-carousal h1, .follower, .follower-foot ul li, .pie-foot, .pro-thumb, .pro-thumb img, .social-footer, .social-footer ul, .timeline .timeline-icon, .weather-bg, .weather-category ul li, a.view-all, ul.ft-link li {
    text-align: center;
}

.timeline-item .timeline-desk .arrow {
    left: -7px;
    position: absolute;
    border-right: 8px solid #fff!important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    right: -7px;
    position: absolute;
    left: auto;
    border-left: 8px solid #fff!important;
}

.timeline .timeline-icon {
    left: -60px;
    position: absolute;
    top: 5px;
    background: #c7cbd6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    color: #fff;
}

.activity-desk .red, .timeline-desk h1.red, .timeline-desk span a.red {
    color: #ef6f66;
}

.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39b6ae;
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56c9f5;
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074c6;
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #a8d76f;
}

.activity-desk .yellow, .timeline-desk h1.yellow, .timeline-desk span a.yellow {
    color: #fed65a;
}

.activity-icon.red, .timeline .timeline-icon.red {
    background: #ef6f66;
}

.timeline .timeline-icon.green {
    background: #39b6ae;
}

.timeline .timeline-icon.blue {
    background: #56c9f5;
}

.timeline .timeline-icon.purple {
    background: #8074c6;
}

.timeline .timeline-icon.light-green {
    background: #a8d76f;
}

.activity-icon.yellow, .timeline .timeline-icon.yellow {
    background: #fed65a;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -60px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -245px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
    display: none;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -245px;
    text-align: left;
    display: none;
}

.timeline-desk h5 span {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-item.alt:after, .timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
}

.activity-desk .terques, .inv-label, .most-popular .pricing-quote, .most-popular ul li i, .prd-row p.terques, .profile-information .profile-statistics ul li a:hover, .profile-nav.alt.green-border ul > li > a:hover i, .timeline-desk a {
    color: #1fb5ad;
}

#headerRight p + p, .timeline-desk .album, .todo-action-bar {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    margin-top: 20px;
    float: right;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-item.alt .timeline-desk .album a {
    margin-left: 5px;
    float: right;
}

.timeline-desk .notification {
    background: #fff;
    margin-top: 20px;
    padding: 8px;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.corporate-id, .invoice-list, .mbot30 {
    margin-bottom: 30px;
}

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    line-height: 50px;
}

    .revenue-head span {
        background: #e56155;
        padding: 16px;
        -webkit-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0 0;
    }

        .revenue-head span i {
            font-size: 18px;
        }

    .revenue-head h3 {
        display: inline;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 300;
    }

    .revenue-head span.rev-combo {
        background: #e56155;
        padding: 16px;
        line-height: normal;
        -webkit-border-radius: 0px 4px 0px 0px;
        border-radius: 0 4px 0 0;
    }

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0 0 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
}

.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a, .panel-footer.revenue-foot ul li.first a:hover {
            -webkit-border-radius: 0px 0px 0px 4px;
            border-radius: 0 0 0 4px;
        }

        .panel-footer.revenue-foot ul li.last a, .panel-footer.revenue-foot ul li.last a:hover {
            -webkit-border-radius: 0px 0px 4px 0px;
            border-radius: 0 0 4px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
        }

            .panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    color: #fff;
    position: relative;
}

    .flat-carousal h1 {
        font-size: 16px;
        margin: 30px 20px;
        line-height: 20px;
        font-weight: 300;
        font-style: italic;
    }

a.view-all {
    color: #fff;
    background: rgba(0,0,0,.1);
    padding: 8px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

    ul.ft-link li {
        border-right: 1px solid #e6e7ec;
        display: inline-block;
        line-height: 30px;
        margin: 8px 0;
        width: 24%;
    }

        ul.ft-link li a {
            color: #74829c;
            font-size: 12px;
        }

.pie-foot, .post-info .desk h3, .prf-contacts h2 span i, .weather-bg {
    font-size: 16px;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter, ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

.weather-category ul li:last-child, ul.ft-link li:last-child {
    border-right: none;
}

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    display: table;
    width: 100%;
}

.arrow-pro.right:after {
    border-left-color: #fff;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #fff;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;
}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

    .post-highlight.terques h2 a, .post-highlight.terques h2 span {
        color: #92faf3;
    }

.post-info h1 strong {
    color: #937b7b;
}

.post-info .desk.yellow h3 {
    color: #f8d347;
}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

    .post-btn a:hover {
        color: #727272;
    }

.pro-thumb {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,.4);
}

    .pro-thumb img {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.table-advance tr td, .v-align {
    vertical-align: middle!important;
}

.twite h1 {
    margin: 50px 0;
}

.follower-foot ul, .social-footer ul {
    margin: 0;
    padding: 0;
}

.social-footer {
    display: inline;
}

    .social-footer ul li {
        display: inline-block;
        margin: 0 20px;
    }

        .social-footer ul li a {
            font-size: 25px;
            color: #ceced0;
        }

            .social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
                color: #486eac;
            }

            .social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
                color: #4a4a4a;
            }

            .social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
                color: #d1282d;
            }

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower {
    background: #01a89e;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

    .follower-foot ul li {
        display: inline-block;
        width: 48%;
        line-height: normal;
    }

        .follower-foot ul li h5 {
            margin: 5px 0 0;
        }

.follower h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 300;
}

.weather-bg .degree, .weather-bg i {
    font-size: 60px;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
}

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: 300;
}

    .weather-bg i {
        display: block;
    }

.weather-category {
    padding: 15px 0;
    color: #74829c;
}

    .weather-category ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

.fontawesome-icon-list i, ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
}

.weather-category ul li {
    width: 32%;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
}

    .weather-category ul li h5 {
        margin: 0 0 5px;
        font-weight: 300;
    }

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #c9cdd7;
}

.fontawesome-icon-list a {
    color: #797979;
}

    .fontawesome-icon-list a:hover {
        color: #35404d;
    }

.mail-nav {
    margin: 15px -15px 0;
}

    .mail-nav li a {
        border-radius: 0;
        -webkit-border-radius: 0;
        border-top: 1px solid #f2f3f6;
        padding: 15px;
        border-right: 3px solid transparent;
    }

    .mail-nav > li.active > a, .mail-nav > li.active > a:focus, .mail-nav > li.active > a:hover, .mail-nav > li > a:focus, .mail-nav > li > a:hover {
        background: #fafafa;
        color: #1fb5ad;
        border-right: 3px solid #1fb5ad;
    }

    .mail-nav > li + li {
        margin-left: 0;
        margin-top: 0;
    }

    .mail-nav i {
        font-size: 16px;
        margin-right: 10px;
    }

.inbox-notification {
    margin-top: -2px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .user-head .user-name span a {
        font-size: 12px;
        color: #87e2e7;
    }

a.mail-dropdown {
    background: #80d3d9;
    padding: 3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.btn-compose {
    background: #1fb5ad;
    padding: 12px 0;
    width: 100%;
    color: #fff;
}

    .btn-compose:focus, .btn-compose:hover {
        background: #1ca59e;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

.has-toolbar.fc, .inbox-action {
    margin-top: 50px;
}

.src-position {
    margin-top: -7px;
}

.mail-src-position, .spinner-buttons.btn-group-vertical .btn i {
    margin-top: -3px;
}

ul.labels-info {
    border-bottom: 1px solid #f1f2f7;
    margin-bottom: 10px;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        line-height: 45px;
        width: 100%;
        display: inline-block;
        padding: 0 20px;
    }

        ul.inbox-nav li a:focus, ul.inbox-nav li a:hover, ul.inbox-nav li.active a {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.inbox-nav li a i {
            color: #6a6a6a;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 15px;
}

#external-events p input[type=checkbox], .msg-time-chat p, .table-inbox, .weather-info, ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        color: #6a6a6a;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

        ul.labels-info li a:focus, ul.labels-info li a:hover {
            color: #6a6a6a;
            background: 0 0;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding: 20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

    .inbox-head h3 {
        margin: 0;
        display: inline-block;
        padding-top: 6px;
        font-weight: 300;
    }

    .inbox-head .sr-input {
        height: 40px;
        border: none;
        box-shadow: none;
        padding: 0 10px;
        float: left;
        border-radius: 4px 0 0 4px;
        color: #8a8a8a;
    }

    .inbox-head .sr-btn {
        height: 40px;
        border: none;
        background: #00a6b2;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

.wht-bg h4 {
    font-size: 24px;
    color: #a2a2a2;
    font-weight: 300;
}

.table-inbox-wrap {
    margin: 0 -15px;
}

.btn-gap button, .icheck div, .mail-checkbox, .pricing-table ul li i {
    margin-right: 10px;
}

.table-inbox tr td {
    padding: 12px!important;
}

    .table-inbox tr td:first-child {
        width: 5%;
    }

        #columns blockquote, .table-inbox tr td:first-child .icheckbox_minimal {
            margin-left: 15px;
        }

    .rating span.star:hover, .table-inbox tr td:hover, .theme-color {
        cursor: pointer;
    }

    .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
        color: #f78a09;
    }

    .table-inbox tr td .fa-star {
        color: #d5d5d5;
    }

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

.table-inbox tr a {
    color: #767676;
}

ul.inbox-pagination {
    float: right;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .horizontal-menu .navbar-nav > li, .mail-option .btn-group, .mail-option .chk-all {
        margin-right: 5px;
    }

        .mail-option .btn-group a.btn, .mail-option .chk-all {
            border: 1px solid #e7e7e7;
            padding: 5px 10px;
            display: inline-block;
            background: #fcfcfc;
            color: #afafaf;
            border-radius: 3px!important;
            -webkit-border-radius: 3px!important;
        }

.inbox-pagination a.np-btn {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    margin-left: 5px;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00a8b3;
    color: #fff;
}

    .btn-send:hover {
        background: #009da7;
    }

.modal-header h4.modal-title {
    font-weight: 300;
}

.modal-body label {
    font-weight: 400;
}

.compose-mail {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

    .compose-mail .compose-options {
        color: #979797;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .compose-mail input, .compose-mail input:focus {
        border: none;
        padding: 0;
        width: 80%;
        float: left;
    }

    .compose-mail .form-group {
        border: 1px solid #f2f3f6;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }

        .compose-mail .form-group label {
            line-height: 34px;
            width: 10%;
            float: left;
            padding-left: 5px;
            margin-bottom: 0;
        }

.compose-editor input, .weather-icon canvas {
    margin-top: 15px;
}

.compose-editor {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.compose-btn {
    float: left;
    margin-top: 6px;
}

.attachment-mail, .mail-sender {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    border-top: 1px solid #eff2f7;
    border-bottom: 1px solid #eff2f7;
    padding: 10px 0;
}

    .mail-sender img {
        width: 30px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .mail-sender .date {
        line-height: 30px;
        margin-bottom: 0;
        text-align: right;
    }

    .attachment-mail a:hover, .view-mail a {
        color: #35bcb5;
    }

    .attachment-mail ul li {
        float: left;
        width: 200px;
        margin-right: 15px;
        margin-top: 15px;
        list-style: none;
    }

        .attachment-mail ul li a.atch-thumb img {
            width: 200px;
            height: 180px;
            margin-bottom: 10px;
        }

        .attachment-mail ul li a.name span {
            float: right;
            color: #767676;
        }

.body-404 {
    background: #35bcb5;
    color: #fff;
}

.error-head {
    background: #fff;
    height: 280px;
}

.circle-sat ul, .daily-visit, .error-wrapper, .gauge-canvas, .sparkline, .table-invoice tbody tr td:first-child, .table-invoice thead tr th:first-child {
    text-align: center;
}

    .error-wrapper h1 {
        font-size: 90px;
        font-weight: 300;
        margin: -141px 0 0;
        text-align: center;
    }

    .error-wrapper h2 {
        font-size: 58px;
        font-weight: 300;
        margin: 0;
    }

.error-desk {
    background: rgba(0,0,0,.05);
    margin-top: -27px;
    padding: 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

    .error-wrapper p.nrml-txt {
        color: #03f1e4;
        font-size: 40px;
        margin: 0;
    }

.back-btn, .back-btn:hover {
    border: 1px solid rgba(255,255,255,.5);
    padding: 10px 15px;
    margin-top: 100px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .back-btn:hover {
        background: #fff;
        color: #02a9a0;
    }

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.body-500 .back-btn:hover {
    background: #fff;
    color: #a48ad4;
}

.error-wrapper p.nrml-txt-alt {
    color: #fff;
    font-size: 34px;
    margin: 0;
    text-transform: uppercase;
}

.sp-link, .sp-link:hover {
    color: #ffef3b;
}

    .sp-link:hover {
        text-decoration: none;
    }

.profile-information .profile-pic img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #f1f2f7;
    margin-top: 20px;
}

.profile-information .profile-desk {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

    .profile-information .profile-desk h1 {
        color: #1fb5ad;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .profile-information .profile-desk p, .profile-information .profile-desk span {
        padding-bottom: 25px;
        display: inline-block;
    }

.profile-information .profile-statistics h1 {
    color: #757575;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-information .profile-statistics p {
    margin-bottom: 15px;
    display: inline-block;
}

.media-filter li, .profile-information .profile-statistics ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

    .profile-information .profile-statistics ul li a {
        background: #f6f6f6;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        float: left;
    }

.profile-nav .user-heading {
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

    .profile-nav .user-heading.round a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(256,256,256,.3);
        display: inline-block;
    }

    .profile-nav .user-heading a img {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .profile-nav .user-heading h1 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .profile-nav .user-heading p {
        font-size: 16px;
        color: #8b8b8b;
        line-height: 25px;
    }

.profile-nav ul {
    margin-top: 1px;
}

    .profile-nav ul > li {
        border-bottom: 1px solid #ebeae6;
        margin-top: 0;
        line-height: 30px;
    }

        .profile-nav ul > li > a {
            border-radius: 0;
            -webkit-border-radius: 0;
            color: #89817f;
        }

            .profile-nav ul li.active a, .profile-nav ul > li > a:focus, .profile-nav ul > li > a:hover {
                background: #f8f7f5!important;
                color: #89817f!important;
            }

        .profile-nav ul > li:last-child > a:last-child {
            border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
        }

        .profile-nav ul > li > a > i {
            font-size: 16px;
            padding-right: 10px;
            color: #bcb3aa;
        }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}

.recent-act {
    display: table;
    position: relative;
    width: 100%;
}

    .recent-act:before {
        background-color: #eee;
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 50px;
        width: 2px;
        z-index: 0;
    }

    .recent-act h1 {
        text-align: center;
        color: #1fb5ad;
        font-size: 16px;
        font-weight: 700;
    }

.activity-icon.terques {
    background: #8fd6d6;
}

.activity-icon.purple {
    background: #bda4ec;
}

.activity-icon.green, .bar-legend-pointer.green {
    background: #aec785;
}

.activity-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin: 20px auto;
    position: relative;
    background: #c7cbd6;
}

.prf-box, .wk-progress {
    width: 100%;
    display: inline-block;
}

.activity-desk {
    padding: 15px 30px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    text-align: center;
}

    .activity-desk h2 {
        color: #1fb5ad;
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

.prf-border-head, .prf-contacts h2 {
    color: #1fb5ad;
    font-size: 16px;
    text-transform: uppercase;
}

.activity-desk .purple {
    color: #bda4ec;
}

.activity-desk .green {
    color: #aec785;
}

.activity-desk .blue {
    color: #20aaf1;
}

.photo-gl {
    margin-top: 10px;
    display: inline-block;
}

    .photo-gl a {
        margin: 0 10px;
    }

        .photo-gl a img {
            border: 1px solid #c8c8c8;
            width: 150px;
            height: 120px;
        }

.prf-box {
    margin-bottom: 30px;
}

.prf-border-head, .wk-progress {
    border-bottom: 1px solid #f1f2f7;
    margin-bottom: 20px;
}

.prf-border-head {
    font-weight: 700;
    padding-bottom: 10px;
}

.pf-status {
    padding-bottom: 25px;
}

.tm-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.tm-membr {
    padding-bottom: 12px;
    margin-bottom: 10px;
}

    .tm-membr .tm {
        padding-top: 10px;
        display: inline-block;
        padding-left: 10px;
    }

.prf-contacts h2 {
    margin-top: 0;
}

    .prf-contacts h2 span {
        width: 40px;
        height: 40px;
        line-height: 42px;
        background: #1fb5ad;
        color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
    }

.prf-contacts .location-info {
    margin-left: 60px;
}

    .prf-contacts .location-info p {
        padding-bottom: 30px;
    }

.prf-map {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #e6e6e6;
    margin-top: 50px;
}

.sttng h2 {
    margin: 20px 0;
}

.invoice p {
    color: #aeaeb1;
    margin-bottom: 0;
}

.logo-print {
    float: left;
    margin: -50px 0 0 250px;
}

.invoice-header {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.invoice-title {
    background: #1fb5ad;
    color: #fff;
    display: inline-block;
}

.itatic {
    font-style: italic;
}

ul.amounts li.grand-total {
    background: #1fb5ad;
    color: #fff;
    font-weight: 700;
}

.amnt-value, .table-invoice h4 {
    margin: 0;
    font-weight: 400;
}

.invoice-title h1 {
    font-size: 50px;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 2px;
}

.invoice-info {
    margin-top: 5px;
}

.invoice-btn, .table-invoice, .top-stats-panel .sm-pie {
    margin-top: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-to h2 {
    margin: 0;
    font-size: 24px;
    color: #73737b;
    font-weight: 600;
}

.table-invoice {
    border-spacing: 5px;
    border-collapse: separate;
}

    .table-invoice thead tr th {
        background: #e8e9f0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        vertical-align: middle;
    }

    .table-invoice tbody tr td {
        background: #f5f6f9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        vertical-align: middle;
    }

ul.amounts li {
    background: #f5f6f9;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    list-style: none;
}

.invoice-btn a {
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.panel-primary > .panel-heading.navyblue {
    background-color: #2a3542;
    border-color: #2a3542;
    color: #fff;
}

.dataTables_filter, .dataTables_length {
    padding: 15px;
}

.dataTables_info {
    padding: 0 15px;
}

.dataTables_length select {
    width: 65px;
    padding: 5px 8px;
}

.chat-send button, .dataTables_filter label, .full-width .navbar-header, .prd-row img {
    width: 100%;
}

    .dataTables_filter label input {
        width: 78%;
    }

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    list-style: none;
}

    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
        color: #c7c7c7;
    }

    .dataTables_paginate.paging_bootstrap.pagination li a {
        color: #797979;
        padding: 5px 10px;
        display: inline-block;
    }

    .dataTables_paginate.paging_bootstrap.pagination li.active a, .dataTables_paginate.paging_bootstrap.pagination li:hover a {
        color: #797979;
        background: #eee;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;
}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

.fc-header-title {
    display: inline-block;
    margin-top: -45px;
    vertical-align: top;
}

.fc-header-left {
    text-align: left;
    width: 18%;
}

.fc-view {
    margin-top: -50px;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #f3f3f3!important;
    border-color: #ddd;
    border-style: none solid;
    color: #646464;
}

.fc-button-today .fc-button-inner, .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #32323a!important;
    color: #fff!important;
}

.fc-event-skin {
    background-color: #1fb5ad!important;
    border-color: #1fb5ad!important;
    color: #fff!important;
}

.fc-grid th {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e4e4e4!important;
}

.fc-header-title h2 {
    font-size: 18px!important;
    color: #474752;
    font-weight: 300;
    padding: 0 10px;
}

.external-event {
    cursor: move;
    display: inline-block!important;
    margin-bottom: 6px!important;
    margin-right: 6px!important;
    padding: 8px;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 4px 6px;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

    .tab-head .nav-tabs > li > a {
        border-radius: 0;
        margin-right: 1px;
        color: #fff;
    }

        .tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li.active > a:focus, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li > a:hover {
            background-color: #f1f2f7;
            border-color: #f1f2f7;
            color: #797979;
        }

.progress-xs {
    height: 10px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: none;
    font-size: 13px;
    margin: -15px;
}

.tab-bg-dark-navy-blue ul > li > a {
    display: block;
    padding: 20px 15px!important;
}

.tab-bg-dark-navy-blue {
    background: #e0e1e7!important;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

    .tab-bg-dark-navy-blue li a:hover, .tab-bg-dark-navy-blue li.active a {
        border-radius: 0!important;
        background: #fff!important;
        color: #1fb5ad!important;
    }

.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:focus, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li > a {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #898989;
}

    .panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
        color: #1fb5ad;
        background: #fff;
    }

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0!important;
    -webkit-border-radius: 4px 0 0 0!important;
}

.tab-right {
    height: 58px;
}

    .panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
    }

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0;
}

.m-bot20 {
    margin-bottom: 20px;
}

.close-sm, .todo-done i {
    font-size: 14px;
}

.carousel-indicators li {
    background: rgba(0,0,0,.2);
    border: none;
    transition: background-color .25s;
    -moz-transition: background-color .25s;
    -webkit-transition: background-color .25s;
}

.carousel-indicators .active {
    background: #333;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999;
    text-shadow: none;
    width: 45px;
}

    .carousel-control i {
        display: inline-block;
        height: 25px;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 20px;
        z-index: 5;
    }

    .carousel-control.left, .carousel-control.right {
        background: 0 0;
        filter: none;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #ccc;
        opacity: .9;
        text-decoration: none;
    }

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner, .m-bot15 {
    margin-bottom: 15px;
}

.gritter-close {
    left: auto!important;
    right: 3px!important;
}

.sm-input {
    width: 175px;
}

.form-horizontal.bucket-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .form-horizontal.bucket-form .form-group:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

.form-horizontal.bucket-form .checkbox-inline > input {
    margin-top: 1px;
    border: none;
}

.btn.btn-info.dropdown-toggle {
    border-left: 1px solid #1fadea;
}

.icheck label {
    font-weight: 400;
}

.icheck .single-row {
    display: inline-block;
    width: 100%;
}

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #b94a48;
    font-weight: 400;
}

.cmxform .form-group input.error, .cmxform .form-group textarea.error, input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
    border-color: #b94a48!important;
}

#signupForm label.error {
    display: inline;
    margin: 5px 0;
    width: auto;
    color: #b94a48;
}

.slider-table tr td {
    padding: 30px 0!important;
    border: none!important;
}

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

    .add-on .btn {
        padding: 9px;
    }

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}

.datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active:active, .datepicker td span.active:hover, .datepicker td span.active[disabled], .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active:active, .datepicker td.active:hover, .datepicker td.active:hover:active, .datepicker td.active:hover:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .daterangepicker td.active, .daterangepicker td.active:hover {
    background: #41cac0;
}

.adv-table table.display tr.even.gradeA, span.customSelect, span.customSelect.changed {
    background-color: #fff;
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.datepicker td span.active, .datepicker td.active, .datepicker td.active:hover, .daterangepicker td.active, .daterangepicker td.active:hover {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}

.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.cke_bottom, .cke_top {
    background: #f5f5f5!important;
    background: -moz-linear-gradient(center top,#f5f5f5,#f5f5f5) #f5f5f5!important;
    background: -webkit-linear-gradient(center top,#f5f5f5,#f5f5f5) #f5f5f5!important;
    background: -o-linear-gradient(center top,#f5f5f5,#f5f5f5) #f5f5f5!important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #ccc!important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.gray-bg {
    background: #474751;
}

.terques-bg {
    background: #1fb5ad;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255,255,255,.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .user-heading.alt a img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px;
}

.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

    .corner-ribon i {
        padding: 10px 0 0 35px;
        color: #fff;
    }

.blue-ribon {
    background: url("../images/twitter_corner_blue.png") no-repeat;
}

.black-ribon {
    background: url("../images/twitter_corner_black.png") no-repeat;
}

.twt-feed.blue-bg {
    background: #58c9f3;
}

.twt-feed h1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin: 0 10px;
}

    .twt-feed a img {
        height: 85px;
        width: 85px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
}

.twt-feed .wtt-mark {
    color: rgba(255,255,255,.15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    left: 40%;
}

.twt-category ul li {
    color: #bdbdbd;
    font-size: 13px;
}

.twt-category h5 {
    font-size: 18px;
    font-weight: 400!important;
}

.cmt-head, .feed-box h1, .p-head {
    font-weight: 400;
}

.twt-write .t-text-area {
    background: #f4f4f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    height: 40px;
    color: #c9c9c9;
    margin-bottom: 20px;
    padding-top: 10px;
}

.twt-footer {
    padding: 12px 15px;
}

    .twt-footer, .twt-footer a {
        color: #d2d2d2;
    }

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-size: 14px;
}

.cmt-head {
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.feed-box img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 85px;
    height: 85px;
}

.feed-box h1 {
    font-size: 20px;
    color: #8b8b8b;
}

.feed-box a {
    color: #3ac7f9;
}

.clock-row {
    text-transform: uppercase;
    min-height: 170px;
}

.adv-table .dataTables_filter, .adv-table .dataTables_info, .adv-table .dataTables_length, .dataTables_paginate, ul.clock-category {
    padding: 15px 0;
}

    ul.clock-category li {
        display: inline-block;
        width: 24%;
        text-align: center;
        border: none;
    }

        ul.clock-category li a span {
            display: block;
            line-height: normal;
        }

        ul.clock-category li a i {
            font-size: 30px;
            padding-right: 0;
        }

        ul.clock-category li a.active, ul.clock-category li a:hover {
            color: #1fb5ad!important;
            background: 0 0!important;
        }

            ul.clock-category li a.active i, ul.clock-category li a:hover i {
                color: #1fb5ad!important;
            }

.clock-row h1 {
    font-size: 22px!important;
    font-weight: 400!important;
    margin: 0 0 5px!important;
    letter-spacing: 1px;
}

.clock-row p {
    font-size: 18px;
    font-weight: 300;
    color: #fff!important;
    margin: 0;
}

.wdgt-row {
    text-align: center!important;
}

    .wdgt-row i {
        font-size: 50px;
    }

.wdgt-value h1 {
    color: #c7cbd6;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.wdgt-value p {
    color: #c7cbd6;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.red-bg {
    background: #fa8564;
}

.purple-bg {
    background: #9466b5;
    color: #fff;
}

.weather-box .symbol {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    padding: 61px 15px;
    width: 50%;
    float: left;
    text-align: center;
}

    .weather-box .symbol i {
        font-size: 70px;
        text-shadow: -5px 6px 5px rgba(0,0,0,.3);
    }

.weather-box .value {
    float: right;
    width: 50%;
    text-align: center;
    padding: 33px 0;
    font-size: 14px;
    color: #bdbdbd;
}

    .weather-box .value i {
        font-size: 20px;
    }

.wdgt-row img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.wdt-head {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.country-select {
    position: absolute;
    top: 10px;
    right: 10px;
}

.weather-full-info {
    color: #cbcbcb;
}

    .weather-full-info h1 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .weather-full-info h2 {
        font-size: 14px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .weather-full-info .today-status i {
        font-size: 40px;
        color: #1fb5ad;
    }

    .weather-full-info .degree {
        font-size: 30px;
        font-weight: 600;
        display: inline-block;
        padding-left: 20px;
    }

        .weather-full-info .degree:after {
            content: "o";
            position: relative;
            top: -12px;
            font-size: 16px;
        }

    .weather-full-info ul li {
        display: inline-block;
        width: 16%;
        text-align: center;
        border-left: 1px solid #f1f2f7;
    }

        .weather-full-info ul li i {
            font-size: 25px;
        }

    .weather-full-info .statistics {
        padding-top: 5px;
    }

        .weather-full-info .statistics:after {
            content: "o";
            position: relative;
            top: -5px;
            font-size: 10px;
        }

.btn-add-cart {
    bottom: 9px;
    padding: 12px;
    position: absolute;
    right: 15px;
}

.prd-row .action {
    width: 100px;
    height: 45px;
    position: absolute;
    bottom: 10px;
    right: -35px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .prd-row .action .part1 {
        width: 50%;
        float: left;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-size: 18px;
    }

.yellow-bg-prd {
    background: #fd0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.prd-row h1 {
    font-size: 24px;
    font-weight: 400;
    color: #5f6165;
    margin: 5px 0;
}

.prd-row p, .prd-row p.normal {
    color: #bfc2c4;
}

.prd-row p {
    margin: 0;
}

.msg-in a, .msg-in a:hover, .msg-out a, .msg-out a:hover {
    margin-right: 10px;
    text-decoration: none;
    font-weight: 400;
}

.prd-row .price {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .prd-row .price .amnt {
        color: #1fb5ad;
        font-size: 25px;
        font-weight: 600;
    }

        .prd-row .price .amnt:after {
            content: ".00";
            position: relative;
            top: -10px;
            font-size: 12px;
        }

.clock-place {
    margin: -76px auto 0;
}

span.customSelect {
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #eaeaea;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #a4aaba;
    text-align: left;
}

.customSelectInner {
    background: url(../images/customSelect-arrow.gif) center right no-repeat;
}

.chat-form {
    margin-top: 25px;
    clear: both;
}

    .chat-form .input-cont input {
        margin-bottom: 0;
        border: 1px solid #d3d3d3!important;
        margin-top: 0;
        min-height: 45px;
        background-color: #fff!important;
    }

.chat-features a i {
    color: #d0d0d0;
}

.timeline-messages h3 {
    margin-bottom: 30px;
    color: #1fb5ad;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    padding: 20px;
    margin-top: -3px;
    position: relative;
}

.timeline-messages:before {
    background: rgba(0,0,0,.05);
    bottom: 0;
    width: 2px;
}

.msg-time-chat .text:before, .msg-time-chat:before, .timeline-messages:before {
    content: "";
    left: 20px;
    position: absolute;
    top: -2px;
}

.timeline-messages .msg-in .arrow, .timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    left: -8px;
    top: 25px;
    width: 0;
    display: block;
    position: absolute;
}

.timeline-messages .msg-in .arrow {
    border-right: 8px solid #949496!important;
}

.timeline-messages .msg-out .arrow {
    border-right: 8px solid #41cac0!important;
}

.msg-time-chat:first-child:before {
    margin-top: 27px;
}

.msg-time-chat:before {
    background: #ccc;
    border: 2px solid #fafafa;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 16px;
    margin: 35px 0 0 -7px;
    width: 16px;
}

.flot-chart .bars, .flot-chart .chart, .flot-chart .pie, .gmaps {
    height: 300px;
}

.msg-time-chat:hover:before {
    background: #41cac0;
}

.msg-time-chat:first-child {
    padding-top: 0;
}

.message-img {
    float: left;
    margin-right: 30px;
}

    .message-img img {
        display: block;
        height: 44px;
        width: 44px;
    }

#taglist, #time, .lock-wrapper .locked, .message-body, .pricing-quotation, .rating span.star, .team-info, .ullist li, .ullist li a {
    display: inline-block;
}

.message-body {
    margin-left: 50px;
}

.msg-time-chat .msg-in .text {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 14px;
}

    .msg-time-chat .msg-in .text .first {
        background: #949496;
        padding: 10px;
        color: #fff;
        float: left;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-right: 5px;
        width: 130px;
        text-align: right;
    }

    .msg-time-chat .msg-in .text .second {
        background: #8fd6d6;
        padding: 10px;
        color: #fff;
        float: left;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0 0 5px;
}

.msg-time-chat {
    padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
    color: #b64c4c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
}

.msg-out a, .msg-out a:hover {
    color: #288f98;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
}

.bg-terques {
    background: #8fd6d6!important;
}

.bg-red {
    background: #ffa991!important;
}

.bg-purple {
    background: #bda4ec!important;
}

.bg-green, .mini-stat .green {
    background: #aec785!important;
}

.bg-yellow {
    background: #fed65a!important;
}

.bg-blue {
    background: #99cce3!important;
}

.boxed-page {
    background-color: #000!important;
}

.box-head, tr.even.gradeA td.sorting_1, tr.odd td.sorting_1, tr.odd.gradeA td.sorting_1 {
    background: 0 0;
}

.boxed-page .container {
    background: #32323a;
    padding-left: 0;
    padding-right: 0;
}

    .boxed-page .container #sidebar {
        position: inherit;
    }

    .boxed-page .container .wrapper {
        background: #f1f2f7;
        min-height: 900px;
    }

.boxed-page .brand, .full-width #main-content {
    margin-left: 0;
}

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

.gmaps {
    width: 100%;
}

.ullist {
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
}

    .ullist li {
        margin-left: 5px;
    }

        .ullist li a {
            padding: 10px 20px!important;
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            background: #f1f1f1;
        }

        .ullist li.active a {
            background: #fff;
            border-bottom: 1px solid #fff;
            position: relative;
            top: 1px;
            margin-bottom: -1px;
        }

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star {
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
    }

        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #bec3c7;
        }

        .rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #41cac0;
        }

#editor-container {
    width: 100%;
    margin: 10px auto 0;
}

#header-editor {
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft, #headerRight {
    width: 100%;
}

#headerLeft {
    float: left;
    padding: 10px 1px 1px;
}

    #headerLeft h2, #headerLeft h3 {
        margin: 0;
        overflow: hidden;
        font-weight: 400;
    }

    #headerLeft h2 {
        font-size: 2.6em;
        line-height: 1.1em;
        text-transform: capitalize;
        color: #32323a;
        margin-bottom: 30px;
    }

    #headerLeft h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin: .2em 0 0;
        color: #32323a;
    }

#headerRight {
    float: right;
    padding: 1px;
}

    #headerRight p {
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
    }

    #headerRight > div {
        margin: 0;
        font-size: 1.1em;
    }

#columns > div {
    float: left;
    width: 33.3%;
}

#columns #column1 > div {
    margin-left: 1px;
}

#columns #column3 > div {
    margin-right: 1px;
}

#columns > div > div {
    margin: 0 10px;
    padding: 10px 0;
}

#taglist {
    font-weight: 700;
    margin: 0 0 0 20px;
}

.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: 0;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

td.details {
    background-color: #eee;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #f9f9f9;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.cke_chrome {
    border: none!important;
}

.editable-table .dataTables_filter {
    width: 80%;
}

table.display tr.even.gradeC, table.display tr.even.gradeU, table.display tr.even.gradeX, table.display tr.gradeC, table.display tr.gradeU, table.display tr.gradeX, tr.even td.sorting_1, tr.even.gradeU td.sorting_1, tr.even.gradeX td.sorting_1, tr.odd.gradeC td.sorting_1, tr.odd.gradeU td.sorting_1, tr.odd.gradeX td.sorting_1 {
    background: 0 0!important;
}

.demo-xchart {
    height: 400px;
    width: 100%;
}

.horizontal-menu {
    margin-top: 18px;
    float: left;
}

    .horizontal-menu .navbar-nav > li > a {
        padding: 10px 20px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        transition: .3s;
    }

    .horizontal-menu > .navbar-nav > li > .dropdown-menu {
        margin-top: 23px;
        box-shadow: 0 0 5px rgba(0,0,0,.1)!important;
        border: none;
    }

.full-width .nav .open > a, .full-width .nav .open > a:focus, .full-width .nav .open > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav > li > a:hover {
    background-color: #1fb5ad;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.full-width .dropdown-menu {
    box-shadow: none;
}

    .full-width .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 13px;
    }

.horizontal-menu .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
    margin: 5px 10px;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2a3542;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none!important;
}

    .ms-container .ms-list.ms-focus {
        border: 1px solid #2a3542;
    }

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 4px 0 0!important;
        -webkit-border-radius: 0 4px 0 0!important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 4px!important;
        -webkit-border-radius: 0 0 4px!important;
    }

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

.lock-screen {
    background: url("../images/lock-screen.jpg") 0 0/cover no-repeat fixed #1fb3a3;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 500px;
}

.lock-name, .lock-pwd {
    width: 50%;
    height: 50px;
    margin-top: 55px;
    color: #1fb5ad;
    background: #fff;
    line-height: 50px;
}

.lock-name {
    float: left;
    padding: 0 20px;
    text-align: left;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

#time, .epie-chart, .pc-epie-chart, .pricing-table, .side-mini-graph, .widget-h {
    text-align: center;
}

.lock-pwd {
    float: right;
    padding: 0 0 0 80px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

    .lock-pwd input {
        width: 72%!important;
        margin-top: 6px;
        color: #626f81;
    }

        .lock-pwd input:focus, .lock-pwd input:hover {
            border-color: #fff;
        }

.lock-wrapper img {
    position: absolute;
    left: 33%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #fff;
    width: 160px;
    height: 160px;
    background: #fff;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    color: #026f7a;
}

.btn-lock, .btn-lock:hover {
    background: #fff;
    color: #626f81;
    margin-top: -8px;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 125px;
    margin-bottom: 50px;
    font-family: Lato,sans-serif;
    font-weight: 100;
}

.language {
    margin-top: 4px;
}

    .language .dropdown-menu {
        border: none;
        box-shadow: 0 0 5px rgba(0,0,0,.1)!important;
        margin-top: 18px;
    }

        .language .dropdown-menu li a {
            font-size: 13px;
            padding: 10px;
        }

            .language .dropdown-menu li a:hover {
                background: #f1f2f7;
                color: #32323a;
            }

.language-menu {
    margin-top: 15px!important;
    padding: 0;
}

.lang-arrow-up {
    background: url("../images/top-arrow.png") no-repeat;
    width: 18px;
    height: 10px;
    margin-top: -15px;
    float: right;
    margin-right: 15px;
}

.breadcrumbs-alt {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

    .breadcrumbs-alt li {
        float: left;
        margin: 0 25px 0 0;
        transition: .3s ease-in-out;
    }

    .breadcrumbs-alt a:before {
        border-color: #e0e1e7 #e0e1e7 #e0e1e7 transparent;
        border-style: solid;
        border-width: 1.5em 0 1.7em 1em;
        content: "";
        left: -1em;
        margin-top: -1.6em;
        position: absolute;
        top: 50%;
        transition: .3s ease-in-out;
    }

    .breadcrumbs-alt a:after {
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid #e0e1e7;
        border-top: 1.5em solid transparent;
        content: "";
        margin-top: -1.5em;
        position: absolute;
        right: -1em;
        top: 50%;
        transition: .3s ease-in-out;
    }

    .breadcrumbs-alt a {
        background: #e0e1e7;
        color: #444;
        float: left;
        font-size: 12px;
        padding: 10px;
        position: relative;
        text-decoration: none;
        transition: .3s ease-in-out;
    }

        .breadcrumbs-alt a.current:before, .breadcrumbs-alt a:hover:before {
            border-color: #1fb5ad #1fb5ad #1fb5ad transparent;
            border-style: solid;
            border-width: 1.5em 0 1.7em 1em;
            content: "";
            left: -1em;
            margin-top: -1.6em;
            position: absolute;
            top: 50%;
            transition: .3s ease-in-out;
        }

        .breadcrumbs-alt a.current:after, .breadcrumbs-alt a:hover:after {
            border-bottom: 1.5em solid transparent;
            border-left: 1em solid #1fb5ad;
            border-top: 1.5em solid transparent;
            content: "";
            margin-top: -1.5em;
            position: absolute;
            right: -1em;
            top: 50%;
            transition: .3s ease-in-out;
        }

        .breadcrumbs-alt a.current, .breadcrumbs-alt a:hover {
            background: #1fb5ad;
            color: #fff;
            float: left;
            font-size: 12px;
            padding: 10px;
            position: relative;
            text-decoration: none;
            transition: .3s ease-in-out;
        }

.footer-section {
    background: #32323a;
    color: #fff;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(0,0,0,.4);
    width: 25px;
    height: 25px;
    border-radius: 2%;
    -webkit-border-radius: 2%;
}

.fixed-width #main-content, .most-popular, .pricing-table {
    background: #f1f2f7;
}

.go-top i {
    color: #fff;
    font-size: 18px;
    padding-top: 2px;
}

.site-min-height {
    min-height: 900px;
}

.price-head {
    padding: 10px 0 50px;
}

    .price-head h1 {
        font-size: 32px;
        font-weight: 400;
        color: #1fb5ad;
    }

.pricing-table {
    padding: 0 0 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.most-popular {
    color: #7d7d7d;
}

    .most-popular .pricing-head {
        background: #1fb5ad;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        position: relative;
        height: 170px;
    }

    .most-popular .price-actions .btn {
        background: #1fb5ad!important;
        cursor: pointer;
    }

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7d7d7d;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head {
    background: #7d7d7d;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    height: 170px;
}

    .pricing-head h1 {
        font-size: 24px;
        font-weight: 300;
        padding-top: 30px;
        color: #fff;
        text-transform: uppercase;
    }

.pricing-quote {
    background: #fff;
    padding: 22px 0;
    color: #7d7d7d;
    font-size: 45px;
    font-weight: 100;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: -85px auto;
    z-index: 100;
    position: relative;
}

    .pricing-quote:after {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(255,255,255,.5);
        margin: -85px auto;
        z-index: 100;
        position: absolute;
        content: "";
        left: -10px;
        top: 75px;
    }

.pricing-table ul {
    margin: 120px 0 50px;
    padding: 0;
}

    .pricing-table ul li {
        margin: 0 2em;
        padding: 1em 0;
        text-align: left;
        font-weight: 300;
    }

.pricing-quote span.note {
    display: inline;
    font-size: 18px;
    line-height: .8em;
    position: relative;
    top: -18px;
}

.pricing-quote p {
    font-size: 16px;
    color: #d2d2d6;
}

.pricing-quotation, .team-info {
    background: #eee;
    padding: 20px 20px 35px;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .pricing-quotation:before, .team-info:before {
        background-color: #eee;
        border-color: #eee;
        border-image: none;
        border-right: 1px solid #eee;
        border-style: none;
        top: -7px;
        content: "";
        display: block;
        height: 14px;
        left: 48%;
        position: absolute;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 15px;
    }

.epie-chart, .pc-epie-chart, .percent {
    display: inline-block;
}

.sortable .panel .panel-heading {
    cursor: move;
}

.has-switch span.switch-left, .has-switch span.switch-right {
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.toggle-heading h3 {
    font-size: 16px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-weight: 300;
}

.tagsinput {
    height: 40px!important;
    min-height: 41px!important;
    margin: 0!important;
    overflow: auto!important;
    padding: 5px!important;
}

div.tagsinput span.tag {
    background: #cde69c!important;
    border: 0!important;
    color: #638421!important;
    margin-bottom: 4px!important;
    padding: 5px 6px!important;
}

.hd-title {
    font-size: 16px;
    margin: 10px 0;
}

.main-chart {
    width: 100%;
    height: 265px;
}

#flotTip {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

#legendcontainer26, .daily-visit-spark {
    padding: 10px 0;
}

    #legendcontainer26 .legendColorBox, .sm-pie .legendColorBox {
        padding-right: 5px;
    }

        #legendcontainer26 .legendColorBox div, .sm-pie .legendColorBox div {
            border-radius: 100%!important;
        }

.widget-h {
    color: #afaebc;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.gauge-value {
    color: #fa8564;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
}

.chart-meta, .gauge-meta {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.gauge-title {
    color: #ccc;
    font-size: 14px;
    padding-right: 20px;
}

.gauge-meta {
    padding-top: 7px;
}

.sm-pie .legendColorBox > div {
    border: 0 solid #fff!important;
}

.epie-chart {
    position: relative;
    width: 80px;
    height: 80px;
}

    .epie-chart canvas, .pc-epie-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    line-height: 80px;
    z-index: 2;
}

.pc-epie-chart {
    position: relative;
    width: 50px;
    height: 50px;
}

.sm-pie, .target-sell {
    width: 100%;
    display: block;
}

.pc-epie-chart .percent {
    display: inline-block;
    line-height: 50px;
    z-index: 2;
    font-size: 10px;
    color: #5bc6f0;
}

.notification-pie-chart .percent:after, .percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}

.visit-chart-value {
    font-size: 18px;
    color: #3acdc7;
    font-weight: 600;
    padding-top: 10px;
}

.visit-chart-title {
    font-size: 16px;
    padding-top: 10px;
    color: #ccc;
}

.left-stat-label, .right-stat-label {
    font-size: 11px;
    position: relative;
    top: 10px;
}

.visit-chart-title i {
    color: #3acdc7;
}

.top-stats-panel {
    min-height: 164px;
}

.sm-pie {
    height: 100px;
}

.target-sell {
    height: 40px;
}

.side-graph-info {
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.side-mini-graph {
    float: right;
    width: 70px;
    margin-right: 10px;
}

.calendar-block, .conversation-list .odd .chat-avatar {
    float: right!important;
}

.side-graph-info.payment-info {
    padding-top: 10px;
}

.monthly-stats {
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 15px;
    padding: 15px;
}

    .monthly-stats.pink {
        background-color: #9972b5!important;
    }

    .monthly-stats h4 {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 5px 0 10px;
    }

.circle-sat ul li span {
    display: block;
    text-transform: uppercase;
}

.left-stat-label {
    text-align: right;
    padding-right: 10px;
}

.right-stat-label {
    text-align: left;
    padding-left: 10px;
}

.location-earning-stats, .region-earning-stats {
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}

.left-stat-label .sell-percent {
    color: #f9a10c;
    font-size: 14px;
}

.right-stat-label .sell-percent {
    color: #36d8c0;
    padding-top: 30px;
    font-size: 14px;
}

.spark-bar-label span {
    display: block;
    color: #bbb;
}

.bar-label-value {
    font-size: 20px;
    color: #666!important;
}

.prospective-spark-bar {
    margin: 0;
    padding-left: 0;
}

    .prospective-spark-bar li {
        padding: 20px 0;
        list-style: none;
    }

.jqstooltip:after {
    top: 100%;
    left: 50%;
    border: 4px solid rgba(136,183,213,0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: rgba(0,0,0,.6);
    margin-left: -4px;
}

.stat-btn {
    padding: 3px;
    background-color: #eee6f5;
    border-radius: 3px;
    height: 24px;
    color: #cab1d9;
}

    .stat-btn.active, .stat-btn:hover {
        background-color: #422c50;
        color: #cab1d9;
    }

.region-earning-stats {
    color: #6d6d6d;
    text-transform: uppercase;
    padding: 40px 30px;
}

    .region-earning-stats span {
        display: block;
        color: #b0c781;
        font-size: 20px;
    }

.location-earning-stats {
    margin-bottom: 30px;
    padding-left: 0;
}

    .location-earning-stats li {
        padding: 0 15px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
    }

        .location-earning-stats li span {
            display: block;
            font-size: 14px;
        }

.stat-divider {
    border-right: 1px dashed #dadada;
}

.vector-stat {
    height: 150px;
    margin-top: 20px;
}

.alert-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .alert-icon i {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
    }

.widget-collapse, .widget-collapse i {
    height: 20px;
    width: 20px;
    text-align: center;
}

.notification-info {
    margin-left: 56px;
    margin-top: -40px;
}

.notification-meta {
    margin-bottom: 3px;
    padding-left: 0;
    list-style: none;
}

.notification-info p {
    margin: 0;
    color: #999;
    font-size: 12px;
}

.alert-info .alert-icon {
    background-color: #99cce3;
}

.alert-danger .alert-icon {
    background-color: #fcb1ae;
}

.alert-success .alert-icon {
    background-color: #98d7ad;
}

.alert-warning .alert-icon {
    background-color: #ffe699;
}

.notification-sender {
    color: #414147;
}

.notification-time {
    font-style: italic;
    color: #999;
}

.alert-info .notification-info a {
    color: #45a2c9;
}

.alert-danger .notification-info a {
    color: #fb6f6b;
}

.alert-success .notification-info a {
    color: #42b663;
}

.alert-warning .notification-info a {
    color: #e6cb76;
}

.alert-info.bucket-notification {
    background-color: #eef7fd;
}

.alert-danger.bucket-notification {
    background-color: #fef3f2;
}

.alert-success.bucket-notification {
    background-color: #eef8f8;
}

.alert-warning.bucket-notification {
    background-color: #fff7e1;
}

.conversation-list {
    list-style: none;
    padding-left: 0;
}

    .conversation-list li {
        margin-bottom: 24px;
    }

.bar-legend li, .event-list li, .to-do-list li {
    margin-bottom: 5px;
    list-style: none;
}

.conversation-list .chat-avatar {
    width: 40px;
    display: inline-block;
    text-align: center;
    float: left;
}

    .conversation-list .chat-avatar i {
        font-size: 12px;
        font-style: normal;
    }

.conversation-list .ctext-wrap i {
    display: block;
    font-style: normal;
    font-weight: 700;
    position: relative;
    font-size: 12px;
    color: #2cb9b3;
}

.conversation-list .conversation-text {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .ctext-wrap {
    padding: 10px;
    background: #d5f2ef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

    .conversation-list .ctext-wrap p {
        margin: 0;
        padding-top: 3px;
    }

    .conversation-list .ctext-wrap:after {
        right: 100%;
        top: 20%;
        border: 5px solid rgba(213,242,239,0);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #d5f2ef;
        margin-top: -5px;
    }

.conversation-list .odd .conversation-text {
    width: 70%!important;
    margin-right: 12px;
    text-align: right;
    float: right!important;
}

.conversation-list .odd .ctext-wrap {
    background: #eeeef2!important;
}

    .conversation-list .odd .ctext-wrap i {
        color: #acacac;
    }

    .conversation-list .odd .ctext-wrap:after {
        left: 100%!important;
        top: 20%!important;
        border-color: rgba(238,238,242,0)!important;
        border-left-color: #eeeef2!important;
    }

.chat-send, .event-list, .to-do-list {
    padding-left: 0;
}

.event-calendar {
    background: #1fb5ac;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 474px;
}

.calendar-block {
    -webkit-border-radius: 0 5px 5px 0px;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #fff;
    min-height: 474px;
    z-index: 1000;
}

.event-list-block {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.calendar-block .clndr {
    margin: 40px 0;
}

.calendar-block .clndr-controls {
    margin: 45px 0!important;
}

.calendar-block .day-contents {
    width: 30px;
    margin: auto;
}

    .calendar-block .day-contents:hover, .today .day-contents {
        width: 30px;
        background: #1fb0ab;
        cursor: pointer;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.event-list li {
    background: rgba(255,255,255,.2);
    padding: 10px 30px 10px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.event-close {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 8px;
}

.cal-day, .mini-stat-icon {
    font-size: 30px;
    color: #fff;
}

.cal-day {
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 30px;
}

    .cal-day span {
        font-size: 14px;
        display: block;
    }

.evnt-input, .evnt-input:focus {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    padding-left: 0;
    margin-top: 10px;
}

.mini-stat, .weather-widget {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
}

.widget-collapse {
    display: block;
    position: absolute;
    right: 10px;
}

    .widget-collapse i {
        display: block;
        line-height: 20px;
        font-size: 8px;
    }

.mini-stat {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

    .mini-stat-info span {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

.orange {
    background: #fa8564!important;
}

.tar {
    background: #1fb5ac!important;
}

.pink {
    background: #a48ad4!important;
}

.yellow-b {
    background: #fdd752!important;
}

.weather-widget {
    background: #fff;
    border-radius: 3px;
    padding: 12px 15px;
}

.weather-info li {
    font-size: 14px;
    color: #ccc;
    list-style: none;
}

.weather-icon {
    margin-right: 10px;
    padding-right: 10px;
}

.weather-cent span {
    font-size: 30px;
    font-weight: 700;
    color: #aec785;
}

    .weather-cent span:after {
        content: "o";
        font-size: 16px;
        position: relative;
        top: -15px;
    }

.bar-stats {
    height: 80px;
    margin-top: 20px;
    border-bottom: 2px solid #aec785;
    position: relative;
}

.progress-stat-bar {
    padding-left: 10px;
}

    .progress-stat-bar li {
        height: 78px;
        width: 20px;
        background: #f1f1f1;
        position: relative;
        margin-right: 5px;
        float: left;
        list-style: none;
    }

.todo-actionlist a, .todo-actionlist a i {
    height: 24px;
    width: 24px;
    display: inline-block;
}

.progress-stat-percent {
    background: #aec785;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bar-legend {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
}

    .bar-legend li {
        font-size: 11px;
    }

.bar-legend-pointer {
    height: 10px;
    width: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.daily-sales-info {
    color: #ccc;
    padding-top: 6px;
}

    .daily-sales-info span.sales-count {
        font-size: 18px;
        color: #aec785;
        font-weight: 600;
    }

    .daily-sales-info span.sales-label {
        position: relative;
        top: -2px;
    }

.todo-title {
    margin-right: 70px;
}

.to-do-list li {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 13px;
    cursor: move;
}

.todo-actionlist {
    position: absolute;
    right: 15px;
    top: 13px;
}

    .todo-actionlist a {
        float: left;
    }

        .todo-actionlist a i {
            text-align: center;
            line-height: 24px;
            color: #ccc;
        }

        .gear-settings:hover i, .todo-actionlist a:hover i {
            color: #666;
        }

.todo-remove i {
    font-size: 10px;
}

.line-through {
    text-decoration: line-through;
}

.drag-marker {
    height: 17px;
    display: block;
    float: left;
    width: 7px;
    position: relative;
    top: 2px;
}

    .drag-marker i {
        height: 2px;
        width: 2px;
        display: block;
        background: #ccc;
        box-shadow: 5px 0 0 0 #ccc,0 5px 0 0 #ccc,5px 5px 0 0 #ccc,0 10px 0 0 #ccc,5px 10px 0 0 #ccc,0 15px 0 0 #ccc,5px 15px 0 0 #ccc;
        -webkit-box-shadow: 5px 0 0 0 #ccc,0 5px 0 0 #ccc,5px 5px 0 0 #ccc,0 10px 0 0 #ccc,5px 10px 0 0 #ccc,0 15px 0 0 #ccc,5px 15px 0 0 #ccc;
        -moz-box-shadow: 5px 0 0 0 #ccc,0 5px 0 0 #ccc,5px 5px 0 0 #ccc,0 10px 0 0 #ccc,5px 10px 0 0 #ccc,0 15px 0 0 #ccc,5px 15px 0 0 #ccc;
    }

.to-do-list li .todo-check input[type=checkbox] {
    visibility: hidden;
}

.todo-check {
    width: 20px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

    .todo-check label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #ccc;
    }

        .todo-check label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 13px;
            height: 8px;
            background: 0 0;
            top: 3px;
            left: 3px;
            border: 3px solid #cfcfcf;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.todo-checklabel:hover::after {
    opacity: .3;
}

.todo-check input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.btn-add-task button, .btn-todo-select button {
    width: 100%;
    font-size: 12px;
}

.todo-search-wrap {
    padding: 0;
}

.todo-search {
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
}

.side-mini-stat {
    padding: 10px 0!important;
}

.notification-pie-chart {
    position: relative!important;
    display: block;
    height: 50px;
    width: 50px;
}

    .notification-pie-chart .percent, .notification-pie-chart .pie-percent {
        width: 50px!important;
        height: 50px!important;
        display: block;
        line-height: 52px!important;
        text-align: center;
        margin-left: 0!important;
        padding-left: 0!important;
        position: absolute;
        top: 0;
        font-size: 11px!important;
        font-weight: 400!important;
        color: #666;
    }

.legendLabel {
    padding-bottom: 3px;
}

.first-city {
    color: #7bd0d1;
}

.second-city {
    color: #c5cc73;
}

.third-city {
    color: #e47578;
}

.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 9%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pull-right.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.pull-right.top-menu .dropdown-menu:before, .top-menu .dropdown-menu:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #eee;
    border-width: 8px;
    margin-left: -8px;
}

.pull-right.top-menu .dropdown-menu:after, .pull-right.top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.chartJs {
    width: 100%;
    display: block;
}

#gmap-list, #gmap-tabs {
    height: 450px;
}

.task-info .desc p {
    padding-bottom: 0!important;
}

.task-info .desc h5 {
    padding-top: 8px;
}

.evnt-input:-moz-placeholder {
    color: #fff!important;
    font-size: 12px;
}

.evnt-input::-moz-placeholder {
    color: #fff!important;
    font-size: 12px;
}

.evnt-input:placeholder {
    color: #fff!important;
    font-size: 12px;
}

.evnt-input::-webkit-input-placeholder {
    color: #fff!important;
    font-size: 12px;
}

#map-canvas {
    margin-top: 40px;
    width: 400px;
    height: 400px;
    webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #eee;
}

.gear-settings {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0 30% 0 0;
    -moz-border-radius: 0 30% 0 0;
    border-radius: 0 30% 0 0;
}

    .gear-settings i {
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 33px;
        font-size: 18px;
        position: relative;
        color: #bfbfc1;
    }

.theme-switcher {
    width: 228px;
    padding-left: 7px;
    border: 1px solid #eee;
    position: fixed;
    top: -240px;
    right: -1px;
    z-index: 1000;
    background: #fff;
    transition: .3s ease-in-out;
}

.show-switcher {
    right: -1px;
    top: 80px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.theme-switcher h6 {
    padding: 10px 10px 0;
    margin: 0;
}

.color-list {
    padding: 5px;
}

.layout-option li .btn, .layout-option li a, .select-layout li a {
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
}

.color-list li {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin: 5px;
}

.default-theme {
    background-color: #1fb5ad;
}

.blue-theme {
    background-color: #38bbeb;
}

.green-theme {
    background-color: #8ebf4e;
}

.orange-theme {
    background-color: #fea352;
}

.purple-theme {
    background-color: #9488dd;
}

.turquoise-theme {
    background-color: #6ccac9;
}

.fixed-width {
    background: #aeaeae;
}

    .fixed-width #container {
        width: 90%;
        margin: auto;
        overflow: hidden!important;
        position: relative;
    }

        .fixed-width #container .header {
            width: 90%;
            left: auto;
            right: auto;
        }

        .fixed-width #container #sidebar {
            position: absolute;
        }

.media-filter {
    float: left;
    margin: 10px 0;
    padding-left: 0;
}

    .media-filter li a {
        background: #e6e6e6;
        padding: 5px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        .media-filter li a:focus, .media-filter li a:hover {
            background: #1fb5ad;
            color: #fff;
        }

.media-gal {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .media-gal .item {
        float: left;
        margin-bottom: 1%;
        margin-right: 1%;
        width: 233px;
        padding: 10px;
        border: 1px solid #ddd;
    }

        .media-gal .item p {
            margin-bottom: 0;
            margin-top: 10px;
            text-align: center;
        }

        .media-gal .item img {
            height: 200px;
            width: 100%;
        }

.img-modal img {
    width: 100%;
    margin-bottom: 10px;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        -ms-transition-property: -ms-transform,opacity;
        -o-transition-property: -o-transform,opacity;
        transition-property: transform,opacity;
    }

        .isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.sortable-box-placeholder {
    height: 200px!important;
    border: 2px dashed #828295;
    margin-bottom: 20px;
    background: #e5e6eb;
}

.sortable {
    min-height: 400px;
}

.plusiconnn {
    float: right!important;
    font-size: 12px!important;
    text-align: right!important;
}

.linebbb, .viewallppp {
    width: 100%;
    float: left;
}

.viewallppp {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #344767;
}

.linebbb {
    background-image: linear-gradient(90deg,transparent,rgb(159 159 159 / 40%),transparent);
    height: 1px;
}

/********dashboard*/
.formheading-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.form-controlmm {
    height: 42px;
    width: 100%;
    margin: 0 0 15px;
    padding: 8px 15px;
    float: left;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    color: #075061;
    text-align: left;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
}

    .form-controlmm:focus {
        border-color: #ccc;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,152,0,.46);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,152,0,.41);
    }

.cont-submit {
    height: auto;
    margin: 0;
    padding: 12px 30px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

sup {
    font-size: 12px !important;
    color: #f00!important;
}

.personalinf-h2 {
    height: auto;
    width: 100%;
    margin: 20px 0px 30px 0px;
    padding: 8px 15px 8px 15px;
    float: left;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    background: #104587;
}

.margradd3 {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.subbutton-but {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    background: #104587;
    border: 2px solid #104587;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .subbutton-but:hover {
        background: #ffcb4c;
        border: 2px solid #ffcb4c;
    }

.messagelabes {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #f00;
    text-align: left;
}

.boxbackgrounn33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 100px 0px 100px;
    float: left;
}

.boxbackgrounn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    float: left;
    background-color: #fff;
}

/**************/
.mentormm {
    padding: 20px 15px 20px 15px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    margin: 15px 0px 0px 0px;
    background-image: url(https://www.transparenttextures.com/patterns/otis-redding.png);
    border: 1px solid #d9d9d9;
    height: 380px;
    width: 100%;
    float: left;
    position: relative;
}

    .mentormm .pic {
        display: inline-block;
        height: auto;
        padding: 10px;
        margin-bottom: 25px;
        transition: all 0.5s ease 0s;
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }

    .mentormm:hover .pic {
        background: #ffffff;
        border-radius: 50%;
    }

.pic img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: 0px auto;
}

.mentormm .title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #2e282a;
    margin: 0 0 7px 0;
    letter-spacing: 0.5px;
}

.mentormm.post {
    display: block;
    font-size: 12px;
    color: #003769;
    font-weight: 600;
}

.mentortitle-h1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    color: #fa3d43;
}

.mentortitle-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.mentortitle-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    color: #786f6f;
}

.mentormm-aa {
  height: auto;
    margin: 15px auto;
    padding: 5px 0px 5px 0px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border: 1px solid #dfdfdf;
    width: 120px;
    background: #104587;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.3s ease;
    transform: translateY(0px);
    position: absolute;
    bottom: 0px;
    left: 35%;
}

    .mentormm-aa:hover {
        border: 1px solid #1267d1;
        background: #1267d1;
        color: #fff;
    }


@media only screen and (max-width:800px) {
    .mentormm {
        height: auto;
    }

    .appmentorr {
        margin: 0px 0px 20px 0px !important;
    }

    .genmarginn {
        padding: 0px 0px 0px 0px!important;
    }

    kbd kbd, label {
        font-size: 13px!important;
    }

    .textevenheaddpp {
        font-size: 15px!important;
    }

    .textevenheaddpp-contp {
        font-size: 15px!important;
    }
    .text-evenheaddh1 {
        font-size: 18px!important;
    }


}
