
/* SCROLLS */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #c2c2c2;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content
	{
	padding-top: 1px !important;
	margin-top: 1px !important;
	}

.main-textarea
	{
	width: 100%;
	height: 720px;
	border:2px solid rgb(156, 39, 176);
	padding:5px;
	background-color:#fcf7ff;
	overflow-y: scroll;
	overflow-x: hidden;
	}

.main-textarea-part
	{
	height: 245px !important;
	}

.loader
	{
	width:20px;
	height:20px;
	}

#words_text strong, .trutrans strong
	{
	text-decoration: none;
	font-weight: normal;
	background-color: #cfffb8;
	border-radius: 5px; 
	border:1px solid #8cff75;
	padding: 2px;
	}

#words_text u, .trutrans u
	{
	text-decoration: none;
	font-weight: normal;
	background-color: #c9d5fc;
	border-radius: 5px; 
	border:1px solid #a6aefc;
	padding: 2px;
	}

#words_text i
	{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #fbc4c6;
	border-radius: 5px; 
	border:1px solid #fb9c98;
	padding: 2px;
	}

.hlt_ed
	{
	background-color: #d0dbfd;	
	padding: 1px;
	}

.hlt_ed_temp
	{
	background-color: #96ff86 !important;	
	padding: 1px;	
	}	

.urls-block
	{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	}

.comments-block
	{
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	}

.comments-block table
	{
	width: 100%;
	}

.comments-block table td
	{
	vertical-align: top !important;
	line-height: 1.2;
	word-wrap: break-word;
  word-break: break-all;
	}

.comm-check
	{
	cursor:pointer;
	font-size:20px;
	color:#eee;
	}

.comm-edit
	{
	border: 1px solid #ddd;
	width: 100%;
	height: 300px;
	padding: 3px;
	}

.comm-check:hover, .comm-check-ok
	{
	color:green !important;
	}

#spelling_words
	{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	}

#spelling_words code
	{
	border: 1px solid #a53134;
	background-color: #f1f0ea;
	border-radius: 5px;
	padding: 2px;
	}

.admin_comm
	{
	color: #945c03;
	}

#reply_block
	{
	display: none;
	position: relative;
	}

.reply_block_offset
	{
	display: none;
	}

.reply_hl
	{
	border: 1px solid #d3baa3;
	background-color: #fdf8e8;
	padding: 5px 25px 5px 5px;
	font-size:12px;
	}

.reply_hl a.close_reply
	{
	position:absolute;
	right:10px;
	color: #610004;
	text-decoration: none;
	font-weight: bold;
	}

.reply_hl td
	{
	padding: 2px;
	line-height: 1.4;
	}

#new_comm_form
	{
	border: 1px solid #cbcbcb;
	padding:10px 10px 45px 10px;
	border-radius: 20px;
	margin-top:15px;
	}

#new_comm_zero_button
	{
	display: none;
	}


.comm_offset_1 td:first-child
	{
	padding-left: 10px !important;
	}

.comm_offset_2 td:first-child
	{
	padding-left: 20px !important;
	}

.comm_offset_3 td:first-child
	{
	padding-left: 30px !important;
	}

.comm_offset_4 td:first-child
	{
	padding-left: 40px !important;
	}

.comm_offset_5 td:first-child
	{
	padding-left: 50px !important;
	}



.table
	{
	margin-bottom: 0px !important;
	}

.table td
	{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	}

.btn-toggle
	{
	font-size: 15px;
	padding: 3px 10px;
	margin: 0px 5px;
	}

.titlecc
	{
	background-color: #ffffcf;
	border: 1px solid gray;
	color: #4550ce;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 5px;
	}

.lang
	{
	background-color: #fff;
	border: 1px solid gray;
	color: #000;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 5px;
	}

.history-table td
	{
	padding:2px 2px !important;
	font-weight: bold;
	}

.history-table td.norm
	{
	font-weight: normal !important;
	}

.nav-2
	{
	margin-left: 10px;
	}

.nav-2 > li > a
	{
	padding:1px 10px !important;
	margin:2px 10px !important;
	}

.nav-2 > li > a > p
	{
	padding:0px !important;
	margin:0px !important;
	font-size:12px !important;
	}

