/**
 * CSS Document pour UniDoc
 */

/**
 * Eléments HTML
 */
body {
	font-size: 14px;
	line-height: 1.3;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

body.interne{
	background: #ccc;
}

body.interne .container{
	background: #fff;
}

div {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

li {
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

form table {
	background-color: transparent;
	padding: 10px;
}

form table tr td {
	padding: 2px;
}

input, select {
	font-size: 11px;
	font-family: Verdana, Arial Unicode MS, Arial, Helvetica, sans-serif;
}

select.medecine {
	font-size: 18px;
	background-color: white;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid black;
}

img {
	border: none;
}

h1 {
	margin: 0px;
	margin-top:10px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 18px;
	color: #026390;
}

h2 {
	margin: 0px;
	padding: 2px 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#cont h2 {
	margin: 0px;
	padding: 2px 0px 5px 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12px;
	color: #026390;
}

a:link, a:visited {
	color: #000000;
}

hr {	
	border: 0;
	width: 100%;
	color: #666666;
	background-color: #666666;
	height: 1px;
}

.just {
	text-align: justify;
}

.hidden {
	position: absolute;
	left: -9000px;
	top: 0;
}



/*==========================*/
/* Classes sp�ciales UniDoc */
/*==========================*/

/* Liens */
.lienns {
	text-decoration: none;
}

.bottomdashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #018CCD;
}

.bottomsolid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018CCD;
}


/* Styles sp�cifiques pour webapp Unidoc */


.form_index {
	background-color: transparent;
}

.fondvert {
	background-color: #cad353;
	text-align:center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold
}

.coursStructuresUl {
	padding: 0 0 0 25px;
	margin: 0;
	margin-bottom: 4px;
	border: 1px solid #999999;
}
.coursStructuresLi {
	list-style: none;
	margin: 0;
	padding-right: 2px;
	/*border-left: 1px solid #999999;*/
}
.coursStructresDiv {
	/* border: 1px solid #999999; */
	margin-bottom: 10px;
	vertical-align: middle;
}

.coursStructresDiv h2 {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #ECECEC;
	margin-top: 2px;
}

.coursStructresDiv img {
	vertical-align: middle;
	position: relative;
	border: 0;
}


.detailsEtape {
	/*background-color: #FFFFFF;*/
	padding: 4px;
	/*border-top: 1px solid #999999;*/
}

.detailsEtape br {
	line-height: 0;
}


table.resultats {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

table.resultats th {
	background-color: #ECECEC;
	border-bottom: 1px inset black;
	text-align: left;
	padding: 3px 1px;
}

table.resultats th.titreFin {
	font-weight: normal;
	font-style: italic;
}

table.resultats td {
	border-bottom: 1px inset #666666;
	padding: 2px 4px;
}

table.resultats tr:hover {
	background-color: #ddedf8;
}

.principal {
	padding: 10px;
}
	
.button {
	background-color: transparent;
	border: 1px solid #999999;
}
.textecouleur1 {
	color: #9E2F37; 
	font-weight: bold; 
	font-size: 12px
}	

table.simple {
	width: 100%;
	border-collapse: collapse;
	clear: none;
}

table.simple td {
	padding: 0;
	margin: 0;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-bottom-width: 0px;
}

table#horaires {
	border-style: none;
	border-width:0px;
}

table#horaires th {
}

table#horaires td {
	vertical-align: middle;
}

a.lienVacances {
	color: grey;
}



table.medhoraire {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

table.medhoraire th {
text-align: left;
border: 1px solid black;
padding: 2px 3px;
}

table.medhoraire td {
border: 1px solid black;
padding: 2px 3px;
}

a.full {
width: 100%;
display: block;
}

div.actions {
float: right;
width: 35%;
background-color: #E7E7FF;
border: 1px solid #63648A;
margin-bottom: 5px;
text-indent: 2px;
}

div.actions h1 {
background-color: #F3F3FF;
border-bottom: 1px solid #63648A;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 2px;
}

.coursNormal {
font-style: normal;
color: black
}

.coursTransversal {
font-style: italic;
color: grey;
}
.coursTransversal a {
font-style: italic;
color: grey;
}


/*=============================*/
/* Styles pour UdTableauDeBord */
/*=============================*/

table.listeEtapes {
  	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.listeEtapes, table.listeEtapes tr, table.listeEtapes tr td {
	border: 1px solid #ccc;
}

table.liens {
	border-collapse: collapse;
	border-spacing: 0;
}
table.liens, table.liens tr, table.liens tr td {
	border: 0;
}

#main {
  padding: 0 0 0 0px;
}

/*=======================*/
/* Styles pour les popup */
/*=======================*/

#logotop{
	margin: 15px 0;
}

