/*::-webkit-scrollbar {*/
/*width: 12px;*/
/*}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/*-webkit-border-radius: 10px;*/
/*border-radius: 10px;*/
/*}*/

/*!* Handle *!*/
/*::-webkit-scrollbar-thumb {*/
/*-webkit-border-radius: 10px;*/
/*border-radius: 10px;*/
/*background: #e2e2e2;*/
/*}*/

body {
    color: #000;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
}

.icon {
    font-size: 15px;
}
/*todo 媒体查询*/
/*@media(min-width:768px){*/
/*#day_flow ul {*/
/*width:50%;*/
/*}*/
/*}*/

@font-face {
    font-family: 'iconfont';
    src: url('../image/iconfont.eot'); /* IE9*/
    src: url('../image/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../image/iconfont.woff') format('woff'), /* chrome、firefox */ url('../image/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../image/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 6px;
}
#info_top{
    display: none;
    margin: 0 0 0 -13px;
    width: 102%;
    height: 63px;
    text-align: center;
    background-color: #75d3e8;
    color: white;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 17px;
    line-height: 65px;
    -moz-box-shadow: 2px 2px 2px #bbb;
    -webkit-box-shadow: 2px 2px 2px #bbb;
    box-shadow: 2px 2px 2px #bbb;
}
#info_top a{
    color:white;
    text-decoration: none;
}
#info_top a:hover{
    color:#e4e4e4;
}
i:hover {
    color: #ffd800 !important;
}

.icon-last {
    margin-left: 18px !important;
}

.block {
    /*border-radius: 8px;*/
    background-color: white;
    border: 1px solid #e8e8e8;
    /*box-shadow: 0 1px 0 1px #e4e6eb;*/
}

.block_header {
    width: 100%;
    height: 40px;
    background-color: #d9edf7;
    box-sizing: border-box;
    line-height: 38px;
    border-left: 4px solid #6d7781;
    border-top: 1px solid #e1e6eb;
    border-right: 1px solid #e1e6eb;
}

.block_content {
    width: 100%;
    /*padding-top: 20px;*/
    box-sizing: border-box;
    /*padding-bottom: 20px;*/
    border: 1px solid #e1e6eb;
}

.block_header_icon {
    padding: 0px;
    width: 33px;
    margin: 0px;
    height: 100%;
    color: #ffffff;
    float: left;
    line-height: 34px;
}

.block_header_title {
    margin-left: 20px;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 40px;
}

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
    outline: 0;
}

/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
    margin-left: 0px !important;
}

/***
Misc tools
***/
.visible-ie8 {
    display: none
}

.no-padding {
    padding: 0px !important;
}

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

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

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

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.hide {
    display: none;
}

.bold {
    font-weight: 600 !important;
}

.fix-margin {
    margin-left: 0px !important
}

.border {
    border: 1px solid #ddd
}

.inline {
    display: inline;
}

hr {
    /*margin: 0;*/
    /*border: 0;*/
    /*border-top: 1px solid #E0DFDF;*/
    /*border-bottom: 1px solid #FEFEFE;*/
}

/********************
 GENERAL LAYOUT
*********************/

/***
Header and header elements.
***/

.border {
    border: 1px solid red;
}

.header {
    padding: 0 !important;
    margin: 0 !important;
}

.header.navbar-fixed-top {
    z-index: 9995 !important;
}

.header .brand {
    display: inline-block;
    margin-top: -1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 140px;
    padding: 0 0px;
}

.header .brand img {
    margin-left: 20px;
}

.header .btn-navbar {
    margin-bottom: 0px;
    /*padding-right: 0px;*/
    padding-top: 10px;
    padding-bottom: 6px;
    background-image: none;
    filter: none;
    box-shadow: none;
    color: #fff;
    border: 0;
}

.header .btn-navbar:hover {
    text-decoration: none;
}

.header .navbar-inner {
    width: 100%;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    height: 43px;
}

.header .nav {
    display: block;
}

.header .nav > li {
    margin: 0px;
    padding: 0px;
}

.header .nav > li.dropdown,
.header .nav > li.dropdown > a {
    padding-left: 4px;
    padding-right: 4px;
}

.header .nav > li.dropdown > a:last-child {
    padding-right: 0;
}

.header .nav > li.dropdown:last-child {
    padding-right: 2px;
    top: 6px;;
}

.header .nav > li.dropdown .dropdown-toggle {
    margin: 0px;
    padding: 15px 10px 7px 10px;
}

.header .nav > li.dropdown .dropdown-toggle i {
    font-size: 18px;
    color: #fff;
}

.header .nav > li.dropdown.user .dropdown-toggle {
    padding: 6px 4px 7px 9px;
}

.header .nav > li.dropdown.user .dropdown-toggle:hover {
    text-decoration: none;
}

.header .nav > li.dropdown.user .dropdown-toggle .username {
    color: #ddd;
}

.header .nav li.dropdown.user .dropdown-toggle i {
    display: inline-block;
    line-height: 24px;
    padding-left: 8px;
}

.header .nav > li.dropdown.user .dropdown-menu i {
    width: 15px;
    display: inline-block;
}

