/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,100);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }

body, html
{
	height: 100%;
	width: 100%;
}

*
{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#container { 
	width: 100%; 
	margin: 0 auto; 
	background-color: #eff2f6; 
	height: 100%; 
	position: relative;
	font-family: "Source Sans Pro",sans-serif;
}


/*
@media screen and (min-width: 960px) {
    #container { width: 960px; }
}
*/

@media screen and (min-width: 1280px) {
    #ssosessions-page #container { width: 1280px; }
}

@media only screen and (max-width: 960px) {
    #container { width: 100%; }
    #content {
    	
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

body#cas {
    background: #ffffff; /* Old browsers */
}

label a:LINK , label a:VISITED 
{
	color: #9b9da3;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	display: block;
}

label a:HOVER
{
	color: #666;
	text-decoration: none;
}

a{
	color: #90a6c1;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:link, a:visited {
    
    
}

a:hover, a:FOCUS {
    color: #547297;
    text-decoration: underline;
    
}

p {
    margin-bottom: 1.4em;
}

header {
    overflow: hidden;
    background: #194583 url(../images/bkg-header.png) no-repeat scroll 0 0 / 100% auto;
    position: relative;
    background-size:cover;
}

header #logo {
    display: block;
    background: url(../images/mea-logo.png) no-repeat;
    text-indent: -999em;
    float: left;
    height: 100px;
    width: 80%;
    margin-right: 40px;
    border: 0px;
}

header #home-link
{
	background: url(../images/headers/ico-exit.svg) no-repeat;
	background-position: right;
	padding-right: 20px;
}

header #change-languages
{
	float: right;
	display: none;
	
}

header h1 {
    width: 90px;
    height: 66px;
    background: url(../images/mea-logo-only.png) no-repeat;
    text-indent: -999em;
    margin: 50px 0;
}

.meta{
	background-color: #194583;
	line-height: 40px;
	min-height: 40px; 
}

.meta a {
	font-size: 16px;
	position: relative;
}

.big-holder
{
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}

.small-holder
{
	margin: 0 auto;
	max-width: 600px;
	padding: 0 20px;
}

div#login
{
	width: 100%;
	font-size: 12px;
}



#login h3 {
	color: #1e428a;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	margin-bottom: 35px;
}

#content {
    overflow: hidden;
    background: #fff;
    padding: 35px 10%;
    /*height: 440px;*/
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #edeff2;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}

#content.change-password
{
	margin-top: 50px;
}

#content #form-login-password
{
	position: relative;
}

#content #link-showHideAllPasswords-container
{
	position: relative;
	top: -60px;
	margin-left: auto;
	margin-right: auto;
}

#content #link-showHideAllPasswords-container a
{
	position: absolute;
	right: 5px;
}



#msg {
    padding: 20px;
    margin-bottom: 40px;
}

#msg.errors {
    border: none;
    border-left: 6px solid #bb0000;
    color: #c9070e;
    background: url(../images/error.png) no-repeat 20px center;
	background-size: 20px;
	background-position: 12px 10px;
	padding: 10px 0 10px 40px;
	
	
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0px;
    
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    
    
}

#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/success.png) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.png) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.png) no-repeat 20px center; }

#error-container
{
	position: relative;
	max-width:560px;
	width: 100%;
	display: block;
	top: 25px;
	z-index: 1;
}

.errors {
    border: none;
    color: #BB0000;
    padding-left: 100px;
    padding-top:5px;
    margin-bottom:5px;
    background: url(../images/error.png) no-repeat 20px center;
   
}

#serviceui.serviceinfo {
    border: 1px dotted #0066FF;
    color: black;
    padding-left: 10px;
    padding-top: 5px;
}

#servicedesc {
    vertical-align:middle;
    padding-left: 30px;
    width: 90%;
}

#login {
    width: 320px;
    float: left;
    margin-right: 20px;
}

#login h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
}

#login .row {
    padding: 10px 0;
}

#login label {
	color: #0a1a39;
	font-size: 16px;
	margin-bottom: 5px;
	
}

#login label#rememberMe-label {
    display: inline;
    font-size: 14px;
}


#login .check label {
    display: inline;
}


#login input[type=text], #login input[type=password], #login input[type=username] {
    
    height: 40px;
    background-color:#fff;
    border: 1px solid #9b9da3;
    -webkit-border-radius: 4px;
    	    border-radius: 4px;
    display: inline-block;
        
    font-size: 16px;
    padding: 0 5px;

    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
    width: 100%;
     
}

/* USE TO CENTER */
#login #rememberMe-container,#login #btn-container
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 5px;
	
}



