@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSoraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzIraN7vELC11_xip9Rz-hMs.woff) format('woff');
}

/* NEW DESIGN */

body.login_screen {
    background: url(../images/new/front_bg.png) no-repeat top center #fff;
    min-height: 400px;
}

.front_login_column {
    z-index: 10;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    width:78px;
    background:#4f89b6;
}
.front_logo {
    text-align: center;
    margin-bottom:45px;
}
#login-box {
    position:relative;
    width:320px;
    margin:260px auto 0 auto;
}
.login input, .register input {
    display:block;
    margin-bottom:25px;
    font-family:'Open Sans';
    font-size:15px;
    color:#535353;
}
.login form > div, .register form > div {
    position:relative;
}
.login label {
    position:absolute;
    top:10px;
    left:30px;
    cursor: text;
    font-family:'Open Sans';
    font-size:15px;
    color:#535353;
}
.username {
    width: 100%;
    border: none !important;
    margin-bottom:2px !important;
    outline:none;
    background: url(../images/new/front_login.png) no-repeat 3% center #cce1e7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px 0 20px 40px !important;
}
.password {
    width: 100%;
    border: none;
    background: url(../images/new/front_pwd.png) no-repeat 3% center #cce1e7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 0 20px 40px !important;
}
#login_button {
    background: #2682cb;
    padding:13px 20px;
    width:320px;
    color:#ffffff;
    font-size:20px;
    border-radius:5px;
    border-bottom:1px solid #106da0;
    cursor:pointer;
    font-family:'Open Sans';
}
.login_screen .links {
    text-align:right;
}
.login_screen #wrapper,.login_screen #container {
    min-width: 0;
}
.login_screen .links a {
    color:#2682cb;
    font-weight: 600;
}
.front_login_column ul {
    margin-top:20px;
}
.front_login_column li {
    list-style: none;
    position: relative;
}
.front_login_column li a {
    display:block;
    padding:20px 27px;
}
.front_login_column li a:hover {
    background: #659fcc;
}
.front_login_column li .popup_desc {
    position: absolute;
    display:none;
    right:-60px;
    top:22px;
    color:#2682cb;
    font-weight:600;
    font-size: 14px;
}
.front_login_column li:hover .popup_desc {
    display: block;
}
.front_footer {
    position: absolute;
    bottom:10px;
    left:50%;
    float:left;
    margin-left:-44px;
    color:#537fa6;
    font-weight: 600;
    font-size:12px;
}
#front_languages_block {
    position: fixed;
    right:30px;
    top:30px;
}
:focus {
    outline:none;
}
.current_language {
    cursor:pointer;
    font-size:13px;
    color:#333333;
}
#languages a {
    font-size:13px;
    color:#0086db;
    font-family:'Open Sans';
    font-weight:normal;
    text-decoration:underline;
}
#languages a:hover {
    text-decoration: none;
}
#language_select {
    position: relative;
    z-index: 4;
    padding: 5px 34px 5px 19px;
}
.login_screen #language_select  {
    background: #fff;
    padding:0;
}
#language_select li {
    list-style:none;
    margin:10px 0;
}
#language_select li:last-child {
    margin-bottom:0;
}
#language_select {
    display:none;
    background: #eceff1;
    z-index: 4;
}
#languages_block {
    float:left;
    min-width:14px;
    padding: 32px 20px 35px 20px;
}
#languages_block {
    position: relative;
}
.inner_pages #language_select {
    position: absolute;
    left:0px;
    top:50px;
    padding: 0px 34px 20px 19px;
}
.opened_lang span {
    display: block;
    background: url(../images/icons/arrow_up.png) no-repeat right center;
}
.login_screen .opened_lang span:before {
    content: '';
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border:1px solid #cce1e7;
    top:-15px;
    bottom:-15px;
    left:-15px;
    right:-15px;
    position:absolute;
}
#central-page {
    min-width:723px;
    display: block;
    float: left;
    width:100%;
    margin: 0 0 0 -240px;
}

