
/****************************************
	Layout
****************************************/

	.MainWrapper {
		max-width:90%;
		display:block;
		margin:0px auto;
		position:relative;
	}
	
	/**===== TOP HEADER ==**/
	#TopHead {
		background:#fff;
		width:100%;
		z-index:1000;
	}
	
	#Logo {
		float:left;
		margin:20px 0 20px 0;
		max-width: 126px;
	}
	
	#TopUserInfo {
		float:right;
		margin:15px 0 0 0;
	}
	#TopUserInfo > a > i {
		font-size:40px;
		line-height:40px;
		color:#0089ff;
	}
	#TopUserInfo .dropdown-menu {
		right: 0;
		left: auto;
		margin:14px 0 0 0;
		padding:0;
		border:none;
		border-top:5px solid #0089ff;
		border-radius:0;
		min-width:200px;
	}
	#TopUserInfo .dropdown-menu:before {
		font-family: 'FontAwesome';
		content:'\f0de';
		font-size:21px;
		color:#0089ff;
		position:absolute;
		top:-15px;
		right:12px;
	}
	
	#TopUserInfo .dropdown-menu > li { padding:0; margin:0;}
	#TopUserInfo .dropdown-menu > li > a {
		padding:10px 15px;
		color:#333;
		border-bottom:1px solid #ccc;
		font-size:15px;
		line-height:20px;
		font-weight:500;
	}
	#TopUserInfo .dropdown-menu > li:last-child > a { border:none;}
	#TopUserInfo .dropdown-menu > li > a i {
		font-size:20px;
		margin-right:10px;
		color:#0089ff;
		position:relative;
		top:2px;
	}
	#TopUserInfo .dropdown-menu > li > a:hover { background:#eee;}
	
	.TopBlueBar {
		padding:30px 0 20px 0;
		color:#fff;
		width:100%;
		border-top:1px solid #309fff;
		background: rgba(0,136,255,1);
		background: -moz-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(14,117,207,1)));
		background: -webkit-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
		background: -o-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
		background: -ms-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
		background: linear-gradient(to bottom, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#0e75cf', GradientType=0 );
	}

	
	

	/*===== HEADING STYLE ==*/
	.Heading1 {
		
	}
	
	.TitleBlue {
		background: #222986;
		font-size: 21px;
		font-weight: 600;
		color: #fff;
		padding: 10px 15px 11px 15px;
	}
	
	.Heading3 {
		
	}
	
	.Heading4 {
		
	}	
	
	.TitleStyle h1 {
		
	}

	
	
	/**===== BODY CONTENTS ==**/
	.WhiteWrapper, .GreyWrapper {
		position:relative;
		padding:100px 0;
	}
	.WhiteWrapper { background:#fff;}
	.GreyWrapper { background:#f5f5f5;}
	
	
	/*= Parallax Wrapper =*/
	.ParallaxWrapp {
		background-color:#000;
		background-repeat:no-repeat;
		background-position:center center;
		background-attachment:fixed;
			-moz-background-size:cover;
			-ms-background-size:cover;
			-o-background-size:cover;
			-webkit-background-size:cover;
		background-size:cover;
		position:relative;
		z-index:1;
		color:#fff;
		overflow:hidden;
		text-align:center;
	}
	.ParallaxWrapp > div {
		background:rgba(0,0,0,.7);
		height:100%;
		width:100%;
		padding:150px 0;
	}
	.ParallaxWrapp h1 { color:#fff;}
	
	.parallax-box .MainWrapper {
		padding:150px 0;
		max-width:100%;
		background:rgba(0,0,0,.7);
		color:#fff;
		text-align:center;
	}
	.parallax-box .PrlxInnerWrapp {
		max-width:1200px;
		margin:0 auto;
	}
	.parallax-box .MainWrapper h1 { color:#fff;}


	/*===== SUBPAGE CONTENTS ==*/
	.SubpageWrapper {padding:50px 0;}
	
	.SubpageWrapper > .MainWrapper > .row {
		margin-left:-25px;
		margin-right:-25px;
	}
	.SubpageWrapper > .MainWrapper > .row > .col-sm-8,
	.SubpageWrapper > .MainWrapper > .row > .col-sm-4 {
		padding-left:25px;
		padding-right:25px;
	}
	
	
	/*= Subpage Header =*/
	.PageTitle {
		width:100%;
		position:relative;
		overflow:hidden;
		padding:0px 0;
		background: url(../images/subheader.jpg) no-repeat fixed;
		background-position:center 58px;
			-moz-background-size:100% auto;
			-ms-background-size:100% auto;
			-o-background-size:100% auto;
			-webkit-background-size:100% auto;
		background-size:100% auto;
		text-align:center;
	}
	.PageTitle>div {
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0,0,0,.7);
	}
	.PageTitle h1 {
		font-weight:400;
		font-size:1.8em;
		line-height:1.05em;
		color:#fff;
	}
	@media All and (max-width:1280px) {
		.PageTitle {background-size: auto 400px;}
	}
	@media All and (max-width: 999px) {
		.PageTitle {
			background-position: center 0px;
			background-attachment: scroll;
		}
	}
	
	
	/*= SideBar ~ Widgets Style =*/
	.sidebar_widget { margin-bottom:20px;}
	
	.SidebarWrapper .BgWhite,
	.SidebarWrapper .transparent { border-color:#eee;}
	
	.SidebarWrapper .sidebar_widget .pad25 { padding:20px;}
	.SidebarWrapper p { margin-bottom:15px;}
	
	.SidebarWrapper h1 {
		font-size: 1.2em;
		line-height: 1.1em;
		color: #333;
		border-left: 6px solid #ccc;
		padding: 5px 0 5px 15px;
		margin-bottom: 20px;
		background: #fff;
		font-weight:400;
	}
	
	.SidebarWrapper h2 {
		font-size: 1.1em;
		line-height: 1.1em;
		color: #777;
		margin-bottom: 10px;
		font-weight:400;
	}
	
	.SidebarWrapper h2 strong { font-weight:600;}
	
	.SidebarWrapper ul {
		margin:0 10px 0 20px;
		padding:0;
		font-size:17px;
		line-height:21px;
	}
	.SidebarWrapper ul li {
		margin: 0;
		position: relative;
	}
	.SidebarWrapper ul li:last-child {
		border:none;
	}
	
	/*.SidebarWrapper .sidebar_widget ul li:after {
		font-family: 'FontAwesome';
		content: '\f054';
		position: absolute;
		top: 9px;
		left: 4px;
		color: #37b5ef;
		font-size: 11px;
	}*/
	.SidebarWrapper ul li a { color:#000;}
	.SidebarWrapper ul li a:hover { color:#1f3d7c;}



	/*===== DESIGN LAYOUT ==*/
	ul.FilterBy {
		margin:0;
		padding:0;
		list-style:none;
		text-align:center;
	}
	ul.FilterBy li {
		margin:0 1px 5px 0;
		padding:0;
		display:inline-block;
	}
	ul.FilterBy li a {
		background:#fff;
		font-size:14px;
		line-height:20px;
		font-weight:700;
		color:#777;
		padding:8px 18px 7px 18px;
		text-transform:capitalize;
		display:block;
			-moz-border-radius:30px;
			-ms-border-radius:30px;
			-o-border-radius:30px;
			-webkit-border-radius:30px;
		border-radius:30px;
	}
	ul.FilterBy li a:hover,
	ul.FilterBy li.Active a {
		background:#000;
		color:#fff;
	}
	
	.SearchBy {
		position:relative;
		margin:10px 0 0 0;
	}
	.SearchBy .form-control {
		font-weight: 500;
		font-size: 15px;
		color: #fff;
		background: none;
		border: 1px solid #fff;
		height: 40px;
		padding: 0;
		text-indent: 18px;
		box-shadow: none;
		margin: 0;
			-moz-border-radius:30px;
			-ms-border-radius:30px;
			-o-border-radius:30px;
			-webkit-border-radius:30px;
		border-radius:30px
	}
	.SearchBy .form-control::-moz-placeholder {color: #a5d4fd;}
	.SearchBy .form-control:-ms-input-placeholder {color: #a5d4fd;}
	.SearchBy .form-control::-webkit-input-placeholder {color: #a5d4fd;}
	
	.SearchBy .btn {
		color: #000;
		font-weight: 700;
		font-size: 15px;
		line-height: 42px;
		background: #fff;
		border: none;
		padding: 0;
		height: 40px;
		width: 40px;
		position: absolute;
		top: 0;
		right: 0;
			-moz-border-radius:30px;
			-ms-border-radius:30px;
			-o-border-radius:30px;
			-webkit-border-radius:30px;
		border-radius:30px
	}
	
	ul.FilterBy li a,
	.SearchBy .form-control {
		
	}
	
	.ConTenTsWrapper { padding:50px 0;}
	
	.TblIcon i {
		font-size:26px;
		line-height:26px;
		color:#999;
		font-weight:normal;
	}
	
	.TextVeryEasy { color:#de6e14;}
	.TextEasy { color:#b11d12;}
	.TextMedium { color:#579712;}
	.TexHard { color:#0089ff;}
	.TextVeryHard { color:#000;}
	
	.BackLink a {
		font-size:15px;
		text-transform:uppercase;
		color:#fff;
		font-weight:600;
	}
	.BackLink a:hover { color:#000;}
	
	.BackLink i {
		font-size:12px;
		margin-right:5px;
		position:relative;
		top:-1px;
		font-weight:normal;
	}
	
	ul.AuthorList {
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.AuthorList li {
		margin:0 0 2px 0;
		padding:10px 15px;
		background:#fff;
	}
	
	/*===== FOOTER ==*/
	#Footer {
		background:#202785;
		color:#fff;
		font-size:15px;
		padding:15px 0;
		text-align:center;
	}
.pagination>.active>span{
    background-color: #0089ff !important;
    border-color: #0089ff !important;
}
.nextWord{
	float: right;
}
.TopBlueBar{
	padding: 10px 0 8px 0;
}
.nowrap{
	white-space: nowrap;
}
.date-font{
	font-family: monospace;
}
.align-right{
	float: right;
}
.create-btn{
	font-size: 18px;
    background: #2028FD;
    color: #fff;
}
.width100{
	width: 100%;
}
.inpt-sel::selection {
  background: #202785;
}
.inpt-sel::-moz-selection {
  background: #202785;
}
/*Customized later*/
/*.TopNav {
    background: #fff;
}
.TopNav .rd-navbar-static .rd-navbar-nav > li.active > a > i, .TopNav .rd-navbar-static .rd-navbar-nav > li > a > i{
	color: #333;
}
.TopNav .rd-navbar-static .rd-navbar-nav > li > a, .TopNav .rd-navbar-fixed .rd-navbar-nav > li > a {
	color: #333;
}
.TopNav .rd-navbar-static .rd-navbar-nav > li.active > a{
	color: #333;
}
.TopNav .rd-navbar-static .rd-navbar-nav > li > a:hover{
	color: #000;
}
.logo-div{
	z-index: 1001;
	margin-top: 20px;
}
.open>.dropdown-menu{
	background: #fff;
    padding: 5px;
    font-size: 18px;
}
@media All and (min-width: 992px) {
	.user-profile-sm{
		display: block;
	}
}

@media All and (max-width: 992px) {
	.user-profile{
		display: none;
	}
	.user-profile-sm{
		display: block !important;
	}
	.TopNav {
    background: url(../images/bg.png) repeat;
	}
	.TopNav .rd-navbar-static .rd-navbar-nav > li.active > a > i, .TopNav .rd-navbar-static .rd-navbar-nav > li > a > i{
		color: #fff;
	}
	.TopNav .rd-navbar-static .rd-navbar-nav > li > a, .TopNav .rd-navbar-fixed .rd-navbar-nav > li > a {
		color: #fff;
	}
	.TopNav .rd-navbar-static .rd-navbar-nav > li.active > a{
		color: #fff;
	}
}*/
.BtnGreen {
    color: #fff;
    border: 1px solid #006400;
    background: rgba(0,136,255,1);
    background: -moz-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(14,117,207,1)));
    background: -webkit-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: -o-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: linear-gradient(to bottom, rgb(34,139,34) 0%, rgb(0,128,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#0e75cf', GradientType=0 );
}
.BtnDarkBlue {
    color: #fff;
    border: 1px solid rgb(0,0,128);
    background: rgba(0,136,255,1);
    background: -moz-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(14,117,207,1)));
    background: -webkit-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: -o-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
    background: linear-gradient(to bottom, rgb(25,25,112) 0%, rgb(25,25,112) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#0e75cf', GradientType=0 );
}
.BtnDarkBlue:hover, .BtnDarkBlue:focus, .BtnDarkBlue.focus {
    color: #F0F8FF;
}
.BtnDarkRed {
    color: #fff;
    border: 1px solid #8e0707;
    background: rgba(242, 222, 222, 1);
    background: -moz-linear-gradient(top, rgba(242, 222, 222, 1)) 0%, rgba(14,117,207,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 222, 222, 1)), color-stop(100%, rgba(14,117,207,1)));
    background: -webkit-linear-gradient(top, rgba(242, 222, 222, 1) 0%, rgba(14,117,207,1) 100%);
    background: -o-linear-gradient(top, rgba(242, 222, 222, 1) 0%, rgba(14,117,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 222, 222, 1) 0%, rgba(14,117,207,1) 100%);
    background: linear-gradient(to bottom, rgb(236, 32, 41) 0%, rgb(195, 76, 82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#0e75cf', GradientType=0 );
}
.word-field{
    width: 90%;
    margin-bottom: 7px !important;
    display: inline;
}

.remove-field, .add-field{
    height: 45px;
    border-radius: 13px;
}

.save-btn{
    margin-right: 5%;
}

.TopNav{
	height: 83px;
}


.editing {
	background-color: #ffffff;
	color: #636b6f;
	padding: 4px;
	border: 1px solid black;
}

.editing.danger {
	background-color: #f2dede;
}


.plus-bottom {
	position: relative;
	top: 3px;
	left: 9px;
}

#statusBar {
	line-height: 54px;
	font-weight: bold;
	z-index: 100;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

#statusBar.active {
	background-color: #f5f5f5;
}

#statusBar.info {
	background-color: #d9edf7;
}

#statusBar.danger {
	background-color: #f2dede;
}


.dropdown-menu{
	margin-left: -50px;
}
.dropdown-menu>li>a{
	font-size: 19px;
}


.width_40 {
	max-width: 772px;
}

.infoBoxesContainer {
	float: right;
}

.width_20 {
	min-width: 257px;
	margin-bottom: 20px;
}

/**/
#add_clue_form{
	margin-top: 10px;
}
#add_clue_form .save-clue{
	padding-top: 4px;
}
#add_clue_form input{
	padding: 13px;
}
#checkboxes{
	color: #000;
}
#advanced_search, #advanced_search label{
    color: #fff;
}
/*#word-tag{
    height: 500px;
	overflow: auto;
}*/
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal .modal-body li.alert-danger {
	font-size: 14px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

@media only screen and (min-width : 1200px) {
   	.word-clue tr td:first-child { max-width: 40px; }
   	.word-clue tr td:nth-child(2) { min-width: 210px; }
    .word-clue tr td:nth-child(3) { min-width: 310px; }
    .word-clue tr td:nth-child(4) { min-width: 146px; }
}

@media only screen and (max-width: 1150px) {
	.infoBoxesContainer {
		width: 100%;
		float: left;
	}

	.width_40 {
		width: 100%;
	}

	.width_20 {
		width: 33.33333%;
	}
}


@media only screen and (max-width: 803px) {
	.SubpageWrapper > .MainWrapper > .row {
		margin-left: 0;
		margin-right: 0;
	}
	.width_40 {
		min-width: 100%;
	}

	.width_20 {
		min-width: 100%;
	}

}

/*Loader*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 991px) {
    .TopNav{
		height: 0px;
	}
}

@media only screen and (max-width: 480px) {
    .word-field{
        width: 82%;
    }
}

/*Custom*/
.filterBtns{
	/*margin-right: 10px;*/
    border-radius: 30px !important;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 15px 9px 15px;
}

.filterBtns:last-child{
	float: right;
}

.filterBtns.active, .filterBtns.active.focus, .filterBtns:active, .open>.dropdown-toggle.filterBtns {
    color: #fff;
    background-color: #191919;
    border-color: #204d74;
}

.filterBtnsDel{
	/*margin-right: 10px;*/
    border-radius: 30px !important;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 15px 9px 15px;
}

.filterBtnsDel:last-child{
	float: right;
}

.filterBtnsDel.active, .filterBtnsDel.active.focus, .filterBtnsDel:active, .open>.dropdown-toggle.filterBtnsDel {
    color: #fff;
    background-color: #8A1B03;
    border-color: #204d74;
}

.filterBtnsClue{
	/*margin-right: 10px;*/
    border-radius: 30px !important;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 15px 9px 15px;
}

.filterBtnsClue:last-child{
	float: right;
}

.filterBtnsClue.active, .filterBtnsClue.active.focus, .filterBtnsClue:active, .open>.dropdown-toggle.filterBtnsClue {
    color: #fff;
    background-color: #191919;
    border-color: #204d74;
}
.deletedClue{
	color: #9e9d9d;
	font-style: italic;
}
.word-clue td span{
	/*font-weight: 700;*/
}
.alert{
	max-height: 200px;
}
#importPreview{
	display: none;
	max-height: 575px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 15px;
}
#importPreviewHeader{
	display: none;
}

.filterBtnsWord{
	/*margin-right: 10px;*/
    border-radius: 30px !important;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 15px 9px 15px;
}

.filterBtnsWord.active, .filterBtnsWord.active.focus, .filterBtnsWord:active, .open>.dropdown-toggle.filterBtnsWord {
    color: #fff;
    background-color: #000A36;
    border-color: #204d74;
}

td[onclick^] {
	cursor: pointer;
}
.code{
	border-radius: 2px;
    padding: 1px 3px;
    font-size: 13px;
    margin: -1px 2px;
}
.source-title {
    display: block;
}

.source-title:first-letter {
    text-transform: uppercase;
}
.input-tag-title{
    border: 1px solid #ccc;
    color: #999;
}
.disabled{
	color: #ccc;
}
#select_clue_difficulty{
	color: #333;
	margin-left: 743px;
}
#select_clue_difficulty select{	
    width: 180px;
    border-radius: 36px;
    padding: 10px !important;
}
.code h4{
    cursor: pointer;
    line-height: 1.6;
    color: #fff;
}
.code > h4 > i{
    margin-right: 40px;
}
.code h4 div{
    /*border-bottom: 1px solid #ccc;*/
}
.SearchBy a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 42px;
    background: #fff;
    border: none;
    padding: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.SearchBy input.form-control {
    padding-left: 25px;
}
.code h4 div.col-sm-9::first-letter {
	text-transform: capitalize;
}
.form-check-label{
	color: #333;
}
.forgot-label{
	min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
}
.remember-me-block .checkbox{
	margin-left: 22px;
}
.user-panel{
	margin-top: 30px;
}
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #202785;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#toTop:hover {
  background-color: #3A88FA;
}
.BtnGreen:hover, .BtnGreen:focus, .BtnGreen.focus {
    color: #fff;
}
.SubpageWrapper > .MainWrapper > .clue-list-top{
	margin-right: 20px;
}
.panel-page{
	margin-top: 30px;
}
.textKey .syllableBtn {
    display: none;
}
.textKey:hover .syllableBtn {
    display: inline;
}
.textKey{
	display: inline-flex;
}
.green-comp{
	background: linear-gradient(to bottom, rgb(34,139,34) 0%, rgb(0,128,0) 100%);
    border: 1px solid #006400;
    color: #fff;
}
.blue-comp{
	background: #317ff3;
    color: #fff;
    border: 1px solid #8d90b7;
}
.blue-comp:hover, .blue-comp:focus, .blue-comp.focus{
	background: #317ff3;
    color: #fff;
    border: 1px solid #eee;
}
.editing{
	min-width: 160px;
}
#clueList tr.isEditing{
	background-color: #d9edf7;
}
.table>tbody>tr>td{
	border: 0px;
}
#clueList>tbody>tr{
	border-bottom: 1px solid #ccc;
}
.menu-other>.dropdown-menu {
    background: #fff;
    padding: 5px;
}
.menu-other>.dropdown-menu>li>a{
	color: #150063;
}
#item-list{    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 190px;
    position: absolute;
    margin-left: 18px;}
