﻿@charset "utf-8";
/* CSS Document */


* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input, select, button, a, .fa {
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

input[type=text] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none
}

*:hover, *:visited, *:active, *:focus, *:link {
    outline: none !important;
}

html {
    height: 100%;
    overflow-x: hidden;
}

ul, ol {
    text-decoration: none;
    list-style: none;
}
/*select { -moz-appearance: none; -webkit-appearance: none;}*/
a {
    text-decoration: none;
    color: inherit;
}

.Width100perc
{
  width: 100%;
  float: left;
}

header
{
  height: 110px;
  position: relative;
}
header .HeaderBg
{
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.Header_Logo
{
  display: flex;
  align-items: center;
  /*width: 267px;
  height: 110px;*/
  float: left;
  z-index: 9;
  position: relative;
  background-color: #133552;
}
/*.Header_Logo img
{
  width: 40%;
  margin: 0px auto;
}*/

.MainContainer
{
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  bottom: 0px;
}
/**--- menu with content ---**/
.MenuWithContent 
{
  height: 100%;
}
.MenuWithContent .nav-tabs {
  display: none;
}
.menulogoDiv
{
  width: 40px;
  height: 45px;
  float: left;
  flex: none;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  background-color: #ffffff!important;
}
.menulogoDiv img
{
  width: 100%;
  margin: 0px auto;
}
.middleCntnrHead
{
  width: 100%;
  float: left;
  background-color: #cbedf4;
  color: #054958;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0px;
}
.SubLeftVertical_menus
{
  position: absolute;
  left: 15px;
  right: 12px;
  top: 35px;
  bottom: 0;
  margin-bottom: 0;
  overflow: auto;
}
.SubLeftVertical_menus li
{
  font-size:14px;
  color:#054958;
  cursor: pointer;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom:1px solid #054958;
  transition: 0.5s ease-out all;
}
.SubLeftVertical_menus li i
{
  margin-left: -20px;
}
.SubLeftVertical_menus li span
{
  width: 100%;
    float: left;
    margin-left: 10px;
}
.SubLeftVertical_menus li.active, .SubLeftVertical_menus li:hover{
  font-weight: 600;
}

.DocsList_Cntnr
{
  height: 100%;
}
.DocsList_Head
{
  width: 100%;
  float: left;
  padding: 5px 0px;
  text-align: center;
  color: #054958;
  font-size: 15px;
  font-weight: 600;
  background-color: #d0d0d0;
}
.DocsRequire_Sect
{
  width: 100%;
  float: left;
  background-color: #f4f4f4;
  border:1px solid #c1e4fd;
  height: calc(100% - 35px);
  position: relative;
}
.DocsRequire_Sect p
{
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: center;
  color: #054958;
  margin: 5px 0px;
}
.DocsRequire_list
{
  padding: 10px 10px;
  position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 15px;
    overflow: auto;
}
.DocsRequire_listBox
{
  width: 100%;
  float: left;
  background-color: #ebfbff;
  color: #054958;
  font-weight: 600;
  font-size: 14px;
  margin: 5px 0px;
  padding: 6px 6px;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 4px 2px #231F2014;
}
.DocsRequire_listBox:first-child
{
  margin-top: 0px;
}
.MenuWithContent .card-header
{
  width: 100%;
  float: left;
  background-color: transparent;
  border: 0px;
}
.MenuWithContent .nav-tabs .nav-link, .MenuWithContent .card-header a {
  transition: border-color 0.125s ease-in;
  width: 100%;
  float: left;
  padding: 0px ;
  margin: 0px ;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  background-color: #cbedf4;
}
.MenuWithContent .nav-tabs .nav-link .menuArrows img
{
  width: 15px;
  margin-right: 5px;
}
.MenuWithContent .nav-tabs .nav-link:hover,
.MenuWithContent .nav-tabs .nav-link.active:hover,
.MenuWithContent .card.active .card-header a
 {
  
  background-color: #ff7302;
}

.MenuWithContent .nav-tabs .nav-link.active {
  border: 0px;
  background-color: #ff7302;
}
.MenuWithContent .nav-tabs .nav-link .menuTxt
{
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #182e40;
  text-align: left;
  padding-left: 6px;
}
.MenuWithContent .card-header .menuTxt
{
  width: 100%;
  padding-left: 20px;
}
.MenuWithContent .nav-tabs .nav-link:hover .menuTxt, 
.MenuWithContent .nav-tabs .nav-link.active .menuTxt,
.MenuWithContent .nav-tabs .nav-link.active:hover .menuTxt
{
  color: #fff;
}
.MenuWithContent .nav-tabs .nav-link .whiteArrow,
.MenuWithContent .nav-tabs .nav-link:hover .greyArrow,
.MenuWithContent .nav-tabs .nav-link.active .greyArrow,
.SLVmenuCntnt_Sect,
.MenuWithContent .card .card-header a .whiteArrow,
.MenuWithContent .card.active .card-header a .greyArrow
{
  display: none;
}
.MenuWithContent .nav-tabs .nav-link:hover .whiteArrow,
.MenuWithContent .nav-tabs .nav-link.active .whiteArrow,
.SLVmenuCntnt_Sect.active,
.MenuWithContent .card .card-header a .greyArrow,
.MenuWithContent .card.active .card-header a .whiteArrow
{
  display: block;
}
.blueFilled_Btn, .blueFilled_Btn:focus, .blueFilled_Btn:hover, .blueFilled_Btn:active
{
  min-width: 100px;
  background-color: #182e40!important;
  border-radius: 50px;
  padding: 5px 5px;
  color: #fff!important;
  font-size: 12px;
  margin: 5px 0px;
}
@media (min-width: 768px) {
  .MenuCntnr
  {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #fff;
    padding: 15px 15px 15px 0px;
  }
  .MenuCntnr > .row
  {
    height: 100%;
  }
  .MenuWithContent .tab-content
  {
    width: 100%;
    background-color: #eaeaea;
  }
  .MenuWithContent .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
    border-bottom: none;
    border-right: 1px solid #ddd;
    width: 311px;
    background-color: #5a809f;
    height: calc(100% - 0px);
    overflow: auto;
    position: relative;
  }
  .MenuWithContent .nav-tabs > DIV
  {
    position: sticky;
    top: 0;
    left: 0;
    right:0;
  }
  .MenuWithContent .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  

  .MenuWithContent .card {
    border: none;
    background: transparent;
    height:100%;
  }

  .MenuWithContent .card .card-header {
    display: none;
  }

  .MenuWithContent .card .collapse {
    display: block;
    height:100%;
  }
  .MenuWithContent .card .collapse .card-body
  {
    padding: 30px 30px;
    height:100%;
  }
}

@media (max-width: 767px) {
  .MenuWithContent .collapse .card-body
  {
    padding-bottom: 0px;
  }
  .DocsRequire_Sect
  {
    height: auto;
  }
  .MenuWithContent .tab-pane {
    display: block !important;
    opacity: 1;
    width: 100%;
    float: left;
    border: 0px;
  }  
  .MenuWithContent .tab-content
  {
    width:100%;
  }
  .SubLeftVertical_menus, .DocsRequire_list
  {
    position: relative;
    top:auto;
    bottom: auto;
  }
  .MenuWithContent .card a .menuTxt
  {
    color: #182e40;
  }
  .MenuWithContent .card.active a .menuTxt
  {
    color: #fff;
  }
  .MenuWithContent .card a .menuArrows img
  { 
    transform: rotate(90deg);
        width: 18px;
        margin-right: 6px;
  }
  
  .MenuWithContent .card.tab-pane.active .collapse
  {
    opacity: 1;
    display: block;
  }
}
