﻿@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

.bg-black {
    background-color: #222222 !important;
}

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

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

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

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

.bg-green {
    background-color: #00a65a !important;
}

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

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

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

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

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

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

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

.bg-maroon {
    background-color: #85144b !important;
}
/* Text colors */
.text-red {
    color: #f56954 !important;
}

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

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #48A1DD !important;
}

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

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

.text-green {
    color: #85BB59 !important;
}

.text-purple-light {
    color: #8F8F98 !important;
}

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

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

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

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

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

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

.text-maroon {
    color: #85144b !important;
}
/* Animation / Shadow / Radius */
.log-in-detail a,
.icon-list div:hover,
.widget-style-1 i,
.profile-widget,
.portlet {
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}

    .bx-s,
    .panel,
    .portlet,
    .nav.nav-tabs + .tab-content,
    .tabs-vertical-env .tab-content,
    .widget-panel,
    .profile-widget,
    .profile-widget img,
    .tiles,
    .tile-stats,
    .mini-stat,
    header {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

.br-radius,
.tiles,
.tile-stats,
.portlet {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Padding - Margin */
.p-0 {
    padding: 0px !important;
}

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

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

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

.m-0 {
    margin: 0px !important;
}

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

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

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

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

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

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

.m-t-0 {
    margin-top: 0px;
}

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

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

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

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

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

.m-b-0 {
    margin-bottom: 0px;
}

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

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

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

.m-b-30 {
    margin-bottom: 30px;
}
/* ---- Width-Sizes ---*/
.w-xs {
    min-width: 80px;
}

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

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

.w-lg {
    min-width: 140px;
}
/* ---- Images-Sizes ---*/
.thumb-sm {
    height: 32px;
    width: 32px;
}

    .thumb-sm img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

.thumb-xs {
    height: 24px;
    width: 24px;
}

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

.thumb-lg {
    height: 84px;
    width: 84px;
}
/* Text-sizes */
.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 16px;
}

.text-md {
    font-size: 20px;
}

.text-lg {
    font-size: 24px !important;
}
/* Extra */
.m-h-50 {
    min-height: 50px;
}

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

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

.wrapper-md {
    padding: 20px;
}

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

.b-0 {
    border: none !important;
}
/* Dropcap */
.dropcap {
    font-size: 3.1em;
}

.dropcap,
.dropcap-circle,
.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}
/* Custom Radio/Checkbox */
.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

    .cr-styled i {
        display: inline-block;
        height: 18px;
        width: 18px;
        cursor: pointer;
        vertical-align: middle;
        border: 2px solid #CCC;
        border-radius: 3px;
        text-align: center;
        padding-top: 1px;
        font-family: 'FontAwesome';
        margin-top: -4px;
        margin-right: 3px;
        font-size: 12px;
    }

    .cr-styled input {
        visibility: hidden;
        display: none;
    }

        .cr-styled input[type=checkbox]:checked + i:before {
            content: "\f00c";
        }

        .cr-styled input[type=radio] + i {
            border-radius: 18px;
            font-size: 11px;
            line-height: 13px;
        }

        .cr-styled input[type=radio]:checked + i:before {
            content: "\f111";
        }

        .cr-styled input:checked + i {
            border-color: #2196f3;
            color: #2196f3;
        }
/* Only Mozila */
@-moz-document url-prefix() {
    .cr-styled i {
        padding-top: 0px;
    }

    label {
        font-weight: 600;
    }
}
/* Core:General style----------------------------*/
html {
    height: 100%;
}

body {
    overflow-x: hidden !important;
    font-family: 'Questrial', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    color: #50505f;
    position: relative;
    width: 100%;
    min-height: 100%;
}

p {
    font-weight: 500;
    font-size: 13px;
}

.trans {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
}

a {
    color: #3c8dbc;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #72afd2;
    }
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}
/* Pre Set Colors+Helper Classes----------------------------*/
/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
    color: white !important;
}

.panel-header {
    background-color: #eceff1 !important;
}

