* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
    margin: 0;
    background: #fff;
}


.rightNav {
	float: right;
}
.rightNav li {
	display: inline-block;
	padding: 0px 0px;
}
.rightNav li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.login_btn {
	border: 1px solid #fff;
	border-radius: 20px;
}
.login_btn:hover {
	border: 1px solid #fff!important;
    border-radius: 20px!important;
    background: #fff!important;
    color: #0071bb!important;
}

.card .card-body {
	/*margin: 0;
	padding: 0;*/
	text-align: justify;
}

/* Training modal - popup bug fix */
.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

/* News */
.g_t_post {
	cursor: pointer;
	
	margin-bottom: 30px;
}

/* FILE PAGE */
/* File view */
.file_view .file_img {
	max-width: 100%;
	width: auto;
	height: auto;

	border-radius: 5px;
	border: 1px solid #e2e2e2;
}
.file_view p {
	text-align: justify;
}
.file_view .rar_zip {
	margin-top: 20px;
	margin-bottom: 30px;

	/*width: 100%;
	height: auto;*/

	text-align: center;
}

.file_stats img {
	width: 100%;
	height: auto;
}
.file_stats h1 {
	font-size: 2.5em;
}

/* File action */
.f_action {

}
.f_action li {
	display: block;
	padding: 10px;
}
.f_action li a {
	width: 100%;
}

/* */
#dropBG {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#uploadFile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 10px double #999;
    margin: 10px;
    border-style: dashed;
    background: rgba(255, 255, 255, 0.92);
    padding: 10px;

    z-index: 9999;
}

#uploadText {
	margin-top: 100px;

	z-index: 99;
}
#uploadText h1 {
	text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;

    color: #999;
}
#uploadText h2 {
	text-transform: uppercase;
    font-size: 25px;
    margin-top: 30px;
    font-weight: normal;
    font-style: italic;

    color: #999;
}
.uplodFile {
	text-align: center;
}

#upload_status_ {
	margin-top: 50px;
}
#upload_status {
	border: 1px solid #999;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

.pImgAvatar {
	background: #e2e2e2;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px #e2e2e2;
}

/* Profile information */
.iProfile {
	text-align: center;
}
.iProfile img {
	background: #e2e2e2;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px #e2e2e2;
}

/* # My files # */
.img_icon_myfiles {
	text-align: center;
}
.img_icon_myfiles img {
	width: 100px;
	height: auto;
}

.file_view {
	text-align: center;
	margin: auto;
}
.pImage {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pImage img {
	-webkit-user-select: none;
    margin: auto;
}

/* FOOTER */
footer {
	margin-top: 100px;
}

.lFiles {
	-moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
}
@media only screen and (max-width: 700px) {
	.lFiles {
		-moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	    column-gap: 10px;
	}
}
@media only screen and (max-width: 600px) {
	.lFiles {
		-moz-column-count: 1;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 10px;
	    column-count: 1;
	    column-gap: 10px;
	}
}
.lFiles li {
	display: inline-block;
	box-shadow: 0px 2px 6px 0px #888;
	border-radius: 5px;
	
	margin-bottom: 10px;
	cursor: pointer;
}

.lFiles img { 
    width: 100%;
	padding: 1px;
	border-radius: 5px;
}

.fsLogo {
	font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    border-style: dashed;
    border-width: 2px;
    border-color: #0071bb;
    padding: 5px 10px;
    color: #0071bb;
}
.fsLogo:hover {
	
}

/* fix */
.vjs-control-bar {
	background: #17a2b8!important;
    position: absolute!important;
    bottom: 0!important;
}
.vjs-play-progress {
	background: #17a2b8!important;
}
.video-js .vjs-tech {
	width: 100%!important;
	height: 100%!important;
}