.inner-wrapper {
    margin-left:240px;
}
.front_block:last-child {
    border: none;
}
#sidebar {
    width:240px;
    display: block;
    float: left;
    position: relative;
    background: url(../images/new/sidebar_bg.jpg) repeat-y top left;
}
.elongate .sidebar_bottom {
    position: absolute;
    bottom:0;
    left:0;
}
.elongate .sidebar_copyright {
    padding-right:0;
}
.sidebar_content {
    background: url(../images/new/sidebar_top_bg.jpg) no-repeat top left;
}

.inner {
    padding:30px;
    behavior: url(../js/PIE.htc);
    position:relative;
    background-color: #fff;
    font-size:13px;
    font-family:'Open Sans';
}
.sidebar #content {
    float:right;
    width:100%;
    margin-left:220px;
}
.admin #container {
    width:100%;
}

#footer .left-block {
    color:#6f6f6f;
    font-size:11px;
    float:left;
}
#footer .right-block {
    float:right;
}
#footer .right-block li {
    float:left;
    margin-left:40px;
    list-style:none;
}
#footer .right-block li a {
    text-decoration:none;
    color:#646060;
    font-size:12px;
}
#footer .right-block li a:hover {
    color:#5996ce;
    text-decoration:underline;
}
#footer {
    border-top: 1px solid #dae0e4;
}
#footer .right-block {
    color:#9cb9d3;
    padding-top: 7px;
    font-weight:600;
    font-size:12px;
}
#menu_container {
    height:85px;
    background:#eceff1;
}
#user_info {
    float:right;
}
#main_page {
    padding-top:18px;
}
.sidebar_hidden #main_page {
    padding-right:38px;
    padding-left:40px;
}
#menu > ul > li > a {
    padding: 34px 20px 34px 20px;
    color:#00930a;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size:12px;
    text-decoration: none;
}
#menu > ul > li:hover {
    background:#fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

#menu > ul > li:hover:after {
    content: '';
    position: absolute;
    top: 93%;
    z-index:100;
    height: 10px;
    background: #fff;
    width: 100%;
}

#menu > ul > li {
    position: relative;
}

/*Small screen menu*/
@media (max-width: 1186px) {
    #user_info {
        padding: 32px 10px 10px 0 !important;
    }
    .user_info_link {
        margin-right: 7px !important;
        padding-left: 22px !important;
    }
}
@media (max-width: 1140px) {
    .inner_pages #language_select {
        padding: 0 18px 20px 5px;
    }
    #languages_block {
        padding: 32px 5px 35px 5px !important;
    }
    #menu > ul > li > a {
        padding: 34px 18px 34px 18px;
    }
}
@media (max-width: 1090px) {
    #menu > ul > li > a {
        padding: 34px 14px 34px 14px;
    }
}
@media (max-width: 1050px) {
    #menu > ul > li > a {
        padding: 34px 9px 34px 9px;
    }
}


.submenu {
    position:absolute;
    top:85px;
    left:0px;
    z-index:2;
    padding:20px 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.5);
    background:#fff;
    min-width: 120px;
}
.submenu a {
    font-family:'Open Sans';
    white-space:nowrap;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    display:block;
    padding:7px 20px 8px 20px;
}
.submenu a {
    background: #fff;
    color:#0086db;
    font-size: 13px;
    text-decoration: underline;
}
.submenu a:hover {
    text-decoration: none;
    color:#333;
}
#languages_block {
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.current_language {
    padding-right:15px;
    background: url(../images/icons/arrow_down.png) no-repeat right center;
}
#user_info {
    margin-left:15px;
    padding: 32px 40px 10px 0px;
}
#user_info > a {
    display: block;
    float: left;
}
.user_info_link {
    margin-right:20px;
    max-widht:120px;
    margin-top: -2px;
    padding-left:25px;
    background: url(../images/icons/user.png) no-repeat left top;
}