.br-none {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.bdr-b {
    border-bottom: 1px solid #D8D1CC;
}

.bdr-t {
    border-top: 1px solid #D8D1CC;
}

.bdr-t-none {
    border-top: none !important;
}

.mrg-tb {
    margin: 25px 0 25px 0;
}

.mrg-b {
    margin-bottom: 20px;
}

.mrg-t {
    margin-top: 20px;
}
/* All images should be responsive */
img {
    max-width: 100%;
    height: auto;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}
/* Display inline */
.inline {
    display: inline;
    width: auto;
}

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

.text-lighten {
    opacity: 0.7;
}
/*Hide elements by display none only*/
.hide {
    display: none !important;
}
/* Remove borders */
.no-border {
    border: 0px !important;
}
/* Remove padding */
.no-padding {
    padding: 0px !important;
}
/* Remove margins */
.no-margin {
    margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
    box-shadow: none !important;
}
/* Icon Classes */
i {
    line-height: inherit;
}

    i.left {
        float: left;
        margin-right: 15px;
    }

    i.right {
        float: right;
        margin-left: 15px;
    }

    i.small {
        font-size: 2rem;
    }

    i.medium {
        font-size: 4rem;
    }

    i.large {
        font-size: 6rem;
    }
/* Don't display when printing */
/* Remove border radius */
.flat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.border-radius-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body .section {
    padding: 2em 0;
}
/* Main Section Styles----------------------------*/
.main-section .media {
    margin-top: 0px;
    border-color: #E8E8EC;
}

    .main-section .media .item-thumbnail {
        width: 140px;
    }

    .main-section .media .avatar {
        width: 60px;
    }

.main-section .panel-default {
    border: 1px solid #D8D1CC;
    border-radius: 0px;
}

.main-section .panel-heading {
    background: #F7F5F3;
    font-weight: 600;
    color: #847976;
}

.main-section .panel-footer {
    background: #ffffff;
}

.main-section .plan.table > thead > tr > th,
.plan.table > tbody > tr > td {
    color: #847976;
    text-align: center;
}

.main-section .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.main-section .list-group-item {
    background: transparent;
    overflow: hidden;
}

    .main-section .list-group-item i {
        vertical-align: middle;
        padding-right: 10px;
        font-size: 18px;
    }

.main-section .picker.picker-toggle {
    width: 100px;
}
/* Layout ----------------------------*/
.wrapper {
    min-height: 100%;
}

    .wrapper:before,
    .wrapper:after {
        display: table;
        content: " ";
    }

    .wrapper:after {
        clear: both;
    }

.right-section,
.left-section {
    display: block;
}
/*right section - contains main content*/
.right-section {
    background-color: #ffffff;
    padding-bottom: 50px;
}
/*left section - contains sidebar*/
.left-section {
    position: fixed;
    width: 230px;
    top: 0;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
    height: 100% !important;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.right-section > .content-header {
    position: relative;
    padding: 20px;
}

    .right-section > .content-header > .container-fluid > h4 {
        margin: 0;
        font-weight: 400;
    }

        .right-section > .content-header > .container-fluid > h4 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

.right-section .section-title h4 {
    margin-bottom: 0px;
    line-height: 29px;
}

body.fixed .header,
body.fixed .left-section,
body.fixed .navbar {
    position: fixed;
}

body.fixed .header {
    top: 0;
    right: 0;
    left: 0;
}

body.fixed .navbar {
    left: 0;
    right: 0;
}

body.fixed .wrapper {
    margin-top: 50px;
}
/* Content */
.content {
    padding: 0px 0px;
    background: #ffffff;
}

.picker {
    margin: 0px;
}

.ranger.ranger-labels .ranger-label.max {
    text-align: center;
}

.ranger.ranger-labels .ranger-label.min {
    text-align: center;
}

.ranger.ranger-labels .ranger-label {
    font-size: 11px;
}

.label {
    display: inline;
    padding: 10px;
    font-size: 75%;
    font-weight: 500;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 3px;
}

header .navbar-form .input-group .form-control {
    background: white;
    border: none;
}

.input-group > .input-group-btn > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    height: 34px;
}

.selecter {
    max-width: 100%;
}

.center-block {
    float: none;
}
/* Header */
.navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E9E1DC;
}

.user-nav .navbar-nav > li > a {
    line-height: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 60px;
    font-size: 20px;
}

.user-nav .avatar {
    width: 35px;
}

.user-nav .badge {
    font-size: 10px;
    position: absolute;
    top: -7px;
    left: 14px;
}

.user-dropdown > .avatar img {
    width: 35px;
}

