html, body {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  height:0%;
}
.iframe {
  border: none;
}
.docs_panel_wrap {
  height: 65px;
}
.docs_panel {
  background: #F1F1F1;
  //position: fixed;
  width: 100%;
  height: 65px;
  z-index: 10;
  //-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  //-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  //box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}



.img_container {
  max-width:1000px;
}

.img_container_full {
  position: absolute;
  width:100%;
  text-align: center;
  left:0px;  
}

.cannot_zoom {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}


.can_zoom {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: -zoom-in;
  cursor: zoom-in;
}
.can_zoom_out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: -zoom-out;
  cursor: zoom-out;
}


.func_button
{
	padding: 6px 16px 7px 16px;
  margin: 0;
  font-size: 13px;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  vertical-align: top;
  overflow: visible;
  line-height: 16px;
  text-decoration: none;
  background: none;
  background-color: #6383a8;
  color: #FFF;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 100ms ease-in-out;
  -khtml-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;

}


.func_button:hover {
  background-color: #6d8cb0;
  text-decoration: none;  
}

.func_button:active {
  background: #5c7ca1;
  padding-top: 7px;
  padding-bottom: 6px;  
}


.save_button {
  padding: 6px 16px 7px 16px;
  margin: 0;
  font-size: 13px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  vertical-align: top;
  overflow: visible;
  line-height: 16px;
  text-decoration: none;
  background: none;
  background-color: #6383a8;
  color: #FFF;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 100ms ease-in-out;
  -khtml-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.save_button:hover {
  background-color: #6d8cb0;
  text-decoration: none;  
}

.save_button:active {
  background: #5c7ca1;
  padding-top: 7px;
  padding-bottom: 6px;  
}

.save_file_button {
  padding: 12px 28px 12px 28px;
  font-size: 16px;
  background-color:#0074ec;
}

.save_file_button:hover {
  background-color:#0095ec;
}

.save_file_button:active {
  background-color:#0095ec;
  padding-top: 12px;
  padding-bottom: 12px;  
}


.screenshot-footer {
  width:100%;
  height: 46px; 
  background-color: #F0F0F0;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 12px;
  font-size: 14px;
}

.screenshot-footer .app-list {
  width: 100%;
  height:100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.screenshot-footer .app-list .app-list-title {
}

.screenshot-footer .app-list .app-items {
  height:100%;
  vertical-align: middle;
}


.screenshot-footer .app-list .app-item {
  display: inline-block;
  height:100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding-right: 48px;
}


.screenshot-footer .app-list .app-item .app-item-container {
  height:100%;
  display: table;
  vertical-align: middle;
}

.screenshot-footer .app-list .app-item .app-item-container .app-item-container-item {
  display: table-cell;
  vertical-align: middle;  
}

.screenshot-footer .app-list .app-item .mobile-logo {
  max-height:24px;
  max-width: 24px;
  padding-right: 6px;
  padding-top: 4px;
}



#container {
  /*background: #DDD;*/
  max-width: 1085px;
  padding-top: 20px;

}

/* clearfix */
.container:after {
  content: '';
  display: block;
  clear: both;
}

.item {
 width: 200px;
  height: 200px;
  float: left;
  /* vertical gutter */
  margin-bottom: 20px;
  border: 2px solid #eee;
  border-radius: 5px;
}

.item:hover {
  //border: 2px dotted #333;
  //border-color: hsla(0, 0%, 0%, 0.5);
  //border-radius: 5px;
  cursor: pointer;
}

.item-menu {
	position:absolute;
	height:200px;
	width:100%;  
	z-index:10;
	display:none;
	text-align:right;	
}



.item:hover .item-menu {
	display:block;
}


.item-info {
	bottom: 0px;
    display: none;
    position: absolute;
    text-align: left;
    width: 100%;
    color: #fff;
    font: normal 11px arial,sans-serif;
    line-height: 100%;
    white-space: nowrap;
    /* padding-left: 4px; */
    background: rgba(51,51,51,0.8);
    padding-top: 2px;
    padding-bottom: 2px;
    /* vertical-align: middle; */
	
}

.item:hover .item-info {
	display:block;
}

.img-item {
    height: 98px;
    width: 180px;
    margin: auto;
	padding: 8px 8px 28px 8px;
    object-fit: scale-down;
    background-color: rgb(248, 248, 248);
}

.item-delete:hover
{
	cursor:pointer;
}

.item-name 
{
  font-family: Roboto-Medium,Roboto,arial,sans-serif;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 4px;
}

.widget-holder
{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
	z-index: 1043;	
	overflow: hidden;
}
.widget-holder[on="1"]
{
	display: table;
}

.widget-content
{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
	width: 100%;
	cursor: auto;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transform: scale(1);
    opacity: 1;
	
	-webkit-transform: scale(1);
}

.popup
{
	font-family: 'Roboto', 'Arial', sans-serif;
	box-sizing: border-box;
    background: #fff;
    color: #000;
    padding: 25px 20px;
    max-width: 380px;
    margin: 30px auto;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
}

.popup-title
{
	font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;	
}

.popup-content 
{
    font-size: 14px;
	color: #000;
}

.popup-footer
{
  font-size: 12px;
  text-align: left;
  padding-top: 16px;
  color: gray;
}

.social-login
{
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;		
	//margin: 25px 0;
}

.social-login-item
{
	//background: #3b5998;
	box-sizing: border-box;
    //max-width: 160px;
    display: block;
    //height: 34px;
    margin: 0 auto 0px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    //background: #509fdc;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
	max-width: none;
	cursor:pointer;
}

.b-popup
{
	padding: 30px;
}

.popup-close
{
	position:absolute;
	overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;

	width: 30px;
    height: 30px;
    line-height: 30px;
    top: auto;
    //right: 0;
    //margin-right: -8px;
    bottom: 100%;
    color: #fff;
    opacity: 0.2;
    background: none;
    padding: 0;
	font-size: 28px;
	
	left: 100%;
	right: auto;
	margin-right: 0;
	
	
}

.popup-close:hover
{
	opacity: 0.8;
}

.firstname_el 
{
	font-size: 13px; 
	padding-top: 4px;
	padding-right: 8px;
	font-weight: bold;
}

.func_button {
  padding: 6px 16px 7px 16px;
  margin: 0;
  font-size: 13px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  vertical-align: top;
  overflow: visible;
  line-height: 16px;
  text-decoration: none;
  background: none;
  background-color: #6383a8;
  color: #FFF;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 100ms ease-in-out;
  -khtml-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  text-align: center;
}

.func_button:hover {
  background-color: #6d8cb0;
  text-decoration: none;  
}

.func_button:active {
  background: #5c7ca1;
  padding-top: 7px;
  padding-bottom: 6px;  
}

.no-screenshots-block
{
	width:100%;
	position:relative;
	text-align:center;
	display:none;
}

.content-box {
  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-wrap: nowrap;
  align-items:top;
  padding-bottom:32px;
  padding-top:32px;
}
.file-info-cont {
  display:flex;
  flex-direction:column;
  justify-content:left;
  flex-wrap: nowrap;
  align-items:top;
}

.file-icon {
  height:200px;
  max-width:100%;
}

/* Smartphones ----------- */
@media only screen and (max-device-width : 768px) {
  .screenshot-footer { display: none; }
}

	
#video-container{
	//padding:35px 12px 45px 12px;
	width:70%;
	max-width:90%;
	min-width:600px;
}	

.docs_panel_mobile{
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	display:none;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
	#video-container {
		//padding:35px 12px 45px 12px;
		width:90%;
		max-width:90%;
		min-width:0px;
	}

	.docs_panel{
		display:none;
	}
	
	.docs_panel_mobile{
		display:flex;
	}

}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
	#video-container {
		//padding:35px 12px 45px 12px;
		width:70%;
		max-width:90%;
		min-width:0px;
	}
	
}