#item-list li{padding: 10px;
    background: #151142;
    border-bottom: #bbb9b9 1px solid;
    color: #fff;
    font-weight: 600;}
#item-list li:hover{background:#433e75;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}
#template_group{
    width: 160px;
}
.dictionary-links > p{
	margin: 0 0 5px 0;
    padding: 5px;
}

.dictionary-links{
	background: #fff;
}
.numberOfClues > a{
	color: #202785;
}
.gen-filter input[type=number]{
    width: 160px;
    border: 0;
    border-radius: 62px;
    padding-left: 10px;
    font-size: 15px;

}
.gen-filter label{
    color: #414141;
}
.gen-filter a.close-btn{
    float: right;
}
select {
      appearance: none;

}

.open>.dropdown-menu {
    display: block;
    background: #fff;
}
.dropdown-menu > li{
	border-bottom: 1px solid #eee;
    padding: 4px;
}
.rd-navbar-nav>li>.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color: #fff;
}
.client-table .bg-prime{
    background: #4c53c1 !important;
    color: #fff !important;
}
.resultContainer .selectClient {
    display: none;
    font-size: 20px;
}
.resultContainer:hover .selectClient {
    display: inline;
}
.resultContainer .selectClient i {
    line-height: 0px;
}
.resultContainer {
    height: 64px;
}
.btn-11{
    font-size: 14px;
    background: #A19772;
    color: #fff;
    margin-right: 3px;
}
.btn-12{
    font-size: 14px;
    background: #659EC7;
    color: #fff;
    margin-right: 3px;
}
.btn-13{
    font-size: 14px;
    background: #ff44cc;
    color: #fff;
    margin-right: 3px;
}
.client-table tr .btn{
    border: 1px solid #202785;
    padding: 5px 10px;
}
.client-table .publication td:first-child{
    padding-left: 25px;

}
.publication{
    font-size: 16px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}