@font-face {
  font-family: ProximaNova;
  src: url("./fonts/ProximaNova-Regular.otf"); }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

@-ms-viewport {
  width: device-width; }

/*------------------------------------------------*/
/*	General Styles
/*------------------------------------------------*/
body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  color: #555;
  background: #ececec;
  font-family: ProximaNova,Helvetica Neue,Helvetica,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2 {
  font-family: "latolight"; }

h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #1D92AF; }

a:hover, a:focus {
  color: #14667b; }

hr {
  border-top-color: #ddd; }

hr.inner-separator {
  border-style: dashed; }

label {
  font-weight: 300; }

blockquote {
  border-color: #e4e4e4; }

input {
  border-radius: 0; }

@media screen and (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%; } }

@font-face {
  font-family: "latolight";
  src: url("./fonts/lato-lig-webfont.eot?1383488388");
  src: url("./fonts/lato-lig-webfont.eot?&1383488388#iefix") format("embedded-opentype"), url("./fonts/lato-lig-webfont.woff?1383488388") format("woff"), url("./fonts/lato-lig-webfont.ttf?1383488388") format("truetype"), url("./fonts/lato-lig-webfont.svg?1383488388") format("svg"); }

@font-face {
  font-family: "latoregular";
  src: url("./fonts/lato-reg-webfont.eot?1386010378");
  src: url("./fonts/lato-reg-webfont.eot?&1386010378#iefix") format("embedded-opentype"), url("./fonts/lato-reg-webfont.woff?1386010378") format("woff"), url("./fonts/lato-reg-webfont.ttf?1386010378") format("truetype"), url("./fonts/lato-reg-webfont.svg?1386010378") format("svg"); }

@font-face {
  font-family: "latobold";
  src: url("./fonts/lato-bol-webfont.eot?1384273632");
  src: url("./fonts/lato-bol-webfont.eot?&1384273632#iefix") format("embedded-opentype"), url("./fonts/lato-bol-webfont.woff?1384273632") format("woff"), url("./fonts/lato-bol-webfont.ttf?1384273632") format("truetype"), url("./fonts/lato-bol-webfont.svg?1384273632") format("svg"); }

#wrapper {
  width: 100%;
  margin: 0 auto; }

body.topnav-fixed #wrapper {
  padding-top: 44px; }

