/* app css stylesheet */
/*
html, body {
 height: 100%;
}
*/

body {
	background-color: #eee;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.gu-transit {
    pointer-events: none;
}

/* sous menu */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-submenu.dropdown-submenu-left>.dropdown-menu{left:-100%;right:100%;border-radius:6px 0 6px 6px;}

/* mobile menu */
.dropdown-submenu-mobile {
    display:block;
}

.dropdown-commission {
    max-height: 70vh;
    overflow-y: auto;
}

.glyphicon-grey {
    color:#cacaca;
}
/* Curseurs */
.cursor-move { cursor: move; }
.cursor-pointer { cursor: pointer; }
.cursor-help { cursor: help ; }
.cursor-default { cursor: default ; }

.breadcrumb>.active {
    font-size: 150%;
}

.flag {
    margin-left:5px;
    margin-right:5px;
}

.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #ccc;
  font-size: 150%;
}

.alert-rgp-container {
    margin-bottom: 0;
    margin-top: 20px;
}

.alert-rgp {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.alert-rgp-container:focus .alert-rgp, .alert-rgp-container:hover .alert-rgp, .alert-rgp:has(a:focus), .alert-rgp:has(a:hover) {
    -webkit-line-clamp: unset;
}

.navbar {
	margin-bottom: 5px;
}

h3.panel-title {
	font-size: 18px;
}

.formation p {
    margin: 0px 0px 0px 0px;
}

.navbar-default {
	background-color:#00428f;
	color:#FFFFFF;
}
.navbar-default .navbar-brand {
	color:#FFFFFF;
}
.navbar-default .navbar-brand:hover {
	color:#FFFFFF;
}
.navbar-default-fc, .navbar-default-fc .btn-primary {
    background-color: #2b6a89;
}

.loader {
	margin-left: 5px;
	margin-right: 5px;
    position: fixed;
    right: 10px;
    top: 80px;
    z-index: 2000;
}

@media (min-width:767px) {
    .menu {
        position: fixed;
        left: 177px;
        top: 55px;
        z-index: 1000;
        width: calc(100% - 210px - 177px - 20px);
    }
}


.panel {
    background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.panel-min {
    min-height: 100px;
}

.page-wrap{
    margin-top: 125px;
    min-height: calc(100vh - 202px);
}

.page-wrap:after {
  content: "";
  display: block;
}

.navbar-footer {
	padding-top: 15px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:0px;
}

.navbar-footer a {
    color: white;
}

.sortorder:after {
    content: '\25bc';
}
.sortorder.reverse:after {
    content: '\25b2';
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: auto;
	line-height: 1.42857143;
	vertical-align: auto;
}

.btn-justif {
    height: 40px;
}

.table-fixed {
    table-layout:fixed;
}

.fixed-table-container {
    position: relative;
    padding-top: 70px;
}

.fixed-table-container-inner {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.th-inner {
    position: absolute;
    top: 0;
    font-family:monospace;
    font-size: 12px;
    min-height: 80px;
    z-index: 800;
}

.th-justif {
    width:120px;
}

.th-inner-justif {
    width:80px;
    height:100px;
    margin-left:-5px;
}

.fixed-table-container-inner {
    clear: both;
}
.fixed-table-container-inner>table {
    table-layout: fixed;
}
.fixed-table-container-inner .sticky-col {
    position: sticky;
    width: 120px;
    z-index: 1;
}
.fixed-table-container-inner>table>thead {
    position: sticky;
    top: 0;
    z-index: 2;
    outline: 3px solid #ddd;
}
.fixed-table-container-inner td.sticky-col {
    background-color: white;
}
.fixed-table-container-inner td.sticky-col:hover {
    background-color: #f5f5f5;
}
.fixed-table-container-inner td:first-child.sticky-col, .fixed-table-container-inner th:first-child.sticky-col {
    width: 50px;
}
.fixed-table-container-inner>table>tbody>tr>td, .fixed-table-container-inner>table>thead>tr>th {
    font-size:12px;
    border: none;
    outline: 1px solid #ddd;
}
.fixed-table-container-inner td:first-child.sticky-col, .fixed-table-container-inner th:first-child.sticky-col {
    left: 0;
}
.fixed-table-container-inner td:nth-child(2).sticky-col, .fixed-table-container-inner th:nth-child(2).sticky-col {
    left: 50px;
}
.fixed-table-container-inner td:nth-child(3).sticky-col, .fixed-table-container-inner th:nth-child(3).sticky-col {
    left: calc(50px + 120px);
}
.fixed-table-container-inner td:nth-child(4).sticky-col, .fixed-table-container-inner th:nth-child(4).sticky-col {
    left: calc(50px + (120px) * 2);
}
.fixed-table-container-inner td:nth-child(5).sticky-col, .fixed-table-container-inner th:nth-child(5).sticky-col {
    left: calc(50px + (120px) * 3);
}
.fixed-table-container-inner thead > tr > th {
    border-bottom: 0;
    border-radius: unset;
}
/*.fixed-table-container-inner thead > tr:last-child > th {*/
/*    border-bottom: 3px solid #ddd;*/
/*}*/
/*.fixed-table-container-inner tr > th:nth-child(4), .fixed-table-container-inner tr > td:nth-child(4) {*/
/*    border-right: 3px solid #ddd;*/
/*}*/

.row-checked th, .row-checked td {
    background-color: #dbe5ff !important;
    color: initial;
}

.header-background {
    background-color: #00428f;;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
}
.header-appversion {
    position: relative;
    padding-left: 6px;
}

.fixed {
position:fixed; top:0px; margin:auto; z-index:1000; width:100%; padding-top: 6px; padding-bottom: 6px; border: none;
-moz-box-shadow: 0px 4px 5px 0px #656565;
-webkit-box-shadow: 0px 4px 5px 0px #656565;
-o-box-shadow: 0px 4px 5px 0px #656565;
box-shadow: 0px 4px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
height: 110px;
}


@media (min-width:767px) {
  #descriptif { margin-left: 20px; }
}

.btn-group-dauphine {
    margin-top: 15px;
    margin-bottom: 25px;
}

.false-btn:disabled{
  color: rgb(51, 51, 51);
  background-color: #FFFFFF;
  cursor: default;
  opacity: 1;
}

td.commentaire {
    width: 250px;
}
td.commentaire > div {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

td.commentaire > div:hover {
    -webkit-line-clamp: unset;
}

td.avis {
    min-width: 50px;
}

td.sousvoeu {
    min-width: 85px;
}

thead th {
  background-color: #00428f;
  color: white;
}

tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav-pills>li>a {
    background-color: #e4e4e4;
}

.navbar-nav>li>a {
    background-color: #00428F;
    color: white;
    line-height: 0px;
	font-size: 16px;
}
.navbar-nav-fc>li>a {
    background-color: #2b6a89;
}

ul.nav.navbar-nav.menu {
	margin-top: 15px;
}

.navbar-nav>li>a .glyphicon {
	line-height: 0;
}

.navbar-nav>li>a:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.navbar-nav>li.active>a {
    color: #fff;
    background-color: #337ab7;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #286090;
    border-color: #337ab7;
}

@media print {
    body * {
        visibility: hidden;
    }

    #print-content * {
        visibility: visible;
    }
    #print-content {
        position:absolute;
        left:0;
        top:0;
    }

    .ngdialog.ngdialog-theme-default {
        padding-top: 0px;
    }
    .ngdialog.ngdialog-theme-default.custom-width .ngdialog-content {
        width:100%;
    }

}

.modal-dialog {
    top: 90px;
}

.ngdialog.ngdialog-theme-default.justif {
    padding-top: 30px;
}

.ngdialog.ngdialog-theme-default.custom-width .ngdialog-content {
    width:80%;
}

.ngdialog.ngdialog-theme-default {
    padding-top: 120px;
}

/** glyphicon animation for refresh **/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

li.paiement {
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-login {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.nav-login {
    border-bottom:0px;
}

.nav-login>li>a {
    background-color: #e4e4e4;
}

.panel-login>.panel-heading, .panel-account>.panel-heading {
    padding-bottom: 0px;
}

.panel-account {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.panel-cand {
    padding:5px;
    margin:5px 5px 10px 5px;
}

.panel-body-cand {
    padding:5px;
}

.bloc-diplome {
    margin-bottom: 25px;
}

.nav-dauphine {
    margin-bottom: 15px;
}

.nav>li.disabled>a:hover {
    background-color: #e4e4e4;
}

/* cache le step des types number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-note {
    text-align:right;
}

.form-note-moyenne {
    text-align:left;
}

.custom-sticky{
    position: fixed;
    top: 140px;
    bottom: 70px;
    left: 50%;
    overflow: auto;
    background-color: white;
    margin-left: -1vw;
}

.tooltip-inner {
    max-width: 400px;
    text-align: left;
}


.panel-question {
    padding: 5px 15px 5px 15px;
}

.overlay-modal-message {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3001;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
    top: 0;
    left: 0;
}

.overlay-modal-message > div {
    margin: 15% auto;
    max-width: 1000px;
}

.margintop5 {
	margin-top: 5px;
}

.marginright15 {
	margin-right: 15px;
}

.marginright54 {
    margin-right: 54px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop25 {
	margin-top: 25px;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom15 {
	margin-bottom: 15px;
}

.paddingbottom120 {
    padding-bottom: 120px;
}

.chosen-container {
    max-width: 300px;
}

.radio-question {
    margin-left: 25px;
}

.form-control[disabled], .form-control[readonly] {
    background-color:transparent;
    border:0px;
    background:none;
    border:none;
    outline:none;
}

.panel-accueil {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.chosen-disabled {
    opacity: 0.9 !important;
}

.formation-lien {
    margin-top:10px;
}

.page-accueil {
    background-image: url(../images/fond-paris-dauphine.jpg);
    background-size: cover;
}

#arrondi {
    position: relative;
    background-color: #00428f;
    color: white;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    left 40%
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    opacity: 0.8;
}

#arrondi a {
    color: white;
}

@media (min-width:1040px) {
    #arrondi {
        -webkit-border-radius: 100%;
        -moz-border-radius:    100%;
        border-radius:         100%;
    }
}

@media (max-width:1040px) {
    #arrondi {
        -webkit-border-radius: 10%;
        -moz-border-radius:    10%;
        border-radius:         10%;
    }
}

.btn-primary {
    background-color: #00428f;
}

.panel-primary>.panel-heading {
    background-color: #00428f;
}

.alert-browser {
    margin:10px;
}

@media (max-width:767px) {
    #navbar
    {
        background-color: #e4e4e4;
        height: 230px;
        max-height: 230px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }

  	#descriptif {
  		float:right; font-size: 14px;
  	}

	.navbar-nav>li>a {
    	background-color: #E4E4E4;
	}

}

.tableau-sousvoeux thead th {
    background-color: #e8e8e8;
    color: #397d92;
}

.tableau-sousvoeux {
    margin-bottom : 0px;
}

.chevron-justif {
    /*margin-top: 22px;*/
}

.table>tbody>tr>td.sousvoeux {
    padding : 0;
}

#accordion-centre-faq .panel-heading:hover {
    text-decoration: underline;
    cursor: pointer;
}

ol, ul {
    /*list-style: none; PUC-767 */
}

.faq-content .panel-heading .faq-question::after {
    font-family: 'Glyphicons Halflings';
    float: right;
}
.faq-content .panel-heading:not(.collapsed) .faq-question::after {
    content: "\e260";
}
.faq-content .panel-heading.collapsed .faq-question::after {
    content: "\e259";
}

.panel-justificatif-required {
    border-color: #a94442;
}

.badge-lg {
    font-size: 18px;
}

.boolean-filter {
    min-height: 57px;
}

.table-add-utilisateur {
    margin-bottom: 0;
}
.table-add-utilisateur td {
    border-top: none;
}
.container-liste-utilisateur {
    max-height: calc(100vh - 490px);
    overflow: auto;
}
.container-liste-utilisateur-commission {
    max-height: 450px;
}
.table-liste-utilisateur {
    margin-bottom: 0;
}

.checkbox-header {
    margin-top: 0;
    margin-bottom: 0;
}

.table-filters {
    position: relative;
}

.table-filters .collapse-button {
    position: absolute;
    right: 0;
    top: -4px;
    cursor: pointer;
    z-index: 10;
}

.search-word-select {
    min-height: 57px;
}
