.breadcrumb { float:left; margin-bottom:20px;}
/*.icon_face_like { background: url("../img/icon_face_like.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }*/
.forms-full { width: 100% }

div.greyBox .select2-container { width:100%; }

.moxie-shim-html4 {/* top: 0 !important; */; background: transparent;  filter: alpha(opacity=0); z-index: 151; height: 25px !important; cursor:pointer; }
.moxie-shim-html4 input, .moxie-shim-html4 form { cursor:pointer; }

.configImagesList div,
.configImagesList img,
.configImagesList a
{ display:inline; }


.delete-button-default {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
}

.flash-container {

}
.flash-message {
    background: none repeat scroll 0 0 #d3d3d3;
    border: 1px solid #a9a9a9;
    color: #000000;
    /*height: 23px;*/
    height: auto;
    line-height: 20px;
    margin: 8px 0;
    padding: 3px 10px 0;
    /*width: 962px;*/
}
.flash-left {
    /*float:left;*/
    text-align: left;
}
.flash-message .ico {
    float: left;
    margin: 2px 10px 0 0;
}

.flash-success {
    background: none repeat scroll 0 0 #B4EFAB;
    border: 1px solid #8BE57E;
    color: #337129;
    width:100%;
    max-width: 962px;
}
.flash-information {
    background: none repeat scroll 0 0 #A3D0FF;
    border: 1px solid #6AB3FF;
    color: #004185;
}
.flash-warning {
    background: none repeat scroll 0 0 #F0FEB1;
    border: 1px solid #D5D458;
    color: #7F7200;
}
.flash-error {
    background: none repeat scroll 0 0 #FEB1B1;
    border: 1px solid #FE9090;
    color: #820101;
}

.incompatible-browser { padding: 20px; font-size: 20px; display:none;margin-bottom:5px; }
.ie6 .incompatible-browser, .ie7 .incompatible-browser { display: block; }

#breadcrumb
{
    font-size: 11px;
    background: none repeat scroll 0 0 #EFEFEF;
    height:30px;
    line-height:30px;
    color:#676767;
    border:1px solid #E5E5E5;
    width:982px;
    overflow:hidden;
    margin:10px 0;
    padding:0px;
    text-transform: uppercase;
}
#breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:30px;
    display:block;
    background: url('/img/bc_separator.png') no-repeat right;
    padding-right: 15px;
    text-decoration: none;
    color:#676767;
}

#breadcrumb a:hover
{
    color:#000000;
}

.fatalError {
    margin: 50px auto auto;
    height: 100px;
    width: 700px;
    text-align: center;
    background: red;
    padding: 30px;
}

.fatalError h2 {
    font-weight:bold;
    font-size:larger;
    margin-bottom: 10px;
}

.fatalError a {
    text-decoration: underline;
}

.fatalError li {
}

.datatable-edit-input {
    border: 1px solid gray;
}
.dataTable td {
    word-wrap: break-word;
    /*max-width: 210px;*/
}
/*.dataTable {*/
    /*table-layout:fixed;*/
/*}*/

.dataTables_filter input { background: #E5E5E5; color:#676767; font-weight: normal;height:23px; }

.logo {
    /*background: rgba(0, 0, 0, 0) url("/img/logo.png") no-repeat scroll 0 0;*/
    height: 120px;
    width: 402px;
}
.header_block {
    float: right;
    width: 530px;
}
.header-login #logo .logo { margin-left: 280px; }