@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,500,600,700);
@font-face {
    font-family: 'flamabook';
    src: url('/fonts/flama-book_0-webfont.eot');
    src: url('/fonts/flama-book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-book_0-webfont.woff2') format('woff2'),
         url('/fonts/flama-book_0-webfont.woff') format('woff'),
         url('/fonts/flama-book_0-webfont.ttf') format('truetype'),
         url('/fonts/flama-book_0-webfont.svg#flamabook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'flamamedium';
    src: url('/fonts/flama-medium_0-webfont.eot');
    src: url('/fonts/flama-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-medium_0-webfont.woff2') format('woff2'),
         url('/fonts/flama-medium_0-webfont.woff') format('woff'),
         url('/fonts/flama-medium_0-webfont.ttf') format('truetype'),
         url('/fonts/flama-medium_0-webfont.svg#flamamedium') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
  font-family: "relox";
  src:url("/fonts/relox.eot");
  src:url("/fonts/relox.eot?#iefix") format("embedded-opentype"),
    url("/fonts/relox.woff") format("woff"),
    url("/fonts/relox.ttf") format("truetype"),
    url("/fonts/relox.svg#relox") format("svg");
  font-weight: normal;
  font-style: normal;

}

@media screen and (max-height: 500px) {

    .loginpage {
        margin-top: 70px!important;
    }
}


[class^="rxicon-"]:before,
[class*=" rxicon-"]:before {
  font-family: "relox" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rxicon-x:before {
  content: "\61";
}

/*-----------------------------------------

Table of Contents:

General Layout Style
Page Title and Breadcrumb    
Typography
Page Loading Progress Bar (PACE)
Page Top Bar
Sidebar Main Menu 
Sidebar User Profile
Sidebar Fixed Bottom Graphs
Section or Content Box
Sortable / Drag n Drop panels(section boxes)
FORM ELEMENTS
BUTTONS
ICHECK (Checkboxes and Radios)
jQery UI Settings
Modals
Alert Notifications
Dropdown menu
Datepicker, Daterangepicker,  Datetimepicker & Colorpicker
Progress Bars
General Animation Settings
Tooltips
Popovers
Nestable list
Accordions
Tabs
UI Grid
UI Calendar
Timeline Centered Style
Timeline Left Aligned Style
Image Cropper
Pricing Tables 
Tocify
FAQ
Portfolio gallery
jVector Maps
Tables
Data Tables
Form Editors
DropZone File Uploader (Drag n Drop)
UI Icons
Team Members
Login and Registration Page - Transparent Background Style
Display Code Wrappers
List Group
Breadcrumbs
Pagination
Labels
Badges
UI AJAX TREE
Flot Charts
Easy PIE Charts
Sparkline Charts
Page Layout - Sidebar, Chat API toggle interactions
COLLAPSED MENU
CHAT API
CHAT API Windows
Mailbox
Rickshaw Graph Charts
Dashboard
Notification Widget (Dashboard)
Error pages 404, 505
UI Sliders
Typeahead Suggestions
UI Lockscreen
Form Validations
Form Wizard
Carousel
Visibility Animation in Elements (Viewport)
Widget - Tile Counter
Widget - Tile Progress widget 
Navigation Bars
Search page
Blogs
Invoice
Logo
Profile Page
Widget - To Do Task List
Widget - Social Media
Widget - Blogs
Widget - Sparkline Graphs
Widget - Vector Map
Widget - Weather
Widget - User Profile Tile
Form Spinners
UI Dropdowns
------------------------------------------*/
/*----------------------------------------
  General Layout Style
------------------------------------------*/
/*----------------------------------------
  General Layout Style
------------------------------------------*/

html {
    font-size: 100%;
    height: 100%;
    background-color: #fff;
}

html.boxed{
    background: #dddddd;
}

body {
    background-color: #fff;
    color: rgba(118, 118, 118, 1.0);
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 23px;
    font-style: normal;
    font-weight: normal;
    min-height: 100%;
}
body.boxed {
    margin: 0 auto !important;
    max-width: 90%;
    width: 90%;
    min-height: 100%;
    -o-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}
body.boxed .page-topbar {
    max-width: 90%;
    width: 90%;
    margin-left: 5% !important;
}
/*body *{  vertical-align: top; }*/

.paddingLeft0 {
    padding-left: 0px;
}
.paddingRight0 {
    padding-right: 0px;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.right15 {
    margin-right: 15px;
}
.left15 {
    margin-left: 15px;
}
/*----------------------------------------
    Page Title and Breadcrumb  
------------------------------------------*/

.page-title h1 {
    font-size: 30px;
    font-weight: 200;
    padding: 0;
    /*text-transform: uppercase;*/
    font-family: flamamedium, Helvetica, Arial, sans-serif;
    color: rgba(118, 118, 118, 1.0);
    margin-bottom: 15px;
}
.page-title .breadcrumb {
    padding: 0px;
    margin: 15px 0;
}
.page-title {
    display: inline-block;
    width: 100%;
}
/*---------------------------------
    Typography
-----------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: 'flamabook', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #505458;
}
.light {
    font-weight: 100;
}
.bold {
    font-weight: 700;
}
.semi-bold {
    font-weight: 400;
}
blockquote, .blockquote-reverse, blockquote.pull-right {
    font-size: 12px;
    border-color: rgba(226, 0, 30, 1);
}
blockquote.pull-right {
    width: 100%;
}
blockquote.primary {
    border-color: rgba(226, 0, 30, 1);
}
blockquote.info {
    border-color: rgba(13, 163, 185, 1.0);
}
blockquote.warning {
    border-color: rgba(220, 148, 14, 1.0);
}
blockquote.danger {
    border-color: rgba(185, 35, 13, 1.0);
}
blockquote.success {
   border-color: rgba(13, 185, 35, 1.0);
}
blockquote.purple {
    border-color: rgba(121, 13, 185, 1.0);
}
blockquote.blue {
    border-color: rgba(13, 77, 185, 1.0);
}
blockquote.orange {
    border-color: rgba(220, 148, 14, 1.0);
}
blockquote.background {
    background: #f5f5f5;
}
.well {
    box-shadow: none;
    border-radius: 0px;
    background: #f5f5f5;
    border-color: #eaeaea;
}
.well.primary, .well.primary * {
    background-color: rgba(226, 0, 30, 1);
    color: #ffffff;
    border-color: rgba(226, 0, 30, 1);
}
.well.transparent {
    background-color: transparent;
}
a {
    color: rgba(226, 0, 30, 1);
}
a.notcolored {
    color: rgba(118, 118, 118, 1.0);
}
a:hover, a:focus {
    color: #333333;
}
.text-dark {
    color: #333333;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: rgba(226, 0, 30, 1);
}
.text-info {
    color: rgba(13, 163, 185, 1.0);
}
.text-warning {
    color: rgba(220, 148, 14, 1.0);
}
.text-danger {
    color: rgba(185, 35, 13, 1.0);
}
.text-success {
    color: rgba(13, 185, 35, 1.0);
}
.text-purple {
    color: rgba(121, 13, 185, 1.0);
}
.text-blue {
    color: rgba(13, 77, 185, 1.0);
}
.text-orange {
    color: rgba(220, 148, 14, 1.0);
}
.text-light {
    color: #f5f5f5;
}
.bg-muted {
    background: #eaeaea;
    padding: 3px 8px;
}
.bg-primary {
    background: rgba(226, 0, 30, 1);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-info {
    background: rgba(13, 163, 185, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-warning {
    background: rgba(220, 148, 14, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-danger {
    background: rgba(185, 35, 13, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-success {
    background: rgba(13, 185, 35, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-purple {
    background: rgba(121, 13, 185, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-blue {
    background: rgba(13, 77, 185, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-orange {
    background: rgba(220, 148, 14, 1.0);
    padding: 3px 8px;
    color: #ffffff;
}
.bg-secondary {
    background: rgba(169, 169, 169, 1.0);
    padding: 3px 8px;
    color: #555555;
}
.bg-white {
    background: #ffffff;
    padding: 3px 8px;
    color: #777777;
}

/*----------------------------------------
  Page Top Bar
------------------------------------------*/

.page-topbar {
    min-height: 60px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    z-index: 1999;
    -o-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    max-height: 60px;
}
.page-topbar .logo-area {
    width: 220px;
    background-color: #fff;
    display: block;
    min-height: 60px;
    float: left;
}
.page-topbar .quick-area .info-menu {
    height: 60px;
    margin: 0;
    line-height: 60px;
    padding: 0 15px;
}
.page-topbar .quick-area .info-menu li {
    position: relative;
}
.page-topbar .quick-area .info-menu li a.toggle, .page-topbar .quick-area .info-menu li a.toggle_chat, .page-topbar .quick-area .info-menu li a.sidebar_toggle {
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: rgba(150, 150, 158, 1.0);
    position: relative;
}
.page-topbar .quick-area .info-menu li a.toggle .badge, .page-topbar .quick-area .info-menu li a.toggle_chat .badge, .page-topbar .quick-area .info-menu li a.sidebar_toggle .badge {
    position: absolute;
    font-size: 10px;
    padding: 4px;
    margin: 10px 0 0 -5px;
    width: 18px;
    height: 18px;
}
.page-topbar .quick-area .info-menu li a.toggle_chat i {
    font-size: 18px;
}
.page-topbar .quick-area .info-menu li.profile a {
    width: auto;
    text-decoration: none;
}
.page-topbar .quick-area .info-menu li.profile img {
    height: 30px;
    width: 30px;
    top: 0px;
    right: 10px;
    position: relative;
    background-color: #999999;
}
.page-topbar i {
    font-size: 14px;
}
/*------- Drop Down ----------*/

.page-topbar .quick-area .info-menu li .dropdown-menu {
    width: 360px;
    border-radius: 0px;
    line-height: 23px;
    font-size: 14px;
    padding-bottom: 0px;
    border: 0px solid transparent;
    -o-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    margin-top: -1px;
    padding-top: 0px;
}
/*---- top arrow - start ----- */

.page-topbar .dropdown-menu {
    background: #ffffff;
    border: 1px solid #f5f5f5;
}
.page-topbar .dropdown-menu:after, .page-topbar .dropdown-menu:before {
    bottom: 100%;
    left: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.page-topbar .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
}
.page-topbar .dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(80, 80, 80, .1);
    border-width: 10px;
    margin-left: -10px;
}
/*---- dropdown list ----- */

.page-topbar li .dropdown-menu li.list {
    padding: 0 30px;
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}
.page-topbar li .dropdown-menu li li {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.page-topbar li .dropdown-menu li li:last-child {
    border-bottom: 0px;
}
.page-topbar li .dropdown-menu li a {
    text-decoration: none;
    color: #717171;
}
.page-topbar li .dropdown-menu li .name, .page-topbar li .dropdown-menu li .desc {
    display: block;
    position: relative;
}
.page-topbar li .dropdown-menu li .user-img img {
    width: 25px;
    height: 25px;
    float: left;
    margin: 5px 15px 0 0;
    opacity: 0.8;
}
.page-topbar li .dropdown-menu li .profile-status {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.page-topbar li .dropdown-menu li .name {
    color: #aaaaaa;
}
.page-topbar li .dropdown-menu li .name .time {
    color: #cccccc;
}
.page-topbar li .dropdown-menu li .desc {
    color: #999999;
}
.page-topbar li .dropdown-menu li.unread .user-img img {
    opacity: 1;
    margin-bottom: 20px;
}
.page-topbar li .dropdown-menu li.unread .name {
    color: #717171;
}
.page-topbar li .dropdown-menu li.unread .name .time {
    color: #aaaaaa;
}
.page-topbar li .dropdown-menu li.unread .desc {
    color: #777777;
}
.page-topbar li .dropdown-menu li.external a:hover, .page-topbar li .dropdown-menu li.external {
    height: auto;
    background: #f4f5f7;
}
.page-topbar li .dropdown-menu li.external a {
    display: block;
    padding: 15px 30px;
    color: #999999;
    font-size: 13px;
}

/* ---- notifications page top bar ----- */
.page-topbar li .dropdown-menu.notifications li .name .time {
    display: block;
    position: relative;
}
.page-topbar li .notifications .notice-icon i {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    margin-top: 5px;
}
.page-topbar li .notifications .total {
    padding: 0px 30px 0px 30px;
}
.page-topbar li .notifications .total span {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eaeaea;
    display: block;
}
.page-topbar li .notifications .available .notice-icon i {
    background-color: rgba(102,189,120,1);
}
.page-topbar li .notifications .busy .notice-icon i {
    background-color: rgba(240,80,80,1);
}
.page-topbar li .notifications .away .notice-icon i {
    background-color: rgba(253,180,92,1);
}
.page-topbar li .notifications .idle .notice-icon i {
    background-color: rgba(250,133,100,1);
}
.page-topbar li .notifications .offline .notice-icon i {
    background-color: rgba(169,169,169,1);
}


/*---- profile drop down -----*/
.page-topbar li .dropdown-menu.profile {
    max-width: 180px;
    height: auto;
    padding: 0px;
}
.page-topbar li .dropdown-menu.profile li {
    line-height: 40px;
    display: block;
    height: 40px;
    margin: 0px;
}
.page-topbar li .dropdown-menu.profile li i {
    margin-right: 10px;
    line-height: 36px;
    height: 36px;
    width: auto;
    text-align: center;
}
.page-topbar li .dropdown-menu.profile li a {
    display: block;
    border-bottom: 1px solid #f4f5f7;
}
.page-topbar li .dropdown-menu.profile li.last a, .page-topbar li .dropdown-menu.profile li a:hover {
    background: #f4f5f7;
}
@media (max-width: 450px) {
.profile .toggle span{display: none;}
.page-topbar .quick-area .info-menu li.profile img{right:0px;}
.page-topbar .quick-area .info-menu li.profile .dropdown-menu{right:auto;left:-122px;}
.page-topbar .profile .dropdown-menu:after, .page-topbar .profile .dropdown-menu:before{right:22px;left:auto;}
.page-topbar .quick-area .info-menu li.sidebar-toggle-wrap{display: none;}
.page-topbar .quick-area .chat-toggle-wrapper{display: none;}
.page-topbar .quick-area .info-menu li .dropdown-menu{width:290px;}
}

@media (max-width: 680px) {
.profile .toggle span{display: none;}
.page-topbar .quick-area .info-menu li.profile img{right:0px;}
.page-topbar .quick-area .pull-left ul.info-menu{padding-right: 0px;}
.page-topbar .quick-area .pull-right ul.info-menu{padding-left: 0px;}
}


@media (max-width: 245px) {
.page-topbar .quick-area .pull-left{display: none;}
}
/*----------------------------------------
  Sidebar Main Menu
------------------------------------------*/

.page-sidebar {
    height: auto;
    width: 220px;
    position: fixed;
    padding: 0px;
    background-color: #fff;
    margin-top: 60px;
    overflow: hidden;
}
#main-menu-wrapper {
    padding-top: 0px;
    overflow: hidden;
    position: relative;
}
#main-menu-wrapper ul {
    padding: 0px;
    margin: 30px 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: 'flamabook', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#main-menu-wrapper ul.wraplist {
    padding-bottom: 0px;
}
#main-menu-wrapper li ul.sub-menu {
    padding-left: 25px;
	margin: 0px;
}
#main-menu-wrapper li ul.sub-menu ul.sub-menu {
    padding-left: 20px;
}
#main-menu-wrapper li ul.sub-menu {
    display: none;
    list-style-type: none;
    font-size: 14px;
    width: 100%;
}
#main-menu-wrapper li a {
    display: block;
    line-height: 45px;
    min-height: 45px;
    height: auto;
    color: #333;
    text-decoration: none;
    padding-left: 8px;
    clear: both;
    background: #ececec;
    margin-bottom: 1px;
}
#main-menu-wrapper li .sub-menu a {
    line-height: 36px;
    min-height: 36px;
}
#main-menu-wrapper li .sub-menu a {
    color: rgba(174, 178, 183, 1.0);
    margin-bottom: 2px;
    padding-left: 15px;
    border-left: 3px solid transparent;
}
#main-menu-wrapper li.open .sub-menu a.active, #main-menu-wrapper li.open .sub-menu a:hover, #main-menu-wrapper li .sub-menu a:hover {
    background-color: #bdbdbd;
    border-bottom: none;
    /*border-left: 3px solid rgba(226, 0, 30, 1);*/
}
#main-menu-wrapper li.open a, #main-menu-wrapper li.active a {
    background-color: #b1ce60;
    color: #333;
}
#main-menu-wrapper li a:hover {
    background-color: #bdbdbd;
    color: #333;
    border-right: 8px solid #ed1b24;
    border-bottom: none;
}
#main-menu-wrapper li a:hover .arrow:before, #main-menu-wrapper li.open a .arrow:before {
    color: rgba(234, 238, 243, 0.9);
}
#main-menu-wrapper li .sub-menu a:hover .arrow:before, #main-menu-wrapper li.open .sub-menu a .arrow:before {
    color: #222;
}
#main-menu-wrapper li.open .sub-menu a {
    background-color: transparent;
    color: rgba(118, 118, 118, 1.0);
}
#main-menu-wrapper li a i {
    display: inline-block;
    width: 45px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: -2px;
    position: relative;
}
#main-menu-wrapper li .sub-menu a i {
    width: 25px;
    top: 0;
	left: -5px;
}
#main-menu-wrapper 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;
    color: rgba(194, 198, 203, 0.65);
}
#main-menu-wrapper li.open a .arrow.open:before {
    content: "\f107";
}
#main-menu-wrapper li a .arrow {
    float: right;
}
#main-menu-wrapper .fa {
    font-size: 14px;
}