.navbar-nav li > a {
    color: #465B6C;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-btn {
    margin-top: 13px;
    margin-bottom: 13px;
}

    .navbar-btn i {
        padding-right: 5px;
        vertical-align: middle;
        line-height: 9px;
        font-size: 18px;
    }

.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: #eceff1;
    color: #2F3439;
}

.navbar .navbar-right > .nav {
    margin-right: 10px;
    margin-left: 10px;
}

.navbar .sidebar-toggle .icon-bar {
    background: #39464F;
}

.navbar .sidebar-toggle:hover .icon-bar {
    opacity: 0.6;
}
/* skin-blue logo */
.logo {
    background-color: #263238;
    color: #ffffff;
}

    .logo > a {
        color: #ffffff;
    }

    .logo:hover {
        color: #ffffff;
    }

body .header {
    top: 0;
    z-index: 100;
}
/* Left side collapse */
.left-section.collapse-left {
    margin-left: -230px;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
}

@media screen and (min-width: 992px) {
    .right-section {
        margin-left: 230px;
        -moz-transition: margin-left 0.2s;
        -o-transition: margin-left 0.2s;
        -webkit-transition: margin-left 0.2s;
        transition: margin-left 0.2s;
        min-height: 800px;
    }
    /*Right side stretch mode*/
    .left-section.collapse-left + .right-section {
        margin-left: 0;
    }

        .left-section.collapse-left + .right-section > .content-header {
            margin-top: 0px;
        }
}

@media screen and (max-width: 992px) {
    .right-section {
        margin-left: 0;
    }
}

header .navbar-form {
    margin-top: 7px;
    margin-bottom: 7px;
}

.header {
    position: relative;
    max-height: 100px;
    z-index: 100;
}

    .header .navbar {
        margin-bottom: 0;
    }

        .header .navbar .sidebar-toggle {
            float: left;
            padding: 9px 5px;
            margin-top: 12px;
            margin-right: 0;
            margin-bottom: 12px;
            margin-left: 5px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

            .header .navbar .sidebar-toggle:hover .icon-bar {
                opacity: 0.6;
            }

            .header .navbar .sidebar-toggle .icon-bar {
                display: block;
                width: 25px;
                height: 3px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .header .navbar .sidebar-toggle .icon-bar + .icon-bar {
                    margin-top: 3px;
                }

        .header .navbar .nav > li.user > a {
            font-weight: bold;
        }

        .header .navbar .nav > li.post-ad > a {
            background: #48A1DD;
            color: white;
        }

        .header .navbar .nav > li > a > .label {
            position: absolute;
            top: 12px;
            right: 6px;
            font-size: 9px;
            font-weight: bold;
            width: 16px;
            height: 16px;
            line-height: 12px;
            text-align: center;
            padding: 2px;
        }

        .header .navbar .nav > li > a:hover > .label {
            top: 3px;
        }

    .header .logo {
        float: left;
        font-size: 25px;
        line-height: 60px;
        text-align: center;
        padding: 0 30px;
        width: 230px;
        font-weight: 400;
        height: 65px;
        display: block;
    }

        .header .logo .icon {
            margin-right: 10px;
        }

@media (max-width: 767px) {
    .navbar .navbar-nav > li {
        float: left;
    }

    .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 14px;
            padding-bottom: 14px;
            line-height: 20px;
        }

        .navbar-nav .open .dropdown-menu {
            position: absolute;
            background-color: #ffffff;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .user-nav .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 560px) {
    .header {
        position: relative;
    }

        .header .logo,
        body .header .navbar {
            width: 100%;
            float: none;
            position: relative !important;
        }

        .header .navbar {
            margin: 0;
        }

    body.fixed .header {
        position: fixed;
    }

    body.fixed > .wrapper,
    body.fixed .sidebar-offcanvas {
        margin-top: 100px !important;
    }
}
/* Component:Sidebar--------------------------*/
.sidebar {
    margin-bottom: 5px;
}

    .sidebar .sidebar-form input:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent !important;
    }

    .sidebar .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #ffffff;
    }

        .sidebar .sidebar-menu > li {
            margin: 0;
            padding: 0;
        }

            .sidebar .sidebar-menu > li > a {
                padding: 9px 15px;
                display: block;
            }

                .sidebar .sidebar-menu > li > a > i {
                    margin-right: 5px;
                    vertical-align: middle;
                }

        .sidebar .sidebar-menu .treeview-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .sidebar .sidebar-menu .treeview-menu > li {
                margin: 0;
            }

                .sidebar .sidebar-menu .treeview-menu > li > a {
                    padding: 5px 5px;
                    display: block;
                    margin: 0px 0px;
                    margin-left: 10px;
                    font-size: 12px;
                }

                    .sidebar .sidebar-menu .treeview-menu > li > a > i {
                        margin-right: 5px;
                        vertical-align: middle;
                    }

        .sidebar .sidebar-menu .copyright {
            padding: 15px;
            text-align: center;
            line-height: 20px;
        }

        .sidebar .sidebar-menu .divider {
            padding: 15px;
            letter-spacing: 1px;
            background: transparent;
            text-transform: uppercase;
            font-weight: 600;
        }