.history-left
	{
	max-height: 700px;
	overflow-y: scroll;
	}

.warning-btn
	{
	width:28px;
	height:28px;
	margin: 6px 2px;
	cursor: pointer;	
	}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.warning-blink
	{
	animation: blinker 1s linear infinite;
	}	

.clr-btn
	{
	width:28px;
	height:28px;
	margin: 6px 2px;
	cursor: pointer;
	}

#clr-select
	{
	width: 100px;
	position: absolute;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	display: none;
	cursor: pointer;
	}

#clr-select > div
	{
	color: #000;
	padding: 2px 5px;
	text-align: center;
	cursor: pointer;
	}

.uwa_uww u
	{
	text-decoration: none;
	}

.online_diff_block
	{
	position: fixed;
	right: 50px;
	top: 20px;
	background-color: #829fe3;
	color:#fff;
	font-weight:bold;
	border-radius: 10px;
	padding: 10px;
	z-index: 10000;
	cursor: pointer;
	display: none;
	}

.cash_alert
	{
	position: absolute;
	color: #fff;
	background-color: #fc3123;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 5px 0px;
	cursor: pointer;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	display: none;
	z-index: 99999;
	border: 5px solid #000;
	border-radius: 10px;
	}

.cash_alert button
	{
	font-size: 35px !important;
	}

.trans-block
	{
	width: 100%;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	}

.trans-block label
	{
	font-size: 15px;
	font-weight: bold;
	color: #555;
	}

.trans-block select
	{
	padding: 0px 10px;
	margin-top: 10px;
	margin-right: 10px;
	}

.trans-block a
	{
	text-decoration: none;
	color:#aaa;
	}

#login_history_list td
	{
	padding:2px 10px;
	}

#access_table td
	{
	padding:2px 10px;
	border: 1px solid #eee;
	}

.history-href
	{
	display: block;
	font-size: 12px;
	margin-top:-5px;
	margin-left:60px;
	}

.trutrans
	{
	position:absolute;
	z-index: 9999;
	top:-40px;
	background-color: #7fe376;
	padding:5px;
	}

.grab-table td
	{
	max-width: 125px !important;
	}

.move_block
	{
	display: none;
	margin:0px 4px;
	}

.move_block button
	{
	display: block;
	width:40px;
	height:15px;
	padding:0px 10px;
	font-size:8px;
	margin:0px;
	top:5px;
	}

.total_line
	{
	display: inline-block;
	float: left;
	}

.fields_list
	{
	display: inline-block;
	float: right;
	}

.fields_list label
	{
	color: #fff;
	cursor: pointer;
	}

#texts_table > thead > tr > td
	{
	vertical-align: top;
	line-height: 1.2em;
	padding: 2px 5px !important;
	cursor: pointer;
	}

#texts_table > tbody > tr >  td
	{
	line-height: 1.5em;
	padding: 2px 2px !important;
	}

#temp_stat_block, #revs_list_block
	{
	overflow-y: scroll;
	max-height: 700px;
	}

#logs_block .modal-dialog {
	max-height: 100%;
	height: 100%;
	position: relative;
}

#logs_block .modal-content {
	max-height: 90% !important;
}

#temp_stat_block th, #logs_list th
	{
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	}

#temp_stat_block td, #logs_list td
	{
	vertical-align: top;
	padding: 2px 5px;
	text-align: left;
	font-size:13px;
	border-bottom: 1px solid #eee;
	}

#sources_select > a {
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 5px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

#sources_select > a.selected {
	background-color: #67E5F0;
} 

/*
#sources_select > a::before
	{
	content: "| ";
	}

#sources_select > a::after
	{
	content: " |";
	}
*/
.adm-settings label
	{
	color: #333;
	font-weight: normal;
	}

.uwa_first
	{
	background-color: #7fb2ff;
	}

.uwa_second
	{
	background-color: #c3eaff;
	}

.main-header > button, .main-header > a
	{
	padding: 6px 8px !important;
	}

.btn-yellow
	{
	background-color: #d4bc3e !important;
	}

.rstatus
	{
	color: #000;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 5px;
	}

