/*   
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap v2.3.2
Version: 1.4
Author: KeenThemes
Website: http://www.keenthemes.com/preview/?theme=metronic
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469
*/

/*********************
 GENERAL UI COLORS 
*********************/

/***
Colors
blue:  #4b8df8
light blue: #bfd5fa
red: #e02222
yellow: #ffb848
green: #35aa47
purple: #852b99
grey: #555555;
light grey: #fafafa;
***/

/*********************
 GENERAL RESET & SETUP 
*********************/

/***
Import fonts
***/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*** load open sans font from local
@import url(~/fonts/font.css);
***/

/***
Reset and overrides  
***/

@media (min-width: 600px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    /* general body settings */
    html {
        background-color: #e1e1e3 !important;
        overflow: auto;
        margin: 10px;
    }

    body {
        color: #000;
        direction: ltr;
        font-family: Verdana, Arial, sans-serif !important;
        font-size: 12px !important;
        /*margin: 10px!important;*/
        padding: 0 !important;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        /*overflow: hidden;*/
        width: 1048px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    /* overides metro scrolbars in IE10 and makes them look like a default scrollbar */

    @-ms-viewport {
        width: auto !important;
    }

    @-moz-viewport {
        width: auto !important;
    }

    @-webkit-viewport {
        width: auto !important;
    }

    @viewport {
        width: auto !important;
    }

    /***
General typography 
***/

    h3 small, h4 small, h5 small {
        color: #444;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 300;
    }

        h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
            padding-bottom: 10px;
        }

    a {
        color: #0d638f;
        text-shadow: none !important;
    }

    /***
General backgrounds
***/

    .bg-blue {
        background-color: #4b8df8 !important;
        background-image: none !important;
    }

    .bg-red {
        background-color: #e02222 !important;
        background-image: none !important;
    }

    .bg-yellow {
        background-color: #ffb848 !important;
        background-image: none !important;
    }

    .bg-green {
        background-color: #35aa47 !important;
        background-image: none !important;
    }

    .bg-purple {
        background-color: #852b99 !important;
        background-image: none !important;
    }

    .bg-grey {
        background-color: #555555 !important;
        background-image: none !important;
    }

    /***
Apply fix for font awesome icons.
***/

    [class^="icon-"],
    [class*=" icon-"],
    [class^="icon-"]:hover,
    [class*=" icon-"]:hover {
        background: none !important;
    }

    /***
Make font awesome icons fixed width(latest version issue)
***/

    li [class^="icon-"],
    li [class*=" icon-"] {
        display: inline-block;
        text-align: center;
        width: 1.25em;
    }

        li [class^="icon-"].icon-large,
        li [class*=" icon-"].icon-large {
            /* increased font size for icon-large */
            width: 1.5625em;
        }

    /***
Close icon used for modal dialog and other UI element close buttons
***/

    .close {
        background-image: url('../../img/remove-icon-small.png') !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        height: 9px;
        margin-right: 0;
        margin-top: 0;
        width: 9px;
    }

    /***
ie8 & ie9 modes
***/

    .visible-ie8 {
        display: none;
    }

    .ie8 .visible-ie8 {
        display: inherit !important;
    }

    .visible-ie9 {
        display: none;
    }

    .ie9 .visible-ie9 {
        display: inherit !important;
    }

    .hidden-ie8 {
        display: inherit;
    }

    .ie8 .hidden-ie8 {
        display: none !important;
    }

    .hidden-ie9 {
        display: inherit;
    }

    .ie9 .hidden-ie9 {
        display: none !important;
    }

    /***
Fix link outlines after click
***/

    a, a:focus, a:hover, a:active {
        outline: 0;
    }

    /***
IE8 fix for form input height in fluid rows
***/

    .ie8 .row-fluid [class*="span"] {
        min-height: 20px !important;
    }

    /***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/

    .fix-offset {
        margin-left: 0 !important;
    }

    /***
Misc tools
***/

    .visible-ie8 {
        display: none;
    }

    .no-padding {
        padding: 0 !important;
    }

    .no-margin {
        margin: 0 !important;
    }

    .no-bottom-space {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .no-top-space {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .space5 {
        clear: both;
        display: block;
        height: 5px !important;
    }

    .space7 {
        clear: both;
        height: 7px !important;
    }

    .space10 {
        clear: both;
        height: 10px !important;
    }

    .space12 {
        clear: both;
        height: 12px !important;
    }

    .space15 {
        clear: both;
        height: 15px !important;
    }

    .space20 {
        clear: both;
        height: 20px !important;
    }

    .no-space {
        margin: 0 !important;
        padding: 0 !important;
    }

    .no-text-shadow {
        text-shadow: none !important;
    }

    .no-left-padding {
        padding-left: 0 !important;
    }

    .no-left-margin {
        margin-left: 0 !important;
    }

    .margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .margin-top-10 {
        margin-top: 10px !important;
    }

    .margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .margin-top-20 {
        margin-top: 20px !important;
    }

    .margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .hide {
        display: none;
    }

    .bold {
        font-weight: 600 !important;
    }

    .fix-margin {
        margin-left: 0 !important;
    }

    .border {
        border: 1px solid #ddd;
    }

    .inline {
        display: inline;
    }

    hr {
        border: 0;
        border-bottom: 1px solid #FEFEFE;
        border-top: 1px solid #E0DFDF;
        margin: 20px 0;
    }

    /********************
 GENERAL LAYOUT 
*********************/

    /***
Header and header elements.
***/

    .border {
        border: 1px solid red;
    }

    .header {
        margin: 0 !important;
        padding: 0 !important;
    }

        .header.navbar-fixed-top {
            z-index: 9995 !important;
        }

        .header .brand {
            display: inline-block;
            margin-right: 0;
            margin-top: -1px;
            padding-left: 0;
            padding-right: 0;
            width: 225px;
        }

            .header .brand img {
                margin-left: 20px;
            }

        .header .btn-navbar {
            background-image: none;
            border: 0;
            box-shadow: none;
            color: #fff;
            filter: none;
            margin-bottom: 0;
            padding-bottom: 6px;
            padding-right: 0;
            padding-top: 10px;
        }

            .header .btn-navbar:hover {
                text-decoration: none;
            }

        .header .navbar-inner {
            border: 0;
            box-shadow: none;
            height: 42px;
            margin-left: 0;
            padding: 0;
            width: 100%;
        }

        .header .nav {
            display: block;
        }

            .header .nav > li {
                margin: 0;
                padding: 0;
            }

                .header .nav > li.dropdown,
                .header .nav > li.dropdown > a {
                    padding-left: 4px;
                    padding-right: 4px;
                }

                    .header .nav > li.dropdown > a:last-child {
                        padding-right: 0;
                    }

                    .header .nav > li.dropdown:last-child {
                        padding-right: 2px;
                    }

                    .header .nav > li.dropdown .dropdown-toggle {
                        margin: 0;
                        padding: 15px 10px 7px 10px;
                    }

                        .header .nav > li.dropdown .dropdown-toggle i {
                            font-size: 18px;
                        }

                    .header .nav > li.dropdown.user .dropdown-toggle {
                        padding: 7px 4px 6px 9px;
                    }

                        .header .nav > li.dropdown.user .dropdown-toggle:hover {
                            text-decoration: none;
                        }

                        .header .nav > li.dropdown.user .dropdown-toggle .username {
                            color: #ddd;
                        }

            .header .nav li.dropdown.user .dropdown-toggle i {
                display: inline-block;
                font-size: 16px;
                margin: 0;
                margin-top: 5px;
            }

            .header .nav > li.dropdown.user .dropdown-menu i {
                display: inline-block;
                width: 15px;
            }

            .header .nav > li.dropdown .dropdown-toggle .badge {
                -moz-border-radius: 12px !important;
                -webkit-border-radius: 12px !important;
                background-color: #e02222;
                border-radius: 12px !important;
                font-size: 11px !important;
                font-weight: 300;
                height: 14px;
                padding: 2px 6px 2px 6px;
                position: absolute;
                right: 24px;
                text-align: center;
                text-shadow: none !important;
                top: 8px;
            }

            /* language bar */

            .header .nav > li.dropdown.language {
                margin-left: 0;
                margin-right: 0;
                margin-top: 0;
                padding-left: 0;
                padding-right: 0;
            }

                .header .nav > li.dropdown.language > a {
                    color: #ddd;
                    font-size: 13px;
                    height: 24px;
                    margin-top: -4px;
                    padding-left: 5px;
                    padding-right: 2px;
                }

                    .header .nav > li.dropdown.language > a > img {
                        margin-bottom: 2px;
                    }

                    .header .nav > li.dropdown.language > a > i {
                        font-size: 16px;
                    }

                .header .nav > li.dropdown.language > .dropdown-menu > li > a > img {
                    margin-bottom: 2px;
                }



    /* firefox hack for topbar menu */

    @-moz-document url-prefix() {

        .header .nav > li.dropdown .dropdown-toggle {
            padding: 13px 10px 7px 10px;
        }

            .header .nav > li.dropdown .dropdown-toggle .badge {
                padding: 1px 6px 3px 6px;
            }

        .header .nav > li.dropdown.language > a {
            height: 24px;
            margin-top: -2px;
        }
    }

    .header .nav .dropdown-menu {
        margin-top: 3px;
    }

    /***
Page container
***/

    .page-container {
        margin: 0;
        padding: 0;
    }

    .page-header-fixed .page-container {
        margin-top: 42px;
    }

    /***
Page sidebar
***/

    /* ie8 fixes */

    .ie8 .page-sidebar {
        position: absolute;
        width: 225px;
    }

    ul.page-sidebar-menu {
        list-style: none;
        margin: 0;
        margin: 0;
        padding: 0;
        padding: 0;
    }

        ul.page-sidebar-menu > li {
            border: 0;
            display: block;
            margin: 0;
            padding: 0;
        }

            ul.page-sidebar-menu > li.start > a {
                border-top-color: transparent !important;
            }

            ul.page-sidebar-menu > li:last-child > a,
            ul.page-sidebar-menu > li.last > a {
                border-bottom-color: transparent !important;
            }

            ul.page-sidebar-menu > li > a {
                border: 0;
                display: block;
                font-size: 14px;
                font-weight: 300;
                margin: 0;
                padding: 10px 15px;
                position: relative;
                text-decoration: none;
            }

    .page-sidebar-fixed ul.page-sidebar-menu > li > a {
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    ul.page-sidebar-menu > li > a i {
        font-size: 16px;
        margin-right: 5px;
        text-shadow: none;
    }

    ul.page-sidebar-menu > li.break {
        margin-bottom: 20px;
    }

    ul.page-sidebar-menu > li.active > a {
        border: none;
        text-shadow: none;
    }

        ul.page-sidebar-menu > li.active > a .selected {
            background-image: url("../../img/sidebar-menu-arrow.png") !important;
            display: block;
            float: right;
            height: 25px;
            position: absolute;
            right: 0;
            top: 8px;
            width: 8px;
        }

    .page-sidebar ul > li > a > .arrow:before {
        content: "\f104";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 300;
        height: auto;
        margin-right: 5px;
        margin-top: 1px;
        text-shadow: none;
    }

    ul.page-sidebar-menu > li > a > .arrow.open:before {
        content: "\f107";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 300;
        height: auto;
        margin-right: 3px;
        margin-top: 1px;
        text-shadow: none;
    }

    /* bagin: sidebar menu badges */

    .page-sidebar ul > li > a > .badge {
        -moz-border-radius: 12px !important;
        -webkit-border-radius: 12px !important;
        border-radius: 12px !important;
        display: inline;
        float: right;
        font-size: 11px;
        font-weight: 300;
        height: auto;
        margin-right: 13px;
        margin-top: 1px;
        padding: 2px 6px 2px 6px;
        text-shadow: none;
    }

        .page-sidebar ul > li > a > .badge.badge-roundless {
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
            padding: 1px 6px 1px 6px;
        }

    @-moz-document url-prefix() {
        .page-sidebar ul > li > a > .badge {
            padding: 1px 6px 3px 6px;
        }

            .page-sidebar ul > li > a > .badge.badge-roundless {
                padding: 1px 6px 2px 6px;
            }
    }

    /* end: sidebar menu badges */

    ul.page-sidebar-menu > li > ul.sub-menu {
        clear: both;
        display: none;
        list-style: none;
        margin: 8px 0 8px 0;
    }

    ul.page-sidebar-menu > li.active > ul.sub-menu {
        display: block;
    }

    ul.page-sidebar-menu > li > ul.sub-menu > li {
        background: none;
        margin: 0;
        margin-top: 1px !important;
        padding: 0;
    }

        ul.page-sidebar-menu > li > ul.sub-menu > li > a {
            background: none;
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin: 0 0 0 0;
            padding: 5px 0;
            padding-left: 44px !important;
            text-decoration: none;
        }

        /* 3rd level sub menu */

        ul.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
            clear: both;
            display: none;
            list-style: none;
            margin: 0 0 0 0;
        }

    ul.page-sidebar-menu > li > ul.sub-menu li > a > .arrow:before {
        content: "\f104";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 300;
        height: auto;
        margin-right: 20px;
        margin-top: 1px;
        text-shadow: none;
    }

    ul.page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open:before {
        content: "\f107";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 300;
        height: auto;
        margin-right: 18px;
        margin-top: 1px;
        text-shadow: none;
    }

    ul.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
        display: block;
    }

    ul.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu li {
        background: none;
        margin: 0;
        margin-top: 1px !important;
        padding: 0;
    }

    ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
        background: none;
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin: 0 0 0 0;
        padding: 5px 0;
        text-decoration: none;
    }

    ul.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-left: 60px;
    }

    ul.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-left: 80px;
    }

    ul.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
        display: block;
    }


    ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a > i {
        font-size: 13px;
    }

    /* sidebar search */

    .page-sidebar .sidebar-search {
        margin: 8px 20px 20px 20px;
    }

        .page-sidebar .sidebar-search .submit {
            background-image: url(../../img/search-icon.png) !important;
            background-repeat: no-repeat;
            display: block;
            float: right;
            height: 13px;
            margin-top: 8px;
            width: 13px;
        }

        .page-sidebar .sidebar-search input {
            border: 0;
            box-shadow: none;
            font-size: 14px;
            margin: 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
            width: 165px;
        }

        .page-sidebar .sidebar-search .input-box {
            padding-bottom: 2px;
        }

    /***
Sidebar toggler(show/hide)
***/

    .page-sidebar .sidebar-toggler {
        background-repeat: no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        height: 29px;
        margin-left: 175px;
        margin-top: 15px;
        opacity: 0.5;
        width: 29px;
    }

    .sidebar-toggler:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .page-sidebar-closed .sidebar-toggler {
        margin-left: 3px;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search {
        height: 34px;
        margin-bottom: 15px !important;
        margin-left: 3px;
        width: 29px;
    }

        .page-sidebar-closed .page-sidebar .sidebar-search input {
            display: none;
        }

        .page-sidebar-closed .page-sidebar .sidebar-search .submit {
            display: block !important;
            margin: 11px 7px !important;
        }

        .page-sidebar-closed .page-sidebar .sidebar-search .input-box {
            border-bottom: 0 !important;
        }

        .page-sidebar-closed .page-sidebar .sidebar-search.open {
            height: 34px;
            overflow: hidden;
            width: 255px;
        }

            .page-sidebar-closed .page-sidebar .sidebar-search.open input {
                display: inline-block !important;
                margin-top: 3px;
                padding-bottom: 2px;
                padding-left: 10px;
                width: 180px;
            }

            .page-sidebar-closed .page-sidebar .sidebar-search.open .submit {
                display: inline-block;
                height: 13px;
                margin: 10px 8px 9px 6px !important;
                width: 13px;
            }

            .page-sidebar-closed .page-sidebar .sidebar-search.open .remove {
                background-repeat: no-repeat;
                display: inline-block !important;
                float: left !important;
                height: 11px;
                margin: 11px 6px 7px 8px !important;
                width: 11px;
            }

    .page-sidebar-closed ul.page-sidebar-menu > li > a .selected {
        right: -3px !important;
    }

    .page-sidebar-closed ul.page-sidebar-menu > li > a > .title,
    .page-sidebar-closed ul.page-sidebar-menu > li > a > .arrow {
        display: none !important;
    }

    .page-sidebar-closed .sidebar-toggler {
        margin-right: 3px;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .page-sidebar-closed ul.page-sidebar-menu {
        width: 35px !important;
    }

        .page-sidebar-closed ul.page-sidebar-menu > li > a {
            padding-left: 7px;
        }

    .page-sidebar-fixed.page-sidebar-closed ul.page-sidebar-menu > li > a {
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .page-sidebar-closed ul.page-sidebar-menu > li:hover {
        display: block !important;
        position: relative !important;
        width: 236px !important;
        z-index: 2000;
    }

        .page-sidebar-closed ul.page-sidebar-menu > li:hover .selected {
            display: none;
        }

        .page-sidebar-closed ul.page-sidebar-menu > li:hover > a > i {
            margin-right: 10px;
        }

        .page-sidebar-closed ul.page-sidebar-menu > li:hover .title {
            display: inline !important;
        }

    .page-sidebar-closed ul.page-sidebar-menu > li > .sub-menu {
        display: none !important;
    }

    .page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu {
        display: block !important;
        left: 36px;
        margin-top: 0;
        position: absolute;
        top: 100%;
        width: 200px;
        z-index: 2000;
    }

        .page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu,
        .page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu {
            width: 200px;
        }

        /* 2rd level sub menu*/

        .page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu > li > a {
            padding-left: 15px !important;
        }

    /* 3rd level sub menu*/

    .page-sidebar-closed ul.page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > a {
        padding-left: 30px !important;
    }

    /* 4rd level sub menu*/

    .page-sidebar-closed ul.page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
        padding-left: 45px !important;
    }

    /* sidebar container */

    .page-sidebar-closed .page-sidebar {
        width: 35px;
    }

    .page-sidebar-closed .page-content {
        margin-left: 35px !important;
    }


    /***
Page content
***/

    .page-content {
        background-color: #fff;
        margin-top: 0;
        padding: 0;
    }

    .ie8 .page-content {
        margin-left: 225px;
        margin-top: 0;
        min-height: 760px;
    }

    .ie8 .page-sidebar-fixed .page-content {
        min-height: 600px;
    }

    .ie8 .page-content.no-min-height {
        min-height: auto;
    }

    .page-full-width .page-content {
        margin-left: 0 !important;
    }


    /***
Page title
***/

    .page-title {
        color: #666;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        font-weight: 300;
        letter-spacing: -1px;
        margin: 20px 0 15px 0;
        padding: 0;
    }

        .page-title small {
            color: #888;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0;
        }

    /***
Page breadcrumb
***/

    .ie8 .row-fluid .breadcrumb > li {
        margin-right: 1px;
    }

    .page-content .breadcrumb {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: #eee;
        border: 0 !important;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 25px;
        padding-left: 8px;
        padding-right: 0;
    }

        .page-content .breadcrumb a,
        .page-content .breadcrumb i,
        .page-content .breadcrumb span {
            color: #333;
            font-size: 14px;
            text-shadow: none;
        }

        .page-content .breadcrumb i {
            color: #666;
        }

        /***
Dashboard date range panel
***/

        .page-content .breadcrumb .dashboard-date-range {
            background-color: #e02222;
            color: #fff;
            cursor: pointer;
            display: none;
            margin-right: 0;
            margin-top: -8px;
            padding: 8px;
            padding-bottom: 7px;
            padding-top: -1px;
        }

            .page-content .breadcrumb .dashboard-date-range span {
                color: #fff;
                font-size: 12px;
                font-weight: 300;
                text-transform: uppercase;
            }

            .page-content .breadcrumb .dashboard-date-range .icon-calendar {
                color: #fff;
                font-size: 14px;
                margin-top: 0;
                text-transform: normal;
            }

            .page-content .breadcrumb .dashboard-date-range span {
                font-weight: normal;
            }

            .page-content .breadcrumb .dashboard-date-range .icon-angle-down {
                color: #fff;
                font-size: 16px;
            }

    /***
Footer
***/

    .footer {
        font-size: 12px;
        padding: 8px 20px 5px 20px;
    }

        .footer:after,
        .footer:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .footer:after {
            clear: both;
        }

        .footer .footer-inner {
            display: inline-block;
            float: left;
        }

        .footer .footer-tools {
            display: inline-block;
            float: right;
        }

            .footer .footer-tools .go-top {
                cursor: pointer;
                display: block;
                font-size: 16px;
                margin-bottom: 0;
                margin-right: 0;
                margin-top: -2px;
                padding: 0 6px 0 6px;
                text-decoration: none;
            }

                .footer .footer-tools .go-top i {
                    font-size: 22px;
                    margin-bottom: 5px;
                }

    /* begin: fixed footer */

    .page-footer-fixed .footer {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 10000;
    }

    .page-footer-fixed .page-container {
        margin-bottom: 33px;
    }

    .page-footer-fixed.page-sidebar-fixed .footer {
        margin-left: 0 !important;
    }

    /* end: fixed footer */

    /********************
 GENERAL UI ELEMENTS 
*********************/

    /***
Icon stuff
***/

    i.icon, a.icon {
        color: #999;
        font-size: 13px;
        font-weight: normal;
        margin-right: 5px;
    }

    i.icon-black {
        color: #000 !important;
    }

    a.icon:hover {
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        filter: alpha(opacity=40);
        opacity: .4;
        text-decoration: none;
        transition: all 0.1s ease-in-out;
    }

    a.icon.huge i {
        font-size: 16px !important;
    }

    i.big {
        font-size: 20px;
    }

    i.warning {
        color: #d12610;
    }

    i.critical {
        color: #37b7f3;
    }

    i.normal {
        color: #52e136;
    }

    /***
Custom wells
***/

    .well {
        -moz-border-radius: 0;
        -moz-box-shadow: none !important;
        -webkit-border-radius: 0;
        -webkit-box-shadow: none !important;
        background-color: #fafafa;
        border: 1px solid #eee;
        border-radius: 0;
        box-shadow: none !important;
    }

        .well.mini {
            padding: 7px !important;
        }

    /***
Form stuff
***/

    .form-section {
        border-bottom: 1px solid #eee;
        margin: 15px 0 20px 0 !important;
        padding-bottom: 5px;
    }

    .form form {
        margin: 0 !important;
        padding: 0 !important;
    }

    .no-bottom-space {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .form .form-actions {
        margin-top: 0 !important;
        margin-top: 40px;
        padding-left: 190px;
    }

    .portlet.box .form .form-actions,
    .portlet.solid .form .form-actions {
        margin-bottom: -10px !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    /***
Bordered form layout
***/

    /***
Input icons
***/

    /* input with right aligned and colored icons */

    .input-icon input {
        padding-right: 25px !important;
    }

    .input-icon .input-info,
    .input-icon .input-error,
    .input-icon .input-warning,
    .input-icon .input-success {
        display: inline-block !important;
        font-size: 16px;
        position: relative !important;
        right: 25px !important;
        top: 7px;
    }

    .input-icon .input-info {
        color: #27a9e3;
    }

    .input-icon .input-error {
        color: #B94A48;
    }

    .input-icon .input-warning {
        color: #C09853;
    }

    .input-icon .input-success {
        color: #468847;
    }

    /* input with left aligned icons */

    .input-icon.left i {
        color: #ccc;
        display: block !important;
        font-size: 16px;
        height: 16px;
        margin: 9px 2px 4px 10px;
        position: absolute !important;
        text-align: center;
        width: 16px;
        z-index: 1;
    }

    .input-icon.left input {
        padding-left: 33px !important;
    }

    /***
Portlets
***/

    .portlet {
        clear: both;
        margin-bottom: 25px;
        margin-top: 0;
        padding: 0;
    }

        .portlet > .portlet-title {
            border-bottom: 1px solid #eee;
            margin-bottom: 15px;
        }

            .portlet > .portlet-title:after,
            .portlet > .portlet-title:before {
                content: "";
                display: table;
                line-height: 0;
            }

            .portlet > .portlet-title:after {
                clear: both;
            }

            .portlet > .portlet-title > .caption {
                display: inline-block;
                float: left;
                font-size: 18px;
                font-weight: 400;
                margin: 0;
                margin-bottom: 7px;
                padding: 0;
            }

                .portlet > .portlet-title > .caption i {
                    color: #666;
                    display: inline-block !important;
                    float: left;
                    font-size: 13px;
                    margin-right: 5px;
                    margin-top: 5px;
                }

        .portlet.blue > .portlet-title > .caption, .portlet-title.blue > .caption,
        .portlet.green > .portlet-title > .caption, .portlet-title.green > .caption,
        .portlet.yellow > .portlet-title > .caption, .portlet-title.yellow > .caption,
        .portlet.red > .portlet-title > .caption, .portlet-title.red > .caption,
        .portlet.purple > .portlet-title > .caption, .portlet-title.purple > .caption,
        .portlet.grey > .portlet-title > .caption, .portlet-title.dark-grey > .caption {
            color: #fff;
        }

        .portlet.box.blue > .portlet-title > .caption > i,
        .portlet.box.green > .portlet-title > .caption > i,
        .portlet.box.grey > .portlet-title > .caption > i,
        .portlet.box.yellow > .portlet-title > .caption > i,
        .portlet.box.red > .portlet-title > .caption > i,
        .portlet.box.purple > .portlet-title > .caption > i,
        .portlet.box.light-grey > .portlet-title > .caption > i {
            color: #fff;
        }

    .sortable .portlet > .portlet-title {
        cursor: move;
    }

    .portlet > .portlet-title > .tools,
    .portlet > .portlet-title > .actions {
        display: inline-block;
        float: right;
        margin: 0;
        margin-top: 6px;
        padding: 0;
    }

        .portlet > .portlet-title > .tools > a {
            display: inline-block;
            height: 16px;
            margin-left: 5px;
        }

        .portlet > .portlet-title > .actions > .dropdown-menu i {
            color: #000 !important;
        }

        .portlet > .portlet-title > .tools > a.remove {
            background-image: url(../../img/portlet-remove-icon.png) !important;
            background-repeat: no-repeat;
            width: 11px;
        }

        .portlet > .portlet-title > .tools > a.config {
            background-image: url(../../img/portlet-config-icon.png) !important;
            background-repeat: no-repeat;
            width: 12px;
        }

        .portlet > .portlet-title > .tools > a.reload {
            background-image: url(../../img/portlet-reload-icon.png) !important;
            width: 13px;
        }

        .portlet > .portlet-title > .tools > a.expand {
            background-image: url(../../img/portlet-expand-icon.png) !important;
            width: 14px;
        }

        .portlet > .portlet-title > .tools > a.collapse {
            background-image: url(../../img/portlet-collapse-icon.png) !important;
            width: 14px;
        }

        .portlet > .portlet-title > .tools > a:hover {
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -webkit-transition: all 0.1s ease-in-out;
            filter: 'alpha(opacity=60)';
            opacity: .6;
            text-decoration: none;
            transition: all 0.1s ease-in-out;
        }

        .portlet > .portlet-title > .actions > .btn-group {
            margin-top: -12px;
        }

        .portlet > .portlet-title > .actions > .btn {
            margin-top: -13px;
            padding: 4px 10px;
        }

        .portlet > .portlet-title > .actions > .btn-group > .btn {
            margin-top: -1px;
            padding: 4px 10px;
        }

        .portlet > .portlet-title > .actions > .btn.mini {
            margin-top: -12px;
            padding: 4px 10px;
        }

    .portlet > .portlet-title > .pagination.pagination-small {
        display: inline-block !important;
        float: right !important;
        margin: 0;
        margin-top: -2px;
    }

    .portlet > .portlet-body {
        clear: both;
        padding: 0;
    }

        .portlet > .portlet-body.light-blue, .portlet.light-blue {
            background-color: #bfd5fa !important;
        }

        .portlet > .portlet-body.blue, .portlet.blue {
            background-color: #4b8df8 !important;
        }

        .portlet > .portlet-body.red, .portlet.red {
            background-color: #e02222 !important;
        }

        .portlet > .portlet-body.yellow, .portlet.yellow {
            background-color: #ffb848 !important;
        }

        .portlet > .portlet-body.green, .portlet.green {
            background-color: #35aa47 !important;
        }

        .portlet > .portlet-body.purple, .portlet.purple {
            background-color: #852b99 !important;
        }

        .portlet > .portlet-body.light-grey, .portlet.light-grey {
            background-color: #fafafa !important;
        }

        .portlet > .portlet-body.grey, .portlet.grey {
            background-color: #555555 !important;
        }

    /*  draggable girds */

    .ui-sortable-placeholder {
        border: 1px dotted black;
        height: 100% !important;
        visibility: visible !important;
    }

        .ui-sortable-placeholder * {
            visibility: hidden;
        }

    .sortable-box-placeholder {
        background-color: #f5f5f5;
        border: 1px dashed #DDDDDD;
        display: block;
        margin-bottom: 24px !important;
        /* float: left;*/
        margin-top: 0 !important;
    }

        .sortable-box-placeholder * {
            visibility: hidden;
        }

    /***
Solid colored portlet
***/

    .portlet.solid {
        padding: 10px;
    }

        .portlet.solid > .portlet-title > .tools {
            border: 0;
            margin-top: 2px;
        }

        .portlet.solid > .portlet-title {
            border: 0;
            margin-bottom: 5px;
        }

        .portlet.solid.bordered > .portlet-title {
            margin-bottom: 15px;
        }

        .portlet.solid.red > .portlet-title,
        .portlet.solid.red > .portlet-title i,
        .portlet.solid.red > .portlet-body,
        .portlet.solid.green > .portlet-title,
        .portlet.solid.green > .portlet-title i,
        .portlet.solid.green > .portlet-body,
        .portlet.solid.yellow > .portlet-title,
        .portlet.solid.yellow > .portlet-title i,
        .portlet.solid.yellow > .portlet-body,
        .portlet.solid.grey > .portlet-title,
        .portlet.solid.grey > .portlet-title i,
        .portlet.solid.grey > .portlet-body,
        .portlet.solid.purple > .portlet-title,
        .portlet.solid.purple > .portlet-title i,
        .portlet.solid.purple > .portlet-body,
        .portlet.solid.blue > .portlet-title,
        .portlet.solid.blue > .portlet-title i,
        .portlet.solid.blue > .portlet-body {
            border: 0;
            color: #fff;
        }

    .portlet.bordered {
        border-left: 2px solid #ddd;
    }

    /***
Box portlet
***/


    .portlet.box {
        padding: 0 !important;
    }

        .portlet.box > .portlet-title {
            border-bottom: 1px solid #eee;
            color: #fff !important;
            padding: 8px 10px 2px 10px;
        }

            .portlet.box > .portlet-title > .actions > .btn > i {
                color: #fff !important;
            }

            .portlet.box > .portlet-title > .tools {
                margin-top: 3px;
            }

                .portlet.box > .portlet-title > .tools > a.remove,
                .portlet.solid > .portlet-title > .tools > a.remove {
                    background-image: url(../../img/portlet-remove-icon-white.png) !important;
                }

                .portlet.box > .portlet-title > .tools > a.config,
                .portlet.solid > .portlet-title > .tools > a.config {
                    background-image: url(../../img/portlet-config-icon-white.png) !important;
                }

                .portlet.box > .portlet-title > .tools > a.reload,
                .portlet.solid > .portlet-title > .tools > a.reload {
                    background-image: url(../../img/portlet-reload-icon-white.png) !important;
                }

                .portlet.box > .portlet-title > .tools > a.expand,
                .portlet.solid > .portlet-title > .tools > a.expand {
                    background-image: url(../../img/portlet-expand-icon-white.png) !important;
                }

                .portlet.box > .portlet-title > .tools > a.collapse,
                .portlet.solid > .portlet-title > .tools > a.collapse {
                    background-image: url(../../img/portlet-collapse-icon-white.png) !important;
                }

        /* portlet buttons */

        .portlet.box > .portlet-body {
            background-color: #fff;
            padding: 10px;
        }

        .portlet.box > .portlet-title {
            margin-bottom: 0;
        }

        .portlet.box.blue > .portlet-title {
            background-color: #4b8df8;
        }

        .portlet.box.blue {
            border: 1px solid #b4cef8;
            border-top: 0;
        }

        .portlet.box.red > .portlet-title {
            background-color: #e02222;
        }

        .portlet.box.red {
            border: 1px solid #ef8476;
            border-top: 0;
        }

        .portlet.box.yellow > .portlet-title {
            background-color: #ffb848;
        }

        .portlet.box.yellow {
            border: 1px solid #fccb7e;
            border-top: 0;
        }

        .portlet.box.green > .portlet-title {
            background-color: #35aa47;
        }

        .portlet.box.green {
            border: 1px solid #77e588;
            border-top: 0;
        }

        .portlet.box.purple > .portlet-title {
            background-color: #852b99;
        }

        .portlet.box.purple {
            border: 1px solid #af5cc1;
            border-top: 0;
        }

        .portlet.box.grey > .portlet-title {
            background-color: #555555;
        }

        .portlet.box.grey {
            border: 1px solid #9d9c9c;
            border-top: 0;
        }

        .portlet.box.light-grey > .portlet-title {
            background-color: #aaa;
        }

        .portlet.box.light-grey {
            border: 1px solid #bbb;
            border-top: 0;
        }

    /***
Charts and statistics
***/

    .chart, .pie, .bars {
        height: 300px;
        overflow: hidden;
    }

    /***
Statistic lists
***/

    .item-list.table .percent {
        float: right;
        margin-right: 10px;
        margin-top: 3px;
        width: 30px;
    }

    .item-list.table .title {
        padding-top: -5px;
    }

    /***
Chart tooltips
***/

    .chart-tooltip {
        background-color: #736e6e !important;
        clear: both;
        color: #fff;
        padding: 5px !important;
        z-index: 100;
    }

        .chart-tooltip .label {
            clear: both;
        }

    /***
Mini chart containers
***/

    .bar-chart {
        display: none;
    }

    .line-chart {
        display: none;
    }

    /***
Custom icon buttons
***/

    .icon-btn {
        -moz-box-shadow: none !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        -webkit-box-shadow: none !important;
        -webkit-transition: all 0.3s ease !important;
        background-color: #fafafa !important;
        background-image: none !important;
        border: 1px solid #ddd;
        box-shadow: none !important;
        color: #646464 !important;
        cursor: pointer;
        display: block !important;
        filter: none !important;
        height: 70px;
        margin: 10px 0 10px 0;
        padding: 16px 0 0 0;
        position: relative;
        text-align: center;
        text-shadow: none !important;
        transition: all 0.3s ease !important;
        width: 50px;
    }

    .ie8 .icon-btn:hover {
        filter: none !important;
    }

    .icon-btn:hover {
        -moz-box-shadow: none !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        -webkit-box-shadow: none !important;
        -webkit-transition: all 0.3s ease !important;
        border-color: #999 !important;
        box-shadow: none !important;
        color: #444 !important;
        text-decoration: none !important;
        text-shadow: 0 1px 0 white !important;
        transition: all 0.3s ease !important;
    }

        .icon-btn:hover .badge {
            -moz-box-shadow: none !important;
            -moz-transition: all 0.3s ease !important;
            -ms-transition: all 0.3s ease !important;
            -o-transition: all 0.3s ease !important;
            -webkit-box-shadow: none !important;
            -webkit-transition: all 0.3s ease !important;
            box-shadow: none !important;
            transition: all 0.3s ease !important;
        }

    .icon-btn i {
        color: #777 !important;
        font-size: 20px !important;
    }

    .icon-btn .glyphicons {
        padding: 0;
    }

        .icon-btn .glyphicons i:before {
            color: #777 !important;
            font-size: 20px !important;
        }

    .icon-btn div {
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .icon-btn .badge {
        -moz-border-radius: 12px !important;
        -moz-box-shadow: none;
        -webkit-border-radius: 12px !important;
        -webkit-box-shadow: none;
        border-radius: 12px !important;
        border-style: solid;
        border-width: 0;
        box-shadow: none;
        color: white !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px !important;
        font-weight: 300;
        padding: 3px 7px 3px 7px;
        position: absolute;
        right: -5px;
        text-shadow: none;
        top: -5px;
    }

    /* for firefox only */

    @-moz-document url-prefix() {
        .icon-btn .badge {
            padding: 2px 7px 4px 7px;
        }
    }

    /* extended dropdowns */

    .dropdown-menu.extended {
        background-color: #ffffff !important;
        max-width: 300px !important;
        min-width: 160px !important;
        width: 233px !important;
    }

        .dropdown-menu.extended:before,
        .dropdown-menu.extended:after {
            border-bottom-color: #ddd !important;
        }

        .dropdown-menu.extended li a {
            clear: both;
            display: block;
            font-weight: normal;
            line-height: 20px;
            padding: 5px 10px !important;
            white-space: normal !important;
        }

        .dropdown-menu.extended li i {
            margin-right: 3px;
        }

        .dropdown-menu.extended li a {
            background-color: #ffffff;
            font-size: 13px;
            padding: 10px !important;
        }

            .dropdown-menu.extended li a:hover {
                background-color: #f5f5f5;
                background-image: none;
                color: #000;
                filter: none;
            }

        .dropdown-menu.extended li p {
            background-color: #eee;
            color: #000;
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding: 10px;
        }

        .dropdown-menu.extended li a {
            border-bottom: 1px solid #f4f4f4 !important;
            font-size: 12px;
            list-style: none;
            padding: 7px 0 5px 0;
            text-shadow: none;
        }

        .dropdown-menu.extended li:first-child a {
            border-bottom: 1px solid #f4f4f4 !important;
            border-top: none;
        }

        .dropdown-menu.extended li:last-child a {
            border-bottom: 1px solid #f4f4f4 !important;
            border-top: 1px solid white !important;
        }

        .dropdown-menu.extended li.external > a {
            font-size: 13px;
            font-weight: 400;
        }

            .dropdown-menu.extended li.external > a > i {
                float: right;
                margin-top: 3px;
            }

    /* header notifications dropdowns */

    .dropdown-menu .dropdown-menu-list.scroller {
        padding-right: 0 !important;
    }

    .dropdown-menu.notification li > a > .label {
        margin-right: 2px;
        padding: 4px;
        text-align: center !important;
        width: 14px;
    }

        .dropdown-menu.notification li > a > .label i {
            text-align: center !important;
        }

    .dropdown-menu.notification li a .time {
        font-size: 12px;
        font-style: italic;
        font-weight: 600;
        text-align: right;
    }

    /* header inbox dropdowns */

    .dropdown-menu.inbox li a .photo img {
        float: left;
        height: 40px;
        margin-right: 6px;
        width: 40px;
    }

    .dropdown-menu.inbox li a .subject {
        display: block;
    }

        .dropdown-menu.inbox li a .subject .from {
            color: #02689b;
            font-size: 14px;
            font-weight: 400;
        }

        .dropdown-menu.inbox li a .subject .time {
            float: right;
            font-size: 12px;
            font-style: italic;
            font-weight: 600;
            position: relative;
        }

    .dropdown-menu.inbox li a .message {
        display: block !important;
        font-size: 12px;
    }

    /* header tasks */

    .dropdown-menu.tasks .task {
        margin-bottom: 5px;
    }

        .dropdown-menu.tasks .task .desc {
            font-size: 13px;
            font-weight: 300;
        }

        .dropdown-menu.tasks .task .percent {
            display: inline-block;
            float: right;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
        }

    .dropdown-menu.tasks .progress {
        display: block;
        height: 10px;
        margin: 0;
    }

    /***
General list for item with image
***/

    .item-list li .img {
        float: left;
        height: 50px;
        margin-right: 5px;
        margin-top: 3px;
        width: 50px;
    }

    .item-list {
        list-style: none;
        margin: 0;
    }

        .item-list li {
            border-bottom: 1px solid #EBEBEB;
            border-top: 1px solid white;
            font-size: 12px;
            list-style: none;
            padding: 7px 0 5px 0;
        }

            .item-list li:first-child {
                border-bottom: 1px solid #EBEBEB;
                border-top: none;
            }

            .item-list li:last-child {
                border-bottom: none;
                border-top: none;
            }

            .item-list li .label {
                margin-right: 5px;
            }

        .item-list.todo li .label {
            position: absolute;
            right: 80px;
        }

        .item-list.todo li .actions {
            position: absolute;
            right: 45px;
        }

    /***
Custom tables
***/

    .table-toolbar {
        margin-bottom: 15px;
    }

    .table.table-full-width {
        width: 100% !important;
    }

    .table .m-btn {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 0;
    }

    .table thead tr th {
        font-size: 14px;
        font-weight: 600;
    }

    .table-advance {
        margin-bottom: 10px !important;
    }

        .table-advance thead {
            color: #999;
        }

            .table-advance thead tr th {
                background-color: #DDD;
                color: #666;
                font-size: 14px;
                font-weight: 400;
            }

        .table-advance div.success,
        .table-advance div.info,
        .table-advance div.important,
        .table-advance div.warning,
        .table-advance div.danger {
            float: left;
            height: 30px;
            margin-right: 20px !important;
            margin-top: -5px;
            position: absolute;
            width: 2px;
        }

        .table-advance tr td {
            border-left-width: 0;
        }

            .table-advance tr td:first-child {
                border-left-width: 1px !important;
            }

            .table-advance tr td.highlight:first-child a {
                margin-left: 15px;
            }

        .table-advance td.highlight div.success {
            border-left: 2px solid #66ee66;
        }

        .table-advance td.highlight div.info {
            border-left: 2px solid #87ceeb;
        }

        .table-advance td.highlight div.important {
            border-left: 2px solid #f02c71;
        }

        .table-advance td.highlight div.warning {
            border-left: 2px solid #fdbb39;
        }

        .table-advance td.highlight div.danger {
            border-left: 2px solid #e23e29;
        }


    /***
Star rating
***/

    .rating {
        direction: rtl;
        font-size: 30px;
        unicode-bidi: bidi-override;
    }

        .rating span.star {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
        }

            .rating span.star:hover {
                cursor: pointer;
            }

            .rating span.star:before {
                color: #999999;
                content: "\f006";
                padding-right: 5px;
            }

            .rating span.star:hover:before,
            .rating span.star:hover ~ span.star:before {
                color: #e3cf7a;
                content: "\f005";
            }

    /***
Rows seperated form layout
***/

    .form-row-seperated .control-group {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

        .form-row-seperated .control-group.last {
            border-bottom: 0;
        }

    .form-row-seperated .control-label {
        width: 170px;
    }

    .form-row-seperated .controls {
        margin-left: 190px;
    }

    .form-row-seperated .help-inline,
    .form-row-seperated .help-block {
        padding-left: 0;
    }

    /***
Bordered form layout
***/

    .form-horizontal.form-bordered .control-group:first-child {
        border-bottom: 1px solid #eee !important;
    }

    .form-horizontal.form-bordered .control-group {
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }

        .form-horizontal.form-bordered .control-group.last {
            border-bottom: 0;
        }

    .portlet.box .form-horizontal.form-bordered .control-group {
        margin-left: -10px;
        margin-right: -10px;
    }

        .portlet.box .form-horizontal.form-bordered .control-group:first-child {
            margin-top: -10px;
        }

    .form-horizontal.form-bordered .control-group .controls {
        border-left: 1px solid #eee;
        padding: 10px;
        position: relative;
    }

        .form-horizontal.form-bordered .control-group .controls .chosen-container,
        .form-horizontal.form-bordered .control-group .controls .select2-wrapper {
            min-height: 32px;
        }

            .form-horizontal.form-bordered .control-group .controls .chosen-container .help-block,
            .form-horizontal.form-bordered .control-group .controls .select2-wrapper .help-block {
                clear: both;
                padding-top: 10px !important;
            }

    .form-horizontal.form-bordered .control-group .control-label {
        margin-top: 10px;
    }

    .form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
        background-color: #fcfcfc;
    }

    .form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
        background-color: #fcfcfc;
    }

    .form-horizontal.form-bordered.form-row-stripped .m-wrap {
        background: #fff !important;
    }

    .form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
        background-color: #ffffff;
    }

    .form-horizontal.form-bordered .help-inline,
    .form-horizontal.form-bordered .help-block {
        padding-left: 0;
    }

    /***
Uniform plugin css changes
***/

    .radio, .checkbox {
        padding-left: 0 !important;
    }

        .checkbox .checker {
            margin-right: 2px !important;
            margin-top: -2px !important;
        }

            .checkbox .checker input,
            .radio .radio input {
                outline: none !important;
            }

    .controls .text {
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-top: 7px;
    }

    .controls .text-inline {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-top: 8px;
    }


    /* used for non horizontal forms */

    .controls-uniform {
        margin-top: -7px;
    }

    /***
General forms settings
***/

    input.placeholder,
    textarea.placeholder {
        color: #aaa !important;
    }

    .help-block {
        margin-top: 5px !important;
    }

    .form-inline input {
        margin-bottom: 0 !important;
    }

    .control-label {
        margin-top: 2px;
    }

        .control-label .required {
            color: #e02222;
            font-size: 12px;
            padding-left: 2px;
        }

    .validate-inline {
        display: inline-block;
        *display: inline;
        margin-top: 6px;
        padding-left: 5px;
        vertical-align: middle;
        *zoom: 1;
    }

    .control-group.success .validate-inline {
        color: #468847;
    }

    .control-group.info .validate-inline {
        color: #3a87ad;
    }

    .control-group.error .validate-inline {
        color: #b94a48;
    }

    .control-group.warning .validate-inline {
        color: #c09853;
    }

    .help-inline {
        margin-top: 6px;
    }

    .help-small {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .success .validate-inline.ok:before,
    .success .help-inline.ok:before {
        content: "\f00c";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
    }


    form legend,
    .form-view legend {
        margin-bottom: 15px !important;
    }

    .controls > .radio .checker,
    .controls > .checkbox .checker {
        margin-right: 2px !important;
    }

    .controls > .radio,
    .controls > .checkbox {
        display: inline-block;
        margin: 0 !important;
        margin-right: 15px !important;
        margin-top: 8px !important;
        padding: 0 !important;
    }

        .controls > .radio.line,
        .controls > .checkbox.line {
            display: block;
            margin: 0 !important;
            margin-top: 5px !important;
            padding: 0 !important;
        }

    .controls .inline {
        margin-top: 8px;
    }

    .form-view .control-group {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .uploader {
        margin-top: 2px !important;
    }

    /***
Item block with details shown on hover
***/

    .item {
        display: block;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .item .details {
            background-color: #000;
            bottom: 30px;
            color: #fff !important;
            display: none;
            margin-bottom: -30px;
            overflow: hidden;
            padding: 5px;
            position: relative;
            text-align: center;
            width: 100%;
            z-index: 6;
        }

        .item:hover .details {
            display: block;
            filter: alpha(opacity = 70);
            opacity: 0.7;
        }

        .item:hover .zoom-icon {
            filter: alpha(opacity = 50);
            opacity: 0.5;
        }

    /***
Zoom icon overlay on images
***/

    .zoom {
        cursor: pointer;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 5;
    }

        .zoom .zoom-icon {
            background-color: #222;
            background-image: url("../../img/overlay-icon.png") !important;
            background-position: 50%;
            background-repeat: no-repeat;
            filter: alpha(opacity = 0);
            height: inherit;
            opacity: 0;
            position: absolute;
            top: 0;
            width: inherit;
            z-index: 6;
        }

    /***
Chats
***/

    .chats {
        margin: 0;
        margin-top: -15px;
        padding: 0;
    }

        .chats li {
            font-size: 12px;
            list-style: none;
            margin: 10px auto;
            padding: 5px 0;
        }

            .chats li img.avatar {
                -moz-border-radius: 50% !important;
                -webkit-border-radius: 50% !important;
                border-radius: 50% !important;
                height: 45px;
                width: 45px;
            }

            .chats li.in img.avatar {
                float: left;
                margin-right: 10px;
            }

            .chats li .name {
                color: #3590c1;
                font-size: 13px;
                font-weight: 400;
            }

            .chats li .datetime {
                color: #333;
                font-size: 13px;
                font-weight: 400;
            }

            .chats li.out img.avatar {
                float: right;
                margin-left: 10px;
            }

            .chats li .message {
                display: block;
                padding: 5px;
                position: relative;
            }

            .chats li.in .message {
                background: #fafafa;
                border-left: 2px solid #35aa47;
                margin-left: 65px;
                text-align: left;
            }

                .chats li.in .message .arrow {
                    border-bottom: 8px solid transparent;
                    border-right: 8px solid #35aa47;
                    border-top: 8px solid transparent;
                    display: block;
                    height: 0;
                    left: -8px;
                    position: absolute;
                    top: 5px;
                    width: 0;
                }

            .chats li.out .message .arrow {
                border-bottom: 8px solid transparent;
                border-left: 8px solid #da4a38;
                border-top: 8px solid transparent;
                display: block;
                position: absolute;
                right: -8px;
                top: 5px;
            }

            .chats li.out .message {
                background: #fafafa;
                border-right: 2px solid #da4a38;
                margin-right: 65px;
                text-align: right;
            }

            .chats li.out .name,
            .chats li.out .datetime {
                text-align: right;
            }

            .chats li .message .body {
                display: block;
            }

    .chat-form {
        background-color: #e9eff3;
        clear: both;
        margin-top: 15px;
        overflow: hidden;
        padding: 10px;
    }

        .chat-form .input-cont {
            margin-right: 55px;
        }

            .chat-form .input-cont .m-wrap {
                margin-bottom: 0;
            }

            .chat-form .input-cont input {
                border: 1px solid #ddd;
                margin-top: 0;
                width: 100%;
            }

            .chat-form .input-cont input {
                background-color: #fff !important;
            }

                .chat-form .input-cont input:focus {
                    border: 1px solid #4b8df9 !important;
                }

        .chat-form .btn-cont {
            float: right;
            margin-top: -42px;
            position: relative;
            width: 44px;
        }

            .chat-form .btn-cont .arrow {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                border-bottom: 8px solid transparent;
                border-right: 8px solid #4d90fe;
                border-top: 8px solid transparent;
                box-sizing: border-box;
                position: absolute;
                right: 43px;
                top: 17px;
            }

            .chat-form .btn-cont:hover .arrow {
                border-right-color: #0362fd;
            }

            .chat-form .btn-cont:hover .btn {
                background-color: #0362fd;
            }

            .chat-form .btn-cont .btn {
                margin-top: 8px;
            }

    /***
System feeds
***/

    .feeds {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .feeds li {
            background-color: #fafafa;
            margin-bottom: 7px;
        }

            .feeds li:before,
            .feeds li:after {
                content: "";
                display: table;
                line-height: 0;
            }

            .feeds li:after {
                clear: both;
            }

            .feeds li:last-child {
                margin-bottom: 0;
            }

        .feeds .col1 {
            clear: both;
            float: left;
            width: 100%;
        }

        .feeds .col2 {
            float: left;
            margin-left: -75px;
            width: 75px;
        }

        .feeds .col1 .cont {
            float: left;
            margin-right: 75px;
            overflow: hidden;
        }

            .feeds .col1 .cont .cont-col1 {
                float: left;
                margin-right: -100%;
            }

                .feeds .col1 .cont .cont-col1 .label {
                    float: left;
                    padding: 7px;
                    width: 14px;
                }

            .feeds .col1 .cont .cont-col2 {
                float: left;
                width: 100%;
            }

                .feeds .col1 .cont .cont-col2 .desc {
                    margin-left: 35px;
                    overflow: hidden;
                    padding-bottom: 4px;
                    padding-top: 4px;
                }

        .feeds .col2 .date {
            color: #c1cbd0;
            font-style: italic;
            padding: 4px 9px 4px 4px;
            text-align: right;
        }

    /***
Users
***/

    .user-info {
        margin-bottom: 10px !important;
    }

        .user-info img {
            float: left;
            margin-right: 5px;
        }

        .user-info .details {
            display: inline-block;
        }

        .user-info .label {
            font-size: 11px;
            font-weight: 300;
        }

    /***
Accordions
***/

    .accordion-heading {
        background: #eee;
    }

        .accordion-heading a {
            text-decoration: none;
        }

            .accordion-heading a:hover {
                text-decoration: none;
            }

    /***
Vertical inline menu
***/

    .ver-inline-menu {
        list-style: none;
        margin: 0;
    }

        .ver-inline-menu li {
            margin-bottom: 1px;
            position: relative;
        }

            .ver-inline-menu li i {
                background: #e0eaf0 !important;
                color: #b9cbd5;
                font-size: 15px;
                margin: 0 8px 0 0;
                padding: 11px 9px;
            }

            .ver-inline-menu li a {
                background: #f0f6fa;
                border-left: solid 2px #c4d5df;
                color: #557386;
                display: block;
                font-size: 13px;
            }

            .ver-inline-menu li:hover a,
            .ver-inline-menu li:hover i {
                background: #e0eaf0;
                text-decoration: none;
            }

            .ver-inline-menu li:hover i {
                background: #c4d5df !important;
                color: #fff;
            }

            .ver-inline-menu li.active a,
            .ver-inline-menu li:hover a {
                font-size: 13px;
            }

            .ver-inline-menu li.active a,
            .ver-inline-menu li.active i {
                background: #169ef4;
                border-left: solid 1px #0c91e5;
                color: #fff;
                text-decoration: none;
            }

            .ver-inline-menu li.active i {
                background: #0c91e5 !important;
            }

            .ver-inline-menu li.active:after {
                border-bottom: 6px solid transparent;
                border-left: 6px solid #169ef4;
                border-top: 6px solid transparent;
                content: '';
                display: inline-block;
                position: absolute;
                right: -5px;
                top: 12px;
            }

    /***
Custom tabs
***/

    .tab-content {
        overflow: hidden;
        padding: 0;
    }

    .tabbable-custom {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 15px;
    }

    .widget .row-fluid:last-child .tabbable-custom {
        margin-bottom: 0;
    }

    .tabbable-custom > .nav-tabs {
        border: none;
        margin: 0;
    }

    .tabbable-custom > .tab-content {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 0;
        padding: 10px;
    }

    .tabbable-custom.boxless > .tab-content {
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding: 15px 0;
    }

    .tabbable-custom .nav-tabs > li {
        border-top: 2px solid transparent;
        margin-right: 2px;
    }

        .tabbable-custom .nav-tabs > li > a {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-right: 0;
            padding: 5px 10px;
        }

            .tabbable-custom .nav-tabs > li > a:hover {
                background: none;
                border-color: transparent;
            }

        .tabbable-custom .nav-tabs > li.active {
            border-top: 3px solid #d12610;
            margin-top: 0;
            position: relative;
        }

            .tabbable-custom .nav-tabs > li.active > a {
                border-top: none;
                font-weight: 400;
            }

                .tabbable-custom .nav-tabs > li.active > a:hover {
                    background: #fff;
                    border-color: #d4d4d4 #d4d4d4 transparent;
                }

    .tabbable-custom .nav-tabs > li {
        border-top: 2px solid transparent;
        margin-right: 2px;
    }

    .tabs-below.tabbable-custom .nav-tabs > li {
        border-bottom: 2px solid transparent;
        border-top: none;
        margin-top: -1px;
    }

        .tabs-below.tabbable-custom .nav-tabs > li.active {
            border-bottom: 3px solid #d12610;
            border-top: none;
            margin-bottom: 0;
            position: relative;
        }

            .tabs-below.tabbable-custom .nav-tabs > li.active > a {
                border-bottom: none;
            }

                .tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
                    background: #fff;
                    border-color: #d4d4d4 #d4d4d4 transparent;
                }

    .tabs-left.tabbable-custom .nav-tabs > li {
        border-left: 2px solid transparent;
        margin-right: 0;
        margin-top: none;
    }

        .tabs-left.tabbable-custom .nav-tabs > li.active {
            border-left: 3px solid #d12610;
            border-top: none;
            margin-right: -1px;
            margin-top: 0;
            position: relative;
        }

            .tabs-left.tabbable-custom .nav-tabs > li.active > a {
                border-left: 1px solid transparent;
                border-top: 1px solid #d4d4d4;
            }

                .tabs-left.tabbable-custom .nav-tabs > li.active > a:hover {
                    background: #fff;
                    border-color: #d4d4d4 transparent #d4d4d4 transparent;
                }

    .tabs-right.tabbable-custom .nav-tabs > li {
        border-right: 2px solid transparent;
        border-top: none;
        margin-right: 0;
    }

        .tabs-right.tabbable-custom .nav-tabs > li.active {
            border-right: 3px solid #d12610;
            border-top: none;
            margin-left: -1px;
            margin-top: 0;
            position: relative;
        }

            .tabs-right.tabbable-custom .nav-tabs > li.active > a {
                border-right: 1px solid transparent;
                border-top: 1px solid #d4d4d4;
            }

                .tabs-right.tabbable-custom .nav-tabs > li.active > a:hover {
                    background: #fff;
                    border-color: #d4d4d4 transparent #d4d4d4;
                }

        .tabs-right.tabbable-custom .nav-tabs > li a,
        .tabs-left.tabbable-custom .nav-tabs > li a {
            padding: 8px 10px;
        }

    /*full width tabs with bigger titles */

    .tabbable-custom.tabbable-full-width > .tab-content {
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding: 27px 0;
    }

    .tabbable-custom.tabbable-full-width .nav-tabs > li > a {
        color: #424242;
        font-size: 15px;
        padding: 9px 15px;
    }


    /***
Custom portlet tabs
***/

    .portlet-tabs .nav-tabs {
        margin-right: 10px;
        overflow: hidden;
        position: relative;
        top: -41px;
    }

        .portlet-tabs .nav-tabs > li {
            float: right;
        }

    .portlet-tabs .nav-tabs {
        border-bottom: none;
    }

        .portlet-tabs .nav-tabs > li > a {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-left: 0;
            border-radius: 0;
            border-right: 0;
            line-height: 16px;
            margin-left: 0;
            margin-right: 0;
            margin-top: 6px;
            padding-bottom: 10px;
            padding-top: 8px;
        }

        .portlet-tabs .nav-tabs > li:last-child > a {
            border-right: 0;
        }

        .portlet-tabs .nav-tabs > li {
            margin-left: 1px;
        }

            .portlet-tabs .nav-tabs > li.active {
                border-top-color: transparent;
            }

                .portlet-tabs .nav-tabs > li.active > a {
                    background-color: none !important;
                    border-bottom: 0;
                    border-left: 0;
                    border-right: 0;
                    border-top-color: transparent !important;
                    margin-bottom: 0;
                    margin-left: 0;
                    margin-right: 0;
                }

            .portlet-tabs .nav-tabs > li > a:hover {
                background-color: none !important;
                background-color: #fff;
                border-bottom-color: transparent;
                border-left: 0;
                border-right: 0;
                border-top-color: transparent;
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0;
            }

        .portlet-tabs .nav-tabs > .active > a {
            background-color: #fff;
            color: #555555;
            cursor: default;
        }

            .portlet-tabs .nav-tabs > .active > a:hover {
                background-color: #fff !important;
            }

    .portlet-tabs .tab-content {
        margin: 0;
        margin-top: -60px !important;
        padding: 10px !important;
    }

    .portlet.tabbable .portlet-body {
        padding: 0;
    }

    .tab-pane > p:last-child {
        margin-bottom: 0;
    }

    /***
Dashboard container
***/

    #dashboard {
        overflow: hidden;
    }

    /***
Dashboard stats
***/

    .dashboard-stat {
        margin-bottom: 25px;
    }

        .dashboard-stat:before,
        .dashboard-stat:after {
            content: "";
            display: table;
            line-height: 0;
        }

        .dashboard-stat:after {
            clear: both;
        }

        .dashboard-stat .visual {
            display: block;
            float: left;
            height: 80px;
            padding-left: 15px;
            padding-top: 10px;
            width: 80px;
        }

            .dashboard-stat .visual i {
                color: #fff;
                font-size: 65px;
            }

        .dashboard-stat .details {
            float: right;
            padding-right: 10px;
        }

            .dashboard-stat .details .number {
                color: #fff;
                font-size: 34px;
                font-weight: 300;
                letter-spacing: -1px;
                margin-bottom: 10px;
                padding-top: 25px;
                text-align: right;
            }

            .dashboard-stat .details .desc {
                color: #fff;
                font-size: 16px;
                font-weight: 300;
                letter-spacing: 0;
                text-align: right;
            }

        .dashboard-stat .more {
            clear: both;
            color: #fff;
            display: block;
            filter: alpha(opacity=70);
            font-size: 11px;
            font-weight: 300;
            opacity: 0.7;
            padding: 5px 10px 5px 10px;
            text-transform: uppercase;
        }

            .dashboard-stat .more i {
                float: right;
                margin-top: 4px;
            }

            .dashboard-stat .more:hover {
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                -webkit-transition: all 0.1s ease-in-out;
                filter: alpha(opacity=100);
                opacity: 1;
                text-decoration: none;
                transition: all 0.1s ease-in-out;
            }

        .dashboard-stat.blue {
            background-color: #27a9e3;
        }

            .dashboard-stat.blue .more {
                background-color: #208dbe;
            }

        .dashboard-stat.green {
            background-color: #28b779;
        }

            .dashboard-stat.green .more {
                background-color: #10a062;
            }

        .dashboard-stat.red {
            background-color: #e7191b;
        }

            .dashboard-stat.red .more {
                background-color: #bc0d0e;
            }

        .dashboard-stat.yellow {
            background-color: #ffb848;
        }

            .dashboard-stat.yellow .more {
                background-color: #cb871b;
            }

        .dashboard-stat.purple {
            background-color: #852b99;
        }

            .dashboard-stat.purple .more {
                background-color: #6e1881;
            }

    /***
Circle Stats(KNOB, new in v1.1.1)
***/

    /* Circle stats */

    .knobify {
        border: 0 !important;
        width: 0 !important;
    }

    .ie8 .knobify {
        display: none;
    }

    .circle-stat {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 2px;
    }

        .circle-stat:hover {
            background-color: #edf4f7;
        }

        .circle-stat:before,
        .circle-stat:after {
            content: "";
            display: table;
            line-height: 0;
        }

        .circle-stat:after {
            clear: both;
        }

        .circle-stat .visual {
            display: block;
            float: left;
        }

        .circle-stat .details {
            display: block;
            float: left;
            margin-left: 5px;
            padding-top: 7px;
        }

            .circle-stat .details .title {
                color: #222;
                font-size: 13px;
                font-weight: 300;
                margin: 10px 0 5px 0 !important;
                padding: 0 !important;
                text-transform: uppercase;
            }

    .ie8 .circle-stat .details .title {
        margin-top: 5px !important;
    }

    .ie8 .circle-stat .details {
        margin-bottom: 5px !important;
        padding-top: 0 !important;
    }

    .circle-stat .details .title i {
        color: #52e136;
        font-size: 16px;
        margin-top: 2px !important;
    }

        .circle-stat .details .title i.down {
            color: #b63625;
        }

    .circle-stat .details .number {
        color: #999;
        font-size: 24px;
        font-weight: 300;
        margin: 0 !important;
        margin-bottom: 7px !important;
        padding: 0;
    }

    /***
Tiles(new in v1.1.1)
***/

    .tiles {
        margin-right: -10px;
    }

    .tile {
        -webkit-font-smoothing: always;
        border: 4px solid transparent;
        color: #ffffff;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 300;
        height: 130px;
        letter-spacing: 0.02em;
        letter-spacing: 0.02em;
        line-height: 20px;
        margin: 0 10px 10px 0;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        width: 130px !important;
    }

        .tile:after,
        .tile:before {
            content: "";
            float: left;
        }

        .tile.double {
            width: 278px !important;
        }

        .tile.double-down {
            height: 278px !important;
        }

        .tile:active, .tile.selected {
            border-color: #ccc;
        }

        .tile:hover {
            border-color: #aaa;
        }

        .tile.selected .corner:after {
            border-bottom: 40px solid transparent;
            border-left: 40px solid transparent;
            border-right: 40px solid #ccc;
            content: "";
            display: inline-block;
            position: absolute;
            right: -3px;
            top: -3px;
        }

        .tile.selected .check:after {
            content: "";
            content: "\f00c";
            display: inline-block;
            font-family: FontAwesome;
            font-size: 13px;
            position: absolute;
            right: 2px;
            top: 2px;
        }

        .tile * {
            color: #ffffff;
        }

        .tile .tile-body {
            -webkit-font-smoothing: always;
            color: #000000;
            color: #ffffff;
            font-size: 12px;
            font-weight: 400;
            height: 100%;
            margin-bottom: 10px;
            overflow: hidden;
            padding: 10px 10px;
            position: relative;
            text-overflow: ellipsis;
            vertical-align: top;
        }

            .tile .tile-body img {
                float: left;
                margin-right: 10px;
            }

                .tile .tile-body img.pull-right {
                    float: right !important;
                    margin-left: 10px;
                    margin-right: 0;
                }

            .tile .tile-body .content {
                display: inline-block;
            }

            .tile .tile-body > i {
                display: block;
                font-size: 56px;
                margin-top: 17px;
                text-align: center;
            }

        .tile.double-down i {
            margin-top: 95px;
        }

        .tile .tile-body h1,
        .tile .tile-body h2,
        .tile .tile-body h3,
        .tile .tile-body h4,
        .tile .tile-body h5,
        .tile .tile-body h6,
        .tile .tile-body p {
            line-height: 14px;
            margin: 0;
            padding: 0;
        }

        .tile .tile-body h3,
        .tile .tile-body h4 {
            margin-bottom: 5px;
        }

            .tile .tile-body h1:hover,
            .tile .tile-body h2:hover,
            .tile .tile-body h3:hover,
            .tile .tile-body h4:hover,
            .tile .tile-body h5:hover,
            .tile .tile-body h6:hover,
            .tile .tile-body p:hover {
                color: #ffffff;
            }

        .tile .tile-body p {
            -webkit-font-smoothing: always;
            color: #000000;
            color: #ffffff;
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .tile .tile-body p:hover {
                color: hsla(0, 0%, 0%, 0.80);
            }

            .tile .tile-body p:active {
                color: rgba(0, 0, 0, 0.40);
            }

            .tile .tile-body p:hover {
                color: #ffffff;
            }

        .tile.icon > .tile-body {
            padding: 0;
        }

        .tile .tile-object {
            background-color: transparent;
            bottom: 0;
            left: 0;
            min-height: 30px;
            position: absolute;
            right: 0;
            *zoom: 1;
        }

            .tile .tile-object:before,
            .tile .tile-object:after {
                content: "";
                display: table;
            }

            .tile .tile-object:after {
                clear: both;
            }

            .tile .tile-object > .name {
                bottom: 0;
                color: #ffffff;
                font-size: 13px;
                /* ReSharper disable once CssNotResolved */
                font-smooth: always;
                font-weight: 400;
                left: 0;
                margin-bottom: 5px;
                margin-left: 10px;
                margin-right: 15px;
                position: absolute;
            }

                .tile .tile-object > .name i {
                    display: block;
                    font-size: 24px;
                }

            .tile .tile-object > .number {
                bottom: 0;
                color: #ffffff;
                font-size: 14px;
                /* ReSharper disable once CssNotResolved */
                font-smooth: always;
                font-weight: 600;
                letter-spacing: 0.01em;
                line-height: 14px;
                margin-bottom: 0;
                margin-bottom: 8px;
                margin-right: 10px;
                position: absolute;
                right: 0;
                text-align: center;
            }

        .tile.image {
            border-color: transparent !important;
        }

            .tile.image > .tile-body {
                padding: 0 !important;
            }

                .tile.image > .tile-body > img {
                    height: auto;
                    max-width: 100%;
                    min-height: 100%;
                    width: 100%;
                }

            .tile.image .tile-body h3 {
                display: inline-block;
            }

    /***
Styler Panel
***/

    .color-panel {
        position: relative;
        z-index: 999;
    }

        .color-panel .color-mode-icons {
            cursor: pointer;
            padding: 20px;
            position: absolute;
            right: 0;
            top: 4px;
        }

        .color-panel .icon-color {
            background: #c9c9c9 url(../../img/icon-color.png) center no-repeat !important;
        }

            .color-panel .icon-color:hover {
                background-color: #3d3d3d !important;
            }

        .color-panel .icon-color-close {
            background: #3d3d3d url(../../img/icon-color-close.png) center no-repeat !important;
            display: none;
        }

            .color-panel .icon-color-close:hover {
                background-color: #222 !important;
            }

    .color-mode {
        background: #3d3d3d;
        display: none;
        padding: 10px 0;
        position: absolute;
        right: 40px;
        top: 4px;
    }

        .color-mode p,
        .color-mode ul,
        .color-mode label {
            padding: 0 15px;
        }

        .color-mode p {
            color: #cfcfcf;
            font-size: 15px;
            padding: 0 15px;
        }

        .color-mode ul {
            display: block;
            list-style: none;
            margin-bottom: 1px !important;
            padding: 4px 11px 5px;
        }

        .color-mode li {
            border: solid 1px #707070;
            cursor: pointer;
            height: 23px;
            list-style: none;
            margin: 0 4px;
            width: 16px;
        }

            .color-mode li:hover,
            .color-mode li.current {
                border: solid 2px #ebebeb;
                margin: 0 3px;
            }

            .color-mode li.color-black {
                background: #333438;
            }

            .color-mode li.color-grey {
                background: #6d6d6d;
            }

            .color-mode li.color-blue {
                background: #124f94;
            }

            .color-mode li.color-brown {
                background: #623f18;
            }

            .color-mode li.color-purple {
                background: #701584;
            }

            .color-mode li.color-white {
                background: #fff;
            }

        .color-mode label {
            border-top: 1px solid #585858;
            color: #cfcfcf;
            margin-bottom: 0;
            margin-top: 0;
            padding-bottom: 0;
            padding-top: 10px;
        }

            .color-mode label span {
                text-transform: uppercase;
            }

            .color-mode label > span {
                display: inline-block;
                width: 85px;
            }

            .color-mode label > select {
                margin-top: 5px;
                text-transform: lowercase;
            }

            .color-mode label span.color-mode-label {
                position: relative;
                top: 2px;
            }

    /***
Calendar with full calendar
***/

    .external-event {
        cursor: move;
        display: inline-block !important;
        margin-bottom: 5px !important;
        margin-left: 5px !important;
    }

    .portlet .event-form-title {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: -8px;
    }

    .portlet.calendar .fc-button {
        -moz-box-shadow: none !important;
        -moz-text-shadow: none !important;
        -webkit-box-shadow: none !important;
        -webkit-text-shadow: none !important;
        background: transparent;
        border: 0 !important;
        border-bottom-style: none;
        border-color: #ddd;
        border-left-style: solid;
        border-right-style: solid;
        border-top-style: none;
        box-shadow: none !important;
        color: #fff !important;
        color: #646464;
        margin-left: 2px;
        padding: 7px 8px 11px 8px;
        text-shadow: none !important;
        top: -47px;
    }

    .portlet.calendar .fc-header {
        margin-bottom: -21px;
    }

    .portlet.calendar .fc-button-prev {
        padding-left: 8px;
        padding-right: 10px;
    }

    .portlet.calendar .fc-button-next {
        padding-left: 10px;
        padding-right: 8px;
    }

    .portlet.calendar .fc-button.fc-state-active,
    .portlet.calendar .fc-button.fc-state-hover {
        background-color: #F9F9F9 !important;
        color: #666 !important;
    }

    .portlet.calendar .fc-button.fc-state-disabled {
        color: #ddd !important;
    }

    .portlet.calendar .fc-text-arrow {
        font-family: "Courier New", Courier, monospace;
        font-size: 22px;
        vertical-align: baseline;
    }

    /* begin: event element */

    .portlet.calendar .fc-event {
        background-color: #69a4e0;
        border: 0;
        color: #fff;
    }

    .portlet.calendar .fc-event-inner {
        border: 0;
    }

    .portlet.calendar .fc-event-time {
        color: #fff;
        float: left;
        font-size: 13px;
        font-weight: 300;
        text-align: left;
    }

    .portlet.calendar .fc-event-title {
        color: #fff;
        float: left;
        font-size: 13px;
        font-weight: 300;
        text-align: left;
    }

    /* end: event element */

    .portlet.calendar .fc-header-title h2 {
        color: #111;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
    }

    .portlet.calendar .fc-widget-header {
        background-color: #eee !important;
        background-image: none !important;
        filter: none !important;
        /* ReSharper disable CssNotResolved */
        font-color: #000;
        /* ReSharper restore CssNotResolved */
        font-weight: 300;
        text-transform: uppercase;
    }

    .portlet.calendar .mobile .fc-button {
        margin-left: 2px !important;
    }

    .portlet.calendar .mobile .fc-button {
        -moz-border-radius: 0 !important;
        -moz-box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -webkit-box-shadow: none !important;
        background-color: #ddd !important;
        background-image: none;
        border: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        margin-left: 2px;
        padding: 6px 6px 6px 6px;
        text-align: center;
        text-shadow: none !important;
    }

    .portlet.calendar .mobile .fc-state-hover,
    .portlet.calendar .mobile .fc-state-active {
        background-color: #eee !important;
    }

    .portlet.calendar .mobile .fc-button-prev {
        margin-right: 5px;
        margin-top: -2px;
        padding: 3px 6px 3px 4px;
    }

    .portlet.calendar .mobile .fc-button-next {
        margin-right: -0;
        margin-top: -2px;
        padding: 3px 4px 3px 6px;
    }

    .portlet.calendar .mobile .fc-header-space {
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
    }

    .portlet.calendar .mobile .fc-state-disabled {
        color: #bbb !important;
    }

    .portlet.calendar .mobile .fc-header-left {
        position: absolute;
        z-index: 10;
    }

    .portlet.calendar .mobile .fc-header-right {
        position: absolute;
        z-index: 9;
    }

    .portlet.calendar .mobile .fc-header-left .fc-button {
        top: -2px !important;
    }

    .portlet.calendar .mobile .fc-header-right {
        position: relative;
        right: 0;
    }

        .portlet.calendar .mobile .fc-header-right .fc-button {
            top: 35px !important;
        }

            .portlet.calendar .mobile .fc-header-right .fc-button:last-child {
                margin-left: 0 !important;
            }

    .portlet.calendar .mobile .fc-content {
        margin-top: 53px;
    }

    /***
Form wizard
***/

    .form-wizard .progress {
        margin-bottom: 30px;
    }

    .form-wizard .steps {
        margin-bottom: 15px;
        padding: 10px 0;
    }

        .form-wizard .steps .navbar-inner {
            background-color: #fff !important;
            background-image: none !important;
            border: 0;
            box-shadow: none !important;
            filter: none !important;
        }

            .form-wizard .steps .navbar-inner li a {
                background-color: #fff !important;
                background-image: none !important;
                border: 0;
                box-shadow: none !important;
                filter: none !important;
            }

    .form-wizard .step:hover {
        text-decoration: none;
    }

    .form-wizard .step .number {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        background-color: #eee;
        border-radius: 50% !important;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        margin-right: 10px;
        padding: 12px 15px 12px 15px !important;
    }

    .form-wizard .step .desc {
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
    }

    .form-wizard .active .step .number {
        background-color: #35aa47;
        color: #fff;
    }

    .form-wizard .active .step .desc {
        font-weight: 400;
    }

    .form-wizard .step i {
        display: none;
    }

    .form-wizard .done .step .number {
        background-color: #f2ae43;
        color: #fff;
    }

    .form-wizard .done .step .desc {
        font-weight: 400;
    }

    .form-wizard .done .step i {
        color: #999;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
    }

    /* bootstrap chosen overlaping bug fix*/

    .form-wizard .tab-pane .chzn-container {
        position: absolute !important;
    }


    /**************************
 PLUGIN CSS CUSTOMIZATIONS 
**************************/

    /***
Google Maps
***/

    .gmaps {
        height: 300px;
        width: 100%;
    }

        /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/

        .gmaps img {
            max-width: none;
        }

    #gmap_static div {
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
        display: block;
        height: 100%;
        height: 300px;
    }

    #gmap_routes_instructions {
        margin-bottom: 0;
        margin-top: 10px;
    }

    /***
SlimScrollBar plugins css changes
***/

    .scroller {
        margin: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        padding-right: 12px !important;
    }

    .scroller-footer {
        margin-top: 10px;
    }

        .scroller-footer:after,
        .scroller-footer:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .scroller-footer:after {
            clear: both;
        }

    .portlet-body .slimScrollBar {
        margin-right: 0 !important;
    }

    /***
jqvmap changes
***/

    .jqvmap-zoomin {
        background-color: #666 !important;
    }

    .jqvmap-zoomout {
        background-color: #666 !important;
    }

    .vmaps {
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    /***
Daterangepicker plugin css changes
***/

    .modal-open .daterangepicker {
        z-index: 10060 !important;
    }

    .daterangepicker td {
        text-shadow: none !important;
    }

        .daterangepicker td.active {
            background-color: #4b8df8 !important;
            background-image: none !important;
            filter: none !important;
        }

    .daterangepicker th {
        font-size: 14px;
        font-weight: 400;
    }

    /***
Toggle buttons plugin css changes
***/

    .toggle-button,
    .toggle-button label {
        -moz-border-radius: 0 !important;
        -moz-border-radius-bottomleft: 0 !important;
        -moz-border-radius-bottomright: 0 !important;
        -moz-border-radius-topleft: 0 !important;
        -moz-border-radius-topright: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        -webkit-border-bottom-left-radius: 0 !important;
        -webkit-border-bottom-right-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -webkit-border-top-left-radius: 0 !important;
        -webkit-border-top-right-radius: 0 !important;
        background-image: none !important;
        border: 1px solid #eee !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        filter: none !important;
        margin-top: 3px;
    }

        .toggle-button span.labelRight,
        .toggle-button span.primary,
        .toggle-button span.labelLeft,
        .toggle-button span.info,
        .toggle-button span.success,
        .toggle-button span.warning,
        .toggle-button span.danger {
            -moz-border-radius-bottomleft: 0 !important;
            -moz-border-radius-bottomright: 0 !important;
            -moz-border-radius-topleft: 0 !important;
            -moz-border-radius-topright: 0 !important;
            -webkit-border-bottom-left-radius: 0 !important;
            -webkit-border-bottom-right-radius: 0 !important;
            -webkit-border-top-left-radius: 0 !important;
            -webkit-border-top-right-radius: 0 !important;
            background-image: none !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
            filter: none !important;
            font-size: 13px !important;
            font-weight: 300 !important;
        }

        .toggle-button span.labelRight {
            background-color: #eee;
        }

    /***
Choosen plugin css changes
***/

    .chzn-controls {
        margin-bottom: -4px !important;
    }

        .chzn-controls .help-inline {
            display: inline-block;
            margin-top: 6px;
        }

    .chzn-container {
        box-shadow: none !important;
        display: block;
        margin: 0;
        padding: 0 !important;
    }

    .chzn-container-single {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* fix chosen margins in form layouts */

    .controls .chzn-container-single {
        float: left;
    }

    .chzn-container-single .chzn-single {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        border-color: #e5e5e5;
        box-shadow: none !important;
        box-shadow: none !important;
        filter: none !important;
        height: 31px !important;
        margin: 0 !important;
    }

    /* enable form validation classes for chosen dropdowns */

    .error .chzn-container-single .chzn-single {
        border-color: #B94A48;
    }

        .error .chzn-container-single .chzn-single span {
            color: #B94A48;
        }

    .success .chzn-container-single .chzn-single {
        border-color: #468847;
    }

        .success .chzn-container-single .chzn-single span {
            color: #468847;
        }

    .chzn-container-single .chzn-single > span {
        margin-top: 1px;
    }

    .chzn-container-single .chzn-single > abr {
        margin-top: 3px;
    }

    .chzn-container-single .chzn-search input:focus,
    .chzn-container-single .chzn-search input:active {
        border: 1px solid #000 !important;
        box-shadow: none !important;
    }

    .chzn-container .chzn-choices li.search-choice {
        background-color: #eee !important;
        background-image: none !important;
        border: 0 !important;
        box-shadow: none !important;
        filter: none !important;
        font-size: 12px !important;
        font-weight: 300 !important;
        text-shadow: none !important;
    }

    .chzn-container .chzn-results .highlighted {
        background-color: #eee !important;
        background-image: none !important;
        color: #111 !important;
        filter: none !important;
    }

    .chzn-container-multi .chzn-choices {
        background-image: none !important;
        border-color: #e5e5e5 !important;
        box-shadow: none !important;
        filter: none !important;
        padding: 2px 1px 1px 1px !important;
    }

        .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
            background-image: none !important;
            filter: none !important;
        }

    .chzn-x-multi .chzn-choices {
        box-shadow: none !important;
    }

    .chzn-container .group-result {
        color: #333 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    /***
Error state for WYSIWYG Editors
***/

    .error .wysihtml5-sandbox,
    .error .cke {
        border: 1px solid #B94A48 !important;
    }

    .success .wysihtml5-sandbox,
    .success .cke {
        border: 1px solid #468847 !important;
    }

    /***
Select2 plugin css changes
***/

    /* enable form validation classes for select2 dropdowns */

    .error .select2-container .select2-choice {
        border-color: #B94A48;
    }

        .error .select2-container .select2-choice > span {
            color: #B94A48;
        }

    .error .select2-container.select2-dropdown-open .select2-choice {
        border-color: #e5e5e5;
    }

        .error .select2-container.select2-dropdown-open .select2-choice > span {
            color: #999999;
        }

    .success .select2-container .select2-choice {
        border-color: #468847;
    }

        .success .select2-container .select2-choice > span {
            color: #468847;
        }

    .success .select2-container.select2-dropdown-open .select2-choice {
        border-color: #e5e5e5;
    }

        .success .select2-container.select2-dropdown-open .select2-choice > span {
            color: #999999;
        }


    /***
Fileuploader plugin css changes
***/

    .fileupload .btn {
        padding: 7px 14px !important;
    }

    .fileupload-exists {
        padding: 0;
    }

    .fileupload .fileupload-preview {
        background-color: #fff !important;
        background-image: none !important;
        filter: none !important;
    }

    .fileupload .close {
        position: relative;
        top: 0 !important;
    }

    /***
Clockface plugin css changes
***/

    .clockface .cell .inner.active,
    .clockface .cell .outer.active {
        background-image: none !important;
        filter: none !important;
    }

    /***
WYSIWYG
***/

    .wysihtml5-toolbar li {
        height: 29px;
        margin: 0;
    }

        .wysihtml5-toolbar li .dropdown-menu {
            margin-top: 5px;
        }

    /***
CKEditor css changes
***/

    .cke_bottom,
    .cke_inner,
    .cke_top,
    .cke_reset,
    .cke_dialog_title,
    .cke_dialog_footer,
    .cke_dialog {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        border-bottom: 0 !important;
        border-top: 0 !important;
        box-shadow: none !important;
        filter: none !important;
        text-shadow: none !important;
    }

    .cke_dialog_ui_button,
    .cke_dialog_tab {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        box-shadow: none !important;
        filter: none !important;
        text-shadow: none !important;
    }

        .cke_dialog_ui_button:hover,
        .cke_dialog_tab:hover {
            text-decoration: none;
            text-shadow: none !important;
        }

    .cke_dialog_ui_input_text {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        box-shadow: none !important;
        filter: none !important;
    }

    .cke_combo_button,
    .cke_button,
    .cke_toolbar,
    .cke_toolgroup {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        border: 0 !important;
        box-shadow: none !important;
        filter: none !important;
    }

    .cke_button,
    .cke_combo_button,
    .cke_panel_grouptitle,
    .cke_hc.cke_panel_listItem a {
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        background-image: none !important;
        filter: none !important;
        text-shadow: none !important;
    }

        .cke_button:hover,
        .cke_combo_button:hover {
            background-color: #ddd;
        }

    .cke_toolbar_break {
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        border: 0 !important;
        box-shadow: none !important;
        filter: none !important;
    }

    /***
Modify tags input plugin css
***/

    div.tagsinput {
        height: 40px !important;
        margin: 0 !important;
        overflow: auto !important;
        padding: 5px !important;
    }

        div.tagsinput span.tag {
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            background: #aaa !important;
            border: 0 !important;
            border-radius: 0 !important;
            color: #fff !important;
            margin-bottom: 4px !important;
            padding: 3px 6px !important;
        }

        div.tagsinput input {
            padding: 3px 6px !important;
        }

        div.tagsinput span.tag a {
            color: #fff !important;
        }

        div.tagsinput .not_valid {
            background-color: #e02222 !important;
            color: #fff !important;
            padding: 3px 6px !important;
        }

    /***
Gritter notification modify
***/

    .gritter-close {
        left: auto !important;
        right: 3px !important;
    }

    .gritter-title {
        font-family: 'Open Sans' !important;
        font-size: 18px !important;
        font-weight: 300 !important;
    }

    /***
Bootstrap carousel css changes
***/

    .carousel-inner .item {
        line-height: 20px;
    }

    /***
Glyphicons Demo(new in v1.1.1)
***/

    .glyphicons-demo {
        text-align: center;
    }

        .glyphicons-demo .glyphicons {
            color: #999;
            display: inline-block;
            *display: inline;
            font-size: 14px;
            line-height: 48px;
            margin-right: 20px;
            text-align: left;
            width: 150px;
            *zoom: 1;
        }

            .glyphicons-demo .glyphicons i:before {
                color: #666;
                line-height: 55px !important;
            }

    .halfings-demo .white-content {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        margin: 0 -20px 0 -20px;
        padding: 20px;
    }

        .halfings-demo .white-content *,
        .halfings-demo .white-content p,
        .halfings-demo .white-content a {
            color: #fff;
        }

    .halfings-demo h2 {
        text-align: left;
    }

    .halfings-demo p,
    .halfings-demo a {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin-right: 10px;
        text-align: left;
        width: 175px;
    }

    .halfings-demo .halflings,
    .halfings-demo .halflings-icon {
        margin: 0 5px 0 0;
    }

    /***
jQuery UI Sliders(new in v1.1.1)
***/

    .table.sliders td {
        padding: 15px 10px !important;
    }

    .table.sliders .slider {
        margin-top: 4px;
    }

    .table.sliders .slider-value {
        font-weight: 400;
        padding-top: 5px;
    }

    .table.sliders .slider-vertical-value {
        font-weight: 400;
        padding-bottom: 5px;
    }

    .slider {
        border: 0 !important;
    }

    .ui-slider-vertical,
    .ui-slider-handle {
        background-image: none !important;
        filter: none !important;
    }

    .slider-eq > span {
        float: left;
        height: 125px;
        margin: 15px;
    }

    /***
Dropzone css changes(new in v1.1.1)
***/

    .dropzone {
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        /* ReSharper disable once CssNotResolved */
        webkit-border-radius: 0 !important;
    }

    /***
Bootstrap Tree CSS changes(new in v1.1.2)
***/

    .tree {
        margin: 0;
        padding: 0;
    }

        .tree a {
            display: block !important;
            line-height: 16px !important;
            padding: 2px 3px 3px 3px;
        }

            .tree a:hover {
                background-color: #eee;
                text-decoration: none;
            }

            .tree a.tree-toggle-icon-only,
            .tree a.tree-toggle {
                background-position: 2px -20px;
            }

                .tree a.tree-toggle.closed,
                .tree a.tree-toggle-icon-only.closed {
                    background-position: 2px 3px;
                }

    /***
jQuery UI Datepicker(new in v1.2.2)
***/

    .ui-widget-header select {
        height: 30px;
        margin: 0 !important;
        margin-top: -1px !important;
        padding: 2px !important;
    }

    .ui-datepicker.ui-widget-content {
        background: none !important;
        background-color: #eee !important;
    }

    .ui-datepicker .ui-widget-header {
        background: none !important;
        background-color: #e0e0e0 !important;
        border: 0 !important;
        box-shadow: none !important;
        height: 28px;
    }

    .ui-widget-header .ui-icon {
        background-image: url(~/Scripts/jquery-ui-images/ui-icons_888888_256x240.png) !important;
    }

    .ui-widget-header .ui-datepicker-next,
    .ui-widget-header .ui-datepicker-prev {
        margin: 2px 2px 2px 2px;
    }

    .ui-widget-header .ui-state-hover,
    .ui-widget-header .ui-state-active {
        background-color: #F2F2F2 !important;
        background-image: none !important;
        border-color: #F2F2F2 !important;
    }

    .ui-datepicker .ui-datepicker-title {
        color: #333;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
    }

        .ui-datepicker .ui-datepicker-title span {
            display: inline-block;
            padding-top: 2px;
        }

    .ui-datepicker .ui-datepicker-calendar thead span {
        color: #333 !important;
        font-size: 13px !important;
        font-weight: 300 !important;
        text-transform: uppercase !important;
    }

    .ui-datepicker .ui-datepicker-week-col {
        color: #333 !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
    }

    .ui-datepicker tbody .ui-datepicker-week-col {
        text-align: center;
    }


    .ui-datepicker .ui-datepicker-calendar .ui-state-default {
        background-color: #DEDEDE !important;
        border-color: #DEDEDE;
        color: #333 !important;
        font-size: 13px !important;
        font-weight: 300 !important;
        text-transform: uppercase !important;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-active,
    .ui-datepicker .ui-datepicker-calendar .ui-state-hover {
        background-color: #ffb848 !important;
        background-image: none !important;
        border-color: #ffb848;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
        background-color: #FFDBA3 !important;
        background-image: none !important;
        border-color: #ffb848;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-active {
        background-color: #ffb848 !important;
        background-image: none !important;
        border-color: #ffb848;
    }

    .ui-datepicker button.ui-state-default {
        background-color: #35aa47 !important;
        background-image: none !important;
        border-color: #35aa47 !important;
        color: #fff;
    }

    .ui-datepicker button.ui-state-hover {
        background-color: #1d943b !important;
        border-color: #1d943b !important;
        color: #fff !important;
    }

    .ui-datepicker button.ui-state-default.ui-priority-secondary {
        font-size: 13px !important;
        font-weight: 300 !important;
    }

    .ui-datepicker button.ui-state-default.ui-priority-primary {
        font-size: 13px !important;
        font-weight: 300 !important;
    }

    /***
jQuery UI Dialogs(new in v1.2.4)
***/

    .ui-dialog {
        background: none !important;
        background-color: #eee !important;
        z-index: 10011 !important;
    }

        .ui-dialog .ui-dialog-titlebar {
            background: none !important;
            background-color: #e0e0e0 !important;
            border: 0 !important;
            box-shadow: none !important;
            color: #333 !important;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px !important;
            font-weight: 300 !important;
            text-transform: uppercase !important;
        }

        .ui-dialog .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close.png) no-repeat center !important;
            border: 0 !important;
            box-shadow: none;
            margin-top: -12px !important;
            outline: none !important;
        }

            .ui-dialog .ui-dialog-titlebar-close:hover {
                filter: alpha(opacity=80);
                opacity: 0.8;
            }

        /*dialog title bg colors*/

        .ui-dialog.ui-dialog-blue .ui-dialog-titlebar {
            background-color: #4b8df8 !important;
            color: #fff !important;
        }

        .ui-dialog.ui-dialog-blue .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close-white.png) no-repeat center !important;
        }

        .ui-dialog.ui-dialog-red .ui-dialog-titlebar {
            background-color: #e02222 !important;
            color: #fff !important;
        }

        .ui-dialog.ui-dialog-red .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close-white.png) no-repeat center !important;
        }

        .ui-dialog.ui-dialog-yellow .ui-dialog-titlebar {
            background-color: #ffb848 !important;
            color: #fff !important;
        }

        .ui-dialog.ui-dialog-yellow .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close-white.png) no-repeat center !important;
        }

        .ui-dialog.ui-dialog-green .ui-dialog-titlebar {
            background-color: #35aa47 !important;
            color: #fff !important;
        }

        .ui-dialog.ui-dialog-green .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close-white.png) no-repeat center !important;
        }

        .ui-dialog.ui-dialog-purple .ui-dialog-titlebar {
            background-color: #852b99 !important;
            color: #fff !important;
        }

        .ui-dialog.ui-dialog-purple .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close-white.png) no-repeat center !important;
        }

        .ui-dialog.ui-dialog-grey .ui-dialog-titlebar {
            background-color: #555555 !important;
            color: #fff !important;
        }

        .ui-dialog.ui-dialog-grey .ui-dialog-titlebar-close {
            background: url(../../img/hor-menu-search-close-white.png) no-repeat center !important;
        }

        /*dialog title bg colors*/

        .ui-dialog .ui-dialog-content {
            color: #333 !important;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px !important;
        }

            .ui-dialog .ui-dialog-content .icon {
                display: inline-block;
                float: left;
                margin: 5px 7px 20px 0;
            }

    .ui-widget-overlay.ui-front {
        background: #333 !important;
        z-index: 10010;
    }

    /***
Sidebar Content
***/

    .sidebar-content {
        margin-top: 20px;
    }

    /***
Horezantal Menu(new in v1.2)
***/

    .header .hor-menu {
        float: left;
        margin: 0;
    }

        .header .hor-menu ul.nav li a {
            font-size: 14px;
            padding: 11px 18px;
        }

    .ie8 .header .hor-menu a.dropdown-toggle {
        padding-top: 10px !important;
    }

    .header .hor-menu ul.nav li {
        position: relative;
    }

        .header .hor-menu ul.nav li.active > a,
        .header .hor-menu ul.nav li.active > a:hover {
            background: #e02222 !important;
        }

    .ie8 .header .hor-menu ul.nav li.active > a {
        padding-bottom: 12px;
        padding-top: 13px;
    }

    .ie9 .header .hor-menu ul.nav li.active > a {
        padding-bottom: 12px;
        padding-top: 10px;
    }

    .header .hor-menu ul.nav li.active .selected {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #e02222;
        bottom: 0;
        display: inline-block;
        height: 0;
        left: 50%;
        margin: 0;
        margin-bottom: -6px;
        margin-left: -7px;
        position: absolute;
        width: 0;
    }

    .header .hor-menu ul.nav li a:hover,
    .header .hor-menu ul.nav li a:focus {
        background: #2d2d2d;
    }

    /*drop-down*/

    .header .hor-menu .dropdown-menu {
        background: #2d2d2d;
        border: none;
        box-shadow: none;
        margin-top: 0;
    }

        .header .hor-menu .dropdown-menu li > a {
            color: #999;
            margin-bottom: 1px;
            padding: 7px 18px !important;
        }

    .header .dropdown-menu .arrow {
        display: none;
    }

    .header .hor-menu ul.nav > li > a > .arrow:before {
        content: "\f107";
        display: inline;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 300;
        height: auto;
        margin-left: 3px;
        margin-top: 7px;
        text-shadow: none;
    }

    .header .hor-menu ul.nav > li .dropdown-menu > li > a > .arrow:before {
        content: "\f105";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-size: 16px;
        font-weight: 300;
        height: auto;
        margin-right: -5px;
        margin-top: 1px;
        text-shadow: none;
    }

    .header .hor-menu .dropdown-menu li > a:hover,
    .header .hor-menu .dropdown-menu li:hover > a,
    .header .hor-menu .dropdown-menu li.active > a {
        background: #e02222 !important;
        color: #fff;
        filter: none !important;
    }

    .header .hor-menu .nav > li > .dropdown-menu:after,
    .header .hor-menu .nav > li > .dropdown-menu:before {
        border-bottom: none !important;
    }

    /*search*/

    .header .hor-menu .hor-menu-search-form-toggler {
        background: url(../../img/hor-menu-search.png) no-repeat center !important;
        cursor: pointer;
        display: inline-block;
        padding: 11px 22px 11px 22px !important;
    }

        .header .hor-menu .hor-menu-search-form-toggler:hover {
            filter: alpha(opacity=80);
            opacity: 0.8;
        }

        .header .hor-menu .hor-menu-search-form-toggler.hide {
            background: #101010 url(../../img/hor-menu-search-close.png) no-repeat center !important;
        }

    .header .hor-menu a.hor-menu-search-form-toggler-close {
        display: none;
    }

    .header .hor-menu .search-form {
        background: #101010;
        display: none;
        padding: 8px;
        position: absolute;
        right: 0;
        top: 42px;
        z-index: 999;
    }

        .header .hor-menu .search-form .btn {
            background: #2d2d2d url(../../img/search-icon.png) no-repeat center !important;
            color: #999;
            display: inline-block;
            height: 32px;
            padding: 7px 20px;
            width: 10px;
        }

            .header .hor-menu .search-form .btn:hover {
                filter: alpha(opacity=80);
                opacity: 0.8;
            }

        .header .hor-menu .search-form form {
            margin-bottom: 0;
        }

            .header .hor-menu .search-form form input {
                border: none;
                color: #999;
            }

                .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */
                    color: #999;
                }

                .header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                    color: #999;
                }

                .header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
                    color: #999;
                }

                .header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
                    color: #999;
                }

    /***
Dashboard Charts(new in v1.2.1)
***/

    .easy-pie-chart,
    .sparkline-chart {
        text-align: center;
    }

    .sparkline-chart {
        margin-top: 15px;
        position: relative !important;
    }

    .easy-pie-chart .number {
        font-size: 16px;
        font-weight: 300;
        margin: 0 auto;
        width: 85px;
    }

    .sparkline-chart .number {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 100px;
    }

    .sparkline-chart .title,
    .easy-pie-chart .title {
        color: #333;
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
        margin-top: 5px;
        text-align: center;
    }

        .sparkline-chart .title:hover,
        .easy-pie-chart .title:hover {
            color: #666;
            text-decoration: none;
        }


    /***
Top News Blocks(new in v1.2.2)
***/

    .top-news {
        color: #fff;
        margin: 8px 0;
    }

        .top-news a,
        .top-news em,
        .top-news span {
            display: block;
            text-align: left;
        }

        .top-news a {
            margin-bottom: 10px;
            padding: 10px;
            position: relative;
        }

            .top-news a .top-news-icon {
                bottom: 15px;
                filter: alpha(opacity=30); /*For IE8*/
                font-size: 35px;
                opacity: 0.3;
                position: absolute;
                right: 8px;
            }

        .top-news em {
            font-style: normal;
            margin-bottom: 0;
        }

        .top-news span {
            font-size: 18px;
            margin-bottom: 5px;
        }

    /***
Bootstrap Carousel(new in v1.2.2)
***/

    .carousel {
        margin-bottom: 0;
    }

        .carousel .carousel-caption a {
            color: #fff;
        }

        .carousel .carousel-inner .item {
            margin-bottom: 10px;
        }

        .carousel a.carousel-control {
            border: none;
            display: none;
            padding: 5px;
        }

        .carousel:hover a.carousel-control {
            display: block;
            height: 40px;
            width: 40px;
        }

    /***
Block Images(new in v1.2.2)
***/

    .blog-images {
        margin-bottom: 0;
    }

        .blog-images li {
            display: inline;
        }

            .blog-images li a:hover {
                text-decoration: none;
            }

            .blog-images li img {
                height: 50px;
                margin: 0 2px 8px;
                opacity: 0.6;
                width: 50px;
            }

                .blog-images li img:hover {
                    -moz-transition: all 0.4s ease-in-out 0
                    -webkit-transition: all 0.4s ease-in-out 0;
                    box-shadow: 0 0 0 4px #72c02c;
                    opacity: 1;
                    transition: all 0.4s ease-in-out 0;
                }

    /*Sidebar Tags*/

    ul.sidebar-tags a {
        background: #f7f7f7;
        color: #555;
        display: inline-block;
        font-size: 12px;
        margin: 0 2px 5px 0;
        padding: 2px 5px;
    }

        ul.sidebar-tags a:hover,
        ul.sidebar-tags a:hover i {
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            background: #555;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

        ul.sidebar-tags a i {
            color: #777;
        }

    ul.sidebar-tags li {
        padding: 0;
    }

    /***
Social Icons(new in v1.2.2)
***/

    .social-icons {
        margin: 0;
    }

        .social-icons:after,
        .social-icons:before {
            content: "";
            display: table;
        }

        .social-icons:after {
            clear: both;
        }

        .social-icons li {
            display: inline;
            float: left;
            list-style: none;
            margin-bottom: 5px;
            margin-right: 5px;
            text-indent: -9999px;
        }

            .social-icons li a, a.social-icon {
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                background-position: 0 0;
                background-repeat: no-repeat;
                display: block;
                height: 28px;
                transition: all 0.3s ease-in-out;
                width: 28px;
            }

            .social-icons li:hover a {
                background-position: 0 -38px;
            }

    .social-icons-color li a {
        background-position: 0 -38px !important;
        opacity: 0.7;
    }

        .social-icons-color li a:hover {
            opacity: 1;
        }

    .social-icons .amazon {
        background: url(../../img/social/amazon.png) no-repeat !important;
    }

    .social-icons .behance {
        background: url(../../img/social/behance.png) no-repeat !important;
    }

    .social-icons .blogger {
        background: url(../../img/social/blogger.png) no-repeat !important;
    }

    .social-icons .deviantart {
        background: url(../../img/social/deviantart.png) no-repeat !important;
    }

    .social-icons .dribbble {
        background: url(../../img/social/dribbble.png) no-repeat !important;
    }

    .social-icons .dropbox {
        background: url(../../img/social/dropbox.png) no-repeat !important;
    }

    .social-icons .evernote {
        background: url(../../img/social/evernote.png) no-repeat !important;
    }

    .social-icons .facebook {
        background: url(../../img/social/facebook.png) no-repeat !important;
    }

    .social-icons .forrst {
        background: url(../../img/social/forrst.png) no-repeat !important;
    }

    .social-icons .github {
        background: url(../../img/social/github.png) no-repeat !important;
    }

    .social-icons .googleplus {
        background: url(../../img/social/googleplus.png) no-repeat !important;
    }

    .social-icons .jolicloud {
        background: url(../../img/social/jolicloud.png) no-repeat !important;
    }

    .social-icons .last-fm {
        background: url(../../img/social/last-fm.png) no-repeat !important;
    }

    .social-icons .linkedin {
        background: url(../../img/social/linkedin.png) no-repeat !important;
    }

    .social-icons .picasa {
        background: url(../../img/social/picasa.png) no-repeat !important;
    }

    .social-icons .pintrest {
        background: url(../../img/social/pintrest.png) no-repeat !important;
    }

    .social-icons .rss {
        background: url(../../img/social/rss.png) no-repeat !important;
    }

    .social-icons .skype {
        background: url(../../img/social/skype.png) no-repeat !important;
    }

    .social-icons .spotify {
        background: url(../../img/social/spotify.png) no-repeat !important;
    }

    .social-icons .stumbleupon {
        background: url(../../img/social/stumbleupon.png) no-repeat !important;
    }

    .social-icons .tumblr {
        background: url(../../img/social/tumblr.png) no-repeat !important;
    }

    .social-icons .twitter {
        background: url(../../img/social/twitter.png) no-repeat !important;
    }

    .social-icons .vimeo {
        background: url(../../img/social/vimeo.png) no-repeat !important;
    }

    .social-icons .wordpress {
        background: url(../../img/social/wordpress.png) no-repeat !important;
    }

    .social-icons .xing {
        background: url(../../img/social/xing.png) no-repeat !important;
    }

    .social-icons .yahoo {
        background: url(../../img/social/yahoo.png) no-repeat;
    }

    .social-icons .youtube {
        background: url(../../img/social/youtube.png) no-repeat !important;
    }

    .social-icons .vk {
        background: url(../../img/social/vk.png) no-repeat !important;
    }

    .social-icons .instagram {
        background: url(../../img/social/instagram.png) no-repeat !important;
    }


    /***
Responsive tables(new in v1.2.3)
***/

    .flip-scroll table {
        width: 100%;
    }

   
        .flip-scroll .flip-content:after {
            clear: both;
            content: " ";
            display: block;
            font-size: 0;
            height: 0;
            visibility: hidden;
        }

        .flip-scroll * html .flip-content {
            zoom: 1;
        }

        .flip-scroll *:first-child + html .flip-content {
            zoom: 1;
        }

        .flip-scroll table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
        }

        .flip-scroll th,
        .flip-scroll td {
            margin: 0;
            vertical-align: top;
        }

        .flip-scroll th {
            text-align: left;
        }

        .flip-scroll table {
            display: block;
            position: relative;
            width: 100%;
        }

        .flip-scroll thead {
            display: block;
            float: left;
        }

        .flip-scroll tbody {
            display: block;
            overflow-x: auto;
            position: relative;
            white-space: nowrap;
            width: auto;
        }

        .flip-scroll thead tr {
            display: block;
        }

        .flip-scroll th {
            display: block;
            text-align: right;
        }

        .flip-scroll tbody tr {
            display: inline-block;
            vertical-align: top;
        }

        .flip-scroll td {
            display: block;
            min-height: 1.25em;
            text-align: left;
        }


        /* sort out borders */

        .flip-scroll th {
            border-bottom: 0;
            border-left: 0;
        }

        .flip-scroll td {
            border-bottom: 0;
            border-left: 0;
            border-right: 0;
        }

        .flip-scroll tbody tr {
            border-left: 1px solid #ddd;
        }

        .flip-scroll th:last-child,
        .flip-scroll td:last-child {
            border-bottom: 1px solid #ddd;
        }
    }

    .no-more-tables table {
        width: 100%;
    }

    @media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
        .no-more-tables table,
        .no-more-tables thead,
        .no-more-tables tbody,
        .no-more-tables th,
        .no-more-tables td,
        .no-more-tables tr {
            display: block;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            .no-more-tables thead tr {
                left: -9999px;
                position: absolute;
                top: -9999px;
            }

        .no-more-tables tr {
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

            .no-more-tables tr:last-child {
                border-bottom: 0;
            }

        .no-more-tables td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            padding-left: 50%;
            position: relative;
            text-align: left;
            white-space: normal;
        }

            .no-more-tables td:before {
                font-weight: bold;
                left: 6px;
                padding-right: 10px;
                /* Now like a table header */
                position: absolute;
                text-align: left;
                /* Top/left values mimic padding */
                top: 6px;
                white-space: nowrap;
                width: 45%;
            }

            /*
  Label the data
  */
            .no-more-tables td:before {
                content: attr(data-title);
            }
    }

    /***
Fancy box fix overlay fix(in v1.2.4)
***/

    .fancybox-overlay {
        z-index: 10000 !important;
    }

    /***
Bootstrap Datetimepickers Restyle(in v1.2.4)
***/

    .modal-open .datetimepicker {
        z-index: 10060 !Important;
    }

    .datetimepicker table .active {
        background-color: #4b8df8 !important;
        background-image: none !important;
        filter: none !important;
    }

    .datetimepicker table td {
        font-family: 'Open Sans' !important;
        font-weight: 300 !important;
    }

    .datetimepicker table th {
        font-family: 'Open Sans' !important;
        font-weight: 400 !important;
    }

    /***
Bootstrap Datepickers Restyle(in v1.2.4)
***/

    .modal-open .datepicker {
        z-index: 10060 !Important;
    }

    .datepicker table .active {
        background-color: #4b8df8 !important;
        background-image: none !important;
        filter: none !important;
    }

    .datepicker table td {
        font-family: 'Open Sans' !important;
        font-weight: 300 !important;
    }

    .datepicker table th {
        font-family: 'Open Sans' !important;
        font-weight: 400 !important;
    }


    /***
Bootstrap Colorpicker (in v1.3)
***/

    .modal-open .colorpicker {
        z-index: 10060 !important;
    }

    /***
Dropdown Checkboxes (in v1.3)
***/

    .dropdown-checkboxes {
        padding: 5px;
    }

        .dropdown-checkboxes label {
            color: #333;
            margin-bottom: 4px;
            margin-top: 4px;
        }

    /***
Datatables Plugin(in v1.3)
***/

    .dataTable {
        clear: both;
        margin-top: 5px;
    }

    .dataTables_filter label {
        line-height: 32px !important;
    }

    .dataTable .row-details {
        cursor: pointer;
        display: inline-block;
        height: 14px;
        margin-top: 3px;
        width: 14px;
    }

        .dataTable .row-details.row-details-close {
            background: url("../../img/datatable-row-openclose.png") no-repeat 0 0 !important;
        }

        .dataTable .row-details.row-details-open {
            background: url("../../img/datatable-row-openclose.png") no-repeat 0 -23px !important;
        }

    .dataTable .details {
        background-color: #eee !important;
    }

        .dataTable .details td,
        .dataTable .details th {
            background-color: none !important;
            border: 0;
            padding: 4px;
        }

        .dataTable .details tr:hover td,
        .dataTable .details tr:hover th {
            background-color: none !important;
        }

        .dataTable .details tr:nth-child(odd) td,
        .dataTable .details tr:nth-child(odd) th {
            background-color: #eee !important;
        }

        .dataTable .details tr:nth-child(even) td,
        .dataTable .details tr:nth-child(even) th {
            background-color: #eee !important;
        }

    /***
Password Strength(in v1.4)
***/

        .password-strength .password-verdict {
            display: inline-block;
            margin-left: 5px;
            margin-top: 6px;
        }

        .password-strength .progress {
            margin-bottom: 0;
            margin-top: 5px;
        }

    /***
Uniform disabled checkbox, radio button fix(in v1.4)
***/

    div.checker.disabled span,
    div.checker.disabled.active span {
        background-position: -152px -260px;
    }

    div.checker.disabled:hover,
    div.radio.disabled:hover {
        cursor: not-allowed;
    }