.header .nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    font-size: 11px !important;
    font-weight: 300;
    top: 8px;
    right: 24px;
    text-align: center;
    height: 14px;
    background-color: #e02222;
    padding: 2px 6px 2px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
}

/* firefox hack for top bar badges */
@-moz-document url-prefix() {
    .header .nav li.dropdown .dropdown-toggle .badge {
        padding: 1px 6px 3px 6px;
    }
}

.header .nav .dropdown-menu {
    margin-top: 14px;
}

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.page-header-fixed .page-container {
    margin-top: 56px;
}

/***
Page sidebar
***/

/* ie8 fixes */
.ie8 .page-sidebar {
    position: absolute;
    width: 190px;
}

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

ul.page-sidebar-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}

ul.page-sidebar-menu > li.start > a {
    border-top-color: transparent !important;
}

ul.page-sidebar-menu > li:last-child > a,
ul.page-sidebar-menu > li.last > a {
    border-bottom-color: transparent !important;
}

ul.page-sidebar-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.page-sidebar-fixed ul.page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.page-sidebar-menu > li > a i {
    /*margin-right: 6px;*/
    text-shadow: none;
}

ul.page-sidebar-menu > li.break {
    margin-bottom: 20px;
}

ul.page-sidebar-menu > li.active > a {
    border: none;
    text-shadow: none;
}

ul.page-sidebar-menu > li.active > a .selected {
    display: block;
    width: 8px;
    height: 25px;
    background-image: url("../image/sidebar-menu-arrow.png");
    float: right;
    position: absolute;
    right: 0px;
    top: 8px;
}

.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    background-color: #22282e;
}

ul.page-sidebar-menu > li.active > ul.sub-menu {
    display: block;
}

ul.page-sidebar-menu > li > ul.sub-menu > li {
    background: none;
    margin: 0px;
    padding: 0;
    margin-top: 1px !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 8px;
    padding-left: 30px !important;
    text-decoration: none;
    /*font-size: 14px;*/
    font-weight: 500;
    background: none;
}

/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 0px;
}

ul.page-sidebar-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
    display: block;
}

ul.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 43px;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px;
}

ul.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
    display: block;
}

ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a > i {
    font-size: 13px;
}

/* sidebar search */

.page-sidebar .sidebar-search {
    margin: 8px 20px 20px 20px;
}

.page-sidebar .sidebar-search .submit {
    display: block;
    float: right;
    margin-top: 8px;
    width: 13px;
    height: 13px;
    background-image: url(../image/search-icon.png);
    background-repeat: no-repeat;
}

.page-sidebar .sidebar-search input {
    margin: 0px;
    width: 165px;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    box-shadow: none;
}

.page-sidebar .sidebar-search .input-box {
    padding-bottom: 2px;
}

/***
Sidebar toggler(show/hide)
***/

.page-sidebar .sidebar-toggler {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: 15px;
    margin-left: 175px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
}

