.su-page-content{
  margin-left: 10;
}

.su-e-v{
  display: block;
}
.su-r-menu{
  width: 20px;
}

.su-r-v{
  display: inline-grid;
  width: 880px;
}
.su-rh-v{
  display: grid;
  width: 880px;
}
.su-r-vc{
  display: flex;
  width: 900px;
  position: relative;
}
.su-n-v{
  display: block;
}

.su-e-vc{
  width: 150px;
  margin: 4px;
  border: 2px solid gray;
  display: block;
  position: relative;
}

.su-spot{
  display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
	grid-gap: 0.5em;
}

.su-spot-item{
  height: 600px;
  max-width: 330px;
}


.su-dlg-border{
/*	background-color: yellow;*/
	border: 2px solid gray;
	border-radius: 5px;
	box-shadow: 2px 2px;
  margin: 10px;
}

#su-page-main{
/*	background-color: yellow;*/
}

.su-header{
	background-color: yellow;
}

.su-c-v {
	margin: 2px;
  width: 100%; 
}


.su-c-v-id {
	display: none;
}

.su-c-v-name {
}


.su-r-vbuttons {
  position: relative;
  top: -25px;
  right: 0px;
}

.su-flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
/*	background-color: pink;*/
}

.su-iframe-container{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrap { 
    overflow: auto;
    width: 100%;
  /*  height: 100%; */
    height: 6000;
}

iframe, object, embed {
    min-height: 100%;
    min-width: 100%;
    overflow: auto;
    border: 0px;
}

.su-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.su-flex-column {
	display: flex;
	flex-direction: column;
}

.su-form-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: orange;
}

.su-form-element{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;

/*	margin-top: 5px;*/
/*	margin-left: 5px;*/
/*	margin-right: 5px;*/
/*	margin-bottom: 15px;*/

/*	border: 2px solid brown;*/
	text-align: bottom;
	text-transform: uppercase;
	
}

.su-disabled{
	background-color:#DADADA;
}

.su-edit {
	z-index: 100;
}

.su-msg {
	z-index: 4000;
  justify-content:initial;
}

.su-dialog {
	z-index: 3000;
}


.su-new {
	z-index: 100;
}

.su-select {
	z-index: 200;
}

.su-select-input {
	border-color: black;
	color: black;
}

/* menu resimlerinin boyutlari*/
.su-menu-icon {
	width: 12px;
	height: 12px;
}
.su-menu-button {
	margin: 1px 2px 1px 2px;

/*	padding: 1px 2px 1px 2px;*/
}
.su-menu-select {
	height: 21px;
	margin: 1px 2px 1px 2px;
/*	padding: 1px 2px 1px 2px;*/
/*	margin: 4px 2px 1px 8px;*/
}
.su-menu-input {
/*	height: 1.5em;*/
}




.su-label {
	display: inline-block;
	width: 8em!important;
}

.su-text-header{
	text-align: center;
}

.su-text-header-sub{
	margin:0;
	padding:0;
}


.su-no-wrap{
	white-space: nowrap;
}

.su-modal-select{
    z-index:40;
    display:none;
    justify-content: center; 
    align-items: center; 
}
.su-modal-content-select{
    background-color:red;
    z-index: 300;
    margin: 40;
    padding: 50;
}

.su-modal-content-select {}

.su-modal-content-select {
    display: block;
}

.modal-iframe {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    z-index: 1000;
}

.su-modal{
    z-index:3;
    display:none;
    position:fixed;
    left:0;
    top:0;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4)
}
.su-modal-content{
    background-color:#fff;
    position:relative;
    padding:0;
    outline:0;
    width:100%;
    height:100%;
}

.su-thumbnail{
/*z-index: 0;*/
  max-width: 128px;
  max-height: 128px;
}
/*
.su-thumbnail:hover{
background-color: transparent;
max-width: 256px;
max-height: 128px;
position: absolute;
top: 10;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 500;
}
*/
  
.su-thumbnail span{ /*CSS for enlarged image*/
position: absolute;
display: block;
left: -1000px;
visibility: hidden;
color: red;
text-decoration: none;
}

.su-thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.su-thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: 13px; /*position where enlarged image should offset horizontally */
overflow:hidden;
}

@media (max-width: 800px) {
  .su-flex-container {
    flex-direction: column;
  }
}



table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.0em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .400em;
  text-align: center;
  word-wrap: break-word;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  table {
    *border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