#login .btn-submit:hover, #login .btn-reset:hover {
    cursor: pointer;
}

#login .btn-submit:hover {
    background: #5588cc;
    opacity: 1;
}

#login .btn-reset:hover {
        opacity: 1;
}

#sidebar {
    width: auto;
    height: 100%;
}

#sidebar-content {
    padding-left: 20px;
}

#list-providers ul {
    margin-bottom: 3em;
}

#list-languages h3, #list-providers h3 {
    margin-bottom: 1.4em;
}

#list-languages ul li, #list-providers ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}

#link-showHideAllPasswords{
		padding-bottom: 25px;
}


#login #rememberMe-container
{
	display:block;
	height: 20px;
	text-align: center;
	margin-top: 55px;
}



#login .btn
{

    padding: 10px 0px;
    color: #3C3C47;
    
    border: 1px solid #2971ce;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    
    width: 45%;
    min-height:60px;
    
    opacity: 1;
    
    -webkit-transition: background ease 0.3s, border ease 0.3s, opacity ease 0.3s, padding ease 0.3s, -webkit-box-shadow ease 0.3s;
    transition: background ease 0.3s, border ease 0.3s, opacity ease 0.3s, padding ease 0.3s, -webkit-box-shadow ease 0.3s;
    -o-transition: background ease 0.3s, border ease 0.3s, opacity ease 0.3s, padding ease 0.3s, box-shadow ease 0.3s;
    transition: background ease 0.3s, border ease 0.3s, opacity ease 0.3s, padding ease 0.3s, box-shadow ease 0.3s;
    transition: background ease 0.3s, border ease 0.3s, opacity ease 0.3s, padding ease 0.3s, box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
    
    
}

#login .btn-submit {
	background-color: #2971ce;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(71,75,82,0.15);
	        box-shadow: 0px 2px 10px -2px rgba(71,75,82,0.15);
	color: #fff;
	
	float: right;
}

#login .btn-reset {
	
	background: #fff;
	float: left;
	
	opacity: 0.5;
}


#login #btn-container
{

}

#forget-password-container
{
	
}

#password-rules
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    margin-top: 14px;
    padding: 5px;
    border-radius: 5px;
    color: #888;
}

footer {
    padding: 20px;
    color: #666;
}

footer a:link, footer a:visited {
    color: white;
}

/* iphone landscape */
@media only screen and (max-height: 800px) {
	#content {
		margin-top: 0px;
	}
	header h1{
		margin: 35px 0;
	}
	#password-rules
	{
	}
	#login h3{
		margin-bottom: 10px;
	}
	#login input[type=text], #login input[type=password], #login input[type=username] {
		margin-bottom: 10px;
		height: 35px;
	}
	#content #link-showHideAllPasswords-container
	{
		top: -38px;
	}
}

@media only screen and (max-width: 960px) {
    header { 
    	padding: 0px; 
    	background-size: 100% 100%;  
    	height: 140px;}
    #container { 
    	width: 100%;
    	background-color: #fff; 
    	}
    .small-holder
    {
   	 	width:95%;
   	 	padding: 0;
    }
    #content, #content.change-password{
    	padding: 20px 0 20px 0;
    	width:100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-top: 0px;
        border: none;
    }
    header h1 { 
    	font-size: 1em; 
    	width: 65px; height: 50px; 
    	background-size: 65px 50px; 
    	/* top:20px; */
    	left: 55px; 
    	float: none;
    	position: relative;
	}
	
	#error-container{
		position: relative;
		top: 0px;
		background: #fff;
		padding: 5px 0 0 0;
	}
	#msg.errors
	{
		
	}
	
}

@media only screen and (max-width: 855px) {
    #logo { display: none; }
    header h1 { 
    	font-size: 1em; 
    	width: 65px; height: 50px; 
    	background-size: 65px 50px; 
    	top:20px; 
    	left: inherit; 
    	margin-right: auto;
    	margin-left: auto;
    	margin-top:0;
    	float: none;
    	position: relative;
    	}
    #login { float: none; width: 100%; }
    #fm1 .row input[type=text],
    #fm1 .row input[type=password] { width: 100%; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; background: #70ba61; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
    #fm1 .row .btn-reset { display: none; }
    #sidebar { margin-top: 20px; }
    #sidebar .sidebar-content { padding: 0; }
}


@media only screen and (max-width: 415px) {
	header h1 {
		top:20px;
	} 
}