#main-menu-wrapper li .label{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 3px 7px;
    float: right;
    margin: 15px 15px 0 0;
}

#main-menu-wrapper li .label.nosubmenu{
    margin-right: 41px;
}


.page-sidebar.chat_shift #main-menu-wrapper li .label,
.page-sidebar.collapseit #main-menu-wrapper li .label{
    display: none;
}

.page-sidebar.chat_shift #main-menu-wrapper li:hover .label,
.page-sidebar.collapseit #main-menu-wrapper li:hover .label{
    display: inline-block;
    margin-top: -30px;
}


/*---------------------------------
  Section or Content Box
----------------------------------*/

section.box {
    background-color: #ffffff;
    margin: 15px 0;
}
section header {
    width: 100%;
    display: inline-block;
    background-color: #353535;
    /*border: 1px solid #353535;*/
    border-bottom: 4px solid #b1ce60;
    vertical-align: top;
    position: relative;
    margin-bottom: 5px;
}
section header .title {
    margin-top: 10px;
    font-family: 'flamamedium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-left: 15px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 300;
    /*text-transform: uppercase;*/
    display: inline-block;
}
section header .title a {
    color: #EEE;
}
section header .title a:hover {
    color: #FFF;
}
section .content-body {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    transition: 800ms;
}
section.box.nobox {
    background-color: transparent;
}
section.nobox header {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 0px solid transparent;
}
section.nobox header .title {
    padding-left: 0px;
}
section.nobox .content-body {
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0 0px 0px 0px;
}
section.box .actions {
    margin: 0 15px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    top:0px;
}
section.box .actions i, section.box .actions a {
    /* color: #bcbcbc; */
    font-size: 12px;
    margin-left: 0px;
    padding: 5px;
    cursor: hand;
    cursor: pointer;
}
section.box .actions i:hover {
    color: #999999;
}
section.box .actions a:hover {
    color: #999999;
	text-decoration: none;
}
section .content-body.collapsed {
    display: none;
}

/*transparent*/

section.box.transparent {
    background-color: transparent;
}
section.transparent header {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #E2001E /*#0DA3B9*/;
}
section.transparent .content-body {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-top: 0px;
}
/*inverted*/

section.box.inverted {
    background-color: #777777;
    color: #dddddd;
}
section.inverted header {
    background-color: rgba(50, 50, 58, 0.8);
    border: 1px solid #333333;
    border-bottom: 2px solid #E2001E /*#0DA3B9*/;
    color: #cccccc;
}
section.inverted header .title {
    color: #dddddd;
}
section.inverted .content-body {
    background-color: rgba(50, 50, 58, 0.4);
    border: 1px solid #333333;
    color: #dddddd;
    border-top: 0px;
}
/*----all colors----*/

section.primary header {
    background-color: #E2001E;
    border: 1px solid #E2001E;
    border-bottom: 2px solid #E2001E;
    color: #f5f5f5;
}
section.purple header {
    background-color: #9972b5;
    border: 1px solid #9972b5;
    border-bottom: 2px solid #9972b5;
    color: #f5f5f5;
}
section.blue header {
    background-color: #0D4DB9;
    border: 1px solid #0D4DB9;
    border-bottom: 2px solid #0D4DB9;
    color: #f5f5f5;
}
section.orange header {
    background-color: #fa8564;
    border: 1px solid #fa8564;
    border-bottom: 2px solid #fa8564;
    color: #f5f5f5;
}
section.success header {
    background-color: rgba(13, 185, 35, 1.0);
    border: 1px solid rgba(13, 185, 35, 1.0);
    border-bottom: 2px solid rgba(13, 185, 35, 1.0);
    color: #f5f5f5;
}
section.warning header {
    background-color: rgba(220, 148, 14, 1.0);
    border: 1px solid rgba(220, 148, 14, 1.0);
    border-bottom: 2px solid rgba(220, 148, 14, 1.0);
    color: #f5f5f5;
}
section.danger header {
    background-color: rgba(185, 35, 13, 1.0);
    border: 1px solid rgba(185, 35, 13, 1.0);
    border-bottom: 2px solid rgba(185, 35, 13, 1.0);
    color: #f5f5f5;
}
section.info header {
    background-color: rgba(13, 163, 185, 1.0);
    border: 1px solid rgba(13, 163, 185, 1.0);
    border-bottom: 2px solid rgba(13, 163, 185, 1.0);
    color: #f5f5f5;
}
section.primary header .title, section.purple header .title, section.orange header .title, section.success header .title, section.warning header .title, section.danger header .title, section.info header .title, section.blue header .title {
    color: #f5f5f5;
}
section.box.primary .actions i, section.box.purple .actions i, section.box.orange .actions i, section.box.success .actions i, section.box.warning .actions i, section.box.info .actions i, section.box.danger .actions i, section.box.blue .actions i {
    color: #e1e1e1;
}
section.box.primary .actions i:hover, section.box.purple .actions i:hover, section.box.orange .actions i:hover, section.box.success .actions i:hover, section.box.warning .actions i:hover, section.box.info .actions i:hover, section.box.danger .actions i:hover, section.box.blue .actions i:hover {
    color: #f5f5f5;
}

/*----------------------------------------------------
    Sortable / Drag n Drop panels(section boxes)
----------------------------------------------------*/

.portlet-placeholder {
    border: 1px dashed #cccccc;
    margin: 0 30px 30px 0;
    height: 240px;
}
.sort_panel {
    display: inline-block;
}
.sort_panel section {
    margin-bottom: 30px;
}
.sort_panel .panel_header {
    cursor: move;
}
/*------------------------------
    FORM ELEMENTS
-------------------------------*/

