/*

* Override Pages default styles or create your own styles here

*/

.datepicker.dropdown-menu {
    z-index: 1000 !important;
}

a{
    color: white;
}

#alert-container{
    margin-top: 30px;
}

#modal_alert{
    padding-right: 73%;
}

/* Category */

#modal_category{
    padding-right: 73%;
}

/* Flux */

#modal_flux{
    padding-right: 73%;
}
#link_flux{
    color: #584b8d;
}

#my_ip{
    margin-bottom: 1em;
}

/* Screen */

#modal_screen{
    padding-right: 73%;
}

#link_stream{
    color: #584b8d;
}

/* User */

#user_container{
    margin-top: 30px;
}

#user_card{
    padding: 1em;
}

#user_card_head{
    text-align: left;
    margin-top: 1em;
}

#user_row{
    margin: auto;
}

#modal_user{
    padding-right: 73%;
}

/* Configuration */
img .logo .preview{
    max-width: 50%;
    max-height: 50%;
}
.input_color input{
    height: 60px;
    border: none;
    padding: 0;
}

.logo{
    width: auto;
    height: 15em;
    margin: 0;
    border: solid 1px darkgrey;
}
.label-form_logo {
    cursor: pointer;
    color: #00b1ca;
    font-weight: bold;
}
.label-form_logo:hover {
    color: #25a5c4;
}
.input-file {
    display: none;
}

/* Auth page */
/*.logo_login{
    width: 100%;
}*/

/* form */

.center{
    margin: auto;
    padding: 0;
}
/* Card pages Add & edit */
 .in{
     margin-top: 2em;
 }
.page{
    margin-left: 8em;
    margin-top: 30px;
    padding: 0;
}
.carte{
    padding: 1em;
}

/* Add & Edit Slide Css*/
#exportForm a{
    position: relative;
    display: inline-block;
    width: auto;
    color: #5e5e5e;
}
#exportForm button{
    color: white;
}

#iframe{
    padding-top: 7vh;
    height: 100vh;
    width: 78vw;"
}
.modal-content{
    width: 110vh;
}
#elfinder{
    width: 100vh;
    height: 500px;
}

.scrollable{
    position: relative;
}
.scroll-content{
    height: 576px;
    margin-bottom: 0;
    margin-right: 0;
    max-height: none;
}

.col ng-scope{
    margin-bottom: 2px;
}
.scroll-bar{
    width: 96px;
}
.scroll-scrolly_visible{
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    max-height: 335px;
}
.scroll-bar bis{
    height: 127px; top: 0;
}

/* index Flux */

.form-group-default.focused {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.form-group-default.focused label {
    opacity: 1 !important;
}
.form-group-default .fade {
    opacity: 1 !important;
}
.fluxcol{
    margin: auto;
}
.cartehead{
    text-align: left;
    margin-top: 1em;
}
.add{
    margin-top: 1em;
}
.add button{
    margin-top: 1em;
}
.add a{
    color: white;
}
.contsize{
    margin-top: 30px;
}
.road a {
    color: white;
}
.formstyle{
    display: flex; flex-direction: row;
}
.formstyle button{
    flex: 0;
}
.rowsize{
    margin-top: 30px;
}

#detailedTable > tbody > tr.inactiveScreen > td {
     background: #dedede;
}

#detailedTable > tbody > tr.inactiveAlert > td {
    background: #dedede;
}


.selectAppolo {
    position: relative;
}

.selectAppolo:before {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #666;
    margin-top: -3px;
    position: absolute;
    content: '';
    right: 12px;
    top: 51%;
    z-index: 1;
}

input[type="color"] {
    cursor: pointer;
}