/*CSS*/

body{
	font-family: 'Raleway', sans-serif;
	background-color: rgb(244,246,252);
	color: #4a4a4a;
}

a{
	color: rgb(223, 69, 38);
}

a:hover, a:focus{
	color: rgba(223, 69, 38, 0.6);
}

a:active{
	color: rgba(223, 69, 38, 0.6);
}

ul{
	padding-left: 20px;
}

#scrollup{
	width: 36px;
	height: 36px;
	position: fixed;
	right: 15px;
	bottom:15px;
	background-image: url('../img/scrollup.svg');
	background-size: 24px 24px;
	background-position: 6px 6px;
	background-color: rgb(223, 69, 38);
	background-repeat: no-repeat;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.13);
	display: none;
}

#scrollup:hover, #scrollup:focus{
	opacity: 0.7;
}

.float-right{
	float: right;
}

.blackbar{
	background-color:#4a4a4a; 
	color:#FFF;
}

.blackbar a{
	color: #FFF !important;
}

.blackbar a:hover{
	color: #DF4526 !important;
}

div.container{
	background-color: #FFF;
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.13);
	border-radius: 0px 0px 6px 6px;
	padding: 0px;
}

.no-gutters .col{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.admin-navbar-type1{
	border-top: 2px solid #626363;
	border-bottom: 2px solid #626363;
}

.admin-navbar-type1 a{
	display: inline-block;
	text-align: center;
	padding: 10px 0px;
	background-color: #626363;
	color: #FFF;
	text-decoration: none;
	width: 25%;
	margin: 0px;
}

.admin-navbar-type2{
	border-top: 2px solid #626363;
	border-bottom: 2px solid #626363;
}

.admin-navbar-type2 a{
	display: inline-block;
	text-align: center;
	padding: 10px 0px;
	background-color: #626363;
	color: #FFF;
	text-decoration: none;
	width: 33.33%;
	margin: 0px;
}

.admin-navbar-type1 a:hover, .admin-navbar-type1 a:hover, .admin-navbar-type2 a:hover, .admin-navbar-type2 a:hover{
	opacity: 0.6;
}

.hidden{
	display: none;
}

.table{
	margin-bottom: 0px;
	border: 2px solid rgb(228,232,240);
	table-layout: fixed;
    width: 100%;
    word-break:break-all;
}

.table tr:nth-child(odd){
	background-color: rgb(228,232,240);
}

#overlay{
	width: 100%;
	height: 100%; 
	z-index: 100;
	top: 0; 
	left: 0; 
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

.nudge{
	display:inline-block;
	margin-left:5px;
}

#modalwindow{
	width: 600px;
	min-height: 100px;
	position: fixed;
	z-index: 110;
	top:10%;
    left:50%;
    margin-left:-300px;/* half width*/
    background: #FFF;
    border: 7px solid rgb(223, 69, 38);
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.13);
    border-radius: 6px;
    display: none;
    margin-bottom: 30px;
}

.modalwindow-header{
	color: #626363;
	font-size: 24px;
	border-bottom: 2px solid rgb(228,232,240);
}

.users-actions, .settings-actions, .lexicon-actions{
	width: 26px;
	height: 26px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	vertical-align: middle;
}

.lexicon-view{
	background-image:url('../img/magglass.svg');
}

.lexicon-view:hover, .lexicon-view:focus{
	background-image:url('../img/magglass_focus.svg');
}

.users-edit, .settings-edit, .lexicon-edit{
	background-image:url('../img/pencil.svg');
}

.users-edit:hover, .users-edit:focus, .settings-edit:hover, .settings-edit:focus, .lexicon-edit:hover, .lexicon-edit:focus{
	background-image:url('../img/pencil_focus.svg');
}

.users-delete, .settings-delete, .lexicon-delete{
	background-image:url('../img/garbage.svg');
}

.users-delete:hover, .users-delete:focus, .settings-delete:hover, .settings-delete:focus, .lexicon-delete:hover, .lexicon-delete:focus{
	background-image:url('../img/garbage_focus.svg');
}

.users-new, .settings-new, .lexicon-new{
	background-image:url('../img/plus.svg');
}

.users-new:hover, .users-new:focus, .settings-new:hover, .settings-new:focus, .lexicon-new:hover, .lexicon-new:focus{
	background-image:url('../img/plus_focus.svg');
}

#lexicon .lexicon, #domains .domains, #users .users, #profile .profile{
	background-color: rgb(223, 69, 38);
	color: #FFF;
	opacity: 1;
}

.minicontainer{
	padding: 0px 10px;
}

.midcontainer{
	padding: 0px 20px;
}

.smaller{
	font-size: 75%;
}

.login-link{
	float: right;
	margin-top: 35px;
	margin-right: 10px;
}

.login-box{
	width: 400px;
	margin: 0px auto;
}

.login-box-inner{
	background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.13);
    padding: 5px;
}

.block{
	display: block !important;
}

.doms{
	border: 2px solid rgb(228,232,240);
	margin-bottom: 10px;
	max-height: 200px;
	overflow-y:auto;
}

.doms label{
	padding: 5px 10px;
	margin-right: 0px;
}

.doms label:nth-child(odd){
	padding: 5px 10px;
	background-color: rgb(228,232,240);
	margin-right: 0px;
}

.sdoms{
	border: 2px solid rgb(228,232,240);
	margin-bottom: 10px;
	max-height: 200px;
	overflow-y:auto;
}

.sdoms label{
	padding: 5px 10px;
	margin-right: 0px;
}

.sdoms label:nth-child(odd){
	padding: 5px 10px;
	background-color: rgb(228,232,240);
	margin-right: 0px;
}