.user-panel {
    margin-top: 25px;
    padding: 10px;
}

    .user-panel:before,
    .user-panel:after {
        display: table;
        content: " ";
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .info > p {
        margin-bottom: 9px;
    }

    .user-panel > .info > a {
        text-decoration: none;
        padding-right: 5px;
        margin-top: 3px;
        font-size: 11px;
        font-weight: normal;
    }

.sidebar > .sidebar-menu > li {
    border: none;
}

    .sidebar > .sidebar-menu > li > a {
        margin-right: 1px;
        font-size: 16px;
    }

        .sidebar > .sidebar-menu > li > a:hover,
        .sidebar > .sidebar-menu > li.active > a {
            color: #fff;
            background: #2196f3;
            -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
            transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        }

    .sidebar > .sidebar-menu > li > .treeview-menu {
        margin: 0 1px;
        background: #263238;
    }

.left-section {
    background: #263238;
    -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}

.sidebar a {
    color: #eceff1;
}

    .sidebar a:hover {
        text-decoration: none;
    }

.treeview-menu > li > a {
    color: #b0bec5;
}

    .treeview-menu > li.active > a,
    .treeview-menu > li > a:hover {
        color: #fff;
    }

.form-rounded input[type="text"],
.form-rounded .btn {
    box-shadow: none;
    background-color: white;
    border: none;
    height: 34px;
}

.form-rounded input[type="text"] {
    color: #1B2025;
}

    .form-rounded input[type="text"]:focus,
    .form-rounded input[type="text"]:focus + .input-group-btn .btn {
        background-color: white;
        color: #1B2025;
    }

        .form-rounded input[type="text"]:focus + .input-group-btn .btn {
            border-left-color: #fff;
        }

    .form-rounded input[type="text"]::-webkit-input-placeholder {
        color: #1B2025;
    }

.form-rounded .btn {
    color: #1B2025;
}
/* * Off Canvas * -------------------------------------------------- * Gives us the push menu effect */
@media screen and (max-width: 992px) {
    .relative {
        position: relative;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        margin-right: -230px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        margin-left: -230px;
    }

    .row-offcanvas-right.active {
        margin-right: 230px;
    }

    .row-offcanvas-left.active {
        margin-left: 230px;
        -moz-transition: margin-left 0.2s;
        -o-transition: margin-left 0.2s;
        -webkit-transition: margin-left 0.2s;
        transition: margin-left 0.2s;
    }

    .sidebar-offcanvas {
        margin-left: 0;
    }

    body.fixed .sidebar-offcanvas {
        margin-top: 50px;
        margin-left: -230px;
    }

    body.fixed .row-offcanvas-left.active .navbar {
        margin-left: 230px !important;
        margin-right: 0;
    }

    body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
        margin-left: 0;
    }

    .nav-tabs > li {
        float: none !important;
    }
}
/* Dropdown menus----------------------------*/
/*Dropdowns in general*/
.dropdown-menu {
    border: none;
    background: #ffffff;
    font-size: 12px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

    .dropdown-menu > li > a:hover {
        background-color: #eceff1;
        color: #9C8B87;
    }
/*Drodown in navbars*/
.navbar .dropdown-menu > li > a {
    color: #444444;
    padding: 5px 10px;
}

.radio label,
.checkbox label {
    padding-left: 5px;
}
/* All form elements including input,select,textarea etc.-----------------------------------------------------------------*/
.form-control {
    border-width: 1px;
    background: #fff;
    border-radius: 3px;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #F1F1F3 !important;
        box-shadow: none;
        border-width: 1px;
    }

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a !important;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #f39c12;
}

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