#emetaPopup {
	width: 100%;
	background: #0e90d2;
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

#emetaPopup a:link, #emetaPopup a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footerPopup {
	background-color: #dedede;
	position: relative;
	height: 60px;
	font-size: 0.9em;
	padding: 5px;
	margin-top: 15px;
}

#postaddressPopup {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}


/*==========================*/
/* Styles LAYOUT de Unil.ch */
/*==========================*/



#mainright {
	width: 788px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	float: right;
}

#mainright_1col {
	width: 978px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	float: left;
}

#mybar {
	position: relative;
	width: 788px;
	height: 15px;
	background-color: #CAD353;
}

#mybar_1col {
	position: relative;
	width: 980px;
	height: 15px;
	background-color: #CAD353;
}

#mybar_port {
	position: relative;
	width: 175px;
	height: 15px;
	margin-bottom: 3px;
	background-color: #CAD353;
}

#pict {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 363px;
	height: 292px;
	background-color: #FFF;
}

#inpict {
	width: 361px;
	height: 242px;
	overflow: hidden;
	background-color: #CFCFCF;
}


#welcome {
	height: 41px;
	width: 361px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#lang {
	position: absolute;
	top: 0px;
	left: 372px;
}

#myunil {
	position: absolute;
	top: 0px;
	right: 10px;
}

#navprinc {
	width: 190px;
}

#navprinccont {
	width: 190px;
	margin-bottom: 10px;
}

#navinst {
	width: 190px;
}

#navguid {
	width: 190px;
}

#contleft {
	width: 570px;
	float: left;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

#contleft_1col {
	padding: 0px 5px 10px 5px;
}

#contleft_2col {
	width: 782px;
	float: left;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

#contleftcont {
	width: 570px;
	margin-bottom: 10px;
}

#contleftcont_1col {
	margin-bottom: 10px;
}

#contleftcont_2col {
	width: 778px;
	margin-bottom: 10px;
}

#contleftcont_port {
	width: 605px;
	margin-bottom: 10px;
}

body#contpg #contleft, body#contpg #contleftcont {
	width: 565px;
}

body#contpg #contleft {
	padding: 0px 0px 10px 5px;
}

#contright {
	width: 195px;
	margin-top: 3px;
	float: right;
}

#contrightcont {
	width: 180px;
	margin-bottom: 10px;
	overflow: hidden;
}

#homeleft {
	width: 361px;
	float: left;
	margin-top: 278px;
	margin-right: 11px;
	overflow: hidden;
}

#homeleft_port {
	width: 361px;
	float: left;
	margin-right: 11px;
	overflow: hidden;
}

#homecenter {
	width: 232px;
	margin-top: 3px;
	float: left;
	overflow: hidden;
}

#homecenterleft_port {
	width: 232px;
	float: left;
	overflow: hidden;
	border-left: 1px dotted #666666;
}

#homecenter_port {
	width: 611px;
	float: left;
	overflow: hidden;
	/*background-color: #FAFCDD;*/
}

#homeright {
	width: 175px;
	margin-top: 3px;
	float: right;
	overflow: hidden;
}

#homeright_port {
	width: 175px;
	float: right;
	overflow: hidden;
}

#haut_port {
	width: 611px;
	margin-bottom: 15px;
}

#dethaut_port {
	margin-bottom: 2px;
}

#bas_port {
	width: 100%;
	margin-bottom: 15px;
}

#cont {
	margin: 0px;
	width: 100%;
}


.float_ {
	clear: both;
	visibility: hidden;
	}





/*  ---------------------------------------------------------------------------------------------- */
/*  CSS menus deroulants   */
/*  ---------------------------------------------------------------------------------------------- */

/* menu facultes */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 215px;
	background-color: transparent;
}

