body {
	background:#FFF;
	margin:0 !important;
	padding: 0px !important;
  font-family: 'Lato', sans-serif;

    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

a, button{ transition: all ease 0.5s;  }

body, html {
	height:100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

ul li{
    list-style: none;
}

:focus{  outline: none; }

img {
    border: none;
    width: 100%;

}

a {
	transition: all ease 0.5s;
	text-decoration:none !important;
}

a:hover { text-decoration:none; }

a, a:link, a:visited, input { outline: none; }

.clear {
    height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.btn:focus {
    outline: 0;
    box-shadow: inherit;
}

header, footer, section, .wraper{ float:left; width:100%; }

.Dflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header {
    padding: 15px;
    box-shadow: 2px 2px 3px #ccc;
}

.logo {
    width: 175px;
}

.logout-menu li {
    padding: 0 15px;
}

.logout-menu li {
    border-right: 1px solid #ccc;
}

.logout-menu li:last-child {
    border-right: 0;
}

.lab-details {
    margin-right: 10px;
    font-weight: 600;
}

.mobile-menu span {
    height: 3px;
    display: block;
    background: #000;
    margin-bottom: 5px;
}

.mobile-menu {
    width: 25px;
    display: none;
    cursor: pointer;
		margin: 5px 0 0;
}

.mobile-menu span:first-child {  width: 100%; transition: width ease .5s;}

.mobile-menu span:nth-child(2) {  width: 75%; transition: width ease .5s;}

.mobile-menu span:last-child {    width: 50%; transition: width ease .5s;}

.mobile-menu.clicked span{  background-color: #04b4d4; width: 100%; }

.red {
    color: #f00;
}

.main_container {
    width: 100%;
    height: 100vh;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 82px);
}


.sidebar {
    width: 250px;
    height: 100%;
    transition: all ease 0.5s;
}

.drp_side {
    background: #585858;
    height: 100%;
}

.drp_side ul li a{
    width: 100%;
    display: block;
    padding: 10px 30px;
}

.drp_side ul li a {
    color: #fff;
}

.drp_side ul li a.active {
    background: #484848;
}

.drp_side ul {
    padding-top: 20px;
}

.content_sec {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    padding: 30px;
    background: #f9f9f9;
}

.sidebanner {
    width: 400px;
    margin: auto;
}

.login-box {
    align-items: center;
}

.Logon {
    padding: 60px 0;
}

.login {
    width: 100%;
    box-shadow: 0px 1px 5px #ccc;
    border-radius: 5px;
    padding: 15px;
}

.login-head {
    margin: auto;
    width: 150px;
}

.logo-log {
    border-bottom: 1px solid #004c70;
    padding: 10px 0;
}

.login-details {
    margin: 20px 0;
}

.login-btn {
    width: 100%;
    background: #004c70;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
}

.login-btn:hover {
    color: #fff;
}

.frgt-pass {
    font-size: 12px;
    margin: 10px 0;
    float: right;
}

.online-training {
    background: #f00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
}

.bttns {
    justify-content: flex-start;
}

.videos {
    background: #355adf;
}

.v-videos {
    background: #0db62a;
}

.online-training:hover{
    color: #fff;
}

.addschool {
    background: #0db62a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    float: right;
    font-size: 15px;
}

.content-table {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}

.addschool:hover,.form-btns:hover{
    color: #fff;
}

.form-btns{
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
}

.cancel{
    background: #bcbcbc;
}

.Submit {
    background: #107b13;
}

.p-images > div {
    position: relative;
    margin: auto;
    display: table;
}

.rectangle {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.p-image {
    bottom: 0;
    left: 0;
    width: 200px;
    display: block;
    color: #ffffff;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: #00000070;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.edit-icn.upload-button {
    cursor: pointer;
}

.p-images {
    padding: 20px 0;
}

.edit-icn.upload-button > i {
    margin: 0 10px 0 0;
}

.f-uppercase {
    text-transform: uppercase;
}

.f-small {
    font-size: 12px;
}

.file-upload {
    display: none;
}

.profile-details ul li {
    color: #fff;
    padding: 5px 25px;
    display: flex;
}
.profile-details ul li label {
    width: 80px;
}

.profile-details ul li:last-child {
    display: block;
}

.profile-details ul li:last-child label{
   width: 100%;
}

.video-thumb {
    width: 100px;
    margin: 10px auto;
}

.video-desp h5 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.individual-video {
    width: calc(100% / 4);
    margin: 10px;
    cursor: pointer;
}

.video-btns {
    margin: 10px auto;
    display: table;
    width: 75px;
    text-align: center;
}

.video-display {
    justify-content: flex-start;
}

.form-control{height: 34px!important;}

#videCont {
    position: relative!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    height: 0 !important;
    max-width: 720px!important;
}

.loader {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#videoclip {
    height: 100vh;
}
/* MEDIA QUERY START*/

@media screen and (max-width: 991px) {
    
.sidebanner {
    width: 250px;
}

.Logon {
    padding: 90px 0 0
   
}   
}



@media screen and (max-width: 767px) {
    
.mobile-menu{
    display: block;
    margin-left: 15px;
}
    
.sidebar {
    width: 250px;
    height: 100vh;
    display: block;
    overflow: auto;
    position: absolute;
    left: -250px;
    bottom: 0;
    transition: all ease 0.5s;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    z-index: 99;
}
    
.sidebar.mobs-dash {
    left: 0;
}
       
.logo {
    width: 125px;
}

.content_sec {
    height: 100vh;
    padding: 10px;
}
  
.sidebanner {
    width: 200px;
    margin: 30px auto;
}    
   
.Logon {
    padding: 10px 0;
}
    
.online-training {
    margin-top: 5px;
}
    .individual-video {
        width: calc(100% / 3); 
    margin: 0;
    }
    .Mobile-hide {
    display: none;
}
}


@media screen and (max-width: 580px) {
  .individual-video {
    width: calc(100% / 2);
}  
    .header{
    display: block;
        position: relative;
}
    .mobile-menu {
    position: absolute;
    top: 15px;
    right: 15px;
}
    
    .mobile-display {
    display: block;
}
    
    .logout-menu {
    justify-content: center;
}
}