﻿@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

html {
  margin: 0;
  padding: 0;
  height: 100%;
  /*overflow-x: hidden!important; SG: overriden*/
  overflow-x: auto !important;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 13px;
  /*color: #6a6c6f;*/
  /*SG: OVERRIDE*/
  color:#333;
  margin: 0;
  padding: 0;
  height: 100%;
}
body.iframe-master {
    padding: 15px;
}
body.small-master {
    background-color: #f1f3f6;
}

a {
  cursor: pointer;
  color: #34495e;
}
a:hover,
a:focus {
  color: #34495e;
  text-decoration: none;
}

/*  https://github.com/twbs/bootstrap/issues/1768 */
a[name="editPanel"]:before { 
  display: block; 
  content: " "; 
  margin-top: -130px; 
  height: 130px; 
  visibility: hidden; 
}

A, A:link, A:active
{
  color: #3366CC;
  color: #1a80ba;  
  text-decoration: none;
}

A:visited
{
  color: #4F79CE;
  color: #1a80ba;
}

A:hover{
  color: #85CE2F;
  text-decoration: underline;
}

A.no_view
{
  color: #777777 !important;    
}

    a[disabled],
    a[disabled]:active,
    a[disabled]:visited,
    a[disabled]:hover {
        color: #777 !important;
    }

P
{
    color: #555555;
    text-align : left;
    margin-bottom : 5px;
    margin-top : 5px;
}

h2 
{
  color: #555555;
  font-weight: bold;
  font-size: 120%;
  margin-top: 10px;
}

#header {
  background-color: #fff;
  display: block;
  height: 62px;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e4e5e7;
}
#menu {
  width: 180px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 62px;
  transition: all 0.4s ease 0s;
}

#wrapper {
  margin: 0 0 0 180px;
  padding: 0;
  background: #f1f3f6;
  border-left: 1px solid #e4e5e7;
  transition: all 0.4s ease 0s;
  position: relative;
  min-height: 100%;
}
.wrapper {
  padding: 10px 20px;
}

.content {
  padding: 25px 40px 40px 40px;
  min-width: 320px;
}
.footer {
  padding: 10px 18px;
  background: #ffffff;
  border-top: 1px solid #e4e5e7;
  transition: all 0.4s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .content {
    padding: 15px 15px 15px 15px;
    min-width: 300px;
  }
}
.content-boxed {
  max-width: 1100px;
  margin: auto;
  padding-top: 60px;
}
#page-header {
  padding: 20px 40px;
}
.color-line {
  background: #f7f9fa;
  height: 6px;
  background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.fixed-navbar #header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.fixed-navbar #wrapper {
  top: 62px;
}
.fixed-sidebar #menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 197px;
  padding-right: 17px;
}
.fixed-sidebar.show-sidebar #menu {
  width: 180px;
}
.fixed-footer .footer {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 181px;
  right: 0;
}
.fixed-footer.hide-sidebar .footer {
  left: 0;
}
@media (max-width: 768px) {
  .fixed-footer .footer {
    left: 0;
  }
  .fixed-footer.show-sidebar .footer {
    left: 181px;
  }
}
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e4e5e7;
  position: fixed;
  top: 0;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
}
#right-sidebar.sidebar-open {
  display: block;
}
.boxed {
  background-color: #ffffff;
}
.boxed .profile-picture {
  background-color: white;
}
.boxed .boxed-wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  /*SG: fixed */
  /*position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  */
}

/*body.boxed .boxed-wrapper {
    box-shadow: none !important;
    overflow: visible;
}*/

.boxed .boxed-wrapper,
.boxed.fixed-navbar #header {
    max-width: 1400px;
}

.boxed #wrapper,
.boxed #header .top-menu {
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
}

/*.boxed .boxed-wrapper {
    padding-bottom: 113px;
}*/