input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, .form-control {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
}
.form-control:focus, .has-focus .form-control {
    background: #f8f8f8;
    border-color: rgba(226, 0, 30, 1.0);
    outline: 0;
    box-shadow: none;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .controls {
    margin: 5px 0;
}
.form-label {
    font-weight: 400;
    color: #555555;
}
.form-group .desc {
    font-size: 13px;
    color: #999999;
    margin-left: 15px;
}
.help-block {
    color: #999999;
    font-style: italic;
}
/*----------- input group ----------*/

.input-group-btn button {
    border: 1px solid #ccc;
    height: 34px;
}
.input-group-btn:first-child button {
    border-right: 0px;
}
.input-group-btn:last-child button {
    border-left: 0px;
}
.input-group .input-group-addon {
    min-width: 40px;
}
.input-group.transparent .input-group-btn button {
    border: 0px;
    background-color: transparent;
}
.input-group .input-group-addon, .input-group .input-group-btn button {
    border-color: #e1e1e1;
    background-color: #f5f5f5;
    color: #555555;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group .input-group-btn.input-focus button, .input-group .input-group-addon.input-focus {
    border-color: rgba(226, 0, 30, 1.0);
    height: 34px;
}
.input-group.transparent {
    border: 1px solid #e1e1e1;
    height: 34px;
}
.input-group.transparent .input-group-addon {
    background-color: transparent;
    border: 0px solid transparent;
    height: 32px;
}
.input-group.transparent .input-group-btn.input-focus button, .input-group.transparent .input-group-addon.input-focus {
    background-color: #f8f8f8;
}
.input-group.transparent .form-control {
    border: 0px solid transparent;
    height: 32px;
}
.input-group.primary .input-group-addon, .input-group.primary .input-group-btn button {
    border-color: rgba(226, 0, 30, 1.0);
    background-color: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}

.input-group .dropdown-menu {
    border-color: #f5f5f5;
    border-radius: 0px;
}

/*----- fixed colors -----*/

.has-error .form-control, .has-error .form-control:focus {
    border-color: rgba(185, 35, 13, 1.0);
    box-shadow: none;
}
.has-warning .form-control, .has-warning .form-control:focus {
    border-color: rgba(220, 148, 14, 1.0);
    box-shadow: none;
}
.has-success .form-control, .has-success .form-control:focus {
    border-color: rgba(13, 185, 35, 1.0);
    box-shadow: none;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: rgba(185, 35, 13, 1.0);
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: rgba(220, 148, 14, 1.0);
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: rgba(13, 185, 35, 1.0);
}
/*------------------------------
    BUTTONS
-------------------------------*/

.btn {
    border-radius: 0px;
    border: 0px;
    font-family: flamabook, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-shadow: none;
}
.btn.btn-round {
    border-radius: 50%;
}
.btn.btn-corner {
    border-radius: 8px;
}
.btn.btn-border {
    border: 2px solid #eaeaea;
    color: #333333;
    background: transparent;
}
.btn.btn-border.btn-success {
    border: 2px solid rgba(226, 0, 30, 1.0);
    color: rgba(226, 0, 30, 1.0);
    background: transparent;
}
.btn.btn-border.btn-warning {
    border: 2px solid rgba(220, 148, 14, 1.0);
    color: rgba(220, 148, 14, 1.0);
    background: transparent;
}
.btn.btn-border.btn-danger {
    border: 2px solid rgba(185, 35, 13, 1.0);
    color: rgba(185, 35, 13, 1.0);
    background: transparent;
}
.btn.btn-border.btn-info {
    border: 2px solid rgba(226, 0, 30, 1.0);
    color: rgba(226, 0, 30, 1.0);
    background: transparent;
}
.btn.btn-border.btn-orange {
    border: 2px solid rgba(220, 148, 14, 1.0);
    color: rgba(220, 148, 14, 1.0);
    background: transparent;
}
.btn.btn-border.btn-purple {
    border: 2px solid rgba(121, 13, 185, 1.0);
    color: rgba(121, 13, 185, 1.0);
    background: transparent;
}
.btn.btn-border.btn-blue {
    border: 2px solid rgba(13, 77, 185, 1.0);
    color: rgba(13, 77, 185, 1.0);
    background: transparent;
}
.btn.btn-border.btn-primary {
    border: 2px solid rgba(226, 0, 30, 1.0);
    color: rgba(226, 0, 30, 1.0);
    background: transparent;
}
.btn.btn-border.btn-secondary {
    border: 2px solid rgba(169, 169, 169, 1.0);
    color: rgba(169, 169, 169, 1.0);
    background: transparent;
}
.btn.btn-border, .btn.btn-border.btn-default {
    border: 2px solid #eaeaea;
    color: #333333;
    background: transparent;
}
.btn.btn-border.btn-link {
    border: 2px solid transparent;
    color: #337ab7;
    background: transparent;
}
/*colors*/

.btn.btn-success {
    background: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}
.btn.btn-warning {
    background: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}
.btn.btn-danger {
    background: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}
.btn.btn-info {
    background: #b1ce60;
    color: #333;
}
.btn.btn-orange {
    background: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.btn.btn-purple {
    background: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}
.btn.btn-blue {
    background: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}
.btn.btn-primary {
    background: rgba(226, 0, 30, 1.0);
    color: #ffffff;
}
.btn.btn-secondary, .btn.btn-secondary .text-muted {
    background: rgba(169, 169, 169, 1.0);
    color: #ffffff;
}
.btn, .btn.btn-default {
    background: #b1ce60;
    color: #333;
}
.btn.btn-link {
    background: transparent;
    color: #337ab7;
}
.btn.btn-active {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
/*size*/

.btn {
    padding: 7px 18px;
}
.btn.btn-lg, .btn-lg, .btn-group-lg>.btn {
    padding: 10px 21px;
}
.btn.btn-sm, .btn-sm, .btn-group-sm>.btn {
    padding: 5px 13px;
}
.btn.btn-xs, .btn-xs, .btn-group-xs>.btn {
    padding: 2px 8px;
}
.btn.btn-block, .btn-block, .btn-group-block>.btn {
}


.btn:hover, .btn:active, .btn:focus, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn.btn-link:hover, .btn.btn-link:focus {
    color: rgba(1,131,122, 1.0);
    background: transparent;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background: #e9a048;
    color: #ffffff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: rgba(210,50,50,1.0);
    color: #ffffff;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background: rgba(215, 113, 80, 1.0);
    color: #ffffff;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #ffffff;
}
.btn-default.active, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background: rgba(118, 118, 118, 1.0);
    color: #333333;
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.btn-primary:disabled, .btn-primary[disabled] {
    background: rgba(0,131,122, 1.0);
    color: #ffffff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    text-shadow: none;
}
.btn-colors .btn {
    width: 80px;
    margin: 0 15px 15px 0;
}
.btn-iconic .btn, .btn-social .btn {
    width: 50px;
    text-align: center;
    margin: 0 10px 10px 0px;
}

/*---------------------------------------------
    ICHECK (Checkboxes and Radios)
----------------------------------------------*/

[class*="iradio_line"], [class*="icheckbox_line"] {
    margin-bottom: 8px;
}
ul.states li {
    margin-bottom: 8px;
}
[class*="icheckbox_"], [class*="iradio_"] {
    margin-right: 8px;
}
.icheck-label, .iradio-label {
    margin-bottom: 8px;
}
/*------------------------------
  jQery UI Settings
-------------------------------*/

.ui-slider {
    background-color: #eeeeee;
}
.ui-slider-range {
    background-color: #cccccc;
}
.ui-slider-handle {
    background-color: #aaaaaa;
}

/*------------------------------------
     Modals 
 ------------------------------------*/

.modal-content {
    border: 1px solid rgba(0, 0, 0, .2);
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
.modal-body {
    padding: 30px;
}
.modal {
    z-index: 11040;
}

/*---------------------------------------------
    Alert Notifications
----------------------------------------------*/

.alert {
    border-radius: 0px;
    text-shadow: none;
    background: #eaeaea;
    padding: 5px 35px 5px 15px;
    box-shadow: none;
    border: none;
}
.alert-warning {
    border: 1px solid rgba(220, 148, 14, 1.0);
    background: rgba(220, 148, 14, 0.7);
    color: #545454;
}
.alert-success {
    border: 1px solid rgba(13, 185, 35, 1.0);
    background: rgba(13, 185, 35, 0.7);
    color: #545454;
}
.alert-info {
    border: 1px solid rgba(13, 163, 185, 1.0);
    background: rgba(13, 163, 185, 0.7);
    color: #545454;
}
.alert-danger, .alert-error {
    border: 1px solid rgba(185, 35, 13, 1.0);
    background: rgba(185, 35, 13, 0.7);
    color: #545454;
}
.alert button.close span {
    color: #000;
}
.alert button.close {
    opacity: 0.6;
}
.alert *, .alert a {
    color: #333;
}
.alert a {
    font-weight: bold;
}
.alert button.close span {
    color: #333;
    opacity: 0.7;
}
.alert button.close {
    opacity: 1;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.alert-default *, .alert-default a, .alert-default {
    color: #777777;
}
.alert.alert-default button.close span {
    color: #777777;
    opacity: 0.7;
}
.alert-primary {
    background: #E2001E /*#0DA3B9*/;
    color: #333;
}
.notification_btns .btn {
    margin-bottom: 15px;
    margin-right: 15px;
}
/*---------------------------------------------
    Dropdown menu
----------------------------------------------*/

.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    border-color: #f5f5f5;
}
/*---------------------------------------------------
   Datepicker, Daterangepicker,  Datetimepicker & Colorpicker
---------------------------------------------------*/

.daterangepicker, .datetimepicker-days, .datetimepicker-months, .datetimepicker-years, .datepicker-days, .datepicker-months, .datepicker-years {
    padding: 10px;
}
.daterangepicker th, .datetimepicker th, .datepicker th {
    font-weight: 400;
    color: #555555;
}
.daterangepicker td.off, .datepicker td.old, .datepicker td.new {
    color: #aaaaaa;
}
.daterangepicker td, .daterangepicker th, .datetimepicker-years .year, .datetimepicker-months .month, .datetimepicker td, .datetimepicker th, .datepicker-years .year, .datepicker-months .month, .datepicker td, .datepicker th {
    border-radius: 0px;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    border-color: rgba(226, 0, 30, 1.0);
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover, .daterangepicker td.active, .daterangepicker td.active:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled], .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
    background-color: rgba(226, 0, 30, 1.0);
    background-image: none;
    text-shadow: none;
}
.datetimepicker-years .year, .datetimepicker-months .month, .datepicker-years .year, .datepicker-months .month {
    background-image: none;
    text-shadow: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-bottom-color: rgba(200, 200, 200, 0.5);
  top: -7px;
  left: 6px;
}

/*----- timepicker ------*/

.bootstrap-timepicker-widget {
    padding: 8px;
}
.bootstrap-timepicker-widget table td input {
    width: 30px;
    padding: 3px;
    border: 0px solid transparent;
    color: #555555;
}
.bootstrap-timepicker-widget .icon-chevron-up, .bootstrap-timepicker-widget .icon-chevron-down {
    font-size: 12px;
    line-height: 12px;
    color: #aaaaaa;
}
.bootstrap-timepicker-widget table td a {
    padding: 2px 0;
    color: #aaaaaa;
}
.bootstrap-timepicker-widget table td a:hover {
    background-color: #f5f5f5;
    border-radius: 0px;
    border-color: #eeeeee;
}
.icon-chevron-up, .icon-chevron-down {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: rgba(169, 169, 169, 1.0)scale;
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
/*------ daterangepicker -------*/

.daterangepicker .ranges .input-mini {
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
.daterangepicker .calendar-date {
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 0px;
}
/*----- colorpicker ------*/

.sel-color {
    display: block;
    width: 15px;
    height: 15px;
}

/*---------------------------------------------
  General Animation Settings    
----------------------------------------------*/

.animated-duration-200ms {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}
.animated-duration-400ms {
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
}
.animated-duration-600ms {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}
.animated-duration-800ms {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.animated-duration-1000ms {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
}
.animated-duration-1200ms {
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
}
.animated-duration-1400ms {
    -webkit-animation-duration: 1400ms;
    animation-duration: 1400ms;
}
.animated-duration-1600ms {
    -webkit-animation-duration: 1600ms;
    animation-duration: 1600ms;
}
.animated-duration-1800ms {
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
}
.animated-duration-2000ms {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
}
.animated-duration-2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated-duration-2200ms {
    -webkit-animation-duration: 2200ms;
    animation-duration: 2200ms;
}
.animated-duration-2400ms {
    -webkit-animation-duration: 2400ms;
    animation-duration: 2400ms;
}
.animated-duration-3s {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.animated-duration-1s {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animated-delay-200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.animated-delay-400ms {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.animated-delay-600ms {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.animated-delay-800ms {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
.animated-delay-1000ms {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.animated-delay-1200ms {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.animated-delay-1400ms {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.animated-delay-1600ms {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
}
.animated-delay-1800ms {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}
.animated-delay-2000ms {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
}
.animated-delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated-delay-2200ms {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
}
.animated-delay-2400ms {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}
/*---------------------------------------------
    Tooltips      
----------------------------------------------*/

.tooltip {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
    text-shadow: none;
}
.tooltip-inner {
    padding: 5px 13px;
    background-color: #555555;
    border-radius: 0px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #555555;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #555555;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #555555;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555555;
}
.tooltip.purple .tooltip-inner {
    background-color: rgba(121, 13, 185, 1.0);
}
.tooltip.purple.top .tooltip-arrow {
    border-top-color: rgba(121, 13, 185, 1.0);
}
.tooltip.purple.left .tooltip-arrow {
    border-left-color: rgba(121, 13, 185, 1.0);
}
.tooltip.purple.right .tooltip-arrow {
    border-right-color: rgba(121, 13, 185, 1.0);
}
.tooltip.purple.bottom .tooltip-arrow {
    border-bottom-color: rgba(121, 13, 185, 1.0);
}

.tooltip.blue .tooltip-inner {
    background-color: rgba(13, 77, 185, 1.0);
}
.tooltip.blue.top .tooltip-arrow {
    border-top-color: rgba(13, 77, 185, 1.0);
}
.tooltip.blue.left .tooltip-arrow {
    border-left-color: rgba(13, 77, 185, 1.0);
}
.tooltip.blue.right .tooltip-arrow {
    border-right-color: rgba(13, 77, 185, 1.0);
}
.tooltip.blue.bottom .tooltip-arrow {
    border-bottom-color: rgba(13, 77, 185, 1.0);
}

.tooltip.success .tooltip-inner {
    background-color: rgba(13, 185, 35, 1.0);
}
.tooltip.success.top .tooltip-arrow {
    border-top-color: rgba(13, 185, 35, 1.0);
}
.tooltip.success.left .tooltip-arrow {
    border-left-color: rgba(13, 185, 35, 1.0);
}
.tooltip.success.right .tooltip-arrow {
    border-right-color: rgba(13, 185, 35, 1.0);
}
.tooltip.success.bottom .tooltip-arrow {
    border-bottom-color: rgba(13, 185, 35, 1.0);
}
.tooltip.warning .tooltip-inner {
    background-color: rgba(220, 148, 14, 1.0);
}
.tooltip.warning.top .tooltip-arrow {
    border-top-color: rgba(220, 148, 14, 1.0);
}
.tooltip.warning.left .tooltip-arrow {
    border-left-color: rgba(220, 148, 14, 1.0);
}
.tooltip.warning.right .tooltip-arrow {
    border-right-color: rgba(220, 148, 14, 1.0);
}
.tooltip.warning.bottom .tooltip-arrow {
    border-bottom-color: rgba(220, 148, 14, 1.0);
}
.tooltip.info .tooltip-inner {
    background-color: rgba(13, 163, 185, 1.0);
}
.tooltip.info.top .tooltip-arrow {
    border-top-color: rgba(13, 163, 185, 1.0);
}
.tooltip.info.left .tooltip-arrow {
    border-left-color: rgba(13, 163, 185, 1.0);
}
.tooltip.info.right .tooltip-arrow {
    border-right-color: rgba(13, 163, 185, 1.0);
}
.tooltip.info.bottom .tooltip-arrow {
    border-bottom-color: rgba(13, 163, 185, 1.0);
}
.tooltip.danger .tooltip-inner {
    background-color: rgba(185, 35, 13, 1.0);
}
.tooltip.danger.top .tooltip-arrow {
    border-top-color: rgba(185, 35, 13, 1.0);
}
.tooltip.danger.left .tooltip-arrow {
    border-left-color: rgba(185, 35, 13, 1.0);
}
.tooltip.danger.right .tooltip-arrow {
    border-right-color: rgba(185, 35, 13, 1.0);
}
.tooltip.danger.bottom .tooltip-arrow {
    border-bottom-color: rgba(185, 35, 13, 1.0);
}
.tooltip.orange .tooltip-inner {
    background-color: rgba(220, 148, 14, 1.0);
}
.tooltip.orange.top .tooltip-arrow {
    border-top-color: rgba(220, 148, 14, 1.0);
}
.tooltip.orange.left .tooltip-arrow {
    border-left-color: rgba(220, 148, 14, 1.0);
}
.tooltip.orange.right .tooltip-arrow {
    border-right-color: rgba(220, 148, 14, 1.0);
}
.tooltip.orange.bottom .tooltip-arrow {
    border-bottom-color: rgba(220, 148, 14, 1.0);
}
.tooltip.primary .tooltip-inner {
    background-color: rgba(226, 0, 30, 1.0);
}
.tooltip.primary.top .tooltip-arrow {
    border-top-color: rgba(226, 0, 30, 1.0);
}
.tooltip.primary.left .tooltip-arrow {
    border-left-color: rgba(226, 0, 30, 1.0);
}
.tooltip.primary.right .tooltip-arrow {
    border-right-color: rgba(226, 0, 30, 1.0);
}
.tooltip.primary.bottom .tooltip-arrow {
    border-bottom-color: rgba(226, 0, 30, 1.0);
}
.tooltip.secondary .tooltip-inner {
    background-color: rgba(169, 169, 169, 1.0);
}
.tooltip.secondary.top .tooltip-arrow {
    border-top-color: rgba(169, 169, 169, 1.0);
}
.tooltip.secondary.left .tooltip-arrow {
    border-left-color: rgba(169, 169, 169, 1.0);
}
.tooltip.secondary.right .tooltip-arrow {
    border-right-color: rgba(169, 169, 169, 1.0);
}
.tooltip.secondary.bottom .tooltip-arrow {
    border-bottom-color: rgba(169, 169, 169, 1.0);
}

/*---------------------------------------------
    Popovers     
----------------------------------------------*/

.popover {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    -o-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.25);
    -ms-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.25);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.25);
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: rgba(226, 0, 30, 1);
    border-bottom: 0px solid #ebebeb;
    border-radius: 0px;
    color: #ffffff;
}
.popover-content {
    padding: 9px 14px;
}
.popover.top>.arrow {
    border-top-color: #e8e8e8;
}
.popover.left>.arrow {
    border-left-color: #e8e8e8;
}
.popover.right>.arrow {
    border-right-color: #e8e8e8;
}
.popover.bottom>.arrow {
    border-bottom-color: #e8e8e8;
}
.popover.success .popover-title {
    background: rgba(13, 185, 35, 1.0);
}
.popover.warning .popover-title {
    background: rgba(220, 148, 14, 1.0);
}
.popover.danger .popover-title {
    background: rgba(185, 35, 13, 1.0);
}
.popover.info .popover-title {
    background: rgba(13, 163, 185, 1.0);
}
.popover.orange .popover-title {
    background: rgba(220, 148, 14, 1.0);
}
.popover.purple .popover-title {
    background: rgba(121, 13, 185, 1.0);
}
.popover.blue .popover-title {
    background: rgba(13, 77, 185, 1.0);
}
.popover.primary .popover-title {
    background: rgba(226, 0, 30, 1.0);
}
.popover.secondary .popover-title {
    background: rgba(169, 169, 169, 1.0);
}
[rel="popover"] {
    cursor: hand;
    cursor: pointer;
}

/*---------------------------------------------
      Accordions
----------------------------------------------*/

.panel-group {} .panel-default>.panel-heading, .panel-group .panel {
    border-radius: 0px;
}
.panel-default {
    border-color: #eaeaea;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eaeaea;
}
.panel-default>.panel-heading a {
    text-decoration: none;
    display: block;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fafafa;
    border-color: #eaeaea;
    background-image: none;
    text-decoration: none;
    display: block;
}
.panel-heading .panel-title a {
    padding: 15px 15px;
    display: block;
}
.panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
}
.panel-heading .panel-title i {
    color: #999999;
    font-size: 12px;
    margin-right: 5px;
}
/*primary*/

.panel-group.primary .panel-default .panel-heading {
    background-color: rgba(226, 0, 30, 1);
    color: #ffffff;
    border-color: rgba(226, 0, 30, 1);
}
.panel-group.primary .panel-default {
    border-color: rgba(226, 0, 30, 1);
}
.panel-group.primary .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(226, 0, 30, 1);
}
.panel-group.primary .panel-heading .panel-title i {
    color: #fafafa;
}
/*transparent*/

.panel-group.transparent .panel-default .panel-heading {
    background-color: transparent;
    color: #333333;
    border-color: #eaeaea;
}
.panel-group.transparent .panel-default {
    border-color: #eaeaea;
}
.panel-group.transparent .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eaeaea;
}
/*collapsed*/

.panel-group.collapsed .panel+.panel {
    margin: 0px;
    box-shadow: none;
}
.panel-group.collapsed .panel-default {
    border-bottom: 0px;
}
.panel-group.collapsed .panel-default:last-child {
    border-bottom: 1px solid #eaeaea;
}
/*---------------------------------------------
      Tabs
----------------------------------------------*/

.nav-tabs>li.active>a i, .nav-tabs>li.active>a:hover i, .nav-tabs>li.active>a:focus i {
    color: #555555;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom-color: transparent;
}
.nav-tabs>li>a span.badge {
	float: right;
}
.nav-tabs>li.active>a span.badge i, .nav-tabs>li:focus>a span.badge i, .nav-tabs>li:hover>a span.badge i, .nav-tabs>li>a span.badge i {
    color: #fff;
	margin-right: 0;
}

.nav-tabs.nav-justified>li>a, .nav-tabs>li>a {
    border: 1px solid #eaeaea;
    border-radius: 0px;
    background-color: #f5f5f5;
    color: #333333;
    margin-right: 10px;
}
.nav-tabs>li>a, .nav-tabs>li>a {
    border: 1px solid #eaeaea;
    border-radius: 0px;
    background-color: #DDD;
    color: #333333;
    margin-right: 10px;
    text-align: left;
    padding-right: 30px;
}
.nav-tabs>li>a i {
    color: #999999;
    font-size: 14px;
    margin-right: 5px;
}
.nav-tabs.nav-justified, .nav-tabs {
    border-bottom: 1px solid #eaeaea;
}
.nav-tabs.nav-justified>li>a, .nav-tabs>li {
    margin-bottom: -1px;
}
.nav-tabs>li>a:hover {
    border-color: #eaeaea;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #fafafa;
}
.tab-content {
    padding: 15px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    border-top: 0px;
}
.nav-tabs>li:last-child>a {
    margin-right: 0px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #eaeaea;
    border-bottom-color: transparent;
    background-color: #ffffff;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #f5f5f5;
    border-color: #eaeaea;
}
.nav.primary .open>a, .nav.primary .open>a:hover, .nav.primary .open>a:focus {
    background-color: rgba(226, 0, 30, 1);
    border-color: rgba(226, 0, 30, 1);
    color: #ffffff;
}
/*transparent*/

.nav-tabs.transparent > li > a {
    background-color: transparent;
}
.nav.transparent >li>a:hover, .nav.transparent >li>a:focus {
    background-color: transparent;
}
.nav-tabs.transparent>li.active>a, .nav-tabs.transparent>li.active>a:hover, .nav-tabs.transparent>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom-color: transparent;
}
/*primary*/

.nav-tabs.primary>li>a i {
    color: #fafafa;
}
.nav-tabs.primary>li.active>a i, .nav-tabs.primary>li:focus>a i, .nav-tabs.primary>li:hover>a i {
    color: #555555;
}
.nav-tabs.primary > li > a {
    background-color: #353535;
    color: #ffffff;
    font-size: 14px;
}
.nav.primary >li>a:hover, .nav.primary >li>a:focus {
    background-color: #fafafa;
    color: #555555;
    border-bottom-color: transparent;
}
.nav-tabs.primary>li.active>a, .nav-tabs.primary>li.active>a:hover, .nav-tabs.primary>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-bottom-color: transparent;
}
.nav-tabs.primary {
    border-bottom: 1px solid #f6f6f6;
    padding-left: 10px;
}
.tab-content.primary {
    /*border: 1px solid rgba(226, 0, 30, 1);*/
    border-top: 0px;
}


/*danger*/

.nav-tabs.danger>li>a i {
    color: #fafafa;
}
.nav-tabs.danger>li.active>a i, .nav-tabs.danger>li:focus>a i, .nav-tabs.danger>li:hover>a i {
    color: #555555;
}
.nav-tabs.danger>li.active>a span.badge i, .nav-tabs.danger>li:focus>a span.badge i, .nav-tabs.danger>li:hover>a span.badge i {
    color: #fff;
}
.nav-tabs.danger > li > a {
    background-color: rgba(185, 35, 13, 1);
    color: #ffffff;
    border: 1px solid rgba(185, 35, 13, 1);
}
.nav.danger >li>a:hover, .nav.danger >li>a:focus {
    background-color: #fafafa;
    color: #555555;
    border-bottom-color: transparent;
}
.nav-tabs.danger>li.active>a, .nav-tabs.danger>li.active>a:hover, .nav-tabs.danger>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid rgba(185, 35, 13, 1);
    border-bottom-color: transparent;
}
.nav-tabs.danger {
    border-bottom: 1px solid rgba(185, 35, 13, 1);
}
.tab-content.danger {
    border: 1px solid rgba(185, 35, 13, 1);
    border-top: 0px;
}



/*horizontal right aligned*/

.nav-tabs.right-aligned li {
    float: right;
}
.nav-tabs.right-aligned li a {
    margin-right: 0px;
    margin-left: 5px;
}
/*vertical left*/

.nav-tabs.vertical.left-aligned li {
    display: block;
    width: 100%;
    min-width: 120px;
}
.nav-tabs.vertical.left-aligned li a {
    margin-right: 0px;
}
.nav-tabs.vertical.left-aligned {
    padding-right: 0px;
    z-index: 2;
}
.tab-content.vertical.left-aligned {
    padding-left: 0px;
    border: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-left: -1px;
    z-index: 1;
}
.tab-content.vertical.left-aligned .tab-pane {
    padding-left: 15px;
}
.nav-tabs.vertical.left-aligned>li.active>a, .nav-tabs.vertical.left-aligned>li.active>a:hover, .nav-tabs.vertical.left-aligned>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-right-color: transparent;
}
.nav-tabs.vertical.left-aligned>li>a {
    border-right: 1px solid #eaeaea;
}
.nav-tabs.vertical.left-aligned > li > a {
    margin-bottom: 5px;
}
.nav-tabs.vertical.left-aligned > li:last-child > a {
    margin-bottom: 0px;
}
/*vertical primary*/

.nav-tabs.vertical.left-aligned.primary {
    border-right: 1px solid rgba(226, 0, 30, 1);
    border-bottom: 0px;
    z-index: 2;
}
.nav-tabs.vertical.left-aligned.primary>li.active>a, .nav-tabs.vertical.left-aligned.primary>li.active>a:hover, .nav-tabs.vertical.left-aligned.primary>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid rgba(226, 0, 30, 1);
    border-right-color: transparent;
}
.nav.vertical.left-aligned.primary >li>a:hover, .nav.vertical.left-aligned.primary >li>a:focus {
    border-bottom-color: rgba(226, 0, 30, 1);
    border-right-color: transparent;
}
.tab-content.vertical.left-aligned.primary {
    border: 1px solid rgba(226, 0, 30, 1);
    border-left: 1px solid rgba(226, 0, 30, 1);
    margin-left: -1px;
    z-index: 1;
}
.nav-tabs.vertical.left-aligned.primary>li>a {
    margin-right: -1px;
}
.nav-tabs.vertical.left-aligned.primary>li {
    margin-bottom: 0px;
}



/*vertical danger*/

.nav-tabs.vertical.left-aligned.danger {
    border-right: 1px solid rgba(185, 35, 13, 1);
    border-bottom: 0px;
    z-index: 2;
}
.nav-tabs.vertical.left-aligned.danger>li.active>a, .nav-tabs.vertical.left-aligned.danger>li.active>a:hover, .nav-tabs.vertical.left-aligned.danger>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid rgba(185, 35, 13, 1);
    border-right-color: transparent;
}
.nav.vertical.left-aligned.danger >li>a:hover, .nav.vertical.left-aligned.danger >li>a:focus {
    border-bottom-color: rgba(185, 35, 13, 1);
    border-right-color: transparent;
}
.tab-content.vertical.left-aligned.danger {
    border: 1px solid rgba(185, 35, 13, 1);
    border-left: 1px solid rgba(185, 35, 13, 1);
    margin-left: -1px;
    z-index: 1;
}
.nav-tabs.vertical.left-aligned.danger>li>a {
    margin-right: -1px;
}
.nav-tabs.vertical.left-aligned.danger>li {
    margin-bottom: 0px;
}


/*vertical transparent*/

.nav-tabs.vertical.left-aligned.transparent > li > a {
    background-color: transparent;
}
.nav.vertical.left-aligned.transparent >li>a:hover, .nav.vertical.left-aligned.transparent >li>a:focus {
    background-color: transparent;
}
.nav-tabs.vertical.left-aligned.transparent>li.active>a, .nav-tabs.vertical.left-aligned.transparent>li.active>a:hover, .nav-tabs.vertical.left-aligned.transparent>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-right-color: transparent;
    border-bottom-color: #eaeaea;
}
.nav-tabs.vertical.left-aligned.transparent {
    border-right: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
}
/*vertical right*/

.nav-tabs.vertical.right-aligned li {
    display: block;
    width: 100%;
    min-width: 120px;
}
.nav-tabs.vertical.right-aligned li a {
    margin-left: 0px;
}
.nav-tabs.vertical.right-aligned {
    padding-left: 0px;
    border-bottom: 0px;
    z-index: 2;
}
.tab-content.vertical.right-aligned {
    padding-right: 0px;
    border: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-right: -1px;
    z-index: 1;
}
.tab-content.vertical.right-aligned .tab-pane {
    padding-right: 15px;
}
.nav-tabs.vertical.right-aligned>li.active>a, .nav-tabs.vertical.right-aligned>li.active>a:hover, .nav-tabs.vertical.right-aligned>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-left-color: transparent;
}
.nav-tabs.vertical.right-aligned>li>a {
    border-left: 1px solid #eaeaea;
}
.nav-tabs.vertical.right-aligned > li > a {
    margin-bottom: 5px;
}
.nav-tabs.vertical.right-aligned > li:last-child > a {
    margin-bottom: 0px;
}
/*vertical right primary*/

