.dropdown-usermenu {
z-index: 15;
}

.not_so_hidden,
.tox-statusbar__branding{
  display:none;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}


/**********************
 * 
 * LOGIN
 * 
 *********************/

.container.login-container{
    max-width:300px;
    background:#eee;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.main-container{
    margin-bottom: 70px;
}
    
.container.login-container form{
    margin-bottom:0;
}

.container.login-container input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.container.login-container input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

img.preview{
    max-width:300px;
}

.text-right{
    text-align:right;    
}

.table-files img{
    max-width:250px;
    max-height:150px;
}

.table-files tr th:first-child{
    width:300px;
}

.table-files tr th:nth-child(3){
    width:200px;
}

.hidden{
    display:none !important;
}

.example-color{
    border-radius:3px;
    margin-left:10px;
}

.example-color.light{
    border:1px solid #111;
}

.example_button{
    text-decoration: none;    
}

small{
    font-size:0.7em;
    line-height:0.7em;
}

.float-right{
    position:absolute;
    right:0;
}

.relative{
    position:relative;
}


/*****************
 * 
 *      SELECT 2
 *      
 ****************/


.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding-right: 5px !important;
    padding-left: 23px !important;    
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #aaa !important;
}

.select2-container--default .select2-selection--multiple,
.select2-dropdown{
    border-color: #ced4da !important;
}