/****************************************** P A N E L S *************************/
.panel-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hpanel > .panel-heading {
  color: inherit;
  font-weight: 600;
  padding: 10px 4px;
  transition: all .3s;
  border: 1px solid transparent;
}
.hpanel .hbuilt.panel-heading {
  border-bottom: none;
}
.hpanel > .panel-footer,
.hpanel > .panel-section {
  color: inherit;
  border: 1px solid #e4e5e7;
  border-top: none;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 15px;
}
.hpanel.panel-collapse > .panel-heading,
.hpanel .hbuilt {
  background: #fff;
  border-color: #e4e5e7;
  border: 1px solid #e4e5e7;
  padding: 10px 10px;
  border-radius: 2px;
}
.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.hpanel.panel-group .panel-body:first-child {
  border-top: 1px solid #e4e5e7;
}
.hpanel.panel-group .panel-body {
  border-top: none;
}
.panel-collapse .panel-body {
  border: none;
}
.hpanel {
  background-color: none;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.hpanel .alert {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #e4e5e7;
  border-bottom: none;
}
.panel-tools a {
  margin-left: 5px;
  color: #9d9fa2;
  cursor: pointer;
}
.hpanel.hgreen .panel-body {
  border-top: 2px solid #62cb31;
}
.hpanel.hblue .panel-body {
  border-top: 2px solid #3498db;
}
.hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606;
}
.hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}
.hpanel.horange .panel-body {
  border-top: 2px solid #e67e22;
}
.hpanel.hred .panel-body {
  border-top: 2px solid #e74c3c;
}
.hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}
.hpanel.hnavyblue .panel-body {
  border-top: 2px solid #34495e;
}
.hpanel.hbggreen .panel-body {
  background: #62cb31;
  color: #fff;
  border: none;
}
.hpanel.hbgblue .panel-body {
  background: #3498db;
  color: #fff;
  border: none;
}
.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: none;
}
.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: none;
}
.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: none;
}
.hpanel.hbgred .panel-body {
  background: #e74c3c;
  color: #fff;
  border: none;
}
.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: none;
}
.hpanel.hbgnavyblue .panel-body {
  background: #34495e;
  color: #fff;
  border: none;
}
.panel-group .panel-heading {
  background-color: #f7f9fa;
}

.hpanel.collapsed .panel-body,
.hpanel.collapsed .panel-footer {
  display: none;
}
.hpanel.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.hpanel.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.hpanel.collapsed.panel-collapse .panel-body {
  border-width: 0 1px 1px 1px;
  border-color: #e4e5e7;
  border-style: solid;
}
.hpanel.collapsed .hbuilt.panel-heading {
  border-bottom: 1px solid #e4e5e7;
}
body.fullscreen-panel-mode {
  overflow-y: hidden;
}
.hpanel.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.hpanel.fullscreen .showhide {
  display: none;
}
.hpanel.fullscreen .panel-body {
  min-height: calc(100% - 77px);
}

.filterPanel.innerPanel {
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    background-color: #f9f9f9;
}


/****************************************  T O O L T I P S  *********************************************/
.tooltip-inner {
  background-color: #34495e;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
}

.large.tooltip-inner {
    max-width: 280px;
    width: 280px;
    text-align: left;
}

.tooltip {
    z-index: 10001;
}

.tooltip * {
    color: #fff !important;
}

.tooltip a,
.tooltip a:visited,
.tooltip a:active,
.tooltip a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}


/****************************************** N A V I G A T I O N *****************************************/

.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
#top-navigation {
  height: 56px;
  position: relative;
  float: left;
}
.navbar-static-top {
  margin: 0 0 0 180px;
}
.navbar.navbar-static-top a,
.nav.navbar-nav li a {
  color: #9d9fa2;
}
.header-link {
  padding: 18px 26px 17px 26px;
  font-size: 14px;
  float: left;
  border-right: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  margin-right: 15px;
  background: #f7f9fa;
  cursor: pointer;
}
.header-link:hover {
  background: #f1f4f6;
}
.navbar-nav > li,
.navbar-nav > li > a {
  height: 56px;
}
.navbar-nav > li > a {
  padding: 15px 20px;
  font-size: 25px;
}
.navbar-nav > li:last-child > a {
  padding-right: 35px;
}
.navbar.navbar-static-top .hide-menu {
  color: #9d9fa2;
}

