﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/*================================================== */
body{
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.btn {
  border-radius: 5px;
  background-color: #39c89e;
  border: 1px solid #39c89e;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 34px;
  padding: 8px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
    background-color: transparent;
    border: 1px solid #39c89e;
    color: #39c89e;
    transition: 0.3s all ease-in;
}
blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe {
    border: 0 !important;
    width: 100%;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

ul, ol, li {
    list-style: none;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
.right-wrap {
    padding: 30px 40px;
    padding-left: 250px;
    width: 100%;
    float: left;
}
h1 {
      margin-bottom: 20px;
      font-size: 24px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #233438;
}
h1 span {
    font-size: 24px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #233438;
  opacity: 0.5;
}
h2 {
      font-size: 40px;
      letter-spacing: 1px;
      text-align: left;
      color: #ffffff;
    line-height: 42px;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 15px;
}
.form-control {
    height: 50px;
    border-radius: 5px;
  background-color: #f8f8f8;
  border: solid 1px #e3e3e3;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  text-align: left;
  color: #888888;
}
textarea.form-control {
    height: 124px;
}
a {
    -webkit-transition: all ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    line-height: 25px;
    color: #6d6e6d;
}
.navbar {
    margin-bottom: 0;
    min-height: inherit;
}
.navbar-brand {
    display: none;
}
header {
    background-color: #fff;
    border-bottom: 1px solid #e7e9ea;
}
header .logo {
    float: left;
    padding-top: 11px;
}
header .logo img {
    width: 220px;
}
header .fa.fa-bell-o {
    font-size: 22px;
    position: relative;
    top: -12px;
}
header .custom-menu {
    float: right;
}
header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
ul.dropdown-menu {
    margin: 0;
    padding: 0;
    top: 102%;
    border-radius: 0;
}
ul.dropdown-menu li a {
    padding: 6px 18px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active a, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #39c89e;
    background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #39c89e;
    background-color: transparent;
}
header .navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

header .navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

header .navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

header .navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

header .navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
body .navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
     text-align: right;
      color: #323c47;
      font-size: 15px;
      display: block;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    line-height: 65px;
    box-shadow: none;
    background: none;
    border-radius: 0;
    position: relative;
    top: 12px;
    padding-right: 25px;
}
body .navbar-default .navbar-nav li:last-child a {
    padding-right: 0;
}
span.name {
    float: left;
    margin-right: 10px;
    line-height: 20px;
}
.dropdown span.fa {
    color: #808fa3;
    position: relative;
    top: -14px;
}
.navbar-nav > li > a {
    padding-top: 0;
}
span.role {
    font-weight: 300;
    font-size: 12px;
    display: block;
}
span.placeholder-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}
header .navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}
/*Sidebar*/
.sidebar-wrap {
    border-right: 1px solid #e7e9ea;
    position: fixed;
    height: 100%;
    width: 220px;
}
.sidebar {
    padding: 20px 20px 20px 0;
    
}
.sidebar ul li {
    margin-bottom: 6px;
}
.sidebar ul li a {
    font-size: 14px;
      letter-spacing: -0.4px;
      text-align: left;
      color: #233438;
      text-decoration: none;
      position: relative;
      padding: 12px 0;
      display: inline-block;
      width: 100%;
}
.sidebar ul li a i {
    width: 6%;
    margin-right: 8px;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active a{
    color: #39c89e;
    font-weight: 600;
}
.sidebar ul li:hover a:after,
.sidebar ul li.active a:after
 {
    content: "";
    width: 5px;
    border-radius: 16px;
    background-color: #39c89e;
    height: 30px;
    position: absolute;
    left: -15px;
    top: 7px;
}
.sidebar li.active .panel-body ul li a:after{
    content: none;
    display: none;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
}
.panel-default > .panel-heading {
    border-radius: 0;
    padding: 0;
    color: #233438;
    background-color: #fff;
    border-color: transparent;
}
.panel-group {
    margin-bottom: 0;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-body ul {
    padding-left: 25px;
    position: relative;
}
.panel-body ul:before {
    content: "";
    border: 1px dotted #8ca0b3;
    position: absolute;
    left: 6px;
    height: 58px;
    top: 5px;
}
.panel-body ul li a {
    color: #8ca0b3;
    font-size: 13px;
    padding: 6px 0;
}
.sidebar .panel-body li:hover a:after,
.sidebar .panel-body li.active a:after {
    content: none;
    display: none;
}
ul.bottom-sidebar {
    position: absolute;
    bottom: 20%;
}
/*Graph Box*/
.graph-box {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e9eff4;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
}
.graph-box .graph-item {
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    display: inline-block;
}
.graph-box.preview-box .graph-item {
    width: 100%;
}
.graph-box .graph-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    color: #233438;
    text-transform: uppercase;
     width: 33.33%;
    padding: 18px 15px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #e7e9ea;
    background: #fff !important;
}
.graph-box.preview-box .graph-title {
    width: 100%;
    opacity: 0.5;
    text-align: left;
    color: #233438;
}
.graph-box .graph-item .graph-body {
    
    padding-top: 15px;
    padding-bottom: 15px;
}

.graph-box .graph-item .graph-body .thumb {
    border: solid 1px #e9eff4;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
}
.graph-box.preview-box .graph-item .graph-body .thumb {
    border: none;
}
.graph-box .graph-item .graph-body .thumb img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.graph-box .graph-item .graph-body .graph-type {
    font-size: 12px;
    border-top: solid 1px #e9eff4;
  letter-spacing: 0.1px;
  padding-top: 5px;
  text-align: center;
  color: #323c47;
  margin: 0 -10px;  
  padding: 10px;
  text-align: center;
}
.graph-box .graph-item:hover .graph-body .thumb{
    border: solid 1px #39c89e;
}
.graph-box .graph-item:hover .graph-body .graph-type {
    border-top: solid 1px #39c89e;
}
.graph-box.preview-box .graph-item:hover .graph-body .thumb {
    border: none;
} 
.graph-box.preview-box .graph-item:hover .graph-body .graph-type {
    border-top: none;
}
.graph-box .btn {
    border-radius: 2px;
   background-color: #39c89e;
    font-size: 11px;
  text-align: center;
  color: #ffffff;   
  max-width: 200px;
  text-transform: capitalize;
  margin: -10px 0 10px 15px;
  width: 100%;
}
.graph-box label {
    font-size: 13px;
  text-align: left;
  color: #323c47;
  margin-bottom: 0;
  opacity: 0.7;
}
.graph-box .btnDisplayInfo {
     background-color: #4da1ff;
     border-radius: 2px;
     max-width: 100px;
     margin-top: 30px;
}
.graph-box .customInput {
    height: 42px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e9eff4;
  padding: 6px 12px;
  width: 100%;
  color: #323c47;
  font-size: 13px;
  margin-top: 5px;
}
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 10px 0; /* demo only */
  width: 100%;
}

