.boxedCompany{
    border-radius: 10px !important;
    padding: 5px !important;
    border: 1px solid #eee;
    margin: 5px;
}

.custom_login_background{   
    width: 100%;
    height: 100%;
    background: url('../images/backW.png');
}

.login {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 240px);
    height: auto;
    width: 470px;
    padding: 10px;
    z-index: 2;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
}

.buttonFixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #000000;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.buttonFixed:hover{
    background-color: #00A65A;
    color: #000000;
}

.menu-actions-button{

    font-size:12px; 
    border-color:white; 
    background-color:transparent; 
    color:white; 
    float:right; 
    margin-right:5px
}

.menu-actions-button:hover{
    background-color: #00A65A;
}

.menu-actions-button-important{
    font-size:12px; 
    border-color:white; 
    background-color:#00A65A; 
    color:white; 
    float:right; 
    margin-right:5px
}

.menu-actions-button-important:hover{
    background-color: #ff6a11;
}

.menu-actions-button-important_2 {
    font-size: 12px;
    border-color: white;
    background-color: #3c8dbc;
    color: white;
    float: right;
    margin-right: 5px;
}

.menu-actions-button-important_2:hover{
    background-color: #1696df;
}

div.divider{
    border: 1px solid #00A65A;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;

}

.boxCard {

    background-color: #f1f2f5; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;

}

/*  O V E R L O A D   C S S   D X */
.dx-datagrid .dx-header-filter {
    
}   

.sla_green{
    background: #5eedaa !important;
}

.sla_yellow{
    background: #edde5e !important;
}

.sla_red{
    background: #ed765e !important;
}

.sla_blue{
    background: #5db6ea !important;
}

.sidebar-menu .treeview-menu>li>a>.far, .sidebar-menu .treeview-menu>li>a>.fas, .sidebar-menu .treeview-menu>li>a>.glyphicon, .sidebar-menu .treeview-menu>li>a>.ion {
    width: 20px;
}

i.far, i.fas{
    width: 18px;   
}