.nav-tabs.vertical.right-aligned.primary {
    border-left: 1px solid rgba(226, 0, 30, 1);
    border-bottom: 0px;
    z-index: 2;
}
.nav-tabs.vertical.right-aligned.primary>li.active>a, .nav-tabs.vertical.right-aligned.primary>li.active>a:hover, .nav-tabs.vertical.right-aligned.primary>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid rgba(226, 0, 30, 1);
    border-left-color: transparent;
}
.nav.vertical.right-aligned.primary >li>a:hover, .nav.vertical.right-aligned.primary >li>a:focus {
    border-bottom-color: rgba(226, 0, 30, 1);
    border-left-color: transparent;
}
.tab-content.vertical.right-aligned.primary {
    border: 1px solid rgba(226, 0, 30, 1);
    border-right: 1px solid rgba(226, 0, 30, 1);
    margin-right: -1px;
    z-index: 1;
}
.nav-tabs.vertical.right-aligned.primary>li>a {
    margin-left: -1px;
}
.nav-tabs.vertical.right-aligned.primary>li {
    margin-bottom: 0px;
}
/*vertical right transparent*/

.nav-tabs.vertical.right-aligned.transparent > li > a {
    background-color: transparent;
}
.nav.vertical.right-aligned.transparent >li>a:hover, .nav.vertical.right-aligned.transparent >li>a:focus {
    background-color: transparent;
}
.nav-tabs.vertical.right-aligned.transparent>li.active>a, .nav-tabs.vertical.right-aligned.transparent>li.active>a:hover, .nav-tabs.vertical.right-aligned.transparent>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-left-color: transparent;
    border-bottom-color: #eaeaea;
}
.nav-tabs.vertical.right-aligned.transparent {
    border-left: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
}


/*---------------------------------------------
    Tables
----------------------------------------------*/