.rstatus-ready
	{
	background-color: #f1a750;
	border: 1px solid #f1a750;
	color: #fff;
	}

.rstatus-pub
	{
	background-color: #ca41a0;
	border: 1px solid #ca41a0;
	color: #fff;	
	}

#ready_table thead td
	{
	cursor: pointer;
	color: blue;
	}

.orig_hl
	{
	background-color: #d4fcc9;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 2px 5px;
	color: #000;
	}

.to_black {
	background-color: #000;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 2px 5px;
	color: #fff;
}

.to_black:hover {
	color: #ddd;
}

tbody .blcl td, tbody .blcl td a  {
	color:#999999 !important;
	text-decoration: line-through;
}

.grab-history-table td
	{
	border-bottom: 1px solid #bbb;
	}

.grab-history-table tr:hover
	{
	background-color: #d6e0ff;
	}

.error_tru_alert
	{
	display: block;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 10000;
	color: #fff;
	background-color:red;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	}


.awm_subs_alert
	{
	display: block;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 10000;
	color: #000;
	background-color:yellow;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	}

.dom_exp_alert
	{
	display: block;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 10000;
	color: #fff;
	background-color:#5c1b6a;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	}

.hidden-sub
	{
	border: 2px solid #00bcd4;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 10px;
	margin:5px;
	}

.nav-item.active .nav-link
	{
	background-color: #ab47bc;
	}

.nav-item.active .nav-link:hover
	{
	background-color: #ab47bc;
	}

/* LINES COLORS */

.cl_tr_red { background-color: #fea39c; }
.cl_tr_red2 { background-color: #e18680; }
.cl_tr_yellow { background-color: #e8e88b; }
.cl_tr_yellow2 { background-color: #fcf699; }
.cl_tr_orange { background-color: #e8b27d; }
.cl_tr_orange2 { background-color: #fdc254; }
.cl_tr_green { background-color: #baebb0; }
.cl_tr_green2 { background-color: #95ea8a; }
.cl_tr_blue { background-color: #adb4ea; }
.cl_tr_blue2 { background-color: #9fbce4; }
.cl_tr_purple { background-color: #e8a7e6; }
.cl_tr_purple2 { background-color: #de95e8; }
.cl_tr_gray { background-color: #d1d6d4; }
.cl_tr_none { background-color: #ffffff; }


/* STATUS COLORS */
.cl_status_new { color: #574aea; }
.cl_status_checking { color: #349724; }
.cl_status_ready { color: #9d933e; }
.cl_status_todo { color: #c34647; }
.cl_status_grab { color: #b727b8; }
.cl_status_regrab { color: #c38653; }
.cl_status_err { color: #a10007; }

.night-btn
	{
	cursor: pointer;
	width: 30px;
	height: 30px; 
	}

.page_link
	{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #596852;
	border: 1px solid #596852;
	color: #fff;
	font-weight: bold;
	margin: 10px 3px;
	}

.page_link:hover, .page_link.active
	{
	background-color: #d1f7bf;
	color: #596852;
	}

.bootstrap-select .btn-light, .bootstrap-select.show .btn-light
	{
	background-color: #fff !important;
	color: #000 !important;
	height: 27px;
	padding: 5px 10px;
	}

.bootstrap-select [role=option]
	{
	color: #000 !important;
	}

.editors-titles {
	position: relative;
}

.users-table th, .users-table td {
	padding-top: 15px !important;
	vertical-align: top !important;
}

.deelp_block {
	display: inline-block;
	background-color: #DCE6FF;
	padding: 5px;
	position: absolute;
	right: 0px;
	top: -10px;
	max-width: 500px;
	border-radius: 5px;
}

.deelp_block > div {
	display: inline-block;
	width: 30%;
	font-size: 12px;
	height: 50px;
	text-align: center;
	padding-left: 5px;
}

.deelp_block > div > select {
	display: inline-block;
	max-width: 100px !important;
	padding: 0px 5px;
	line-height: 1.2;
	margin-right: 2px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
}

.deelp_block > div > button {
	margin-top: 3px;
}

.deelp_block .loading {
	display: none;
}

.deelp_block > div > .loading > img {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 60px;
	top:15px;
}