
@font-face{
  font-family:'Glyphicons Halflings';
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
}


body{
  /*background:url('images/bg.jpg');*/
  background-color: #EEEEEE;
  background-size:100% 100%;background-repeat:no-repeat;

}


.PageTitle{
  padding: 0;
}

.PageTitle h2{
  background: white;
  margin-top: 0px;
  text-align: center;
  padding: 20px 0;
}

.headerBar{background:white;padding:5px 0;}


.Formctr{
    margin-top: 5% !important;
    max-width: 790px;
    margin: auto;
    color: white;
    background: rgba(255,255,255,0.9);
    padding: 25px;
    border-radius: 7px;
    text-align: center;
    position: relative;
    /* height: 700px;*/

}

.VideoHolderCtr{
  background-color: white;
}

/* .MaxWebsiteWidth {
	
  margin:auto;
} */

.MaxWebsiteWidth {
  max-width:100%;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}

.MaxWebsiteWidth > div {  
  vertical-align: middle;  
}


.logo{
  text-align: left;
  padding: 15px;
}


.logo img{
max-width:350px; 
margin:5px 0;
}



.Content-area{
	min-height:900px;
}

.Formctr > .butoonGridCtr, .support-label li{
    color: #fffcfc;
    padding: 26px 5px;
    box-shadow: -1px 10px 14px -6px black;
    moz-box-shadow: inset 0px 16px 17px -9px #000000;
    -webkit-box-shadow: inset 0px 16px 17px -9px #000000;
    box-shadow: inset 0px 16px 17px -9px #000000;
}


.Formctr > .butoonGridCtr a{
	color: #fbfbfb !important;
	text-decoration: none !important;
    font-weight: 700;
    font-size: 43px;
}

.Formctr > .SecurityAwareness, li.SecurityAwareness{
box-shadow: -1px 10px 14px -6px black;
    moz-box-shadow: inset 0px 16px 17px -9px rgba(0,0,0,0);
    -webkit-box-shadow: inset 0px 16px 17px -9px rgba(0,0,0,0);
    box-shadow: inset 0px 16px 17px -9px rgba(0,0,0,0);
    background-color: #40b0ff;
}



.support-label li a{
  padding: 12px 5px;
    text-align: center;
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.CompanySpecific, li.CompanySpecific{
    background-color: #4da6ff;

}

.UsefulLearning, li.UsefulLearning{
    background-color: #0070c0;

}

.SelfService, li.SelfService{
    background-color: #005490;

}

.NewSupport, li.NewSupport{
    background-color: #01376c;

}

.CallTechnicalSuppport, li.CallTechnicalSuppport{
    background-color: #001040;

}


#TriggerVideoPopup .close{
	font-size: 30px;
}


/*===============Front Login Form==================*/

#SetLoginSessionForm .card{
height: 330px;
margin-top: 5%;
width: 400px;
background-color: rgba(255,255,255,0.8) !important;
}

#SetLoginSessionForm .social_icon span{
font-size: 60px;
margin-left: 10px;
color: #3B61A7;
}

#SetLoginSessionForm .social_icon span:hover{
color: white;
cursor: pointer;
}

#SetLoginSessionForm .card-header h3{
color: black;
}

#SetLoginSessionForm .social_icon{
position: absolute;
right: 20px;
top: -45px;
}

#SetLoginSessionForm .input-group-prepend span{
width: 50px;
background-color: #3B61A7;
color: white;
border:0 !important;
}

#SetLoginSessionForm input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

#SetLoginSessionForm .remember{
color: black;
}

#SetLoginSessionForm .remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

#SetLoginSessionForm .login_btn{
color: white;
background-color: #3B61A7;
width: 100px;
}

#SetLoginSessionForm .login_btn:hover{
color: #3B61A7;
background-color: white;
}

#SetLoginSessionForm .links{
color: black;
}

#SetLoginSessionForm .links a{
margin-left: 4px;
}



#FrontWebsiteMsgCtr{
  animation: cssAnimation 0s 3s forwards;
  visibility:visible;
}

@keyframes cssAnimation {
  to   { visibility: hidden; }
}

/*===============Front Login Form==================*/


.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px;
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
  display:block;
  position:relative;
  background-color: #111;
  color: #fff;
  padding: 8px;
  border-radius:3px;
    transition:all 500ms ease-in-out;
    border-radius:4px
}
.video-list-thumbs > li > a:hover{
  box-shadow:0 2px 5px rgba(0,0,0,.3);
  text-decoration:none
}
.video-list-thumbs h2{
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
  color:#fff;
  opacity:1;
  text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.video-list-thumbs .duration{
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
    transition:all 500ms ease;
}
.video-list-thumbs > li > a:hover .duration{
  background-color:#000;
}


.FronVideoTags {

  text-align: center;
}
.FronVideoTags li {
  display: inline-block;
}
.FronVideoTags li a{
  color: #0073B7 !important;
  font-weight: 600;
}


.HederSearchVideoBar{
float: right;
    width: 450px;
    margin-right: 30%;
    font-size: 32px;
    margin-top: 10px;
}

.HederSearchVideoBar input{
width: 445px;
font-size: 16px;
padding: 10px 5px;
border: none;
border: 1px solid lightgray;
border-radius: 10px;

}

.HederSearchVideoBar img{
      margin-left: -25px;
    margin-top: 10px;
    transition: transform .4s; /* Animation */
}


.HederSearchVideoBar img:hover{
  cursor: pointer;
  transform: scale(1.2);
}


.grid-body p{
  text-align: center;
}


span.ResetUserPassBtn{
 float: right;
    color: #4DA6FF;
    margin-top: 17px;
    margin-right: 30px;
    font-weight: 600;

}

span.ResetUserPassBtn:hover {
  cursor: pointer;
  text-shadow: 0px 1px 1px  lightgray;
}


@media (min-width:320px) and (max-width: 480px) { 
  .video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2{
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}




.FronVideoGridCtr{
  padding: 10px;
}

.FronVideoGrids{
  background-color: white;
  padding: 0;
  min-height: 310px;
}

.FronVideoGrids h2{
    font-size: 17px;
    text-align: left;
    color: #030303;
    font-weight: 600;
    padding: 10px 2px 0;
}


.titleSection{
  margin-top: 3px;
}

.VideoIcon{
    width: 16%;
    float: left;
}

.VideoTitleDesc{
      width: 84%;
    float: left;
}

.VideoOtherDetails{
  font-size: 13px;
    font-weight: 600;
    color: #868383;
    display: none;
}


.FrontLogoutBtn{
      float: right;
    margin-top: 15px;
    text-decoration: none;
    color: white;
    background: #00538E;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 10px;
}

.FrontLogoutBtn:hover{
  cursor: pointer;
  color: white;
}

@media only screen and (max-width: 800px) {
  .MaxWebsiteWidth{
    margin:0 !important;
    padding:0 !important;
  }

.Formctr{
    margin:0 !important;
    padding:0 !important;
  }

.Formctr > .butoonGridCtr a{
	font-size: 26px;
}

.Formctr > .butoonGridCtr{
	padding: 36px 2px;
}
.Content-area{
	min-height: auto;

}

}