/*!

 =========================================================
 * Template Hooks made by Andrea
 =========================================================
*/

html {
  height: 100%;
}

html body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

html body .content .container-fluid {
  position: absolute;
  top: 70px;
  bottom: 35px;
  right: 0;
  left: 0;
  overflow-y: auto;
	overflow-x: hidden;
	padding: 15px 15px 10px 30px;
  /* padding:0; */
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
}

a {
    color: var(--hoverColor);
}

a:hover, a:focus {
    color: var(--hoverColor);
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/*ScrollBar*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
	background-color: var(--bgColor);
}
/*End ScrollBar*/

.logo {
  height:64px;
}

.logoImg {
  max-width:240px;
  max-height:80px;
  margin-top: -10px;
}


.headerAvatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  /*margin: -8px 5px 0 5px;*/
}

.headerFlag {
  /*width: 30px;
  height: 30px;*/
  margin: -8px 5px 0 5px;
  position: relative;
  overflow: hidden;
  /*border-radius: 50%;*/

}

.headerMenuImage {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 5px auto 5px 20px;
}

.headerWelcome {
  width: 260px;
  margin: 0;
  background-color:rgba(31, 119, 208, 0.1);
  border-radius: 10px 10px 0 0;
  padding: 2px 2px 2px 20px;
}

.navbar .navbar-nav .notification {
    left: 23px;
}

.dropdown-toggle {
  cursor: pointer;
}

.keep-open{
  display: inline-block;
}

/* DropDown SubMenu */
.dropdown-submenu {
  position: relative;
}

.dropdown .dropdown-menu {
  width: 260px;
  max-width: 260px;
}

.dropdown .dropdown-menu.langList {
  width: auto;
  max-width: auto;
}

.dropdown .dropdown-menu li a,
.dropdown-submenu .dropdown-menu li a {
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  white-space: normal;
  position:relative;
  cursor: pointer;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  width: 260px;
  max-width: 260px;
  margin-top: -1px;
  white-space: normal;
}

.fixRight {
  left: -100% !important;
}

.fixBottom {
  bottom: -1px !important;
  top:auto !important;
}

.myCaret {
  top:12px;
  right: 9px;
  position:absolute;
  text-align: right;
  display:block;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
}


.cell {
  display:table-cell;
}

/* Side bar */
.sidebar[data-color="personal"]:after {
  background: #64a0dd;
  background: -moz-linear-gradient(top, #64a0dd 0%, #005293 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64a0dd), color-stop(100%, #005293));
  background: -webkit-linear-gradient(top, #64a0dd 0%, #005293 100%);
  background: -o-linear-gradient(top, #64a0dd 0%, #005293 100%);
  background: -ms-linear-gradient(top, #64a0dd 0%, #005293 100%);
  background: linear-gradient(to bottom, #64a0dd 0%, #005293 100%);
  background-size: 150% 150%;
}

.sidebar[data-color="personal"] .nav .open > a,
.sidebar[data-color="personal"] .nav li.dropdown .dropdown-menu li:hover > a,
.sidebar[data-color="personal"] .nav li:hover > a {
  background-color: rgba(1, 5, 38, 0.13);
  opacity: 1;
}

.sidebar[data-color="personal"] .nav li.active > a {
    color: #8cb2ce;
    opacity: 1;
    background-color: rgba(1, 5, 38, 0.30);
}

.sidebar .nav a {
  cursor: pointer;
}

/* Side bar SUB MENU */
.sidebar-sub {
  margin-top:-5px !important;
}

.sidebar-sub > li.nav-item {
  margin-top:-4px !important;
}

.sidebar-subIco {
  margin:0;
  margin-left:10px;
  font-size:22px !important;
  line-height:20px !important;
}

.minidivider {
  height:3px;
  width: 200px;
  margin-left:35px;
  background-color: rgba(255, 255, 255, 0.15);
}


.headerDivider {
  width:100%;
}

/* Card */


/*Footer*/
.footerMain {
  background-color: #000;
  margin-bottom: 0px;
  padding:0;
  height: 35px;
  z-index:10;
}

.footer .copyright {
  color: #777777;
  padding: 7px 15px;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}

.footer .copySymbol {
  font-size: 16px;
}

.footer:not(.footer-big) nav > ul a {
  padding: 0px;
  margin: 0px;
  margin-top: 6px;
  font-size: 20px;
  line-height: 18px;
}

.footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
    color: var(--hoverColor);
}

/* Data Toggle Tab and Pills*/
.hiddenTab {
  display:none;
}

.invisibleTab {
  visibility:hidden;
}

/*MASKS*/
#main-panel-mask {
  display: none;
}

.card .avatar {
  width: 40px;
  height: 40px;
}




@media (max-width: 991px) {
/* @media (max-width: $smallWindowMax) { */

  .headerWelcome,
  .headerMenuImage {
    display: none;
  }


  .multitree .dropdown-menu li {
    display: inline-block;
    width: 246px;
    max-width: 246px;
    /* margin-left: -40px; */
    white-space: normal;
    position:relative;
  }

  .multitree > li > .dropdown-menu {
    border-radius: 10px;
    margin-top: -5px;
  }


  .multitree .dropdown-submenu > ul {
    background: rgba(255, 255, 255, 0.2) !important;
    margin-left: 16px;
    width: 245px !important;
  }

  .multitree .dropdown-submenu > ul li {
    margin-left: -16px;
  }

  /*Main wrap*/
  #main-panel-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--bgColor);
    z-index: 50;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
  }

  .footer .copySymbol {
    font-size: 20px;
  }

  .container-map {
    margin: -15px -15px -10px -30px;
  }
}
