@font-face 
{
    font-family: 'sofia_pro_lightregular';
    src: url('../fonts/sofia/SofiaProLight-webfont.eot');
    src: url('../fonts/sofia/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProLight-webfont.woff') format('woff'),
         url('../fonts/sofia/SofiaProLight-webfont.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProLight-webfont.svg#sofia_pro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face 
{
    font-family: 'sofia_pro_extralightregular';
    src: url('../fonts/sofia/SofiaProExtraLight-webfont.eot');
    src: url('../fonts/sofia/SofiaProExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProExtraLight-webfont.woff') format('woff'),
         url('../fonts/sofia/SofiaProExtraLight-webfont.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProExtraLight-webfont.svg#sofia_pro_extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'sofia_pro_boldregular';
    src: url('../fonts/sofia/SofiaProBold-webfont.eot');
    src: url('../fonts/sofia/SofiaProBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProBold-webfont.woff') format('woff'),
         url('../fonts/sofia/SofiaProBold-webfont.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProBold-webfont.svg#sofia_pro_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

b.page-title {
    font-size: 20px;
    font-family:  Montserrat;
}
.head-bar {
    padding: 10px 0;
}
.logout,
.logout:hover {
    color: #fff;
}
.navbar-brand
{
    font-family: 'Duru Sans';
    color: #fff !important;
    font-size: 20px;
    line-height: 19px;
    font-weight: bold;
    padding-left: 0;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /*padding-bottom: 140px;*/
    overflow-x: hidden;
}
.mm-opened .mm-page
{
    padding-bottom: 140px;
}
.mm-opened body
{
    padding-bottom: 0;
}

.datepicker table tr td span 
{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
body.login {
    background: #fff;
    padding-bottom: 0;
}
#my-menu li a i
{
    font-size: 19px;
    margin-right: 20px;
}
#my-menu li a:hover i,
#my-menu li.active a i
{
    text-shadow: 0 0 1px #00ACEC;
}
#my-menu li.active
{
    background: rgba(0, 0, 0, 0.1);
}
#my-menu li a:hover span 
{
}
.header .open-menu
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC') no-repeat scroll center center transparent;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 4px;
    left: -9px;
    outline: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    background-color: #34495E;
}
.header {
    background: #34495e;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    height: 50px;
}
.header .navbar-default .navbar-toggle
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.header .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.header .dropdown .dropdown-toggle
{
    color: #fff;
}
.header .dropdown
{
    list-style-type: none;
}
.form .form-control {
    width: 100%;
}
.datepicker .add-on {
    cursor: pointer;
}
.datepicker.dropdown-menu {
    padding: 5px !important;
}
.mm-opened footer
{
    left: 320px;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    /*height: 140px;*/
    width: 100%;
    //padding: 20px;
}
.map-wrap {
    position: relative;
}
.loader-wrap {
    position: absolute;
    padding: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.4);
    background: #fff;
    text-align: center;
    left: 50%;
    left: calc(50% - 46px);
    top: 50%;
    top: calc(50% - 46px);
    z-index: 999;
}
.loader-wrap-half {
    position: absolute;
    padding: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    left: 50%;
    left: calc(50% - 46px);
    top: 50%;
    top: calc(50% - 46px);
}
.loader-wrap-half.full
{
    position: fixed;
    top:  50%;
    top: calc(50% - 46px);
    left: 50%;
    left: calc(50% - 46px);
}
.loader-wrap-form-parent {
    position: relative;
    left: 0;
    top: -50px;
}
.validation-summary-errors {
    width: 100%;
    background: #E74C3C;
    padding: 10px 10px 1px 0px;
    color: #FFF;
    margin: 10px 0;
}
.validation-summary-errors ul
{
    padding-left: 10px;
}
.validation-summary-errors li
{
    list-style-type: none;
}
.empty-table {
    padding: 30px 10px !important;
}
.custom-nav li.active a {

    text-decoration: none;
    padding: 15px 10px 12px;
}
.container.no-offset
{
    /*padding-left: 0;
    padding-right: 0;*/
}
.scrollable
{
    overflow: auto;
}
.switch-to-world 
{
    position: absolute;
    left: 10px;
    top: 75px;
    text-align: center;
    font-family: 'Duru Sans';
    padding: 4px 7px;
    font-size: 11px;
    color: white;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    background: #7BA9C7; /*#34495E;*/
    cursor: pointer;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.switch-to-world i
{
    left: -1px;
}
.switch-to-world:hover {
    background: #2980b9;
}
.switch-to-world:hover span
{
    display: inline-block !important;
    margin: 0 3px 0 6px;
}
.dashboard-map.usa {
    display: none;
}
.dashboard-map {
    margin: 0 auto;
    width: 800px;
    height: 355px;
}
.login-background
{
    background: url(../images/wellnes.jpg) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-transition: background-image 0.4s ease-in-out;
    -moz-transition: background-image 0.4s ease-in-out;
    -ms-transition: background-image 0.4s ease-in-out;
    -o-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
}
.login-inputs
{
    z-index: 200;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
}
.login-inputs input
{
    border: 0;
}
.logoff-block {
    font-size: 12px;
    padding: 2px 5px;
    color: #FFF !important;
}
.logoff-block a.dropdown-toggle {
    color: #fff !important;
}
.filters 
{
    padding: 10px 3px;
    margin-bottom: 25px;
    background: #FDFAF4;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.row-painted:nth-child(even)
{
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.row-painted:nth-child(even),
.row-painted:nth-child(even) > .container
{
    background: #FDFAF4;
}
.row-painted:nth-child(even) .pie-breadcrumbs li:before
{
    border-left-color: #FDFAF4;
}
.filters.adjust-title
{
    margin-top: 10px;
}
.right-input {
    padding: 12px 0 0;
}
.right-button {
    padding: 10px 0 0 0 !important;
}
.navbar-default .navbar-collapse
{
    border-color: #34495E;
}

.block-links a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 25px 15px 10px;
    -moz-transition: ease 0.2s all;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}
[class*=pie-breadcrumbs] .alert {
    padding: 50px 0;
}
.block-links a:hover
{
    text-decoration: none;
}
.block-links a:hover .icon
{
    color: #34495e;
}
.block-links a .icon
{
    font-size: 55px;
    -moz-transition: ease 0.2s all;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}
.block-links a .text
{
    padding: 5px 0 15px;
}
.set-block
{
    width: auto;
    margin: 50px auto 20px;
}
.mini .set-left,
.mini .set-right {
    margin: 10px 0 0 0;
    padding: 4px 5px;
}
.set-left,
.set-right {
    margin: 10px;
    padding: 4px 30px;
    background: #7BA9C7;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.set-left-partial,
.set-right-partial {
    margin: 10px;
    padding: 4px 30px;
    background: #7BA9C7;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.clear-all {
    margin: 10px;
    padding: 4px 30px;
    background: #7BA9C7;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.set-right:hover,
.set-left:hover
{
    background: #2980b9;
    cursor: pointer;
}
.btn-download {
    margin: 10px;
    padding: 4px 25px;
    background: #7BA9C7;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-download:hover
{
    background :#2980b9;
    cursor: pointer;
}
.month-graph,
#bar-chart-companies,
#raw-data-companies,
#raw-data-month
{
    min-height: 250px;
    margin: 0 auto;
}
#raw-data-companies,
#raw-data-month,
#raw-data-source
{
    display: none;
}
.field-validation-error {
    color: #fff;
    background: #e74c3c;
    padding: 5px 10px;
    display: block;
    margin: 10px 0; 
    position: relative;
}
.field-validation-error:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #E74C3C;
    display: block;
    position: absolute;
    top: -6px;
    left: 15px;
}
body .login-container:after {
    content: "";
    position: absolute;
    margin-left: -11px;
    left: 50%;
    top: -10px;
    z-index: -1;
    border-bottom: 11px solid #B3B1B1;
    border-top: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.pagination {
    margin: 10px 0 0;
}
.pie-breadcrumbs ul
{
    width: auto !important;
    white-space: nowrap;
    overflow: auto;
    padding: 10px 0;
}
.int-past30 {
    height: calc(100% - 24px);    
    padding: 70px 10px 10px 10px;
    min-height: 100px;
}
.int-past30 .wid .row {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 9px 7px 5px;
    margin: 0;
}
.int-past30 .wid .name {
    padding: 20px 0 0 10px;
    text-align: right;
    font-size: 32px;
    font-family: Montserrat;
    font-weight: normal;
    color: #34495e;
}
.int-past30 .wid .percent {
    padding: 18px 0 0 40px;
    text-align: left;
    font-size: 32px;
    font-family: Montserrat;
    font-weight: normal;
}
.int-past30 .wid .no {
    color: #f39c12;
}
.int-past30 .wid .up {
    color: #1abc9c;
}
.int-past30 .wid .down {
    color: #e74c3c;
}
.int-trend {
    width: 100%;
    height: calc(100% - 24px);
    position: relative;
    padding: 5px;
}
.int-trend .top-title h3
{
    padding: 10px;
    color: #34495E;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-size: 23px;
}
.int-trend .bottom-bars
{
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}
.int-trend .middle-line
{
    position: absolute;
    bottom: 130px;
    left: 15px;
    right: 15px;
}
.ops-case-top {
     text-align: center; 
     color: #34495e !important;
     width: 100%; 
     height: 325px; 
     padding: 70px;
     font-size: 32px !important; 
     position:absolute; 
     bottom:0; 
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
 }
.ops-trend {
    width: 100%;
    height: calc(100% - 24px);    
    padding: 70px;
    min-height: 100px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ops-trend .wid {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 9px 7px 5px;
    margin: 0;
}
.ops-trend .wid .name,
.ops-case-top .name {
    padding: 40px 0 0 10px;
    text-align: right;
    font-size: 32px;
    font-family: Montserrat;
    font-weight: normal;
    color: #34495e;
}
.ops-trend .wid .data-perc,
.ops-case-top .data-perc {
    padding: 6px 0;
    text-align: right;
    font-size: 80px;
    font-family: Montserrat;
    font-weight: bold;
}
.ops-trend .wid .data-count,
.ops-case-top .data-count {
    padding: 6px 0;
    text-align: center;
    font-size: 80px;
    font-family: Montserrat;
    font-weight: bold;
}
.ops-trend .wid .percent,
.ops-case-top .percent {
    padding: 35px 0 0 10px;
    text-align: left;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: normal;
}
.ops-breadcrumbs {
    padding: 0 0 0 10px;
}
.pie-breadcrumbs li {
    padding: 4px 12px 4px 24px;
    margin: 3px 0;
    position: relative;
    font-size: 12px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Duru Sans';
}
.pie-breadcrumbs li:hover
{
    color: #3498db;
}
.pie-breadcrumbs li:first-child 
{
    padding: 4px 12px 4px 0;
}
.pie-breadcrumbs li:last-child:after
{
    border: none;
}
.pie-breadcrumbs li:after,
.pie-breadcrumbs li:first-child:after {
    content: ' ';
    position: absolute;
    right: -12px;
    top: 0px;
    height: 0;
    width: 0;
    border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #BBB6B6;
    z-index: 100;
}
.pie-breadcrumbs li:before {
    content: ' ';
    position: absolute;
    right: -10px;
    top: 1px;
    height: 0;
    width: 0;
    border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #FDFAF4;
    z-index: 102;
}
.pie-breadcrumbs li:hover:after,
.pie-breadcrumbs li:first-child:hover
{
    border-left-color: #3498db;
}
.pie-breadcrumbs li:active {
    outline: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.pie-breadcrumbs li:hover:before,
.pie-breadcrumbs li:active:before {
   
}

.pie-breadcrumbs li.btn-primary:after,
.pie-breadcrumbs li.btn-primary:before {
    display: none;
}
label.custom-checkbox-label {
    position: relative;
    top: -5px;
    cursor: pointer;
}
body.dragging, body.dragging * {
  cursor: move !important;
}
.validation-summary-valid
{
    display: none;
}
.case-type-chart {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
}
.case-type-chart .chart-title
{
    font-size: 18px;
    font-family: 'Duru Sans';
    z-index: 2000;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  height: 30px !important;
}

.user-dropdown .dropdown-toggle
{
    text-decoration: none;
    display: block;
    padding: 15px 10px;
}
.user-dropdown  .dropdown.open
{
    background: #2c3e50;
    background: rgba(0, 0, 0, 0.15);
}
.user-dropdown .dropdown-menu
{
    float: right;
    right: 0;
    left: auto;
}
ul li.placeholder {
  position: relative;
  padding: 6px 10px;
  height: 30px;
  background: #bdc3c7;
  background: rgba(0, 0, 0, 0.4) !important;
}
ul li.placeholder:before {
  position: absolute;
}
.alert-warning
{
    margin: 0;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.04);
    border: 0;
    font-size: 17px;
    color: #939393;
    font-family: 'Duru Sans';
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.alert-danger
{
    margin: 0;
    padding: 40px 0;
    text-align: center;
    background: rgba(221, 48, 48, 0.09);
    border: 0;
    font-size: 17px;
    color: #E45B5B;
    font-family: 'Duru Sans';
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#case-source,
.by-case-type .case-type-chart
 {
    margin-top: 35px;
}
.excellent {
    color: #f1c40f !important;
}
.good {
    color: #8ec15c !important;
}
.bad {
    color: #e74c3c !important;
}
.bar-wrap .col-md-12 {
    position: relative;
}
.bar-chart-switcher {
    text-transform: uppercase;
    z-index: 5000;
    margin: 15px 10px 10px 10px;
}
.bar-chart-switcher a
{
    background: #86888A;
    padding: 6px 9px 5px;
    margin: 0 0 0 -4px;
    color: #FFF;
    text-decoration: none;
    font-family: 'Duru Sans';
    font-size: 11px;
    white-space: nowrap;
    outline: none;
}
.bar-chart-switcher a.active
{
    background: #7BA9C7;
}
.bar-chart-switcher a.back
{
    background: #EEB966;
}
.bar-chart-switcher a:nth-of-type(1) {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.bar-chart-switcher a:last-of-type {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.tooltip-graph {
     background: #000;
     background: rgba(0, 0, 0, 0.75);
     padding: 4px 9px;
     position: absolute;
     font-family: Montserrat;
     z-index: 110;
     width: 70%;
     margin: 0 15%;
     color: #fff;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     font-size: 15px;
     -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tooltip-graph:before
{
    content: '';
    position: absolute;
    width: 0; 
	height: 0; 
    left: 5px;
}
.tooltip-graph.bottom-arrow:before
{
    bottom: -5px; 
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-top: 5px solid #000;
	border-top: 5px solid rgba(0, 0, 0, 0.75);
}
.icheckbox_square-blue
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dash-drag-area ul 
{
    margin: 10px;
    height: 270px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}
.drag-area ul 
{
    margin: 5px 0;
    min-height: 400px;   
}
[id*=raw-data] ul 
{
    padding: 15px;
    position: relative;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: 2px dashed #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
[id*=raw-data] ul:empty:after
{
    content: 'No data';
    top: 45%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #95a5a6;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}
[id*=raw-data] li {
    list-style-type: none;
    padding: 5px 10px;
    color: #fff;
    background: #6D9CBB;
    font-size: 13px;
    margin: 3px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
[id*=raw-data].mini li {
    padding: 4px 10px;
}
[id*=raw-data] .left li {
    background: #6D9CBB;
}
[id*=raw-data] .right li {
    background: #E7AF58;
}
.benchmark-label 
{
    position: absolute;
    z-index: 103;
    width: 130px;
    font-weight: bold;
    color: #34495E;
    text-transform: uppercase;
    font-family: 'Duru Sans';
    letter-spacing: 1px;
    font-size: 11px;
    text-align: left;
}
[class*='graphAverage']{
    width: 14px;
    position: absolute;
    height: 14px;
    left: 50%;
    left: calc(50% - 7px);
    z-index: 102;
}
[class*='graphField'].first [class*='graphAverage']
{
    left: 0;
}
[class*='graphField'].last [class*='graphAverage']
{
    left: 100%;
    left: calc(100% - 14px);
}
[class*='subBar'] {
    cursor: pointer;
}
[class*='graphLabel'] {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;
    text-overflow: ellipsis;
    font-weight: bold;
    z-index: 101;
    position: relative;
    -webkit-text-shadow: 1px 1px 0px #F8F8F8, -1px -1px 0px #F8F8F8;
    -moz-text-shadow: 1px 1px 0px #F8F8F8, -1px -1px 0px #F8F8F8;
    text-shadow: 1px 1px 0px #F8F8F8, -1px -1px 0px #F8F8F8;
}
[class*='graphValue'].smallFont
{
    font-size: 1.3em;
}
[class*='graphValue'] {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    color: #34495e;
    font-size: 1.8em;
    font-family: Montserrat;
    font-weight: bold;
}
[class*='graphValue'].smallFont
{
    font-size: 1.3em;
}
[class*='graphBar']:empty
{
    padding: 1px 0 0 0;
}
.pie-wrap .small-wrap
{
    overflow-x: auto;
    overflow-y: hidden;
}
.pie-wrap .small-wrap > div
{
    min-width: 500px;
}
#permTree, #orgTree {
    margin: 35px 0 45px 25px;
    padding: 0;
}
#permTree a:hover, #orgTree a:hover {
    color: #FF8F00;
}
#permTree input, #orgTree input
{
    margin: 0 5px 0 5px;
}
#permTree li, #orgTree li {
    margin: 0px 0;
}
#orgTree li {
    list-style-type: none;
    margin-top: 4px;
    margin-bottom: 4px;
}
#permTree .root, #orgTree .root, #permTree .leaf, #orgTree .leaf {
    margin: 0px 0 0 5px;
    text-decoration: none;
}
.form .form-group {
    width: 50%;
}
.fullwidth .form-group
{
    width: 100%;
}
.fullwidth .form-buttons
{
    width: 100%;
}
.file-input-wrap {
    position: relative;
    color: #3C3C3C;
    border: 1px solid #D0D0D0;
    background-color: #FFF;
    height: 35px;
    font-size: 14px;
    line-height: 1.428571429;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.file-input-wrap .btn
{
    cursor: pointer;
    z-index: 1000;
    position: relative;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.file-input-wrap .file-name
{
    padding: 0 0 0 10px;
    color: #666;
}
.file-input-wrap input[type=file]
{
    width: 0;
    height: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
}
.landing-title
{
    margin: 10px 0 20px;
    font-family: 'Duru Sans';
}
.copyright-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.page-title {
    color: #444;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}
.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
.row-painted .page-title {
    margin: 10px 0 35px;
}
.row-painted .page-title.fxd
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.landing-title
{
    font-size: 32px;
    margin: 5px 0;
    color: #fff;
    -webkit-text-stroke-width: 0;
}
.landing-title:hover,
.landing-title:active
{
    color: #fff !important;
    text-decoration: none;
}
footer .page-title 
{
    margin-bottom: 10px;
}
.page-title a:hover
{
    text-decoration: none;
}
.page-title span.label
{
    float: right;
    padding: 4px 12px;
    margin: 4px 0;
}
.page-title + form,
.page-title + .tree-view 
{
    margin-top: 30px;
}
.table {
    margin: 30px 0 45px 0;
}
.table td
{
    line-height: 32px !important;
}
h2 small, .h2 small
{
    font-size: 12px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-75 {
    margin-bottom: 75px;
}
.form-buttons {
    margin: 20px 0 0;
    padding: 20px 0 0;
    /*border-top: 1px solid #E4E4E4;*/
    -moz-box-shadow: 0px -1px 0px #FFF;
    -webkit-box-shadow: 0px -1px 0px #FFF;
    box-shadow: 0px -1px 0px #FFF;
    width: 50%;
}
.treeview ul {
    background-color: #FBFBFB !important;
    margin-left: 15px !important;
}
.login .form-control {
    width: 100%;
}
.login-form
{
    width: 300px;
    margin: 0 auto;
}
.tree-view 
{
    min-height: 70px;
    overflow: auto;
    white-space: nowrap;
}
.top-scrollbar-wrapper {
    height: 20px; 
    overflow-x: scroll; 
    overflow-y: hidden;
}
.top-scrollbar {
    width: 6000px;
    height: 20px;
}
.bottom-scrollbar-wrapper {
    overflow: auto;
}
.bottom-scrollbar {
    width: 6000px;
}
iframe {
    width: 100%; 
    height: 1150px;
    border: 0px;
}
.report-container-in-iframe {
    height: 1100px !important;
}
.report-viewer-viewer {
    display: table !important;
    margin: 0;
    overflow: auto !important;
}
.row-painted
{
    padding: 25px 0;
}
#tree-view-org-list ul li {
    list-style-type: none;
}
#tree-root-ul {
    padding-left: 0px;
}
.tree-li {    
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tree-branch-div {
    height: 20px;
    vertical-align:middle;
    display: table-cell;
    width: 100%;
}
.tree-btn {
    width: 20px;
    height: 20px;
    vertical-align:middle;
    margin: 0 7px 0 0;
    padding: 2px 4px;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: transparent;
    box-shadow: none;
}
.tree-btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tree-btn:focus {
    outline: none;
}
.org-icon-load {
    padding: 0 1px;
}
.submit-icon-load {
    padding: 0 1px 0 0;
}
.hidden-icon {
    padding: 0 14px;
}
.tree-checkbox,
.tree-checkbox-region {
    width: 16px;
    height: 16px;
    vertical-align:middle;
    margin: 0px 7px 0 0 !important;
    padding: 0;
    cursor: pointer;
}
.tree-checkbox:focus,
.tree-checkbox-region:focus {
    outline: none;
}
.region-li {
    margin-left: -12px;
}
.tree-label {
    margin: 0;
    padding: 0 20px 0 0;
    font-weight: normal;
    cursor: pointer;
}
.tree-label-noaction{
    margin: 0;
    color: #a5a7aa;
    font-weight: normal;
}
.tree-label-nomatches {
    margin: 0;
    padding: 5px 20px 0 0;
    font-weight: normal;
    font-style: italic;
}
.tree-link:hover {
    text-decoration: underline;
}
.dropdown-tree-container
{
    padding: 10px;
    margin: 0;
    max-height: 400px; 
    overflow-y: auto; 
    overflow-x: hidden;
    white-space: nowrap;
    
}
.input-daterange span{
    border-left-width: 0px; 
    border-right-width: 0px; 
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}
.input-daterange input:nth-of-type(2) {
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    border-right-width: 0px;
}
.input-daterange div {
    padding: 0px;
    border-width: 0px;
}
.input-daterange button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-daterange ul {
    padding: 5px;
}
.input-daterange ul li {
    cursor: pointer;
    margin: 5px 0;
    padding: 5px 10px;
    color: #2980b9;
    text-align: left;
}
.input-daterange ul li:hover {
    color: #2980b9;
    text-decoration: underline !important;
}
.charts-wrap
{
    overflow-x: auto;
    overflow-y: visible;
}
.switch-buttons
{
    text-align: right;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top: 5px;left: -138%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;width: 235px;padding: 0;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:before{
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-left-color: #CCC;
    margin-top: 5px;
    margin-left: -6px;
    position: relative;
    left: -9px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #CCC;
}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.breadcrumbs-link {
    color: #2980b9;
}
.breadcrumbs-link:hover {
    color: #2980b9;
    text-decoration: underline !important;
}
.breadcrumbs-text {
}
.sortable label:hover {
    cursor: pointer;
    text-decoration: underline;
}
.sorttable_nosort label:hover {
    cursor: default;
    text-decoration: none;
}
.sort-disabled {
    opacity: 0.5;
}
.raw-data-container {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}
.raw-data-presets {
    border: 2px solid #d5d5d5;
    height: 400px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.raw-data-presets-header {
    background: #d5d5d5;
    padding: 5px;
}
.raw-data-presets-body ul {
    padding: 5px 10px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}
.raw-data-presets-body ul li {
    list-style-type: none;
    cursor: pointer;
    margin: 3px 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.04);
    /*color: rgba(147, 147, 147, 1);*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.preset-item-selected {
    color: whitesmoke !important;
    background: rgba(147, 147, 147, 1) !important;
}
.btn-add-preset, .btn-load-preset, .btn-delete-preset {
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.visible-hide {
    visibility: hidden;
}
.visible-show {
    visibility: visible;
}
._jsPlumb_endpoint {
    z-index: 1;
}
.widget-toggle {    
    margin-top: 30px;   
    border: 2px solid maroon;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget-toggle.with-breadcrumbs {
    margin-top: 0px;
}
.widget-toggle-header {
    background: maroon;
    padding: 5px;
}
.widget-toggle-body ul {
    padding: 5px 10px;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: auto;
    white-space: nowrap;
}
.widget-toggle-body ul li {
    list-style-type: none;
    cursor: pointer;
    margin: 3px 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.04);
    overflow: hidden;
    white-space: normal; /*nowrap;*/
    text-overflow: ellipsis;
}
.widget-toggle-body .toggle-item-selected {
    color: whitesmoke !important;
    background: rgba(147, 147, 147, 1) !important;
}
.widget-toggle-body table {
    margin: 0px;
}
.widget-toggle-body .table-condensed thead>tr>th, 
.widget-toggle-body .table-condensed tbody>tr>td {
    padding: 0px 5px;
}
.widget-toggle .hide-toggle{
    cursor: pointer;
    float: right;
    border-left: solid 1px #FDFAF4;
    box-shadow: -1px 0 rgba(0,0,0,0.9);
}
.widget-toggle .ui-icon {
    padding: 3px 15px 3px 0px;
}

.gridster-selector
{
    padding: 0;
    width: 100% !important;
}
/*
[data-sizex="6"]
{
    width: 100% !important;
}
[data-sizex="3"]
{
    width: 49% !important;
    margin-right: 1%;
    margin-right: 10px;
}
[data-sizex="3"]:nth-of-type(2)
{
    margin-right: 0;
}
[data-sizex="6"],
[data-sizex="3"]
{
    margin-bottom: 10px;
    position: static !important;
    display: inline-block !important;
    box-sizing: border-box;
    overflow-y: hidden !important;
}
    */
@media screen and (max-width: 990px) 
{
    
    .dashboard-map {
        float: left;
    }
    .mini .set-block
    {
        width: 125px !important;
        margin: 0 auto;
        display: block !important;
    }
    input.form-control,
    select,
     .input-group
    {
        margin: 10px 0 !important;
    }
    .input-group input
    {
        margin: 0 !important
    }
    input[type="checkbox"]
    {
        margin: 0 4px 0 !important;
    }
    .form .form-group,
    .form-buttons
     {
        width: 100%;
    }
    .scrollable
    {
        margin: 0 15px;
    }
    .month-graph,
    #bar-chart-companies
    {
        min-width: 1170px;
    }
    .dropdown-daterange-container,
    .dropdown-daterange-day-container {
        right: 0;
        left: auto
    }
    .ops-trend {
        padding: 0px;
    }
    .ops-case-top {
        padding-top: 0px;
        width: 200px;
        height: 110px;
    }
    #bar-chart-case, #bar-chart-sent {
        height: 120px !important;
    }
    .int-past30 .wid .name {
        padding: 0;
        text-align: center;
    }
    .int-past30 .wid .percent {
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width: 768px) 
{

    .dropdown-tree-container
     {
        position: absolute;
        right: 0;
        overflow-x: auto;
    }
    .tile-30-days,
    .trend-tile
    {
        margin: 5px auto 25px;
    }
    .pie-wrap .small-wrap 
    {
        margin: 0px;
    }
    .drag-area .set-block
    {
        margin: 10px auto;
        width: 165px;
    }
    h2 small, .h2 small
    {
        display: block;
        margin-top: 13px;
        font-size: 13px;
        line-height: 20px;
    }
    [class*='graphValue']
    {
        font-size: 1.3em;
    }
    .switch-buttons
    {
        text-align: left;
        margin-bottom: 20px;
    }
    .row-painted .page-title 
    {
        text-align: center;
    }
    .container.no-offset
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav > li > a 
    {
        padding: 15px 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
    {
        color: #fff;
    }
    .navbar-brand
    {
        display: inline-block;
    }
    .navbar-collapse
    {
        padding-left: 15px;
    }
    #drop_zone
    {
        display: none;
    }
}

@media screen and (min-width: 1200px)
{
    .logoff-block {
        font-size: 12px;
    }
    .custom-nav {
        width: 100%;
    }
    .custom-nav li {
        margin: 5px 3px;
    }
    .custom-nav li a {
        padding: 5px 8px;
    }
    .logoff-block,
    .head-bar .dropdown-toggle {
        font-size: 14px;
        padding: 0;
        color: #fff !important;
    }
    body.login .login-container {
        padding: 70px 0;
    }
}
.mm-menu > .mm-list 
{
    padding: 50px 0 40px !important;
}
@media screen and (max-width: 1200px) {
    .gridster-responsive.gridster-selector
    {
        height: auto !important;
    }
    .gridster-responsive .gs-w {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        display: block;
        position: static !important;
        margin-bottom: 15px;
        overflow-y: hidden !important;
        /*height: auto !important;*/
    }
    .gridster-responsive .gs-w header
    {
        font-size: 12px;
    }
}
@media screen and (max-width: 380px)
{
    .user-dropdown
    {
        display: none;
    }
}

.disabled>div label 
{
    color: #d0d0d0;
}

.btn-no-background
{
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.cursor-default 
{
    cursor: default !important;
}

.report-pickup-tree-space
{
    display: inline-block;
    width: 24px;
}

.report-source-folder-path-item 
{
    cursor: pointer;
    margin-right: 16px;
    color: #aaa;
}

.margin-bottom-md 
{
    margin-bottom: 8px;
}
@media print{
    @page {
        size: portrait;
    }
}
@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}
* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
    /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset;
}
.form-register .form-group .controls input[type="checkbox"] {
    width: 20px;
    height: 20px;
    box-shadow: none;
    margin-left: 10px;
}