/****************************************  B U T T O N S ******************************************/
.btn {
  border-radius: 3px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-primary.btn-outline {
  color: #34495e;
}
.btn-primary2.btn-outline {
  color: #9b59b6;
}
.btn-success.btn-outline {
  color: #62cb31;
}
.btn-info.btn-outline {
  color: #3498db;
}
.btn-warning.btn-outline {
  color: #ffb606;
}
.btn-warning2.btn-outline {
  color: #e67e22;
}
.btn-danger.btn-outline {
  color: #e74c3c;
}
.btn-danger2.btn-outline {
  color: #c0392b;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #34495e;
  border-color: #34495e;
  color: #FFFFFF ;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #3f5872;
  border-color: #3f5872;
  color: #FFFFFF ;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #293a4a;
  border-color: #293a4a;
}
.btn-primary2 {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #FFFFFF ;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
  background-color: #a86ebf;
  border-color: #a86ebf;
  color: #FFFFFF ;
}
.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
  background-image: none;
}
.btn-primary2.disabled,
.btn-primary2.disabled:hover,
.btn-primary2.disabled:focus,
.btn-primary2.disabled:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled],
.btn-primary2[disabled]:hover,
.btn-primary2[disabled]:focus,
.btn-primary2[disabled]:active,
.btn-primary2.active[disabled],
fieldset[disabled] .btn-primary2,
fieldset[disabled] .btn-primary2:hover,
fieldset[disabled] .btn-primary2:focus,
fieldset[disabled] .btn-primary2:active,
fieldset[disabled] .btn-primary2.active {
  background-color: #8c49a7;
  border-color: #8c49a7;
}
.btn-success {
  background-color: #62cb31;
  border-color: #62cb31;
  color: #FFFFFF ;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #74d348;
  border-color: #74d348;
  color: #FFFFFF ;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #56b22b;
  border-color: #56b22b;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #FFFFFF ;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #4ea5e0;
  border-color: #4ea5e0;
  color: #FFFFFF ;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #2489cc;
  border-color: #2489cc;
}
.btn-default {
  background-color: #fff;
  border-color: #e4e5e7;
  color: #6a6c6f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #d9dbdd;
  color: #606265;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e4ebee;
  border-color: #e4ebee;
}
.btn-warning {
  background-color: #ffb606;
  border-color: #ffb606;
  color: #FFFFFF ;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffbf25;
  border-color: #ffbf25;
  color: #FFFFFF ;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #e6a300;
  border-color: #e6a300;
}
.btn-warning2 {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #FFFFFF ;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
  background-color: #e98e3d;
  border-color: #e98e3d;
  color: #FFFFFF ;
}
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
  background-image: none;
}
.btn-warning2.disabled,
.btn-warning2.disabled:hover,
.btn-warning2.disabled:focus,
.btn-warning2.disabled:active,
.btn-warning2.disabled.active,
.btn-warning2[disabled],
.btn-warning2[disabled]:hover,
.btn-warning2[disabled]:focus,
.btn-warning2[disabled]:active,
.btn-warning2.active[disabled],
fieldset[disabled] .btn-warning2,
fieldset[disabled] .btn-warning2:hover,
fieldset[disabled] .btn-warning2:focus,
fieldset[disabled] .btn-warning2:active,
fieldset[disabled] .btn-warning2.active {
  background-color: #d26f18;
  border-color: #d26f18;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #FFFFFF ;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #ea6557;
  border-color: #ea6557;
  color: #FFFFFF ;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e43321;
  border-color: #e43321;
}
.btn-danger2 {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #FFFFFF ;
}
.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
  background-color: #d24637;
  border-color: #d24637;
  color: #FFFFFF ;
}
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
  background-image: none;
}
.btn-danger2.disabled,
.btn-danger2.disabled:hover,
.btn-danger2.disabled:focus,
.btn-danger2.disabled:active,
.btn-danger2.disabled.active,
.btn-danger2[disabled],
.btn-danger2[disabled]:hover,
.btn-danger2[disabled]:focus,
.btn-danger2[disabled]:active,
.btn-danger2.active[disabled],
fieldset[disabled] .btn-danger2,
fieldset[disabled] .btn-danger2:hover,
fieldset[disabled] .btn-danger2:focus,
fieldset[disabled] .btn-danger2:active,
fieldset[disabled] .btn-danger2.active {
  background-color: #a73225;
  border-color: #a73225;
}
.btn-link {
  color: inherit ;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #6a6c6f;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #9d9fa2;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-xs {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 7px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-xs {
  width: 20px;
  height: 20px;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 1;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
/* END BUTTONS */

/******************************** Button overrides  ********************************/
.btn-default {
    background-color: #1a80ba !important;
    border-color:  #1a80ba !important;
    color: #fff !important;
}

input + input.btn {
    margin-left: 3px;
}

/* SG: it looks like this style is not needed any more */
/*input + input.btn:not(.pull-left) {
    margin-top: -4px;
}*/
    input + input.btn.pull-left {
        margin-top: 1px;
    }

a.btn-default:hover,
.btn-hover {
    background-color: #53a0cb !important;
    color: #fff !important;
}

.modal-body .select-btn,
.modal-body a.select-btn:hover,
.Grid .btn-browse,
.Grid a.btn-browse:hover {
    background-color: #efefef !important;
    /*border-color:  #ddd !important;*/
    padding-left: 3px !important;
    padding-right: 3px !important;
    color: #1a80ba !important;
}

.modal-body a.select-btn:hover,
.Grid a.btn-browse:hover {
    background-color: #fff !important;    
}

.Grid .btn-browse {
    visibility: hidden;
}

.Grid tr.current-row .btn-browse {
    visibility: visible;
}

.navbar-toggle.btn-sm {
    padding: 5px 10px;
    margin-top: 12px;
    margin-bottom: 12px;
}

/**************************** Button overrides  ******************************/

/****************************************** H E A D E R   B C T *************************/
.fixed-small-header .small-header {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  margin-left: 181px;
  z-index: 100;
}
.fixed-small-header .content {
  padding-top: 80px;
}
.fixed-small-header.hide-sidebar .small-header {
  margin-left: 0;
}
.fixed-small-header.page-small .small-header {
  margin-left: 0;
}
.fixed-small-header.page-small .content {
  padding-top: 120px;
}
.fixed-small-header.page-small.show-sidebar .small-header {
  margin-left: 181px;
  overflow: hidden;
}

.small-header .hpanel {
  margin-bottom: 0;
}
.small-header {
  padding: 0 !important;
}
.small-header .panel-body {
  padding: 15px 25px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}

.panel-body h5,
.panel-body h4 {
  font-weight: 600;
}
.small-header .panel-body h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.small-header .panel-body small {
  color: #838589;
}

.hbreadcrumb {
  padding: 2px 0px;
  margin-top: 6px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  font-size: 11px;
}
.hbreadcrumb > li {
  display: inline-block;
}
.hbreadcrumb > li + li:before {
  padding: 0 5px;
  color: #34495e;
}
.hbreadcrumb > .active {
  color: #9d9fa2;
}

h2.page-title {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

#hbreadcrumb .hbreadcrumb {
    margin-top: 0px;
    padding: 0px;
}

@media all and (max-width:768px) {
    h2.page-title {
        float: none !important;
    }

    #hbreadcrumb {

        margin-bottom: 0px;
    }

    #hbreadcrumb .hbreadcrumb {
        margin-top: 5px;
    }
}

