﻿.selected {
  color: rgba(221, 168, 0, 1);
}

.deactivated {
    text-decoration: line-through;
}

#topIndex {
    padding-top: 1px;
    box-shadow: 0px 0px 20px black;
    background-color: white;
    margin-right: 0px;
}

    #topIndex h2 {
        font-family: 'Berlin Sans FB Demi';
        font-weight: bold;
        margin-bottom: -2px;
    }

    #topIndex label {
        font-family: 'Segoe Print';
        color: gray;
    }

    #topIndex .form-group label {
        font-family: inherit;
        color: inherit;
    }
/*********** UL ************/
#ulapplication {
    display: flex;
    list-style-type: none;
    text-align: center;
}

    #ulapplication li a {
        text-decoration: none;
        cursor: pointer;
        font-family: 'Berlin Sans FB Demi';
    }

        #ulapplication li a hr {
            border-color: #D3D3D3;
        }

.bouton{
  color: #fff ;
  background-color: #DEA900 ;
  border-color: #DEA900;
  font-family: 'Berlin Sans FB Demi';
  cursor:pointer;
}

.bouton-login{
    margin-top:50px;
    /*width:100px;*/
}

.li-export
{
    color: black; 
    cursor:pointer;
}
/************ LOGIN **********/

#loginForm form {
    padding-top: 100px;
}

    #loginForm form div div label {
        text-align: left;
        color: #31859C;
        font-family: 'Berlin Sans FB Demi';
        font-size: large;
    }

.control-input{
    width:60%;
    margin-left:20%;
}


#idImg{
    margin-top:20px;
}

#captchaContainer > * > div {
    display: flex;
    justify-content: center;
}

/*Referentiels*/
#idtable {
    overflow: scroll;
    height: 800px;
}

table, th , td {
            border: 1px solid grey;
            border-collapse: collapse;
            padding: 5px;
         }
         
         table tr:nth-child(odd) {
            background-color: #f2f2f2;
         }
         
         table tr:nth-child(even) {
            background-color: #ffffff;
         }

#idhead {
    background-color: #31859C;
    color: white;
    font-size: large;
}

#idReferentiels thead tr th
{
    background-color: #31859C;
}
#idReferentiels thead tr th a
{
    color: white;
    cursor:pointer;
}
.searsh{
    margin-right:50px;
}

.orgdisplayinfo
{
    width:auto !important;
}
#idUserOrgDisplayInfo thead tr th
{
    background-color: #31859C;
    color: white;
}

/*Nav Bar*/
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
  /*.navbar-nav li a i:hover {
color:red;
text-decoration:none;
}
 .navbar-nav li a i:active {
color:red;
text-decoration:none;
}*/
 
h3 {
        background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid rgba(119, 119, 119, 0.35);
    border-radius: 5px;
    margin-top: 120px;
}
/*Modam*/
#modal-footer
{
    text-align:center;
    margin-bottom: 30px;
}

    #modal-footer button {
        background-color: #ccc;
        color: white;
    }

.modal-header {
    background-color: #31859C;
    padding: 10px;
}
    .modal-header button {
        background-color: #ffffff;
        width: 25px;
        cursor: pointer;
        float: right;
        font-size: 21px;
            opacity: 1;
    color: white;
    }

/*Upload File*/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.go-top.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 0.5;
    visibility: visible;
    bottom: 11px;
}

.go-top {
    background-color: #fff;
    position: fixed !important;
    right: 20px;
    bottom: -45px;
    color: #23527c;
    display: block;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