.data_tree a {
    text-decoration: none;
    display: block;
    padding: 12px 15px 12px 15px;
    font-size: 13px;
    color:#fff;
}
.data_tree a:hover,.data_tree a.menuActiveClass {
    background: #fff;
    color:#333;
}
.data_tree > ul > li > ul {
    background: url(../images/new/submenu_bg.png) repeat-y;
}
.data_tree ul{
    padding: 0px;
    display: block;
    text-decoration: none;
    margin: 0px;
}
.data_tree li{
    display: block;
    min-width: 240px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.data_tree > ul > li:last-child {
    margin-bottom:0px;
}
.help_links li:last-child {
    margin-right:0;
}
.help_links li {
    list-style: none;
    float:left;
    margin-right:25px;
}
.sidebar_links  {
    margin-top:30px;
    margin-left:30px;
}
.sidebar_logo {
    text-align: left;
    padding-left:30px;
    padding-top:20px;
    margin-bottom:50px;
}
#sidebar h2 {
    font-weight: bold;
    font-size: 12px;
    color:#fff;
    text-transform: uppercase;
}
#block_7 h2 {
    display:none;
}
#block_8 a,#block_9 a {
    color:#fff;
    text-decoration: underline;
}
#block_8 a:hover,#block_9 a:hover {
    text-decoration: none;
}
#sidebar .block {
    min-width:210px;
    color:#fff;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #6bb5ca;
}
#block_8,#block_9 {
    padding-left:30px;
}
.sidebar_copyright {
    color:#9cb9d3;
    text-align: right;
    margin-top:20px;
    font-weight: 600;
    font-size:12px;
    padding-bottom:30px;
    padding-right:30px;
}
.mainpage_link {
    float:left;
    width:18%;
    padding:15px;
    height:58px;
    line-height: 14px;
    min-width:250px;
}
.mainpage_link:hover {
    background: #edf4f9;
}
#content .mainpage_link a {
    color:#333333;
    font-size:13px;
    text-decoration: none;
    display: block;
    padding-left:20px;
    padding-right:20px;
}
.mainpage_link div {
    display: table-cell;
    vertical-align: middle;
}
.mainpage_link img {
    float:left;
    display: block;
}
.sidebar_hidden #sidebar {
    display: none;
}
.sidebar_hidden .inner-wrapper {
    margin-left:0;
}
.sidebar_hidden #central-page {
    margin-left:0;
}
#main_page {
    display: none;
}
.sidebar_hidden #main_page {
    display: block;
}
.sidebar_showed #footer {
    display: none;
}
#menu_container {
    position: relative;
}
.sidebar_manipulate_top {
    width:30px;
    height:30px;
    left:5px;
    bottom:-35px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.sidebar_hidden .sidebar_manipulate_top {
    background: url(../images/new/sidebar_show.png) no-repeat left top;
}
.sidebar_showed .sidebar_manipulate_top {
    background: url(../images/new/sidebar_hide.png) no-repeat left top;
}
.sidebar_manipulate_bottom {
    position: absolute;
    left:30px;
    top:77px;
    background: url(../images/new/sidebar_hide_white.png) no-repeat left top;
    width:10px;
    height:15px;
    cursor:pointer;
    z-index: 3;
}
.sidebar_bottom {
    position: relative;
    min-width:205px;
}
.sidebar_hidden #footer {
    padding:30px;
}
.sidebar_showed #footer {
    display:none;
}
.login_screen #container {
    padding-bottom:50px;
}
.breadcrumbs span {
    background: url(../images/icons/arrow_right.png) no-repeat left 85%;
    width:13px;
    height:13px;
    margin:0 5px;
    display:inline-block;
}
.admin_area  h2 {
    margin-bottom:30px;
    font-size:20px;
    font-weight:normal;
}
.padding_left {
    padding-left:40px;
}
.front_block {
    border-bottom:1px solid #dae0e4;
}
.front_block_margin {
    margin-top:20px;
}
table td {
    color:#333;
}
h3 {
    font-weight: 600;
}
.translates_area .save_button {
    padding: 7px 12px;
}
.relations_display {
    margin:10px 0;
}
.view_edit input[type="text"] {
    margin-bottom:5px;
}
.delete_view_role {
    padding-right:15px;
}
.inner .front_block:last-child {
    border-bottom: 0;
}
.red_button:active {
    background: #7d0000;
}
.add_button:active {
    background: #077029;
}
.inner {
    overflow: visible !important;
}
.bottom_links {
    position: fixed !important;
    bottom:0;
    right:5%;
}
.bottom_links input {
    color:#72a1c5;
    font-weight: 600;
    font-size:13px;
    margin:0;
    padding-top:10px;
    padding-bottom:10px;
    border-right:1px solid #72a1c5;
    padding-left:38px;
    background: #4f89b6;
}
.bottom_links input:active {
    background-color: #3e6a8d;
}
.bottom_links input:first-child {
    border:none;
}
.bottom_links .delete_button {
    background: url(../images/icons/delete.png) no-repeat 8% center #4f89b6;
}
.bottom_links .add_button {
    background: url(../images/icons/add.png) no-repeat 8% center #4f89b6;
}
.print_button,.export_button {
    height:24px;
    cursor:pointer;
}
.print_link {
    width:24px;
    background: url(../images/icons/print_a.png) no-repeat left top;
}
.buttons input:disabled {
    background-color: transparent;
}
.buttons .print_link:disabled {
    background: url(../images/icons/print.png) no-repeat left top;
}
#pdf input {
    width:21px;
    background: url(../images/icons/pdf_a.png) no-repeat left top;
}
#pdf input:disabled {
    background: url(../images/icons/pdf.png) no-repeat left top;
}
#atom input {
    width:21px;
    background: url(../images/icons/xml_a.png) no-repeat left top;
}
#atom input:disabled {
    background: url(../images/icons/xml.png) no-repeat left top;
}
#word input {
    width:21px;
    background: url(../images/icons/doc_a.png) no-repeat left top;
}
#word input:disabled {
    background: url(../images/icons/doc.png) no-repeat left top;
}
#csv input {
    width:21px;
    background: url(../images/icons/csv_a.png) no-repeat left top;
}
#csv input:disabled {
    background: url(../images/icons/csv.png) no-repeat left top;
}
#send > input {
    width:24px;
    background: url(../images/icons/mail_a.png) no-repeat left top;
}
#export-xlsx > input {
    width:24px;
    background: url(../images/icons/xlsx-file-format-extension.png) no-repeat left top;
}
#push > input {
    width:24px;
    background: url(../images/icons/send_a.png) no-repeat left top;
}
#send > input:disabled {
    background: url(../images/icons/mail.png) no-repeat left top;
}
#mailing input,#mailall > input {
    padding-left:24px;
    height:auto;
    font-weight: normal;
    color:#333333;
    padding-right:0px;
    font-size:12px;
    background: url(../images/icons/mail_to_all_a.png) no-repeat left center;
}
#mailing input{
    background: url(../images/icons/mail_to_one_a.png) no-repeat left center;
}
#mailing input:disabled, #mailall > input:disabled {
    color:#777;
    background: url(../images/icons/mail_to_one.png) no-repeat left center;
}
#pushes input, #pushes_all > input {
    padding-left:24px;
    height:auto;
    font-weight: normal;
    color:#333333;
    padding-right:0px;
    font-size:12px;
    background: url(../images/icons/push_to_one_a.png) no-repeat left center;
}
#pushes_all > input {
    background: url(../images/icons/push_to_all_a.png) no-repeat left center;
}
#pushes input:disabled, #pushes > input:disabled {
    color:#777;
    background: url(../images/icons/push_to_one.png) no-repeat left center;
}
.bottom_links .delete_button:disabled {
    visibility: hidden;
}
#data table tr:hover  {
    background:#eceff1;
}
.table_header_container {
    position: relative;
}
.table_header_container .sortings {
    display: inline-block;
    padding:0 4px;
}
.quick-search {
    margin-bottom:-2px;
}
.buttons .cloud-out {
    width:auto;
    height:auto;
    padding:10px;
    display: none;
}
#wrapper div.cloud-out-show {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.buttons .cloud-out .print_button {
    color:#fff;
    margin-left:15px;
    height:auto;
    background: #4f89b6;
    font-weight:600;
}
#mailall .cloud-out select {
    margin-left:0px;
}
input,select {
    vertical-align: middle;
}
.qs-block input[type="text"] {
    margin-right:10px;
}
.qs-block input,.qs-block select {
    margin-top:5px;
    margin-bottom:5px;
}
.quick-search:hover {
    background: url(../images/icons/loop_a.png) no-repeat left top;
}
.search_criterias {
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 20px;
}
#view_quick_edit {
    border-top:1px solid #eceff1;
}
.paging a {
    padding:0 3px;
    color:#0074d5;
}
.paging a.pager_next {
    padding-right: 20px;
    background: url(../images/icons/pager_right.png) no-repeat 95% center;
}
.paging a.pager_prev {
    padding-left:20px;
    background: url(../images/icons/pager_left.png) no-repeat 5% center;
}
.paging {
    margin:15px 0;
    padding:30px 0;
    border-top:1px solid #eceff1;
    border-bottom:1px solid #eceff1;
}
.menu_item_main ul li a:hover,.menu_item_main ul li a.menuActiveClass {
    background: url(../images/new/submenu_bg_a.png) repeat-y;
    color:#fff;
}
.menu_item_main ul li a {
    padding-left:50px;
}
.view_node .buttons {
    display:inline-block;
    padding:15px;
    min-height: 0;
    border:1px solid #eceff1;
}
#user_info > a:hover {
    color:#0086db;
}
.bottom_links .update_button {
    background: url(../images/icons/edit_white.png) no-repeat 8% center #4f89b6;
}
.bottom_links .update_button:disabled {
    visibility: hidden;
}
.download-image, .insert-image {
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, 255.59);
    padding-left:33px;
    cursor: pointer;
    display:none;
    width:100px;
    text-align: left;
    color: #333;
}
.download-image {
    padding-bottom:5px;
    bottom:0px;
    background: url(../images/icons/img_download.png) no-repeat 6% center rgba(255, 255, 255, 0.7);
}
.insert-image {
    bottom: 23px;
    padding-top:5px;
    background: url(../images/icons/img_paste.png) no-repeat 6% center rgba(255, 255, 255, 0.7);
}
.single-value-wrapper {
    position: relative;
}
.single-value-wrapper .edit {
    position:absolute;
    top:0;
    right:0;
}
.field {
    padding-right:25px
}
/*
.bottom_links {
    box-shadow: 0 0px 6px rgba(0,0,0,0.5);
}
*/
.body save_button,body .update_button {
    background:#4f89b6;
}
.save_button:active,.update_button:active {
    background:#0063b0;
}
.value-td .save_button {
    border-bottom:1px solid #0063b0;
}
.value-td .save_button,.value-td .red_button {
    font-size:11px;
    font-weight: 600;
}
.value-td .save_button:active {
    border-bottom:1px solid #4f89b6;
}
.value-td .red_button {
    background: transparent;
    border:1px solid #b1b1b1;
    padding-bottom:7px;
    color:#777777 !important;
}
.value-td .red_button:active {
    background: #b1b1b1;
    color:#fff !important;
}
.invisible {
    display:none;
}
div.add2 {
    width:auto;
    background: url(../images/icons/upload.png) no-repeat left center !important;
    padding-left:30px;
    color:#66b86d;
    text-decoration: underline;
    font-size:13px;
    font-weight:600;
    display:inline;
}
.add2:hover {
    text-decoration: none;
}
.toolfile {
    margin-bottom:10px;
}
.value_container {
    position: relative;
}
.value_container .tool2 {
    position:absolute;
    top:30px;
    left:0px;
}

