
#attachment-drive-snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#attachment-drive-snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.attachment-drive-wrapper {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	background-color: #F2F2F2;
	padding: 30px;
}

.attachment-drive-file-filename-image-wrapper {
	height: 100%;
	text-align: center;
	margin: 20px auto;
}

.attachment-drive-password-input {
	width: 100%;
	height: 30px;
	max-width: 300px;
	margin: 10px 0 20px 0;
}

.attachment-drive-folder-name-input {
	width: 100%;
	height: 30px;
	max-width: 300px;
	margin: 10px 0 20px 0;
}

.attachment-drive-file-name-input {
	width: 100%;
	height: 30px;
	max-width: 300px;
	margin: 10px 0 20px 0;
}

.attachment-drive-folder-open-btn {
	display: none;
	padding: 5px;
	cursor: pointer;
}

.attachment-drive-folder-open-btn:hover{
	background-color: #cdcdcd;
}

.attachment-drive-folder-open-btn img{
	width: 30px;
	height: 30px;
}

.attachment-drive-file-upload-btn {
	display: none;
	padding: 5px;
	cursor: pointer;
}

.attachment-drive-file-upload-btn:hover{
	background-color: #cdcdcd;
}

.attachment-drive-file-upload-btn img{
	width: 30px;
	height: 30px;	
}

.remodal {
	text-align: left;
}

.attachment-drive-folder-name-input-button-wrapper {
	text-align: right;
}

.attachment-drive-file-name-input-button-wrapper {
	text-align: right;
}

.attachment-drive-search-wrapper {
	
	position: relative;
	width: 98%;
}


.attachment-drive-search-button{
	
	height: 30px;
	width: 30px;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(135,133,135,1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(135,133,135,1);
    box-shadow: 1px 1px 1px 0px rgba(135,133,135,1);
}

.attachment-drive-search-button:active{
	
	background-color: #e5e5e5;
	-webkit-box-shadow: none;
    -moz-box-shadow: non;
    box-shadow: non;
}

.attachment-drive-search-input {
	
	border: none;
	font-size: 1.3em;
	padding: 5px;
	height: 30px;
	width: calc(99% - 60px);
	max-width: 700px;
	background-color: white;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(135,133,135,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(135,133,135,1);
    box-shadow: 1px 1px 3px 0px rgba(135,133,135,1);	
	
}


.attachment-drive-header-wrapper {
	position: relative;
	background-color: white;
	width: 100%;
	margin: 0 auto 30px auto;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(135,133,135,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(135,133,135,1);
    box-shadow: 1px 1px 5px 0px rgba(135,133,135,1);	
}

.attachment-drive-folder-menu {
	width: 98%;
	min-height: 40px;
	display: inline-flex;
    align-items: center;
	padding: 5px;
}

.attachment-drive-folder-menu li{
	float: left;
}

.attachment-drive-folder-menu span {
	padding: 5px;
	cursor: pointer;
	font-size: 1.2em;
}

.attachment-drive-folder-menu span:hover{
	background-color: #cdcdcd;
}

.attachment-drive-folder-menu ul li img{
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

.attachment-drive-folder-wrapper {
	
	padding: 0 0 30px 0;
	
}

.attachment-drive-folder {
	
	cursor: pointer;
	display: inline-flex;
    align-items: center;
	position: relative;
	width: 150px;
    height: 48px;
	overflow: hidden;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	text-align: left;
	font-size: 1em;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(135,133,135,1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(135,133,135,1);
	box-shadow: 1px 1px 3px 0px rgba(135,133,135,1);

}

.attachment-drive-file {
	
	display: inline-block;
	position: relative;
	width: 150px;
    height: 150px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	text-align: center;
	overflow: hidden;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 1px;
	font-size: 1em;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(135,133,135,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(135,133,135,1);
	box-shadow: 1px 1px 5px 0px rgba(135,133,135,1);

}


.attachment-drive-filename {
	
	position: absolute;
	bottom: 0;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	background-color: white;
	
}

.attachment-drive-file .attachment-drive-file-image-wrapper img{
	max-height: 80px;
	max-width: 150px;
}

.attachment-drive-file span{
	word-break: keep-all;
	 white-space: nowrap;
}

.attachment-drive-file-checkbox-wrapper {
	
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.attachment-drive-file:focus {
    background-color: #4285f4;
}

.attachment-drive-folder:focus {
    background-color: #4285f4;
	color: white;
}

.attachment-drive-folder img{
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.attachment-drive-folder span{
	word-break: keep-all;
}

.attachment-drive-folder-title, .attachment-drive-file-title {
	
	display: none;
	color: #646464;
	padding: 0 0 20px 0;
	font-weight: bold;
	
}