h1.bct {
    margin: 0px;
    padding: 0px;
}

/* SG:OVERRIDE */
.header-bg-fix {
    display: none;
}
.boxed .header-bg-fix {
    display: block;
    width: 100%;
    position: fixed;
    min-height: 56px;
    z-index: 1;

    background-color: #1a80ba;
}
/*END OVERRIDE*/

/*************************** Header, menu, global search, footer overrides *****************************/

#wrapper {
    margin-left: 200px;
}

.small-master #wrapper {
    margin: 0px;
    border: none;
}

.fixed-sidebar #menu {
    width: 217px;
}

.section-header {
    font-size: 110%;
    display: block;
}

h2.section-header {
    font-size: 120%;
    margin: 0;
}

#header {
    height: auto;
    min-width: 285px;
}
#header nav {
    /*height: 56px;*/
    clear: right;
}
#header nav.top-menu {
   clear: both;
}

#header nav .form-group {
    margin-bottom: 0px;
}

nav.nav-header {
   background-color: #1a80ba;
   min-height: 56px;
}

nav.nav-header a.dropdown-toggle *,
nav.nav-header a.dropdown-toggle,
nav.nav-header a.dropdown-toggle:hover,
nav.nav-header a.dropdown-toggle:visited {
    color: #FFF;
}