.table>thead>tr>td.primary, .table>tbody>tr>td.primary, .table>tfoot>tr>td.primary, .table>thead>tr>th.primary, .table>tbody>tr>th.primary, .table>tfoot>tr>th.primary, .table>thead>tr.primary>td, .table>tbody>tr.primary>td, .table>tfoot>tr.primary>td, .table>thead>tr.primary>th, .table>tbody>tr.primary>th, .table>tfoot>tr.primary>th {
    background-color: rgba(226, 0, 30, 0.2);
}
.table>thead>tr>td.orange, .table>tbody>tr>td.orange, .table>tfoot>tr>td.orange, .table>thead>tr>th.orange, .table>tbody>tr>th.orange, .table>tfoot>tr>th.orange, .table>thead>tr.orange>td, .table>tbody>tr.orange>td, .table>tfoot>tr.orange>td, .table>thead>tr.orange>th, .table>tbody>tr.orange>th, .table>tfoot>tr.orange>th {
    background-color: rgba(220, 148, 14, .2);
}
.table>thead>tr>td.purple, .table>tbody>tr>td.purple, .table>tfoot>tr>td.purple, .table>thead>tr>th.purple, .table>tbody>tr>th.purple, .table>tfoot>tr>th.purple, .table>thead>tr.purple>td, .table>tbody>tr.purple>td, .table>tfoot>tr.purple>td, .table>thead>tr.purple>th, .table>tbody>tr.purple>th, .table>tfoot>tr.purple>th {
    background-color: rgba(121, 13, 185, .2);
}
.table>thead>tr>td.blue, .table>tbody>tr>td.blue, .table>tfoot>tr>td.blue, .table>thead>tr>th.blue, .table>tbody>tr>th.blue, .table>tfoot>tr>th.blue, .table>thead>tr.blue>td, .table>tbody>tr.blue>td, .table>tfoot>tr.blue>td, .table>thead>tr.blue>th, .table>tbody>tr.blue>th, .table>tfoot>tr.blue>th {
    background-color: rgba(13, 77, 185, .2);
}
.table>thead>tr>td.secondary, .table>tbody>tr>td.secondary, .table>tfoot>tr>td.secondary, .table>thead>tr>th.secondary, .table>tbody>tr>th.secondary, .table>tfoot>tr>th.secondary, .table>thead>tr.secondary>td, .table>tbody>tr.secondary>td, .table>tfoot>tr.secondary>td, .table>thead>tr.secondary>th, .table>tbody>tr.secondary>th, .table>tfoot>tr.secondary>th {
    background-color: rgba(169, 169, 169, 1.0);
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-color: #eaeaea;
   /* padding: 10px;*/
}


.subTable {
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom: inherit inherit inherit;
	border-top: inherit inherit inherit;
	margin-bottom: 0px;
}
.subTable tr > td:first-child, .subTable tr > th:first-child {
	border-left-style: none;
	border-left-width: 0px;
	border-right: inherit inherit inherit;
	border-bottom: inherit inherit inherit;
	border-top: inherit inherit inherit;
}
.subTable tr > td:last-child, .subTable tr > th:last-child {
	border-left: inherit inherit inherit;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom: inherit inherit inherit;
	border-top: inherit inherit inherit;
}

/*---------------------------------------------
    Data Tables
----------------------------------------------*/

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #bbbbbb;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #bbbbbb;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #bbbbbb;
}
.dataTables_wrapper .dataTables_info {
    clear: none;
}
.dataTable .details {
    background-color: #ffffff;
}
/*---------------------------------------------
    DropZone File Uploader (Drag n Drop)
----------------------------------------------*/

.custom-dropzone {
    display: inline-block;
    background-color: #f5f5f5;
}
.custom-dropzone .drop-area {
    padding: 0px 0 0px 15px;
}
.custom-dropzone .drop-area {
    min-height: 250px;
}
.custom-dropzone .drop-table {
    background-color: #fafafa;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    height: 250px;
}
.custom-dropzone #customDZ {
    background-color: #f5f5f5;
    height: 250px;
}
.custom-dropzone #customDZ {
    width: 100%;
    height: 250px;
    margin: 0px !important;
    top: 0px;
    left: 0px;
    background-image: url('/img/custom-dropzone.png') !important;
    cursor: hand;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}
.custom-dropzone #customDZ {
    background: #f5f5f5;
    border: 0px solid transparent;
    min-height: 250px;
    border-radius: 0px;
    padding: 15px;
}
.custom-dropzone .drop-table.ps-container > .ps-scrollbar-x-rail, .custom-dropzone .drop-table.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
    background-color: rgba(100, 100, 100, 0.1);
    display: block !important;
    height: 250px !important;
}
/*---------------------------------------------
    UI Icons
----------------------------------------------*/

.glyphicon, .fa, .fi {
    font-size: 14px;
	cursor: default;
}
.icon-sm {
    font-size: 21px;
}
.icon-xs {
    font-size: 14px;
}
.icon-md {
    font-size: 28px;
}
.icon-lg {
    font-size: 42px;
}
.icon-xlg {
    font-size: 70px;
}
.icon-rounded {
    border-radius: 50%;
    padding: 15px;
    background-color: #777777;
    color: #ffffff;
}
.icon-cornered {
    border-radius: 10%;
    padding: 15px;
    background-color: #777777;
    color: #ffffff;
}
.icon-square {
    border-radius: 0px;
    padding: 15px;
    background-color: #777777;
    color: #ffffff;
}
.icon-bordered {
    border: 1px solid #777777;
    padding: 15px;
    border-radius: 50%;
    background-color: transparent;
    color: #777777;
}
.icon-xs.icon-rounded, .icon-xs.icon-cornered, .icon-xs.icon-square, .icon-xs.icon-bordered {
    padding: 10px;
}
.icon-sm.icon-rounded, .icon-sm.icon-cornered, .icon-sm.icon-square, .icon-sm.icon-bordered {
    padding: 15px;
}
.icon-md.icon-rounded, .icon-md.icon-cornered, .icon-md.icon-square, .icon-md.icon-bordered {
    padding: 20px;
}
.icon-lg.icon-rounded, .icon-lg.icon-cornered, .icon-lg.icon-square, .icon-lg.icon-bordered {
    padding: 25px;
}
.icon-xlg.icon-rounded, .icon-xlg.icon-cornered, .icon-xlg.icon-square, .icon-xlg.icon-bordered {
    padding: 35px;
}
.icon-purple {
    color: rgba(121, 13, 185, 1.0);
}

.icon-blue {
    color: rgba(13, 77, 185, 1.0);
}
.icon-orange {
    color: rgba(220, 148, 14, 1.0);
}
.icon-primary {
    color: rgba(226, 0, 30, 1);
}
.icon-success {
    color: rgba(13, 185, 35, 1.0);
}
.icon-info {
    color: rgba(13, 163, 185, 1.0);
}
.icon-warning {
    color: rgba(220, 148, 14, 1.0);
}
.icon-danger {
    color: rgba(185, 35, 13, 1.0);
}
.icon-secondary {
    color: rgba(169, 169, 169, 1.0);
}
.icon-default {
    color: #777777;
}
.icon-purple.icon-rounded, .icon-purple.icon-cornered, .icon-purple.icon-square {
    background-color: rgba(121, 13, 185, 1.0);
    color: #ffffff;
}

.icon-blue.icon-rounded, .icon-blue.icon-cornered, .icon-blue.icon-square {
    background-color: rgba(13, 77, 185, 1.0);
    color: #ffffff;
}

.icon-orange.icon-rounded, .icon-orange.icon-cornered, .icon-orange.icon-square {
    background-color: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.icon-primary.icon-rounded, .icon-primary.icon-cornered, .icon-primary.icon-square {
    background-color: rgba(226, 0, 30, 1);
    color: #ffffff;
}
.icon-success.icon-rounded, .icon-success.icon-cornered, .icon-success.icon-square {
    background-color: rgba(13, 185, 35, 1.0);
    color: #ffffff;
}
.icon-info.icon-rounded, .icon-info.icon-cornered, .icon-info.icon-square {
    background-color: rgba(13, 163, 185, 1.0);
    color: #ffffff;
}
.icon-warning.icon-rounded, .icon-warning.icon-cornered, .icon-warning.icon-square {
    background-color: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.icon-danger.icon-rounded, .icon-danger.icon-cornered, .icon-danger.icon-square {
    background-color: rgba(185, 35, 13, 1.0);
    color: #ffffff;
}
.icon-secondary.icon-rounded, .icon-secondary.icon-cornered, .icon-secondary.icon-square {
    background-color: rgba(169, 169, 169, 1.0);
    color: #ffffff;
}
.icon-default.icon-rounded, .icon-default.icon-cornered, .icon-default.icon-square {
    background-color: #777777;
    color: #ffffff;
}
.icon-purple.icon-bordered {
    border: 1px solid rgba(121, 13, 185, 1.0);
    background-color: transparent;
    color: rgba(121, 13, 185, 1.0);
}
.icon-blue.icon-bordered {
    border: 1px solid rgba(13, 77, 185, 1.0);
    background-color: transparent;
    color: rgba(13, 77, 185, 1.0);
}

.icon-orange.icon-bordered {
    border: 1px solid rgba(220, 148, 14, 1.0);
    background-color: transparent;
    color: rgba(220, 148, 14, 1.0);
}
.icon-primary.icon-bordered {
    border: 1px solid rgba(226, 0, 30, 1);
    background-color: transparent;
    color: rgba(226, 0, 30, 1);
}
.icon-success.icon-bordered {
    border: 1px solid rgba(13, 185, 35, 1.0);
    background-color: transparent;
    color: rgba(13, 185, 35, 1.0);
}
.icon-info.icon-bordered {
    border: 1px solid rgba(13, 163, 185, 1.0);
    background-color: transparent;
    color: rgba(13, 163, 185, 1.0);
}
.icon-warning.icon-bordered {
    border: 1px solid rgba(220, 148, 14, 1.0);
    background-color: transparent;
    color: rgba(220, 148, 14, 1.0);
}
.icon-danger.icon-bordered {
    border: 1px solid rgba(185, 35, 13, 1.0);
    background-color: transparent;
    color: rgba(185, 35, 13, 1.0);
}
.icon-secondary.icon-bordered {
    border: 1px solid rgba(169, 169, 169, 1.0);
    background-color: transparent;
    color: rgba(169, 169, 169, 1.0);
}
.icon-default.icon-bordered {
    border: 1px solid #777777;
    background-color: transparent;
    color: #777777;
}
.uiicons i {
    margin: 10px 20px 0 0;
}
.bs-glyphicons-list, .fontawesome-icon-list {
    display: inline-block;
    margin-bottom: 15px;
}
.bs-glyphicons-list li, .fontawesome-icon-list .fa-hover {
    margin: 0 0 10px 0;
    padding: 5px 15px 3px 15px;
    display: block;
}
.bs-glyphicons-list li .glyphicon, .fontawesome-icon-list .fa-hover span i {
    min-width: 30px;
    color: rgba(226, 0, 30, 1);
}
.bs-glyphicons-list li, .fontawesome-icon-list .fa-hover span {
    display: inline-block;
}
.bs-glyphicons-list li .glyphicon-class, .fontawesome-icon-list .fa-hover span span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -4px;
}
.bs-glyphicons-list li:hover, .fontawesome-icon-list .fa-hover:hover {
    background-color: #f5f5f5;
}
.bs-glyphicons-list li:hover .glyphicon, .fontawesome-icon-list .fa-hover:hover i {
    color: #555555;
}
.bs-glyphicons-list .glyphicon, .fontawesome-icon-list .fa {
    font-size: 28px;
}

.icon-flipped {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-45 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.icon-135 {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.icon-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icon-225 {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.icon-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.icon-315 {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}


/*----------------------------------------------------------------
    Login and Registration Page - Transparent Background Style
------------------------------------------------------------------*/

.loginpage h1 a {
    height: 92px;
    margin: 0px auto 0px auto;
    padding: 0;
    text-decoration: none;
    background-size: 345px 92px;
    background-color: transparent;
    min-height: 92px;
    width: auto;
    background-image: url("/img/login-logo.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
.loginpage form {
    margin-left: 0;
    font-weight: 400;
    box-shadow: none;
    overflow: hidden;
    background-color: transparent;
}
.loginpage form .forgetmenot {
    width: 100%;
    display: block;
    margin: 12px 0 11px 0!important;
    font-weight: 400;
    float: left;
    margin-bottom: 0px;
}
.loginpage form p.submit {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.loginpage label {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    font-weight: 500;
}
.loginpage form .input, .loginpage input[type=text] {
    font-size: 19px;
    width: 100%;
    padding: 9px;
    line-height: 25px;
    margin: 5px 0 15px 0;
    border: 1px solid #ddd !important;
}
.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
    color: rgba(220, 148, 14, 1);
    background: #fbfbfb;
}
.loginpage #nav a, .loginpage a {
    font-size: 15px;
    color: #dddddd;
}
.loginpage #nav a:hover, .loginpage a:hover, .loginpage #nav a:active, .loginpage a:active {
}
.loginpage, .loginpage form label, .loginpage form, .loginpage .message {
}
.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
    background-color: rgba(255, 255, 255, 0.6);
}
.loginpage form .input:hover, .loginpage form input[type=checkbox]:hover, .loginpage input[type=text]:hover, .loginpage form .input:focus, .loginpage form input[type=checkbox]:focus, .loginpage input[type=text]:focus {
    background-color: rgba(255, 255, 255, 0.8);
}
.loginpage #login_error, .loginpage .message {
    background-color: rgba(255, 255, 255, 0.6);
}
.loginpage .message, .loginpage .message a, .loginpage #login_error, .loginpage #login_error a {
    color: rgba(220, 148, 14, 1);
}
.register-social {
    margin: 30px 0;
}
.register-social a {
    margin: 5px 5px 5px 5px;
}
body.login_page {
    background-color: rgba(116, 77, 144, 1.0);
    background-image: url('/img/login-bg.png');
    background-attachment: fixed;
    height: 100%;
    max-height: 100%;
    min-height: 99%;
    overflow: hidden;
    width: 100%;
}
.register-wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 100px;
}
#register {
    padding-bottom: 100px;
}
.login-wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
/*-----------------------------------------------------------
    Display Code Wrappers
----------------------------------------------------------*/

kbd {
    color: #fff;
    background-color: #555;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(100, 100, 100, .25);
}
pre {
    color: #555555;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 0px;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: rgba(185, 35, 13, 1.0);
    background-color: #f9f2f4;
    border-radius: 2px;
}
/*-----------------------------------------------------------
    List Group
----------------------------------------------------------*/

