/*   
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap v2.3.1
Version: 1.3
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 
*********************/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
/***
Reset and overrides  
***/
/* general body settings */
body {
    color: #000;
    font-family: 'Open Sans';
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
    -webkit-print-color-adjust: exact !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 {
    text-shadow: none !important;
    color: #33CC33;
}

/***
General backgrounds
***/
.bg-blue {
    background-image: none !important;
    background-color: #4b8df8 !important;
}

.bg-red {
    background-image: none !important;
    background-color: #e02222 !important;
}

.bg-yellow {
    background-image: none !important;
    background-color: #ffb848 !important;
}

.bg-green {
    background-image: none !important;
    background-color: #35aa47 !important;
}

.bg-purple {
    background-image: none !important;
    background-color: #852b99 !important;
}

.bg-grey {
    background-image: none !important;
    background-color: #555555 !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;
    width: 1.25em;
    text-align: center;
}

    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 {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("../img/remove-icon-small.png") !important;
}

/***
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: 0px !important;
}

/***
Misc tools
***/
.visible-ie8 {
    display: none;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.no-space {
    margin: 0px !important;
    padding: 0px !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: 0px !important;
}

.border {
    border: 1px solid #ddd;
}

.inline {
    display: inline;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}

/********************
 GENERAL LAYOUT 
*********************/

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
}

.page-header-fixed .page-container {
    margin-top: 60px;
}

/***
Page sidebar
***/

/* ie8 fixes */
.ie8 .page-sidebar {
    position: absolute;
    width: 225px;
}

ul.page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

    ul.page-sidebar-menu > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
    }

        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 {
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 10px 15px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
        }

.page-sidebar-fixed ul.page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-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 {
        display: block;
        width: 8px;
        height: 25px;
        background-image: url("../img/sidebar-menu-arrow.png");
        float: right;
        position: absolute;
        right: 0px;
        top: 8px;
    }

.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 8px 0px 8px 0px;
}

ul.page-sidebar-menu > li.active > ul.sub-menu {
    display: block;
}

ul.page-sidebar-menu > li > ul.sub-menu > li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

    ul.page-sidebar-menu > li > ul.sub-menu > li > a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px;
        padding-left: 44px !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        background: none;
    }

    /* 3rd level sub menu */
    ul.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0px 0px 0px 0px;
    }

ul.page-sidebar-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    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: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: 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 {
        display: block;
        float: right;
        margin-top: 8px;
        width: 13px;
        height: 13px;
        background-image: url(../img/search-icon.png);
        background-repeat: no-repeat;
    }

    .page-sidebar .sidebar-search input {
        margin: 0px;
        width: 165px;
        border: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-size: 14px;
        box-shadow: none;
    }

    .page-sidebar .sidebar-search .input-box {
        padding-bottom: 2px;
    }

/***
Sidebar toggler(show/hide)
***/

.page-sidebar .sidebar-toggler {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: 15px;
    margin-left: 175px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
}

.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;
    width: 29px;
    margin-left: 3px;
    margin-bottom: 15px !important;
}

    .page-sidebar-closed .page-sidebar .sidebar-search input {
        display: none;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search .submit {
        margin: 11px 7px !important;
        display: block !important;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search .input-box {
        border-bottom: 0 !important;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search.open {
        height: 34px;
        width: 255px;
        overflow: hidden;
    }

        .page-sidebar-closed .page-sidebar .sidebar-search.open input {
            margin-top: 3px;
            padding-left: 10px;
            padding-bottom: 2px;
            width: 180px;
            display: inline-block !important;
        }

        .page-sidebar-closed .page-sidebar .sidebar-search.open .submit {
            display: inline-block;
            width: 13px;
            height: 13px;
            margin: 10px 8px 9px 6px !important;
        }

        .page-sidebar-closed .page-sidebar .sidebar-search.open .remove {
            background-repeat: no-repeat;
            width: 11px;
            height: 11px;
            margin: 11px 6px 7px 8px !important;
            display: inline-block !important;
            float: left !important;
        }

.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-top: 6px;
    margin-bottom: 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 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover {
    width: 225px !important;
    position: relative !important;
    z-index: 2000;
    display: block !important;
}

    .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 {
    width: 189px;
    position: absolute;
    z-index: 2000;
    left: 36px;
    margin-top: 0;
    top: 100%;
    display: block !important;
}

    .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: 189px;
    }

    /* 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 {
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
}

.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0px;
    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: 0px !important;
}


/***
Page title
***/
.page-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 20px 0px 15px 0px;
    font-weight: 300;
    font-family: 'Open Sans';
}

    .page-title small {
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #888;
    }

/***
Page breadcrumb
***/
.page-content .breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 8px;
    margin-bottom: 25px;
    border: 0px !important;
    background-color: #eee;
}

    .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 {
        display: none;
        padding-top: -1px;
        margin-right: 0px;
        margin-top: -8px;
        padding: 8px;
        padding-bottom: 7px;
        cursor: pointer;
        color: #fff;
        background-color: #e02222;
    }

        .page-content .breadcrumb .dashboard-date-range span {
            font-size: 12px;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
        }

        .page-content .breadcrumb .dashboard-date-range .icon-calendar {
            text-transform: normal;
            color: #fff;
            margin-top: 0px;
            font-size: 14px;
        }

        .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
***/


/********************
 GENERAL UI ELEMENTS 
*********************/

/***
Icon stuff
***/
i.icon, a.icon {
    color: #999;
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
}

i.icon-black {
    color: #000 !important;
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .4;
    filter: alpha(opacity=40);
}

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 {
    background-color: #fafafa;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .well.mini {
        padding: 7px !important;
    }

/***
Form stuff
***/
.form-section {
    margin: 15px 0px 20px 0px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.form .form-actions {
    margin-top: 0px !important;
    margin-top: 40px;
    padding-left: 190px;
}

.portlet.box .form .form-actions,
.portlet.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -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;
    position: relative !important;
    top: 7px;
    right: 25px !important;
    font-size: 16px;
}

.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;
    position: absolute !important;
    z-index: 1;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    padding-left: 33px !important;
}

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.portlet-title {
    margin-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
}

    .portlet-title:after,
    .portlet-title:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .portlet-title:after {
        clear: both;
    }

    .portlet-title .caption {
        float: left;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        margin-bottom: 3px;
        margin-top: 5px;
        text-shadow: 0 1px #333;
        color: #FFFFFF;
    }

        .portlet-title .caption i {
            float: left;
            margin-top: 5px;
            display: inline-block !important;
            font-size: 13px;
            margin-right: 5px;
            color: #666;
        }

        .portlet-title .caption a {
            color: #FFFF00;
        }

            .portlet-title .caption a:hover {
                color: #FFFF99;
            }

    .portlet.blue > .portlet-title .caption, .portlet-title.blue .caption,
    .portlet.orange > .portlet-title .caption, .portlet-title.orange .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.orange > .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-title .tools,
.portlet-title .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

    .portlet-title .tools > a {
        display: inline-block;
        height: 16px;
        margin-left: 5px;
        color: #FFFFFF;
    }

.portlet-title .dropdown-menu i {
    color: #000 !important;
}

