﻿/* styles for menu bar */
/* Menu */
/* Mega Menu */
#menu-bar {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background: #fcfcfc;
  background: #AAC7EF;
  background: linear-gradient(top bottom, #C4D6F0 0, #AAC7EF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4D6F0', endColorstr='#AAC7EF', GradientType=0);
  height: 40px;
  box-shadow: 0px 2px 5px #888888;
  z-index: 10;
}
#menu-bar li {
  line-height: 1.2;
}
#menu-bar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#menu-bar .icon {
  font-size: 24px;
  padding: 8px 0;
}
#menu-bar #home-page-title {
  float: left;
  clear: both;
  display: inline-block;
  height: 22px;
  overflow: hidden;
  line-height: 16px;
  padding-top: 5px;
  font-size: 16px;
}
#menu-bar #welcome-msg {
  float: left;
  clear: both;
  display: inline-block;
  height: 22px;
  overflow: hidden;
  line-height: 16px;
}
#menu-bar #welcome-msg span {
  font-size: 12px;
}
#menu-bar #sg-icon-menu {
  background: #005EB8;
}
#menu-bar #sg-icon-menu .icon {
  color: white;
}
#menu-bar #sg-icon-menu:hover,
#menu-bar #sg-icon-menu:active,
#menu-bar #sg-icon-menu.sg-icon-menu-hover {
  cursor: pointer;
  background: #EFEFEF !important;
  color: black !important;
}
#menu-bar #sg-icon-menu:hover .icon,
#menu-bar #sg-icon-menu:active .icon,
#menu-bar #sg-icon-menu.sg-icon-menu-hover .icon {
  color: #666666 !important;
}
#menu-bar .menu-button {
  width: 50px;
  display: inline-block;
  float: left;
  text-align: center;
  height: 40px;
}
#menu-bar .menu-button:hover,
#menu-bar .menu-button:active {
  cursor: pointer;
  background: #EFEFEF !important;
  color: black !important;
}
#menu-bar .menu-button:hover .mega-menu,
#menu-bar .menu-button:active .mega-menu {
  left: 5px;
  position: absolute;
}
#menu-bar .menu-button:hover .mega-menu2,
#menu-bar .menu-button:active .mega-menu2 {
  left: auto;
  right: 5px;
  position: absolute;
  display: block;
}
#menu-bar .menu-button .fa-th {
  font-size: 24px;
  padding: 8px 0;
}
#menu-bar .menu-button-text {
  width: 50px;
  display: inline-block;
  float: left;
  text-align: center;
  height: 41px;
  text-align: left;
  width: 80px;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: bolder;
}
#menu-bar .menu-button-text span {
  font-weight: bold;
}
#menu-bar .right-button {
  float: right;
}
#menu-bar a,
#menu-bar a:link,
#menu-bar a:visited {
  text-decoration: none;
}
#menu-bar .home-text-color {
  color: #EFEFEF;
  color: #666666;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#menu-bar .mega-menu-list {
  width: 100%;
  list-style: none;
  float: left;
}
#menu-bar .mega-menu-list li a {
  color: #EFEFEF;
  color: #666666;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#menu-bar .mega-menu-list li a:hover {
  color: red;
  text-decoration: underline;
}
#menu-bar .menu-system {
  float: right;
  margin: 10px 5px;
  border: 1px solid silver;
  padding: 15px;
  color: #666666;
  cursor: default;
  width: 350px;
}
#menu-bar .menu-system ul {
  padding-left: 20px;
  list-style-type: square;
  margin-top: 0;
  margin-bottom: 0;
}
#menu-bar .menu-system ul li a {
  color: #EFEFEF;
  color: #666666;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
#menu-bar .menu-system ul li a:hover {
  color: red;
  text-decoration: underline;
}
#menu-bar .menu-system h3 {
  font-weight: normal;
}
#menu-bar #menu-info-container {
  float: left;
  padding-left: 10px;
  height: 38px;
  overflow: hidden;
}
#menu-bar .mega-menu {
  z-index: 151;
  position: relative;
  padding: 10px 20px;
  background: white;
  border: 1px solid silver;
  text-align: left;
  left: -9999px;
  max-width: 600px;
  box-shadow: 0 6px 10px -2px #3f4143;
}
#menu-bar .mega-menu * {
  font-size: initial;
  font-size: 16px;
}
#menu-bar .mega-menu div .mega-menu-list {
  width: 175px;
}
#menu-bar .mega-menu2 {
  z-index: 151;
  position: relative;
  padding: 10px 20px;
  background: white;
  border: 1px solid silver;
  text-align: left;
  left: -9999px;
  text-align: right;
  margin-left: 10px;
  width: 195px;
  display: none;
}
#menu-bar .mega-menu2 * {
  font-size: initial;
  font-size: 16px;
}
#menu-bar .mega-menu2 .mega-menu-list {
  float: right;
}
#menu-bar #sg-icon-config .icon {
  color: #666666;
}
#menu-bar .sg-icon-menu-hover,
#menu-bar .sg-icon-config-hover {
  cursor: pointer;
  background: #EFEFEF !important;
  color: black !important;
}
#menu-bar .sg-icon-menu-hover .icon,
#menu-bar .sg-icon-config-hover .icon {
  color: #666666;
}
#menu-bar .menu-right-container {
  position: absolute;
  right: 0;
  background-color: transparent;
}
#menu-bar .menu-profile {
  background: #005EB8;
  height: 40px;
}
#menu-bar .menu-profile-radius {
  width: 38px;
  height: 38px;
  background: red;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 1px auto;
}
#menu-bar .menu-profile-radius span.icon {
  font-size: 22px;
  line-height: 40px;
}
#menu-bar ul li ul {
  padding-left: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
