*{
	outline: none;
}
body {
    color: #5e6566;
    font-family: roboto, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.home-nav {
    list-style-type: none;
}
.menu-item {
    display: inline;
}
.drive {
    position: absolute;
    top: 4%;
    font-size: 20px;
    margin-left: 5px;
}
.app-menu {
    float: right;
    padding: 10px;
    margin: 0;
    background-color: #ebecec;
    border-radius: 50%;
    margin-right: 30px;
}
.app-head {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.sub-menu {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.shared {
    font-size: 16px;
    font-weight: 700;
    margin-left: 30px;
}
.download-all {
    float: right;
    margin-right: 40px;
}
.sort {
    float: right;
    margin-right: 20px;
}
.files {
    margin-left: 20px;
}
.files-sort {
    margin: 10px 5%;
    flex-direction: row;
    justify-content: space-between;
}
.file-cont {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.filelist {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.file-item {
    display: inline-block;
    min-width: 227px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    margin-inline: 2%;
    margin-bottom: 3%;
    cursor: pointer;
}
.file-image {
    border-bottom: 1px solid #ddd;
}
.file-description {
    padding: 10px;
}
.icon-d {
    margin-right: 8px;
}
.mbox {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.abox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.boxc {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}
.x {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
.x:hover,
.x:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.formitself {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	margin-top: 15px;
}
.formitself:focus {
    border: 1px solid #007bff;
}
.formitself:hover{
	/*border: none;*/
}
.errorborder, .errorborder:focus{
	border: 1px solid #dc3545;
}
button:disabled,
button[disabled], button[disabled]:hover, button:disabled:hover {
  border: 1px solid #005da6ab;
  background-color: #005da6ab;
  cursor: not-allowed;
}

.kmsi {
    margin-top: 20px;
}
.submit {
    margin-top: 15px;
    color: #fff;
    width: 120px;
    height: 32px;
    background: #005da6;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 1px;
    font-size: 15px;
}
.submit:hover, .submit:focus {

    background: #005da6;

}
.caya {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.error {
    color: red;
    margin-bottom: -10px;
    display: none;
}
@media only screen and (max-width: 450px) {
    .boxc {
        width: 85%;
    }
    .download-all {
        float: right;
        margin: 0;
    }
}
.preloader {
    display: none;
    width: 100%;
}
.preloader img {
    width: 100%;
}
.lcont {
    display: block;
}


a {
    cursor: pointer;
    color: #0056b3 !important;
    /*text-transform: uppercase;*/
    text-decoration: none;    
}


/*a {
    color: #0056b3 !important;
    text-decoration: underline;
}*/