.list-group {
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.list-group-item {
    border: 1px solid #ddd;
    color: #333;
    background-color: #fff;
    border-color: #eaeaea;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.list-group-item-grey {
    color: #fff;
    background-color: rgba(118, 118, 118, 1.0);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: none;
    background-image: none;
    border-color: rgba(226, 0, 30, 1);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #fff;
    background-color: rgba(226, 0, 30, 1);
    border-color: rgba(226, 0, 30, 1);
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small {
    color: #ffffff;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #eaeaea;
}
.list-group-item .list-group-item-text {
    color: #999999;
}
.list-group-item .list-group-item-heading {
    color: #555555;
}
/*-----------------------------------------------------------
    Breadcrumbs
----------------------------------------------------------*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb, .breadcrumb a {
    color: #777777;
}
.breadcrumb .fa {
    font-size: 14px;
    margin-right: 5px;
}
.breadcrumb.bg {
    background-color: #f5f5f5;
}
.breadcrumb.border {
    border: 1px solid #eaeaea;
    background-color: transparent;
}
.breadcrumb.primary, .breadcrumb.primary a, .breadcrumb.primary li.active {
    color: rgba(226, 0, 30, 1);
}
.breadcrumb.auto-hidden li a.collapsed {
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb.auto-hidden li a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
}
.breadcrumb>li, .breadcrumb li a {
    vertical-align: top;
}
/*-----------------------------------------------------------
    Pagination
----------------------------------------------------------*/

.pagination {
    border-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #777777;
    background-color: #f5f5f5;
    border-color: #eaeaea;
}
.pagination>li>a, .pagination>li>span {
    color: #777777;
    border: 1px solid #eaeaea;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff;
    background-color: rgba(226, 0, 30, 1);
    border-color: rgba(226, 0, 30, 1);
}
.pager li>a, .pager li>span {
    border: 1px solid #eaeaea;
}
.pager li>a:hover, .pager li>a:focus {
    background-color: #f5f5f5;
}
.pager.primary li>a, .pager.primary li>span {
    border: 1px solid rgba(226, 0, 30, 1);
    color: #ffffff;
    background-color: rgba(226, 0, 30, 1);
}
.pager.primary li>a:hover, .pager.primary li>a:focus {
    background-color: rgba(0,131,122, 1.0);
}
/*-----------------------------------------------------------
    Labels
----------------------------------------------------------*/

.label {
    padding: .5em .9em .5em;
    font-size: 75%;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    text-shadow: none;
}
.label .fa {
    font-size: 100%;
    margin-right: 5px;
}
.label-secondary {
    background-color: rgba(169, 169, 169, 1.0);
}
.label-primary {
    background-color: rgba(226, 0, 30, 1);
}
.label-purple {
    background-color: rgba(121, 13, 185, 1.0);
}

.label-blue {
    background-color: rgba(13, 77, 185, 1.0);
}
.label-orange {
    background-color: rgba(220, 148, 14, 1.0);
}
.label-info {
    background-color: rgba(13, 163, 185, 1.0);
}
.label-warning {
    background-color: rgba(220, 148, 14, 1.0);
}
.label-danger {
    background-color: rgba(185, 35, 13, 1.0);
}
.label-success {
    background-color: rgba(13, 185, 35, 1.0);
}
.uilabels .label {
    display: inline-block;
    margin: 5px 5px 0 0;
}
.uilabels.text-md {
    font-size: 16px;
}
.uilabels.text-lg {
    font-size: 18px;
}
/*-----------------------------------------------------------
    Badges
----------------------------------------------------------*/

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #777;
    border-radius: 10px;
}
.badge.badge-md {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 15px;
}
.badge.badge-lg {
    font-size: 17px;
    padding: 7px 15px;
    border-radius: 20px;
}
.badge .fa {
    font-size: 12px;
}
.badge.badge-md .fa {
    font-size: 14px;
}
.badge.badge-lg .fa {
    font-size: 17px;
}
.badge-secondary {
    background-color: rgba(169, 169, 169, 1.0);
    color: #ffffff;
}
.badge-primary {
    background-color: rgba(226, 0, 30, 1);
    color: #ffffff;
}
.badge-purple {
    background-color: rgba(121, 13, 185, 1.0);
    color: #ffffff;
}
.badge-blue {
    background-color: rgba(13, 77, 185, 1.0);
    color: #ffffff;
}
.badge-orange {
    background-color: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.badge-info {
    background-color: rgba(13, 163, 185, 1.0);
    color: #ffffff;
}
.badge-warning {
    background-color: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.badge-danger {
    background-color: rgba(185, 35, 13, 1.0);
    color: #ffffff;
}
.badge-success {
    background-color: rgba(13, 185, 35, 1.0);
    color: #ffffff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: rgba(226, 0, 30, 1);
}
.nav-pills>li>a {
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}
.uibadges .badge {
    margin: 5px 5px 0 0;
}
/*-----------------------------------------------------------
    UI AJAX TREE
----------------------------------------------------------*/

.jstree-icon.fa-file {
    color: #838383;
}
/*-----------------------------------------------------------
    Flot Charts
----------------------------------------------------------*/

.flot-demo-container {
    width: 100%;
    height: 350px;
}
.flot-demo-placeholder {
    width: 100%;
    height: 100%;
}
/*navigate*/

#flot-navigate .button {
    position: absolute;
    cursor: pointer;
}
#flot-navigate div.button {
    font-size: smaller;
    color: #999;
    background-color: #eee;
    padding: 2px;
}
/*flot pie*/

#flotpiemenu {} #flotpiemenu button {
    cursor: pointer;
    min-width: 120px;
    margin: 0 0 5px 5px;
}
/*-----------------------------------------------------------
    Easy PIE Charts
----------------------------------------------------------*/

.easypiechart {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 200px;
    margin-bottom: 15px;
}
.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.easypiechart .percent {
    display: inline-block;
    line-height: 200px;
    z-index: 2;
    font-size: 1.8em;
    width: 100%;
}
.easypiechart .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
/*-----------------------------------------------------------
    Sparkline Charts
----------------------------------------------------------*/

.jqstooltip {
    font: 12px arial, san serif !important;
    padding: 15px !important;
    border: 0px solid white !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
.jqsfield {
    font: 12px arial, san serif !important;
}
/*-----------------------------------------------------------
  Page Layout - Sidebar interactions
-----------------------------------------------------------*/

#main-content, .page-topbar, .page-sidebar, .page-topbar .logo-area, .page-topbar .quick-area .pull-right, .collapse-wraplist, .profile-info, .wraplist {
    -webkit-transition: 600ms;
    transition: 600ms;
}
.page-sidebar.collapseit {
    width: 60px;
    margin-left: 0px !important;
    z-index: 99;
}

#main-content {
    margin-left: 220px;
    display: block;
}
#main-content.hor_menu {
    margin-left: 0px;
}
#main-content.chat_shift {
    margin-left: 60px !important;
    margin-right: 300px !important;
}
#main-content.sidebar_shift {
    margin-left: 60px;
    margin-right: 0px;
}
#main-content.sidebar_shift.hor_menu {
    margin-left: 0px;
}

.page-topbar.sidebar_shift .logo-area {
    width: 60px;
}


/*collapsed menu and chat open states*/

.page-topbar.sidebar_shift .logo-area {
    background-color: #FFFFFF;
}
/*--------------------------------------------
  COLLAPSED MENU
---------------------------------------------*/