.form-group.has-error label {
    color: #f56954;
}

.form-group.has-error .form-control {
    border-color: #f56954 !important;
    box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    background-color: #f4f4f4;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
    padding-left: 0;
}
/* Component:Buttons-------------------------*/
.btn {
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
    transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
}

    .btn.btn-default {
        background-color: #eceff1;
        color: #50505f;
        border-color: #eceff1;
        border-bottom-color: #eceff1;
    }

        .btn.btn-default:hover,
        .btn.btn-default:active,
        .btn.btn-default.hover {
            background-color: #eceff1 !important;
        }

        .btn.btn-default.btn-flat {
            border-bottom-color: #d9dadc;
        }

    .btn.btn-primary {
        background-color: #2196f3;
        border-color: #2196f3;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:active,
        .btn.btn-primary.hover {
            background-color: #367fa9;
        }

    .btn.btn-success {
        background-color: #85BB59;
        border-color: #85BB59;
    }

        .btn.btn-success:hover,
        .btn.btn-success:active,
        .btn.btn-success.hover {
            background-color: #78B348;
        }

    .btn.btn-info {
        background-color: #60B8B8;
        border-color: #60B8B8;
    }

        .btn.btn-info:hover,
        .btn.btn-info:active,
        .btn.btn-info.hover {
            background-color: #38A6A6;
        }

    .btn.btn-danger {
        background-color: #f56954;
        border-color: #f4543c;
    }

        .btn.btn-danger:hover,
        .btn.btn-danger:active,
        .btn.btn-danger.hover {
            background-color: #f4543c;
        }

    .btn.btn-warning {
        background-color: #f39c12;
        border-color: #e08e0b;
    }

        .btn.btn-warning:hover,
        .btn.btn-warning:active,
        .btn.btn-warning.hover {
            background-color: #e08e0b;
        }

    .btn.btn-flat {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }

    .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn:focus {
        outline: none;
    }

    .btn.btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn.btn-file > input[type='file'] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }
/* Component:alert------------------------*/
.alert {
    padding-left: 30px;
    margin-left: 15px;
    position: relative;
}