#menu-bar .mega-menu-title {
  color: #666666;
  cursor: default;
}
#menu-bar .mega-menu-hover {
  left: 5px;
  position: absolute;
}
#menu-bar .mega-menu2-hover {
  left: auto;
  right: 5px;
  position: absolute;
  display: block;
}
#menu-bar .logout-breaker {
  border-top: 1px solid silver;
  padding-top: 3px;
  margin-top: 8px;
}
#menu-bar .home-breaker {
  border-bottom: 1px solid silver;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
.sgDropDownMenu ul li {
  padding: 4px 0 4px 5px;
  cursor: pointer;
}
.sgDropDownMenu ul li:hover {
  border: 1px solid silver;
  padding: 3px 0 3px 4px;
}
.sgDropDownMenu ul li span {
  display: inline-block;
}
.sgDropDownMenu ul li span:first-child {
  padding-right: 3px;
}
.sgDropDownMenu ul li.sgDropDownNewGoup {
  height: 1px;
  border-bottom: 1px solid silver;
  padding: 1px 0 0 0;
  margin-bottom: 1px;
}
.sgDropDownMenu ul li.sgDropDownNewGoup:hover {
  border: 0;
  border-bottom: 1px solid silver;
}
.widget-survey-block {
  text-align: center;
}
.widget-survey-block textarea {
  resize: none;
  height: 80px;
  margin-top: 15px;
  padding: 2px;
}
ul.widget-smiley-scale {
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin: 0 auto;
  display: inline;
  float: none;
}
ul.widget-smiley-scale li {
  display: inline-block;
}
ul.widget-smiley-scale li label {
  width: auto;
  cursor: pointer;
  margin-right: 0;
  padding: 0 5px;
  text-align: center;
}
ul.widget-smiley-scale li label input {
  clear: both;
  display: block;
  margin: 5px auto;
}
ul.widget-smiley-scale li img {
  width: 30px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#widget-survey-rating {
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
  height: 15px;
  padding: 10px 0;
  font-weight: bolder;
  font-size: 18px;
}
.widget-survey-save {
  margin: 10px 7px;
  float: right;
}
.widget-survey-thanks {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.profile-settings ul {
  list-style: none;
}
.profile-settings h1 {
  margin-bottom: 10px;
}
.profile-settings .settings-container {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.profile-settings .menu-profile {
  width: 80px;
  height: 80px;
  float: right;
  margin-left: 20px;
}
.profile-settings .menu-profile .menu-profile-radius {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}
.profile-settings .menu-profile .menu-profile-radius span {
  font-size: 44px;
  line-height: 80px;
}
.profile-settings h2 {
  text-align: right;
}
.toggle-setting {
  font-size: 24px;
  cursor: pointer;
  margin-right: 10px;
}
.toggle-setting.fa-toggle-on {
  font-size: 24px;
  cursor: pointer;
  margin-right: 10px;
  color: dodgerblue;
}
#TFA_Options {
  max-width: 500px;
  width: 100%;
}
#TFA_Options label {
  width: 100%;
  float: left;
  text-align: left;
}
#TFA_Options input[type="radio"] {
  float: left;
  margin-right: 10px;
}
#TFA_Options .fancy-dialog-buttons {
  margin-top: 15px;
}
#TFA_Options .fancy-dialog-buttons button {
  margin-left: 8px;
}
.col-md-6 p {
  padding-right: 3px;
}
@media (max-width: 1024px) {
  .home-text-color {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .widget-inner ul li a,
  .widget-inner ul li a:link,
  .widget-inner ul li a:visited,
  .widget-inner ul li a:active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .mega-menu-list li a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .menu-system ul li a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 480px) {
  .mega-menu {
    width: 90%;
  }
  .mega-menu .main-menu-container {
    width: 90%;
  }
  .menu-system {
    margin: 10px 0;
    width: 90%;
    float: left;
  }
  #menu-bar .menu-button-text {
    width: 40px;
  }
  #menu-bar .menu-button-text span:not(.icon) {
    display: none;
  }
}