.page-sidebar.collapseit .wraplist {
    background-color: rgba(50, 50, 58, 1.0);
    width: 60px;
}
.page-sidebar.collapseit .wraplist .sub-menu {
    display: none;
}
 .page-sidebar.collapseit .wraplist li {
    position: relative !important;
}
 .page-sidebar.collapseit .wraplist li .title, .page-sidebar.collapseit .wraplist li .arrow {
    display: none;
}
.page-sidebar.chat_shift .wraplist li:hover, .page-sidebar.collapseit .wraplist li:hover {
    background: #E2001E /*#0DA3B9*/;
}
.page-sidebar.chat_shift .wraplist .sub-menu li:hover, .page-sidebar.collapseit .wraplist .sub-menu li:hover {
    background: transparent;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li a:hover, .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li a:hover {
    background-color: #212026;
    border-left: 3px solid #E2001E /*#0DA3B9*/;
    color: rgba(174, 178, 183, 1.0);
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.open a, .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.open a, .page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.open .sub-menu a, .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.open .sub-menu a {
    background-color: transparent;
    border-left: 3px solid transparent;
    color: rgba(174, 178, 183, 1.0);
}
.page-sidebar.chat_shift .profile-info, .page-sidebar.collapseit .profile-info {
    width: 60px;
    margin: 0;
    padding: 10px 12px 25px 0px;
}
.page-sidebar.chat_shift .profile-info .profile-image, .page-sidebar.collapseit .profile-info .profile-image {
    width: 100%;
    padding: 0;
}
.page-sidebar.chat_shift .profile-info .profile-image img, .page-sidebar.collapseit .profile-info .profile-image img {
    height: 40px;
    width: 40px;
    top: 10px;
}
.page-sidebar.chat_shift .profile-details, .page-sidebar.collapseit .profile-details {
    display: none;
}
.page-sidebar.chat_shift .project-info, .page-sidebar.collapseit .project-info {
    display: none;
}

.page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu, .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu {
    display: block;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu .sub-menu, .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu .sub-menu {
    display: none;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu, .page-sidebar.collapseit .wraplist li:hover .sub-menu {
    position: absolute;
    left: 60px;
    top: 0px;
    width: 160px !important;
    background: rgba(50, 50, 58, 1.0);
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu .sub-menu, .page-sidebar.collapseit .wraplist li:hover .sub-menu .sub-menu {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto !important;
    background: rgba(50, 50, 58, 1.0);
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu .sub-menu, .page-sidebar.collapseit .wraplist li:hover .sub-menu .sub-menu {
    position: relative;
    margin-top: 0px;
}
.page-sidebar.chat_shift, .page-sidebar.collapseit, .page-sidebar.chat_shift #main-menu-wrapper, .page-sidebar.collapseit #main-menu-wrapper {
    overflow: visible !important;
}
.page-sidebar.chat_shift .ps-scrollbar-y-rail, .page-sidebar.collapseit .ps-scrollbar-y-rail {
    display: none;
}
.page-sidebar.chat_shift, .page-sidebar.collapseit {
    position: absolute !important;
}
.page-sidebar.chat_shift #main-menu-wrapper, .page-sidebar.collapseit #main-menu-wrapper, .page-sidebar.chat_shift #main-menu-wrapper .wraplist, .page-sidebar.collapseit #main-menu-wrapper .wraplist {
}
.page-sidebar.chat_shift #main-menu-wrapper, .page-sidebar.collapseit #main-menu-wrapper {
    padding-top: 0px;
}
.page-sidebar.chat_shift .wraplist li:hover .title, .page-sidebar.collapseit .wraplist li:hover .title {
    float: left;
    padding-left: 15px;
    width: 160px;
    background: #E2001E;;
    display: inline-block !important;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu .title, .page-sidebar.collapseit .wraplist li:hover .sub-menu .title {
    padding-left: 0px;
    background: transparent;
    display: inline-block;
    width: auto;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu .arrow, .page-sidebar.collapseit .wraplist li:hover .sub-menu .arrow {
    display: inline-block;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li .fa, .page-sidebar.collapseit #main-menu-wrapper .wraplist li .fa {
    float: left;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    width: 60px;
    top: 0px;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover a, .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover a {
    width: 220px;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li a, .page-sidebar.collapseit #main-menu-wrapper .wraplist li a {
    padding-left: 0px;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu a, .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu a {
    padding-left: 15px;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu, .page-sidebar.collapseit .wraplist li:hover .sub-menu {
    margin-top: 45px !important;
    padding-left: 0px !important;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu .sub-menu, .page-sidebar.collapseit .wraplist li:hover .sub-menu .sub-menu {
    margin-top: 0px !important;
    padding-left: 0px !important;
    display: none;
    left: 0px;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu a, .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu a i.fa {
	display: none;
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu a, .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu a {
    width: 160px;
    color: rgba(174, 178, 183, 1.0);
}
.page-sidebar.chat_shift #main-menu-wrapper .wraplist li.open .sub-menu a:hover, .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu a:hover, .page-sidebar.collapseit #main-menu-wrapper .wraplist li.open .sub-menu a:hover, .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu a:hover {
    background-color: #212026;
    border-left: 3px solid #E2001E /*#0DA3B9*/;
    color: rgba(174, 178, 183, 1.0);
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu li, .page-sidebar.collapseit .wraplist li:hover .sub-menu li {
    padding-left: 0px !important;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu li .title, .page-sidebar.collapseit .wraplist li:hover .sub-menu li .title {
    padding-left: 0px !important;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu li li .title, .page-sidebar.collapseit .wraplist li:hover .sub-menu li li .title {
    padding-left: 15px !important;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu li li li .title, .page-sidebar.collapseit .wraplist li:hover .sub-menu li li li .title {
    padding-left: 30px !important;
}
.page-sidebar.chat_shift .wraplist li:hover .sub-menu li li li li .title, .page-sidebar.collapseit .wraplist li:hover .sub-menu li li li li .title {
    padding-left: 45px !important;
}
/*------------------------------------------
    Dashboard
------------------------------------------*/

.db_box {
    padding: 15px;
}
.r1_graph1, .r1_graph2, .r1_graph3 {
    min-height: 80px;
    width: 100%;
    margin-bottom: 30px;
}
.r1_graph4, .r1_graph5 {
    min-height: 135px;
    width: 100%;
    margin-bottom: 30px;
}
.r1_maingraph {
    min-height: 340px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
}
.r1_maingraph .switch {
    cursor: hand;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 99;
}
.r1_maingraph .switch .icon-secondary {
    opacity: 0.8;
}
.r1_graph1 {
    background: #E2001E /*#0DA3B9*/;
    color: #ffffff;
}
.r1_graph2 {
    background: #9972b5;
    color: #ffffff;
}
.r1_graph3 {
    background: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.r1_graph4 {
    background: #fa8564;
    color: #ffffff;
}
.r1_graph4 {
    text-align: center;
}
.r1_graph4 span {
    text-align: left;
    display: block;
}
.r1_graph4 #gauge-meter {
    margin-top: -8px;
}
.r1_graph4 #gauge-meter-text {
    position: absolute;
    top: 105px;
    width: 100%;
    text-align: center;
    margin-left: -30px;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 700;
}
.r1_graph4 #gauge-meter-text:after {
    content: "MB";
    font-size: 13px;
    font-weight: 400;
}
.r1_graph5 {
    background: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.r1_graph5 .icon-1, .r1_graph5 .icon-2 {
    font-size: 10px;
}
.r1_graph5 .icon-2 {
    color: #eaeaea;
}
.r2_graph1 {
    min-height: 200px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}
.r2_graph1 .rickshaw_legend .line {
    float: left;
    width: auto;
    margin-right: 3px;
    clear: none;
    padding: 2px 6px;
    display: inline-block;
}
.r2_graph1 .rickshaw_legend .action {
    font-size: 10px;
    margin-right: 2px;
}
.r2_graph1 .rickshaw_legend .line .swatch {
    display: inline-block;
    margin-right: 2px;
    border-radius: 0px;
    height: 10px;
    width: 10px;
}
.r2_graph1 .rickshaw_legend .label {
    display: inline;
    font-size: 12px;
    background-color: transparent;
    color: #777777;
    font-weight: 400;
    line-height: 19px;
}
.r2_graph1 #offset_form, .r2_graph1 #interpolation_form {
    display: none;
}
.r2_graph1 .rickshaw_sliders {
    display: inline-block !important;
}
.r2_graph1 .rickshaw_sliders section {
    width: 47%;
    margin-right: 1%;
    float: left;
    display: inline-block;
    padding-right: 10px;
}
.r2_graph1 #legend ul {
    display: inline-block;
    margin: 0px;
}
.r2_graph1 #renderer_form.toggler {
    margin: 0 0 10px 0;
    text-align: right;
}
.r2_counter1, .r2_counter2 {
    min-height: 70px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
}
.r2_counter1 {
    background: #E2001E /*#0DA3B9*/;
    color: #ffffff;
}
.r2_counter2 {
    background: #9972b5;
    color: #ffffff;
}
.r3_notification {
    background: #ffffff;
    margin-bottom: 30px;
    min-height: 400px;
}
.r3_weather {
    background: #fa8564;
    margin-bottom: 30px;
    min-height: 400px;
    color: #ffffff;
}
.r3_todo {
    background: #ffffff;
    margin-bottom: 30px;
    min-height: 400px;
}
.r4_counter {
    min-height: 100px;
    margin-bottom: 30px;
    background: #ffffff;
}
.r4_counter .stats {
    padding-left: 85px;
}
.r4_counter .fa {
    margin-right: 0px;
    width: 66px;
    height: 66px;
    text-align: center;
}
.r4_counter h4 {
    margin: 10px 0 5px 0;
}
/*-----------------------------------------------------------
    Notification Widget (Dashboard)
----------------------------------------------------------*/

.notification-widget {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 315px;
}
.notification-widget li {
    padding: 5px 15px;
    overflow: hidden;
    height: auto;
    display: block;
    background: #f5f5f5;
    margin: 15px 0 0 0;
}
.notification-widget li a {
    text-decoration: none;
    color: #717171;
}
.notification-widget li .name, .notification-widget li .desc {
    display: block;
    position: relative;
    font-size: 12px;
}
.notification-widget li .user-img img {
    width: 25px;
    height: 25px;
    float: left;
    margin: 5px 15px 0 0;
    opacity: 0.8;
}
.notification-widget li .profile-status {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.notification-widget li .name {
    color: #888;
}
.notification-widget li .name .time {
    color: #aaa;
}
.notification-widget li .desc {
    color: #999;
}
.notification-widget li.unread .user-img img {
    opacity: 1;
}
.notification-widget li.unread .name {
    color: #717171;
}
.notification-widget li.unread .name .time {
    color: #aaaaaa;
}
.notification-widget li.unread .desc {
    color: #777777;
}
.notification-widget li.external a:hover, .notification-widget li.external {
    height: auto;
    background: #f4f5f7;
}
.notification-widget li.external a {
    display: block;
    padding: 15px 30px;
    color: #999999;
    font-size: 13px;
}
.wid-notification {
    padding: 15px 3px 3px;
    background: #dcdcdc;
    margin-bottom: 0px;
}

.notification-widget li.status-available{background-color: rgba(102,189,120,0.1);}
.notification-widget li.status-away{background-color: rgba(253,180,92,0.1);}
.notification-widget li.status-busy{background-color: rgba(240,80,80,0.1);}
.notification-widget li.status-idle{background-color: rgba(250,133,100,0.1);}
.notification-widget li.status-offline{background-color: rgba(169,169,169,0.1);}


/*------------------------------------------
  Error pages 404, 505
-------------------------------------------*/

.page_error_code {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 250px;
    line-height: 250px;
    font-weight: 400;
    margin: 50px 0 0 0;
}
.page_error_info {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    color: #aaaaaa;
    font-weight: 400;
    margin: 15px 0;
}
.page_error_search {
    margin: 45px 0;
}
.page_error_search input[type='text'] {
    margin: 0 auto;
    padding: 15px 15px;
    font-size: 19px;
    height: 45px !important;
    background-color: #f8f8f8;
}
.page_error_search input[type='submit'] {
    visibility: hidden;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
}
.page_error_search .input-group.transparent .input-group-addon {
    background-color: #f8f8f8;
    padding: 6px 12px 6px 20px;
}
.page_error_btn {
    margin: 30px 0 0 0;
}
/*-----------------------------------------------------------
    UI Sliders
----------------------------------------------------------*/

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
}
.ui-slider-horizontal {
    height: 10px !important;
    border-color: #eaeaea;
    margin-bottom: 10px;
    top: 20px;
    background: #ffffff;
    border-radius: 0px;
}
.ui-slider-vertical {
    width: 10px !important;
    border-color: #eaeaea;
    background: #ffffff;
    border-radius: 0px;
}
.ui-slider-handle {
    border-color: #f5f5f5;
    height: 24px !important;
    width: 24px !important;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #f8f8f8;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -7px;
}
.ui-widget-header {
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    color: #555555;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #ffffff;
    font-weight: normal;
    color: #555555;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #eaeaea;
    background: #fafafa;
    font-weight: normal;
    color: #555555;
}
.ui-slider-horizontal .ui-slider-handle .ui-label {
    top: -25px;
    position: relative;
    font-size: 90%;
    margin-left: -5px;
    color: #777777;
    white-space: nowrap;
}
.ui-slider-vertical .ui-slider-handle .ui-label {
    left: 28px;
    position: relative;
    font-size: 90%;
    color: #777777;
    top: -2px;
    white-space: nowrap;
}
/*slider colors*/

.ui-slider.slider-primary .ui-widget-header {
    border: 1px solid #E2001E /*#0DA3B9*/;
    background: #E2001E /*#0DA3B9*/;
    color: #ffffff;
}
.ui-slider.slider-purple .ui-widget-header {
    border: 1px solid rgba(121, 13, 185, 1.0);
    background: rgba(121, 13, 185, 1.0);
    color: #ffffff;
}
.ui-slider.slider-blue .ui-widget-header {
    border: 1px solid rgba(13, 77, 185, 1.0);
    background: rgba(13, 77, 185, 1.0);
    color: #ffffff;
}
.ui-slider.slider-orange .ui-widget-header {
    border: 1px solid rgba(220, 148, 14, 1.0);
    background: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.ui-slider.slider-info .ui-widget-header {
    border: 1px solid rgba(13, 163, 185, 1.0);
    background: rgba(13, 163, 185, 1.0);
    color: #ffffff;
}
.ui-slider.slider-warning .ui-widget-header {
    border: 1px solid rgba(220, 148, 14, 1.0);
    background: rgba(220, 148, 14, 1.0);
    color: #ffffff;
}
.ui-slider.slider-danger .ui-widget-header {
    border: 1px solid rgba(185, 35, 13, 1.0);
    background: rgba(185, 35, 13, 1.0);
    color: #ffffff;
}
.ui-slider.slider-success .ui-widget-header {
    border: 1px solid rgba(13, 185, 35, 1.0);
    background: rgba(13, 185, 35, 1.0);
    color: #ffffff;
}

/*-----------------------------------------------------------
    Form Validations
----------------------------------------------------------*/

.form-group .error {
    color: rgba(185, 35, 13, 1.0);
    font-weight: 400;
    font-size: 13px;
}
.form-group .controls {
    position: relative;
}
.form-group.has-error i, .form-group.has-success i {
    position: absolute;
    font-size: 14px;
    right: 15px;
    top: 10px;
}
.form-group.has-error i {
    color: rgba(185, 35, 13, 1.0);
}
.form-group.has-success i {
    color: rgba(13, 185, 35, 1.0);
}


/*-----------------------------------------------------------
    Form Wizard
----------------------------------------------------------*/
.wizardpills{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

.wizardpills ul.form-wizard{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    z-index: 2;
    width: 100%;
    padding-right: 15px;
}

.wizardpills #bar{
    position: absolute;
    top: 10px;
    left: 0px;
    height: 10px;
    width: 100%;
    margin: 7px 0;
    z-index: 1;
}

.wizardpills .tab-content{
    position: relative;
    top: 60px;
    background-color: #f6f6f6;
    border: 0px solid transparent;
}

.form-wizard li{
    display: block;
    float: left;
    height: 40px;
    border-radius: 50%;
    position: relative;
    text-align: right;
    width:20%;
    margin:0 !important;
}

.form-wizard li a{
    float: right;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    background: #f5f5f5;
    background-image: none;
    box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
    line-height: 27px;
}

.form-wizard li.complete a{
    background-color: #E2001E /*#0DA3B9*/;
    font-family: FontAwesome;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
}

.form-wizard li a:before {
    content: " ";
    margin-left: -2px;
    height: 34px;
    width: 14px;
    display: block;
}

.form-wizard li.complete a:before {
  content: "\f00c";
}

.form-wizard li a span{
  position: absolute;
  color: #777777;
  width: auto;
  display: inline-block;
  margin-left: -25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  top: 40px;
}

.form-wizard li.complete a span{
    padding-left: 5px;
}

/*-----------------------------------------------------------
    Carousel
----------------------------------------------------------*/

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px;
    background-color: #f5f5f5;
}
.carousel-indicators {
    bottom: 15px;
    margin-bottom: 0px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 2px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control {
    width: 15%;
    color: #f5f5f5;
    text-align: center;
    text-shadow: 0;
    filter: alpha(opacity=60);
    opacity: .6;
}
.carousel-control:hover, .carousel-control:focus {
    color: #f5f5f5;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 15px;
    background: transparent;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    top: 0px;
    bottom: auto;
    left: 0%;
    width: 100%;
    z-index: 10;
    padding: 30px;
    color: #f5f55;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h3, .carousel-caption p {
    color: #ffffff;
    text-shadow: none;
    width: auto;
    display: inline-block;
}
.carousel-caption .clearfix {
    width: 100%;
    clear: both;
}
.carousel-caption h3 {
    background: #E2001E /*#0DA3B9*/;
    padding: 8px 15px;
}
.carousel-caption p {
    background: #777777;
    padding: 8px 15px;
}
/*-------------------------------------------------------------
  Visibility Animation in Elements (Viewport)
---------------------------------------------------------------*/

.inviewport, .hiddenthis {
    opacity: 0;
}
.inviewport.visible {
    opacity: 1;
}
/*------------------------------------------
    Widget - Tile Counter 
---------------------------------------------*/

.tile-counter {
    padding: 15px 30px;
    margin: 0 0 30px 0;
}
.tile-counter.smaller {
    padding: 15px 20px;
}
.tile-counter .content {
    display: block;
    text-align: center;
}
.tile-counter i, .tile-counter h2 {} .tile-counter i {
    margin-right: 15px;
    font-size: 35px;
    line-height: 35px;
}
.tile-counter.smaller i, .tile-counter.smaller h2 {} .tile-counter.smaller i {
    font-size: 22px;
}
.tile-counter span.subtext {
    display: block;
    clear: both;
}
.tile-counter h2 {
    color: #f5f5f5;
    font-weight: 700;
    line-height: 35px;
    margin: 0px 0 0 0;
    font-size: 35px;
    display: inline-block;
}
.tile-counter.smaller h2 {
    font-size: 20px;
}
.tile-counter .subtext {
    color: #eeeeee;
    display: block;
    margin: 10px 0 0 0;
    font-size: 17px;
    font-weight: 300;
    white-space: nowrap;
}
.tile-counter.bg-secondary i, .tile-counter.bg-secondary h2 {
    color: #ffffff;
}
.tile-counter.bg-secondary span {
    color: #eaeaea;
}
.tile-counter.inverted {
    border: 2px solid #efefef;
}
.tile-counter.inverted h2, .tile-counter.inverted span {
    color: inherit;
}
.tile-counter.inverted span {
    opacity: .8;
}
/*------------------------------------------
    Widget - Tile Progress widget 
---------------------------------------------*/

.tile-progress {
    padding: 30px;
    margin-bottom: 30px;
}
.tile-progress h4 {
    color: #ffffff;
    margin: 0px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}
.tile-progress h4 i {
    margin-right: 5px;
}
.tile-progress span {
    color: #eeeeee;
    display: block;
    text-align: center;
    margin: 0px;
    font-size: 16px;
}
.tile-progress .progress {
    margin: 15px 0 10px 0;
    height: 7px;
    background: rgba(50, 50, 58, 0.5);
}
.tile-progress .progress .progress-bar {
    background: #ffffff;
}
.tile-progress.inverted {
    border: 2px solid #efefef;
}
.tile-progress.inverted h4, .tile-progress.inverted span {
    color: inherit;
}
.tile-progress.inverted span {
    opacity: .8;
}
.tile-progress.inverted .progress {
    background: rgba(50, 50, 58, 0.3);
}
.tile-progress.inverted.text-primary .progress .progress-bar {
    background: rgba(226, 0, 30, 1);
}
.tile-progress.inverted.text-info .progress .progress-bar {
    background: rgba(13, 163, 185, 1.0);
}
.tile-progress.inverted.text-warning .progress .progress-bar {
    background: rgba(220, 148, 14, 1.0);
}
.tile-progress.inverted.text-danger .progress .progress-bar {
    background: rgba(185, 35, 13, 1.0);
}
.tile-progress.inverted.text-success .progress .progress-bar {
    background: rgba(13, 185, 35, 1.0);
}
.tile-progress.inverted.text-purple .progress .progress-bar {
    background: rgba(121, 13, 185, 1.0);
}
.tile-progress.inverted.text-blue .progress .progress-bar {
    background: rgba(13, 77, 185, 1.0);
}
.tile-progress.inverted.text-orange .progress .progress-bar {
    background: rgba(220, 148, 14, 1.0);
}
.tile-progress.inverted.text-secondary .progress .progress-bar {
    background: rgba(169, 169, 169, 1.0);
}
/*---------------------------------------------
      Navigation Bars
--------------------------------------------*/

.navbar-inverse {
    -o-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}
.navbar-default {
    background-image: none;
    background: #f5f5f5;
    border-radius: 0px;
    -o-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    border-color: #eaeaea;
}
.navbar-default li a, .navbar-default li a {
    line-height: 36px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    background-image: none;
    -ms-box-shadow: inset 0px 0px 5px rgba(86, 96, 117, 0.15);
    -o-box-shadow: inset 0px 0px 5px rgba(86, 96, 117, 0.15);
    box-shadow: inset 0px 0px 5px rgba(86, 96, 117, 0.15);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #eaeaea;
}
.navbar-default .navbar-toggle {
    border-color: #eaeaea;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 8px;
    margin-top: 9px;
    margin-right: 15px;
    margin-bottom: 9px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 14px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #eaeaea;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #777777;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 0;
}
.navbar {
    border-radius: 0px;
}
.navbar-inverse {
    background-image: none;
}
.navbar-inverse {
    background-color: rgba(50, 50, 58, 1.0);
    border-color: transparent;
    color: rgba(174, 178, 183, 1.0);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: rgba(174, 178, 183, 1.0);
    background-color: #212026;
    background-image: none;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: rgba(174, 178, 183, 1.0);
    background-color: transparent;
}
.navbar-inverse li a, .navbar-inverse li a {
    line-height: 36px;
}
.navbar-brand {
    font-size: 17px;
}
.navbar.navbar-primary {
    background-image: none;
}
.navbar.navbar-primary {
    background-color: #E2001E /*#0DA3B9*/;
    border-color: transparent;
    color: #f5f5f5;
}
.navbar.navbar-primary .navbar-nav>.active>a, .navbar.navbar-primary .navbar-nav>.active>a:hover, .navbar.navbar-primary .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: rgba(100, 100, 100, 0.2);
    background-image: none;
}
.navbar.navbar-primary .navbar-nav>li>a:hover, .navbar.navbar-primary .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-primary .navbar-brand {
    color: #f5f5f5;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-primary .navbar-nav>li>a {
    color: #f5f5f5;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #bcbcbc;
}
.navbar-primary .navbar-toggle {
    border-color: rgba(50, 50, 58, 0.1);
}
.navbar-primary .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
.navbar-primary .navbar-toggle:hover, .navbar-primary .navbar-toggle:focus {
    background-color: rgba(50, 50, 58, 0.4);
}
.navbar-primary .navbar-collapse, .navbar-primary .navbar-form {
    border-color: rgba(50, 50, 58, 0.2);
}
/*-----------------------------------------------------------
    Search page
----------------------------------------------------------*/

.search_result {
    /*margin: 0 0px 30px 0;*/
	padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.search_result img {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}
.search_data .nav-tabs>li>a {
    background-color: #e5e5e5;
}
.search_data .nav>li>a:hover, .search_data .nav>li>a:focus {
    background-color: #fafafa;
}
.search_data .tab-content {
    padding: 30px 15px 30px 15px;
}
.search_data .tab-pane {
    height: 600px;
    overflow: hidden;
    position: relative;
}

/*-----------------------------------------------------------
    Invoice
----------------------------------------------------------*/

.invoice-title h2 {
    display: block;
    color: #ffffff;
    line-height: 80px;
    height: 90px;
    margin: 0px;
}
.invoice-head {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    padding: 0px 0px;
}
.invoice-title {
    padding-left: 0px;
}
.invoice-logo {
    padding-right: 0px;
}
@media (max-width: 991px) {
    .invoice-title {
        padding-left: 0px;
        padding-right: 0px;
    }
    .invoice-logo {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.invoice-logo img {
    width: 100%;
    height: auto;
    max-width: 221px;
}
.invoice-due h2, .invoice-due h3 {
    display: inline-block;
}
.invoice-head-info {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 14px;
}
.invoice-head-info:last-child {
    padding-left: 0px;
}
.invoice-head-info:first-child {
    padding-right: 0px;
}
.table.invoice-table > tbody > tr > .no-line {
    border-top: none;
}
.table.invoice-table > thead > tr > .no-line {
    border-bottom: none;
}
.table.invoice-table > tbody > tr > .thick-line {
    border-top: 1px solid #aaaaaa;
}
.table.invoice-table > thead > tr {
    background-color: #E2001E /*#0DA3B9*/;
    color: #f5f5f5;
}
.table.invoice-table > thead > tr td {
    padding: 10px;
}
.table.invoice-table .thick-line h4, .table.invoice-table .thick-line h3, .table.invoice-table .no-line h4, .table.invoice-table .no-line h3 {
    margin: 0px;
}
.table.invoice-table > thead > tr > td > h4 {
    color: #f5f5f5;
    margin: 0;
}

.table.invoice-table.grey > thead > tr {
    background-color: #999;
    color: #333;
}
.table.invoice-table.lgreen > thead > tr {
    background-color: #C8D56E;
    color: #f5f5f5;
}
.table.invoice-table.green > thead > tr {
    background-color: #009933;
    color: #f5f5f5;
}

.table.invoice-table.lorange > thead > tr {
    background-color: #EABF6E;
    color: #333;
}
.table.invoice-table.orange > thead > tr {
    background-color: #DC940E;
    color: #f5f5f5;
}

.table.invoice-table.lred > thead > tr {
    background-color: #D57B6E;
    color: #333;
}
.table.invoice-table.red > thead > tr {
    background-color: #B9230D;
    color: #f5f5f5;
}

.nav-tabs.vertical.left-aligned > li.text-grey > a, .nav-tabs.vertical.left-aligned > li.text-grey.active > a, .table.invoice-table text-grey, .status-grey {
    color: #999;
}
.nav-tabs.vertical.left-aligned > li.text-black > a, .nav-tabs.vertical.left-aligned > li.text-black.active > a, .table.invoice-table text-black, .status-black {
    color: #111;
}

.nav-tabs.vertical.left-aligned > li.text-lgreen > a, .nav-tabs.vertical.left-aligned > li.text-lgreen.active > a, .table.invoice-table text-lgreen, .status-lgreen {
    color: #C8D56E;
}
.nav-tabs.vertical.left-aligned > li.text-green > a, .nav-tabs.vertical.left-aligned > li.text-green.active > a, .table.invoice-table text-green, .status-green {
    color: #E2001E;
}

.nav-tabs.vertical.left-aligned > li.text-lorange > a, .nav-tabs.vertical.left-aligned > li.text-lorange.active > a, .table.invoice-table text-lorange, .status-lorange {
    color: #EABF6E;
}
.nav-tabs.vertical.left-aligned > li.text-orange > a, .nav-tabs.vertical.left-aligned > li.text-orange.active > a, .table.invoice-table text-orange, .status-orange {
    color: #DC940E;
}

.nav-tabs.vertical.left-aligned > li.text-lred > a, .nav-tabs.vertical.left-aligned > li.text-lred.active > a, .table.invoice-table text-lred, .status-lred {
    color: #D57B6E;
}
.nav-tabs.vertical.left-aligned > li.text-red > a, .nav-tabs.vertical.left-aligned > li.text-red.active > a, .table.invoice-table text-red, .status-red {
    color: #B9230D;
}

/*-----------------------------------------------------------
    Logo
----------------------------------------------------------*/

.page-topbar .logo-area {
    background-image: url('/img/logo.png');
    background-repeat: no-repeat;
}
.page-topbar.sidebar_shift .logo-area {
    background-image: url('/img/logo-folded.png');
    background-repeat: no-repeat;
    background-position: right top;
}
.page-topbar.chat_shift .logo-area {
    background-image: url('/img/logo-folded.png');
    background-repeat: no-repeat;
    background-position: right top;
}

/*-------------------------------------------------
    Widget - To Do Task List
-------------------------------------------------*/

.ultra-todo-task {
    padding: 30px;
    margin-bottom: 30px;
}
.wid-task-header {
    display: block;
    margin-bottom: 10px;
}
.wid-task-header .wid-icon {
    float: left;
}
.wid-task-header .wid-icon i {
    font-size: 30px;
    color: #eaeaea;
    margin: 3px 15px 0 0;
}
.wid-task-header .wid-text h4 {
    color: #ffffff;
    display: block;
    margin: 0px 0 0px 0;
    font-weight: 700;
}
.wid-task-header .wid-text span {
    display: block;
    color: #e1e1e1;
    white-space: nowrap;
}
.wid-add-task {
    margin-top: 15px;
}
.wid-all-tasks {
    display: block;
    color: #ffffff;
    margin: 15px 0;
}
.wid-all-tasks ul .icheck-label {
    color: #ffffff;
}
.wid-all-tasks ul li label {
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    cursor: hand;
    cursor: pointer;
    width: auto;
}
.wid-all-tasks ul li.checked label {
    color: #dddddd;
}
.wid-all-tasks ul li label:after {
    content: " ";
    height: 1px;
    background-color: transparent;
    position: relative;
    top: -11px;
    width: 100%;
    display: block;
}
.wid-all-tasks ul li.checked label:after {
    background-color: #eaeaea;
}
.wid-all-tasks ul {
    overflow: hidden;
    position: relative;
    max-height: 180px;
}

/*----------------------------------------
    Form Spinners
------------------------------------------*/

.ui-spinner.ui-widget-content {
  border: 0px solid transparent;
  background: transparent;
  color: #777777;
  width: 100%;
}

.ui-spinner input{
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;

  background: none;
  color: inherit;
  padding: 7px;
  margin: 0 0;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 34px;
}

.ui-spinner .ui-state-default, .ui-spinner.ui-widget-content .ui-state-default, .ui-spinner .ui-widget-header .ui-state-default{
    background: #eaeaea;
}

.ui-spinner .ui-corner-all, .ui-spinner .ui-corner-top, .ui-spinner .ui-corner-right, .ui-spinner .ui-corner-tr {
  border-top-right-radius: 0px;
}


.ui-spinner .ui-spinner-button {
  width: 24px;
}

.ui-spinner .ui-icon{
    left: 4px;
}

.ui-spinner .ui-corner-all, .ui-spinner .ui-corner-bottom, .ui-spinner .ui-corner-right, .ui-spinner .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-spinner .ui-state-default, .ui-spinner.ui-widget-content .ui-state-default, .ui-spinner .ui-widget-header .ui-state-default{
    border-color: #eaeaea;
}




/*----------------------------------------
    UI Dropdowns
------------------------------------------*/

.ui-dropdowns .btn-group{
    margin: 0 15px 15px 0;
}



/*----------------------------------------
    Miscellaneous Styles
------------------------------------------*/

.my-jobs, .my-bookmarks {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 315px;
}


.nopadding {
	padding: 0px !important;
}

.set, .summary-set {
	margin: 5px 0;
	border: 1px dotted rgb(204, 204, 204);
	padding: 0px 15px 5px;
}
.btn span.glyphicon {    			
	opacity: 0.5;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}
tr.diary.estimated td {
	font-style: italic;
}
a [class^="flag-"], a [class*=" flag-"] {
    display: inline-block;
    cursor: pointer;
}
[class^="flag-"], [class*=" flag-"] {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-top: 1px;
    line-height: 28px;
    vertical-align: text-top;
    background-position: 0px center;
    background-repeat: no-repeat;
}
.flag-switzerland {
	background-image:url("/img/flagicons/switzerland.png");
}
.flag-bern {
	background-image:url("/img/flagicons/bern.png");
}

.flag-germany {
	background-image:url("/img/flagicons/germany.png");
}
.flag-france {
	background-image:url("/img/flagicons/france.png");
}
.flag-uk {
	background-image:url("/img/flagicons/uk.png");
}
.table tbody>tr>td.vert-middle{
    vertical-align: middle;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 1px dotted #CCC;
    color: #767676;
	text-decoration: none;
	cursor:cell;
}
.editable-empty, .editable-empty:hover, a.editable-click.editable-empty, a.editable-click.editable-empty:hover {
  font-style: italic;
  color: #CCC;  
  border-bottom: none;
  text-decoration: none;
}
.deleteRow, .deleteRow i {
	cursor:pointer;
}
.nomargin {
	margin: 0 !important;
}
.search-striped div.search_result:nth-child(odd) {
	background-color: #f9f9f9
}
.search-striped div.search_result:nth-child(even) {
	background-color: #f2f2f2;
}
a i.fa {
	cursor:pointer;
}
.table-nomargin {
	margin: 0;
}
.table-header-rotated {
	overflow: hidden;
}
.table-header-rotated th.row-header{
  width: auto;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
  border: none;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -webkit-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  /*bottom: 30px; /* 40 * cos(45) = 28 with an additional 2px margin*/
  bottom: 35px; /* 20 * cos(45) = 28 with an additional 2px margin*/
  left: -35px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  /*width: 100%;*/
 /* width: 85px; /* 80 / cos(45) - 40 * cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  width: 99px; /* 80 / cos(45) - 20 * cos (45) = 99 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  white-space: nowrap; /*whether to display in one line or not*/
}

tr.mismatcha td {
	font-weight: bolder;
	cursor: help;
}
tr.mismatcho td {
	font-style: italic;
}
tr.boldrow td, tr.boldrow.th {
	font-weight: bolder;
}
tr.italicrow td, tr.italicrow.th {
	font-style:italic;
}
.thisone {
	width: 100%;
}
.shopping-cart {
	max-height: 500px;
	overflow: auto;
}
.flot-line, .flot-pie, .flot-bar, .flot-live {
	height: 300px;
	width: 100%;
	min-height: 150px;
	overflow: hidden
}
.flot-line .legend table, .flot-pie .legend table, .flot-bar .legend table, .flot-live .legend table {
	background: white;
	border: 1px solid #999
}
.flot-line .legend table td, .flot-pie .legend table td, .flot-bar .legend table td, .flot-live .legend table td {
	padding: 5px
}

.vac {
	height: 600px;
}
.form-file {
	padding: 0;
	border: none;
}


body .my-modal-dialog {
    /* new custom width */
    width: 800px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    //margin-left: -280px;
}

.drop-over{
    background-color: #DAF7A6;    
}


.table_style_aml th {
    color: #333;
    border-bottom: 2px solid #333 !important;
}
.name strong {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.name .pull-right {
	color: red;
}