.alert-block {
    margin: 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.alert-success {
    color: #F2F2F2;
    background-color: #84BA58;
    border-color: #84BA58;
}

.alert-warning {
    color: #FFF;
    background-color: #EC7B61;
    border-color: #EC7B61;
}

.alert-danger {
    color: #FFF;
    background-color: #F44345;
    border-color: #F44345;
}
/* Component:Navs*/
/* NAV PILLS */
.nav.nav-pills > li > a {
    border-top: 3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
    border-radius: 0;
    color: #444;
}

.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover {
    background-color: #F1F1F3;
}

.nav.nav-pills > li.active > a {
    font-weight: 600;
}

.nav.nav-pills > li > a:hover {
    background-color: #f6f6f6;
}

.nav.nav-pills.nav-stacked > li > a {
    border-top: 0;
    border-right: 3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #545463;
}

.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover {
    background-color: #FFF;
    border-right-color: #2196f3;
    color: #545463;
}

.nav.nav-pills.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.nav-tabs {
    border: none;
    font-size: 13px;
}

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

        .nav-tabs > li > a {
            border: none;
            margin-right: 10px;
        }

            .nav-tabs > li > a > i {
                vertical-align: middle;
                padding-right: 8px;
            }

            .nav-tabs > li > a:hover {
                border-color: #E8E8EC;
                background: #ffffff;
                color: #8B8B9C;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #796763;
            cursor: default;
            font-weight: 600;
            background-color: #fff;
            border: 1px solid #D8D1CC;
            border-bottom-color: transparent;
        }
/* Component:Pace Loader*/
.pace .pace-progress {
    background: #EC7B61;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}
/* Component:Cards */
.card {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #D8D1CC;
}

    .card .card-title {
        color: #50505f;
        font-size: 16px;
        font-weight: 600;
    }

    .card a {
        color: #796763;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .card a:hover {
            color: #959594;
        }

    .card.small {
        height: 300px;
        position: relative;
    }

        .card.small .card-image {
            overflow: hidden;
            height: 150px;
        }

        .card.small .card-content {
            overflow: hidden;
            height: 150px;
        }

        .card.small .card-action {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .card .card-image {
        position: relative;
        z-index: 2;
    }

        .card .card-image img {
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
            background-clip: padding-box;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            min-height: 200px;
            max-height: 200px;
            bottom: 0;
            width: 100%;
            z-index: -1;
        }

        .card .card-image .card-title {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 16px;
        }

    .card .card-content {
        position: relative;
        padding: 16px;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
        background-clip: padding-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card .card-content p {
            margin: 0;
            color: #626D76;
        }

    .card .card-img-label {
        position: absolute;
        background: rgba(158, 158, 158, 0.8);
        color: #fff;
        padding: 10px 15px;
        top: 0;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 0px 0px 3px 0px;
        -moz-border-radius: 0px 0px 3px 0px;
        -webkit-border-radius: 0px 0px 3px 0px;
    }

    .card .card-action {
        font-size: 12px;
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        padding: 16px;
    }

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
}

.jumbotron {
    background-color: #eceff1;
}

.breadcrumb {
    background-color: #eceff1;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.landing-bg {
    color: #ffffff;
    width: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    min-height: 90%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 90vh;
    /* These two lines are counted as one :-)       */
    height: 90vh;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* Safari */
    align-items: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.stripe-connect {
    display: inline-block;
    margin-bottom: 1px;
    background-image: -webkit-linear-gradient(#28a0e5, #015e94);
    background-image: -moz-linear-gradient(#28a0e5, #015e94);
    background-image: -ms-linear-gradient(#28a0e5, #015e94);
    background-image: linear-gradient(#28a0e5, #015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    height: 30px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .stripe-connect span {
        display: block;
        position: relative;
        padding: 0 12px 0 44px;
        height: 30px;
        background: #1275FF;
        background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        font-size: 14px;
        line-height: 30px;
        color: white;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .stripe-connect span:before {
            content: '';
            display: block;
            position: absolute;
            left: 11px;
            top: 50%;
            width: 23px;
            height: 24px;
            margin-top: -12px;
            background-repeat: no-repeat;
            background-size: 23px 24px;
        }

    .stripe-connect:active {
        background: #005D93;
    }

        .stripe-connect:active span {
            color: #EEE;
            background: #008CDD;
            background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
            background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
            background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
            background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
            -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
        }
    /* Images*/
    .stripe-connect span:before,
    .stripe-connect.blue span:before {
        background-image: url("data:image/png;base64,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");
    }

.profile-picture {
    width: 100px;
}

#boxer.mobile {
    z-index: 9999;
}

#map-canvas {
    height: 350px;
    margin: 0px;
    padding: 0px;
}

#pac-input {
    background-color: #fff;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.search-widget .range-from:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -4px;
    content: "-";
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .row-eq-height .col-md-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        width: 24.5%;
    }
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge.up {
    position: relative;
    top: -12px;
    padding: 3px 6px;
    margin-left: -25px;
}

.top-menu .dropdown-menu li a {
    font-size: 14px;
    text-align: left;
    padding: 5px 15px;
}

.dropdown .extended {
    width: 280px;
    padding: 0;
    margin-left: -1px;
    z-index: 3;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: none;
    max-height: 330px;
}

    .dropdown .extended li {
        border-bottom: 1px solid #f0f0f0;
        line-height: 20px;
    }

        .dropdown .extended li a {
            padding: 10px 20px !important;
        }

    .dropdown .extended i {
        float: left;
        width: 38px;
        margin-right: 10px;
        text-align: center;
        margin-top: 5px;
    }

    .dropdown .extended p {
        font-weight: 600;
        background-color: #E4E9ED;
        padding: 10px 15px 11px 15px;
        margin-bottom: 0px;
    }

@media (min-width: 768px) {
    table.mails {
        table-layout: fixed;
    }
}

@media (max-width: 767px) {
    .text-center-sm {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .pull-left-md {
        float: left;
    }
}

.img-profile-card {
    position: absolute;
    top: -40px;
    right: 10px;
    z-index: 3;
}

@media (min-width: 768px) {
    #sidebar.affix,
    #sidebar.affix-bottom {
        width: 280px;
    }
}

@media (min-width: 1200px) {
    #sidebar.affix,
    #sidebar.affix-bottom {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .affix {
        position: static;
    }
}

.navbar-brand > img {
    display: inline-block;
}

.navbar-brand {
    color: #50505f;
}
