.contenu-lord {
    padding-left: 20%;
}

@media (max-width:979px) {
    #div_folders {
        position: relative !important;
        top: 0 !important;
        /*width: 80% !important;*/
        margin: 0 !important;
        height: 200px !important;
    }
}

@media (min-width:980px) {
    #div_folders {
        padding: 9px 0px;
        padding-top: 9px;
        padding-top: 1px;
        position: fixed;
        width: 150px;
        top: 120px !important;
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }
}

@media (max-width:979px) {
    #div_cats_arianne {
        padding-top: 0px !important;
    }
    .sidebar-nav-fixed {
        top: 60px !important;
    }
}

@media (min-width:980px) and (max-width:1199px) {
    #div_cats_arianne {
        padding-top: 120px !important;
    }
    .sidebar-nav-fixed {
        top: 120px !important;
    }
}

@media (min-width:1200px) {
    #div_cats_arianne {
        padding-top: 60px !important;
    }
    .sidebar-nav-fixed {
        top: 60px !important;
    }
}

#button,
.button {
    cursor: pointer;
}

#button:hover,
.button:hover {
    background-color: #00BBFF;
    color: #fff;
}

.textbox,
#textbox {
    padding: 0px;
    background: url('../Images/input_bg.png') top left no-repeat #ffffff;
    border: 1px solid #E8E8E8;
    height: 24px;
    font-family: 'Lucida Grande', 'bitstream vera sans', 'trebuchet ms', sans-serif, verdana;
    font-weight: normal;
    font-size: 14px;
    width: 200px;
}

.textbox:focus,
#textbox:focus {
    border: 1px dotted red;
}

#table_row_0,
.table_row_0 {
    background-color: rgba(237, 237, 237, 0.4);
    color: black;
}

#table_row_1,
.table_row_1 {
    color: black;
}

#table_row_0:hover,
.table_row_0:hover {
    background-color: #A3A3A3;
    color: white;
}

#table_row_1:hover,
.table_row_1:hover {
    background-color: #A3A3A3;
    color: white;
}

.menu_item {
    text-align: left;
    margin-top: 5px;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal {
    left: 40% !important;
    width: 50% !important;
}

.blink {
    animation: blinker 1s linear infinite;
    color: white;
}

@keyframes blinker {
    0% {
        color: red;
        text-shadow: 2px 2px 8px white;
    }
    50% {
        opacity: 0;
    }
    100% {
        color: white;
        text-shadow: 2px 2px 14px white;
    }
}
