/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 11, 2016, 11:16:11 AM
    Author     : Dan
*/

.has-error .input-group-addon {
    background-color: #ffffff;
    border-color:  #ffffff;
    border : none;
}
.login-content.front-end{
    background: #0095E5;
}

.visible-controls1 .form-control{
    background: #FFFFFF;
    border: #444444 1px solid;
    padding: 6px 12px;
}

.visible-controls .form-control-file{
    background: #FFFFFF;
    border: #444444 1px solid;
}

.select23 {
    border: #ABBED6 1px solid;
    padding: 3px;
}
.image_box{
    width: 190px;
    height: 220px;
    padding: 20px;
    margin: 0 20px 20px 0;
    float:left;
}
.tree_action_icon{
    color: #428BCA; 
    font-size: 1.2em;
    padding: 2px;
    marging: 0 4px 0 0;
    cursor: pointer;
}
.tree_action_icon.green{
    color: #009688; 
}
.tree_action_icon.red{
    color: #f56954; 
}
.tree_action_icon.light-red{
    color: #F4D2D2; 
}
.tree_action_icon.regular{
    color: #333333; 
}
.node-selected .tree_action_icon{
    color: #FFFFFF !important;
}
.hidd{
    display: none !important;
}
.treeview .list-group-item {
    cursor: default !important;
    width: auto;
}
/*
.btn-success.disabled{
    color: #AC979A;
    font-weight: bold;
    border: #AC979A 1px solid;
    background: #AC979A
}
*/



.lcb-navigation a[data-ma-block="#l-forget-password"]:hover {
    width: 147px !important;
}

.lcb-navigation a[data-ma-block="#l-access-key"]:hover {
    width: 147px !important;
}

.lcb-navigation a[data-ma-block="#l-ask-for-register"]:hover {
    width: 147px !important;
}

.login-content .al_left{
    text-align: left !important;
}

.fileinput-preview.thumbnail{
    margin-bottom: 0 !important;
}
.card-header{
    border-bottom: #efefef 1px solid;
}
.fileinput1 .input-group-addon{
    width: auto !important;
}
.fileinput.fileinput-new.input-group.fileinput1{
    width: 250px !important;
}
.errors{
    color: #ff2424 !important;
}
.errors .err_title{
    color: #333333 !important;
    font-weight: bold;;
}
.fileinput.fileinput1 .input-group-addon.btn{
    padding: 10px 3px 10px 3px !important;
}

.green{
    color: #009688 !important;
}
.red{
    color: #ff2424 !important;
}
.orange{
    color: #f89406 !important;
}
.form-group.fg-float
{
    margin-top: 10px !important;
}
a.underl{
    text-decoration: underline;
}
.text.bold{
    font-weight: bold;
}
.default_lang_text{
    border-bottom: #efefef 1px solid;
}
.rtl{
    direction: rtl !important;
}
/*.green>i.tree_action_icon{
    color: #009688 !important;
}
.red>i.tree_action_icon{
    color: #f56954 !important;
}*/
.fileinput-preview.thumbnail{
    background: #eeeeee !important;

}
.tree_action_icon.delete-translation , .tree_action_icon.delete-translation a{
    color: red;
}
.ltr{
    direction: ltr !important;
    unicode-bidi: embed;
}