/*******************
* SCREEN INDEPENDENT
********************/
/* RESET */
html, body
{
	height: 100%;
	margin: 0;
}

body
{
	overflow-y: scroll;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a:link,
a:hover,
a:active,
a:visited
{
	text-decoration: none;
	color: inherit;
}

.ms-dlgContent
{
	position: fixed;
}

#ms-designer-ribbon
{
	display: none;
}
/* END OF RESET */



/* UI */
.default
{
	cursor: default;
}

.pointer
{
	cursor: pointer;
}

.help
{
	cursor: help;
}
/* END OF UI */



/* TYPOGRAPHY */
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}
/* END OF TYPOGRAPHY */



/* LAYOUT */
.container
{
	max-width: 1170px;
}

.container #main
{
    float: left;
    width: 67%;
    margin: 3% 0;
}

.container #sidebar
{
    float: right;
    width: 29%;
    margin: 3% 0;
}

.center
{
	margin: 0 auto;
}

.textcenter
{
	text-align: center;
}

.middle
{
	vertical-align: middle;
}

.baseline
{
	vertical-align: baseline;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.text-right
{
	text-align: right;
}

.clear
{
	clear: both;
}

.inline-block
{
	display: inline-block;
}

.hidden
{
	display: none;
}

.fullwidth
{
	width: 100%;
}
/* END OF LAYOUT */



/* COLORS */
.red
{
	color: #ff4f3f;
}

.green
{
	color: #26d170;
}

.blue
{
	color: #2f7799;
}
/* END OF COLORS */



/* BUTTONS */
.btn-sidebar
{
	width: 302px;
	margin: 0 0 30px;
	padding: 10px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
/* END OF BUTTONS */



/* CONTENT */
.ms-backgroundImage
{
	background: rgba(0, 0, 0, 0) url('../img/bg-pattern.png') repeat scroll 0% 0%;
}

#top
{
	padding: 15px 0;
	background-color: #2a4069;
}

#top #logo .title
{
	margin-left: 15px;
}

#top #logo .title>a
{
	font-size: 25px;
	color: #fff;
}

#top #logo .title>div
{
	font-size: 12px;
	color: #ededf2;
}

#top #language
{
	margin: 25px 40px 0 0;
	font-size: 15px;
	color: #fff;
}

#top #language>span
{
	margin: 0 10px;
}

#top #language a:hover
{
	color: #d08866;
}

#top #user
{
	margin-top: 20px;
}

#top #user .ms-welcome-hover
{
	background-color: inherit;
	border-right: none;
}

#top #user .ms-welcome-root>a.ms-core-menu-root
{
	color: #fff;
}

#top #user .ms-welcome-root>a.ms-core-menu-root:hover
{
	color: #d08866;
}

#top #user .ms-menu-hovarw
{
	margin-left: 4px;
}

#top #user a:link.ms-signInLink,
#top #user a:active.ms-signInLink,
#top #user a:visited.ms-signInLink
{
	color: #fff;
}

#top #user a:hover.ms-signInLink
{
	color: #d08866;
}

#navigation
{
	display: block;
	padding: 5px 0;
	background-color: #385388;
	font-size: 18px;
}

#navigation span,
#navigation ul,
#navigation li,
#navigation a
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a
{
	color: #fff;
}

#navigation a:hover
{
	color: #bdcae5;
}

#navigation a.selected
{
	font-weight: normal;
	color: #d08866;
}

#navigation a .ms-navedit-flyoutArrow
{
	padding-right: 15px;
}

#navigation li.static
{
	padding: 0 20px 0 32px;
}

#navigation li.static:first-child
{
	padding-left: 0;
	background: none;
}

#navigation ul.dynamic
{
	width: 350px !important;
	padding: 10px 0;
	border: none;
	background-color: #385388;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

#navigation li.dynamic
{
	padding: 4px 0 4px 10px;
	font-size: 15px;
}

#navigation .ms-navedit-editArea
{
	display: none;
}

#navigation .ms-core-navigation
{
	font-family: 'Lato', sans-serif;
}

.search
{
	width: 100%;
	height: 160px;
	background: url('../img/search-bg.png') no-repeat center center;
}

.search #which
{
	color: inherit;
	border-bottom: 1px solid rgba(189, 202, 229, .5);
}

.search #which:hover
{
	color: #d08866;
}

.search .title
{
	font-size: 30px;
	color: #fff;
}

.search .subtitle
{
	margin-top: 5px;
	font-size: 18px;
	color: #fff;
}

.search #box
{
	padding-top: 15px;
	text-align: center;
}

.search .elements
{
	margin-top: 20px;
}

.search .elements input
{
	width: 500px;
	margin-right: -4px;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 3px 0 0 3px;
}

.search .elements #btnsearch
{
	display: inline-block;
	height: 39px;
	width: 39px;
	vertical-align: middle;
	color: #fff;
	background-color: #2a4069;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}

.search .elements #btnsearch>i
{
	margin-top: 6px;
}

.search .elements #btnsearch>i:hover
{
	color: #bdcae5;
}

.search.small
{
	height: 100px;
}

.search.small #box
{
	padding-top: 33px;
}

.search.small .title
{
	font-size: 25px;
}

.search.small .elements
{
	margin: 0 0 0 4%;
}

.search.small .elements input
{
	width: 400px;
	padding: 6px 12px;
	font-size: 16px;
	border-radius: 3px 0 0 3px;
}

.search.small .elements #btnsearch
{
	height: 34px;
	width: 34px;
}

.search.small .elements #btnsearch>i
{
	margin-top: 3px;
}

#temp-warning
{
	box-sizing: border-box;
	margin: 25px auto 0 auto;
	padding: 5px 0 5px 10px;
	font-size: 18px;
	color: #912d4c;
	background-color: #fff6f6;
	border: 1px solid #e0b4b4;
}

.sources
{
	column-count: 2;
	column-gap: 20px;
}

.sources .box
{
	display: inline-block;
	width: 300px;
	margin-bottom: 30px;
	background-color: #fff;
	border: 20px solid #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.sources .box .title
{
	padding-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	color: #2a2e31;
	border-bottom: 1px solid #d08866;
}

.sources .box .desc
{
	margin: 10px 0 10px;
	font-size: 14px;
	color: #808080;
}

.sources .box .content
{
	margin-top: 15px;
}

.sources .box .content .fa
{
	width: 1.2em;
}

.sources .box .source
{
	margin: 10px 0;
	color: #c0c0c0;
}

.sources .box .source.unlocked
{
	color: #2f7799;
}

.sources .box .source.unlocked:hover
{
	color: #d08866;
}

.sources .box .source.bottomlink
{
	padding-top: 5px;
}

.sources .box .dropdown
{
	width: 100%;
}

.sources .box .video
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.index
{
	margin-bottom: 5%;
	background-color: #fff;
	border: 20px solid #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.index .navigation
{
	padding: 0 15px 15px;
	font-size: 15px;
	color: #596268;
	border-bottom: 1px solid #d08866;
}

.index .navigation .link:hover
{
	color: #d08866;
}

.index .navigation .divider
{
	padding: 0 10px;
}

.index .navigation .active,
.index .subnavigation .active
{
	color: #d08866;
}

.index .navigation .filter
{
	margin-right: 10px;
}

.index .atozlist
{
	margin: 7px 15px 0;
	font-size: 14px;
	color: #596268;
}

.index .atozlist .link:hover
{
	color: #d08866;
}

.index .atozlist .divider
{
	margin: 0 7px;
}

.index .subsearch
{
	padding: 7px 15px 7px;
	font-size: 14px;
	border-bottom: 1px solid #d08866;
}

.index .subsearch td:first-child,
.index .subsearch td:nth-child(2)
{
	padding-right: 25px;
}

.index .subsearch select
{
	width: 120px;
	padding: 2px;
}

.index .subsearch .titlesearch
{
	padding: 3px 5px;
}

.index .subsearch .btn-titlesearch
{
	padding: 5px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #ce7d4e;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.index .subsearch .btn-titlesearch:hover
{
	opacity: 0.85;
}

.index .subjects
{
	width: 100%;
	margin-top: 10px;
	color: #2a2e31;
	font-size: 15px;
}

.index .subjects .button
{
	padding: 10px;
	cursor: pointer;
	transition: 0.1s;
}

.index .subjects .button:hover
{
	background-color: #EBF0F4;
}

.index .subjects .button .label
{
	display: inline-block;
	margin-left: 10px;
}

.index .source
{
	margin: 10px 0 10px 5px;
	font-size: 14px;
	color: #c0c0c0;
}

.index .subject .source
{
	margin: 10px 0 10px 20px;
}

.index .source .fa
{
	width: 1.2em;
}

.index  .source.unlocked
{
	color: #2f7799;
}

.index  .source.unlocked:hover
{
	color: #d08866;
}

.news
{
	background-color: #fff;
	border: 20px solid #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.news .item:not(:first-child)
{
	margin-top: 15%;
}

.news .item .title
{
	font-size: 20px;
	font-weight: bold;
	color: #2a2e31;
}

.news .item .date
{
	padding: 5px 0 7px;
	font-size: 12px;
	color: #596268;
	border-bottom: 1px solid #d08866;
}

.news .item .content
{
	margin-top: 2%;
	font-size: 15px;
}

.news .item .content .link
{
	color: #2f7799;
}

.news .item .content .link:hover
{
	color: #d08866;
}

.activate .message
{
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

#sidebar .message.success
{
	width: 302px;
	margin: 0 0 30px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #2a2e31;
	background-color: #fcfff5;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#profile
{
	width: 300px;
	margin-bottom: 30px;
	font-size: 15px;
	border: 1px dotted #ea4848;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#profile>div
{
	background-color: #fff;
	border: 20px solid #fff;
}

#profile .label
{
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	color: #ea4848;
	border-top: 1px solid #ea4848;
	font-weight: bold;
}

#how-to-search .img
{
	width: 260px;
}

#mysources,
#recent-searches,
#how-to-search,
#news
{
	width: 260px;
	margin-bottom: 30px;
	background-color: #fff;
	border: 20px solid #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#mysources .title,
#recent-searches .title,
#how-to-search .title,
#news .title
{
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #2a2e31;
	border-bottom: 1px solid #bdcae5;
}

#mysources .content,
#recent-searches .content,
#how-to-search .content,
#news .content
{
	margin-top: 15px;
}

#mysources .content .fa,
#recent-searches .content .fa,
#news .content .fa
{
	margin-right: 5px;
}

#mysources .content .link,
#recent-searches .content .link,
#news .content .link
{
	display: block;
	margin: 10px 0;
	font-size: 14px;
	color: #2f7799;
}

#mysources .content .link.inline
{
	display: inline;
}

#mysources .content .link:hover,
#recent-searches .content .link:hover,
#news .content .link:hover
{
	color: #d08866;
}

#mysources #funcrow
{
	color: #808080;
}

#mysources .btn
{
	cursor: pointer;
}

#mysources .btn:hover
{
	color: #d08866;
}

#mysources .divider
{
	padding: 0 12px;
}

#mysources .entry
{
	margin: 10px 0;
}

#webinar
{
	color: #fff;
	background-color: #488487;
}

#feedback
{
	background-color: #ce7d4e;
}

#linkedin
{
	background-color: #0a66c2;
}

#webinar:hover,
#feedback:hover,
#linkedin:hover
{
	opacity: 0.85;
}

#newsletter input
{
	width: 260px;
	padding: 10px 20px;
	font-size: 14px;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}

#newsletter button
{
	color: #2a2e31;
	background-color: #bdcae5;
}

#newsletter button:hover
{
	opacity: 0.85;
}

#twitter
{
	width: 302px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#searchengine
{
	margin: 30px 0 40px;
}

#searchengine .connectors
{
	width: 15%;
	margin-top: 50px;
}

#searchengine .content
{
	width: 80%;
	margin-left: 5%;
}

#searchengine .pyramid-list,
#searchengine .connector-list
{
	margin: 7px 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

#searchengine .pyramid-list .pyramid-level
{
	margin-bottom: 30px;
}

#searchengine .pyramid-list .title
{
	padding-bottom: 7px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #bdcae5;
}

#searchengine .connector-list .connector
{
	padding: 3px 0;
	color: #c0c0c0;
	cursor: pointer;
}

#searchengine .connector-list .connector .fa-lock
{
	width: 1.2em;
}

#searchengine .connector-list .connector.active,
#searchengine .connector-list .connector:hover
{
	color: #d08866;
}

#searchengine .navigation
{
	width: 100%;
	margin-left: 10%;
}

#searchengine .navigation .group
{
	display: inline-block;
	padding-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #c0c0c0;
	cursor: pointer;
}

#searchengine .navigation .group:hover
{
	color: #d08866;
}

#searchengine .navigation .group:not(:last-child)
{
	margin-right: 40px;
}

#searchengine .navigation .group.active
{
	color: #d08866;
	border-bottom: 3px solid #d08866;
}

#searchengine .results
{
	width: 100%;
	margin-top: 3%;
	background-color: #fff;
	border: 20px solid #fff;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#searchengine .results .summary
{
	margin: 10px 0 10px;
	font-size: 14px;
	color: #808080;
}

#searchengine .results .result-list
{
	padding-left: 15px;
	list-style-type: decimal;
	font-size: 15px;
}

#searchengine .results .result
{
	margin: 20px 0;
}

#searchengine .results .result .title
{
	color: #2a2e31;
	cursor: pointer;
}

#searchengine .results .result .title:hover
{
	color: #3247ff;
}

#searchengine .results .result .divider
{
	margin: 0 7px;
	color: #c0c0c0;
}

#searchengine .results .result .preview
{
	font-size: 13px;
	color: #d08866;
	cursor: pointer;
}

#searchengine .results .result .preview:hover
{
	color: #ad7256;
}

#searchengine .results .result .source
{
	margin-top: 5px;
	font-size: 12px;
	color: #606060;
}

#searchengine .results .result .connector
{
	margin-top: 5px;
	font-size: 11px;
	color: #06992a;
}

#usermanagement
{
	width: 80%;
	margin: 0 auto;
}

#usermanagement .link:hover
{
	color: #2f7799;
}

#usermanagement #crawlstatus
{
	margin-bottom: 20px;
}

#usermanagement #actionbar,
#usermanagement hr,
#usermanagement #useractionsbar
{
	margin-bottom: 20px;
}

#usermanagement #actionbar .label
{
	font-size: 16px;
}

#usermanagement #actionbar .input
{
	padding: 6px;
	box-sizing: border-box;
}

#usermanagement #actionbar .input.big
{
	width: 30%;
}

#usermanagement #actionbar .input.huge
{
	width: 40%;
}

#usermanagement #actionbar .button
{
	height: 30px;
}

#usermanagement #actionbar .select
{
	height: 30px;
	padding: 6px;
	box-sizing: border-box;
}

#usermanagement #actionbar>span:first-child
{
	margin-right: 25px;
}

#usermanagement #actionbar>span:nth-child(4),
#usermanagement #actionbar>span:nth-child(6)
{
	margin-left: 25px;
}

#usermanagement #useractionsbar>span
{
	margin-right: 35px;
}

#usermanagement #useractionsbar span table
{
	display: inline-block;
	vertical-align: middle;
}

#usermanagement #useractionsbar>table>tbody>tr>td
{
	padding-right: 15px;
}

#usermanagement #useractionsbar .spacer
{
	padding-left: 15px;
	border-left: 1px solid #c0c0c0;
}

#usermanagement #userlist .row-header
{
	border-bottom: 1px solid #000000;
}

#usermanagement #userlist .row-header>th
{
	padding: 5px 0;
}

#usermanagement #userlist .row-record
{
	border-bottom: 1px solid #e8e9e9;
}

#usermanagement #userlist .row-record>td
{
	padding: 5px 0;
}

#usermanagement #userlist .row-record
{
	background-color: #ffffff;
}

#usermanagement #userlist .row-record:nth-child(odd)
{
	background-color: #fcfff5;
}

#usersadd,
#dissolvespip
{
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
}

#usersadd #upload span
{
	margin-right: 15px;
}

#usersadd input[type="file"]
{
	display: none;
}

#usersadd .custom-file-upload
{
	display: inline-block;
	padding: 6px 12px;
    border: 1px solid #ccc;
	font-size: 14px;
}

#usersadd hr,
#dissolvespip hr
{
	margin: 15px 0;
}

#usersadd h1,
#dissolvespip h1
{
	font-size: 18px;
	color: #807f7f;
}

#usersadd #delete
{
	margin-top: 10px;
}

#usersadd .log,
#dissolvespip .log
{
	width: 100%;
	height: 300px;
}

.page
{
	font-size: 15px;
}

.page h1,
.page h2
{
	line-height: 1;
	color: #385388;
}

.page p
{
	margin-bottom: 25px;
}

.page .subtitle
{
	margin: 10px 0 40px;
	font-size: 15px;
}

.page .text
{
	margin: 20px 0 40px;
	line-height: 1.4em;
}

.page .text.small-margin
{
	margin-bottom: 15px;
}

.page .list
{
	padding: 0 0 0 15px;
}

.page .list .item
{
	margin-bottom: 15px;
}

.page .list .item.small-margin
{
	margin-bottom: 5px;
}

.page .link:link,
.page .link:active,
.page .link:visited
{
	color: #2f7799;
}

.page .link:hover
{
	color: #d08866;
}

.page img.border
{
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#footer
{
	padding-bottom: 30px;
	color: #b2b2b2;
	background-color: #1a1a1a;
	box-shadow: 0px -2px 3px 2px rgba(204,204,204,1);
}

#footer a:link,
#footer a:active,
#footer a:visited
{
	color: #2f7799;
}

#footer a:hover
{
	color: #d08866;
}

#footer #summary .column
{
	display: inline-block;
	width: 18.5%;
	padding-top: 20px;
	vertical-align: top;
	line-height: 2em;
}

#footer #summary .column .title
{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
}

#footer #summary .column .logo
{
	display: block;
	margin-top: 15px;
}

#footer #summary span,
#footer #summary ul,
#footer #summary li,
#footer #summary a
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#footer #summary ul
{
	margin-top: 10px;
	font-size: 15px;
}

#footer #summary .ms-navedit-editArea
{
	display: none;
}

#footer #summary .ms-core-navigation
{
	font-family: 'Lato', sans-serif;
}

#footer #lastmodified
{
	padding: 20px 0;
	text-align: center;
}

#footer #hon
{
	padding: 20px 0;
	border-top: 2px solid #262626;
}

#footer #hon .right div
{
	width: 200px;
	margin-right: 20px;
	vertical-align: top;
}

.form.useredit,
.form.useradd
{
	width: 700px;
	margin: 0 auto;
}

.form.groupmembership
{
	width: 800px;
	margin: 0 auto;
}

.form.groupmembership .row .column.box
{
	width: 350px;
	height: 350px;
}

.form.groupmembership a
{
	color: #0072bc;
}

.form.useredit .row .column
{
	padding-bottom: 10px;
}

.form.linker .link
{
	color: #2f7799;
}
/* END OF CONTENT */



/* MODAL DIALOG */

.ms-dialog .ms-backgroundImage
{
	overflow: hidden;
}

.ms-dialog header,
.ms-dialog #ms-designer-ribbon
{
	display: none;
}

.ms-dlgTitle
{
	padding-bottom: 0;
}

.ms-dlgContent #dialogTitleSpan
{
	margin: 7px 0 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #2a2e31;
	border-bottom: 1px solid #bdcae5;
	font-family: 'Lato', sans-serif;
}

.form .required
{
	font-size: 16px;
	color: #ff0000;
}

.form .switch input
{
	margin: 0 10px 0 0;
}

.form .searchresults
{
	height: 100px;
	overflow-y: auto;
}

.form .info
{
	font-size: 14px;
}

.form .row .column
{
	padding-bottom: 25px;
}

.form .row .column.small
{
	width: 200px;
}

.form .row .column.large
{
	width: 385px;
}

.form .row .column .label
{
	font-size: 16px;
}

.form .row .column .input
{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.form .row .column .input.textfield
{
	height: 100px;
}

.form .row .column .select
{
	min-width: 70%;
	padding: 3px;
	box-sizing: border-box;
}

.form .row .column .listbox
{
	width: 100%;
	height: 100%;
}

/* END OF MODAL DIALOG */