.red-font {
  color: #E60404 !important; }

.yellow-font {
  color: #FFB800 !important; }

.green-font {
  color: #3E9C1A !important; }

.red-bg {
  background-color: #E60404 !important; }

.yellow-bg {
  background-color: #FFB800 !important; }

.green-bg {
  background-color: #3E9C1A !important; }

/*------------------------------------------------*/
/*	Top
/*------------------------------------------------*/
.top-bar {
  padding: 5px 0;
  background-color: #152a3d; }

.top-bar .logo {
  position: relative;
  top: 7px; }

.top-bar .top-bar-right {
  text-align: right;
  position: relative;
  top: 5px;
  float: right;
  padding-left: 15px;
  padding-right: 15px; }

.top-bar .top-bar-right .btn-link {
  margin: 0 8px;
  color: #ddd; }

.top-bar .top-bar-right .btn-link:hover {
  color: #fff; }

.top-bar .top-bar-right {
  padding: 0;
  display: none; }

@media screen and (min-width: 620px) {
  .top-bar .top-bar-right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: initial; } }

@media screen and (min-width: 620px) {
  .top-bar .top-bar-right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; } }

.top-bar .navigationhistory {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30em;
  border: 1px red solid;
  position: relative;
  top: 3px;
  color: white; }

@media screen and (max-width: 850px) {
  .top-bar .navigationhistory {
    display: none; } }

.top-bar .notifications,
.top-bar .logged-user {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left; }

.top-bar .dropdown-menu {
  padding: 0; }

.top-bar .dropdown-menu > li > a {
  padding: 8px; }

.top-bar .dropdown-menu > li > a:hover {
  background-color: #fafafa; }

.top-bar .notifications {
  margin-left: 10px;
  margin-right: 28px; }

.top-bar .notifications .notification-item {
  position: relative;
  margin-left: 25px; }

.top-bar .notifications .notification-item .circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 19px;
  left: 4px;
  background-color: #fff; }

.top-bar .notifications .notification-item .btn-group.open > a {
  color: #fff; }

.top-bar .notifications .notification-item .btn-group > a {
  color: #fff; }

.top-bar .notifications .notification-item .btn-group > a:hover {
  color: #fff;
  text-decoration: none; }

.top-bar .notifications .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.top-bar .notifications > ul {
  list-style-type: none; }

.top-bar .notifications > ul, .top-bar .notifications > ul li {
  margin: 0;
  padding: 0;
  display: inline; }

.top-bar .notifications > ul > li li {
  display: block;
  padding: 0;
  border-top: 1px solid #f1f1f1; }

.top-bar .notifications > ul > li li:first-child {
  border-top: none; }

.top-bar .notifications .count {
  position: absolute;
  top: -7px;
  left: 58%;
  padding: 0px 5px;
  border-radius: 30px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  background: #E60404 !important;
  border-color: #555; }

.top-bar .notifications .dropdown-menu {
  top: 26px;
  width: 350px; }

.top-bar .notifications .dropdown-menu .notification-header {
  font-size: 0.85em;
  font-weight: 700;
  line-height: 2;
  padding: 5px 8px; }

.top-bar .notifications .dropdown-menu .notification-footer a {
  text-align: center;
  font-size: 0.85em; }

.top-bar .notifications .dropdown-menu .notification-footer a:hover {
  background: none;
  text-decoration: underline; }

.top-bar .notifications .dropdown-menu .text {
  font-size: 0.85em;
  margin-bottom: 0;
  color: #888888; }

.top-bar .notifications .dropdown-menu .timestamp {
  font-size: 0.75em;
  color: #888888; }

.top-bar .notifications .inbox .dropdown-menu {
  left: -141px; }

/*
@media screen and (max-width: 480px) {
  .top-bar .notifications .inbox .dropdown-menu {
    left: -7.5em;
  }
}
*/
.top-bar .notifications .inbox .inbox-item {
  display: block; }

.top-bar .notifications .inbox .inbox-item.unread {
  background-color: #E7E7E7; }

.top-bar .notifications .inbox img {
  width: 32px; }

.top-bar .notifications .inbox .name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  color: #555;
  font-weight: 700;
  margin-bottom: 0; }

.top-bar .notifications .general .dropdown-menu {
  left: -183px; }

.top-bar .notifications .general .dropdown-menu li a i {
  min-width: 14px; }

.top-bar .notifications .general .dropdown-menu li a .timestamp {
  float: right; }

@media screen and (max-width: 480px) {
  .top-bar .notifications .general .dropdown-menu {
    left: -10.5em; } }

/*
@media screen and (max-width: 620px) {
  .top-bar .notifications {
    display: none;
  }
}
*/
.top-bar .logged-user .btn {
  padding: 0;
  border: none;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  color: #fff; }

.top-bar .logged-user .btn .name {
  font-weight: 400; }

.top-bar .logged-user .btn .caret {
  border-top-color: #fff; }

.top-bar .logged-user .btn:hover {
  color: #fff;
  text-decoration: none; }

.top-bar .logged-user .btn img {
  border: 1px solid #5e5e5e; }

.top-bar .logged-user .open .btn {
  color: #fff; }

.top-bar .logged-user .dropdown-menu {
  left: -38px;
  top: 31px;
  padding: 0; }

.top-bar .logged-user .dropdown-menu > li {
  border-top: 1px solid #f1f1f1; }

.top-bar .logged-user .dropdown-menu > li:first-child {
  border-top: none; }

.top-bar .logged-user .dropdown-menu > li > a {
  color: #555;
  font-size: 0.9em; }

/*------------------------------------------------*/
/*	Main Navigation
/*------------------------------------------------*/
.main-nav-toggle {
  float: left;
  color: #fff; }

.main-nav-toggle i {
  font-size: 28px; }

.main-nav-toggle:hover, .main-nav-toggle:focus {
  color: #ddd; }

/* main menu */
ul.main-menu {
  padding-left: 0;
  list-style-type: none; }

ul.main-menu > li a {
  display: block;
  position: relative;
  padding: 13px 0 13px 15px;
  font-size: 1em;
  color: #555;
  background-color: #ececec;
  border-top: 0px solid #dfdfdf;
  /* use to create lines in left hand nav */
  text-decoration: none; }

ul.main-menu > li a:hover {
  text-decoration: none;
  background-color: #f1f1f1; }

ul.main-menu > li.active > a {
  background-color: #dfdfdf; }

ul.main-menu > li:first-child > a {
  border-top: none; }

ul.main-menu > li i {
  width: 14px;
  text-align: center; }

ul.main-menu > li .text {
  padding-left: 8px;
  font-size: 0.8em; }

ul.main-menu > li .toggle-icon {
  font-size: 14px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 16px;
  text-shadow: none; }

ul.main-menu .sub-menu {
  position: relative;
  display: none;
  padding-left: 0; }

ul.main-menu .sub-menu.open {
  overflow: hidden;
  display: block; }

ul.main-menu .sub-menu li a {
  padding-left: 33px; }

ul.main-menu .sub-menu li.active > a {
  font-weight: 700; }

ul.main-menu .sub-menu .sub-menu li a {
  padding-left: 50px; }

ul.main-menu > li > a,
.content-wrapper {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.left-sidebar {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0px;
  /* change to 230 to reenable left bar */
  padding-right: 0;
  padding-left: 0;
  left: 0;
  position: absolute;
  float: none;
  z-index: 999;
  background-color: #ececec; }

.left-sidebar.minified {
  width: 40px;
  margin-right: -40px;
  z-index: 9; }

.left-sidebar.minified .main-menu > li {
  position: relative; }

.left-sidebar.minified .main-menu > li i {
  width: 40px; }

.left-sidebar.minified .main-menu > li .toggle-icon {
  display: none; }

.left-sidebar.minified .main-menu > li > a {
  padding-left: 0; }

.left-sidebar.minified .main-menu > li > a > .text {
  display: none; }

.left-sidebar.minified .main-menu > li:hover > a > .text {
  position: absolute;
  display: block;
  left: 40px;
  top: -1px;
  min-width: 200px;
  z-index: 9999;
  padding: 13px 10px;
  border: 2px solid #dfdfdf;
  line-height: 1.5;
  background: #dfdfdf;
  font-weight: 700;
  opacity: 1 !important; }

.left-sidebar.minified .main-menu > li:hover > ul.sub-menu {
  display: block !important;
  min-width: 200px;
  position: absolute;
  margin-left: 40px;
  z-index: 9999;
  border: 1px solid #E4E4E4;
  border-top: none; }

.left-sidebar.minified .main-menu > li:hover > ul.sub-menu > li > a {
  padding-left: 10px; }

.left-sidebar.sidebar-hide-left {
  left: -0px;
  /* change to 230 to reenable left bar */ }

@media screen and (max-width: 992px) {
  .left-sidebar {
    left: -0px;
    /* change to 230 to reenable left bar */ } }

body.sidebar-float .left-sidebar {
  left: -0px;
  /* change to 230 to reenable left bar */
  -moz-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3); }

body.sidebar-float .left-sidebar.sidebar-float-active {
  left: 0; }

body.sidebar-fixed .left-sidebar {
  position: fixed;
  height: 100%; }

body.focus-mode .left-sidebar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.sidebar-minified {
  text-align: center;
  position: relative;
  margin: 8px 0; }

@media screen and (max-width: 992px) {
  .sidebar-minified {
    display: none; } }

.sidebar-minified:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  height: 0;
  border-top: 1px solid #c4c4c4;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 13px; }

.sidebar-minified i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  position: relative;
  border: 1px solid #A2A2A2;
  color: #A2A2A2;
  padding: 4px;
  background-color: #f1f1f1;
  cursor: pointer; }

.sidebar-minified i:hover {
  background-color: #f6f6f6; }

.toggle-sidebar-collapse {
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
  line-height: 34px; }

.toggle-sidebar-collapse:hover, .toggle-sidebar-collapse:active, .toggle-sidebar-collapse:focus {
  color: #fff; }

/* main content navigation */
.main-content-nav ul {
  line-height: 34px; }

.main-content-nav li {
  padding-left: 10px;
  padding-right: 10px; }

.main-content-nav li a {
  color: #888888;
  text-decoration: none; }

.main-content-nav li a:hover, .main-content-nav li a:focus {
  color: #555; }

@media screen and (max-width: 768px) {
  .main-content-nav {
    float: none !important;
    margin-top: 15px; } }

@media screen and (min-width: 1280px) {
  .top-bar .navbar-toggle {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .top-bar .navbar-collapse.collapse {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .top-bar .collapse.in {
    display: block !important; } }

/*------------------------------------------------*/
/*	Main Content
/*------------------------------------------------*/
.content-wrapper {
  padding: 15px 30px;
  margin-left: 0px;
  /* change to 230 to reenable left bar */
  position: relative; }

@media screen and (max-width: 480px) {
  .content-wrapper {
    padding: 15px; } }

body.sidebar-float .content-wrapper {
  margin-left: 0;
  padding: 15px; }

.main-header {
  margin-bottom: 50px; }

.content-wrapper {
  background-color: #f1f1f1;
  border-left: 1px solid #e4e4e4; }

.main-content {
  /* padding-bottom: 30px; */ }

/* sidebar content */
.sidebar-content {
  padding: 0 10px;
  margin-top: 30px; }

@media screen and (max-width: 480px) {
  .sidebar-content {
    display: none; } }

.sidebar-content .panel-heading h5 {
  margin: 0; }

.sidebar-content p {
  font-size: 0.85em; }

.sidebar-content > h5 {
  display: block;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 0; }

.sidebar-content .list-info-sidebar {
  border: 1px solid #ccc; }

.sidebar-content .list-info-sidebar li {
  font-size: 12px; }

.sidebar-content .list-info-sidebar .data-name {
  width: 100%;
  background-color: transparent; }

@media screen and (min-width: 1366px) {
  .sidebar-content .list-info-sidebar .data-name {
    width: 10em; } }

@media screen and (min-width: 1850px) {
  .sidebar-content .list-info-sidebar .data-name {
    width: 15em; } }

.sidebar-content .list-info-sidebar .progress {
  margin-bottom: 0; }

.left-sidebar.minified .sidebar-content {
  display: none; }

/* button */
.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "latolight"; }

.btn i {
  margin-right: 3px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.btn-default {
  color: #fff;
  background-color: #626262;
  border-color: #555555; }

.btn-default:hover, .open .dropdown-toggle.btn-default, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #fff;
  background-color: #494949;
  border-color: #555555; }

.btn-default.disabled, .btn-default[disabled], .btn-default.disabled:hover, .open .disabled.dropdown-toggle.btn-default, .btn-default[disabled]:hover, .open [disabled].dropdown-toggle.btn-default, .btn-default.disabled:focus, .btn-default[disabled]:focus, .btn-default.disabled:active, .btn-default[disabled]:active, .btn-default.disabled.active, .btn-default[disabled].active {
  background-color: #7c7c7c;
  border-color: #555555; }

.btn-default .caret {
  border-top-color: #fff; }

.btn-primary {
  background-color: #1D92AF;
  border-color: #198099; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary .open .dropdown-toggle.btn-primary {
  background-color: #198099; }

.btn-info {
  background-color: #46B0CF;
  border-color: #34a6c8; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.btn-info .open .dropdown-toggle.btn-info {
  background-color: #34a6c8; }

.btn-success {
  background-color: #4BA84B;
  border-color: #439643; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success .open .dropdown-toggle.btn-success {
  background-color: #439643; }

.btn-warning {
  background-color: #E7A13D;
  border-color: #e49626; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning .open .dropdown-toggle.btn-warning {
  background-color: #e49626; }

.btn-danger {
  background-color: #DB3833;
  border-color: #d02a25; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.btn-danger .open .dropdown-toggle.btn-danger {
  background-color: #d02a25; }

.btn-link {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active,
.btn-link .open .dropdown-toggle.btn-link {
  outline: none;
  text-decoration: none; }

.btn-group > .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.btn-group > .btn + .dropdown-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* new/compose message */
.inbox.new-message .top-menu {
  border-left: none;
  padding-left: 0; }

/*
@media screen and (max-width: 1200px) {
  .file-secondary-menu > li {
    padding-right: 50px;
    margin-bottom: 10px;
  }
}
*/
/*------------------------------------------------*/
/*	Search input
/*------------------------------------------------*/
.top-bar .searchbox {
  display: none;
  /* enabled by interface for admins w/ inline-block */
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 20em;
  position: relative;
  top: 3px; }

.top-bar .searchbox input[type="search"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 6px;
  height: 28px;
  font-size: 0.85em;
  color: #fff;
  background-color: #4d4d4d;
  border-color: #484848;
  -webkit-appearance: none;
  width: 20em; }

.top-bar .searchbox .btn {
  padding: 3px 6px;
  top: 0px;
  position: absolute;
  background-color: #4d4d4d;
  border-color: #484848; }

.top-bar .searchbox .btn i {
  color: gray; }

.top-bar .searchbox .btn:hover {
  border-color: #484848; }

.top-bar .searchbox .btn:hover i {
  color: #8d8d8d; }

@media screen and (max-width: 700px) {
  .top-bar .searchbox {
    display: none; } }

/*------------------------------------------------*/
/*	Footer
/*------------------------------------------------*/
.footer {
  left: 0;
  right: 0;
  padding: 4px;
  font-size: 0.5em; }
