/* Responsive design for fullcalendar buttons in the header toolbar */
@media screen and (max-width:767px) { .fc-toolbar.fc-header-toolbar {font-size: 60%}}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background: #eee; */
}
  
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}

.login {
    background-color: rgb(30, 72, 159)
}

#versionning {
    cursor: pointer;
}

#back-to-list {
    float: right;
    font-size: 1.25rem;
    border-color: white;
    border-radius: 1px solid white;
    background: transparent;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;

}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}

.content {
    min-height: 100vh;
    width: 100%;
}

hr.h-color {
    background: #eee;
}

.js-mads-users {
    width: 150px;
}

.total-mads {
    font-size: 1.25rem;
    font-weight: bold;
}

/* Arrow for select2 multiple */
.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#invalid-entry {
    display: none;
}

.form-1-box { padding-top: 30px; text-align: left; }
 
.form-1-box legend {
    font-size: inherit;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}
 
.form-1-box .form-check-label {
    line-height: 1.5;
    vertical-align: top;
}

 
.form-1-box input[type="text"]:focus
.form-1-box input[type="text"]::-moz-placeholder
.form-1-box input[type="text"]:-ms-input-placeholder
.form-1-box input[type="text"]::-webkit-input-placeholder



