@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
 body {
	font-family: 'Poppins', sans-serif;
	background: #fafafa;
}
/* p { */
/*     font-family: 'Poppins', sans-serif; */
/*     font-size: 13px; */
/*     font-weight: 300; */
/*     line-height: 1.7em; */
/*     color: #999; */
/* } */
.infoCard
{
  cursor:pointer;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#pgmeritListTable a,#meritListTable a
{
 color:blue;
 text-decoration:underline;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.hoverCls :hover
{
  color:blue;
  text-decoration:underline;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #3a79ad;
    margin-top:10px;
    color: #fff;
    transition: all 0.3s;
/*     position:fixed; */
/*     left:-250px */
}

#sidebar.active {
/*     margin-left: -250px; */
		left:0px;
	
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #3a79ad;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    margin-right:5px;
    cursor:pointer;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
    border:1px #3a79ad;
    margin-right:5px;
}

/* #sidebar ul li.active>a,
a[aria-expanded="true"] {
     color: #fff; 
} */

 #sidebar ul li a.active { 
     color: #000000; 
     background: #fff; 
     border:1px #3a79ad; 
     margin-right:5px; 
 } 

li.active {
    color: #7386D5;
	background: #fff;
    border:2px #3a79ad;
    margin-right:5px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
}
.nav-link
{
color:#fff;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
    	position: fixed;
/*         margin-left: -250px; */
		left:-250px;
		z-index: 1500;
    }
    #sidebar.active {
/*         margin-left: 0; */
		left: 0px;
    }
    .forXsz
	 {
	   display:none;
	 }
	 #noteDiv
    {
     font-size:5px;
    }
    
   
}
@media (min-width: 768px) {
#visionMission
{
	margin-top:30px;
}
 .setCustomerCls {
    font-size:13px;
    margin-left:5px;
    }
   #sidebarCollapse
  {
  display:none;
  }
   #btnCloseNav
  {
  display:none;
  }
  #noteDiv
    {
     font-size:9.5px;
    }
}
@media only screen and (max-width: 600px) {
 .setCustomerCls {
    font-size:13px;
    margin-left:5px;
    }
}
.AppFormTableWithOutBorder {
	width: 100%;
	padding: 0 3px;
	font-size: 11px;
	letter-spacing: 0.04em;
	font-weight: bold;
	border: 0px solid #c8c8c8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000000;
	border-collapse: collapse;
	border-width: 0;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
	margin-top: 33px;
}

.panel-head {
	 margin: 0px; 
	padding: 10px 15px;
	display: block;
	border-bottom: 0;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	background-color:   #124c84;
	color: #ffffff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 0px 0px 3px #9a9a9a;
}

#importantMessage {
	margin-top: 12px;
}
.talkbubble {
	position: relative;
}
.talkbubble:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 12px solid #F6223F;
	border-bottom: 10px solid transparent;
}
.green-box-area {
	background-color: #fbfbfb;
	margin-bottom: 0px;
	box-shadow: 0px 3px 3px #c7c7c7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	padding: 10px;
	padding: 14px;
	width: 100%;
	border-bottom: 0;
}

#VcMessageDiv p {
	padding: 2px 2px 5px;
	margin: 0;
	font-size: 12px;
	font-family: Verdana;
}

#visionMission p {
	padding: 2px 2px 5px;
	margin: 0;
	font-size: 12px;
	font-family: Verdana;
}

.downloadLinkClr {
	color: #A52A2A;
	line-height: 18px;
	padding: 5px 5px;
	margin: 0;
	font-size: 13px;
	text-decoration: underline;
}
.newLinkClr
{
	color: #000;
	line-height: 18px;
	padding: 5px 5px;
	margin: 0;
	font-size: 14px;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(33, 35, 36, 0);
}
.btn-info {
	color: #fff;
	background-color: #3a79ad;
	border-color: #3a79ad;
}
.stricky_footer {
	height: 68px;
	background: #fff;
	box-shadow: 0px -1px 4px #999;
	bottom: 0px;
	left: 0;
	right: 0;
	border-bottom: 6px solid #085595;;
}
.garage-title {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.trust_heading {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
 .headingMainText
 {
  font-size:12px;
 }
 .col-lg
{
padding:0px;
}
.clsMargin
 {
   margin-top:25px;
 }
 .faFont
 {
  font-size:14px;
 }
 .smallScreen
 {
 	height: fit-content;
 }
}
@media (max-width: 300px) {
 .headingMainText
 {
  font-size:11px;
 }
 .headingText
 {
  font-size:8px;
 }
}
@media (max-width: 395px) {
 .headingText
 {
  font-size:8px;
 }
}
@media(min-width:576px)
{
  .headingMainText
 {
  font-size:20px;
 }
 .col-lg
 {
  padding-left:15px;
  padding-right:15px;
 }
 .clsMargin
 {
   margin-top:12px;
 }
 .smallScreen
 {
 	height: fit-content;
 }
 
}
/* th {
	background-color: #124c84;
	color: rgba(255,255,255,0.95) !important;
} */
#container1{
    height: 100%;
    width: 100%;
    border: 1px solid green;
    overflow: hidden;
}

#container2{
    width: 100%;
    height: 99%;
    border: 1px solid blue;
    overflow: auto;
    padding-right: 15px;
}
.infoCard
{
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 10px;
	padding: 5px;
	margin:5px;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}
.dataCard {
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
	
}
.infoCard:hover
{
	box-shadow:0 4px 8px 0 rgba(2, 0, 0, 0.85);
}
.dataCard1 {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 1.50rem;
	padding: 15px;
	cursor:pointer;
	background-color:white;
}
#page-container {
  position: relative;
  min-height: 100vh;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: black;
}
.clsHead
{
	background-color: #e5efffc2;
	border: 1px solid #969699;
}
.modal-dialog{
	max-width:60%
}

