@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

Body{
	color: #0d2142;
	FONT-SIZE:16px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;	
	line-height: 1.5;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	
}
.footer {
  background: #0d2142;
  text-align: center;
  padding: 10px;
	color: #FFF;
}

.bg{
	background:  url("../images/LoginBg.jpg") no-repeat fixed;
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	position: relative;
}
.flex_center {
	width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;  
	align-content: center;    
	min-height: 100%;
}
.logindiv{
	max-width: 450px;
	width: 92%;
	
	background: rgba(255, 255, 255, 0.4);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	border-radius: 10px;
	margin: 10px 0;
}


/* Text Box Style*/	
.username{
	background-image: url("../images/username.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: auto;
}
.password{
	background-image: url("../images/password.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: auto;
}
.LoginTextBox{
	font-family: "Open Sans", sans-serif;
	font-size:16px;	
	color:#000;
	padding:10px 10px 10px 40px ;
	min-height: 40px;
	background-color: #f0f1f3;
	border:1px solid #c2c2c2;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 20px;
	box-sizing: border-box;
	outline: none;
}

.LoginTextBox:focus{	
	background-color: #fff;
	border:1px solid #bbb;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
::selection {color:#FFF;background:#000;}
::-moz-selection {color:#FFF;background:#000;}
::-o-selection {color:#FFF;background:#000;}
::-ms-selection {color:#FFF;background:#000;}
::-webkit-selection {color:#FFF;background:#000;}


.video-container {    
    width: 100%;		
    
}
.video-container video {
  width: 100%;
  height: 100%;	
  position: absolute;
  object-fit: cover;
  z-index: 100;	
	opacity: 0.2;
}
	video {
   filter: brightness(80%);
		filter: sepia(1) hue-rotate(180deg);
}
.Shadow{
 -moz-box-shadow: 0px 0px 10px 0px #aaa;
 -webkit-box-shadow: 0px 0px 10px 0px #aaa;
 box-shadow: 0px 0px 10px 0px #aaa;}
 
 .li {
    list-style:url("../images/drop.png");
    position: relative;    /* It's needed for setting position to absolute in the next rule. */	 
}

.li::before {   
    position: absolute;
       left: 0;       /* Adjust this value so that it appears where you want. */
         top: 0;       /* Adjust this value so that it appears where you want. */
    font-size: 0.8em;      /* Adjust this value so that it appears what size you want. */
}	
 
.FontColor1 {color: #0C2142;}
.FontColor2 {color:#043b80;}
.FontColor3 {color:#FFFFFF;}
.FontColor4 {color:#000;}
.FontColor5 {color:#D40003;}

.FontStyle1{font-family: "Libre Bodoni", serif;}

.BgColor1 {background-color:#fff;}


.TableAltHeader1 {background-color:#3c4e6a; color:#fff;}
.AltColor11 {background-color:#e4eaee;}
.AltColor12 {background-color:#f1f1f1;}

.TableAltHeader2 {background-color:#0d2142; color:#fff;}
.AltColor21 {background-color:#eee;}
.AltColor22 {background-color:#;}

/* Font Sizes */
.SmallerText {FONT-SIZE:13px;}
.MediumText {FONT-SIZE:14px;}
.NormalText {FONT-SIZE: 18px;}
.NormalTextBig {FONT-SIZE:20px;}
.Heading {FONT-SIZE:30px;}
.BiggerText {FONT-SIZE:42px;}

h3 {FONT-SIZE:22px; font-weight: normal; margin: 0;}
h2 {FONT-SIZE:32px; font-weight: normal; margin: 0;}
h1 {FONT-SIZE:42px; font-weight: normal; margin: 0;}

.LargeText {FONT-SIZE:52px; }
.ExtraLargeText {FONT-SIZE:60px; }

.SmallerLink{FONT-SIZE:13px; text-decoration: none}
a.SmallerLink:hover {text-decoration:underline;}
	
.JustLinks {TEXT-DECORATION:none ;}
a.JustLinks:hover{TEXT-DECORATION: underline; }


.bottomLinks {
  background-image: linear-gradient(
    to right,
    #c8f178,
    #a3d247 50%,
    #fff 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;

}

a.bottomLinks:before{
  content: '';
  background: #a3d247;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

a.bottomLinks:hover {
 background-position: 0;
}

a.bottomLinks:hover::before{
  width: 100%;
}


.textdeconone{text-decoration:none;}

.AllCaps{text-transform:uppercase;}

.PositionABT{position: absolute}

.PositionREL{position: relative}

.PositionFIX{position: fixed}

/* Button Styles */
.Button{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	padding:7px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;	
	display:inline-block;
}
.ButtonSmall{
	font-family: 'Roboto', sans-serif;
	font-size:12px;		
	padding:4px 8px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;	
}
.ButtonMedium{
	font-family: 'Roboto', sans-serif;
	font-size:14px;	
	padding:5px 15px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;	
}
.ButtonBig{
	font-family: 'Roboto', sans-serif;
	font-size:24px;	
	padding:12px 20px;
	cursor:pointer;	
	text-decoration:none;	
	outline:none;	
}
.ButtonColor1{
	color:#fff;	
	background-color: #0d264e;				
	border:1px solid #0d264e;
	transition:0.3s ease;	
}

.ButtonColor1:hover{
	color:#fff;	
	background-color: #053075;					
	border:1px solid #000;
	transition: 0.3s ease;
}
.ButtonColor2{
	color:#000;	
	background-color: #ddd;					
	border:1px solid #bbb;
}
.ButtonColor2:hover{
	color:#fff;	
	background-color: #222;				
	border:1px solid #bbb;
	transition:0.3s ease;	
}
.Button, ButtonMedium, ButtonSmall, ButtonBig:active{
	top:1px;
	position:relative;
}

* {box-sizing:border-box;}
/* All Border Styles */
.Border1 {border-width:1px; border-style:solid;}
.Border2 {border-width: 2px;  border-style:solid}
.Border3 {border-width: 3px;  border-style:solid}
.Border5 {border-width: 5px;  border-style:solid}
.Bordernone {border: none !important}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom1{border-bottom: 1px solid;}
.BorderBottom2{border-bottom: 2px solid;}
.BorderBottom6{border-bottom:6px solid;}
.BorderBottom10{border-bottom:10px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop1{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderLeft1{border-left:1px solid;}
.BorderLeft3{border-left:3px solid;}
.BorderLeft5{border-left:5px solid;}
.BorderRight1{border-right:1px solid;}
.BorderRight2{border-right:2px solid;}

.BorderColor1{border-color: #9eabc0;}

/* Border Rounded Corners */
.BorderRounded15{border-radius:15px;}
.BorderRounded10{border-radius:10px;}
.BorderRounded30{border-radius:30px;}
.BorderRounded5{border-radius:5px;}
.BorderRounded100{border-radius:50%;}

/* Table Style */		
.TableStyle {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;    
	background-color: #fff;
	 
}
.TableStyle th {
	color:#052a68; 
	text-align: left;
    padding:5px;
	background-color: #f5f5f5;
	font-weight: bold;
}
.TableStyle td {
    border-bottom: 1px solid #bbb;    
    padding:8px;
	
}
.TableStyle tr:hover {
        background-color: #eaecee;
    }

/* Text Box Style*/	



.TextBox{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;	
	padding:5px 2px 5px 5px;
	min-height: 24px;
	border:1px solid #999;	
	box-sizing: border-box;
	background: #fff;
	outline: none;
}
.TextBox:focus{	
	borde:1px solid #0C2142;	
	box-sizing: border-box;
	outline: none;
}


.TextBoxBig{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	padding:13px 10px;
	background: #f5f5f5;
	border:1px solid #acb8c3;	
	box-sizing: border-box;
	outline: none;
}
.TextBoxBig:focus{	
	background: #fff;
	border:1px solid #0f1b37;	
	box-sizing: border-box;
	outline: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
::placeholder{
	font-size:16px;	
	font-family: 'Roboto', sans-serif;
	opacity:0.4;
	color:#000;	
	}
:-ms-input-placeholder{
	font-size:16px;		
	font-family: 'Roboto', sans-serif;
	opacity:0.4;
	color:#000;
}

.TextBoxBig::-webkit-input-placeholder,
.TextBoxBig::placeholder{
  color: #000;
  opacity:0.5;
  font-style:normal;
	text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.TextBoxBig::-moz-placeholder{
  color: #000;
  opacity:0.5;
text-transform: uppercase;
  font-style:normal;
  font-family: 'Roboto', sans-serif;
}

	.imgzoom { 
            overflow: hidden; 
            margin: 0 auto; 
        } 
      
.imgzoom img { 
            width: 100%; 
            transition: 0.5s all ease-in-out; 
        } 
      
.imgzoom:hover img {             
	-ms-transform: scale(1.15);	
	-webkit-transform: scale(1.15);	
	-moz-transform: scale(1.15); 
	transform: scale(1.15);
        }

.underline{		
	text-decoration: underline #9eabc0 solid; 
	text-decoration-thickness:3px; 
	text-underline-offset:14px;
	
	}

.paddingtop{
	padding-top: 75px;
}
.folders{
	color: #222;
	background: #f1f1f1;
	padding: 9px 15px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	outline: 0;
	display: block;
}
.folders:hover{
	background: #d6dae1;
	transition: 0.3s ease;
}

i {
  border: solid black;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding:4px;
	margin-bottom: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.dropbtn {
  outline: none;
	
}
.dropbtn:after {
        content: "\25BC";
        top: 0px;
        left: 5px;
	line-height: .2;
        position: relative;
	 font-size: 10px;
    }
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
	font-size: 13px;
  box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.2);
  z-index: 1;
	right: 0;
	border: 1px solid #ddd;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
	border-bottom: 1px solid #ddd;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  font-size: 20px;
	text-transform:uppercase;
		padding: 10px
}

.breadcrumb a {
  text-decoration: none;
  color: #194286;
  margin-right: 8px;
  position: relative;
  padding-right: 15px;
}

		.breadcrumb a:hover {
  text-decoration: none;
			color: #0C2142;
}

.breadcrumb a::after {
  content: "\203A";
  position: absolute;
  right: 0;
	top: -8px;
  color: #0C2142;
	font-size: 28px;
}

.breadcrumb span {
  color: #0C2142;
  margin-right: 8px;
	font-weight: bold;
}


.breadcrumbsmall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  font-size: 14px;
	padding-bottom: 5px;
	padding-top: 15px;
	text-decoration:underline;

}

.breadcrumbsmall a {
  text-decoration: none;
  color: #16428a;
  margin-right: 8px;
  position: relative;
  padding-right: 12px;
}

		.breadcrumbsmall a:hover {
  text-decoration: none;
			color: #0C2142;
}

.breadcrumbsmall a::after {
  content: "\203A";
  position: absolute;
  right: 0;
  color: #0C2142;
	font-size: 14px;
}

.breadcrumbsmall span {
  color: #0C2142;
  /*margin-right: 8px;*/
	font-weight: bold;
}

.minheight{
	min-height:  80vh
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 92%; /* Could be more or less, depending on screen size */
	max-width: 1124px;
}
.modal-contentsmall {
    background-color: #fff;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    width: 92%; /* Could be more or less, depending on screen size */
	max-width: 600px;
}
/* The Close Button (x) */
.close {
    position: absolute;
    right: 15px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
/*checkbox style*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}
.styled-checkbox:hover + label:before {
  background: #0d2142;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #0d2142;
}
.styled-checkbox:disabled + label {
  color: #0d2142;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #0d2142;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.undo {
  position: fixed;
  bottom: 30px;
  left: 20px;
  background-color: #333;
  color: #fff;
	font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}


@media screen and (max-width:1349px) {
	Body {FONT-SIZE:16px;}
.MediumText {FONT-SIZE:14px;}
.NormalText {FONT-SIZE: 17px;}
.NormalTextBig {FONT-SIZE:20px;}
.Heading {FONT-SIZE:28px;}
.BiggerText {FONT-SIZE:32px;}
.LargeText {FONT-SIZE:45px; }
.ExtraLargeText {FONT-SIZE:50px; }
	
}

@media screen and (max-width:1023px) {
	Body {FONT-SIZE:15px;}
.MediumText {FONT-SIZE:14px;}
.NormalText {FONT-SIZE: 16px;}
.NormalTextBig {FONT-SIZE:18px;}
.Heading {FONT-SIZE:24px;}
.BiggerText {FONT-SIZE:30px;}
.LargeText {FONT-SIZE:40px; }
.ExtraLargeText {FONT-SIZE:42px; }
.paddingtop{
	padding-top: 62px;
}
}
@media screen and (max-width:767px) {
Body {FONT-SIZE:15px;}
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 16px;}
.NormalTextBig {FONT-SIZE:17px;}
.Heading {FONT-SIZE:24px;}
.BiggerText {FONT-SIZE:30px;}
	
.LargeText {FONT-SIZE:36px; }
.ExtraLargeText {FONT-SIZE:38px; }

	
}
@media screen and (max-width:639px) {
	Body {FONT-SIZE:14px;}
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 15px;}
.NormalTextBig {FONT-SIZE:17px;}
.Heading {FONT-SIZE:20px;}
.BiggerText {FONT-SIZE:22px;}
	
.LargeText {FONT-SIZE:34px; }
.ExtraLargeText {FONT-SIZE:36px; }
	.paddingtop{
	padding-top: 55px;
}
}

@media screen and (max-width:479px) {	
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 15px;}
.NormalTextBig {FONT-SIZE:16px;}
.Heading {FONT-SIZE:20px;}
.BiggerText {FONT-SIZE:22px;}	
.LargeText {FONT-SIZE:28px;}
.SmallerLink {FONT-SIZE:11px;}
.ExtraLargeText {FONT-SIZE:30px; }

.Button{	
	font-size:14px;	
	padding:5px 12px;	
}
.ButtonSmall{	
	font-size:11px;		
	padding:2px 8px;	
}
.ButtonMedium{	
	font-size:13px;	
	padding:4px 10px;	
}
.ButtonBig{	
	font-size:16px;	
	padding:6px 15px;	
}
.paddingtop{
	padding-top: 50px;
}
	.breadcrumb {
  font-size: 16px;
		padding: 10px
}
	.breadcrumb a::after {
	font-size: 16px;
}
	
}


