/* ==================================================================== */
/* Le début comme dans le cas.css original */
/* ==================================================================== */
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; }
fieldset{background-color:#FEFEE2; solid 1px black;border-radius: 4px;padding:5px; text-align: justify;}
fieldset legend{text-decoration:underline; 5px;font-weight: bold;font-size: 1.2em;}

#container { width: 960px; margin: 0 auto; }



@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;
    }
}

/* ==================================================================== */
/* Puis on se lance dans l'adaptation pour MINES ParisTech */
/* ==================================================================== */
body {
    background: #212122; /* Old browsers */
}


a:link, a:visited {
    color: #257bb2;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1.4em;
}

header {
    overflow: hidden;
    background-image: url("../images/panoramique.jpg") ;
    background-size: 1000px 334px;
   	background-repeat: no-repeat;
   	margin-top:-20px;
}

#logo {
	position:absolute;
	background-image: url("../images/logo-mines-paristech.jpg") ;
    background-size: 100%;
   	background-repeat: no-repeat;
   	background-color:#fff;
    height: 160px;
    width: 160px;
    margin-top: 150px;
    margin-left: 20px;
    text-indent: -999em;
    border-radius: 8px;
    border:1px solid #90949c;
}

header h1 {
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	margin-left:210px;
	color: #fff;
	font-size:2.5em;
    width: 80%;
    height: 40px;
    padding-top: 230px;
    white-space: nowrap;
}

header h2 {
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    margin-left:210px;
	color: #fff;
	font-size:2.3em;
    width: 80%;
    height: 25px;
    white-space: nowrap;
    font-style: italic;
    font-weight: normal;
}


#content {
    clear:both;
    overflow: hidden;
    background: #F0F0F0;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
}

#cadenas-container{
	float:right;
	height:250px;
}

#cadenas{
	margin-top:30px;
	margin-right:70px;
	width:150px;
	height:150px;
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    /* Préfixes vendeurs */
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);

filter: blur(5px);
}

#login {
    margin-right: 20px;
}

#login h2 {
    font-weight: normal;
    font-size: 1.6em;
    font-weight:bold;
    margin-bottom: 20px;
}

#login .row {
    padding: 10px 0;
    padding-left: 0px;
}

#login label {
	padding-left:5px;
	display:inline-block;
    width:205px;
    font-size: 1.4em;
}


#login .check label {
    display: inline;
}

#fm1 .row input[type=text],
#fm1 .row input[type=password] {
	 width: 360px;
}

#login input[type=text], #login input[type=password] {
    font-size: 1.4em;
    padding: 5px;
}

#login .btn-submit {
    border: 0;
    font-size:1.4em;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 585px;
    background: url('../images/icon-password.png') 20px 4px;
    background-size: 44px 33px;
    background-color: #116b9e;
    background-repeat: no-repeat;
}

#login .btn-submit.small{display: none;}


#login .btn-submit:hover, #login .btn-reset:hover {
    cursor: pointer;
}

#login .btn-submit:hover {
    background-color: #005a9e;
    font-style: italic;
}

#login .btn-reset:hover {
    background: #d4d4d4;
}

#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;
}

footer {
	text-align:center;
    padding: 20px;
    color: white;
}

footer a:link, footer a:visited {
    color: #d4d4d4;
    text-decoration: none;
    font-weight: bold
}

footer a:HOVER {
	font-style: italic;
}

@media only screen and (max-width: 960px) {
    header { padding: 20px; }
    #container { width: 100%; }
    #content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 855px) {
    #logo { height: 100px;width: 100px;border:0px;margin-top: 15px;margin-left: -16px;}
    #cadenas { display: none; }
    header  {padding-top:10px;background-position: 80% 20%;}
    
    /*header h1 {margin-left:80px;font-size:2.5em;width: 100%;height: 30px;padding-top: 65px;white-space: nowrap;}*/
    header h1{display: none;}
    header h2 {margin-left:90px;font-size:2.5em;width: 100%;padding-top: 75px;white-space: nowrap;font-style: normal;font-weight: bold;text-indent: -999px}
    header h2:before{content:"Mot de passe de compte";text-indent: 0px;float:left}
    #content{padding:15px;}
    
    #content{padding:15px;}
    #login h2 {display: none; }
    #login { float: none; width: 100%; }
    #login .row {padding-left: 0px;}
    #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: #116b9e; 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: 555px) {
	header h2:before{content:"Mot de passe";text-indent: 0px;float:left}
	#login .btn-submit.big {display: none; }
	#login .btn-submit.small {display: block; }
	
}

/**
 * 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;
}


/* ///////////////////////////////////////////////////////////////////////////////////////////*/ 
/* Info, error, warning, success messages */ 
/* //////////////////////////////////////////////////////////////////////////////////////////*/ 
.infoMessage, .successMessage, .warningMessage, .errorMessage, .validationMessage, .actionMessage {
	font-size:1.5em;
    border: 1px solid;
    margin: 0px 0px 15px 0px;
    padding:15px 10px 15px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    display:block;
	list-style-type: none;
}

.infoMessage {color: #00529B;background-color: #BDE5F8;background-image: url('../images/info.png');}
.successMessage, .actionMessage {color: #4F8A10;background-color: #DFF2BF;background-image:url('../images/success.png');}
.warningMessage {color: #9F6000;background-color: #FEEFB3;background-image: url('../images/warning.png');}
.errorMessage {color: #D8000C;background-color: #FFBABA;background-image: url('../images/error.png');}

.infoMessage a{color: #00529B;font-weight: bold;}
.actionMessage a{color: #4F8A10;font-weight: bold;}
.successMessage a{color: #4F8A10;font-weight: bold;}
.warningMessage a{color: #9F6000;font-weight: bold;}
.errorMessage a{color: #D8000C;font-weight: bold;}

.inlcudes .infoMessage, #inlcudes .successMessage, #inlcudes .warningMessage, #inlcudes .errorMessage, #inlcudes .validationMessage, #inlcudes .actionMessage {margin: 0px 0px;}