.portlet-title .tools > a.remove {
    background-image: url(../img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet-title .tools > a.config {
    background-image: url(../img/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet-title .tools > a.reload {
    background-image: url(../img/portlet-reload-icon.png);
    width: 13px;
}

.portlet-title .tools > a.expand {
    background-image: url(../img/portlet-expand-icon.png);
    width: 14px;
}

.portlet-title .tools > a.collapse {
    background-image: url(../img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet-title .tools > a.movedown {
    background-image: url(../img/portlet-moveDown.png);
    width: 14px;
}

.portlet-title .tools > a.moveup {
    background-image: url(../img/portlet-moveUp.png);
    width: 14px;
}

.portlet-title .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
    filter: 'alpha(opacity=60)';
}

.portlet-title .actions > .btn-group {
    margin-top: -12px;
}

.portlet-title .actions > .btn {
    padding: 4px 10px;
    margin-top: -13px;
}

.portlet-title .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet-title .actions > .btn.mini {
    margin-top: -12px;
    padding: 4px 10px;
}

.portlet-title .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -2px;
}

.portlet-body {
    clear: both;
    padding: 0;
}

    .portlet-body.light-blue, .portlet.light-blue {
        background-color: #bfd5fa !important;
    }

    .portlet-body.blue, .portlet.blue {
        background-color: #003366 !important;
    }

    .portlet-body.red, .portlet.red {
        background-color: #e02222 !important;
    }

    .portlet-body.yellow, .portlet.yellow {
        background-color: #ffb848 !important;
    }

    .portlet-body.orange, .portlet.orange {
        background-color: #EC7A0A !important;
    }

    .portlet-body.green, .portlet.green {
        background-color: #008000 !important;
    }

    .portlet-body.purple, .portlet.purple {
        background-color: #852b99 !important;
    }

    .portlet-body.light-grey, .portlet.light-grey {
        background-color: #fafafa !important;
    }

    .portlet-body.dark-grey, .portlet.dark-grey {
        background-color: #555555 !important;
    }

    .portlet-body .btn-toolbar {
        margin: 0px !important;
        padding: 0px !important;
    }

    .portlet-body .btn-group {
        margin: 0px !important;
        padding: 0px !important;
        margin-bottom: 10px !important;
    }

/*  draggable girds */

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

/***
Solid colored portlet
***/
.portlet.solid {
    padding: 10px;
}

    .portlet.solid .portlet-title .tools {
        margin-top: 2px;
        border: 0px;
    }

    .portlet.solid .portlet-title {
        margin-bottom: 5px;
        border: 0px;
    }

    .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,
    .portlet.solid.orange .portlet-title,
    .portlet.solid.orange .portlet-title i,
    .portlet.solid.orange .portlet-body {
        border: 0;
        color: #fff;
    }

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/


.portlet.box {
    padding: 0px !important;
}

    .portlet.box .portlet-title {
        padding: 0px 10px 0px 10px;
        /*border-bottom: 1px solid #eee;*/
        color: #fff !important;
        height: 31px;
    }

        .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);
            }

            .portlet.box .portlet-title .tools > a.config,
            .portlet.solid .portlet-title .tools > a.config {
                background-image: url(../img/portlet-config-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.reload,
            .portlet.solid .portlet-title .tools > a.reload {
                background-image: url(../img/portlet-reload-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.expand,
            .portlet.solid .portlet-title .tools > a.expand {
                background-image: url(../img/portlet-expand-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.collapse,
            .portlet.solid .portlet-title .tools > a.collapse {
                background-image: url(../img/portlet-collapse-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.movedown,
            .portlet.solid .portlet-title .tools > a.movedown {
                background-image: url(../img/portlet-moveDown.png);
            }

            .portlet.box .portlet-title .tools > a.moveup,
            .portlet.solid .portlet-title .tools > a.moveup {
                background-image: url(../img/portlet-moveUp.png);
            }


    /* portlet buttons */
    .portlet.box .portlet-body {
        background-color: #fff;
        padding: 10px;
    }

    .portlet.box .portlet-title {
        margin-bottom: 0px;
    }

    .portlet.box.blue .portlet-title {
        background-color: #003366;
    }

    .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.orange .portlet-title {
        background-color: #EC7A0A;
    }

    .portlet.box.orange {
        border: 1px solid #EC7A0A;
        border-top: 0;
    }

    .portlet.box.green .portlet-title {
        background-color: #008000;
    }

    .portlet.box.green {
        border: 1px solid #008000;
        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 #eee;
        border-top: 0;
    }

/***
Charts and statistics
***/
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

    .chart-tooltip .label {
        clear: both;
    }

/***
Mini chart containers
***/
.bar-chart {
    display: none;
}

.line-chart {
    display: none;
}

/***
Custom icon buttons
***/
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #ddd;
    padding: 16px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .icon-btn:hover .badge {
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.icon-btn i {
    font-size: 20px !important;
    color: #777 !important;
}

.icon-btn .glyphicons {
    padding: 0px;
}

    .icon-btn .glyphicons i:before {
        font-size: 20px !important;
        color: #777 !important;
    }

.icon-btn div {
    font-family: 'Open Sans';
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 11px;
    font-weight: 300;
}

.icon-btn .badge {
    position: absolute;
    font-family: 'Open Sans';
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 7px 3px 7px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* for firefox only */
@-moz-document url-prefix() {
    .icon-btn .badge;

{
    padding: 2px 7px 4px 7px;
}

}



/* # Dropdowns
================================================== */
.navbar .dropdown-menu {
    margin-top: 3px !important;
    position: absolute !important;
    float: left !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    right: 0;
    left: auto;
}

.navbar .dropdown-toggle i.small {
    font-size: 10px;
}

.dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    font-size: 13px;
    text-align: left;
}

    .dropdown-menu > li > a > i,
    .dropdown-menu > li > i {
        margin-right: 5px;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-submenu:hover > a,
    .dropdown-submenu:focus > a {
        background: #4d7496;
        filter: none;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #4d7496;
    }

.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 13px;
}

.btn-group > .btn {
    font-size: 13px;
}

.btn-group > .btn-lg {
    font-size: 14px;
}

.btn-group > .btn-sm {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 11px;
}

/* extended dropdowns */
.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

    .dropdown-menu.extended:before,
    .dropdown-menu.extended:after {
        border-bottom-color: #ddd !important;
    }


    .dropdown-menu.extended li a {
        display: block;
        padding: 5px 10px !important;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        white-space: normal !important;
    }

    .dropdown-menu.extended li i {
        margin-right: 3px;
    }

    .dropdown-menu.extended li a {
        font-size: 13px;
        padding: 10px !important;
        background-color: #ffffff;
    }

        .dropdown-menu.extended li a:hover {
            background-image: none;
            background-color: #f5f5f5;
            color: #000;
            filter: none;
        }

    .dropdown-menu.extended li p {
        padding: 10px;
        background-color: #eee;
        margin: 0px;
        font-size: 14px;
        font-weight: 300;
        color: #000;
    }

    .dropdown-menu.extended li a {
        padding: 7px 0 5px 0px;
        list-style: none;
        border-bottom: 1px solid #f4f4f4 !important;
        font-size: 12px;
        text-shadow: none;
    }

    .dropdown-menu.extended li:first-child a {
        border-top: none;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li:last-child a {
        border-top: 1px solid white !important;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li.external > a {
        font-size: 13px;
        font-weight: 400;
    }

        .dropdown-menu.extended li.external > a > i {
            margin-top: 3px;
            float: right;
        }

/* header notifications dropdowns */

.dropdown-menu.notification li > a > .label {
    width: 10px;
    padding: 2px 4px;
    margin-right: 2px;
    text-align: center !important;
}

    .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;
    width: 40px;
    margin-right: 6px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 14px;
        font-weight: 400;
        color: #02689b;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        position: absolute;
        right: 10px;
    }

.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 {
        font-size: 13px;
        font-weight: 600;
        float: right;
        display: inline-block;
    }

.dropdown-menu.tasks .progress {
    display: block;
    height: 10px;
    margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.item-list {
    margin: 0px;
    list-style: none;
}

    .item-list li {
        padding: 7px 0 5px 0px;
        list-style: none;
        border-top: 1px solid white;
        border-bottom: 1px solid #EBEBEB;
        font-size: 12px;
    }

        .item-list li:first-child {
            border-top: none;
            border-bottom: 1px solid #EBEBEB;
        }

        .item-list li:last-child {
            border-top: none;
            border-bottom: 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.table-full-width {
    width: 100% !important;
}

.table .m-btn {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.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;
            font-size: 14px;
            font-weight: 400;
            color: #666;
        }

    .table-advance div.success,
    .table-advance div.info,
    .table-advance div.important,
    .table-advance div.warning,
    .table-advance div.danger {
        position: absolute;
        margin-top: -5px;
        float: left;
        width: 2px;
        height: 30px;
        margin-right: 20px !important;
    }

    .table-advance tr td {
        border-left-width: 0px;
    }

        .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 {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
    }

        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #999999;
        }

        .rating span.star:hover:before,
        .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #e3cf7a;
        }

/***
Rows seperated form layout
***/
.form-row-seperated .control-group {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-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 {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

    .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 {
    padding: 10px;
    position: relative;
    border-left: 1px solid #eee;
}

    .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: 0px !important;
}

    .checkbox .checker {
        margin-top: -2px !important;
        margin-right: 2px !important;
    }

.controls .text {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
}

.controls .text-inline {
    display: inline-block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
}


/* used for non horizontal forms */
.controls-uniform {
    margin-top: -7px;
}

/***
General forms settings
***/
input.placeholder,
textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-top: 0px;
}

.form-inline input {
    margin-bottom: 0px !important;
}

.control-label {
    margin-top: 2px;
}

    .control-label .required {
        color: #e02222;
        font-size: 12px;
        padding-left: 2px;
    }

.validate-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
    margin-top: 6px;
}

.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;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.success .validate-inline.ok:before,
.success .help-inline.ok:before {
    content: "\f00c";
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}


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;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
}

    .controls > .radio.line,
    .controls > .checkbox.line {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 5px !important;
    }

.controls .inline {
    margin-top: 8px;
}

.form-view .control-group {
    margin-top: 0px;
    margin-bottom: 5px;
}

.uploader {
    margin-top: 2px !important;
}

/***
Item block with details shown on hover
***/
.item {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

    .item .details {
        width: 100%;
        display: none;
        background-color: #000;
        color: #fff !important;
        padding: 5px;
        text-align: center;
        position: relative;
        bottom: 30px;
        margin-bottom: -30px;
        overflow: hidden;
        z-index: 6;
    }

    .item:hover .details {
        display: block;
        opacity: 0.7;
        filter: alpha(opacity = 70);
    }

    .item:hover .zoom-icon {
        opacity: 0.5;
        filter: alpha(opacity = 50);
    }

/***
Zoom icon overlay on images
***/
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

    .zoom .zoom-icon {
        background-image: url("../img/overlay-icon.png");
        background-color: #222;
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        width: inherit;
        height: inherit;
        opacity: 0;
        filter: alpha(opacity = 0);
        z-index: 6;
        top: 0;
    }

/***
Chats
***/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

    .chats li {
        list-style: none;
        padding: 5px 0;
        margin: 10px auto;
        font-size: 12px;
    }

        .chats li img.avatar {
            height: 45px;
            width: 45px;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
        }

        .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 {
            text-align: left;
            border-left: 2px solid #35aa47;
            margin-left: 65px;
            background: #fafafa;
        }

            .chats li.in .message .arrow {
                display: block;
                position: absolute;
                top: 5px;
                left: -8px;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid #35aa47;
            }

        .chats li.out .message .arrow {
            display: block;
            position: absolute;
            top: 5px;
            right: -8px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #da4a38;
        }

        .chats li.out .message {
            border-right: 2px solid #da4a38;
            margin-right: 65px;
            background: #fafafa;
            text-align: right;
        }

        .chats li.out .name,
        .chats li.out .datetime {
            text-align: right;
        }

        .chats li .message .body {
            display: block;
        }

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both;
}

    .chat-form .input-cont {
        margin-right: 55px;
    }

        .chat-form .input-cont .m-wrap {
            margin-bottom: 0px;
        }

        .chat-form .input-cont input {
            border: 1px solid #ddd;
            width: 100%;
            margin-top: 0;
        }

        .chat-form .input-cont input {
            background-color: #fff !important;
        }

            .chat-form .input-cont input:focus {
                border: 1px solid #4b8df9 !important;
            }

    .chat-form .btn-cont {
        margin-top: -42px;
        position: relative;
        float: right;
        width: 44px;
    }

        .chat-form .btn-cont .arrow {
            position: absolute;
            top: 17px;
            right: 43px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #4d90fe;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .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 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .feeds li {
        background-color: #fafafa;
        margin-bottom: 7px;
    }

        .feeds li:before,
        .feeds li:after {
            display: table;
            line-height: 0;
            content: "";
        }

        .feeds li:after {
            clear: both;
        }

    .feeds .col1 {
        float: left;
        width: 100%;
        clear: both;
    }

    .feeds .col2 {
        float: left;
        width: 75px;
        margin-left: -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;
                width: 14px;
                padding: 7px;
            }

        .feeds .col1 .cont .cont-col2 {
            float: left;
            width: 100%;
        }

            .feeds .col1 .cont .cont-col2 .desc {
                margin-left: 35px;
                padding-top: 4px;
                padding-bottom: 4px;
                overflow: hidden;
            }

    .feeds .col2 .date {
        padding: 4px 9px 4px 4px;
        text-align: right;
        font-style: italic;
        color: #c1cbd0;
    }

/***
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-weight: 300;
        font-size: 11px;
    }

/***
Accordions
***/
.accordion-heading {
    background: #eee;
}

    .accordion-heading a {
        text-decoration: none;
    }

        .accordion-heading a:hover {
            text-decoration: none;
        }

/***
Vertical inline menu
***/
.ver-inline-menu {
    margin: 0px;
    list-style: none;
}

    .ver-inline-menu li {
        position: relative;
        margin-bottom: 1px;
        height: 35px;
    }

        .ver-inline-menu li i {
            color: #b9cbd5;
            font-size: 15px;
            padding: 11px 9px 11px 9px;
            background: #e0eaf0 !important;
        }

        .ver-inline-menu li a {
            font-size: 13px;
            color: #557386;
            display: block;
            background: #f0f6fa;
            border-left: solid 2px #c4d5df;
            height: 35px;
        }

        .ver-inline-menu li:hover a,
        .ver-inline-menu li:hover i {
            background: #e0eaf0;
            text-decoration: none;
        }

        .ver-inline-menu li:hover i {
            color: #fff;
            background: #c4d5df !important;
        }

        .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 {
            color: #fff;
            background: #169ef4;
            text-decoration: none;
            border-left: solid 1px #0c91e5;
        }

        .ver-inline-menu li.active i {
            background: #0c91e5 !important;
        }

        .ver-inline-menu li.active:after {
            content: '';
            display: inline-block;
            border-bottom: 6px solid transparent;
            border-top: 6px solid transparent;
            border-left: 6px solid #169ef4;
            position: absolute;
            top: 12px;
            right: -5px;
        }

/***
Custom tabs
***/
.tab-content {
    padding: 0px;
    overflow: hidden;
}

.tabbable-custom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.widget .row-fluid:last-child .tabbable-custom {
    margin-bottom: 0px;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}

.tabbable-custom.boxless > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

    .tabbable-custom .nav-tabs > li > a {
        -webkit-border-radius: 2px;
        -moz-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 {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabs-below.tabbable-custom .nav-tabs > li {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

    .tabs-below.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-bottom: 3px solid #d12610;
        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 {
    margin-right: 0;
    border-left: 2px solid transparent;
    margin-top: none;
}

    .tabs-left.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-left: 3px solid #d12610;
        margin-top: 0;
        margin-right: -1px;
        position: relative;
    }

        .tabs-left.tabbable-custom .nav-tabs > li.active > a {
            border-top: 1px solid #d4d4d4;
            border-left: 1px solid transparent;
        }

            .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 {
    margin-right: 0;
    border-right: 2px solid transparent;
    border-top: none;
}

    .tabs-right.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-right: 3px solid #d12610;
        margin-top: 0;
        margin-left: -1px;
        position: relative;
    }

        .tabs-right.tabbable-custom .nav-tabs > li.active > a {
            border-top: 1px solid #d4d4d4;
            border-right: 1px solid transparent;
        }

            .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 {
    padding: 27px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px;
}


/***
Custom portlet tabs
***/
.portlet-tabs .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

    .portlet-tabs .nav-tabs > li {
        float: right;
    }

.portlet-tabs .nav-tabs {
    border-bottom: none;
}

    .portlet-tabs .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 10px;
        line-height: 16px;
        margin-top: 6px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .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 {
                margin-bottom: 0px;
                border-bottom: 0;
                margin-left: 0px;
                margin-right: 0px;
                border-left: 0;
                border-right: 0;
                background-color: none !important;
                border-top-color: transparent !important;
            }

        .portlet-tabs .nav-tabs > li > a:hover {
            margin-bottom: 0;
            border-bottom-color: transparent;
            margin-left: 0;
            margin-right: 0;
            border-left: 0;
            border-right: 0;
            background-color: none !important;
            border-top-color: transparent;
            background-color: #fff;
        }

    .portlet-tabs .nav-tabs > .active > a {
        color: #555555;
        cursor: default;
        background-color: #fff;
    }

        .portlet-tabs .nav-tabs > .active > a:hover {
            background-color: #fff !important;
        }

.portlet-tabs .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -60px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/***
Dashboard container
***/
#dashboard {
    overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
    margin-bottom: 25px;
}

    .dashboard-stat:before,
    .dashboard-stat:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .dashboard-stat:after {
        clear: both;
    }

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
    }

        .dashboard-stat .visual i {
            font-size: 65px;
            color: #fff;
        }

    .dashboard-stat .details {
        float: right;
        padding-right: 10px;
    }

        .dashboard-stat .details .number {
            padding-top: 25px;
            text-align: right;
            font-size: 34px;
            letter-spacing: -1px;
            font-weight: 300;
            color: #fff;
            margin-bottom: 10px;
        }

        .dashboard-stat .details .desc {
            text-align: right;
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 300;
            color: #fff;
        }

    .dashboard-stat .more {
        clear: both;
        display: block;
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 11px;
        color: #fff;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .dashboard-stat .more i {
            margin-top: 4px;
            float: right;
        }

        .dashboard-stat .more:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .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: 0px;
}

.ie8 .knobify {
    display: none;
}

.circle-stat {
    background-color: #f8f8f8;
    padding: 2px;
    margin-bottom: 10px;
}

    .circle-stat:hover {
        background-color: #edf4f7;
    }

    .circle-stat:before,
    .circle-stat:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .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 {
            margin: 10px 0px 5px 0px !important;
            padding: 0px !important;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 300;
            color: #222;
        }

.ie8 .circle-stat .details .title {
    margin-top: 5px !important;
}

.ie8 .circle-stat .details {
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}

.circle-stat .details .title i {
    margin-top: 2px !important;
    color: #52e136;
    font-size: 16px;
}

    .circle-stat .details .title i.down {
        color: #b63625;
    }

.circle-stat .details .number {
    margin: 0px !important;
    margin-bottom: 7px !important;
    font-size: 24px;
    padding: 0px;
    font-weight: 300;
    color: #999;
}

/***
Tiles(new in v1.1.1)
***/
.tiles {
    margin-right: -10px;
}

.tile {
    display: block;
    letter-spacing: 0.02em;
    float: left;
    height: 130px;
    width: 130px !important;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    font-smooth: always;
    overflow: hidden;
    border: 4px solid transparent;
    margin: 0 10px 10px 0;
}

    .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 {
        content: "";
        display: inline-block;
        border-left: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-right: 40px solid #ccc;
        position: absolute;
        top: -3px;
        right: -3px;
    }

    .tile.selected .check:after {
        content: "";
        font-family: FontAwesome;
        font-size: 13px;
        content: "\f00c";
        display: inline-block;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .tile * {
        color: #ffffff;
    }

    .tile .tile-body {
        height: 100%;
        vertical-align: top;
        padding: 10px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-weight: 400;
        font-size: 12px;
        font-smooth: always;
        color: #000000;
        color: #ffffff;
        margin-bottom: 10px;
    }

        .tile .tile-body img {
            float: left;
            margin-right: 10px;
        }

            .tile .tile-body img.pull-right {
                float: right !important;
                margin-left: 10px;
                margin-right: 0px;
            }

        .tile .tile-body .content {
            display: inline-block;
        }

        .tile .tile-body > i {
            margin-top: 17px;
            display: block;
            font-size: 56px;
            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 {
        padding: 0;
        margin: 0;
        line-height: 14px;
    }

    .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 {
        font-weight: 400;
        font-size: 13px;
        font-smooth: always;
        color: #000000;
        color: #ffffff;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tile .tile-body p:hover {
            color: rgba(0, 0, 0, 0.8);
        }

        .tile .tile-body p:active {
            color: rgba(0, 0, 0, 0.4);
        }

        .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tile.icon > .tile-body {
        padding: 0;
    }

    .tile .tile-object {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 30px;
        background-color: transparent;
        *zoom: 1;
    }

        .tile .tile-object:before,
        .tile .tile-object:after {
            display: table;
            content: "";
        }

        .tile .tile-object:after {
            clear: both;
        }

        .tile .tile-object > .name {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 5px;
            margin-left: 10px;
            margin-right: 15px;
            font-weight: 400;
            font-size: 13px;
            font-smooth: always;
            color: #ffffff;
        }

            .tile .tile-object > .name i {
                display: block;
                font-size: 24px;
            }

        .tile .tile-object > .number {
            position: absolute;
            bottom: 0;
            right: 0;
            margin-bottom: 0;
            color: #ffffff;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.01em;
            line-height: 14px;
            font-smooth: always;
            margin-bottom: 8px;
            margin-right: 10px;
        }

    .tile.image {
        border-color1: transparent !important;
    }

        .tile.image > .tile-body {
            padding: 0 !important;
        }

            .tile.image > .tile-body > img {
                width: 100%;
                height: auto;
                min-height: 100%;
                max-width: 100%;
            }

        .tile.image .tile-body h3 {
            display: inline-block;
        }

/***
Styler Panel
***/
.color-panel {
    z-index: 999;
    position: relative;
}

    .color-panel .color-mode-icons {
        top: 4px;
        right: 0;
        padding: 20px;
        cursor: pointer;
        position: absolute;
    }

    .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 {
        display: none;
        background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
    }

        .color-panel .icon-color-close:hover {
            background-color: #222 !important;
        }

.color-mode {
    top: 4px;
    right: 40px;
    display: none;
    padding: 10px 0;
    position: absolute;
    background: #3d3d3d;
}

    .color-mode p,
    .color-mode ul,
    .color-mode label {
        padding: 0 15px;
    }

    .color-mode p {
        color: #cfcfcf;
        padding: 0 15px;
        font-size: 15px;
    }

    .color-mode ul {
        list-style: none;
        padding: 4px 11px 5px;
        display: block;
        margin-bottom: 1px !important;
    }

    .color-mode li {
        width: 16px;
        height: 23px;
        margin: 0 4px;
        cursor: pointer;
        list-style: none;
        border: solid 1px #707070;
    }

        .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 {
        color: #cfcfcf;
        padding-top: 10px;
        padding-bottom: 0px;
        border-top: 1px solid #585858;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .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 {
            top: 2px;
            position: relative;
        }

/***
Calendar with full calendar
***/
.external-event {
    display: inline-block !important;
    cursor: move;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}

.portlet .event-form-title {
    font-size: 14px;
    margin-top: -8px;
    font-weight: 400;
    margin-bottom: 0px;
}

.portlet.calendar .fc-button {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    border: 0 !important;
    padding: 7px 8px 11px 8px;
    margin-left: 2px;
    color: #fff !important;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: solid;
    border-left-style: solid;
    border-color: #ddd;
    background: transparent;
    color: #646464;
    top: -47px;
}

.portlet.calendar .fc-header {
    margin-bottom: -21px;
}

.portlet.calendar .fc-button-prev {
    padding-right: 10px;
    padding-left: 8px;
}

.portlet.calendar .fc-button-next {
    padding-right: 8px;
    padding-left: 10px;
}

.portlet.calendar .fc-button.fc-state-active,
.portlet.calendar .fc-button.fc-state-hover {
    color: #666 !important;
    background-color: #F9F9F9 !important;
}

.portlet.calendar .fc-button.fc-state-disabled {
    color: #ddd !important;
}

.portlet.calendar .fc-text-arrow {
    font-size: 22px;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
}

/* begin: event element */
.portlet.calendar .fc-event {
    border: 0px;
    background-color: #69a4e0;
    color: #fff;
}

.portlet.calendar .fc-event-inner {
    border: 0px;
}

.portlet.calendar .fc-event-time {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.portlet.calendar .fc-event-title {
    text-align: left;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
/* end: event element */

.portlet.calendar .fc-header-title h2 {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    color: #111;
}

.portlet.calendar .fc-widget-header {
    background-image: none !important;
    filter: none !important;
    background-color: #eee !important;
    text-transform: uppercase;
    font-color: #000;
    font-weight: 300;
}

.portlet.calendar .mobile .fc-button {
    margin-left: 2px !important;
}

.portlet.calendar .mobile .fc-button {
    padding: 6px 6px 6px 6px;
    margin-left: 2px;
    border: none !important;
    background-color: #ddd !important;
    background-image: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #000 !important;
    border: none !important;
    text-shadow: none !important;
    text-align: center;
}

.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: -0px;
    margin-top: -2px;
    padding: 3px 4px 3px 6px;
}

.portlet.calendar .mobile .fc-header-space {
    margin: 0px !important;
    padding: 0px !important;
    width: 0px !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: 0px !important;
        }

.portlet.calendar .mobile .fc-content {
    margin-top: 53px;
}

/***
Form wizard
***/

.form-wizard .progress {
    margin-bottom: 30px;
}

.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px;
}

    .form-wizard .steps .navbar-inner {
        background-color: #fff !important;
        background-image: none !important;
        filter: none !important;
        border: 0px;
        box-shadow: none !important;
    }

        .form-wizard .steps .navbar-inner li a {
            background-color: #fff !important;
            background-image: none !important;
            filter: none !important;
            border: 0px;
            box-shadow: none !important;
        }

.form-wizard .step:hover {
    text-decoration: none;
}

.form-wizard .step .number {
    background-color: #eee;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 15px 12px 15px !important;
    margin-right: 10px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !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 {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
}

/* 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-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 100%;
    display: block;
    height: 300px;
}

#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0px;
}

/***
SlimScrollBar plugins css changes
***/
.scroller {
    padding: 0px !important;
    margin: 0px !important;
    padding-right: 12px !important;
}

.portlet-body .slimScrollBar {
    margin-right: 0px !important;
}

/***
jqvmap changes
***/
.jqvmap-zoomin {
    background-color: #666 !important;
}

.jqvmap-zoomout {
    background-color: #666 !important;
}

.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}

/***
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-weight: 400;
    font-size: 14px;
}

/***
Toggle buttons plugin css changes
***/
.toggle-button,
.toggle-button label {
    margin-top: 3px;
    background-image: none !important;
    filter: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 1px solid #eee !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    .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-topleft: 0px !important;
        -webkit-border-top-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
        -moz-border-radius-bottomleft: 0px !important;
        -webkit-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        -moz-border-radius-topright: 0px !important;
        -webkit-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
        -moz-border-radius-bottomright: 0px !important;
        -webkit-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        font-size: 13px !important;
        font-weight: 300 !important;
        background-image: none !important;
        filter: none !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 {
    display: block;
    margin: 0;
    padding: 0 !important;
    box-shadow: none !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 {
    box-shadow: none !important;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    height: 31px !important;
    border-color: #e5e5e5;
    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-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    background-color: #eee !important;
    border: 0 !important;
}

.chzn-container .chzn-results .highlighted {
    background-image: none !important;
    filter: none !important;
    background-color: #eee !important;
    color: #111 !important;
}

.chzn-container-multi .chzn-choices {
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    border-color: #e5e5e5 !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;
}

/***
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: 0px;
}

.fileupload .fileupload-preview {
    background-color: #fff !important;
    background-image: none !important;
    filter: none !important;
}

.fileupload .close {
    position: relative;
    top: 0px !important;
}

/***
Clockface plugin css changes
***/
.clockface .cell .inner.active,
.clockface .cell .outer.active {
    background-image: none !important;
    filter: none !important;
}

/***
WYSIWYG
***/
.wysihtml5-toolbar li {
    margin: 0px;
    height: 29px;
}

    .wysihtml5-toolbar li .dropdown-menu {
        margin-top: 5px;
    }


/***
Modify tags input plugin css
***/
div.tagsinput {
    height: 40px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

    div.tagsinput span.tag {
        background: #aaa !important;
        color: #fff !important;
        border: 0 !important;
        padding: 3px 6px !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 4px !important;
    }

    div.tagsinput input {
        padding: 3px 6px !important;
    }

    div.tagsinput span.tag a {
        color: #fff !important;
    }

    div.tagsinput .not_valid {
        color: #fff !important;
        padding: 3px 6px !important;
        background-color: #e02222 !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 {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 150px;
        font-size: 14px;
        line-height: 48px;
        margin-right: 20px;
        color: #999;
        text-align: left;
    }

        .glyphicons-demo .glyphicons i:before {
            line-height: 55px !important;
            color: #666;
        }

.halfings-demo .white-content {
    margin: 0 -20px 0 -20px;
    padding: 20px;
    background: #000;
    background: rgba(0,0,0,0.9);
}

    .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 {
    width: 175px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}

.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 {
    padding-top: 5px;
    font-weight: 400;
}

.table.sliders .slider-vertical-value {
    padding-bottom: 5px;
    font-weight: 400;
}

.slider {
    border: 0 !important;
}

.ui-slider-vertical,
.ui-slider-handle {
    filter: none !important;
    background-image: none !important;
}

.slider-eq > span {
    height: 125px;
    float: left;
    margin: 15px;
}

/***
Dropzone css changes(new in v1.1.1)
***/
.dropzone {
    webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

/***
Bootstrap Tree CSS changes(new in v1.1.2)
***/
.tree {
    margin: 0;
    padding: 0;
}

    .tree a {
        padding: 2px 3px 3px 3px;
        display: block !important;
        line-height: 16px !important;
    }

        .tree a:hover {
            text-decoration: none;
            background-color: #eee;
        }

        .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 {
    padding: 2px !important;
    height: 30px;
    margin: 0 !important;
    margin-top: -1px !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(../plugins/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;
    border-color: #F2F2F2 !important;
    background-image: none !important;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #333;
}

    .ui-datepicker .ui-datepicker-title span {
        display: inline-block;
        padding-top: 2px;
    }

.ui-datepicker .ui-datepicker-calendar thead span {
    font-weight: 300 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

.ui-datepicker .ui-datepicker-week-col {
    font-weight: 400 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

.ui-datepicker tbody .ui-datepicker-week-col {
    text-align: center;
}


.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    font-weight: 300 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
    border-color: #DEDEDE;
    background-color: #DEDEDE !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    background-image: none !important;
    border-color: #ffb848;
    background-color: #ffb848 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
    background-image: none !important;
    background-color: #FFDBA3 !important;
    border-color: #ffb848;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background-image: none !important;
    background-color: #ffb848 !important;
    border-color: #ffb848;
}

.ui-datepicker button.ui-state-default {
    background-image: none !important;
    background-color: #35aa47 !important;
    border-color: #35aa47 !important;
    color: #fff;
}

.ui-datepicker button.ui-state-hover {
    border-color: #1d943b !important;
    background-color: #1d943b !important;
    color: #fff !important;
}

.ui-datepicker button.ui-state-default.ui-priority-secondary {
    font-weight: 300 !important;
    font-size: 13px !important;
}

.ui-datepicker button.ui-state-default.ui-priority-primary {
    font-weight: 300 !important;
    font-size: 13px !important;
}

/***
jQuery UI Dialogs(new in v1.2.4)
***/
.ui-dialog {
    z-index: 10011 !important;
    background: none !important;
    background-color: #eee !important;
}

    .ui-dialog .ui-dialog-titlebar {
        font-weight: 300 !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        color: #333 !important;
        background: none !important;
        background-color: #e0e0e0 !important;
        border: 0 !important;
        box-shadow: none !important;
        font-family: 'Open Sans';
    }

    .ui-dialog .ui-dialog-titlebar-close {
        outline: none !important;
        border: 0 !important;
        box-shadow: none;
        background: url(../img/hor-menu-search-close.png) no-repeat center;
        margin-top: -12px !important;
    }

        .ui-dialog .ui-dialog-titlebar-close:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    /*dialog title bg colors*/
    .ui-dialog.ui-dialog-blue .ui-dialog-titlebar {
        color: #fff !important;
        background-color: #4b8df8 !important;
    }

    .ui-dialog.ui-dialog-blue .ui-dialog-titlebar-close {
        background: url(../img/hor-menu-search-close-white.png) no-repeat center;
    }

    .ui-dialog.ui-dialog-red .ui-dialog-titlebar {
        color: #fff !important;
        background-color: #e02222 !important;
    }

    .ui-dialog.ui-dialog-red .ui-dialog-titlebar-close {
        background: url(../img/hor-menu-search-close-white.png) no-repeat center;
    }

    .ui-dialog.ui-dialog-yellow .ui-dialog-titlebar {
        color: #fff !important;
        background-color: #ffb848 !important;
    }

    .ui-dialog.ui-dialog-yellow .ui-dialog-titlebar-close {
        background: url(../img/hor-menu-search-close-white.png) no-repeat center;
    }

    .ui-dialog.ui-dialog-green .ui-dialog-titlebar {
        color: #fff !important;
        background-color: #35aa47 !important;
    }

    .ui-dialog.ui-dialog-green .ui-dialog-titlebar-close {
        background: url(../img/hor-menu-search-close-white.png) no-repeat center;
    }

    .ui-dialog.ui-dialog-purple .ui-dialog-titlebar {
        color: #fff !important;
        background-color: #852b99 !important;
    }

    .ui-dialog.ui-dialog-purple .ui-dialog-titlebar-close {
        background: url(../img/hor-menu-search-close-white.png) no-repeat center;
    }

    .ui-dialog.ui-dialog-grey .ui-dialog-titlebar {
        color: #fff !important;
        background-color: #555555 !important;
    }

    .ui-dialog.ui-dialog-grey .ui-dialog-titlebar-close {
        background: url(../img/hor-menu-search-close-white.png) no-repeat center;
    }
    /*dialog title bg colors*/

    .ui-dialog .ui-dialog-content {
        font-family: 'Open Sans';
        font-size: 13px !important;
        color: #333 !important;
    }

        .ui-dialog .ui-dialog-content .icon {
            display: inline-block;
            float: left;
            margin: 5px 7px 20px 0;
        }

.ui-widget-overlay.ui-front {
    z-index: 10010;
    background: #333 !important;
}

/***
Sidebar Content
***/
.sidebar-content {
    margin-top: 20px;
}

/***
Horezantal Menu(new in v1.2)
***/

.header .hor-menu {
    margin: 0;
    float: left;
}

    .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-top: 13px;
    padding-bottom: 12px;
}

.ie9 .header .hor-menu ul.nav li.active > a {
    padding-top: 10px;
    padding-bottom: 12px;
}

.header .hor-menu ul.nav li.active .selected {
    left: 50%;
    bottom: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e02222;
    display: inline-block;
    margin: 0;
    width: 0px;
    height: 0px;
    margin-left: -7px;
    margin-bottom: -6px;
}

.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 {
    margin-top: 0;
    border: none;
    box-shadow: none;
    background: #2d2d2d;
}

    .header .hor-menu .dropdown-menu li > a {
        color: #999;
        padding: 7px 18px !important;
        margin-bottom: 1px;
    }

.header .dropdown-menu .arrow {
    display: none;
}

.header .hor-menu ul.nav > li > a > .arrow:before {
    margin-top: 7px;
    margin-left: 3px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

.header .hor-menu ul.nav > li .dropdown-menu > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: -5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
    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 {
    color: #fff;
    filter: none !important;
    background: #e02222 !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 {
    display: inline-block;
    padding: 11px 22px 11px 22px !important;
    cursor: pointer;
    background: url(../img/hor-menu-search.png) no-repeat center;
}

    .header .hor-menu .hor-menu-search-form-toggler:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .header .hor-menu .hor-menu-search-form-toggler.hide {
        background: #101010 url(../img/hor-menu-search-close.png) no-repeat center;
    }

.header .hor-menu a.hor-menu-search-form-toggler-close {
    display: none;
}

.header .hor-menu .search-form {
    top: 42px;
    right: 0px;
    padding: 8px;
    display: none;
    z-index: 999;
    position: absolute;
    background: #101010;
}

    .header .hor-menu .search-form .btn {
        color: #999;
        padding: 7px 20px;
        height: 32px;
        width: 10px;
        display: inline-block;
        background: #2d2d2d url(../img/search-icon.png) no-repeat center;
    }

        .header .hor-menu .search-form .btn:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .header .hor-menu .search-form form {
        margin-bottom: 0;
    }

        .header .hor-menu .search-form form input {
            color: #999;
            border: none;
        }

            .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;
    width: 85px;
    margin: 0 auto;
}

.sparkline-chart .number {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sparkline-chart .title,
.easy-pie-chart .title {
    display: block;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .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 {
        padding: 10px;
        position: relative;
        margin-bottom: 10px;
    }

        .top-news a .top-news-icon {
            right: 8px;
            bottom: 15px;
            opacity: 0.3;
            font-size: 35px;
            position: absolute;
            filter: alpha(opacity=30); /*For IE8*/
        }

    .top-news em {
        margin-bottom: 0;
        font-style: normal;
    }

    .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;
        padding: 5px;
        display: none;
    }

    .carousel:hover a.carousel-control {
        display: block;
        width: 40px;
        height: 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 {
            width: 50px;
            height: 50px;
            opacity: 0.6;
            margin: 0 2px 8px;
        }

            .blog-images li img:hover {
                opacity: 1;
                box-shadow: 0 0 0 4px #72c02c;
                transition: all 0.4s ease-in-out 0s;
                -moz-transition: all 0.4s ease-in-out 0s;
                -webkit-transition: all 0.4s ease-in-out 0s;
            }

/*Sidebar Tags*/
ul.sidebar-tags a {
    color: #555;
    font-size: 12px;
    padding: 2px 5px;
    background: #f7f7f7;
    margin: 0 2px 5px 0;
    display: inline-block;
}

    ul.sidebar-tags a:hover,
    ul.sidebar-tags a:hover i {
        color: #fff;
        background: #555;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        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 {
        float: left;
        display: inline;
        list-style: none;
        margin-right: 5px;
        margin-bottom: 5px;
        text-indent: -9999px;
    }

        .social-icons li a, a.social-icon {
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .social-icons li:hover a {
            background-position: 0 -38px;
        }

    .social-icons .amazon {
        background: url(../img/social/amazon.png) no-repeat;
    }

    .social-icons .behance {
        background: url(../img/social/behance.png) no-repeat;
    }

    .social-icons .blogger {
        background: url(../img/social/blogger.png) no-repeat;
    }

    .social-icons .deviantart {
        background: url(../img/social/deviantart.png) no-repeat;
    }

    .social-icons .dribbble {
        background: url(../img/social/dribbble.png) no-repeat;
    }

    .social-icons .dropbox {
        background: url(../img/social/dropbox.png) no-repeat;
    }

    .social-icons .evernote {
        background: url(../img/social/evernote.png) no-repeat;
    }

    .social-icons .facebook {
        background: url(../img/social/facebook.png) no-repeat;
    }

    .social-icons .forrst {
        background: url(../img/social/forrst.png) no-repeat;
    }

    .social-icons .github {
        background: url(../img/social/github.png) no-repeat;
    }

    .social-icons .googleplus {
        background: url(../img/social/googleplus.png) no-repeat;
    }

    .social-icons .jolicloud {
        background: url(../img/social/jolicloud.png) no-repeat;
    }

    .social-icons .last-fm {
        background: url(../img/social/last-fm.png) no-repeat;
    }

    .social-icons .linkedin {
        background: url(../img/social/linkedin.png) no-repeat;
    }

    .social-icons .picasa {
        background: url(../img/social/picasa.png) no-repeat;
    }

    .social-icons .pintrest {
        background: url(../img/social/pintrest.png) no-repeat;
    }

    .social-icons .rss {
        background: url(../img/social/rss.png) no-repeat;
    }

    .social-icons .skype {
        background: url(../img/social/skype.png) no-repeat;
    }

    .social-icons .spotify {
        background: url(../img/social/spotify.png) no-repeat;
    }

    .social-icons .stumbleupon {
        background: url(../img/social/stumbleupon.png) no-repeat;
    }

    .social-icons .tumblr {
        background: url(../img/social/tumblr.png) no-repeat;
    }

    .social-icons .twitter {
        background: url(../img/social/twitter.png) no-repeat;
    }

    .social-icons .vimeo {
        background: url(../img/social/vimeo.png) no-repeat;
    }

    .social-icons .wordpress {
        background: url(../img/social/wordpress.png) no-repeat;
    }

    .social-icons .xing {
        background: url(../img/social/xing.png) no-repeat;
    }

    .social-icons .yahoo {
        background: url(../img/social/yahoo.png) no-repeat;
    }

    .social-icons .youtube {
        background: url(../img/social/youtube.png) no-repeat;
    }

    .social-icons .vk {
        background: url(../img/social/vk.png) no-repeat;
    }

    .social-icons .instagram {
        background: url(../img/social/instagram.png) no-repeat;
    }


/***
Responsive tables(new in v1.2.3)
***/

.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width: 800px) {

    .flip-scroll table {
        border-left: 1px solid #ddd;
    }

    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll * html .flip-content {
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content {
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .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;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .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-left: 0;
        border-right: 0;
        border-bottom: 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 {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border-left: 1px solid #ddd;
        border-bottom: 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;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
  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-image: none !important;
    background-color: #4b8df8 !important;
    filter: none !important;
}

.datetimepicker table td {
    font-weight: 300 !important;
    font-family: 'Open Sans' !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-image: none !important;
    background-color: #4b8df8 !important;
    filter: none !important;
}

.datepicker table td {
    font-weight: 300 !important;
    font-family: 'Open Sans' !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 {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

    .dataTable .row-details.row-details-close {
        background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
    }

    .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 {
        padding: 4px;
        background-color: none !important;
        border: 0;
    }

    .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;
    }



.btn btn-success {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49c730', endColorstr='#22a608');
    background-color: #49c730;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #039608;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
    height: 38px;
}

    .btn btn-success:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22a608), color-stop(1, #49c730) );
        background: -moz-linear-gradient( center top, #22a608 5%, #49c730 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a608', endColorstr='#49c730');
        background-color: #22a608;
    }

    .btn btn-success:active {
        position: relative;
        top: 1px;
    }

.btn btn-successsmall {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #49c730), color-stop(1, #22a608) );
    background: -moz-linear-gradient( center top, #49c730 5%, #22a608 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49c730', endColorstr='#22a608');
    background-color: #49c730;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #039608;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
}

    .btn btn-successsmall:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22a608), color-stop(1, #49c730) );
        background: -moz-linear-gradient( center top, #22a608 5%, #49c730 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a608', endColorstr='#49c730');
        background-color: #22a608;
    }

    .btn btn-successsmall:active {
        position: relative;
        top: 1px;
    }

.inbtn btn-success {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dedede), color-stop(1, #6b6b6b) );
    background: -moz-linear-gradient( center top, #dedede 5%, #6b6b6b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#6b6b6b');
    background-color: #dedede;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
}

    .inbtn btn-success:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b6b6b), color-stop(1, #dedede) );
        background: -moz-linear-gradient( center top, #6b6b6b 5%, #dedede 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#dedede');
        background-color: #6b6b6b;
    }

    .inbtn btn-success:active {
        position: relative;
        top: 1px;
    }

.tinybutton {
    padding: 5px 10px;
    display: inline;
    background: #58aa00 url(../images/button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
}

    .tinybutton:hover {
        background-position: 0 -48px;
    }

    .tinybutton:active {
        background-position: 0 top;
        position: relative;
        top: 1px;
        padding: 6px 10px 4px;
    }

.textred {
    color: #FF0000;
}
.textorange {
    color:#e47519;
}
.titlelarge {
    color: #4974ab;
    font-weight: normal;
    margin: 0px;
    font-size: 22px;
    font-family: "Segoe UI", "HelveticaNeue","Helvetica", "Arial", sans-serif;
}

.forminstruction {
    font-size: 12px;
    font-style: italic;
    font-family: "Segoe UI", "HelveticaNeue","Helvetica", "Arial", sans-serif;
}

/* UI TABS OVERRIDE - GREEN */
#tabs-nohdr {
    padding: 0px;
    background: none;
    border-width: 0px;
}

    #tabs-nohdr .ui-tabs-nav {
        padding-left: 0px;
        background: transparent;
        border-width: 0px 0px 1px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #tabs-nohdr .ui-tabs-panel {
        background: #FFFFFF;
        border-width: 0px 1px 1px 1px;
    }


.row.rowleftrightmargin10 {
    margin-left: 10px;
    margin-right: 10px;
}

.textsmall {
    font-size: 10px !important;
}

.indent30 {
    margin-left: 30px;
}

.texthuge {
    font-size: 30px;
}
/* Footer Stuff*/
#footer {
    min-height: 150px;
    background-color: #003399;
}

    #footer .inner {
        color: #FFFFFF;
    }

        #footer .inner a {
            text-decoration: none;
        }

            #footer .inner a:hover {
                text-decoration: underline;
            }



.fitpointboxes {
    border: 3px solid #000000;
    font-size: 22px;
    text-align: center;
}

.fitpointboxeslight {
    border: 3px solid #999999;
    font-size: 22px;
    text-align: center;
}

.fitpointboxetitle {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.fitpointboxesgreen {
    border: 3px solid #006600;
    font-size: 22px;
    text-align: center;
    color: #006600;
    background-color: #FFFFFF;
}

.fitpointboxesred {
    border: 3px solid #CC3300;
    font-size: 22px;
    text-align: center;
    color: #CC3300;
}


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables1 table,
    #no-more-tables1 thead,
    #no-more-tables1 tbody,
    #no-more-tables1 th,
    #no-more-tables1 td,
    #no-more-tables1 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables1 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables1 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables1 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables1 td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables1 td:before {
            content: attr(data-title);
        }
}




.exWalkColor {
    background-color: #E1F5FF;
}

.exRunColor {
    background-color: #FFECFF;
}

.exBikeColor {
    background-color: #F2F9EC;
}

.exSwimColor {
    background-color: #F4F4FF;
}

.exAeroColor {
    background-color: #F7F2F7;
}

.exLiftColor {
    background-color: #E8E8E8;
}

.exMiscColor {
    background-color: #FFEAEA;
}

.exStepsColor {
    background-color: #FFFFF2;
}

.logo {
    float: left;
    width: 180px;
}

img#imgbackgroundIMage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-wrap {
    position: relative;
    z-index: 1;
}

.quicktitle {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: #003366;
}

.quicklinks a {
    font-size: 12px;
    text-decoration: underline;
}

    .quicklinks a:hover {
        font-size: 12px;
        text-decoration: underline;
        color: #0099CC;
    }


.header {
    z-index: 10030;
}

.navbar > .container {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-right {
    float: right !important;
}

.navbar-left {
    float: left !important;
}

.navbar-text {
    line-height: 48px;
    color: #ffffff;
}

.navbar {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* DEPRECATED
	.nav > li:active, .nav > li.open {
		//border-left-color: rgba(0, 0, 0, 0.28);
		//border-left-color: rgba(0, 0, 0, 0.65);

		+ li {
			//border-left-color: rgba(0, 0, 0, 0.65);
		}
	} */
}

    .navbar .navbar-brand {
        padding: 0;
        line-height: 48px;
        color: #ffffff;
        text-shadow: 0 1px 0 #000000;
        font-size: 18px;
        width: 170px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        text-align: left;
        padding-left: 0;
        max-width: none;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .navbar .toggle-sidebar {
        float: left;
        margin-left: -50px;
        display: inline-block;
        position: relative;
        color: #ffffff;
        padding: 14px;
        font-size: 14px;
        text-decoration: none;
    }

        .navbar .toggle-sidebar:hover {
            background: rgba(255, 255, 255, 0.05);
        }

    .navbar .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

        .navbar .navbar-nav > li > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    .navbar .divider-vertical {
        height: 48px;
        border-left: 1px solid #4d7496;
        border-right: 1px solid #ffffff;
    }

    .navbar .nav > li {
        line-height: 28px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

        .navbar .nav > li:first-child {
            border-left: 1px solid rgba(0, 0, 0, 0.21);
        }

        .navbar .nav > li.nav-toggle {
            display: none;
        }

        .navbar .nav > li:active,
        .navbar .nav li.dropdown.open > .dropdown-toggle,
        .navbar .nav li.dropdown.active > .dropdown-toggle,
        .navbar .nav li.dropdown.open.active > .dropdown-toggle,
        .navbar .toggle-sidebar:active {
            color: #ffffff;
            background: #334d63;
            -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
            -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
        }

        .navbar .nav > li > a {
            color: #ffffff;
            font-size: 13px;
            text-shadow: 0 1px 0 #000000;
            padding-top: 10px;
            padding-bottom: 14px;
            padding-left: 18px;
            padding-right: 18px;
        }

            .navbar .nav > li > a:hover,
            .navbar .nav > li > a:focus {
                color: #ffffff;
                background: #5681a7;
                background: rgba(255, 255, 255, 0.05);
            }

            .navbar .nav > li > a > span {
                padding-left: 5px;
            }

                .navbar .nav > li > a > span.username {
                    font-weight: bold;
                }

            .navbar .nav > li > a .badge {
                position: absolute;
                font-size: 10px;
                font-weight: 300;
                top: 8px;
                right: 8px;
                text-align: center;
                height: 14px;
                background-color: #BE4141;
                background-color: rgba(219, 45, 42, 0.8);
                padding: 2px 4px;
                text-shadow: none;
            }

.textred {
    color: #FF0000;
}

.validation-error {
    color: red !important;
}

.smalltitle {
    font-style: italic;
    font-size: 11px;
    color: #666666;
}

.bigcontent {
    font-size: 20px;
}

.bigbox {
    font-size: 24px;
    padding: 3px;
}

.pointoutline {
    border: 4px solid #009933;
    font-size: 30px;
    height: 45px;
    text-align: center;
}

.bluelinklarge {
    font-size: 20px;
    color: #003366;
}

    .bluelinklarge a {
        font-size: 20px;
        color: #003366;
    }

        .bluelinklarge a:hover {
            font-size: 20px;
            color: #00FF00;
        }

.subdesc {
    margin-left: 20px;
    font-size: 12px;
    font-style:italic;
    color:#333;
}
.subdescnoindent {
    
    font-size: 12px;
    font-style:italic;
    color:#333;
}


.supertext
{
    font-size:20px;
    display:inline;
}


.supertextmargin
{
    font-size:20px;
    display:inline;
    margin-left:20px;
}
.centerblock
{
    display: block; margin: auto;
}
.leadnomarginbottom {
    margin-bottom: 0px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    
}


@font-face{font-family:'Glyphicons Regular';src:url(/assets/css/fonts/glyphicons.pro/glyphicons-regular.eot);src:url(fonts/glyphicons.pro/glyphicons-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons.pro/glyphicons-regular.woff) format('woff'),url(fonts/glyphicons.pro/glyphicons-regular.ttf) format('truetype'),url(fonts/glyphicons.pro/glyphicons-regular.svg#glyphiconsregular) format('svg')}@font-face{font-family:'Glyphicons Halflings Regular';src:url(fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.eot);src:url(fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.woff) format('woff'),url(fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.ttf) format('truetype'),url(fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}@font-face{font-family:'Glyphicons Social Regular';src:url(fonts/glyphicons.social.pro/glyphicons-social-regular.eot);src:url(fonts/glyphicons.social.pro/glyphicons-social-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons.social.pro/glyphicons-social-regular.woff) format('woff'),url(fonts/glyphicons.social.pro/glyphicons-social-regular.ttf) format('truetype'),url(fonts/glyphicons.social.pro/glyphicons-social-regular.svg#glyphicons_socialregular) format('svg')}@font-face{font-family:'Glyphicons Filetypes Regular';src:url(fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.eot);src:url(fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.woff) format('woff'),url(fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.ttf) format('truetype'),url(fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular) format('svg')}.fi,.gi,.hi,.si{display:inline-block;font-style:normal;font-weight:400;line-height:.8;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gi{font-family:'Glyphicons Regular'}.hi{font-family:'Glyphicons Halflings Regular'}.si{font-family:'Glyphicons Social Regular'}.fi{font-family:'Glyphicons Filetypes Regular'}.gi-white{color:#fff}.gi-glass:before{content:"\E001"}.gi-leaf:before{content:"\E002"}.gi-dog:before{content:"\E003"}.gi-user:before{content:"\E004"}.gi-girl:before{content:"\E005"}.gi-car:before{content:"\E006"}.gi-user_add:before{content:"\E007"}.gi-user_remove:before{content:"\E008"}.gi-film:before{content:"\E009"}.gi-magic:before{content:"\E010"}.gi-envelope:before{content:"\2709"}.gi-camera:before{content:"\E011"}.gi-heart:before{content:"\E013"}.gi-beach_umbrella:before{content:"\E014"}.gi-train:before{content:"\E015"}.gi-print:before{content:"\E016"}.gi-bin:before{content:"\E017"}.gi-music:before{content:"\E018"}.gi-note:before{content:"\E019"}.gi-heart_empty:before{content:"\E020"}.gi-home:before{content:"\E021"}.gi-snowflake:before{content:"\2744"}.gi-fire:before{content:"\E023"}.gi-magnet:before{content:"\E024"}.gi-parents:before{content:"\E025"}.gi-binoculars:before{content:"\E026"}.gi-road:before{content:"\E027"}.gi-search:before{content:"\E028"}.gi-cars:before{content:"\E029"}.gi-notes_2:before{content:"\E030"}.gi-pencil:before{content:"\270F"}.gi-bus:before{content:"\E032"}.gi-wifi_alt:before{content:"\E033"}.gi-luggage:before{content:"\E034"}.gi-old_man:before{content:"\E035"}.gi-woman:before{content:"\E036"}.gi-file:before{content:"\E037"}.gi-coins:before{content:"\E038"}.gi-airplane:before{content:"\2708"}.gi-notes:before{content:"\E040"}.gi-stats:before{content:"\E041"}.gi-charts:before{content:"\E042"}.gi-pie_chart:before{content:"\E043"}.gi-group:before{content:"\E044"}.gi-keys:before{content:"\E045"}.gi-calendar:before{content:"\E046"}.gi-router:before{content:"\E047"}.gi-camera_small:before{content:"\E048"}.gi-dislikes:before{content:"\E049"}.gi-star:before{content:"\E050"}.gi-link:before{content:"\E051"}.gi-eye_open:before{content:"\E052"}.gi-eye_close:before{content:"\E053"}.gi-alarm:before{content:"\E054"}.gi-clock:before{content:"\E055"}.gi-stopwatch:before{content:"\E056"}.gi-projector:before{content:"\E057"}.gi-history:before{content:"\E058"}.gi-truck:before{content:"\E059"}.gi-cargo:before{content:"\E060"}.gi-compass:before{content:"\E061"}.gi-keynote:before{content:"\E062"}.gi-paperclip:before{content:"\E063"}.gi-power:before{content:"\E064"}.gi-lightbulb:before{content:"\E065"}.gi-tag:before{content:"\E066"}.gi-tags:before{content:"\E067"}.gi-cleaning:before{content:"\E068"}.gi-ruller:before{content:"\E069"}.gi-gift:before{content:"\E070"}.gi-umbrella:before{content:"\2602"}.gi-book:before{content:"\E072"}.gi-bookmark:before{content:"\E073"}.gi-wifi:before{content:"\E074"}.gi-cup:before{content:"\E075"}.gi-stroller:before{content:"\E076"}.gi-headphones:before{content:"\E077"}.gi-headset:before{content:"\E078"}.gi-warning_sign:before{content:"\E079"}.gi-signal:before{content:"\E080"}.gi-retweet:before{content:"\E081"}.gi-refresh:before{content:"\E082"}.gi-roundabout:before{content:"\E083"}.gi-random:before{content:"\E084"}.gi-heat:before{content:"\E085"}.gi-repeat:before{content:"\E086"}.gi-display:before{content:"\E087"}.gi-log_book:before{content:"\E088"}.gi-address_book:before{content:"\E089"}.gi-building:before{content:"\E090"}.gi-eyedropper:before{content:"\E091"}.gi-adjust:before{content:"\E092"}.gi-tint:before{content:"\E093"}.gi-crop:before{content:"\E094"}.gi-vector_path_square:before{content:"\E095"}.gi-vector_path_circle:before{content:"\E096"}.gi-vector_path_polygon:before{content:"\E097"}.gi-vector_path_line:before{content:"\E098"}.gi-vector_path_curve:before{content:"\E099"}.gi-vector_path_all:before{content:"\E100"}.gi-font:before{content:"\E101"}.gi-italic:before{content:"\E102"}.gi-bold:before{content:"\E103"}.gi-text_underline:before{content:"\E104"}.gi-text_strike:before{content:"\E105"}.gi-text_height:before{content:"\E106"}.gi-text_width:before{content:"\E107"}.gi-text_resize:before{content:"\E108"}.gi-left_indent:before{content:"\E109"}.gi-right_indent:before{content:"\E110"}.gi-align_left:before{content:"\E111"}.gi-align_center:before{content:"\E112"}.gi-align_right:before{content:"\E113"}.gi-justify:before{content:"\E114"}.gi-list:before{content:"\E115"}.gi-text_smaller:before{content:"\E116"}.gi-text_bigger:before{content:"\E117"}.gi-embed:before{content:"\E118"}.gi-embed_close:before{content:"\E119"}.gi-table:before{content:"\E120"}.gi-message_full:before{content:"\E121"}.gi-message_empty:before{content:"\E122"}.gi-message_in:before{content:"\E123"}.gi-message_out:before{content:"\E124"}.gi-message_plus:before{content:"\E125"}.gi-message_minus:before{content:"\E126"}.gi-message_ban:before{content:"\E127"}.gi-message_flag:before{content:"\E128"}.gi-message_lock:before{content:"\E129"}.gi-message_new:before{content:"\E130"}.gi-inbox:before{content:"\E131"}.gi-inbox_plus:before{content:"\E132"}.gi-inbox_minus:before{content:"\E133"}.gi-inbox_lock:before{content:"\E134"}.gi-inbox_in:before{content:"\E135"}.gi-inbox_out:before{content:"\E136"}.gi-cogwheel:before{content:"\E137"}.gi-cogwheels:before{content:"\E138"}.gi-picture:before{content:"\E139"}.gi-adjust_alt:before{content:"\E140"}.gi-database_lock:before{content:"\E141"}.gi-database_plus:before{content:"\E142"}.gi-database_minus:before{content:"\E143"}.gi-database_ban:before{content:"\E144"}.gi-folder_open:before{content:"\E145"}.gi-folder_plus:before{content:"\E146"}.gi-folder_minus:before{content:"\E147"}.gi-folder_lock:before{content:"\E148"}.gi-folder_flag:before{content:"\E149"}.gi-folder_new:before{content:"\E150"}.gi-edit:before{content:"\E151"}.gi-new_window:before{content:"\E152"}.gi-check:before{content:"\E153"}.gi-unchecked:before{content:"\E154"}.gi-more_windows:before{content:"\E155"}.gi-show_big_thumbnails:before{content:"\E156"}.gi-show_thumbnails:before{content:"\E157"}.gi-show_thumbnails_with_lines:before{content:"\E158"}.gi-show_lines:before{content:"\E159"}.gi-playlist:before{content:"\E160"}.gi-imac:before{content:"\E161"}.gi-macbook:before{content:"\E162"}.gi-ipad:before{content:"\E163"}.gi-iphone:before{content:"\E164"}.gi-iphone_transfer:before{content:"\E165"}.gi-iphone_exchange:before{content:"\E166"}.gi-ipod:before{content:"\E167"}.gi-ipod_shuffle:before{content:"\E168"}.gi-ear_plugs:before{content:"\E169"}.gi-record:before{content:"\E170"}.gi-step_backward:before{content:"\E171"}.gi-fast_backward:before{content:"\E172"}.gi-rewind:before{content:"\E173"}.gi-play:before{content:"\E174"}.gi-pause:before{content:"\E175"}.gi-stop:before{content:"\E176"}.gi-forward:before{content:"\E177"}.gi-fast_forward:before{content:"\E178"}.gi-step_forward:before{content:"\E179"}.gi-eject:before{content:"\E180"}.gi-facetime_video:before{content:"\E181"}.gi-download_alt:before{content:"\E182"}.gi-mute:before{content:"\E183"}.gi-volume_down:before{content:"\E184"}.gi-volume_up:before{content:"\E185"}.gi-screenshot:before{content:"\E186"}.gi-move:before{content:"\E187"}.gi-more:before{content:"\E188"}.gi-brightness_reduce:before{content:"\E189"}.gi-brightness_increase:before{content:"\E190"}.gi-circle_plus:before{content:"\E191"}.gi-circle_minus:before{content:"\E192"}.gi-circle_remove:before{content:"\E193"}.gi-circle_ok:before{content:"\E194"}.gi-circle_question_mark:before{content:"\E195"}.gi-circle_info:before{content:"\E196"}.gi-circle_exclamation_mark:before{content:"\E197"}.gi-remove:before{content:"\E198"}.gi-ok:before{content:"\E199"}.gi-ban:before{content:"\E200"}.gi-download:before{content:"\E201"}.gi-upload:before{content:"\E202"}.gi-shopping_cart:before{content:"\E203"}.gi-lock:before{content:"\E204"}.gi-unlock:before{content:"\E205"}.gi-electricity:before{content:"\E206"}.gi-ok_2:before{content:"\E207"}.gi-remove_2:before{content:"\E208"}.gi-cart_out:before{content:"\E209"}.gi-cart_in:before{content:"\E210"}.gi-left_arrow:before{content:"\E211"}.gi-right_arrow:before{content:"\E212"}.gi-down_arrow:before{content:"\E213"}.gi-up_arrow:before{content:"\E214"}.gi-resize_small:before{content:"\E215"}.gi-resize_full:before{content:"\E216"}.gi-circle_arrow_left:before{content:"\E217"}.gi-circle_arrow_right:before{content:"\E218"}.gi-circle_arrow_top:before{content:"\E219"}.gi-circle_arrow_down:before{content:"\E220"}.gi-play_button:before{content:"\E221"}.gi-unshare:before{content:"\E222"}.gi-share:before{content:"\E223"}.gi-chevron-right:before{content:"\E224"}.gi-chevron-left:before{content:"\E225"}.gi-bluetooth:before{content:"\E226"}.gi-euro:before{content:"\20AC"}.gi-usd:before{content:"\E228"}.gi-gbp:before{content:"\E229"}.gi-retweet_2:before{content:"\E230"}.gi-moon:before{content:"\E231"}.gi-sun:before{content:"\2609"}.gi-cloud:before{content:"\2601"}.gi-direction:before{content:"\E234"}.gi-brush:before{content:"\E235"}.gi-pen:before{content:"\E236"}.gi-zoom_in:before{content:"\E237"}.gi-zoom_out:before{content:"\E238"}.gi-pin:before{content:"\E239"}.gi-albums:before{content:"\E240"}.gi-rotation_lock:before{content:"\E241"}.gi-flash:before{content:"\E242"}.gi-google_maps:before{content:"\E243"}.gi-anchor:before{content:"\2693"}.gi-conversation:before{content:"\E245"}.gi-chat:before{content:"\E246"}.gi-male:before{content:"\E247"}.gi-female:before{content:"\E248"}.gi-asterisk:before{content:"\002A"}.gi-divide:before{content:"\00F7"}.gi-snorkel_diving:before{content:"\E251"}.gi-scuba_diving:before{content:"\E252"}.gi-oxygen_bottle:before{content:"\E253"}.gi-fins:before{content:"\E254"}.gi-fishes:before{content:"\E255"}.gi-boat:before{content:"\E256"}.gi-delete:before{content:"\E257"}.gi-sheriffs_star:before{content:"\E258"}.gi-qrcode:before{content:"\E259"}.gi-barcode:before{content:"\E260"}.gi-pool:before{content:"\E261"}.gi-buoy:before{content:"\E262"}.gi-spade:before{content:"\E263"}.gi-bank:before{content:"\E264"}.gi-vcard:before{content:"\E265"}.gi-electrical_plug:before{content:"\E266"}.gi-flag:before{content:"\E267"}.gi-credit_card:before{content:"\E268"}.gi-keyboard-wireless:before{content:"\E269"}.gi-keyboard-wired:before{content:"\E270"}.gi-shield:before{content:"\E271"}.gi-ring:before{content:"\02DA"}.gi-cake:before{content:"\E273"}.gi-drink:before{content:"\E274"}.gi-beer:before{content:"\E275"}.gi-fast_food:before{content:"\E276"}.gi-cutlery:before{content:"\E277"}.gi-pizza:before{content:"\E278"}.gi-birthday_cake:before{content:"\E279"}.gi-tablet:before{content:"\E280"}.gi-settings:before{content:"\E281"}.gi-bullets:before{content:"\E282"}.gi-cardio:before{content:"\E283"}.gi-t-shirt:before{content:"\E284"}.gi-pants:before{content:"\E285"}.gi-sweater:before{content:"\E286"}.gi-fabric:before{content:"\E287"}.gi-leather:before{content:"\E288"}.gi-scissors:before{content:"\E289"}.gi-bomb:before{content:"\E290"}.gi-skull:before{content:"\E291"}.gi-celebration:before{content:"\E292"}.gi-tea_kettle:before{content:"\E293"}.gi-french_press:before{content:"\E294"}.gi-coffee_cup:before{content:"\E295"}.gi-pot:before{content:"\E296"}.gi-grater:before{content:"\E297"}.gi-kettle:before{content:"\E298"}.gi-hospital:before{content:"\E299"}.gi-hospital_h:before{content:"\E300"}.gi-microphone:before{content:"\E301"}.gi-webcam:before{content:"\E302"}.gi-temple_christianity_church:before{content:"\E303"}.gi-temple_islam:before{content:"\E304"}.gi-temple_hindu:before{content:"\E305"}.gi-temple_buddhist:before{content:"\E306"}.gi-bicycle:before{content:"\E307"}.gi-life_preserver:before{content:"\E308"}.gi-share_alt:before{content:"\E309"}.gi-comments:before{content:"\E310"}.gi-flower:before{content:"\2698"}.gi-baseball:before{content:"\26BE"}.gi-rugby:before{content:"\E313"}.gi-ax:before{content:"\E314"}.gi-table_tennis:before{content:"\E315"}.gi-bowling:before{content:"\E316"}.gi-tree_conifer:before{content:"\E317"}.gi-tree_deciduous:before{content:"\E318"}.gi-more_items:before{content:"\E319"}.gi-sort:before{content:"\E320"}.gi-filter:before{content:"\E321"}.gi-gamepad:before{content:"\E322"}.gi-playing_dices:before{content:"\E323"}.gi-calculator:before{content:"\E324"}.gi-tie:before{content:"\E325"}.gi-wallet:before{content:"\E326"}.gi-piano:before{content:"\E327"}.gi-sampler:before{content:"\E328"}.gi-podium:before{content:"\E329"}.gi-soccer_ball:before{content:"\E330"}.gi-blog:before{content:"\E331"}.gi-dashboard:before{content:"\E332"}.gi-certificate:before{content:"\E333"}.gi-bell:before{content:"\E334"}.gi-candle:before{content:"\E335"}.gi-pushpin:before{content:"\E336"}.gi-iphone_shake:before{content:"\E337"}.gi-pin_flag:before{content:"\E338"}.gi-turtle:before{content:"\E339"}.gi-rabbit:before{content:"\E340"}.gi-globe:before{content:"\E341"}.gi-briefcase:before{content:"\E342"}.gi-hdd:before{content:"\E343"}.gi-thumbs_up:before{content:"\E344"}.gi-thumbs_down:before{content:"\E345"}.gi-hand_right:before{content:"\E346"}.gi-hand_left:before{content:"\E347"}.gi-hand_up:before{content:"\E348"}.gi-hand_down:before{content:"\E349"}.gi-fullscreen:before{content:"\E350"}.gi-shopping_bag:before{content:"\E351"}.gi-book_open:before{content:"\E352"}.gi-nameplate:before{content:"\E353"}.gi-nameplate_alt:before{content:"\E354"}.gi-vases:before{content:"\E355"}.gi-bullhorn:before{content:"\E356"}.gi-dumbbell:before{content:"\E357"}.gi-suitcase:before{content:"\E358"}.gi-file_import:before{content:"\E359"}.gi-file_export:before{content:"\E360"}.gi-bug:before{content:"\E361"}.gi-crown:before{content:"\E362"}.gi-smoking:before{content:"\E363"}.gi-cloud-download:before{content:"\E364"}.gi-cloud-upload:before{content:"\E365"}.gi-restart:before{content:"\E366"}.gi-security_camera:before{content:"\E367"}.gi-expand:before{content:"\E368"}.gi-collapse:before{content:"\E369"}.gi-collapse_top:before{content:"\E370"}.gi-globe_af:before{content:"\E371"}.gi-global:before{content:"\E372"}.gi-spray:before{content:"\E373"}.gi-nails:before{content:"\E374"}.gi-claw_hammer:before{content:"\E375"}.gi-classic_hammer:before{content:"\E376"}.gi-hand_saw:before{content:"\E377"}.gi-riflescope:before{content:"\E378"}.gi-electrical_socket_eu:before{content:"\E379"}.gi-electrical_socket_us:before{content:"\E380"}.gi-message_forward:before{content:"\E381"}.gi-coat_hanger:before{content:"\E382"}.gi-dress:before{content:"\E383"}.gi-bathrobe:before{content:"\E384"}.gi-shirt:before{content:"\E385"}.gi-underwear:before{content:"\E386"}.gi-log_in:before{content:"\E387"}.gi-log_out:before{content:"\E388"}.gi-exit:before{content:"\E389"}.gi-new_window_alt:before{content:"\E390"}.gi-video_sd:before{content:"\E391"}.gi-video_hd:before{content:"\E392"}.gi-subtitles:before{content:"\E393"}.gi-sound_stereo:before{content:"\E394"}.gi-sound_dolby:before{content:"\E395"}.gi-sound_5_1:before{content:"\E396"}.gi-sound_6_1:before{content:"\E397"}.gi-sound_7_1:before{content:"\E398"}.gi-copyright_mark:before{content:"\E399"}.gi-registration_mark:before{content:"\E400"}.gi-radar:before{content:"\E401"}.gi-skateboard:before{content:"\E402"}.gi-golf_course:before{content:"\E403"}.gi-sorting:before{content:"\E404"}.gi-sort-by-alphabet:before{content:"\E405"}.gi-sort-by-alphabet-alt:before{content:"\E406"}.gi-sort-by-order:before{content:"\E407"}.gi-sort-by-order-alt:before{content:"\E408"}.gi-sort-by-attributes:before{content:"\E409"}.gi-sort-by-attributes-alt:before{content:"\E410"}.gi-compressed:before{content:"\E411"}.gi-package:before{content:"\E412"}.gi-cloud_plus:before{content:"\E413"}.gi-cloud_minus:before{content:"\E414"}.gi-disk_save:before{content:"\E415"}.gi-disk_open:before{content:"\E416"}.gi-disk_saved:before{content:"\E417"}.gi-disk_remove:before{content:"\E418"}.gi-disk_import:before{content:"\E419"}.gi-disk_export:before{content:"\E420"}.gi-tower:before{content:"\E421"}.gi-send:before{content:"\E422"}.gi-git_branch:before{content:"\E423"}.gi-git_create:before{content:"\E424"}.gi-git_private:before{content:"\E425"}.gi-git_delete:before{content:"\E426"}.gi-git_merge:before{content:"\E427"}.gi-git_pull_request:before{content:"\E428"}.gi-git_compare:before{content:"\E429"}.gi-git_commit:before{content:"\E430"}.gi-construction_cone:before{content:"\E431"}.gi-shoe_steps:before{content:"\E432"}.gi-plus:before{content:"\002B"}.gi-minus:before{content:"\2212"}.gi-redo:before{content:"\E435"}.gi-undo:before{content:"\E436"}.gi-golf:before{content:"\E437"}.gi-hockey:before{content:"\E438"}.gi-pipe:before{content:"\E439"}.gi-wrench:before{content:"\E440"}.gi-folder_closed:before{content:"\E441"}.gi-phone_alt:before{content:"\E442"}.gi-earphone:before{content:"\E443"}.gi-floppy_disk:before{content:"\E444"}.gi-floppy_saved:before{content:"\E445"}.gi-floppy_remove:before{content:"\E446"}.gi-floppy_save:before{content:"\E447"}.gi-floppy_open:before{content:"\E448"}.gi-translate:before{content:"\E449"}.gi-fax:before{content:"\E450"}.gi-factory:before{content:"\E451"}.gi-shop_window:before{content:"\E452"}.gi-shop:before{content:"\E453"}.gi-kiosk:before{content:"\E454"}.gi-kiosk_wheels:before{content:"\E455"}.gi-kiosk_light:before{content:"\E456"}.gi-kiosk_food:before{content:"\E457"}.gi-transfer:before{content:"\E458"}.gi-money:before{content:"\E459"}.gi-header:before{content:"\E460"}.gi-blacksmith:before{content:"\E461"}.gi-saw_blade:before{content:"\E462"}.gi-basketball:before{content:"\E463"}.gi-server:before{content:"\E464"}.gi-server_plus:before{content:"\E465"}.gi-server_minus:before{content:"\E466"}.gi-server_ban:before{content:"\E467"}.gi-server_flag:before{content:"\E468"}.gi-server_lock:before{content:"\E469"}.gi-server_new:before{content:"\E470"}.hi-glass:before{content:"\E001"}.hi-music:before{content:"\E002"}.hi-search:before{content:"\E003"}.hi-envelope:before{content:"\2709"}.hi-heart:before{content:"\E005"}.hi-star:before{content:"\E006"}.hi-star-empty:before{content:"\E007"}.hi-user:before{content:"\E008"}.hi-film:before{content:"\E009"}.hi-th-large:before{content:"\E010"}.hi-th:before{content:"\E011"}.hi-th-list:before{content:"\E012"}.hi-ok:before{content:"\E013"}.hi-remove:before{content:"\E014"}.hi-zoom-in:before{content:"\E015"}.hi-zoom-out:before{content:"\E016"}.hi-off:before{content:"\E017"}.hi-signal:before{content:"\E018"}.hi-cog:before{content:"\E019"}.hi-trash:before{content:"\E020"}.hi-home:before{content:"\E021"}.hi-file:before{content:"\E022"}.hi-time:before{content:"\E023"}.hi-road:before{content:"\E024"}.hi-download-alt:before{content:"\E025"}.hi-download:before{content:"\E026"}.hi-upload:before{content:"\E027"}.hi-inbox:before{content:"\E028"}.hi-play-circle:before{content:"\E029"}.hi-repeat:before{content:"\E030"}.hi-refresh:before{content:"\E031"}.hi-list-alt:before{content:"\E032"}.hi-lock:before{content:"\E033"}.hi-flag:before{content:"\E034"}.hi-headphones:before{content:"\E035"}.hi-volume-off:before{content:"\E036"}.hi-volume-down:before{content:"\E037"}.hi-volume-up:before{content:"\E038"}.hi-qrcode:before{content:"\E039"}.hi-barcode:before{content:"\E040"}.hi-tag:before{content:"\E041"}.hi-tags:before{content:"\E042"}.hi-book:before{content:"\E043"}.hi-bookmark:before{content:"\E044"}.hi-print:before{content:"\E045"}.hi-camera:before{content:"\E046"}.hi-font:before{content:"\E047"}.hi-bold:before{content:"\E048"}.hi-italic:before{content:"\E049"}.hi-text-height:before{content:"\E050"}.hi-text-width:before{content:"\E051"}.hi-align-left:before{content:"\E052"}.hi-align-center:before{content:"\E053"}.hi-align-right:before{content:"\E054"}.hi-align-justify:before{content:"\E055"}.hi-list:before{content:"\E056"}.hi-indent-left:before{content:"\E057"}.hi-indent-right:before{content:"\E058"}.hi-facetime-video:before{content:"\E059"}.hi-picture:before{content:"\E060"}.hi-pencil:before{content:"\270F"}.hi-map-marker:before{content:"\E062"}.hi-adjust:before{content:"\E063"}.hi-tint:before{content:"\E064"}.hi-edit:before{content:"\E065"}.hi-share:before{content:"\E066"}.hi-check:before{content:"\E067"}.hi-move:before{content:"\E068"}.hi-step-backward:before{content:"\E069"}.hi-fast-backward:before{content:"\E070"}.hi-backward:before{content:"\E071"}.hi-play:before{content:"\E072"}.hi-pause:before{content:"\E073"}.hi-stop:before{content:"\E074"}.hi-forward:before{content:"\E075"}.hi-fast-forward:before{content:"\E076"}.hi-step-forward:before{content:"\E077"}.hi-eject:before{content:"\E078"}.hi-chevron-left:before{content:"\E079"}.hi-chevron-right:before{content:"\E080"}.hi-plus-sign:before{content:"\E081"}.hi-minus-sign:before{content:"\E082"}.hi-remove-sign:before{content:"\E083"}.hi-ok-sign:before{content:"\E084"}.hi-question-sign:before{content:"\E085"}.hi-info-sign:before{content:"\E086"}.hi-screenshot:before{content:"\E087"}.hi-remove-circle:before{content:"\E088"}.hi-ok-circle:before{content:"\E089"}.hi-ban-circle:before{content:"\E090"}.hi-arrow-left:before{content:"\E091"}.hi-arrow-right:before{content:"\E092"}.hi-arrow-up:before{content:"\E093"}.hi-arrow-down:before{content:"\E094"}.hi-share-alt:before{content:"\E095"}.hi-resize-full:before{content:"\E096"}.hi-resize-small:before{content:"\E097"}.hi-plus:before{content:"\002B"}.hi-minus:before{content:"\2212"}.hi-asterisk:before{content:"\002A"}.hi-exclamation-sign:before{content:"\E101"}.hi-gift:before{content:"\E102"}.hi-leaf:before{content:"\E103"}.hi-fire:before{content:"\E104"}.hi-eye-open:before{content:"\E105"}.hi-eye-close:before{content:"\E106"}.hi-warning-sign:before{content:"\E107"}.hi-plane:before{content:"\E108"}.hi-calendar:before{content:"\E109"}.hi-random:before{content:"\E110"}.hi-comments:before{content:"\E111"}.hi-magnet:before{content:"\E112"}.hi-chevron-up:before{content:"\E113"}.hi-chevron-down:before{content:"\E114"}.hi-retweet:before{content:"\E115"}.hi-shopping-cart:before{content:"\E116"}.hi-folder-close:before{content:"\E117"}.hi-folder-open:before{content:"\E118"}.hi-resize-vertical:before{content:"\E119"}.hi-resize-horizontal:before{content:"\E120"}.hi-hdd:before{content:"\E121"}.hi-bullhorn:before{content:"\E122"}.hi-bell:before{content:"\E123"}.hi-certificate:before{content:"\E124"}.hi-thumbs-up:before{content:"\E125"}.hi-thumbs-down:before{content:"\E126"}.hi-hand-right:before{content:"\E127"}.hi-hand-left:before{content:"\E128"}.hi-hand-top:before{content:"\E129"}.hi-hand-down:before{content:"\E130"}.hi-circle-arrow-right:before{content:"\E131"}.hi-circle-arrow-left:before{content:"\E132"}.hi-circle-arrow-top:before{content:"\E133"}.hi-circle-arrow-down:before{content:"\E134"}.hi-globe:before{content:"\E135"}.hi-wrench:before{content:"\E136"}.hi-tasks:before{content:"\E137"}.hi-filter:before{content:"\E138"}.hi-briefcase:before{content:"\E139"}.hi-fullscreen:before{content:"\E140"}.hi-dashboard:before{content:"\E141"}.hi-paperclip:before{content:"\E142"}.hi-heart-empty:before{content:"\E143"}.hi-link:before{content:"\E144"}.hi-phone:before{content:"\E145"}.hi-pushpin:before{content:"\E146"}.hi-euro:before{content:"\20AC"}.hi-usd:before{content:"\E148"}.hi-gbp:before{content:"\E149"}.hi-sort:before{content:"\E150"}.hi-sort-by-alphabet:before{content:"\E151"}.hi-sort-by-alphabet-alt:before{content:"\E152"}.hi-sort-by-order:before{content:"\E153"}.hi-sort-by-order-alt:before{content:"\E154"}.hi-sort-by-attributes:before{content:"\E155"}.hi-sort-by-attributes-alt:before{content:"\E156"}.hi-unchecked:before{content:"\E157"}.hi-expand:before{content:"\E158"}.hi-collapse:before{content:"\E159"}.hi-collapse-top:before{content:"\E160"}.hi-log_in:before{content:"\E161"}.hi-flash:before{content:"\E162"}.hi-log_out:before{content:"\E163"}.hi-new_window:before{content:"\E164"}.hi-record:before{content:"\E165"}.hi-save:before{content:"\E166"}.hi-open:before{content:"\E167"}.hi-saved:before{content:"\E168"}.hi-import:before{content:"\E169"}.hi-export:before{content:"\E170"}.hi-send:before{content:"\E171"}.hi-floppy_disk:before{content:"\E172"}.hi-floppy_saved:before{content:"\E173"}.hi-floppy_remove:before{content:"\E174"}.hi-floppy_save:before{content:"\E175"}.hi-floppy_open:before{content:"\E176"}.hi-credit_card:before{content:"\E177"}.hi-transfer:before{content:"\E178"}.hi-cutlery:before{content:"\E179"}.hi-header:before{content:"\E180"}.hi-compressed:before{content:"\E181"}.hi-earphone:before{content:"\E182"}.hi-phone_alt:before{content:"\E183"}.hi-tower:before{content:"\E184"}.hi-stats:before{content:"\E185"}.hi-sd_video:before{content:"\E186"}.hi-hd_video:before{content:"\E187"}.hi-subtitles:before{content:"\E188"}.hi-sound_stereo:before{content:"\E189"}.hi-sound_dolby:before{content:"\E190"}.hi-sound_5_1:before{content:"\E191"}.hi-sound_6_1:before{content:"\E192"}.hi-sound_7_1:before{content:"\E193"}.hi-copyright_mark:before{content:"\E194"}.hi-registration_mark:before{content:"\E195"}.hi-cloud:before{content:"\2601"}.hi-cloud_download:before{content:"\E197"}.hi-cloud_upload:before{content:"\E198"}.hi-tree_conifer:before{content:"\E199"}.hi-tree_deciduous:before{content:"\E200"}.si-pinterest:before{content:"\E001"}.si-dropbox:before{content:"\E002"}.si-google_plus:before{content:"\E003"}.si-jolicloud:before{content:"\E004"}.si-yahoo:before{content:"\E005"}.si-blogger:before{content:"\E006"}.si-picasa:before{content:"\E007"}.si-amazon:before{content:"\E008"}.si-tumblr:before{content:"\E009"}.si-wordpress:before{content:"\E010"}.si-instapaper:before{content:"\E011"}.si-evernote:before{content:"\E012"}.si-xing:before{content:"\E013"}.si-zootool:before{content:"\E014"}.si-dribbble:before{content:"\E015"}.si-deviantart:before{content:"\E016"}.si-read_it_later:before{content:"\E017"}.si-linked_in:before{content:"\E018"}.si-forrst:before{content:"\E019"}.si-pinboard:before{content:"\E020"}.si-behance:before{content:"\E021"}.si-github:before{content:"\E022"}.si-youtube:before{content:"\E023"}.si-skitch:before{content:"\E024"}.si-foursquare:before{content:"\E025"}.si-quora:before{content:"\E026"}.si-badoo:before{content:"\E027"}.si-spotify:before{content:"\E028"}.si-stumbleupon:before{content:"\E029"}.si-readability:before{content:"\E030"}.si-facebook:before{content:"\E031"}.si-twitter:before{content:"\E032"}.si-instagram:before{content:"\E033"}.si-posterous_spaces:before{content:"\E034"}.si-vimeo:before{content:"\E035"}.si-flickr:before{content:"\E036"}.si-last_fm:before{content:"\E037"}.si-rss:before{content:"\E038"}.si-skype:before{content:"\E039"}.si-e-mail:before{content:"\E040"}.si-vine:before{content:"\E041"}.si-myspace:before{content:"\E042"}.si-goodreads:before{content:"\E043"}.si-apple:before{content:"\F8FF"}.si-windows:before{content:"\E045"}.si-yelp:before{content:"\E046"}.si-playstation:before{content:"\E047"}.si-xbox:before{content:"\E048"}.si-android:before{content:"\E049"}.si-ios:before{content:"\E050"}.fi-txt:before{content:"\E001"}.fi-doc:before{content:"\E002"}.fi-rtf:before{content:"\E003"}.fi-log:before{content:"\E004"}.fi-tex:before{content:"\E005"}.fi-msg:before{content:"\E006"}.fi-text:before{content:"\E007"}.fi-wpd:before{content:"\E008"}.fi-wps:before{content:"\E009"}.fi-docx:before{content:"\E010"}.fi-page:before{content:"\E011"}.fi-csv:before{content:"\E012"}.fi-dat:before{content:"\E013"}.fi-tar:before{content:"\E014"}.fi-xml:before{content:"\E015"}.fi-vcf:before{content:"\E016"}.fi-pps:before{content:"\E017"}.fi-key:before{content:"\E018"}.fi-ppt:before{content:"\E019"}.fi-pptx:before{content:"\E020"}.fi-sdf:before{content:"\E021"}.fi-gbr:before{content:"\E022"}.fi-ged:before{content:"\E023"}.fi-mp3:before{content:"\E024"}.fi-m4a:before{content:"\E025"}.fi-waw:before{content:"\E026"}.fi-wma:before{content:"\E027"}.fi-mpa:before{content:"\E028"}.fi-iff:before{content:"\E029"}.fi-aif:before{content:"\E030"}.fi-ra:before{content:"\E031"}.fi-mid:before{content:"\E032"}.fi-m3v:before{content:"\E033"}.fi-e_3gp:before{content:"\E034"}.fi-shf:before{content:"\E035"}.fi-avi:before{content:"\E036"}.fi-asx:before{content:"\E037"}.fi-mp4:before{content:"\E038"}.fi-e_3g2:before{content:"\E039"}.fi-mpg:before{content:"\E040"}.fi-asf:before{content:"\E041"}.fi-vob:before{content:"\E042"}.fi-wmv:before{content:"\E043"}.fi-mov:before{content:"\E044"}.fi-srt:before{content:"\E045"}.fi-m4v:before{content:"\E046"}.fi-flv:before{content:"\E047"}.fi-rm:before{content:"\E048"}.fi-png:before{content:"\E049"}.fi-psd:before{content:"\E050"}.fi-psp:before{content:"\E051"}.fi-jpg:before{content:"\E052"}.fi-tif:before{content:"\E053"}.fi-tiff:before{content:"\E054"}.fi-gif:before{content:"\E055"}.fi-bmp:before{content:"\E056"}.fi-tga:before{content:"\E057"}.fi-thm:before{content:"\E058"}.fi-yuv:before{content:"\E059"}.fi-dds:before{content:"\E060"}.fi-ai:before{content:"\E061"}.fi-eps:before{content:"\E062"}.fi-ps:before{content:"\E063"}.fi-svg:before{content:"\E064"}.fi-pdf:before{content:"\E065"}.fi-pct:before{content:"\E066"}.fi-indd:before{content:"\E067"}.fi-xlr:before{content:"\E068"}.fi-xls:before{content:"\E069"}.fi-xlsx:before{content:"\E070"}.fi-db:before{content:"\E071"}.fi-dbf:before{content:"\E072"}.fi-mdb:before{content:"\E073"}.fi-pdb:before{content:"\E074"}.fi-sql:before{content:"\E075"}.fi-aacd:before{content:"\E076"}.fi-app:before{content:"\E077"}.fi-exe:before{content:"\E078"}.fi-com:before{content:"\E079"}.fi-bat:before{content:"\E080"}.fi-apk:before{content:"\E081"}.fi-jar:before{content:"\E082"}.fi-hsf:before{content:"\E083"}.fi-pif:before{content:"\E084"}.fi-vb:before{content:"\E085"}.fi-cgi:before{content:"\E086"}.fi-css:before{content:"\E087"}.fi-js:before{content:"\E088"}.fi-php:before{content:"\E089"}.fi-xhtml:before{content:"\E090"}.fi-htm:before{content:"\E091"}.fi-html:before{content:"\E092"}.fi-asp:before{content:"\E093"}.fi-cer:before{content:"\E094"}.fi-jsp:before{content:"\E095"}.fi-cfm:before{content:"\E096"}.fi-aspx:before{content:"\E097"}.fi-rss:before{content:"\E098"}.fi-csr:before{content:"\E099"}.fi-less:before{content:"\003C"}.fi-otf:before{content:"\E101"}.fi-ttf:before{content:"\E102"}.fi-font:before{content:"\E103"}.fi-fnt:before{content:"\E104"}.fi-eot:before{content:"\E105"}.fi-woff:before{content:"\E106"}.fi-zip:before{content:"\E107"}.fi-zipx:before{content:"\E108"}.fi-rar:before{content:"\E109"}.fi-targ:before{content:"\E110"}.fi-sitx:before{content:"\E111"}.fi-deb:before{content:"\E112"}.fi-e_7z:before{content:"\E113"}.fi-pkg:before{content:"\E114"}.fi-rpm:before{content:"\E115"}.fi-cbr:before{content:"\E116"}.fi-gz:before{content:"\E117"}.fi-dmg:before{content:"\E118"}.fi-cue:before{content:"\E119"}.fi-bin:before{content:"\E120"}.fi-iso:before{content:"\E121"}.fi-hdf:before{content:"\E122"}.fi-vcd:before{content:"\E123"}.fi-bak:before{content:"\E124"}.fi-tmp:before{content:"\E125"}.fi-ics:before{content:"\E126"}.fi-msi:before{content:"\E127"}.fi-cfg:before{content:"\E128"}.fi-ini:before{content:"\E129"}.fi-prf:before{content:"\E130"}


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
        .nav-pills >li >a {
            color: #005580;
             background-color:#003366;
         }
           .nav-pills > li > a:hover {
              background-color: #0088cc;
         }
         .nav-pills .active > a {
            background-color:#ccc;
            color:#0088cc;
        }
         .nav-pills > li.active > a
          {
    color: #fff;
    background-color: #003366;
}
         .nav-pills > li.inactive > a
          {
    color: #fff;
    background-color: #7dafe1;
}
         .nav-pills > li.inactive > a:hover
          {
    color: #fff;
    background-color: #0756a4;
}



         
    .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #999999 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}
            label{
        display: initial;
        margin-bottom: 0px;
        font-weight: normal;
        }
            .likebutton
       {
           width:25px;
           cursor:pointer;
       }



.nicknametagAzure
{
    background-color: #007FFF;
    font-size:10px;

}
.nicknametagRoyalBlue
{
    background-color: #084C9E;
    font-size:10px;
}
.nicknametagTeal
{
    background-color: #008080;
    font-size:10px;
}
.nicknametagForestGreen
{
    background-color: #228B22;
    font-size:10px;
}
.nicknametagGolden
{
    background-color: #FFD700;
    color:#000000;
    font-size:10px;
}
.nicknametagGoldenrod
{
    background-color: #DAA520;
    font-size:10px;
}
.nicknametagSalmon
{
    background-color: #FA8072;
    font-size:10px;
}
.nicknametagLavender
{
    background-color: #B57EDC;
    font-size:10px;
}
.nicknametagMaroon
{
    background-color: #800000;
    font-size:10px;
}
.nicknametagGrey
{
    background-color: #808080;
    font-size:10px;
}
.nicknametagBlack
{
    background-color: #000000;
    color:#FFFFFF;
    font-size:10px;
}

.nicknametagBlue1
{
    background-color: #00CCFF;
    color:#FFFFFF;
    font-size:10px;
}


.nicknametagBlue2
{
    background-color: #0099FF;
    color:#FFFFFF;
    font-size:10px;
}


.nicknametagBlue3
{
    background-color: #0066FF;
    color:#FFFFFF;
    font-size:10px;
}


.nicknametagBlue4
{
    background-color: #0033FF;
    color:#FFFFFF;
    font-size:10px;
}


.nicknametagBlue5
{
    background-color: #0000FF;
    color:#FFFFFF;
    font-size:10px;
}

.largetextinline{
    font-size:16px;
    display:inline;
}
.smalltextinline {
    font-size: 10px;
    display: inline;
}