nav.nav-header .global-search a.btn *,
nav.nav-header .global-search a.btn,
nav.nav-header .global-search a.btn:hover,
nav.nav-header .global-search a.btn:visited,
nav.nav-header .global-search input {
    color: #1a80ba;
}

.navbar-nav > li > a:hover,
/*.navbar-nav > li > a:focus,*/
.navbar-nav .open > a,
.navbar-nav .open > a:hover/*,
.navbar-nav .open > a:focus*/ {
  background: #f7f8fa;
  border-bottom: none;
}

nav.nav-header .navbar-nav > li > a:hover,
/*nav.nav-header .navbar-nav > li > a:focus,*/
nav.nav-header .navbar-nav .open > a,
nav.nav-header .navbar-nav .open > a:hover/*,
nav.nav-header .navbar-nav .open > a:focus*/ {
  background: #8fc1dd;
}

/* boostrap override */
.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
}

nav.top-menu {
   /*border-top: 1px solid #e4e5e7;*/
   width: 100%;
}

#logo.light-version {
    background-color: transparent;
    border: none;
}

@media all and (max-width:1200px) {
    #logo.light-version {
        padding-left: 8px;
    }
}

#menu,
.mobile-navbar,
.fixed-navbar #wrapper {
    top: 119px;
}

#header .navbar-form-custom {
    height: auto;
    width: auto;
}

#header .small-logo {
    margin: 0px;
    padding: 0px;
}

#header .small-logo img {
    max-height: 62px;
    width: auto !important;
}

.content {
    padding: 20px;
}

.header-link.hide-menu {
    margin-right: 0px;
}

.small-master #header,
.fixed-navbar #header {
    z-index: 10000;
}

.fixed-sidebar #menu {
    padding-right: 0px;
}

.navbar-right .navbar-nav > li:last-child > a {
    padding-right: 20px;
}

.navbar-right .navbar-nav > li:last-child {
    margin-right: 20px;
}

.navbar-right .form-group {
    padding: 10px 10px;
}

.global-search .form-control {
    padding-right: 30px;
}

.navbar-right .global-search .form-control {
    width: 300px;
}

.no-mega-menu .mega-menu-mobile-toggle {
    display: none !important;
}

#header nav.nav-header .mobile-menu .global-search.global-search-mobile {
    display:none;
    padding: 11px;
    padding-right: 20px;
    border-bottom: none;
}

@media all and (min-width:769px) {
    .no-mega-menu .collapse.navbar-left.top-tab-menu {
        display: block;
    }
}

@media all and (max-width:768px) {
    .mobile-menu-toggle.search-mobile-button {
        display:none;
    }
    #header nav.nav-header .mobile-menu .global-search.global-search-mobile {
        display:block;
        float: right;
    }

    /*.nav-header div.navbar-right,
    .nav-header .navbar-form-custom {
        display: block;
    }*/

    /*.nav-header .navbar-right {
        float: right !important;
        margin-right: -15px;
    }*/

    /*.nav-header .mobile-menu-toggle {
        display: none;
    }

    .nav-header .navbar-right .navbar-nav {
        float: left;
        margin: 0px;
    }*/
}