#nav a {
	display: block;
	padding-right: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#nav li {
	float: left;
	font-size: 13px;
}

#nav li ul {
	position: absolute;
	width: 360px;
	left: -9000px;
	background-color: #018CCD;
}

#nav li ul li {
	width: 323px;
}

#nav li ul li a {
	width: 323px;
	padding-left: 7px;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #026390;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#nav li ul li a:hover {
	background-color: #026390;
}
	
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: -165px;
}

.dropdown-menu.facs{
	min-width: 22rem;
	font-size: 14px;
}
.dropdown-menu.facs li a{
	width: 100%;
	display: block;
	padding: 3px 10px;
}


/* Header */

#emeta {
	font-size: 17px;
	font-weight: bold;
}

#emeta a:link, #emeta a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.emetteurint {
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

.emetteurint a:link, .emetteurint a:visited {
	text-decoration: none;
}

.lienns {
	text-decoration: none;
}

.lienon {
	font-weight: bold;
}





/* Boite recherche */

.boxrech {
	width: 100%;
	margin-bottom: 10px;
}

.boxrechtitre {
	padding-left: 10px;
	line-height: 20px;
	background: #0e90d2;
	/*background-image: url(../images/fond_rech_haut_central.png);*/
	color: #FFFFFF;
}



.boxrechliens a{
	padding: 2px;
}

.boxrechliens a:link, .boxrechliens a:visited {
	color: #000000;
}








/* Footer */

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer1{
	margin-top: 20px;
}



/* Styles pour les erreurs */
div.error {
color: #BF4B0B;
font-weight: bold;
font-size: 120%;
}

div.warning {
color: #026390;
font-weight: bold;
padding-left: 24px;
background-image: url(../images/warning.png);
background-repeat: no-repeat;
background-position: left center;
}

/* Fin style Unidoc */


/*v2*/

.btn-sidebar{
	background: #fff;
	padding: 4px;
}

.fac-link{
	display: block;
	margin-bottom: 10px;
}

.fac-link,
.fac-link:hover{
	text-decoration: none;
}
.fac-bg{
	border-left: 15px solid #008ccc;
	background: #f5f5f5;
	text-decoration: none;
	color: #111111;
	transition: all 150ms ease-in-out;
}

.fac-bg:hover{
	background: #f1f1f1;
	transform: scale(1.005);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

.fac-bg:hover h5{
	text-decoration: underline;
}


.fac-bg.ftsr{ border-color: #28587d; }
.fac-bg.lettres{ border-color: #05a69d; }
.fac-bg.efle{ border-color: #05a69d; }
.fac-bg.docfbm{ border-color: #AF4C64; }
.fac-bg.biol{ border-color: #AF4C64; }
.fac-bg.med{ border-color: #AF4C64; }
.fac-bg.droit{ border-color: #961d5a; }
.fac-bg.esc{ border-color: #961d5a; }
.fac-bg.admpub{ border-color: #961d5a; }
.fac-bg.ssp{ border-color: #4f7faa; }
.fac-bg.hec{ border-color: #003754; }
.fac-bg.fgse{ border-color: #00a35a; }


.card-body{
	box-sizing: border-box;
	padding: 12px;
}

h5.card-title{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.2em;
}

h1.fac-title{
	font-size: 1.6em;
}

.listeEtapes.table td:nth-child(3) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > form:nth-child(1) > input:nth-child(5){
	margin-top: 6px;
	margin-left: 5px;
}

#main .syform label {
	font-weight: normal;
	display: inline;
}

#main .syform label, #main .syform .formcellgauche{
  font-size: 14px;
}

@media (min-width: 757px) {
	.pull-right-md {
		float: right;
		clear: both;
	}
}

@media (max-width: 756px) {
	h1.fac-title{clear: both;}
	#main .syform .sytable td.formcellgauche,
	#main .syform label{
		font-size: 13px;
		text-align: right;
	}
	#main .syform select, #main .syform input{
		width: 100%;
	}
}

.searchBox{
	padding: 27px 10px 10px 0;
}

.sytable{
	width: 100%;
	max-width: 100%;
}
.sytable > tbody > tr > td {
	padding: 3px;
	line-height: 1.42857143;
	vertical-align: top;
}

