#leftPanel {
    background-color: #fcc300;
    padding: 0 0;
}

#imgLeftPanel {
    max-height: 100% !important;
    width: auto !important;
}

#rightPanel {
    background-color: white;
    padding: 0px 30px 0px 30px;
}

html, body, .row, #container {
    height: 100%;
    max-height: 100%;
}

.row > div {
    height: 100%;
}

input {
    margin-bottom: 8px;
}

input[type="text"] {
    border-radius: 0px !important;
}

input[type="password"] {
    border-radius: 0px !important;
}

input[type="text"]:focus {
    border-radius: 0px !important;
    border-color: #fcc300 !important;
    box-shadow: 0 0 0 .2rem rgba(252, 195, 0, 0.5);
}

input[type="email"]:focus {
    border-radius: 0px !important;
    border-color: #fcc300 !important;
    box-shadow: 0 0 0 .2rem rgba(252, 195, 0, 0.5);
}

input[type="password"]:focus {
    border-radius: 0px !important;
    border-color: #fcc300 !important;
    box-shadow: 0 0 0 .2rem rgba(252, 195, 0, 0.5);
}

.btn {
    border-radius: 0px !important;
}

.btn-icam {
    background-color: #f39200 !important;
    border-color: #f39200 !important;
    color: white !important;
}

.btn-icam:hover {
    background-color: #fcc300 !important;
    border-color: #fcc300 !important;
}

.btn-icam-inverse {
    background-color: white !important;
    border-color: #f39200 !important;
    color: #f39200 !important;
}

.btn-icam-inverse:hover {
    background-color: white !important;
    border-color: #fcc300 !important;
    color: #fcc300 !important;
}

.text-icam {
    color: #f39200 !important;
}

.text-icam:hover {
    text-decoration: none;
    color: #fcc300 !important;
}

#descRightPanel {
    margin-top: 10px;
    margin-bottom: 10px;
}

#remembermeRightPanel {
    margin-top: 20px;
    margin-bottom: 20px;
}

body {
    font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9em;
}

#imgRightPanel {
    margin-top: 25px;
    margin-bottom: 25px;
}
h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

.footer {
    font-size: 0.7em;
    background-color: white;
    bottom: 0;
    right: 0;
    padding-right: 15px;
    height: 25px;
    text-align: right;
    position: absolute;
}

#serviceNameLeftPanel {
    top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px 20px 0px 20px;
    background-color: rgba(73, 74, 74, 0.5);
    position: absolute;
    color: white;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf');
}

#copyrightRightPanel {
    color: #636362;
    font-weight: bold;
}

#copyrightRightPanel:hover {
    text-decoration: none;
    color: #fcc300;
    font-weight: bold;
}

.link {
    color: #636362;
}

.link:hover {
    text-decoration: none;
    color: #fcc300;
}

.dropdown-item:active {
    background-color: #f8f9fa !important;
}

.link > a:hover {
    text-decoration: none;
    color: #fcc300;
}

@media (max-width: 768px) {
    .footer {
        position: inherit;
    }
}

#capslock-on {
    margin: 0 0 15px 0;
}

#cas-ressources-list {
    margin-top: 25px;
}

#hyperplanningSubmitBtn {
    display: none;
}




.occContent tr, td{
    font-size: 12px;
}

.c-pointer {
    cursor: pointer;
}

.popover{
    max-width: 450px!important;
}

.popover-body {
    padding: 0;
}

.custom-select {
    border-radius: 0px;
    height: 31px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 8px;
    color: #495057;
}

.custom-select:focus {
    border-radius: 0px !important;
    border-color: #fcc300 !important;
    box-shadow: 0 0 0 .2rem rgba(252, 195, 0, 0.5);
}

.result {
    margin-top: 8px;
    margin-bottom: 8px;
}

#form-reset section {
    padding-left: 1px;
    margin-top: 8px;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#password-policy-info {
    margin-bottom: 3px;
}