.hide-block {
    z-index: 999;
    border: 1px solid #bebebe;
    background: #f4f6f8;
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    padding: 10px;
}
div.dragandrophandler {
    color:#333333;
    font-size:13px;
    border:2px dotted #fff;
    background: url(../images/icons/dnd.png) no-repeat 5% center;
    width:199px;
    text-align: left;
    padding:20px 20px 20px 45px;
}
.value_container .addFile {
    display:none;
}
.value_container input[type="file"] {
    padding-left:0;
}
.value_container input[type="radio"] {
    margin:12px 5px 12px 0;
}
.value_container input[type="radio"]:last-child {
    margin-left:20px;
}
.merge_single_header .toolfile {
    display: inline-block;
    margin-left:50px;
    margin-bottom:0;
}
#content .merge_single_header .add,#content  .merge_single_header .tool_add_other {
    text-decoration: underline;
    cursor:pointer;
    color:#00930a;
}
#content .merge_single_header .add:hover,#content .merge_single_header .tool_add_other:hover {
    text-decoration: none;
}
.merge_single_header .add {
    width:auto;
    padding-left:30px;
    height:auto;
    background: url(../images/icons/add_connection.png) no-repeat left center;
}
.merge_single_header .tool_add_other {
    padding-left:23px;
    background: url(../images/icons/plus.png) no-repeat left center;
}
.manage_block {
    position: relative;
}
.manage_block .tool2 {
    position: absolute;
    top:25px;
    left:125px;
}
.manage_block .tool2 input[type="text"] {
    min-width: 159px;
}
.merge_item {
    float: left;
    background: #e6e6e6;
    padding: 10px 10px 12px 10px;
    margin:3px;
    position: relative;
}
#content .merge_item .tool_add_other {
    text-decoration: none;
}
#content .merge_item a {
    font-weight: 600;
}
table.view_file {

}
table.view_file td:last-child {
    width:10%;
    text-align: right;
}
table.view_file td:first-child {
    width:90%;
}
tr.odd table.view_file tr {
    border-bottom:3px solid #fff;
}
tr.even table.view_file tr {
    border-bottom:3px solid #f4f6f8;
}
table.view_file .last-tr {
    display:none;
}
tr:hover table.view_file tr {
    border-color:#eceff1;
}
table.view_file tr:hover {
    background: #f4f4f4 !important;
}
table.view_file tr:last-child {
    border-bottom:0;
}
table.view_file tr {
    background: #e6e6e6;
}
table.view_file td {
    padding:10px;
}
#resizeImageForTinyMCE h3 {
    color:#354e64;
    margin:5px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.block_title {
    margin:15px 0;
    padding:5px 0;
    position: relative;
    border-bottom:2px solid #fff;
    border-top:2px solid #fff;
}
#content .content_link_display {
    position: absolute;
    top:50%;
    margin-top:-12px;
    display:block;
    text-decoration: none;
    right:10px;
    color:#abaaaa;
    font-size:12px;
    background: url(../images/icons/arrow_up_blue.png) no-repeat left center;
    padding: 3px 0 3px 18px;
}
#content .hidden_content .content_link_display {
    background-image: url(../images/icons/arrow_down_blue.png);
}
.block_title h3 {
    color:#354e64;
    font-size:20px;
    font-weight: normal;
    text-transform: uppercase;
    padding:0;
    margin:0;
}
.position_left {
    float:left;
    clear:left;
    width:49%;
}
.position_right {
    float:right;
    clear:right;
    width:49%;
}
.position_center {
    clear:both;
    width:100%;
}
.single_block table {
    margin:0;
}
.single_block {
    margin-bottom:20px;
}
.block_type_1  tbody tr:first-child td {
    padding:0;
}
.block_type_1 tr.even {
    background:#fff;
}
.block_type_1 tr.odd {
    background: #f4f6f8;
}
.block_type_2 .block_title {
    display: none;
}
.hidden_content .block_title {
    border-color:#eceff1;
}
.hidden_content .block_content {
    display: none;
}
.search-result-reset input {
    background: #4f89b6;
    color:#fff;
    font-weight: 600;
}
.search-result-reset {
    float:left;
    margin: 10px 10px 10px 0;
}
#view_quick_edit {
    margin-top:5px;
}
#view_quick_edit .add_button {
    margin-left:8px;
}
.fields_table select {
    max-width:200px;
}
.red {
    cursor: pointer;
    font-weight: bold;
    color:#b82626;
}
.blank_list_select {
    display:block;
    margin:10px 0;
}
.login_form_element {
    margin-top:10px;
}
.offline_text {
    font-weight: 600;
}
#offline {
}
#offline_block .inner {
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.login_form_element input[type=submit] {
    margin:0;
}
td.name-td {
    width:25%;
}
#content .value-td textarea,#content .value-td input[type="text"],#content .value-td input[type="email"] {
    width:95%;
}
.tool2 .autocomplete_input {
    /*float:left;*/
}

