.cr_pict, .cr_name, .cr_date
{
height: 50px;
line-height: 50px;
vertical-align: middle;
padding:0px;
display: inline-block;
font-size: 18px;
}
.cr_pict
{
border-radius: 6px 0px 0px 6px;
width: 52px;
height: 52px;
position: relative;
left: -1px;
background-repeat: no-repeat;
background-size: cover;
background-position: center; 
}
.cr_name
{

}
.cr_date
{
float: right;
padding-right: 14px;
}
.create_row
{
border: 1px rgba(0,0,0,0.2) solid;
border-radius: 6px;
margin: 6px;
margin-top: 8px;
background-color: rgba(0,0,0,0.05);
}
.create_row:hover
{
border: 1px black solid;
}

/* ------------------------------- -*/

textarea {
    resize: none;
}
#SNS_toptop
{
position:relative;
height: 200px;
margin-top: 3px;
}
#NS_story_description  
{
width: 100%;
min-height: 100%;
}
#NS_story_name , #NS_sd_box
 {
 background-color: rgba(255,255,255,0.6);
border: 1px rgba(0,0,0,0.4) solid;
background: white;
float:right;
width: 68%;
font-size: 16px;
padding: 2px;

 }
#NS_sd_box
{
margin-top:  5px;
height: 276px;
border-radius: 6px;
overflow-y: scroll;
}
#NS_story_name
{
width: calc(68% + 6px);
border-radius: 6px;
}

#NS_topic_nadpis
{
display: block;
width: 100%;
font-weight: bold;
}
#NS_topics, #NS_odkaz
{
border-top: 1px black solid;
width:100%;
display: inline-block;
line-height: 22px;
vertical-align: middle;
padding:2px;
margin-top:6px;
max-height: 60px;
overflow:auto;
font-weight: normal;
border-bottom: 1px black solid;
background: rgba(255,255,255, 0.5);
margin-bottom: 6px;
}
.NS_topic_val
{
display:none;
}
#NS_topics_t
{
}

.NS_topic_show
{

padding-right: 4px;
display: inline-block;
cursor: pointer;
}
.NS_topic_remove
{
margin-left:4px;
}
#SNS_add_topic
{
box-shadow: rgb(64,64,64) 0px 0px 13px 1px; 
display: none;
border:1px rgba(0,0,0,0.6) solid;
position: absolute;
 background-color:rgb(230, 230, 230);
width: 220px;
padding: 4px;
top: 220px;
left: 35%;
z-index: 1;
}
#save_add_topic
{
margin-left:20px;
display: inline-block;
height:100%;
}
#Close_SNS
{
margin-right:20px;
display: inline-block;
height:100%;
}
#SNS_add_topic_title
{
 padding-bottom: 4px;
 font-size: 16px;
 text-align:center;
 font-weight:bold;
 width: 100%;
}
#SNS_body
{                     
position: relative;   
} 
#add_new_topic
{
background-color: rgba(255,255,255,1);
width: 100%;
}
.ElineRemove
{
color:red;
float:right;
font-weight: bold;
}

#SNS_picture_box
{
margin-top:  5px;
position:relative;
width: 240px;
height: 182px;
float: left;

}
#SNS_picture
{
border-radius: 16px 16px 0px 0px;
border: 1px solid black;
position:relative;
width: 100%;
padding-bottom: 100%;
background-size: cover;
background-repeat: no-repeat;
border-bottom: 0px solid black;
background-color: rgba(255,255,255,0.2);
}
#SNS_choose_picture
{
background-color: rgba(255,255,255,0.6);
cursor: pointer;
width: 100%;
height: 40px;
border-radius: 0px 0px 16px 16px;
line-height: 40px;
font-size: 24px;
vertical-align: middle;
text-align:center;
border: 1px solid black;
}
#SNS_choose_picture_box
{
display:none;
position:relative;
background-color:  white;
border: 1px black solid;
width: 100%;
z-index: 1;
border-radius: 0px 0px 16px 16px;

}
#SNSP_title
{
 background-color:rgb(230, 230, 230);
border-bottom: 1px black solid;
width:100%;
height: 20px;
line-height: 20px;
font-size: 16px;
vertical-align: middle;
text-align:center;
}
#SNSP_upload
{
 background-color:rgb(230, 230, 230);
border-top: 1px black solid;
width: 100%;
padding-top: 2px;
font-size: 18px;
height: 36px;
line-height: 36px;
vertical-align: middle;
text-align:center;
border-radius: 0px 0px 16px 16px;
}
#SNSP_pictures_area
{
height: 200px;
overflow-y: scroll;
}
.SNSP_picture
{
height: 42px;
width: 42px;
border-radius: 6px;
background-size: contain;
margin: 5px;
display: inline-block;
border: 1px black solid;
cursor: pointer;
}
.NS_ea
{
position:relative;
height: 200px;
max-height: 200px;
overflow: auto;
display:none; 
border-bottom: 1px black solid; 
border-top: 1px black dotted; 
background: rgba(255,255,255, 0.5);
padding: 2px;
} 

.NS_ea_delete
{
display: inline-block;
margin: 2px;
text-align:center;
color:rgb(204,0,0);
font-size: 14px;
cursor:pointer;
overflow-x: none;
overflow-y: auto;
}

.NS_box_options
{
width: 100%;
margin-top: 30px;

}
.NS_box_o, .NS_box_o2
{
width: 49%;
display: inline-block;
font-size: 16px;
text-align: center;
margin-bottom: 10px;
}
.NS_box_o2
{
width: 32%;
font-size: 20px;
}
.NS_active
{
font-weight: bold;
}
#NS_ends
{
display:block;
}
.NS_A_nadpis
{
display: inline-block;
font-weight: bold;
max-width: 85%; 
width: 85%;
padding: 2px;
border: 1px rgba(51,0,0, 0.7) solid;
background-color: rgba(255,255,255,0.6);
max-height: 38px;
overflow-y:auto;
}
.add_new_EA
{
width: 100%;
height: 22px;
font-size: 14px;
padding-top: 5px;
border-top: 1px black solid;
text-align:center;
z-index: 0;
background-color: rgba(255,255,255,0.2);
transition:  background-color 0.5s ease;
}
.add_new_EA:hover
{
transition:  background-color 0.5s ease;
background-color: rgba(255,255,255,0.6);
}
#SNS_choose_close
{
margin-top: 2px;
margin-right: 2px;
}
#SNSP_start_upload
{
width: 100%;
text-align: center;
}
#upload_picture
{
margin: 4px;
margin-top: 2px;
}
.close_img
{
 height: 16px;
 width: 16px;
 float: right;
   -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}
.open_textarea, .open_textarea2
{
    margin-top: 5px;
    display: block;
    width: 100%;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.6);
    border: 1px rgba(0,0,0,0.4) solid;
    background: white;
    font-size: 16px;
    padding: 6px;
    cursor: text;   
      
}