#notify{
  width: 200px;  
  padding: 10px;
  background-color: rgb(223, 69, 38);
  position: fixed;
  z-index: 250;
  right: 25px;
  bottom: -200px;
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
  color: #FFF;
  border-radius: 4px;
}

#close-notify{
  color: #FFF;
  font-weight: bold;
  float: right;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}

#close-notify:hover, #close-notify:focus{
  opacity: 0.7;
}

.notify-seperator{
	border-bottom: 1px solid #FFF;
}

.tooltip-inner {
    max-width: 250px;
    width: 250px; 
    padding: 6px;
}

.vmiddle{
	vertical-align: middle;
}

.h2{
	font-size: 21px;
	font-weight: bold;
}

#content-scroll{
	max-height: 250px;
	overflow-y:auto;
	overflow-x:hidden;
	margin: 10px;
	border:2px solid rgb(228,232,240);
	padding-bottom: 25px;
}

.h40{
	height: 100px;
}

.term-box{
	border:2px solid rgb(228,232,240);
	margin:10px;
}

.syn-box{
	border:2px solid rgb(228,232,240);
	margin:10px;
}

.form-box{
	margin: 10px;
}

.form-box2{
	margin: 20px;
}

.login-message{
	margin: 15px 10px 10px;
	color:rgb(223, 69, 38); 
	font-weight:bold;
}

#rte-math-preview-input{
	border: 2px solid #E4E8F0;
	padding: 5px;
	height: 75px;
}

.rte-math-preview-top{
	background-color:#E4E8F0;
	padding: 5px 8px;
}

.rte-math-preview-bottom{
	height: 70px; 
	background-color: rgb(255, 255, 255); 
	border: 2px solid #E4E8F0;
	padding: 5px 8px;
}

.input, .select{
	margin-top: 5px;
	border: 2px solid #E4E8F0;
	padding: 5px;
	border-radius: 4px;
	background-color: #FFF;
}

.button{
	background-color: rgb(223, 69, 38);
	color: #FFF;
	padding: 5px 10px;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
}

.button:hover, .button:focus{
	background-color: rgba(223, 69, 38, 0.6);
	color: #FFF;
	text-decoration: none;
}

.w320px{
	width:320px;
}

.w100pr{
	width:100%;
}

.grey-headers{
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	color: #626363;
	padding-left: 7px;
	border-bottom: 3px solid rgb(228,232,240);
	margin-bottom: 10px;
}

.filter-letters-all{
	font-size: 12px;
}

.filter-letters{
	margin-top: 5px;
	margin-bottom: 15px;
}

.filter-letter{
	display: inline-block;
	border: 1.5px solid #E4E8F0;
	padding: 0px 5px;
	text-decoration: none;
	margin-bottom: 5px;
	color: #DDD;
	min-width: 24px;
	text-align: center;
	border-radius: 4px;
}

.filter-item{
	background-color: #E4E8F0;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	color: #4a4a4a;
}

.filter-item:hover, .filter-item:focus{
	background-color: rgb(223, 69, 38);
	text-decoration: none;
	color: #FFF;
}

.fl-link{
	border: 1.5px solid rgb(223, 69, 38);
	color: rgb(223, 69, 38);
}

.fl-link:hover, .fl-link:focus{
	background-color: #E4E8F0;
	color: #000;
}

.fl-link:active{
	background-color: rgb(223, 69, 38);
	color: #FFF;
}

.fl-link-selected{
	background-color: rgb(223, 69, 38) !important;
	color: #FFF !important;
}

.grey-bar{
	background-color:rgb(98,99,99);
	color: #FFF;
}

.data-wrapper{
	padding: 12px;
	border-radius: 6px;
	background-color: rgb(228,232,240);
	color: #000;
	margin-bottom: 25px;
}

.data-wrapper-heading{
	font-size: 120%;
	border-bottom: 1.5px solid rgb(223, 69, 38);
}

.big-rad{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	padding: 10px;
	margin-right:5px;
}

.big-rad-space{
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 5px;
}

.bs-fix{
	display: inline-block;
	margin-left: 4px;
}

.expand{
	width: 26px;
	height: 26px;
	float: right;
	background-image: url('../img/expand.svg');
	background-repeat: no-repeat;
	background-size: 26px 26px;
}

.expand:hover, .expand:focus{
	opacity: 0.4;
}

.shrink{
	width: 26px;
	height: 26px;
	float: right;
	background-image: url('../img/shrink.svg');
	background-repeat: no-repeat;
	background-size: 26px 26px;
}

.shrink:hover, .shrink:focus{
	opacity: 0.4;
}

div.container2{
	margin: 0px auto;
	padding: 5px;
}

.welcome-header{
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
}

.modal-backdrop{
	z-index: 100 !important;
}

.modal-dialog{
	z-index: 150 !important;
}

.white-link{
	color: #FFF;
}

.white-link:hover,.white-link:focus{
	color: #27BEDE;
}

@media only screen and (min-width: 576px) {
	div.container2{
		max-width: 550px;
		margin: 0px auto;
		padding: 5px;
	}
}

@media only screen and (min-width: 768px) {
	div.container2{
		max-width: 720px;
		margin: 0px auto;
		padding: 5px;
	}
}

@media only screen and (min-width: 992px) {
	.footer-right{
		text-align: right;
	}

	div.container2{
		max-width: 960px;
		margin: 0px auto;
		padding: 5px;
	}
}


@media only screen and (min-width: 1200px) {
	div.container2{
		max-width: 1140px;
		margin: 0px auto;
		padding: 5px;
	}
}

@media only screen and (min-width: 1400px) {
	div.container2{
		max-width: 1320px;
		margin: 0px auto;
		padding: 5px;
	}
}