/*anton*/
.block-for-tree .one-level .open-level:hover{
    background: #0A8BB9;
}
.block-for-tree .one-level{
    margin-left: 10px;
    display: none;
}
.block-for-tree .one-level.level0{
    margin-left: 0;
    display: block;
}
.block-for-tree .one-level .one-link{
    position: relative;
    padding: 5px 5px 5px 20px;
}
.block-for-tree .one-level .one-link .open-level{
    color: white;
    cursor: pointer;
    padding: 0 5px;
    position: absolute;
    left: 0;
}
.block-for-tree .one-level .one-link a{
    padding: 0 5px;
    display: inline;
}
.block-for-tree .one-level.open>.one-level{
    display: block;
}
.block-for-tree .one-level.closed>.one-level{
    display: none;
}
.block-for-tree .one-level .one-link.select-level{
    background: #0A8BB9;
}
.block-for-tree .one-level .one-link.first-level{
    padding: 12px 15px 12px 15px;
}
.block-for-tree .one-level .one-link.first-level:hover{
    background: #0A8BB9;
    cursor: pointer;
}
.block-for-tree .one-level.open >  .first-level span{
    font-weight: bold;
}
.block-for-tree .one-level.open > .one-link{
    background: #0A8BB9;
}
.data_tree a.active-menu-link{
    background: #0A8BB9;
}
.data_tree a.active-menu-link span{
    font-weight: bold;
}
.select2-block-view-edit select{
    width: 500px;
    padding-left: 0;
}
.select2-block-view-edit ul{
    margin-left: 5px!important;
}
.select2-block-view-edit button{
    border-radius: 0;
    font-size: 12px;
}
.select2-block-view-edit span.select2-selection{
    border-radius: 0;
    margin-top: -1px;
}
.mix_lock{
    margin: -1px 0 0 5px;
    width: 20px;
    height: 20px;
}
.role_list .mailuser-password-column{
    position: relative;
    padding-right: 30px;
}
.role_list .mailuser-password-column input[type=image]{
    position: absolute;
    right: 0;
    top: 24px;
}
#edit_data .checkbox label, #edit_data .radio label{
    min-height: 0;
}
#edit_data th.checkbox{
    display: table-cell;
}
.table-insert .checkbox label, .table-insert .radio label{
    min-height: 0;
}
.table-insert th.checkbox{
    display: table-cell;
}
.table-insert tr td.checkbox{
    display: table-cell;
}