/* jshint ignore:start */

@charset "utf-8";   /* http://www.cssbuttongenerator.com/ */

/** General Layout **/
html, body {margin:0px; padding:0px 2px; font-family: "Arial", sans-serif; font-size: 14px; background: none; color:#000; height: 100%; }
img {border: 0; margin: 0; padding: 0;}

.page {max-width: 1500px; margin: 0 auto; min-height: 100%; position: relative; }
.page.right_padding {padding-right: 250px; max-width: 1500px; width: 100%; box-sizing: border-box;}
.page.left_padding {padding-left: 250px; max-width: 1500px; width: 100%; box-sizing: border-box;}
.page.left_padding.right_padding {}
.page_wrapper {height: auto; overflow: hidden; padding-bottom: 60px; padding-top: 0; min-height: 550px;}
.content {max-width: 1500px;}

.h10 {height: 10px;}
.h20 {height: 20px;}
.h30 {height: 30px;}
.h80 {height: 80px;}
.clear {clear: both; height: 0; width: 0; line-height: 0; font-size: 0px;}
a.action {text-decoration: none;}

/** Links **/
a {color: #1887C6;}
a:hover  {color: orange; text-decoration: none;}

/** Typography **/
h1 {font-family: "Arial", sans-serif; color: #000; font-weight: normal; font-size: 24px;}
h2 {font-family: "Arial", sans-serif; color: #000; font-weight: normal; margin: 0; padding: 0; font-size: 15px;}
h3, h4, h5, h6 {font-family: "Arial", sans-serif; color: #000; font-weight: normal;}
.h1_holder {font-family: "Arial", sans-serif; color: #000; font-weight: normal; font-size: 24px; margin: 0; padding: 0;}

/** Messages **/
div.infobox {background: #d9f5cc url(/_images/icon_exc.png) no-repeat 20px 50%; padding: 15px 35px 15px 40px; margin-bottom: 20px;}
div.infobox ul {margin: 0; padding: 0 20px;}
div.message {background: #FFDD45 url(/_images/icon_exc.png) no-repeat 20px 50%; padding: 15px 35px 15px 40px; margin-bottom: 20px;}
div.message span.error {}
div.message span.confirm {}
div.message span.info {}
div.message span.attention {}
div.message ol {margin: 0; padding: 0 20px;}
div.message li {padding-bottom: 5px; }
div.message a.close {display: inline-block; width: 16px; height: 16px; background: url('/_images/icon/cross.png'); float: right; cursor: pointer;}
.sysmessages_holder {display: none; overflow: hidden;}


/** Colors **/
.grey {color: #999;}


/** FORM **/
.right_content form {margin-left: 10px;}
.std_form {}
    .std_form label {display: inline-block; width: 100px; vertical-align: top;}
    .std_form textarea {width: 250px; padding: 5px; margin-bottom: 10px; height: 70px; max-height: 70px; max-width: 250px;}
    .std_form input {width: 287px; padding: 5px; vertical-align: top; margin-bottom: 10px;}
    .std_form .checkbox input[type="checkbox"] {width: auto; vertical-align: middle; margin: 0; position: absolute; top: 1px; left: 0;}
    .std_form .login {display: none;}
    .std_form .email-field {display: none !important;}
    .std_form input[type="submit"] {width: 302px; padding: 5px; margin-top: 10px;}


/** HEADER **/
.auth_block {position: absolute; left: 0px; top: 13px; display: inline-block; color: #ccc;}
    .auth_block .login {display: inline-block; background: url(/_images/icon_key.png) no-repeat left; padding-left: 20px; color: #69b20c;}
.user_block {position: absolute; left: 0px; top: 15px; display: inline-block; color: #000;}
    .user_block .username {font-size: 14px;}
    .user_block .link {display: inline-block; padding-left: 10px; }
    .user_block .logout { color: #07344e;}
    .user_block .rating { color: #69b20c;}
.additional_menu {display: inline-block; position: absolute; right: 0px; top: 13px;}
    .additional_menu a {display: inline-block; padding-right: 10px;}
  .additional_menu .red {color: red;}
  .additional_menu .green {color: #69b20c;}
    .additional_menu form {display: inline;}
    .additional_menu input[type="text"] {border: 1px solid #C1C2C7; padding: 3px 5px;}
    .additional_menu .btn_standart {font-size: 13px; padding: 2px 10px;}
.header {padding-bottom: 5px; position: relative;}
  .header img.logotype  {float: left; margin: 50px 0px 0px 20px; width: 160px;}
  .header span.logotype {float: left; margin: 54px 0px 0px 7px; display: inline-block; font-size: 11px; color: #000;}
  .header ul {float: right; margin: 52px -5px 0px 0px; padding: 0;}
    .header ul li {display: inline; margin: 10px 10px 0px 10px; font-size: 18px;}
      .header ul li span {padding: 5px;}
      .header ul li a {color: #07344e; padding: 5px; text-decoration: underline;}
      .header ul li a:hover {text-decoration: none;}
      .header ul li.active a {text-decoration: none;}
      .header ul li.advert a {color: #ff0000;}

/** SIDEBAR **/
.sidebar {position: relative; width: 260px; background: #fff; z-index: 1000;}
.sidebar.show_sidebar {display: block;}
.sidebar.chapter_list {position: absolute; overflow: hidden; width: 336px;}
.sb__folder_list {padding-left: 10px;}
    .sb__folder_list .title {display: block; font-size: 16px; padding: 3px 0 3px 10px; border-bottom: 1px dotted; margin: 10px 10px 10px 0;} 
    .sb__folder_list h2 {margin-top: 3px; font-size: 16px;}
    .sb__folder_list h2 a {text-decoration: underline;}
    .sb__folder_list h2.add_space {margin-top: 35px;}
    .sb__folder_list .parent {display: block; margin: 10px 0 2px; padding: 0px 5px 0px 10px; position: relative;}
        .sb__folder_list .parent span {position: absolute; left: 0px;}
    .sb__folder_list a {display: block; padding: 5px 30px 5px 10px; text-decoration: none; position: relative;}
    .sb__folder_list a:hover {background: #eef5fb; color: #orange;}
    .sb__folder_list a.selected {background: #C4E0F6;}
    .sb__folder_list a span.name {text-decoration: underline;}
    .sb__folder_list a span.count {color: #666; margin: 0 2px; font-size: 11px; font-weight: bold;}
    .sb__folder_list a.button {text-align: center; margin: 10px 0 0 0px; border-bottom: 1px dotted; display: inline-block; padding: 0; font-size: 10px;}
    .sb__folder_list a.button:hover {border-bottom: 1px dotted #fff; background: none; color: orange;}
    .sb__folder_list a.skip_margin {margin: 20px 0 0 0;}
.sb__users_list {} 
  .sb__users_list ul {margin: 0; padding: 0; border-style: solid; border-width: 0px 0px 1px 0px; border-color: #a4d8f7;}
  .sb__users_list ul:empty {border: none;}
    .sb__users_list li {list-style: none; position: relative; height: 64px; border-style: solid; border-width: 1px 1px 0px 1px; border-color: #a4d8f7; background-color: #f4fbff;}
    .sb__users_list li:hover {background: #eef5fb;}
    .sb__users_list li.selected {background: #fff; border-width: 1.5px; border-radius: 5px 0px 0px 5px; border-color: #3b96cc; border-right-color: #fff; box-shadow: -1px 4px 5px -3px #828282; z-index: 1;}
    .sb__users_list li.selected .username {color: #07344e; font-weight: bold; width: 160px; display: inline-block; overflow: hidden;}
    .sb__users_list .user_item {padding: 5px 10px 25px 10px;}
    .sb__users_list .user_item:hover {cursor: pointer;}
    .sb__users_list .photo_holder {float: left; width: 50px; text-align: center; margin-right: 10px; height: 50px; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px;}
    .sb__users_list .username {font-size: 16px; text-decoration: none; width: 160px; display: inline-block; overflow: hidden;}
    .sb__users_list .username:hover {color: #1887C6; text-decoration: none;}
    .sb__users_list .details {font-size: 12px; padding: 2px 0 0;}
        /*.sb__users_list .details span {display: inline-block;}*/
    .sb__users_list a.total {font-size: 11px; position: absolute; right: 10px; top: 43px;}
    .sb__users_list .go_to_univer {vertical-align: middle; padding: 6px 10px; font-size:14px; width: 225px; display: table; margin: 10px auto 0px;}
    .sb__users_list .jspVerticalBar {left: 0;}
  .sb__users_list .go_to_univer:hover  {color: #fff; text-decoration: none;}
.sidebar-holder {position: relative; float: left;}
.minimize_sidebar {display: block; height: 300px; position: absolute; width: 20px; left: 0px; background: #DBDBDB; z-index: 10000}
    .minimize_sidebar .btn_minimize_sidebar {height: 100%; width: 20px; writing-mode: tb-rl; vertical-align: middle; text-align: center; font-size: 14px; color: #797979; z-index: 10000;}
    .minimize_sidebar .btn_minimize_sidebar:hover {color: #fff; cursor: pointer;}
    .minimize_sidebar .is-hide {font-size: 14px;}
.fixed_sidebar {position: fixed !important; top: 10px;}
.fixed_minimize_btn {position: fixed; top: 10px; left: auto;}
.mob_nav_folders {position: absolute; right: 0; bottom: -35px; z-index: 100;  -moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); padding: 4px 5px; color: #fff; display: none; text-decoration: none; border-radius: 2px;}
.mob_nav_folders:hover {color: #fff; }
    
/* {font-size:14px; float: right; width: auto; margin-top: 4px; margin-right: 3px;} */

/** CONTENT **/
.block_left {float: left; width: 50%; }
.block_right {float: right; width: 50%;}
.loading {width: 50%; padding: 5px 0 0 0px;  font-size: 14px; color: #666; display: none; position: absolute; left: 50%; }
.loading.loading-bottom {bottom: -25px;}
    .loading img {vertical-align: middle;}

.cell_list {display: block; vertical-align: top; float: left; width: 100%; -webkit-column-count: 2; column-count: 2; box-sizing: border-box; -moz-box-sizing: border-box; -moz-column-count: 2;} 
.cell_list.favorite-fields-list {-webkit-column-count: 1; column-count: 1; -moz-column-count: 1;} 
.page.left_padding.right_padding .cell_list {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;} 
    .cell_list .cell {display: inline-block; width: 100%;}
    .cell_list .data {}
    .cell_list .title {display: block; font-size: 16px; padding: 3px 0 3px 10px; border-bottom: 1px dotted; margin: 20px 10px 0 0;} 
    /*.cell_list.favorite-fields-list .title {margin: 20px 10px 0 0;} */
    .cell_list .abbr {width: 17%; max-width: 100px; margin: 10px 5px 0 0; vertical-align: top; text-align: right; display: inline-block;}
    .cell_list .name {width: 80%; display: inline-block; margin-top: 10px; vertical-align: top; font-size: 11px; color: #666; }
    .cell_list .name .favorite {font-size: 15px; position: absolute; top: -5px; right: -20px; color: #fff; cursor: pointer;}
    .cell_list .name .favorite.is-favorite {color: #1887C6;}
    .cell_list .count {position: relative; margin-right: 35px;}
    .cell_list .cell div:hover .favorite {color: #1887C6;}
    .popup_add .cell_list .cell .favorite {display: none;}
    .cell_list .name a {font-size: 13px; }
    .cell_list pre {display: inline; font-family: Arial; white-space: normal; margin: 0;}
    .cell_list .search_selected {font-weight: normal; background-color: yellow; }
.tab_content .cell_list {-webkit-column-count: auto; -moz-column-count: auto; column-count: auto;}

.column_list {display: block; vertical-align: top; float: left; } 
    .column_list .cell {}
    .column_list .data {/*width: 520px;*/}
    .column_list .title {display: block; font-size: 16px; padding: 3px 0 3px 10px; border-bottom: 1px dotted; margin: 20px 10px 0 0;} 
    .column_list .abbr {display: inline-block; width: 80px; margin: 10px 5px 0 0; vertical-align: top; text-align: right;}
    .column_list .name {display: inline-block; width: 400px; margin-top: 10px; vertical-align: top; font-size: 11px; color: #666;}
    .column_list .name a {font-size: 13px; }
    .column_list pre {display: inline; font-family: Arial; white-space: normal; margin: 0;}
    .column_list .search_selected {font-weight: normal; background-color: yellow; }
        
.filter {margin: 10px 0; padding: 20px 10px 10px; background: #B9DDF0; background: linear-gradient(to top, #B9DDF0, #CDE8F5); border-radius: 5px; position: relative;} 
    .filter .input_holder {max-width: 1400px; position: relative; padding: 0 14px 0 85px; } 
    .filter .input_holder.skip_padding {padding: 0 0 0 85px; } 
    .filter .input_holder.search_holder {padding: 0 100px 0 85px; } 
        .filter .input_holder input[type="submit"] {position: absolute; top: -3px; right:0;} 
    .filter label {display: inline-block; width: 70px; text-align: right; font-size: 18px; margin-right: 10px; position: absolute;} 
    .filter select {display: inline-block; width: 100%; height: 24px; margin-bottom: 10px; }
    .filter input[type="text"] {display: inline-block; width: 100%; height: 18px; margin-bottom: 10px; padding: 1px 5px; position: relative;}
    .filter input.search_key {width: 100%;}
    .filter input.btn_standart {font-size: 14px;}
    .filter img.avatar {display: inline-block; vertical-align: middle; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px; float: left;}
    .filter .user_details {vertical-align: middle; padding: 0 200px 0 70px;}
      .filter .user_details .count {padding: 0px 10px 0 20px; background: url(/_images/icon/set3.png) 0px 0px no-repeat;}
      .filter .user_details .count_download {padding: 0px 10px 0 20px; background: url(/_images/icon/download.png) 0px 0px no-repeat;}
    .filter .user-info {color: #333333; display: block; margin-bottom: 5px; font-size: 14px;}
        .filter .user-info a {display: inline-block;}
        .filter .user-info .login {display: inline-block; font-size: 25px;}
    .filter .site_details {display: block; font-size: 12px; color: #666; padding: 0 0 0 85px;}
    .filter .report_legal {font-size: 12px; color: red; display: inline-block; position: relative; line-height: 12px;}
    .filter .report_legal a {font-size: 12px; color: red;}
.select_subject {text-align: center; font-size: 40px; color: #cacaca; margin-top: 50px;} 
.select_subject.in-sidebar {text-align: left; font-size: 40px; color: #cacaca; margin-top: 20px;} 
.select_subject.has_comments {float: left; width: 50%;} 
.right_content .select_subject {padding-left: 270px;} 
.empty_page {text-align: left; font-size: 28px; color: #cacaca; margin: 50px auto 0; width: 540px;} 
.block_work {text-align: center; font-size: 28px; color: #cacaca; margin: 50px auto 0; width: 500px;} 
.login_block {width: 100%; display: inline-block; margin: 25px 0 0; min-height: 450px;}
  .login_block .forgot_pasword {display: block; font-size: 10px; padding-top: 4px;}
     .login_block .forgot_pasword a {color: #666; }
.right_content {width: 100%; margin-top: 0px; position: relative;}
.skip_padding {margin-top: 0px;}
.popup_content .login_block {min-height: 50px;}

.profile_link {display: inline-block; width: 20px; height: 20px; margin: 0 0 0 5px; vertical-align: bottom; border-radius: 2px; background-size: 20px 20px;}
.profile_link_fb {background-color: #3c5a98; background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);}
.profile_link_vk {background-color: #48729e; background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);}
.profile_link_http {display: inline-block; padding: 2px 6px; font-size: 12px; border: 1px solid #000; border-radius: 2px; margin: 0 0 0 5px; vertical-align: bottom; color: #000;}

/** Settings PAGE **/
.settings_page {display: block; margin: 0; padding: 5px 0 0 10px;}

    .settings_page label {/*padding: 0 0 0px; display: block; width: auto; padding-right: 20px;*/ position: absolute; left: 10px; width: 180px;}
    .settings_page fieldset {padding: 0 20px 20px 180px; border: none;}
    
    .settings_page input[type=text] { width: 100%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px; display: block;}
    .settings_page input[type=password] { width: 100%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px; display: block;}

    .settings_page textarea { width: 100%; padding: 10px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; border-radius: 2px; display: block; max-width: 100%;}
    .settings_page textarea:focus {outline: none;}
    .settings_page input[type=text]:focus {outline: none;}
    
    .settings_page .notice {display: block; color: #999; font-size: 14px;}


/** Help PAGE **/
.help_list {list-style: none; padding: 0;}
  .help_list .help_item {padding: 0 0 0 40px; background: url(/_images/icon_question.png) 0px 0px no-repeat;}
  .help_list ul {list-style-image: none;}
  .help_list li {}
    .help_list .help_title {display: block; font-size: 20px; padding: 3px 0 3px 0; border-bottom: 1px dotted; margin: 20px 10px 0 0; }

/** User info BLOCK **/
.user_info {padding-top: 10px;}
    .user_info .university_panel {display: block; padding: 0; min-height: 15px; padding: 0 140px 0 65px; position: relative;}
        .user_info .university_panel select {/*width: 740px;*/ width: 100%; margin: -10px 0 0 0;}
        .user_info .university_panel .university_select {font-size: 16px; display: inline-block; padding: 15px 0 0;}
        .user_info .university_panel input[type="button"] {position: absolute; top: 9px; right: 0;}
        
/** Preview **/
.preview_info {padding-top: 10px; position: relative;}
    .preview_info a {font-size: 16px; display: inline-block; padding-bottom: 5px;}
    .preview_info img {vertical-align: top;}
    .preview_info .path {display: inline; max-width: 700px; margin: 0; padding: 0; font-size: 16px;}
    .preview_info .label {width: 75px; padding: 1px 0px 1px 0; text-align: right; color: #666666; float: left;}
    .preview_info .details {color: #333333; font-size: 14px; padding: 0 10px 0 85px;}
    .preview_info .profile {padding-bottom: 5px;}
    .preview_info .profile a {padding-bottom: 0px;}
    /*.preview_info .preview_login {padding-right: 20px;}*/
    .preview_info .preview_login .preview_link {padding-right: 0px; padding-bottom: 0px;}
    .preview_info .description {width: 210px; font-size: 13px; position: absolute; top: 12px; right: 0;}
        .preview_info .description .details {color: #333333; font-size: 13px; padding: 2px 0 1px 85px;}
    .preview_info .favorite-holder { display: inline-block; position: relative;}
        .preview_info .favorite-holder .favorite {font-size: 30px;  top: -26px; right: -33px; position: absolute;}
    .preview_info .search_selected {font-weight: normal; background-color: yellow;}
.preview_content {position: relative;}
    .preview_content .type_image {text-align: center;}
        .preview_content .type_image img {max-width: 1000px;}
    .preview_content .type_text {font-size: 16px; line-height: 22px; padding: 0 30px; border: dashed 1px #787878; overflow: hidden;}
      .preview_content .type_text h1 {font-size: 22px; text-align: center;}
    .preview_content .type_text h2 {font-size: 20px; text-align: center;}
    .preview_content .type_text h3 {font-size: 18px; text-align: center;}
    .preview_content .type_text table {border: 1px solid black; border-collapse: collapse;}
    .preview_content .type_text td {border: 1px solid black;}
    .preview_content .type_text td p {padding: 0; margin: 0;}
        .preview_content .type_text #content_pdf_page {overflow: hidden; position: relative;}
    .preview_content .type_pdf {padding: 0 0px; border: none; overflow: hidden;}
        .preview_content .type_pdf #content_pdf_page {text-align: center;}
        .preview_content .type_pdf #content_pdf_page .pdf_holder {display: inline-block; -webkit-transform-origin: top left;}
        .preview_content .type_pdf #content_pdf_page .pdf_holder > div {border: dashed 1px #787878; /*min-width: 940px;*/ margin: 10px auto; position: relative;}
        .preview_content .type_pdf #content_pdf_page .pdf_holder > div.banner_content_pdf {border: none; margin: 10px auto; position: relative;}
    .preview_content .type_code {padding: 0 30px;}
    .preview_content code {overflow: scroll;}
    .preview_content .search_selected {font-weight: normal; background-color: yellow; display: inline-block;}
.preview_folder_content {padding: 10px 0 0;}
    .preview_folder_content .title {font-family: "Arial", sans-serif; color: #000; font-size: 16px; display: block; padding: 10px 0 10px;}
        .preview_folder_content .title .count {color: #ccc; font-size: 12px; padding: 0px 0 0px 20px;}
    .preview_folder_content .files_list {padding: 0;}
.has_chapter_navigation {padding: 0 0 0 25px;}
.chapter_list {margin-bottom: 40px; margin-left: 20px; box-shadow: 3px 3px 5px -3px #828282;}
    .chapter_list ul {margin: 0; padding: 0; width: 326px;}
    .chapter_list li {margin: 0; padding: 0; list-style-type: none; list-style-position: inside; padding: 0 0 0 0px; position: relative; overflow: hidden;}
    .chapter_list li:hover {background: #eef5fb;}
    .chapter_list span {position: absolute; left: 8px; top: 5px;}
    .chapter_list a.item {display: block; padding: 5px 10px 5px 20px; text-decoration: none; position: relative;}
    .chapter_list a.item:hover { color: orange;}
    .chapter_list .this_anchor a {color: #000;}
    .chapter_list .this_anchor span {display: none;}
    .chapter_list li.selected {background: #C4E0F6;}
.chapter_page_navigation {padding: 10px 0px; text-align: center; min-height: 15px; display: none; position: absolute; left: 50%; margin-left: -50px;}
    .chapter_page_navigation .prev {float: left; }
    .chapter_page_navigation .next {float: right; }
    .chapter_page_navigation .pages {padding: 0px 10px; display: inline-block;}
    .hide_chapter_sidebar {display: none; position: absolute; top: -25px; right: 0; -moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); padding: 4px 5px; color: #fff; text-decoration: none; border-radius: 2px; background-color: #5ca80b;}
    .chapter_page_navigation .show_chapter_sidebar {display: inline-block; margin-top: -5px; display: none; -moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); padding: 4px 5px; color: #fff; text-decoration: none; border-radius: 2px; background-color: #5ca80b;}
    .chapter_page_navigation .show_chapter_sidebar:hover {color: #fff; }


/** Navigation **/
.pagination-holder {padding: 30px 20px; text-align: center;}
.preview_content .pagination-holder {padding: 30px 0px; text-align: center;}
.pagination { text-align: center; position: relative; font-size:18px; line-height: 22px; max-height: 22px; overflow: hidden;}
.pagination.standart-version {padding: 0px 70px;}
.pagination.preview-version {padding: 0px 170px;}
.pagination a {font-size:18px; padding: 0px; margin: 0px 3px; line-height: 22px; position: relative; text-decoration: none;}
.pagination a.begin_link {position: absolute; left: 0px; top: 0px;}
.pagination a.back_link {position: absolute; left: 30px; top: 0px;}
.pagination a.back_link_sm {position: absolute; left: 30px; top: 0px;}
.pagination a.end_link {position: absolute; right: 0px; top: 0px;}
.pagination a.next_link {position: absolute; right: 30px; top: 0px;}
.pagination a.next_link_sm {position: absolute; right: 30px; top: 0px;}
.pagination a.selected { color: #ffffff; background: #b9ddf0;}
.pagination .page_num {display: inline-block; width: 30px;}
.pagination .current_page {display: none;}
.pagination.standart-version .back_link {display: none;}
.pagination.standart-version .next_link {display: none;}
.pagination.preview-version .back_link_sm {display: none;}
.pagination.preview-version .next_link_sm {display: none;}


/** Folder sort **/
.folder_sort {}
    .folder_sort .actions {padding: 0 0 20px;}
    .folder_sort a {border-bottom: 1px dotted; text-decoration: none;}
    .folder_sort a:hover {border-bottom: #fff;}
    .folder_sort .cancel_all {float: right; color: #c82e2e; background: url(/_images/icon/cross_red.png) 0 1px no-repeat; padding: 0 10px 0 20px; min-height: 20px; margin-top: 7px; border: none;}
      .folder_sort .cancel_all span {border-bottom: 1px dotted; text-decoration: none;}
      .folder_sort .cancel_all:hover span {border-bottom: #fff;}
    .folder_sort ul {margin: 0; padding: 0;}
      .folder_sort ul li {list-style: none; background: #fff url(/_images/icon/set3.png) 4px -85px no-repeat; padding: 5px 10px 5px 410px; min-height: 18px;}
      .folder_sort ul li:nth-child(odd) {background-color: #eef5fb;}
      .folder_sort ul .name {display: block; width: 380px; font-size: 16px; position: absolute; left: 30px;}
      .folder_sort ul .action {width: 100%; }
      .folder_sort ul .checked {color: #69b20c;}
      .folder_sort ul .cancel {color: #c82e2e; background: url(/_images/icon/cross_red.png) 0 0 no-repeat; width: 16px; height: 16px; display: inline-block; vertical-align: middle; text-indent: -9999px; border: none;}
      .folder_sort ul .hidden {display: none;}
      .folder_sort .btn_add,
      .folder_sort .btn_remove {float: left;}
    

/** FILES LIST **/
.tree_expand {margin: 0 0 0 260px; padding: 7px 0 7px 50px; background: url(/_images/icon/expand.png) 26px 9px no-repeat; display: none; position: absolute;}
    .tree_expand a {text-decoration: none; border-bottom: 1px dotted;}
    .tree_expand a:hover {border-bottom: none;}
    .tree_expand.opened {background-position: 26px -13px;}
ul.files_list {margin: 0 0 0 0; padding: 29px 0 0 280px; border-left: none;}
  ul.files_list.is-loading-list {margin: 0 0 25px 0;}
  ul.files_list li {list-style: none; position: relative;}
  ul.files_list div {padding: 7px 0px 7px 30px;}
  ul.files_list div:hover {background-color: #eef5fb;}
  ul.files_list.show-action-btn div:hover .btn-move {display: inline-block;}
  ul.files_list.show-action-btn div:hover .btn-edit {display: inline-block;}
  ul.files_list .folder {background: url(/_images/icon/set3.png) 4px -81px no-repeat;}
  ul.files_list .folder a {border-bottom: 1px dotted; text-decoration: none;}
  ul.files_list .folder a:hover {border-bottom: #fff;}
  ul.files_list .open {background: url(/_images/icon/set3.png) 4px -169px no-repeat #fff;}
  ul.files_list .preview {background: url(/_images/icon/link.png); display: block; width: 16px; height: 16px; margin: 9px 0 0 2px; float: left;}
  ul.files_list div span.date {width: 85px; padding-right: 10px; float: right; display: inline-block; text-align: right;}
  ul.files_list div span.size {width: 120px; float: right; display: inline-block; text-align: right;}
  ul.files_list div span.download {width: 50px; float: right; display: inline-block; text-align: right;}
  ul.files_list div span.download a {background: url(/_images/icon/download.png) right no-repeat; padding-right: 20px; color: #69B20C;}
  ul.files_list div span.download a.download-progress {background: none !important; padding-right: 0px !important;}
    ul.files_list div span.download a.download-progress img {vertical-align: bottom; margin-left: 4px;}
  ul.files_list a.download_folder {background: url(/_images/icon/download2.png) right no-repeat !important; padding-right: 20px !important; color: #1887C6 !important; border-bottom: none; text-decoration: underline; position: absolute; right: 215px; top: 7px;}
  ul.files_list a.download_folder:hover {text-decoration: none;}
  ul.files_list a.download_folder:hover + div {background-color: #eef5fb;}
  ul.files_list a.file_link {text-decoration: none; padding-right: 10px; color: #1887C6; border-bottom: none; position: absolute; right: 190px; top: 8px;}
  ul.files_list a.file_link:hover {color: orange;}
  ul.files_list a.file_link:hover + div {background-color: #eef5fb;}
  ul.files_list a.file_link:hover + a + div {background-color: #eef5fb;}
  ul.files_list .favorite-holder {padding-right: 0px; position: absolute; right: 145px; top: 7px; text-align: left; width: 40px;}
      ul.files_list .favorite-holder a {font-size: 20px; position: absolute; top: -6px; padding-left: 5px;}
  ul.files_list div.folder span.download {width: 50px; min-height: 1px; padding-right: 20px;}
  ul.files_list div.folder span.download.empty {background: url(/_images/icon/download3.png) right no-repeat;}
  ul.files_list .folder_empty {background: url(/_images/icon/set.png) 4px -43px no-repeat;}
  ul.files_list .folder_empty span.download {width: 50px; padding-right: 20px;}
  ul.files_list .folder_empty a {text-decoration: none;}
  ul.files_list .folder_empty a:hover {color: #1887C6;}
  ul.files_list .marker {background-color: #d6f8c0;}
  ul.files_list .is-hide {background-color: #faf08b;}
ul.folder_content {margin: 0 0 0 10px; padding: 0 0 0 20px; border-left: 1px solid #C4E0F6;}
ul.files_list .folder .btn-move, ul.files_list .file .btn-move {display: none; height: 15px; width: 16px; background: url(/_images/icon/move.png) no-repeat 0 -1px; border: none; margin: 0 0 0 20px; vertical-align: bottom;}
ul.files_list .folder .btn-edit, ul.files_list .file .btn-edit {display: none; height: 15px; width: 16px; background: url(/_images/icon/pencil.png) no-repeat 0 -1px; border: none; margin: 0 0 0 10px; vertical-align: bottom;}


/** Favorite **/
.favorite-fields-list {padding: 0 0 40px;}
.favorite-holder {}
  .favorite-holder .university-list {display: none;}
  .favorite-holder .subject-list {display: none;}
  .favorite-holder .files-list {display: none;}
  .favorite-holder .favorite-empty {}
  .favorite-holder .title {font-size: 16px; padding: 3px 0 3px 10px; border-bottom: 1px dotted; margin: 20px 10px 0 0;}
  .favorite-holder ul.files_list {padding: 5px 0 0 7px;}
  .favorite-holder .tree_expand {position: static; margin: 0 0 0 0; padding: 0 0 0 34px; background: url(/_images/icon/expand.png) 10px 3px no-repeat;}
  .favorite-holder .tree_expand.opened {background-position: 10px -19px;}

/** USERS LIST**/
ul.users_list {margin: 0; padding: 0;}
    ul.users_list li {list-style: none; padding: 5px 10px;}
        ul.users_list li .index {display: inline-block; width: 150px; vertical-align: middle; font-size: 48px; color: #1887C6;}
        ul.users_list li .userpics {display: inline-block; width: 50px; vertical-align: middle; text-align: center; margin-right: 20px; height: 50px; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px;}
        ul.users_list li .login {display: inline-block; width: 200px; vertical-align: middle; font-size: 16px; overflow: hidden; padding-right: 10px;}
        ul.users_list li .univers {display: inline-block; width: 500px; vertical-align: middle; padding-right: 20px;}
        ul.users_list li .count {float: right; width: 80px; padding: 20px 0 0 25px; background: url(/_images/icon/set3.png) 0px 19px no-repeat;}
        ul.users_list li .count_download {float: right; width: 80px; padding: 20px 0 0 25px; background: url(/_images/icon/download.png) 0px 19px no-repeat;}
        ul.users_list li .date {float: right; width: 60px; padding-top: 20px;}
    ul.users_list li:hover {background: #eef5fb;}
    ul.users_list li.current {background: #d9edf7;}


/** Comments **/
.cell_list.has_comments {display: inline-block; width: 50%; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
.comments-holder {display: inline-block; width: 50%; position: relative; padding: 20px 0 0 0; }
    .comments-holder .comments_form_add {display: none;}
    .comments-holder .comments_link_add {display: inline-block; margin-left: 10px; text-decoration: none; border-bottom: dotted 1px;}
    .comments-holder .comments_link_add:hover {border-bottom: none; margin-bottom: 1px;}
    .comments-holder label {padding: 0 20px 10px 0; display: block;}
    .comments-holder input[type=text] {width: 99%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .comments-holder textarea {width: 99%; padding: 5px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 60px; border-radius: 2px; resize: none;}
    .comments-holder textarea:focus {outline: none;}
    .comments-holder input[type=text]:focus {outline: none;}
    .comments-holder input[type=submit] {font-size: 14px; margin: 0;}
    .comments-holder button {font-size: 14px; margin: 0;}
    .comments-holder .title {display: block; font-size: 16px; padding: 3px 0 3px 10px; border-bottom: 1px dotted; margin: 0px 10px 10px 0;} 
    .comments-holder .login {display: none;}
    .comments-holder .comments_list {padding: 10px 0;}
        .comments-holder .comments_list .item {padding: 0 0 15px; border-bottom: 1px dotted;}
        .comments-holder .comments_list .item:last-child {border-bottom: none;}
        .comments-holder .comments_list .feedback { padding: 10px 5px 5px 10px; border-radius: 3px; min-height: 59px;}
        .comments-holder .comments_list img {border: 1px solid #f2f2f2; background: #fff; padding: 2px; border-radius: 3px; float: left; height: 40px; width: 40px; margin: 0 10px 0 0;}
        .comments-holder .comments_list .text {padding: 0 0 10px; min-height: 25px;}
        .comments-holder .comments_list.university-comments .text {padding: 0 0 10px 50px; min-height: 25px;}
        .comments-holder .comments_list .info {padding-bottom: 5px; font-size: 11px; color: #848585;}
        .comments-holder .comments_list .user_login {font-size: 14px; font-weight: bold;}
        .comments-holder .comments_list .date {}
        .comments-holder .comments_list ul {margin: 0; padding: 0;}
        .comments-holder .comments_list li {margin: 0 0 0 30px; padding: 5px 0 5px 10px; list-style: none; min-height: 59px;}
            .comments-holder .comments_list li .text {}
        .comments-holder .comments_list .get_answer {padding: 0 0 0 65px;}
            .comments-holder .comments_list .get_answer a {font-size: 14px; color: #69b20c;}
          .comments-holder .comments_list .get_answer input[type=text] {width: 99%;}
          .comments-holder .comments_list .get_answer textarea {width: 99%;}
        .comments-holder .comments_list .set-answer {padding: 0 0 0 10px;}
        .comments-holder .comments_list .has-child-comments .set-answer {padding: 0 0 0 40px;}
            .comments-holder .comments_list .set-answer a {font-size: 14px; color: #69b20c; cursor: pointer;}
          .comments-holder .comments_list .set-answer input[type=text] {width: 99%;}
          .comments-holder .comments_list .set-answer textarea {width: 99%;}
    .comments-holder .comment_action_list {}
        .comments-holder .comment_action_list div {padding: 4px 0px;}
        .comments-holder .comment_action_list .has_icon {padding: 7px 0px 7px 30px;}
        .comments-holder .comment_action_list .comment_collapse_holder {display: none;}
        .comments-holder .comment_action_list .more_files {text-decoration: none; border-bottom: dotted 1px;}
        .comments-holder .comment_action_list .more_files:hover {border-bottom: none; margin-bottom: 1px;}
.right_content .comments-holder {display: block; width: auto; position: relative; padding: 10px 0 0 280px; }

/** POPUP **/
.popup_input_error {border-color: red;}
.popup_add {display: none; position: fixed; top: 50%; left: 50%; width: 750px; margin: -250px 0 0 -375px; text-shadow: 1px; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: #fff; z-index: 100;}
    .popup_add .popup_header {background: #C4E0F6; padding: 10px 0 0; min-height: 30px;}
        .popup_add .popup_header .title {padding: 0px 10px 0px; font-size: 18px;}
        .popup_add .popup_header a {display: inline-block; padding: 10px 10px 5px; background: #eef5fb; margin-left: 5px; text-decoration: none;}
        .popup_add .popup_header a:hover {color: #1887C6;}
        .popup_add .popup_header a.selected {background: #fff;}
        .popup_add .popup_header .close {display: block; float: right; width: 16px; height: 16px; background: url(/_images/icon/cross.png) no-repeat; margin: 3px 10px 0 0;}
        .popup_add .popup_header .close:hover {cursor: pointer;}
    .popup_add .tab_content {min-height: 100px; padding: 10px;}
    .popup_add .tab_content .skip_margin {margin-top: -20px;}
    .popup_add .select_column {height: 400px; margin-bottom: 10px; overflow-x: hidden; overflow-y: scroll; width: 730px;}
    .popup_add form label {width: 110px; }
    .popup_add form label.notice {width: 110px; padding-top: 0px;}
        .popup_add form label.notice span {display: block; font-size: 10px; color: #ccc;}
    .popup_add form input {width: 590px;}
    .popup_add form select {width: 603px; padding: 5px;}
    .popup_add .data {width: 730px;}
    .popup_add .name {width: 80%;}
    .popup_add .full_width[type=text] {display: inline-block; width: 715px; margin-bottom: 10px; padding: 7px;}
    .popup_add .full_width[type=button] {display: inline-block; width: 100%; margin: 10px 0 10px; }
.popup_window {display: none; position: fixed; top: calc(50% - 240px); left: calc(50% - 174px); width: 384px; margin: 0 0 0 0; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: url(/_images/bg_popup.png) repeat-x top #E2F4F9; z-index: 1000; color: #000; border-radius: 5px;}
    .popup_window .popup_header {padding: 10px 0 10px 20px;}
        .popup_window .popup_header .close_popup {display: block; float: right; width: 16px; height: 16px; background: url(/_images/icon/cross.png) no-repeat; margin: 10px 20px 0 0;}
        .popup_window .popup_header .close_popup:hover {cursor: pointer;}
        .popup_window .popup_header a {display: inline-block; margin: 5px 10px 0 24px; font-size: 17px; color: #000; text-decoration: none; border-bottom: dotted 1px;}
        .popup_window .popup_header a:hover {border-bottom: none; margin-bottom: 1px;}
        .popup_window .popup_header a.selected {border-bottom: none; color: #666;}
    .popup_window .login_block {width: 300px; display: none;}
    .popup_window .captcha-holder {margin: 10px 0 15px 0}
    .popup_window .popup_content {padding: 0 20px 0px;}
    .popup_window .title {font-size: 15px; font-weight: bold;}
    .popup_window .std_form label {display: block; padding: 0; margin: 10px 0 0;}
    .popup_window .std_form label.checkbox {display: block; padding: 0 0 10px 20px; margin: 10px 0 0; width: 100%; position: relative;}
    .popup_window .std_form .terms {font-size: 12px;}
    .popup_window .login_bg {padding: 13px 23px 23px; width: auto; border-radius: 5px; margin: 10px 0 0;}
    .popup_window .register_bg {padding: 15px; margin: 0;}
    .popup_window .btn_remove {float: none;}
.popup_alert {display: none; position: fixed; top: 50%; left: 50%; width: 450px; margin: -100px 0 0 -225px; text-shadow: 1px; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: #fff; z-index: 100; text-align: center; padding: 10px;}
    .popup_alert .alert_text {padding: 10px 0 10px; font-size: 13px; text-align: center;}
    .popup_alert .left {text-align: left;}
    .popup_alert input[type="text"] {display: inline-block; width: 200px; margin-bottom: 10px; padding: 3px 7px;}
    .popup_alert input {float: inherit;}
.popup_filter {} 
    .popup_filter label {display: inline-block; width: 70px; text-align: right; font-size: 18px; margin-right: 10px;} 
    .popup_filter input[type="text"] {display: inline-block; width: 715px; margin-bottom: 10px; padding: 7px;}
.popup-captcha {margin: -250px 0 0 -162px; width: 325px; z-index: 5000;}

/** Search page **/
.search_holder {padding: 0 10px;}
    .search_holder .result_holder {padding: 0 0 10px; position: relative; min-height: 51px;}
    .search_holder .title_holder { padding: 0px 0px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background: linear-gradient(to top right, #F5F5F5, #FFFFFF); position: absolute; top: 0; z-index: 200; width: 100%; height: 51px;}
        .search_holder .title_holder .link {vertical-align: middle; padding: 0 80px 0 50px; position: relative; }
        .search_holder .title_holder .link .hidden {display: none;}
        .search_holder .title_holder a {font-size: 18px; display: table-cell; padding: 0px 20px 0px 0px; height: 51px; vertical-align: middle;}
        .search_holder .title_holder .too_many_files {font-size: 18px; display: table-cell; padding: 0px 20px 0px 0px; height: 51px; vertical-align: middle;}
            .search_holder .title_holder .too_many_files span {font-size: 12px;}
        .search_holder .title_holder .files_count { color: #555354; display: inline-block; position: absolute; top: 19px; right: 10px;}
        .search_holder .title_holder .status {width: 48px; margin: 15px 0; height: 21px; background: url(/_images/icon/expand.png) 20px 5px no-repeat; vertical-align: middle; position: absolute; z-index: 1000;}
        .search_holder .title_holder .status.open {background-position: 20px -17px;}
        .search_holder .title_holder .status.empty {background: none;}
        .search_holder .title_holder .status:hover {cursor: pointer;}
    .search_holder .files_holder {border: 1px solid #EDEDED; border-top: none; padding: 51px 0 0;}
        .search_holder .files_holder .user_info {padding: 0 0 0 20px; display: inline-block; position: absolute; left: 10px; top: 8px; z-index: 100;}
            .search_holder .files_holder .user_info img {position: absolute; left: -1px; top: -1px; width: 17px; height: 17px; }
        .search_holder .files_holder h2 {color: #4C4C4C; padding: 8px 0 0 8px; font-size: 17px; border-bottom: 1px dotted; margin: 20px 10px 0 10px;}
        .search_holder .files_holder ul {margin: 0; padding: 0; width: 100%; }
        .search_holder .files_holder li {list-style: none; margin: 0 9px; padding: 0 0 5px 0; position: relative;}
        .search_holder .files_holder .path {display: inline-block; width: 301px; vertical-align: top; text-align: right; padding: 8px 0px 2px 0px; overflow: hidden; height: 15px; position: absolute; direction: rtl; white-space: pre; margin-left: 140px;}
            .search_holder .files_holder .path span:before {position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100px;
content: '';
background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 90%, #fff 100%);

}
        .search_holder .files_holder .filename {display: inline-block; padding: 8px 0 2px 26px; margin-left: 441px;}
  #google_search .gsc-above-wrapper-area {display: none;}
  #google_search .gsc-control-cse {padding: 0;}
.search-loading {padding: 5px 0 0 0px;  font-size: 14px; color: #666;   display: inline-block; position: absolute; top: 12px; left: 40px;}
    .search-loading img {vertical-align: middle;}

  

/** Feedback page **/
.feedback_page {padding: 0 7px 0 0px;}
    .feedback_page label {padding: 0 20px 10px 0; display: block;}
    .feedback_page input[type=text] {width: 100%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .feedback_page textarea {width: 100%; padding: 5px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 60px; border-radius: 2px; resize: none;}
    .feedback_page textarea:focus {outline: none;}
    .feedback_page input[type=text]:focus {outline: none;}
    .feedback_page input[type=submit] {font-size: 14px; margin: 0;}
    .feedback_page .login {display: none;}
    .feedback_page .feedback_list {padding: 10px 0;}
        .feedback_page .feedback_list .item {padding: 0 0 15px; border-bottom: 1px dotted;}
        .feedback_page .feedback_list .feedback { padding: 10px 5px 5px 10px; border-radius: 3px; min-height: 59px;}
        .feedback_page .feedback_list img {border: 1px solid #f2f2f2; background: #fff; padding: 2px; border-radius: 3px; float: left;}
        .feedback_page .feedback_list .text {padding-left: 65px; padding-top: 3px;}
        .feedback_page .feedback_list .info {padding-bottom: 5px; font-size: 11px; color: #848585;}
        .feedback_page .feedback_list .user_login {font-size: 14px; font-weight: bold;}
        .feedback_page .feedback_list .date {}
        .feedback_page .feedback_list ul {margin: 0; padding: 0;}
        .feedback_page .feedback_list li {margin: 0 0 0 65px; padding: 5px 0 5px 10px; list-style: none; min-height: 59px;}
            .feedback_page .feedback_list li .text {}
        .feedback_page .feedback_list .get_answer {padding: 0 0 0 75px;}
            .feedback_page .feedback_list .get_answer a {font-size: 14px; color: #69b20c;}
          .feedback_page .feedback_list .get_answer input[type=text] {width: 100%;}
          .feedback_page .feedback_list .get_answer textarea {width: 100%;}

/** Contact Us **/
.contact_us_page {padding: 0 7px 0 0px;}
    .contact_us_page label {padding: 0 0 0px; display: block; width: auto; padding-right: 20px;}
    .contact_us_page input[type=text] {width: 100%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .contact_us_page textarea {width: 100%; padding: 5px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 300px; max-height: none; border-radius: 2px; resize: none; max-width: 100%; margin: 0;}
    .contact_us_page textarea:focus {outline: none;}
    .contact_us_page input[type=text]:focus {outline: none;}
    .contact_us_page input[type=submit] {font-size: 14px; margin: 0; width: auto; padding: 5px 20px;}
    .contact_us_page .login {display: none;}
    

/** Login Page **/
.login_page {}
    .login_page label {padding: 0 0 0px; display: block; width: auto; padding-right: 20px;}
    .login_page input[type=text] {width: 95%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .login_page input[type=text]:focus {outline: none;}
    .login_page input[type=password] {width: 95%; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .login_page input[type=password]:focus {outline: none;}
    .login_page input[type=submit] {font-size: 14px; margin: 0; width: auto; padding: 5px 20px;}
    .login_page label.checkbox {display: block; padding: 0 0 15px 20px; margin: 10px 0 0; width: 100%; position: relative;}
    .login_page .login {display: none;}
    .login_page .login_block {min-height: 50px; width: 50%; float: left;}

    
/** Forgot Password **/
.forgot_psw_page {padding: 0 7px 0 0px;}
    .forgot_psw_page label {padding: 0 0 0px; display: block; width: auto; padding-right: 20px;}
    .forgot_psw_page input[type=text] {width: 500px; padding: 0px 10px; border: 1px solid #d6d6d6; box-shadow: inset 0px 1px #7f7f7f; height: 30px; border-radius: 2px;}
    .forgot_psw_page input[type=text]:focus {outline: none;}
    .forgot_psw_page input[type=submit] {font-size: 14px; margin: 0; width: auto; padding: 5px 20px;}
    
  
/** Banners **/
.banner_top {width: 100%; overflow-x: hidden; text-align: center;}
.banner_top_header_wrapper {width: 100%; text-align: center; background: #f0f1f2; padding:10px;}
.banner_top_header {display: inline-block; background: #fff;}
.banner_right {padding-top: 222px; position: absolute; right: 0;}
.banner_left {padding-top: 222px; position: absolute; left: 0;}
.banner_bottom { width: 100%; overflow-x: hidden; text-align: left; }
.ads_spacer {float: left; display: block; height: 0px;}
.ads_spacer2 {float: left; display: block; height: 2500px; clear:left;}
.banner_content_doc {float:left; clear:left; margin-right: 15px;}
.banner_content_pdf {width: 100%;  text-align: center; }
.banner_bottom_preview {width: 100%;  text-align: left; overflow: hidden;}
.banner_test_1 {background: #ff5500;}
.banner_test_3 {display: block; width: 250px; height: 800px; background: #ff5500;}
.banner_test_2 {display: block; width: 250px; height: 800px; background: #ff5500;}
.banner_test_5 {display: block; width: 200px; height: 200px; background: #ff5500;}
.banner_test_7 {background: #ff5500;}
.banner-sidebar-holder {display: inline-block; width: 336px; height: 280px; position: absolute; bottom: 0px;}

/** Rating **/
.rating_top_sidebar {width: 250px; overflow: hidden;}
    .rating_top_sidebar .title {font-size: 18px; padding: 0 0 0px 10px;}
    .rating_top_sidebar .link {padding: 0 0 0 10px;}
    .rating_top_sidebar ul {margin: 0; padding: 5px 0 0; }
    .rating_top_sidebar li {list-style: none; position: relative; height: 64px; padding: 0 0 5px 5px;}
    .rating_top_sidebar .user_item {padding: 5px 0px 5px 5px; display: block; text-decoration: none; color: #000;}
    .rating_top_sidebar .user_item:hover {background: #eef5fb;}
    .rating_top_sidebar .username {font-size: 16px; color: #07344e; text-decoration: none; width: 150px; display: inline-block; padding: 0 0 5px;}
    .rating_top_sidebar .rating {font-size: 13px; color: #69b20c; text-decoration: none; width: 150px; display: inline-block; padding: 0 0 4px;}
    .rating_top_sidebar .star {color: #69b20c;}
    .rating_top_sidebar .count {font-size: 11px; width: 150px; display: inline-block;}
    .rating_top_sidebar .place {position: absolute; top: 5px; right: 0; width: 70px;}
    .rating_top_sidebar .prize {position: absolute; top: 29px; right: 5px; width: 60px; background: #69b20c; display: block; color: #fff; padding: 4px 3px; border-radius: 5px;}
    .rating_top_sidebar .photo_holder {float: left; width: 50px; text-align: center; margin-right: 10px; height: 50px; padding: 2px; background: #fff; border: 1px solid #f2f2f2; border-radius: 3px;}
    
/** Buttons **/
.btn_standart {-moz-box-shadow: 1px 1px 0px 0px #a4e271; -webkit-box-shadow: 1px 1px 0px 0px #a4e271; box-shadow: 1px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4e41b), color-stop(1, #5ca80b) ); background:-moz-linear-gradient( center top, #a4e41b 5%, #5ca80b 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4e41b', endColorstr='#5ca80b'); background-color:#5ca80b; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #74b807; display:inline-block; color:#ffffff; font-family:arial; font-size:18px; font-weight:normal; padding:4px 18px; text-decoration:none; text-shadow:1px 1px 0px #528009;}
.btn_standart:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5ca80b), color-stop(1, #a4e41b) ); background:-moz-linear-gradient( center top, #5ca80b 5%, #a4e41b 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca80b', endColorstr='#a4e41b'); background-color:#5ca80b;}
.btn_standart:active {position:relative; top:1px;}
.btn_disabled {-moz-box-shadow: 0px 1px 0px 0px #ccc; -webkit-box-shadow: 0px 1px 0px 0px #ccc; box-shadow: 0px 1px 0px 0px #ccc; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #ccc) ); background:-moz-linear-gradient( center top, #ccc 5%, #ccc 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc'); background-color:#ccc; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #9db0c4; display:inline-block; color:#ffffff; font-family:arial; font-size:18px; font-weight:normal; padding:4px 28px; text-decoration:none; text-shadow:1px 1px 0px #666;}
.btn_blue {-moz-box-shadow: 0px 1px 0px 0px #bbdaf7; -webkit-box-shadow: 0px 1px 0px 0px #bbdaf7; box-shadow: 0px 1px 0px 0px #bbdaf7; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c2ceda), color-stop(1, #3d647b) ); background:-moz-linear-gradient( center top, #c2ceda 5%, #3d647b 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2ceda', endColorstr='#3d647b'); background-color:#3d647b; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #9db0c4; display:inline-block; color:#ffffff; font-family:arial; font-size:18px; font-weight:normal; padding:4px 18px; text-decoration:none; text-shadow:1px 1px 0px #528ecc;}
.btn_blue:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d647b), color-stop(1, #c2ceda) ); background:-moz-linear-gradient( center top, #3d647b 5%, #c2ceda 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d647b', endColorstr='#c2ceda'); background-color:#3d647b;}
.btn_blue:active {position:relative; top:1px;}
.btn_add, .btn_remove {font-size:14px; float: right; width: auto; margin-top: 4px; margin-right: 3px;}
.btn_left {float: left; z-index: 100; position: relative;}
.btn_download {width: 130px; text-align: center; margin-top: 5px; }
.btn_download:hover {color: #fff;}
.btn_download img {position: absolute; left: 33px;}


/** Errors **/

div#jGrowl.jGrowl div.error {background-color: #EB5757; min-height: 30px; color: #fff; border: none; font-size: 16px;}
div#jGrowl.jGrowl div.error:before {content: "\26A0"; font-size: 2em; position: absolute; top: 50%; margin-top: -23px;}
div#jGrowl.jGrowl div.info {background-color: #6DA3BD; min-height: 30px; color: #fff; border: none; font-size: 16px;}
div#jGrowl.jGrowl div.info:before {content: "\0024D8"; font-size: 2em; position: absolute; top: 50%; margin-top: -23px;}
div#jGrowl.jGrowl div.jGrowl-message {margin: 5px 40px 5px 50px;}
#jGrowl .jGrowl-notification {background-image: none;}
#jGrowl .jGrowl-notification .jGrowl-close {font-size: 2em; top: 0px;}


/** FOOTER **/
.footer {height: 60px; margin-top: -60px; position: relative;}
.footer .footer_holder {max-width: 1500px; margin: 0 auto; height: 34px; font-size: 13px; text-align: left; padding: 12px 0 14px;}
    .footer .footer_holder .border {height: 4px; margin-bottom: 7px; background: linear-gradient(to right, #6ACCE5 25%, #012C73 60%, #A1DE20 80%);}
.footer .content.right_padding {padding-right: 250px;}
.footer .content.left_padding {padding-left: 250px;}
.footer .footer_holder .link {padding: 0 0 0 10px; color: #07344e; vertical-align: middle; margin: 7px 0; float: left;}
.footer .footer_holder .liveinternet {float: right; padding: 0 10px 0;}
.elfinder_terms {font-size: 10px; color: #555; padding-left: 7px; font-family: Verdana,Arial,sans-serif; position: absolute; bottom: 55px;}

.hidden {display: none !important;}
.no-padding {padding: 0px !important;}

/** Yandex.Share **/
.b-share { width: 100px; position: absolute; left: 1000px; top: 220px;}
.b-share-btn__wrap {width: 100px; margin: 5px;}
.b-share_theme_counter .b-share-btn__wrap:first-child {margin-left: 5px !important;}

/** Files type **/
.file {background: url(/_images/icon/set3.png) 4px 7px no-repeat;}
.folder {background: url(/_images/icon/set3.png) 4px -81px no-repeat;}
.folder_icon {background: url(/_images/icon/set3.png) 4px -81px no-repeat;}
.ft__application {background-position: 4px -259px;}
.ft__x_empty,
.ft__text {background-position: 4px -345px;}
.ft__image, 
.ft__vnd_adobe_photoshop, 
.ft__postscript {background-position: 4px -433px;}
.ft__audio {background-position: 4px -521px;}
.ft__video,
.ft__flash_video {background-position: 4px -609px;}
.ft__rtf,
.ft__rtfd {background-position: 4px -697px;}
.ft__pdf {background-position: 4px -785px;}
.ft__vnd_ms_office {background-position: 4px -873px;}
.ft__msword,
.ft__vnd_ms_word,
.ft__vnd_openxmlformats_officedocument_wordprocessingml_document,
.ft__vnd_oasis_opendocument_text {background-position: 4px -2366px;}
.ft__ms_excel,
.ft__vnd_ms_excel,
.ft__vnd_openxmlformats_officedocument_spreadsheetml_sheet,
.ft__vnd_oasis_opendocument_spreadsheet {background-position: 4px -2454px;}
.ft__vnd_ms_powerpoint,
.ft__vnd_openxmlformats_officedocument_presentationml_presentation,
.ft__vnd_oasis_opendocument_presentation {background-position: 4px -2542px;}
.ft__html {background-position: 4px -961px;}
.ft__css {background-position: 4px -1049px;}
.ft__javascript,
.ft__x_javascript {background-position: 4px -1137x;}
.ft__x_perl {background-position: 4px -1235px;}
.ft__x_python {background-position: 4px -1313px;}
.ft__x_ruby {background-position: 4px -1401px;}
.ft__x_sh,
.ft__x_shellscript {background-position: 4px -1489px;}
.ft__x_c,
.ft__x_csrc,
.ft__x_chdr,
.ft__x_c__,
.ft__x_c__src,
.ft__x_c__hdr,
.ft__x_java,
.ft__x_java_source {background-position: 4px -1577px;}
.ft__x_php {background-position: 4px -1665px}
.ft__xml {background-position: 4px -1753px;}
.ft__zip,
.ft__x_zip,
.ft__x_7z_compressed {background-position: 4px -1841px;}
.ft__x_gzip,
.ft__x_tar {background-position: 4px -1929px;}
.ft__x_bzip,
.ft__x_bzip2 {background-position: 4px -2017px;}
.ft__x_rar,
.ft__x_rar_compressed {background-position: 4px -2105px;}
.ft__x_shockwave_flash {background-position: 4px -2193px;}
.vnd_djvu {background-position: 4px -2278px;}


    @media screen and (max-width: 1505px) {
      .page.left_padding.right_padding {padding-right: 0px;} 
      .page.left_padding.right_padding .banner_right {display: none;} 
      .footer .content.left_padding.right_padding {padding-right: 0px;}
    }
    @media screen and (max-width: 1255px) {
      .page.left_padding {padding-left: 0px;} 
      .page.right_padding {padding-right: 0px;} 
      .banner_left {display: none;} 
      .banner_right {display: none;} 
      .page.left_padding.right_padding {width: 100%;}
      
      
      .footer .content.left_padding {padding-left: 0px;}
      .footer .content.right_padding {padding-right: 0px;}
      
      .page.right_padding {width: auto;}
      .page.left_padding {width: auto; }
      
    }
    @media screen and (max-width: 1200px) {
        ul.users_list li .univers {width: 300px;}
    }
    @media screen and (min-width: 1200px) {
      .cell_list {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3} 
      .cell_list.has_comments {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; width: 70%;} 
      .select_subject.has_comments {width: 70%;} 
      .comments-holder {width: 30%;}
      .right_content .comments-holder {padding: 0 0 0 280px; display: block;}
    }
    @media screen and (max-width: 1050px) {
      ul.users_list li .univers {width: 250px;}
      .header span.logotype {display: none;}
      ul.users_list li .login {width: 130px; padding-right: 0px;}
      .additional_menu a {display: none;}
      .banner_content_doc2 {margin-right: 15px}

    }
    @media screen and (max-width: 900px) {
      .login_page .login_block {float: none; width: 100%;}
      .header span.logotype {display: none;}
      .cell_list {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
      .cell_list.has_comments {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1; width: 100%;} 
      .select_subject.has_comments {width: 100%;} 
      .page.left_padding.right_padding .cell_list {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
      .comments-holder {width: 100%; padding-top: 20px; } 
      ul.files_list a.file_link {display: none;}
      ul.files_list .favorite-holder {display: none;}
      ul.files_list div span.date {display: none;}
      ul.files_list div span.size {display: none;}
      ul.files_list div span.download {width: 50px;}
      ul.files_list a.download_folder {right: 0;}
      ul.users_list li .index {display: none;}
      ul.users_list li .date {display: none;}
      ul.users_list li .univers {width: 200px;}
      ul.files_list div.folder span.download {position: absolute; right: 0;}
      ul.files_list .folder {padding-right: 45px;}
      .preview_info img {display: none;}
      .preview_info .user_details {padding: 0 200px 0 0;}
      .search_holder .files_holder .path {display: none;}
      .search_holder .files_holder .filename {margin-left: 140px;}
      .header img.logotype  {width: 120px; margin: 50px 0px 0px 10px;}
      .header ul li.add_files {display: none;}
    }
    @media screen and (max-width: 700px) {
        .right_content .select_subject {padding-left: 0px;} 
      .header ul .enter_link {display: none;}
      .header .user_block .user_links {display: none;}
      .cell_list {width: 100%;}
      .sidebar {display: none;}
      .sidebar.chapter_list {display: block;}
      .sidebar.chapter_list::parent {position: absolute;}
      .sidebar-holder {position: absolute; float: left;}
      .mob_nav_folders {display: block;}
      ul.files_list {padding: 29px 0 0 0px;}
      .tree_expand {margin: 0; padding: 7px 0 7px 30px; background-position: 6px 9px;}
      .tree_expand.opened {background-position: 6px -13px;}
      ul.users_list li .univers {display: none;}
      ul.users_list li .count_download {display: none;}
      .filter .user_details {padding: 0 0 0 60px;}
      .preview_info .user_details {padding: 0 0 0 0;}
      .preview_info .description {position: relative; top: auto; width: auto;}
      .preview_info .btn_download {width: 252px;}
      .preview_content .type_image img {width: 100%;}
      .preview_content .type_text {padding: 0 5px;}
      .help_list img {width: 100%;}
      .search_holder .files_holder .user_info {display: none;}
      .search_holder .files_holder .filename {margin-left: 0px;}
      .search_holder .title_holder a {font-size: 16px;}
      .header ul li {margin: 0px 0px 0px 5px;}
      .header img.logotype  {width: 120px; margin: 50px 0px 0px 10px;}
      .sidebar {position: relative; width: 100%; margin-top: 40px; }
      .sidebar.chapter_list {position: relative; width: 326px; margin-top: 0px; }
      .has_chapter_navigation {padding: 0 0 0 25px;}
      .has_chapter_navigation .page_num {display: none;}
      .has_chapter_navigation .chapter_page_navigation {display: block;}
      .has_chapter_navigation .chapter_page_navigation .pages {display: none;}
      .has_chapter_navigation .chapter_page_navigation .show_chapter_sidebar {display: inline-block;}
      .pagination-holder {padding: 30px 0px;}
      .pagination .page_num {display: none;}
      .pagination .begin_link {display: none;}
      .pagination .back_link_sm {display: none;}
      .pagination .end_link {display: none;}
      .pagination .next_link_sm {display: none;}
      .pagination.preview-version {padding: 0px 130px;}
      .pagination.standart-version {padding: 0px 130px;}
      .pagination.preview-version  .back_link {display: inline-block; position: absolute; top: 0px; left: 0px;}
      .pagination.preview-version  .next_link {display: inline-block; position: absolute; top: 0px; right: 0px;}
      .pagination.standart-version .back_link {display: inline-block; position: absolute; top: 0px; left: 0px;}
      .pagination.standart-version .next_link {display: inline-block; position: absolute; top: 0px; right: 0px;}
      .pagination .current_page {display: inline-block;}
      .right_content .comments-holder {width: 100%; padding: 20px 0 0 0; } 
    }
    @media screen and (max-width: 600px) {
      .header img.logotype  {margin: 15px 30px 0px 10px; width: 100px;}
      .auth_block {display: none;}
      .user_block {display: none;}
      .header ul {display: inline-block; margin: 10px 0 0 0; float: left;}
      .header ul li {margin: 0px 5px 0px 5px;}
    }
    @media screen and (max-width: 540px) {
      .additional_menu input[type="text"] {width: 100px;}
      .auth_block {display: none;}
      .user_block {display: none;}
      .header ul {display: inline-block; margin: 10px 0 0 0; float: left; line-height: 30px;}
      .header ul li {margin: 0px 5px 0px 5px;}
      .header img.logotype  {margin: 15px 0px 0px 10px; width: 100px;}
      .filter {margin: 0 0 10px;}
      .filter label {margin: 0 0 10px; text-align: left;}
      .filter .site_details {padding-left: 0px; }
      .footer .content .liveinternet {float: left; margin-top: 10px;}
      .footer .footer_holder .link {padding: 10px 10px 10px 10px;}
      ul.users_list li {padding: 5px 0;}
      .search_holder .title_holder a {font-size: 14px;}
      .forgot_psw_page input[type=text] {width: 100%;}
      .preview_info .details {padding: 0 0 5px 85px;}
      .filter .report_legal {margin-left: 0px; margin-top: 10px;}
      .header ul li.add_files {display: none;}
      .loading {left: 10px;}
      .popup-captcha {top: 300px;}
      /*.minimize_sidebar {display: none;}*/
    }/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspScrollable:focus{outline: none;}
.jspContainer
{
	outline: none;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    /* background: red; */
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    /* background: red; */
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #DBDBDB;
    position: relative;
}

.jspDrag
{
    background: #797979;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*!
 * elFinder - file manager for web
 * Version 2.0 rc1 (2012-07-18)
 * http://elfinder.org
 * 
 * Copyright 2009-2012, Studio 42
 * Licensed under a 3 clauses BSD license
 */
.elfinder-dialog-resize{margin-top:.3em}.elfinder-resize-type{float:left;margin-bottom:.4em}.elfinder-resize-control{padding-top:3em}.elfinder-resize-control input[type=text]{border:1px solid #aaa;text-align:right}.elfinder-resize-preview{width:400px;height:400px;padding:10px;background:#fff;border:1px solid #aaa;float:right;position:relative;overflow:auto}.elfinder-resize-handle{position:relative}.elfinder-resize-handle-hline,.elfinder-resize-handle-vline{position:absolute;background-image:url("/elfinder/img/crop.gif")}.elfinder-resize-handle-hline{width:100%;height:1px!important;background-repeat:repeat-x}.elfinder-resize-handle-vline{width:1px!important;height:100%;background-repeat:repeat-y}.elfinder-resize-handle-hline-top{top:0;left:0}.elfinder-resize-handle-hline-bottom{bottom:0;left:0}.elfinder-resize-handle-vline-left{top:0;left:0}.elfinder-resize-handle-vline-right{top:0;right:0}.elfinder-resize-handle-point{position:absolute;width:8px;height:8px;border:1px solid #777;background:0 0}.elfinder-resize-handle-point-n{top:0;left:50%;margin-top:-5px;margin-left:-5px}.elfinder-resize-handle-point-ne{top:0;right:0;margin-top:-5px;margin-right:-5px}.elfinder-resize-handle-point-e{top:50%;right:0;margin-top:-5px;margin-right:-5px}.elfinder-resize-handle-point-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px}.elfinder-resize-handle-point-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px}.elfinder-resize-handle-point-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px}.elfinder-resize-handle-point-w{top:50%;left:0;margin-top:-5px;margin-left:-5px}.elfinder-resize-handle-point-nw{top:0;left:0;margin-top:-5px;margin-left:-5px}.elfinder-resize-spinner{position:absolute;width:200px;height:30px;top:50%;margin-top:-25px;left:50%;margin-left:-100px;text-align:center;background:url(/elfinder/img/progress.gif) center bottom repeat-x}.elfinder-resize-row{margin-bottom:7px;position:relative}.elfinder-resize-label{float:left;width:80px;padding-top:3px}.elfinder-resize-reset{width:16px;height:16px;position:absolute;margin-top:-8px}.elfinder-dialog .elfinder-dialog-resize .ui-resizable-e{height:100%;width:10px}.elfinder-dialog .elfinder-dialog-resize .ui-resizable-s{width:100%;height:10px}.elfinder-dialog .elfinder-dialog-resize .ui-resizable-se{background:0 0;bottom:0;right:0;margin-right:-7px;margin-bottom:-7px}.elfinder-dialog-resize .ui-icon-grip-solid-vertical{position:absolute;top:50%;right:0;margin-top:-8px;margin-right:-11px}.elfinder-dialog-resize .ui-icon-grip-solid-horizontal{position:absolute;left:50%;bottom:0;margin-left:-8px;margin-bottom:-11px}.elfinder-resize-row .elfinder-buttonset{float:right}.elfinder-resize-rotate-slider{float:left;width:195px;margin:7px 7px 0}.elfinder-file-edit{width:99%;height:99%;margin:0;padding:2px;border:1px solid #ccc}.elfinder-help{margin-bottom:.5em}.elfinder-help .ui-tabs-panel{padding:.5em}.elfinder-dialog .ui-tabs .ui-tabs-nav li a{padding:.2em 1em}.elfinder-help-shortcuts{height:300px;padding:1em;margin:.5em 0;overflow:auto}.elfinder-help-shortcut{white-space:nowrap;clear:both}.elfinder-help-shortcut-pattern{float:left;width:160px}.elfinder-help-logo{width:100px;height:96px;float:left;margin-right:1em;background:url('/elfinder/img/logo.png') center center no-repeat}.elfinder-help h3{font-size:1.5em;margin:.2em 0 .3em}.elfinder-help-separator{clear:both;padding:.5em}.elfinder-help-link{padding:2px}.elfinder-help .ui-priority-secondary{font-size:.9em}.elfinder-help .ui-priority-primary{margin-bottom:7px}.elfinder-help-team{clear:both;text-align:right;border-bottom:1px solid #ccc;margin:.5em 0;font-size:.9em}.elfinder-help-team div{float:left}.elfinder-help-license{font-size:.9em}.elfinder-help-disabled{font-weight:700;text-align:center;margin:90px 0}.elfinder-help .elfinder-dont-panic{display:block;border:1px solid transparent;width:200px;height:200px;margin:30px auto;text-decoration:none;text-align:center;position:relative;background:#d90004;-moz-box-shadow:5px 5px 9px #111;-webkit-box-shadow:5px 5px 9px #111;box-shadow:5px 5px 9px #111;background:-moz-radial-gradient(80px 80px,circle farthest-corner,#d90004 35%,#960004 100%);background:-webkit-gradient(radial,80 80,60,80 80,120,from(#d90004),to(#960004));-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;outline:none}.elfinder-help .elfinder-dont-panic span{font-size:3em;font-weight:700;text-align:center;color:#fff;position:absolute;left:0;top:45px}.elfinder{padding:0;position:relative;display:block}.elfinder-rtl{text-align:right;direction:rtl}.elfinder-workzone{padding:0;position:relative;overflow:hidden}.elfinder-perms,.elfinder-symlink{position:absolute;width:16px;height:16px;background-image:url(/elfinder/img/toolbar.png);background-repeat:no-repeat;background-position:0 -528px}.elfinder-na .elfinder-perms{background-position:0 -96px}.elfinder-ro .elfinder-perms{background-position:0 -64px}.elfinder-wo .elfinder-perms{background-position:0 -80px}.elfinder-drag-helper{width:60px;height:50px;padding:0 0 0 25px;z-index:100000}.elfinder-drag-helper-icon-plus{position:absolute;width:16px;height:16px;left:43px;top:55px;background:url('/elfinder/img/toolbar.png') 0 -544px no-repeat;display:none}.elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus{display:block}.elfinder-drag-num{position:absolute;top:0;left:0;width:16px;height:14px;text-align:center;padding-top:2px;font-size:12px;font-weight:700;color:#fff;background-color:red;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.elfinder-drag-helper .elfinder-cwd-icon{margin:0 0 0 -24px;float:left}.elfinder-overlay{opacity:0;filter:Alpha(Opacity=0)}.elfinder .elfinder-panel{position:relative;background-image:none;padding:7px 12px}.elfinder-contextmenu,.elfinder-contextmenu-sub{display:none;position:absolute;border:1px solid #aaa;background:#fff;color:#555;padding:4px 0}.elfinder-contextmenu-sub{top:5px}.elfinder-contextmenu-ltr .elfinder-contextmenu-sub{margin-left:-5px}.elfinder-contextmenu-rtl .elfinder-contextmenu-sub{margin-right:-5px}.elfinder-contextmenu-item{position:relative;display:block;padding:4px 30px;text-decoration:none;white-space:nowrap;cursor:default}.elfinder-contextmenu .elfinder-contextmenu-item span{/*font-size:.76em;*/display:block}.elfinder-contextmenu-ltr .elfinder-contextmenu-item{text-align:left}.elfinder-contextmenu-rtl .elfinder-contextmenu-item{text-align:right}.elfinder-contextmenu-ltr .elfinder-contextmenu-sub .elfinder-contextmenu-item{padding-left:12px}.elfinder-contextmenu-rtl .elfinder-contextmenu-sub .elfinder-contextmenu-item{padding-right:12px}.elfinder-contextmenu-arrow,.elfinder-contextmenu-icon{position:absolute;top:50%;margin-top:-8px}.elfinder-contextmenu-ltr .elfinder-contextmenu-icon{left:8px}.elfinder-contextmenu-rtl .elfinder-contextmenu-icon{right:8px}.elfinder-contextmenu-arrow{width:16px;height:16px;background:url('/elfinder/img/arrows-normal.png') 5px 4px no-repeat}.elfinder-contextmenu-ltr .elfinder-contextmenu-arrow{right:5px}.elfinder-contextmenu-rtl .elfinder-contextmenu-arrow{left:5px;background-position:0 -10px}.elfinder-contextmenu .ui-state-hover{border:0 solid;background-image:none}.elfinder-contextmenu-separator{height:0;border-top:1px solid #ccc;margin:0 1px}.elfinder-cwd-wrapper{overflow:auto;position:relative;padding:2px;margin:0}.elfinder-cwd-wrapper-list{padding:0}.elfinder-cwd{position:relative;/*font-size:.7em;*/cursor:default;padding:0;margin:0;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.elfinder .elfinder-cwd-wrapper.elfinder-droppable-active{padding:0;border:2px solid #8cafed}.elfinder-cwd-view-icons .elfinder-cwd-file{width:120px;height:80px;padding-bottom:2px;cursor:default;overflow:hidden}.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file{float:left;margin:0 3px 12px 0}.elfinder-rtl .elfinder-cwd-view-icons .elfinder-cwd-file{float:right;margin:0 0 5px 3px}.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover{border:0 solid}.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper{width:52px;height:52px;margin:1px auto;padding:2px;position:relative}.elfinder-cwd-view-icons .elfinder-cwd-filename{text-align:center;white-space:pre;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;margin:3px 1px 0;padding:1px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.elfinder-cwd-view-icons .elfinder-perms{bottom:4px;right:2px}.elfinder-cwd-view-icons .elfinder-symlink{bottom:6px;left:0}.elfinder-cwd-icon{display:block;width:48px;height:48px;margin:0 auto;background:url('/elfinder/img/icons-big.png') 0 0 no-repeat;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon{background-position:0 -100px}.elfinder-cwd-icon-directory{background-position:0 -50px}.elfinder-cwd-icon-application{background-position:0 -150px}.elfinder-cwd-icon-x-empty,.elfinder-cwd-icon-text{background-position:0 -200px}.elfinder-cwd-icon-image,.elfinder-cwd-icon-vnd-adobe-photoshop,.elfinder-cwd-icon-postscript{background-position:0 -250px}.elfinder-cwd-icon-audio{background-position:0 -300px}.elfinder-cwd-icon-video,.elfinder-cwd-icon-flash-video{background-position:0 -350px}.elfinder-cwd-icon-rtf,.elfinder-cwd-icon-rtfd{background-position:0 -401px}.elfinder-cwd-icon-pdf{background-position:0 -450px}.elfinder-cwd-icon-ms-excel,.elfinder-cwd-icon-msword,.elfinder-cwd-icon-vnd-ms-excel,.elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-office,.elfinder-cwd-icon-vnd-ms-powerpoint,.elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-word,.elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12,.elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12,.elfinder-cwd-icon-vnd-oasis-opendocument-chart,.elfinder-cwd-icon-vnd-oasis-opendocument-database,.elfinder-cwd-icon-vnd-oasis-opendocument-formula,.elfinder-cwd-icon-vnd-oasis-opendocument-graphics,.elfinder-cwd-icon-vnd-oasis-opendocument-graphics-template,.elfinder-cwd-icon-vnd-oasis-opendocument-image,.elfinder-cwd-icon-vnd-oasis-opendocument-presentation,.elfinder-cwd-icon-vnd-oasis-opendocument-presentation-template,.elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet,.elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet-template,.elfinder-cwd-icon-vnd-oasis-opendocument-text,.elfinder-cwd-icon-vnd-oasis-opendocument-text-master,.elfinder-cwd-icon-vnd-oasis-opendocument-text-template,.elfinder-cwd-icon-vnd-oasis-opendocument-text-web,.elfinder-cwd-icon-vnd-openofficeorg-extension,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slide,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slideshow,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-template,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-template,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document,.elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-template{background-position:0 -500px}.elfinder-cwd-icon-html{background-position:0 -550px}.elfinder-cwd-icon-css{background-position:0 -600px}.elfinder-cwd-icon-javascript,.elfinder-cwd-icon-x-javascript{background-position:0 -650px}.elfinder-cwd-icon-x-perl{background-position:0 -700px}.elfinder-cwd-icon-x-python{background-position:0 -750px}.elfinder-cwd-icon-x-ruby{background-position:0 -800px}.elfinder-cwd-icon-x-sh,.elfinder-cwd-icon-x-shellscript{background-position:0 -850px}.elfinder-cwd-icon-x-c,.elfinder-cwd-icon-x-csrc,.elfinder-cwd-icon-x-chdr,.elfinder-cwd-icon-x-c--,.elfinder-cwd-icon-x-c--src,.elfinder-cwd-icon-x-c--hdr,.elfinder-cwd-icon-x-java,.elfinder-cwd-icon-x-java-source{background-position:0 -900px}.elfinder-cwd-icon-x-php{background-position:0 -950px}.elfinder-cwd-icon-xml{background-position:0 -1000px}.elfinder-cwd-icon-zip,.elfinder-cwd-icon-x-zip,.elfinder-cwd-icon-x-7z-compressed{background-position:0 -1050px}.elfinder-cwd-icon-x-gzip,.elfinder-cwd-icon-x-tar{background-position:0 -1100px}.elfinder-cwd-icon-x-bzip,.elfinder-cwd-icon-x-bzip2{background-position:0 -1150px}.elfinder-cwd-icon-x-rar,.elfinder-cwd-icon-x-rar-compressed{background-position:0 -1200px}.elfinder-cwd-icon-x-shockwave-flash{background-position:0 -1250px}.elfinder-cwd-icon-group{background-position:0 -1300px}.elfinder-cwd input{width:100%;border:0 solid;margin:0;padding:0}.elfinder-cwd-view-icons input,.elfinder-cwd-view-icons{text-align:center}.elfinder-cwd table{width:100%;border-collapse:collapse;border:0 solid;margin:0 0 10px}.elfinder .elfinder-cwd table thead tr{border-left:0 solid;border-top:0 solid;border-right:0 solid}.elfinder .elfinder-cwd table thead td{font-size:.9em}.elfinder .elfinder-cwd table td{padding:3px 12px;white-space:pre;overflow:hidden;text-align:right;cursor:default;border:0 solid}.elfinder-ltr .elfinder-cwd table td{text-align:right}.elfinder-ltr .elfinder-cwd table td:first-child{text-align:left}.elfinder-rtl .elfinder-cwd table td{text-align:left}.elfinder-rtl .elfinder-cwd table td:first-child{text-align:right}.elfinder-odd-row{background:#eee}.elfinder-cwd-view-list .elfinder-cwd-file-wrapper{width:97%;position:relative}.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper{padding-left:23px}.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper{padding-right:23px}.elfinder-cwd-view-list .elfinder-perms,.elfinder-cwd-view-list .elfinder-symlink{top:50%;margin-top:-6px}.elfinder-ltr .elfinder-cwd-view-list .elfinder-perms{left:7px}.elfinder-ltr .elfinder-cwd-view-list .elfinder-symlink{left:-7px}.elfinder-cwd-view-list td .elfinder-cwd-icon{width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;background-image:url(/elfinder/img/icons-small.png)}.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon{left:0}.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon{right:0}.std42-dialog{padding:0}.std42-dialog .ui-dialog-titlebar{border-left:0 solid transparent;border-top:0 solid transparent;border-right:0 solid transparent;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;font-size:.82em;font-weight:400;padding:.2em 1em}.std42-dialog .ui-dialog-titlebar-close,.std42-dialog .ui-dialog-titlebar-close:hover{padding:1px}.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar{text-align:right}.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{right:auto;left:.3em}.std42-dialog .ui-dialog-content{padding:.3em .5em;font-size:.72em}.std42-dialog .ui-dialog-buttonpane{border:0 solid;margin:0;padding:.5em .7em;font-size:.76em}.std42-dialog .ui-dialog-buttonpane button{margin:0 0 0 .4em;padding:0;outline:0 solid}.std42-dialog .ui-dialog-buttonpane button span{padding:2px 9px}.elfinder-dialog .ui-resizable-e,.elfinder-dialog .ui-resizable-s{width:0;height:0}.std42-dialog .ui-button input{cursor:pointer}.elfinder-dialog-icon{position:absolute;width:32px;height:32px;left:12px;top:50%;margin-top:-15px;background:url("/elfinder/img/dialogs.png") 0 0 no-repeat}.elfinder-rtl .elfinder-dialog-icon{left:auto;right:12px}.elfinder-dialog-error .ui-dialog-content,.elfinder-dialog-confirm .ui-dialog-content{padding-left:56px;min-height:35px}.elfinder-rtl .elfinder-dialog-error .ui-dialog-content,.elfinder-rtl .elfinder-dialog-confirm .ui-dialog-content{padding-left:0;padding-right:56px}.elfinder-dialog-notify .ui-dialog-titlebar-close{display:none}.elfinder-dialog-notify .ui-dialog-content{padding:0}.elfinder-notify{border-bottom:1px solid #ccc;position:relative;padding:.5em;text-align:center;overflow:hidden}.elfinder-ltr .elfinder-notify{padding-left:30px}.elfinder-rtl .elfinder-notify{padding-right:30px}.elfinder-notify:last-child{border:0 solid}.elfinder-notify-progressbar{width:180px;height:8px;border:1px solid #aaa;background:#f5f5f5;margin:5px auto;overflow:hidden}.elfinder-notify-progress{width:100%;height:8px;background:url(/elfinder/img/progress.gif) center center repeat-x}.elfinder-notify-progressbar,.elfinder-notify-progress{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.elfinder-dialog-icon-open,.elfinder-dialog-icon-file,.elfinder-dialog-icon-reload{background-position:0 -225px}.elfinder-dialog-icon-mkdir{background-position:0 -64px}.elfinder-dialog-icon-mkfile{background-position:0 -96px}.elfinder-dialog-icon-copy,.elfinder-dialog-icon-prepare,.elfinder-dialog-icon-move{background-position:0 -128px}.elfinder-dialog-icon-upload{background-position:0 -160px}.elfinder-dialog-icon-rm{background-position:0 -192px}.elfinder-dialog-icon-download{background-position:0 -260px}.elfinder-dialog-icon-save{background-position:0 -295px}.elfinder-dialog-icon-rename{background-position:0 -330px}.elfinder-dialog-icon-archive,.elfinder-dialog-icon-extract{background-position:0 -365px}.elfinder-dialog-icon-search{background-position:0 -402px}.elfinder-dialog-confirm-applyall{padding-top:3px}.elfinder-dialog-confirm .elfinder-dialog-icon{background-position:0 -32px}.elfinder-info-title .elfinder-cwd-icon{float:left;width:48px;height:48px;margin-right:1em}.elfinder-info-title strong{display:block;padding:.3em 0 .5em}.elfinder-info-tb{min-width:200px;border:0 solid;margin:1em .2em;font-size:.9em}.elfinder-info-tb td{white-space:nowrap;padding:2px}.elfinder-info-tb tr td:first-child{text-align:right}.elfinder-info-tb span{float:left}.elfinder-info-tb a{outline:none;text-decoration:underline}.elfinder-info-tb a:hover{text-decoration:none}.elfinder-info-spinner{width:14px;height:14px;float:left;background:url("/elfinder/img/spinner-mini.gif") center center no-repeat;margin:0 5px}.elfinder-netmount-tb{margin:0 auto}.elfinder-netmount-tb input{border:1px solid #ccc}.elfinder-upload-dropbox{font-size:1.2em;text-align:center;padding:2em 0;border:3px dashed #aaa}.elfinder-upload-dropbox.ui-state-hover{background:#dfdfdf;border:3px dashed #555}.elfinder-upload-dialog-or{font-size:1.2em;margin:.3em 0;text-align:center}.elfinder-upload-dialog-wrapper{text-align:center}.elfinder-upload-dialog-wrapper .ui-button{position:relative;overflow:hidden}.elfinder-upload-dialog-wrapper .ui-button form{position:absolute;right:0;top:0;opacity:0;filter:Alpha(Opacity=0)}.elfinder-upload-dialog-wrapper .ui-button form input{padding:0 20px;font-size:3em}.dialogelfinder .dialogelfinder-drag{border-left:0 solid;border-top:0 solid;border-right:0 solid;font-weight:400;font-size:.9em;padding:2px 12px;cursor:move;position:relative;text-align:left}.elfinder-rtl .dialogelfinder-drag{text-align:right}.dialogelfinder-drag-close{position:absolute;top:50%;margin-top:-8px}.elfinder-ltr .dialogelfinder-drag-close{right:12px}.elfinder-rtl .dialogelfinder-drag-close{left:12px}.elfinder .elfinder-navbar{width:360px;padding:3px 5px;/*font-size:.72em;*/background-image:none;border-top:0 solid;border-bottom:0 solid;overflow:auto;display:none;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.elfinder-ltr .elfinder-navbar{float:left;border-left:0 solid}.elfinder-rtl .elfinder-navbar{float:right;border-right:0 solid}.elfinder-ltr .ui-resizable-e{margin-left:10px}.elfinder-tree{display:table;width:100%;margin:0 0 .5em}.elfinder-navbar-dir{position:relative;display:block;white-space:nowrap;padding:3px 12px;margin:0;outline:0 solid;border:1px solid transparent;cursor:default}.elfinder-ltr .elfinder-navbar-dir{padding-left:35px}.elfinder-rtl .elfinder-navbar-dir{padding-right:35px}.elfinder-navbar-arrow{width:12px;height:14px;position:absolute;display:none;top:50%;margin-top:-8px;background-image:url("/elfinder/img/arrows-normal.png");background-repeat:no-repeat}.ui-state-active .elfinder-navbar-arrow{background-image:url("/elfinder/img/arrows-active.png")}.elfinder-navbar-collapsed .elfinder-navbar-arrow{display:block}.elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow{background-position:0 4px;left:0}.elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow{background-position:0 -10px;right:0}.elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow,.elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow{background-position:0 -21px}.elfinder-navbar-icon{width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;background-image:url("/elfinder/img/toolbar.png");background-repeat:no-repeat;background-position:0 -16px}.elfinder-ltr .elfinder-navbar-icon{left:14px}.elfinder-rtl .elfinder-navbar-icon{right:14px}.elfinder-tree .elfinder-navbar-root .elfinder-navbar-icon{background-position:0 0}.elfinder-places .elfinder-navbar-root .elfinder-navbar-icon{background-position:0 -48px}.ui-state-active .elfinder-navbar-icon,.elfinder-droppable-active .elfinder-navbar-icon,.ui-state-hover .elfinder-navbar-icon{background-position:0 -32px}.elfinder-navbar-subtree{display:none}.elfinder-ltr .elfinder-navbar-subtree{margin-left:12px}.elfinder-rtl .elfinder-navbar-subtree{margin-right:12px}.elfinder-navbar-spinner{width:14px;height:14px;position:absolute;display:block;top:50%;margin-top:-7px;background:url("/elfinder/img/spinner-mini.gif") center center no-repeat}.elfinder-ltr .elfinder-navbar-spinner{left:0;margin-left:-2px}.elfinder-rtl .elfinder-navbar-spinner{right:0;margin-right:-2px}.elfinder-navbar .elfinder-perms{top:50%;margin-top:-8px}.elfinder-ltr .elfinder-navbar .elfinder-perms{left:18px}.elfinder-rtl .elfinder-navbar .elfinder-perms{right:18px}.elfinder-ltr .elfinder-navbar .elfinder-symlink{left:8px}.elfinder-rtl .elfinder-navbar .elfinder-symlink{right:8px}.elfinder-navbar .ui-resizable-handle{width:12px;background:url('/elfinder/img/resize.png') center center no-repeat;left:0}.elfinder-nav-handle-icon{position:absolute;top:50%;margin:-8px 2px 0;opacity:.5;filter:Alpha(Opacity=50)}.elfinder-places{border:1px solid transparent}.elfinder-places.elfinder-droppable-active{border:1px solid #8cafed}.elfinder-place-drag .elfinder-navbar-dir{font-size:.9em}.elfinder-quicklook{position:absolute;background:url("/elfinder/img/quicklook-bg.png");display:none;overflow:hidden;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;padding:20px 0 40px}.elfinder-quicklook .ui-resizable-se{width:14px;height:14px;right:5px;bottom:3px;background:url("/elfinder/img/toolbar.png") 0 -496px no-repeat}.elfinder-quicklook-fullscreen{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-background-clip:padding-box;padding:0;background:#000;z-index:90000;display:block}.elfinder-quicklook-fullscreen .elfinder-quicklook-titlebar{display:none}.elfinder-quicklook-fullscreen .elfinder-quicklook-preview{border:0 solid}.elfinder-quicklook-titlebar{text-align:center;background:#777;position:absolute;left:0;top:0;width:100%;height:20px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;border-top-left-radius:7px;-moz-border-radius-topright:7px;-webkit-border-top-right-radius:7px;border-top-right-radius:7px;cursor:move}.elfinder-quicklook-title{font-size:.7em;color:#fff;white-space:nowrap;overflow:hidden;padding:2px 0}.elfinder-quicklook-titlebar .ui-icon{position:absolute;left:4px;top:50%;margin-top:-8px;width:16px;height:16px;cursor:default}.elfinder-quicklook-preview{overflow:hidden;position:relative;border:0 solid;border-left:1px solid transparent;border-right:1px solid transparent;height:100%}.elfinder-quicklook-info-wrapper{position:absolute;width:100%;left:0;top:50%;margin-top:-50px}.elfinder-quicklook-info{padding:0 12px 0 112px}.elfinder-quicklook-info .elfinder-quicklook-info-data:first-child{color:#fff;font-weight:700;padding-bottom:.5em}.elfinder-quicklook-info-data{font-size:.72em;padding-bottom:.2em;color:#fff}.elfinder-quicklook .elfinder-cwd-icon{position:absolute;left:32px;top:50%;margin-top:-20px}.elfinder-quicklook-preview img{display:block;margin:0 auto}.elfinder-quicklook-navbar{position:absolute;left:50%;bottom:4px;width:140px;height:32px;padding:0;margin-left:-70px;border:1px solid transparent;border-radius:19px;-moz-border-radius:19px;-webkit-border-radius:19px}.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar{width:188px;margin-left:-94px;padding:5px;border:1px solid #eee;background:#000}.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-icon-close,.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-separator{display:inline}.elfinder-quicklook-navbar-icon{width:32px;height:32px;margin:0 7px;float:left;background:url("/elfinder/img/quicklook-icons.png") 0 0 no-repeat}.elfinder-quicklook-navbar-icon-fullscreen{background-position:0 -64px}.elfinder-quicklook-navbar-icon-fullscreen-off{background-position:0 -96px}.elfinder-quicklook-navbar-icon-prev{background-position:0 0}.elfinder-quicklook-navbar-icon-next{background-position:0 -32px}.elfinder-quicklook-navbar-icon-close{background-position:0 -128px;display:none}.elfinder-quicklook-navbar-separator{width:1px;height:32px;float:left;border-left:1px solid #fff;display:none}.elfinder-quicklook-preview-text-wrapper{width:100%;height:100%;background:#fff;color:#222;font-size:.9em;overflow:auto}pre.elfinder-quicklook-preview-text{margin:0;padding:3px 9px}.elfinder-quicklook-preview-html,.elfinder-quicklook-preview-pdf{width:100%;height:100%;background:#fff;border:0 solid;margin:0}.elfinder-quicklook-preview-flash{width:100%;height:100%}.elfinder-quicklook-preview-audio{width:100%;position:absolute;bottom:0;left:0}embed.elfinder-quicklook-preview-audio{height:30px;background:0 0}.elfinder-quicklook-preview-video{width:100%;height:100%}.elfinder-statusbar{text-align:center;font-weight:400;padding:.2em .5em;border-right:0 solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent}.elfinder-statusbar a{text-decoration:none}.elfinder-statusbar div{font-size:.7em}.elfinder-path{max-width:30%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis}.elfinder-ltr .elfinder-path{float:left}.elfinder-rtl .elfinder-path{float:right}.elfinder-stat-size{white-space:nowrap}.elfinder-ltr .elfinder-stat-size{float:right}.elfinder-rtl .elfinder-stat-size{float:left}.elfinder-stat-selected{white-space:nowrap;overflow:hidden}.elfinder-toolbar{padding:4px 0 3px;border-left:0 solid transparent;border-top:0 solid transparent;border-right:0 solid transparent}.elfinder-buttonset{margin:1px 4px;float:left;background:0 0;padding:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.elfinder .elfinder-button{width:16px;height:16px;margin:0;padding:4px;float:left;overflow:hidden;position:relative;border:0 solid}.elfinder .ui-icon-search{cursor:pointer}.elfinder-button:first-child{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.elfinder-button:last-child{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.elfinder-toolbar-button-separator{float:left;padding:0;height:24px;border-top:0 solid;border-right:0 solid;border-bottom:0 solid;width:0}.elfinder .elfinder-button.ui-state-disabled{opacity:1;filter:Alpha(Opacity=100)}.elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon{opacity:.4;filter:Alpha(Opacity=40)}.elfinder-rtl .elfinder-buttonset{float:right}.elfinder-button-icon{width:16px;height:16px;display:block;background:url('/elfinder/img/toolbar.png') no-repeat}.elfinder-button-icon-home{background-position:0 0}.elfinder-button-icon-back{background-position:0 -112px}.elfinder-button-icon-forward{background-position:0 -128px}.elfinder-button-icon-up{background-position:0 -144px}.elfinder-button-icon-reload{background-position:0 -160px}.elfinder-button-icon-open{background-position:0 -176px}.elfinder-button-icon-mkdir{background-position:0 -192px}.elfinder-button-icon-mkfile{background-position:0 -208px}.elfinder-button-icon-rm{background-position:0 -224px}.elfinder-button-icon-copy{background-position:0 -240px}.elfinder-button-icon-cut{background-position:0 -256px}.elfinder-button-icon-paste{background-position:0 -272px}.elfinder-button-icon-getfile{background-position:0 -288px}.elfinder-button-icon-duplicate{background-position:0 -304px}.elfinder-button-icon-rename{background-position:0 -320px}.elfinder-button-icon-edit{background-position:0 -336px}.elfinder-button-icon-quicklook{background-position:0 -352px}.elfinder-button-icon-upload{background-position:0 -368px}.elfinder-button-icon-download{background-position:0 -384px}.elfinder-button-icon-info{background-position:0 -400px}.elfinder-button-icon-extract{background-position:0 -416px}.elfinder-button-icon-archive{background-position:0 -432px}.elfinder-button-icon-view{background-position:0 -448px}.elfinder-button-icon-view-list{background-position:0 -464px}.elfinder-button-icon-help{background-position:0 -480px}.elfinder-button-icon-resize{background-position:0 -512px}.elfinder-button-icon-search{background-position:0 -561px}.elfinder-button-icon-sort{background-position:0 -577px}.elfinder-button-icon-rotate-r{background-position:0 -625px}.elfinder-button-icon-rotate-l{background-position:0 -641px}.elfinder .elfinder-menubutton{overflow:visible}.elfinder-button-menu{position:absolute;left:0;top:25px;padding:3px 0}.elfinder-button-menu-item{white-space:nowrap;font-size:.72em;cursor:default;padding:5px 19px;position:relative}.elfinder-button-menu .ui-state-hover{border:0 solid}.elfinder-button-menu-item-separated{border-top:1px solid #ccc}.elfinder-button-menu-item .ui-icon{width:16px;height:16px;position:absolute;left:2px;top:50%;margin-top:-8px;display:none}.elfinder-button-menu-item-selected .ui-icon{display:block}.elfinder-button-menu-item-selected-asc .ui-icon-arrowthick-1-n,.elfinder-button-menu-item-selected-desc .ui-icon-arrowthick-1-s{display:none}.elfinder-button form{position:absolute;top:0;right:0;opacity:0;filter:Alpha(Opacity=0);cursor:pointer}.elfinder .elfinder-button form input{background:0 0;cursor:default}.elfinder .elfinder-button-search{border:0 solid;background:0 0;padding:0;margin:1px 4px;height:auto;min-height:26px;float:right;width:202px}.elfinder-ltr .elfinder-button-search{float:right;margin-right:10px}.elfinder-rtl .elfinder-button-search{float:left;margin-left:10px}.elfinder-button-search input{width:160px;height:22px;padding:0 20px;font-size:.8em;line-height:22px;border:1px solid #aaa;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;outline:0 solid}.elfinder-rtl .elfinder-button-search input{direction:rtl}.elfinder-button-search .ui-icon{position:absolute;height:18px;top:50%;margin:-9px 4px 0;opacity:.6;filter:Alpha(Opacity=60)}.elfinder-ltr .elfinder-button-search .ui-icon-search{left:0}.elfinder-rtl .elfinder-button-search .ui-icon-search,.elfinder-ltr .elfinder-button-search .ui-icon-close{right:0}.elfinder-rtl .elfinder-button-search .ui-icon-close{left:0}/* dialogs */
.std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }

/* navbar */
.elfinder .elfinder-navbar { background:#dde4eb; }
.elfinder-navbar .ui-state-hover  { background:transparent; border-color:transparent; }
.elfinder-navbar .ui-state-active { background: #3875d7;    border-color:#3875d7; color:#fff; }
.elfinder-navbar .elfinder-droppable-active {background:#A7C6E5 !important;}
/* disabled elfinder */
.elfinder-disabled .elfinder-navbar .ui-state-active { background: #dadada; border-color:#aaa; color:#fff; }


/* current directory */
/* selected file in "icons" view */
.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; }
/* list view*/
.elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; }
.elfinder-cwd table tr { border-top:1px solid #fff; }

/* common selected background/color */
.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-cwd table td.ui-state-hover,
.elfinder-button-menu .ui-state-hover { background: #3875d7; color:#fff;}
/* disabled elfinder */
.elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-disabled .elfinder-cwd table td.ui-state-hover { background:#dadada;}

/* statusbar */
.elfinder .elfinder-statusbar { color:#555; }
.elfinder .elfinder-statusbar a { text-decoration:none; color:#555;}


.std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content { background:#fff;}

/* contextmenu */
.elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; }
.elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image:url('/elfinder/img/arrows-active.png'); }


.ui-widget-header {background: none;}
.ui-widget-content {border: none;}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_images/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_images/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/_images/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/_images/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/_images/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/_images/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/_images/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/_images/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 430px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
  background-color: #8EB9FF;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/_images/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/_images/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/_images/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/_images/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/_images/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/_images/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/_images/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/_images/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
pre code{display:block;padding:.5em;background:#f0f0f0}pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black}pre .string,pre .title,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#800}pre .comment,pre .annotation,pre .template_comment,pre .diff .header,pre .chunk,pre .markdown .blockquote{color:#888}pre .number,pre .date,pre .regexp,pre .literal,pre .smalltalk .symbol,pre .smalltalk .char,pre .go .constant,pre .change,pre .markdown .bullet,pre .markdown .link_url{color:#080}pre .label,pre .javadoc,pre .ruby .string,pre .decorator,pre .filter .argument,pre .localvars,pre .array,pre .attr_selector,pre .important,pre .pseudo,pre .pi,pre .doctype,pre .deletion,pre .envvar,pre .shebang,pre .apache .sqbracket,pre .nginx .built_in,pre .tex .formula,pre .erlang_repl .reserved,pre .prompt,pre .markdown .link_label,pre .vhdl .attribute,pre .clojure .attribute,pre .coffeescript .property{color:#88F}pre .keyword,pre .id,pre .phpdoc,pre .title,pre .built_in,pre .aggregate,pre .css .tag,pre .javadoctag,pre .phpdoc,pre .yardoctag,pre .smalltalk .class,pre .winutils,pre .bash .variable,pre .apache .tag,pre .go .typename,pre .tex .command,pre .markdown .strong,pre .request,pre .status{font-weight:bold}pre .markdown .emphasis{font-style:italic}pre .nginx .built_in{font-weight:normal}pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .javascript,pre .xml .vbscript,pre .xml .css,pre .xml .cdata{opacity:.5}.jGrowl {
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  padding-top: 0px;
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 400px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  /*min-height: 40px;*/
  position: relative;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
  position: absolute;
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  right: 10px;
  top: 5px;
}
.jGrowl-closer {
  background-color: #000000;
  /*opacity: 0.9;*/
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
/** Hide jGrowl when printing **/
@media print {
  .jGrowl {
    display: none;
  }
}

div.jGrowl div.error {background-color: red; /*min-height: 30px;*/ color: #fff; border: none; font-size: 14px;}
div.jGrowl div.info {background-color: #6DA3BD; /*min-height: 30px;*/ color: #fff; border: none; font-size: 14px;}

@media screen and (max-width: 800px) {
  .jGrowl.top-right {
    right: 0px;
    top: 50px;
  }
  /*.jGrowl-closer {
    width: 100%;
  }*/
  .jGrowl-notification {
    width: 300px;
  }
}  
}
