@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: "GothamBold";
    src: url("/fonts/Gotham-Bold.otf") format("truetype");
}

@font-face {
    font-family: "GothamBlack";
    src: url("/fonts/Gotham-Black.otf") format("truetype");
}

@font-face {
    font-family: "FontAwesomeLight";
    src: url("/fonts/fa-light-300.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesomeRegular";
    src: url("/fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesomeSolid";
    src: url("/fonts/fa-solid-900.ttf") format("truetype");
}

*{
    font-family: Gotham;
    font-size: 0.9rem;
}

#login-block-image{
    background-image:url(/images/login@2x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-item svg{
    display: inline-block;
    margin: 0.5rem;
}

.bg-menu-selected ul li{
    padding-left: 2rem;
}

.font-gotham{
    font-family: Gotham;
}

.font-gotham-bold{
    font-family: GothamBold;
}

.font-gotham-black{
    font-family: GothamBlack;
    /* color: #43425D; */
}

.hover\:border-2:hover{
    border-width: 2px;
    margin:0px;
}

.w-300px{
    width: 300px;
}

.left-300px{
    left: 300px;
}

table thead,
table tfoot{
    background-color: #F5F6FA;
}

select:disabled
{
    background-color: #EEE;
}

select.dropdown:disabled
{
    background-image: none;
}

.toggle-visibility
{
    background-image: url(/images/chevron-down.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
}

.toggle-visibility.opened
{
    transform: rotate(180deg);
}

.dropdown{
    background-image: url(/images/chevron-down.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

.select_campus_container.dropdown_big{
    position: relative;
    height: 5rem;
}

.select_campus_container.dropdown_big .background{
    position: absolute;
    width: 100%;
    height: 100%;
}

.select_campus_container.dropdown_big .background:before{
    content: "\f078";
    font-family:FontAwesomeSolid;
    color: white;
    position: absolute;
    right: 20px;
    font-size: 24px;
    line-height: 70px;
    z-index: 1;
}

.select_campus_container.dropdown_big select{
    padding-right:50px;
    z-index: 2;
    position: absolute;
}

.select_campus_container.dropdown_big select option{
    color: black !important;
}

input[type=submit],
a.submit
{
    background-color: #5A5A5A;
}

input[type=submit]:hover,
a.submit:hover
{
    background-color: #2A2B2A;
}

[aria-current=page] span{
    color: white;
}

a.pagination-page:hover{
    text-decoration: none;
    color: white;
}

a:hover{
    text-decoration: underline;
}

.cms-page h1 {
    font-size: 2rem;
    font-weight: 600;
}

.cms-page h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.cms-page h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.cms-page h4 {
    font-size: 1rem;
    font-weight: 600;
}

.cms-page h5 {
    font-weight: 600;
}


.select2-results li[aria-label="Non évalués"]
{
    color: orange;
}

.select2-results li[aria-label="Compétence validée"]
{
    color: green;
}

.select2-results li[aria-label="Compétence non validée"]
{
    color: red;
}

/* //Circular Progress Bar */
.pie {
    background-color:#ccc;
    width:140px;
    height:140px;
    -moz-border-radius:100px;
    -webkit-border-radius:70px;
    border-radius:50%;
    position:relative;
    overflow:hidden;
    display: inline-block;
}
.clip1 {
    position:absolute;
    top:0;
    left:0;
    width:140px;
    height:140px;
    clip:rect(0px, 140px, 140px, 70px);
    border-radius:50%;
}
.slice1 {
    position:absolute;
    width:140px;
    height:140px;
    clip:rect(0px, 70px, 140px, 0px);
    -moz-border-radius:70px;
    -webkit-border-radius:70px;
    border-radius:70px;
    border-color:#f7e5e1;
    -moz-transform:rotate(0);
    -webkit-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
    transition:all 0.3s linear 0s;
}
.clip2 {
    position:absolute;
    top:0;
    left:0;
    width:140px;
    height:140px;
    clip:rect(0, 70px, 140px, 0px);
    border-radius:50%;
}
.slice2 {
    position:absolute;
    width:140px;
    height:140px;
    clip:rect(0px, 140px, 140px, 70px);
    -moz-border-radius:70px;
    -webkit-border-radius:70px;
    border-radius:70px;
    background-color:#ccc;
    border-color:#f7e5e1;
    -moz-transform:rotate(0);
    -webkit-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
    transition:all 0.3s linear 0.3s;
}
.status,
.status_legend {
    position:absolute;
    height:30px;
    width:100%;
    line-height:60px;
    text-align:center;
    top:50%;
    margin-top:-35px;
    font-family:Gotham;
    font-size: 34px;
}

.status_legend {
    margin-top: 0px;
    font-size:16px;
}

.inner {
    position:absolute;
    height:90%;
    width:90%;
    line-height:60px;
    text-align:center;
    top:50%;
    left:50%;
    margin-top:-45%;
    margin-left:-45%;
    background:#fff;
    border-radius:100%;
}

.outher {
  position:absolute;
  border-radius:50%;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.tree ul{
    margin-left: 30px;
}

.tree {
    line-height: 2;
}

.tree ul:first-child{
    margin-left: 0px;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}