@media only screen and (max-height: 415px) {
	header
	{
		height: 115px;
	}
	
	header h1{
		top:10px;	
	}
	
	#content { 
		margin-top: 0px; 
		position: relative;
		width: 100%;
		padding: 5px 0 0 0;
	}
	
	#password-rules
	{
	}
	#login h3
	{
		margin: 0;
	}
	#login input[type=text], #login input[type=password], #login input[type=username] 
	{
		margin-bottom: 10px;
	}
	#content #link-showHideAllPasswords-container
	{
		top: -45px;
	}
	
	#loupe
	{
		width: 30px;
	}
	
}

/**
 * SSO Sessions Styles
 */
#loadingMessage {
    font-size: 14px;
}

#cas-sessions, #no-cas-sessions {
    display: none;
}
#no-cas-sessions div {
    margin-top: 2em;
}

.ssoSessions #content {
    border-radius: 4px;
    padding: 20px;
}

#container-stable {
    margin: 20px 0 20px;
}

.ssoSessions .btn-success {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ssoSessions .sorting_desc, .ssoSessions .sorting_asc {
    background-color: rgba(239, 239, 239, 0.8);
}
.ssoSessions #removeAllSessionsButton.btn .badge {
    color: #000;
    padding-right: 9px;
}

.ssoSessions .adminPanels {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2em;
    margin-top: 1em;
    padding-bottom: 1em;
}

.ssoSessions .adminPanels .panel-default>.panel-heading {
    background-color: #fff;
    border-bottom: none;
}
.ssoSessions .adminPanels .panel-default>.panel-heading h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20pt;
}

.ssoSessions .adminPanels .panel-default > .panel-heading:after {
    position: absolute;
    font-family: FontAwesome;
    top: -5px;
    right: 30px;
    font-size: 70pt;
    color: #153e50;
    opacity: 0.1;
}
.adminPanels .users-panel.panel-default > .panel-heading:after {
    content: "\f0c0";
}

.adminPanels .usage-panel.panel-default > .panel-heading:after {
    content: "\f201";
}

.adminPanels .tickets-panel.panel-default > .panel-heading:after {
    content: "\f145";
}


.ssoSessions td.details-control {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10pt;
    color: #337ab7;
}
.ssoSessions td.details-control:after {
    content: "\f067";
    /*content: "\002B"; - thinner plus sign */
}
.ssoSessions tr.shown td.details-control:after {
    content: "\f068";
    /*content: "\002D"; - thinner minus sign */
}

.row-detail-wrapper {
    /*background-color: cornsilk;*/
    background-color: #d9edf7;
}
.ssoSessions .row-detail thead {
    display: none;
}
.ssoSessions .row-detail {
    /*font-size: 8pt;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ssoSessions .field-label {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 8pt;*/
    /*font-weight: bold;*/
}

.principal_attributes td:first-child {
    width: 30%;
}
table.principal_attributes>tbody>tr>td {
    border-top-color: #E6E6E6;
}

.adminPanels .panel-body {
    padding-top: 5px;
}
.adminPanels .panel-body span {
    font-family: 'Lato', sans-serif;
    font-size: 30pt;
    font-weight: 100;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#alertBox {
    display: none;
}

/**
 SB Admin Styles
 */

.huge {
    font-size: 30pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.semi-huge {
    font-size: 18pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
/**
 * Statistics View
 */

.statisticsView {
    display: none;
}

.statisticsView .progress-meter .background {
  fill: #DFEAFD;
}
.statisticsView .progress-meter .foreground {
  fill: #2E7AF9;
}
.statisticsView .progress-meter text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .progress-meter .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}

.modal {
    display: none;
}

/**
 * Runtime Statistics Gauge styles
 */
.statisticsView .runtimeStatistics .background {
  fill: #DFEAFD;
}
.statisticsView .runtimeStatistics .foreground {
  fill: #2E7AF9;
}
.statisticsView .runtimeStatistics text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .runtimeStatistics .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}
#uptime-panel {
    display: none;
}
#uptime {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
}

.thread-dump-view {
    height: 600px;
    overflow-y: auto;
}

#metricsGauges strong {
    display: block;
}

#metricsGauges .panel {
    width: 100%;
}

#metricsGauges ul {
  height : auto;
  overflow : hidden;
}

#metricsGauges li {
  float : left;
  width : 80px;
  height: 80px;
  margin: 0 0 10px 10px;
  background : #d8d8d8;

}
#metricsGauges ul li:nth-child(5n + 1) {
  clear : left;
}


.statisticsView .equal, .statisticsView .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.statisticsView .section {
    margin-bottom: 25px;
}

#viewSsoSessions {
    color: white;
}

.statisticsView .adminPanels.container-fluid {
    padding-right: 0;
}

/**
 * View Configuration Styles
 */
#viewConfigError {
    display: none;
}
#view-configuration {
    display: none;
}