@media all and (max-width:600px) {
    #header nav.nav-header .mobile-menu .global-search.global-search-mobile {
        display:none;
    }

    .nav-header div.navbar-right,
    .nav-header .navbar-form-custom {
        display: none;
    }

    .nav-header .mobile-menu-toggle {
        display: block;
    }

    /* content padding override styles */
    .content {
        padding: 5px 5px;
    }

    .content div.row.page-content,
    .content div.row.messages-panel {
        margin-left: -5px;
        margin-right: -5px;
    }

    .content div.row.page-content > [class^=col-],
    .content div.row.messages-panel > .msg-panels-container > [class^=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .hpanel {
        margin-bottom: 5px;
    }
    /* end content padding override styles */

}

.global-search .form-group {
    position: relative;
}

.global-search .form-group .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #9d9fa2;
}

.global-search-mobile {
    padding: 20px;
    border-bottom: 1px solid #e4e5e7;
}

.global-search-mobile-narrow {
    padding: 20px;
    border-top: 1px solid #e4e5e7;
    clear: both;
}

.global-search-mobile-narrow .form-group {
    margin-bottom: 0px;
}

.global-search-mobile-narrow  .form-group .btn,
.global-search-mobile .form-group .btn {
    top: 0px;
    right: 0px;
}

.global-search-mobile-narrow {
    display: none;
}


#header .small-logo {
    padding: 17px;
}

.hpanel .panel-body {
    padding: 15px;
}

.deleteNote
{
  font-weight: bold;
  color: Purple;
}

@media all and (max-width:600px) {
    .global-search-mobile-narrow {
        display: block;
    }

    .search-mobile-button {
        display: none;
    }

    .footer .user-data,
    .footer .copyright-data {
        display: block;
        float: none !important;
        width: auto !important;
    }

    .footer .copyright-data {
        margin-top: 1em;
        text-align: center;
    }
}

@media all and (max-width:768px) {
    .footer .copyright-data {
        display: none;
    }

    .no-mega-menu .navbar-left.top-tab-menu {
        display: none;
    }

    #logo {
        display: block !important;
    }

    .search-mobile-button,
    .help-mobile-button,
    .mega-menu-mobile-toggle {
        padding: 8px 5px 3px !important;
        font-size: 25px;
        line-height: 25px;
        color: #FFF;
    }
}

/*************************** END Header, menu, global search, footer overrides *****************************/

/*************************** Print styles ******************************************************************/

@media print {
    .header-bg-fix,
    #header,
    .normalheader.small-header.page-title-bct,
    TH.sortNote,
    TD.sortNote,
    TH.actions,
    TD.actions {
        display: none !important;
    }

    #wrapper {
        top: 0px !important;
    }

    .content {
        padding: 0px !important;
    }

    .hpanel .panel-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    a[href]:after {
        content: none !important;
    }

    .boxed #wrapper {
        border: none !important;
    }

    .content div.row.page-content:not(.filterPanel) .hpanel .panel-body {
        border: none !important;
        margin-bottom: 0px !important;
    }

    .footer {
        position: static !important;
        margin-top: -10px !important;
    }
}

/*************************** END Print styles ***************************************/

/********************************* Obsolete styles **********************************/

/*.header
{
   font-size:large;
   color:Navy;
   font-family: Arial; 
   color: #1a80ba;
   font-weight: bold;
   font-size : 10pt;
}

.title
{
   margin-left : 5px;
   color: #1a80ba;
   font-weight: bold;
   font-size : 12pt;
}*/

/*.popupTitle
{

   color: #1a80ba;
   font-weight: bold;
   font-size : 10pt;
}*/

/* this style is for section headings */

/*.bctContainer
{
   text-align: left;
   padding-left: 10px;    
}*/

/*.border
{
    border-right: solid 1px #999;
}*/