.custom-dropdown select {
  background-color: #fff;
  color: #323c47;
  font-size: 12px;
  padding: 1em;
  padding-right: 2.5em;	
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
  width: 100%;
  border: solid 1px #e9eff4;
  outline: none;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
    content: "\25BC";
    height: 1em;
    font-size: 10px;
    line-height: 1;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}   

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  background-color: rgba(244, 247, 249, 0.4);
  border-left: solid 1px #e9eff4;
}

.custom-dropdown::after {
  color: #4da1ff;
  text-align: center;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 11px;
  text-align: left;
  color: #323c47;
  font-weight: 600;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #39c89e;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: .8;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 8px;
    top: 0px;
    left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.graph-box .graphCheckbox ul {
    margin-top: 12px;
    display: inline-block;
    width: 100%;
}
.graph-box .graphCheckbox ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
}
.graph-box .datepicker .form-control {
    height: 40px;
    font-size: 13px;
  text-align: left;
  color: #323c47;
}
/* end .squaredFour */
/*Responsive*/
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (max-width: 767px) {
header .logo {
    display: none;
}
.navbar-brand {
    display: inline-block;
    padding: 0;
}
header .custom-menu {
    float: none;
}
.navbar-toggle {
    margin-right: 0;
}
header {
    padding: 10px 0;
}
.sidebar-wrap {
    width: 100%;
    position: relative;
}
ul.bottom-sidebar {
    position: relative;
    bottom: 0;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.right-wrap {
    padding-left: 0;
    padding: 30px 0;
}
.sidebar {
    padding: 0px 0px 0px 15px;
    border-bottom: 1px solid #e7e9ea;
}
.fa.pull-right {
    margin-left: auto;
    width: auto;
}
body .navbar-default .navbar-nav > li > a {
    text-align: left;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.graph-box.preview-box {
    margin-top: 15px;
}
}
@media (max-width: 480px) {
    .graph-box .graph-item {
        width: 100%;
    }
   
}