html, body{
    font-family: Verdana, sans-serif;
    font-size: 14px;
	height: 95.7%;
}

.hover-danger:hover {
 background: #dc3545!important;
}

.selected-screen-parser {
  position: absolute;
  background: rgba(0, 123, 255, 0.3)!important;
  width: 100%;
  height: 100%;
  font-size: 65px;
  font-weight:bold;
  color: blue;
}

#rounded-top-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.underline-tags {
    text-decoration: underline;
}

.opacity-tags {
    opacity: 0.4;
}

#height100{
	height: 100%;
}

.foto-ok {
    display: none!important;
    z-index: 1005;
}

.foto-move {
    cursor: move;
    position: absolute!important;
    left: 9px;
    top: 4px;
  }
  
#left-drop {
    left: -36px;
}

.smile-icon {
    color: #007bff;
}

.smile-icon:hover {
    cursor: pointer;
    color: black;
}

.w20-h20{
    width: 20px;
    height: 20px;
}

.push-message-align {
    bottom: 2%; 
    right: 2%; 
    z-index: 1100;
}
#height100pos{
	height: 100%;
	position: fixed;
    overflow: auto;
}

#adminmenuleft{
	position: fixed;
	z-index: 140;
}

#go-top {
  position: fixed; 
  bottom: 30px; 
  right: 30px;
  text-align: center;
  cursor:pointer; 
  display:none;
  padding: 5px 10px;
  background: #c0c0c0;
  line-height: 30px;
  border-radius: 5px;
  opacity: 0.6;
}

#go-top:hover {
  opacity: 1;
}

#margin-height{
	margin-top: 10px;
}

#not_border-left-right{
	border-left: none;
	border-right: none;
}

#preview{
	position: relative;
}

div.title-line {
    position: relative;
    color: #666;
    text-shadow: 0 1px 0 #FFF;
    border-bottom: 3px double #e1e1e0;
    margin-bottom: 28px;
    margin-top: 20px;
    font-family: Cuprum, Helvetica, Arial, Verdana;
    font-weight: bold;
    letter-spacing: 0.025em;
}

#absolute{
    top: 0px;
    right: 5px;
    font: 21px Arial, Helvetica, sans-serif;
    position: absolute;
    color: red;
    z-index: 101;
}

#absolute-remove{
    top: 0;
    left: 0;
    padding: 3px;
    position: absolute;
    display: none;
    background-color: rgba(255, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.time {
    bottom: 0px;
    right: 0px;
    font: 13px/18px Arial, Helvetica, sans-serif;
    padding: 3px;
    background: rgba(0,0,0,.7);
    position: absolute;
    border-radius: 2px;
    color: #fff;
}

.views {
    bottom: 0px;
    left: 0px;
    font: 13px/18px Arial, Helvetica, sans-serif;
    padding: 3px;
    background: rgba(0,0,0,.7);
    position: absolute;
    border-radius: 2px;
    color: #fff;
}

#padding{
	padding: 10px 23px;
}

#absolute:hover~#absolute-remove{
	display: block;
}

#absolute:hover~.views, #absolute:hover~.time{
	background-color: rgba(255, 0, 0, 0.0);
}

#absolute:hover~#absolute-addID{
	display: none;
}

#def-cursor{
	cursor: default;
}

#style-checkbox{
	width:19px; 
	height:19px;
}

.scrollspy-console {
    position: relative;
    height: 250px;
    overflow: auto;
}

.icon-input-en {
    position: absolute;
    top: 6px;
    left: 3px;
    background-image: url('/public/images/flags/EN.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}

.icon-input-ru {
    position: absolute;
    top: 6px;
    left: 3px;
    background-image: url('/public/images/flags/RU.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}

.icon-input-en-notd {
    position: absolute;
    top: -5px;
    left: -6px;
    background-image: url('/public/images/flags/EN.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}

.icon-input-ru-notd {
    position: absolute;
    top: -5px;
    left: -6px;
    background-image: url('/public/images/flags/RU.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}

.icon-input-ua {
    position: absolute;
    top: 6px;
    left: 3px;
    background-image: url('/public/images/flags/UA.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}

.icon-input-ua-notd {
    position: absolute;
    top: -5px;
    left: -6px;
    background-image: url('/public/images/flags/UA.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}

#absolute-addID{
	top: 0px;
    left: 0px;
    padding: 3px 3px 0 3px;
    position: absolute;
   	background: rgba(0,0,0,.7);
}

#yellow-folder{
	color: #FFDF3F;
}

#red-folder{
    color: red;
}

#header-font {
    font: 14px/18px Arial, Helvetica, sans-serif;
}

#header-border-top {
    border-top: 1px solid rgba(0,0,0,.125);
}

    .margin-right-button-upload{
        margin-right: 0px;
    }


@media (max-width: 991px)
{
    #height100,#height100pos{
        height: auto;
	}

	#height100pos{
		position: static;
	}

	#margin-height{
		margin-top: 185px;
	}

		.col-lg-2.bg-dark.position-fixed{
		position: static;
	}

}

@media (min-width: 576px)
{
    .margin-right-button-upload{
        margin-right: 20px;
    }

}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}