.sidebar-toggler:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.page-sidebar-closed .sidebar-toggler {
    margin-left: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search {
    height: 34px;
    width: 29px;
    margin-left: 3px;
    margin-bottom: 15px !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search input {
    display: none;
}

.page-sidebar-closed .page-sidebar .sidebar-search .submit {
    margin: 11px 7px !important;
    display: block !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search .input-box {
    border-bottom: 0 !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open {
    height: 34px;
    width: 255px;
    overflow: hidden;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open input {
    margin-top: 3px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 180px;
    display: inline-block !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .submit {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 10px 8px 9px 6px !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .remove {
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin: 11px 6px 7px 8px !important;
    display: inline-block !important;
    float: left !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li > a .selected {
    right: -3px !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li > a > .title,
.page-sidebar-closed ul.page-sidebar-menu > li > a > .arrow {
    display: none !important;
}

.page-sidebar-closed .sidebar-toggler {
    margin-right: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search {
    margin-top: 6px;
    margin-bottom: 6px;
}

.page-sidebar-closed ul.page-sidebar-menu {
    width: 35px !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li > a {
    padding-left: 7px;
}

.page-sidebar-fixed.page-sidebar-closed ul.page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover {
    width: 225px !important;
    position: relative !important;
    z-index: 2000;
    display: block !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover .selected {
    display: none;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover > a > i {
    margin-right: 10px;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover .title {
    display: inline !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li > .sub-menu {
    display: none !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu {
    width: 189px;
    position: absolute;
    z-index: 2000;
    left: 36px;
    margin-top: 0;
    top: 100%;
    display: block !important;
}

.page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu,
.page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu {
    width: 189px;
}

/* 2rd level sub menu*/
.page-sidebar-closed ul.page-sidebar-menu > li:hover > .sub-menu > li > a {
    padding-left: 15px !important;
}

/* 3rd level sub menu*/
.page-sidebar-closed ul.page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > a {
    padding-left: 30px !important;
}

/* 4rd level sub menu*/
.page-sidebar-closed ul.page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 45px !important;
}

/* sidebar container */

.page-sidebar-closed .page-sidebar {
    width: 35px;
}

.page-sidebar-closed .page-content {
    margin-left: 35px !important;
}

/***
Page content
***/
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: white;
}

.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0px;
    min-height: 760px;
}

.ie8 .page-sidebar-fixed .page-content {
    min-height: 600px;
}

.ie8 .page-content.no-min-height {
    min-height: auto;
}

.page-full-width .page-content {
    margin-left: 0px !important;
}

/***
Page title
***/
.page-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 20px 0px 15px 0px;
    font-weight: 300;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
}

.page-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #888;
}

/***
Page breadcrumb
***/
.page-content .breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 18px;
    margin-bottom: 14px;
    background-color: #fff;
}

.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span {
    color: #333;
    font-size: 14px;
    text-shadow: none;
}

.page-content .breadcrumb i {
    color: #666;
}

/***
Dashboard date range panel
***/
.page-content .breadcrumb .dashboard-date-range {
    display: none;
    padding-top: -1px;
    margin-right: 0px;
    margin-top: -8px;
    padding: 8px;
    padding-bottom: 7px;
    cursor: pointer;
    color: #fff;
    background-color: #e02222;
}

.page-content .breadcrumb .dashboard-date-range span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.page-content .breadcrumb .dashboard-date-range .icon-calendar {
    text-transform: normal;
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
}

.page-content .breadcrumb .dashboard-date-range span {
    font-weight: normal;
}

.page-content .breadcrumb .dashboard-date-range .icon-angle-down {
    color: #fff;
    font-size: 16px;
}

/***
Footer
***/
.footer {
    padding: 8px 30px 6px 35px;
    font-size: 15px;
}

.footer:after,.footer:before {
    content: "";
    display: table;
    line-height: 0;
}

.footer:after {
    clear: both;
}

.footer .footer-inner {
    float: left;
    display: inline-block;
}

.footer .footer-tools {
    float: right;
    display: inline-block;
}

.footer .footer-tools .go-top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: -2px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 0px 6px 0px 6px;
}

.footer .footer-tools .go-top i {
    font-size: 22px;
    margin-bottom: 5px;
}

/* begin: fixed footer */
.page-footer-fixed .footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
}

.page-footer-fixed .page-container {
    margin-bottom: 33px;
}

.page-footer-fixed.page-sidebar-fixed .footer {
    margin-left: 0 !important;
}

/* end: fixed footer */

/********************
 GENERAL UI ELEMENTS
*********************/

/***
Icon stuff
***/
/*
i.icon, a.icon {
  color: #999;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}
*/

i.icon-black {
    color: #000 !important;
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .4;
    filter: alpha(opacity=40);
}

a.icon.huge i {
    font-size: 16px !important;
}

i.big {
    font-size: 20px;
}

i.warning {
    color: #d12610;
}

i.critical {
    color: #37b7f3;
}

i.normal {
    color: #52e136;
}

/***
Custom wells
***/
.well {
    background-color: #fafafa;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.well.mini {
    padding: 7px !important;
}

/***
Form stuff
***/
.form-section {
    margin: 15px 0px 20px 0px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.form .form-actions {
    margin-top: 0px !important;
    margin-top: 40px;
    padding-left: 190px;
}

.portlet.box .form .form-actions,
.portlet.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
}

/***
Bordered form layout
***/

/***
Input icons
***/
/* input with right aligned and colored icons */
.input-icon input {
    padding-right: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 7px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-info {
    color: #27a9e3;
}

.input-icon .input-error {
    color: #B94A48;
}

.input-icon .input-warning {
    color: #C09853;
}

.input-icon .input-success {
    color: #468847;
}

/* input with left aligned icons */
.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    padding-left: 33px !important;
}

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.portlet-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.portlet-title:after,
.portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet-title:after {
    clear: both;
}

.portlet-title .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.portlet-title .caption i {
    float: left;
    margin-top: 5px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet.blue > .portlet-title .caption, .portlet-title.blue .caption,
.portlet.green > .portlet-title .caption, .portlet-title.green .caption,
.portlet.yellow > .portlet-title .caption, .portlet-title.yellow .caption,
.portlet.red > .portlet-title .caption, .portlet-title.red .caption,
.portlet.purple > .portlet-title .caption, .portlet-title.purple .caption,
.portlet.grey > .portlet-title .caption, .portlet-title.dark-grey .caption {
    color: #fff;
}

.portlet.box.blue > .portlet-title .caption > i,
.portlet.box.green > .portlet-title .caption > i,
.portlet.box.grey > .portlet-title .caption > i,
.portlet.box.yellow > .portlet-title .caption > i,
.portlet.box.red > .portlet-title .caption > i,
.portlet.box.purple > .portlet-title .caption > i,
.portlet.box.light-grey > .portlet-title .caption > i {
    color: #fff;
}

.sortable .portlet .portlet-title {
    cursor: move;
}

.portlet-title .tools,
.portlet-title .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

.portlet-title .tools > a {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
}

.portlet-title .dropdown-menu i {
    color: #000 !important;
}

.portlet-title .tools > a.remove {
    background-image: url(../image/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet-title .tools > a.config {
    background-image: url(../image/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet-title .tools > a.reload {
    background-image: url(../image/portlet-reload-icon.png);
    width: 13px;
}

.portlet-title .tools > a.expand {
    background-image: url(../image/portlet-expand-icon.png);
    width: 14px;
}

.portlet-title .tools > a.collapse {
    background-image: url(../image/portlet-collapse-icon.png);
    width: 14px;
}

.portlet-title .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
    filter: 'alpha(opacity=60)';
}

.portlet-title .actions > .btn-group {
    margin-top: -12px;
}

.portlet-title .actions > .btn {
    padding: 4px 10px;
    margin-top: -13px;
}

.portlet-title .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet-title .actions > .btn.mini {
    margin-top: -12px;
    padding: 4px 10px;
}

.portlet-title .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -2px;
}

.portlet-body {
    clear: both;
    padding: 0;
}

.portlet-body.light-blue, .portlet.light-blue {
    background-color: #bfd5fa !important;
}

.portlet-body.blue, .portlet.blue {
    background-color: #4b8df8 !important;
}

.portlet-body.red, .portlet.red {
    background-color: #e02222 !important;
}

.portlet-body.yellow, .portlet.yellow {
    background-color: #ffb848 !important;
}

.portlet-body.green, .portlet.green {
    background-color: #35aa47 !important;
}

.portlet-body.purple, .portlet.purple {
    background-color: #852b99 !important;
}

.portlet-body.light-grey, .portlet.light-grey {
    background-color: #fafafa !important;
}

.portlet-body.dark-grey, .portlet.dark-grey {
    background-color: #555555 !important;
}

.portlet-body .btn-toolbar {
    margin: 0px !important;
    padding: 0px !important;
}

.portlet-body .btn-group {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}

/*  draggable girds */

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
    visibility: hidden;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/***
Solid colored portlet
***/
.portlet.solid {
    padding: 10px;
}

.portlet.solid .portlet-title .tools {
    margin-top: 2px;
    border: 0px;
}

.portlet.solid .portlet-title {
    margin-bottom: 5px;
    border: 0px;
}

.portlet.solid.bordered .portlet-title {
    margin-bottom: 15px;
}

.portlet.solid.red .portlet-title,
.portlet.solid.red .portlet-title i,
.portlet.solid.red .portlet-body,
.portlet.solid.green .portlet-title,
.portlet.solid.green .portlet-title i,
.portlet.solid.green .portlet-body,
.portlet.solid.yellow .portlet-title,
.portlet.solid.yellow .portlet-title i,
.portlet.solid.yellow .portlet-body,
.portlet.solid.grey .portlet-title,
.portlet.solid.grey .portlet-title i,
.portlet.solid.grey .portlet-body,
.portlet.solid.purple .portlet-title,
.portlet.solid.purple .portlet-title i,
.portlet.solid.purple .portlet-body,
.portlet.solid.blue .portlet-title,
.portlet.solid.blue .portlet-title i,
.portlet.solid.blue .portlet-body {
    border: 0;
    color: #fff;
}

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/

.portlet.box {
    padding: 0px !important
}

.portlet.box .portlet-title {
    padding: 8px 10px 2px 10px;
    border-bottom: 1px solid #eee;
    color: #fff !important;
}

.portlet.box .portlet-title > .actions > .btn > i {
    color: #fff !important;
}

.portlet.box .portlet-title .tools {
    margin-top: 3px;
}

.portlet.box .portlet-title .tools > a.remove,
.portlet.solid .portlet-title .tools > a.remove {
    background-image: url(../image/portlet-remove-icon-white.png);
}

.portlet.box .portlet-title .tools > a.config,
.portlet.solid .portlet-title .tools > a.config {
    background-image: url(../image/portlet-config-icon-white.png);
}

.portlet.box .portlet-title .tools > a.reload,
.portlet.solid .portlet-title .tools > a.reload {
    background-image: url(../image/portlet-reload-icon-white.png);
}

.portlet.box .portlet-title .tools > a.expand,
.portlet.solid .portlet-title .tools > a.expand {
    background-image: url(../image/portlet-expand-icon-white.png);
}

.portlet.box .portlet-title .tools > a.collapse,
.portlet.solid .portlet-title .tools > a.collapse {
    background-image: url(../image/portlet-collapse-icon-white.png);
}

/* portlet buttons */
.portlet.box .portlet-body {
    background-color: #fff;
    padding: 10px;
}

.portlet.box .portlet-title {
    margin-bottom: 0px;
}

.portlet.box.blue .portlet-title {
    background-color: #4b8df8;
}

.portlet.box.blue {
    border: 1px solid #b4cef8;
    border-top: 0;
}

.portlet.box.red .portlet-title {
    background-color: #e02222;
}

.portlet.box.red {
    border: 1px solid #ef8476;
    border-top: 0;
}

.portlet.box.yellow .portlet-title {
    background-color: #ffb848;
}

.portlet.box.yellow {
    border: 1px solid #fccb7e;
    border-top: 0;
}

.portlet.box.green .portlet-title {
    background-color: #35aa47;
}

.portlet.box.green {
    border: 1px solid #77e588;
    border-top: 0;
}

.portlet.box.purple .portlet-title {
    background-color: #852b99;
}

.portlet.box.purple {
    border: 1px solid #af5cc1;
    border-top: 0;
}

.portlet.box.grey .portlet-title {
    background-color: #555555;
}

.portlet.box.grey {
    border: 1px solid #9d9c9c;
    border-top: 0;
}

.portlet.box.light-grey .portlet-title {
    background-color: #aaa;
}

.portlet.box.light-grey {
    border: 1px solid #eee;
    border-top: 0;
}

/***
Charts and statistics
***/
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

.chart-tooltip .label {
    clear: both;
}

/***
Mini chart containers
***/
.bar-chart {
    display: none
}

.line-chart {
    display: none
}

/***
Custom icon buttons
***/
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #ddd;
    padding: 16px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn i {
    font-size: 20px !important;
    color: #777 !important;
}

.icon-btn .glyphicons {
    padding: 0px;
}

.icon-btn .glyphicons i:before {
    font-size: 20px !important;
    color: #777 !important;
}

.icon-btn div {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 11px;
    font-weight: 300;
}

.icon-btn .badge {
    position: absolute;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 7px 3px 7px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* for firefox only */
@-moz-document url-prefix() {
    .icon-btn .badge {
        padding: 2px 7px 4px 7px;
    }
}

/* extended dropdowns */
.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

.dropdown-menu.extended:before,
.dropdown-menu.extended:after {
    border-bottom-color: #ddd !important;
}

.dropdown-menu.extended li a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended li i {
    margin-right: 3px;
}

.dropdown-menu.extended li a {
    font-size: 13px;
    padding: 10px !important;
    background-color: #ffffff;
}

.dropdown-menu.extended li a:hover {
    background-image: none;
    background-color: #f5f5f5;
    color: #000;
    filter: none;
}

.dropdown-menu.extended li p {
    padding: 10px;
    background-color: #eee;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.dropdown-menu.extended li a {
    padding: 7px 0 5px 0px;
    list-style: none;
    border-bottom: 1px solid #f4f4f4 !important;
    font-size: 12px;
    text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li:last-child a {
    border-top: 1px solid white !important;
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li.external > a {
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu.extended li.external > a > i {
    margin-top: 3px;
    float: right;
}

/* header notifications dropdowns */

.dropdown-menu.notification li > a > .label {
    width: 10px;
    padding: 2px 4px;
    margin-right: 2px;
    text-align: center !important;
}

.dropdown-menu.notification li > a > .label i {
    text-align: center !important;
}

.dropdown-menu.notification li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li a .photo i {
    float: left;
    height: 16px;
    width: 16px;
    font-size:16px;
    font-weight: bold;
    color: #1fc2cc;
    margin-right: 6px;
    margin-left:0px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .title {
    font-size: 14px;
    font-weight: 400;
    color: #02689b;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    right: 10px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 12px;
}

/* header tasks */
.dropdown-menu.tasks .task {
    margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
    font-size: 13px;
    font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
    font-size: 13px;
    font-weight: 600;
    float: right;
    display: inline-block;
}

.dropdown-menu.tasks .progress {
    display: block;
    height: 10px;
    margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.item-list {
    margin: 0px;
    list-style: none;
}

.item-list li {
    padding: 7px 0 5px 0px;
    list-style: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
}

.item-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}

.item-list li:last-child {
    border-top: none;
    border-bottom: none;
}

.item-list li .label {
    margin-right: 5px;
}

.item-list.todo li .label {
    position: absolute;
    right: 80px;
}

.item-list.todo li .actions {
    position: absolute;
    right: 45px;
}




.feeds {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feeds li {
    background-color: #fafafa;
    margin-bottom: 7px;
}

.feeds li:before,
.feeds li:after {
    display: table;
    line-height: 0;
    content: "";
}

.feeds li:after {
    clear: both;
}

.feeds .col1 {
    float: left;
    width: 100%;
    clear: both;
}

.feeds .col2 {
    float: left;
    width: 75px;
    margin-left: -75px;
}

.feeds .col1 .cont {
    float: left;
    margin-right: 75px;
    overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
    float: left;
    margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
    float: left;
    width: 14px;
    padding: 7px;
}

.feeds .col1 .cont .cont-col2 {
    float: left;
    width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
    margin-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
}

.feeds .col2 .date {
    padding: 4px 9px 4px 4px;
    text-align: right;
    font-style: italic;
    color: #c1cbd0;
}

/***
Users
***/
.user-info {
    margin-bottom: 10px !important;
}

.user-info img {
    float: left;
    margin-right: 5px;
}

.user-info .details {
    display: inline-block;
}

.user-info .label {
    font-weight: 300;
    font-size: 11px;
}

/***
Accordions
***/
.accordion-heading {
    background: #eee;
}

.accordion-heading a {
    text-decoration: none;
}

.accordion-heading a:hover {
    text-decoration: none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
    margin: 0px;
    list-style: none;
}

.ver-inline-menu li {
    position: relative;
    margin-bottom: 1px;
}

.ver-inline-menu li i {
    color: #b9cbd5;
    font-size: 15px;
    padding: 11px 9px;
    margin: 0 8px 0 0;
    background: #e0eaf0 !important;
}

.ver-inline-menu li a {
    font-size: 13px;
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
    background: #e0eaf0;
    text-decoration: none;
}

.ver-inline-menu li:hover i {
    color: #fff;
    background: #c4d5df !important;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
    font-size: 13px;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
    color: #fff;
    background: #169ef4;
    text-decoration: none;
    border-left: solid 1px #0c91e5;
}

.ver-inline-menu li.active i {
    background: #0c91e5 !important;
}

.ver-inline-menu li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px;
}

/***
Custom tabs
***/
.tab-content {
    padding: 0px;
    overflow: hidden;
}

.tabbable-custom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.widget .row-fluid:last-child .tabbable-custom {
    margin-bottom: 0px;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}

.tabbable-custom.boxless > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabbable-custom .nav-tabs > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 0;
    padding: 5px 10px;
}

.tabbable-custom .nav-tabs > li > a:hover {
    background: none;
    border-color: transparent;
}

.tabbable-custom .nav-tabs > li.active {
    border-top: 3px solid #d12610;
    margin-top: 0;
    position: relative;
}

.tabbable-custom .nav-tabs > li.active > a {
    border-top: none;
    font-weight: 400;
}

.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabs-below.tabbable-custom .nav-tabs > li {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-bottom: 3px solid #d12610;
    margin-bottom: 0;
    position: relative;
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a {
    border-bottom: none
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabs-left.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-left: 2px solid transparent;
    margin-top: none;
}

.tabs-left.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-left: 3px solid #d12610;
    margin-top: 0;
    margin-right: -1px;
    position: relative;
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a {
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid transparent;
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 transparent #d4d4d4 transparent;
}

.tabs-right.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-right: 2px solid transparent;
    border-top: none;
}

.tabs-right.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-right: 3px solid #d12610;
    margin-top: 0;
    margin-left: -1px;
    position: relative;
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid transparent;
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 transparent #d4d4d4;
}

.tabs-right.tabbable-custom .nav-tabs > li a,
.tabs-left.tabbable-custom .nav-tabs > li a {
    padding: 8px 10px
}

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
    padding: 27px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px;
}

/***
Custom portlet tabs
***/
.portlet-tabs .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

.portlet-tabs .nav-tabs > li {
    float: right;
}

.portlet-tabs .nav-tabs {
    border-bottom: none;
}

.portlet-tabs .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.portlet-tabs .nav-tabs > li:last-child > a {
    border-right: 0;
}

.portlet-tabs .nav-tabs > li {
    margin-left: 1px;
}

.portlet-tabs .nav-tabs > li.active {
    border-top-color: transparent;
}

.portlet-tabs .nav-tabs > li.active > a {
    margin-bottom: 0px;
    border-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    background-color: none !important;
    border-top-color: transparent !important;
}

.portlet-tabs .nav-tabs > li > a:hover {
    margin-bottom: 0;
    border-bottom-color: transparent;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    background-color: none !important;
    border-top-color: transparent;
    background-color: #fff;
}

.portlet-tabs .nav-tabs > .active > a {
    color: #555555;
    cursor: default;
    background-color: #fff;
}

.portlet-tabs .nav-tabs > .active > a:hover {
    background-color: #fff !important;
}

.portlet-tabs .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -60px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/***
Dashboard container
***/
#dashboard {
    overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
    margin-bottom: 25px;
}

.dashboard-stat:before,
.dashboard-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.dashboard-stat:after {
    clear: both;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}

.dashboard-stat .visual i {
    font-size: 65px;
    color: #fff;
}

.dashboard-stat .details {
    float: right;
    padding-right: 10px;
}

.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    letter-spacing: -1px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
}

.dashboard-stat .details .desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #fff;
}

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.dashboard-stat .more i {
    margin-top: 4px;
    float: right;
}

.dashboard-stat .more:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-stat.blue {
    background-color: #27a9e3;
}

.dashboard-stat.blue .more {
    background-color: #208dbe;
}

.dashboard-stat.green {
    background-color: #28b779;
}

.dashboard-stat.green .more {
    background-color: #10a062;
}

.dashboard-stat.red {
    background-color: #e7191b;
}

.dashboard-stat.red .more {
    background-color: #bc0d0e;
}

.editBox .first-child {
    margin-top: 36px !important;
}

.editBox input:not([type="radio"]),.editBox select,.editBox button,.editBox .upload_file {
    /*width: 360px;*/
    width: 340px;
    height: 36px;
    margin-top: 7px;
    border: 1px solid rgba(208, 208, 208, .8);
    border-radius: 0px;
    text-indent: 10px;
    background: transparent;
    font-size: 14px;
    color: #000;
    padding: 2px 0px;
    float:right;
}

.editBox input:hover {
    background-color: rgba(250, 255, 189, 1);
}

.editBox input:focus {
    outline: none;
    background-color: rgba(250, 255, 189, 0.4);
}

.editBox .forbidden {
    color: #8a8a8a;
}

.editBox input[type=submit],button,.upload_file{
    background-color: transparent;
    border: 1px solid #8a8a8a;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.editBox .label_info {
    font-size: 14px;
    font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #000;
    line-height: 50px;
}

.editBox input[type=submit]:hover,button:hover,.upload_file:hover {
    background-color: #b9b9b9;
}

.editBox input[type=submit]:focus,button:focus,.upload_file:focus {
    outline: none;
    background-color: #2a85a0;
}


.editBox .input_info {
    width: 500px;
    margin-top: 20px;
    margin-left: 30px;
    height: 50px;
    float: left;
    display: inline-block;
}

.input_info select{
    height:36px;
    outline:none;
}

.input_info select:focus {
    background-color: rgba(250, 255, 189, 1);
    border: 1px solid rgba(208, 208, 208, .8);
}
.footer {
    border: 1px solid #D0D0D0;
    background-color: #5FBB5F;
    width: 30px;
    height: 20px;
    color: white;
    position: fixed;
    right: 0px;
    bottom: 0px;
    border-radius: 4px;
}

.footer .badge {
    position: absolute;
    top: -6px;
    left: -8px;
    background-color: #e02222;
    padding: 2px 6px 2px 6px;
}

#notify_footer {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    min-height: 50px;
}

#notify_footer .modal-body {
    padding: 0px;
}

.notify_list {
    width: 100%;
    color: white;
    box-sizing: border-box;
    padding: 2%;
    border-bottom: 1px solid white;
    font-size: 15px;
    display: block;
    background-color: rgb(59, 198, 97);
}

/*路由器页面*/
.router {
    width:100%;
}
.router * {
    box-sizing: border-box;
}
.router-tabs {
    width:100%;
    height: 34px;
    margin: 0 auto;
    border-bottom:1px solid #0054a4;
}
.router-tabs li {
    width: auto;
    line-height: 34px;
    display: inline-block;
    padding:0 15px;
    margin-right: 10px;
    background: #0054a4;
    font-size:15px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.router-tabs li a {
    color: #fff;
}
.router-tabs li a:hover {
    text-decoration: none;
}
.router-tabs li.active {
    background:#f60;
}
.router-content {
    width:100%;
    margin: 20px auto 0;
}
.router-sets {
    display: none;
}
.router-sets.active {
    display: block;
}
.w_3_first {
    width:28%;
    float: left;
    padding:15px;
}

.w_3 {
    width:24%;
    float: left;
    padding:15px;
}
.dev_basic {
    border:1px solid #dcdcdc;
    background: #fff;
}
.dev_basic h3 {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin:0 auto;
    font-size: 16px;
    color:#000;
    font-weight: normal;
    background: #ddd;
}
.info_4g {
    min-height: 270px;
    padding: 10px 20px;
    margin: 0 auto;
}
.info_4g_list {
    width: 100%;
    line-height: 30px;
    font-size:12px;
    color: #333;
}
.info_4g_list label {
    display: inline-block;
    font-weight: bold;
    cursor:default;
}
.dev_basic #day_flow {
    width:45%;
    height: 270px;
    float: left;
}
.dev_basic #month_flow {
    width:45%;
    height: 270px;
    float: left;
}
.dev_basic ul {
    width:55%;
    padding-left: 15px;
    padding-top: 40px;
    margin: 0;
    float: left;
}
.dev_basic ul li {
    width: 100%;
    line-height: 28px;
    list-style: none;
    font-size: 12px;
    color: #333;
}
.dev_basic ul li.bold {
    padding-top: 10px;
}
.dev_basic ul li label {
    margin: 0;
    display: inline-block;
    cursor: default;
    font-size: 12px;
}
.dev_basic ul li.bold label {
    font-weight: bold;
    font-size: 14px;
}
.dev_basic #map {
    width: 100%;
    height: 270px;
}
.home_floor2 {
    margin: 20px 15px 0;
    background: #fff;
}
.flow_curve {
    width: 100%;
    height: 356px;
    padding-bottom: 20px;
    margin-bottom:50px;
    border: 1px solid #dcdcdc;
}
.flow_curve h3 {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin:0 auto;
    font-size: 16px;
    color:#000;
    font-weight: normal;
    background: #ddd;
}
.flow_curve h3 .dev_search {
    width: auto;
    float: right;
    font-size: 12px;
    color:#5a5a5a;
}
.dev_search input {
    margin-right: 20px;
}
.dev_search select {
    height: 26px;
    line-height: 26px;
}
#all_flow,#dbm_online_chart{
    width:100%;
    height: 300px;
    margin: 20px auto 0;
}
.network-tabs {
    width:100%;
    height: 34px;
    margin: 0 auto;
}
.network-tabs li {
    width: auto;
    line-height: 34px;
    display: inline-block;
    padding:0 15px;
    margin-right: 10px;
    background: #4f4f4f;
    font-size:15px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.network-tabs li a {
    color: #fff;
}
.network-tabs li a:hover {
    text-decoration: none;
}
.network-tabs li.active {
    background:#2a85a0;
}
.network-content {
    width:100%;
    margin: 20px auto 0;
}
.network-sets {
    display: none;
}
.network-sets.active {
    display: block;
}
.usr_input_div {
    width: 100%;
    max-width: 500px;
}
.form-input {
    width:100%;
    margin-top: 10px;
}
.form-input label {
    width:120px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    color:#444;
    text-align: right;
    display: inline-block;
}
.form-input .usr_input {
    padding:0;
    width: 200px;
    height:30px;
    line-height: 30px;
    border:1px solid #ddd;
    background:#fff;
    text-indent:10px;
    font-size:14px;
    color:#666;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.form-input .usr_select {
    width:200px;
    height:30px;
    line-height: 30px;
    border:1px solid #ddd;
    background:#fff;
    text-indent:10px;
    font-size:14px;
    color:#666;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.form-input .usr_btn {
    width:auto;
    height: auto;
    display: inline-block;
    line-height: 20px;
    padding: 5px 15px;
    font-size:14px;
    color:#fff;
    cursor: pointer;
    margin-left: 20%;
    background: #09c;
    border:1px solid #09c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-input .usr_btn:hover {
    background:#0054a4;
}
#dhcp,#pppoe {
    display: none;
}
.device_at_info {
    width:700px;
    margin: 30px auto;
}
.device_at_info #info {
    height:600px;
    overflow-y: auto;
    border:1px solid #dcdcdc;
    background: #fff;
    margin:0 auto;
    word-wrap:break-word;
}
.device_at_info #info #info_data {
    padding: 15px;
}
.device_at_info .at_send {
    width:100%;
    margin: 20px auto 0;
}
.at_send #at_query_text {
    width:580px;
    height:35px;
    line-height: 35px;
    padding: 0 10px;
    border:1px solid #dcdcdc;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    color:#666;
    /* text-transform: lowercase; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.at_send #send_btn {
    width:100px;
    height:35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size:14px;
    color:#fff;
    margin-left: 14px;
    background: #09c;
    border:1px solid #09c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}
.at_send #send_btn:hover {
    background: #0054a4;
}
.message_content {
    width: 100%;
    margin-top: 10px;
    clear: both;
    float: left;
}
.face {
    margin-top: 10px;
    float: left;
    width: 18%;
}
.message_content .text_right {
    margin: 0;
    text-align: right;
    padding-top: 20px;
}
.face img {
    width: 100%;
    max-width: 60px;
    clear: both;
}

#info .message {
    float: left;
    background-color: #fd7b12;
    margin-top: 10px;
    padding: 10px;
    width: 75%;
    margin-left: 20px;
    word-wrap: break-word;
    position: relative;
    background-image: -moz-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 30px);
    background-image: -webkie-gradient(linear, 0 0, 0 30, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0)));
    -moz-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
    -webkit-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
    box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
}

.messageleft {
    word-wrap:break-word;
    float: left;
    background-color: #2ECC71;
    padding: 10px;
    width: 75%;
    margin-right: 20px;
    position: relative;
    background-image: -moz-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 30px);
    background-image: -webkie-gradient(linear, 0 0, 0 30, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0)));
    -moz-box-shadow: -2px 1px 2px hsla(0, 0%, 0%, 0.3);
    -webkit-box-shadow: -2px 1px 2px hsla(0, 0%, 0%, 0.3);
    box-shadow: -2px 1px 2px hsla(0, 0%, 0%, 0.3);
}

#info .message:before {
    position: absolute;
    content: "\00a0";
    width: 0px;
    height: 0px;
    border-width: 8px 18px 8px 0;
    border-style: solid;
    border-color: transparent #fd7b12 transparent transparent;
    top: 15px;
    left: -18px;
}

.messageleft:before {
    position: absolute;
    content: "\00a0";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-width: 8px 0px 8px 18px;
    border-style: solid;
    border-color: transparent transparent transparent #2ECC71;
    right: -18px;
    top: 15px;

}
@media screen and (max-width: 1500px) {
    .dev_basic ul {
        padding-left: 0;
    }
}
/*加载中动画*/
.loading {
    display: none;
    width: 10px;
    min-height: 2px;
    padding-right: 2px;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background-color: currentColor;
    background-clip: content-box;
    box-sizing: border-box;
    animation: dot 1s infinite step-start both;
    *zoom: expression(this.innerHTML = '...');
}
.loading:before { content: '...'; }
.loading::before { content: ''; }
:root .loading { margin-left: 2px;
    padding-left: 2px; }
@keyframes dot {
    25% { border-color: transparent;
        background-color: transparent;}
    50% { border-right-color: transparent;
        background-color: transparent; }
    75% { border-right-color: transparent; }
}

#screen :hover{
    background-color: #2A2F32;
}

/*滚动条 start*/
::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #fff ;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:rgba(51, 0, 0, 0.7);
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:rgba(51, 0, 0, 1);
}

/*dtu参数设置*/
.network-sets h3 {
    width: 100%;
    line-height: 40px;
    margin: 0;
    font-size: 16px;
    color: #000;
    border-bottom:1px solid #ddd;
}
.usr_dtu_div {
    width: 100%;
}
.network-sets h3::before {
    content: "";
    float: left;
    width:5px;
    height: 18px;
    margin: 10px 10px 0 10px;
    background: #0054a4;
}
.form-input input[type="radio"],
.form-input input[type="checkbox"] {
    width:15px;
    height: 15px;
    display: inline-block;
    margin: 0;
}