.clear{
    clear:both;
}

.error {
    color: red;
    border: 1px solid #ff5555;
    padding: 5px;
    margin-top: 10px;
    background-color: #ffeeee;
    text-align: center;
    margin-bottom: 10px;
}

.accept {
    color: green;
    font-weight: bold;
    border: 1px solid green;
    padding: 5px;
    margin-top: 20px;
    background-color: #d8fcd5;
    text-align: center;
    margin-bottom: 10px;
}

.message {
    color: #7e64f2;
    font-weight: bold;
    /*border: 1px solid #7e64f2;*/
    padding: 5px;
    margin-top: 20px;
    background-color: #e1ddf4;
    text-align: center;
    margin-bottom: 10px;

}

.public .message {
    background: url('/images/bg-message.jpg') 10px 10px no-repeat;
    padding: 10px 10px 10px 50px;
    color: #777777;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    min-height: 27px;

}

/*------------------------------------------ всплывающее окно ------------------------------------*/

div.window {
    position: absolute;
    margin: 0 auto 0;
    /*min-width: 1000px;*/
    padding: 5px;
    background-color: #CFCFCF;
    z-index: 100;
    display: none;
}

div.window div.border {
    /*border: 1px solid #8F8F8F;*/
    background-color: #FFFFFF;
}

div.window div.close {
    position: absolute;
    top: 9px;
    right: 5px;
    padding: 4px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url('/admin/images/icons/remove.png') left top no-repeat;
}

div.window div.border div.title {
    /*font-weight: bold;*/
    font-size: 15px;
    color: #658745;
    border-bottom: 1px solid #8F8F8F;
    padding: 10px;
    background-color: #EFEFEF;
}

div.window div.border div.title span {
    color: #2D7AAC;
}

div.window div.border div.content {
    padding: 10px;
}

div.window div.border div.content table {
    width: 100%;
}

div.window div.border div.content table, div.window div.border div.content tr, div.window div.border div.content td {
    border: 0;
}

div.window div.border div.buttons {
    text-align: right;
    padding: 10px;
}

#WOutput {
    padding: 5px 10px;
    text-align: center;
}

div.layout {
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    display: none;
}

/*------------------------------------------------------------ конец всплывающего окна ---------------------------------------*/

/*---------------------------messages----------------------------------*/

.Message {
    position: absolute;
    z-index: 1000;
}

.Message span {
    float: right;
}

.M_accept {
    padding: 30px 40px;
    background: url(/admin/images/accept-bg.png) top left repeat;
}

.M_error {
    padding: 30px 40px;
    background: url(/admin/images/error-bg.png) top left repeat;
}

.M_ico {
    height: 42px;
    padding-left: 60px;
    padding-top: 3px;
    font-size: 30px;
    font-family: "Trebuchet MS";
    color: #fff;
}

.M_accept .M_ico {
    background: url(/admin/images/accept.png) top left no-repeat;
}

.M_error .M_ico {
    background: url(/admin/images/error.png) top left no-repeat;
}

.public .M_accept {
    padding: 4px 10px;
    background: url(/images/bg-footer-smth-new2.png) top left repeat;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;

}

.public .M_accept .M_ico {
    background: url(/images/show-message-accept.png) left 5px no-repeat;
    padding-right: 8px;
    font-size: 18px;
    line-height: 37px;


}

.M_loading {

    padding: 30px 50px;
    font-size: 34px;
    background: #f8d5fa;
    color: #dc59e4;
    font-style: italic;
    border-top: 4px solid #dc59e4;
    border-bottom: 4px solid #dc59e4;
}

/*--------------------------------------end messages---------------------------------------*/

a.goBack {
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 10px;
}

/*--------------------------------------------data table----------------------------------------*/
.dataTable {
    clear: both;
}

.dataTable .ui-state-default .ui-icon {
    float: left;
}

.dataTable .DataTables_sort_wrapper .ui-icon {
    cursor: pointer;
}

.dataTable {
    margin: 0;
    width: 100%;
}

.dataTables_filter input {
    width: 200px;
}

/*-------------------------------------------------end dataTable--------------------------------------------*/
.valueSettingTD input[type=text], .valueSettingTD textarea {
    width: 100%;
}

.inline-block {
    display: -moz-inline-stack; /* for FF2*/
    display: inline-block; /* normal browsers */
    zoom: 1; /* for IE (hasLayout true) */
    *display: inline; /* for IE */
    vertical-align: top;
}

#ajax_loading {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0;
    filter: alpha(opacity = 0);
}

#ajax_loading a {
    position: absolute;
    text-decoration: none;
}

#ajax_loading span {
    color: white;
    font-size: 16px;
    position: relative;
    left: 20px;
    top: -6px;
}

.imgDiv {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.hidden {
    /*display:none;*/
}

/**** styles for editor*********/
._1 {
    padding-left: 25px;
    background: url('/images/bg-1.jpg') 2px 3px no-repeat;
}

._2 {
    padding-left: 25px;
    background: url('/images/bg-2.jpg') 2px 3px no-repeat;
}

._3 {
    padding-left: 25px;
    background: url('/images/bg-3.jpg') 2px 3px no-repeat;
}

._4 {
    padding-left: 25px;
    background: url('/images/bg-4.jpg') 2px 3px no-repeat;
}

._5 {
    padding-left: 25px;
    background: url('/images/bg-5.jpg') 2px 3px no-repeat;
}

._6 {
    padding-left: 25px;
    background: url('/images/bg-6.jpg') 2px 3px no-repeat;
}

._7 {
    padding-left: 25px;
    background: url('/images/bg-7.jpg') 2px 3px no-repeat;
}

._8 {
    padding-left: 25px;
    background: url('/images/bg-8.jpg') 2px 3px no-repeat;
}

._9 {
    padding-left: 25px;
    background: url('/images/bg-9.jpg') 2px 3px no-repeat;
}

._1, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9 {
    min-height: 20px;
}

/**********end style***********/