/* ==========================================================================
   Main header + V8 menu
   ========================================================================== */
div#main-header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #E6E6E6;
}

div#main-header div#home-panel {
    width: 52px;
    height: 48px;
    float: left;
    margin: 0 10px 0 1%;
}

div#main-header div#home-panel a#menu_home {
    width: 52px;
    height: 56px;
    display: block;
    border-top: 5px solid #999999;
    background-image: url('../../images/buttons/btn_fomenu_home.svg');
    background-repeat: no-repeat;
    background-position: 11px 10px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

div#main-header div#home-panel a#menu_home:hover {
    background-color: #C6C5CD;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-position: 10px 10px;
}

div#main-header div#home-panel.current {
    background-image: url('../../images/buttons/btn_fomenu_current_szurke.svg');
    background-repeat: no-repeat;
    background-position: center 5px;
}

div#main-header div#counter-panel {
    width: 100px;
    height: 56px;
    float: left;
    padding: 0 0 0 50px;
    margin: 0 10px 0 0;
    border-top: 5px solid #999999;
    background-image: url('../../images/buttons/btn_fomenu_timer.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    position: relative;
}

#counter-panel:hover {
    background-color: #C6C5CD;
    border-right: 1px solid #999999 !important;
    border-bottom: 1px solid #999999 !important;
    border-left: 1px solid #999999 !important;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-position: 9px 10px !important;
    cursor: pointer;
}

#counter-panel:hover span#timeCounter {
    margin-left: -1px !important;
}

div#main-header div#counter-panel span#timeCounter {
    font-size: 16px;
    color: #00b753;
    display: block;
    padding: 15px 0 0 0;
}

div#main-header div#counter-panel span#timeCounterInfo {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #00f26e;
    width: 98px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    background-color: rgba(0, 0, 0, .9);
    display: none;
}

/* ==========================================================================
   Settings menu
   ========================================================================== */
#settings_holder,
#dl_settings_holder,
#handheld_settings_holder {
    overflow-y: scroll;
}

#settings_list,
#dl_settings_list,
#handheld_settings_list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

#settings_list li,
#dl_settings_list li,
#handheld_settings_list li {
    color: #000 !important;
    margin: 0 3px 3px 3px;
    padding: 10px;
    padding-left: 30px;
    font-size: 16px;
    height: 36px;
    background-color: #F2F2F2 !important;
    background-image: none !important;
    border: 1px solid #F2F2F2;
}

#settings_list li.ui-state-default.ui-state-disabled label:hover,
#dl_settings_list li.ui-state-default.ui-state-disabled label:hover,
#handheld_settings_list li.ui-state-default.ui-state-disabled label:hover {
    cursor: default !important;
}

#settings_list li.unchecked,
#dl_settings_list li.unchecked,
#handheld_settings_list li.unchecked {
    color: #4d4d4d !important;
    margin: 0 3px 3px 3px;
    padding: 10px;
    padding-left: 30px;
    font-size: 16px;
    height: 36px;
    background-color: #fafafa !important;
}

#settings_list li.unchecked label,
#dl_settings_list li.unchecked label,
#handheld_settings_list li.unchecked label {
    color: #4d4d4d !important;
    cursor: pointer;
}

#settings_list li.unchecked span,
#settings_list li.ui-state-default.ui-state-disabled span,
#dl_settings_list li.unchecked span,
#dl_settings_list li.ui-state-default.ui-state-disabled span,
#handheld_settings_list li.unchecked span,
#handheld_settings_list li.ui-state-default.ui-state-disabled span {
    visibility: hidden;
}

#settings_list li span,
#dl_settings_list li span,
#handheld_settings_list li span {
    position: absolute;
    margin-left: -1.3em;
}

#settings_list li.ui-state-default span.ui-icon,
#dl_settings_list li.ui-state-default span.ui-icon,
#handheld_settings_list li.ui-state-default span.ui-icon {
    background-image: url('../../images/icons/img_lista_settings_dragdrop.svg') !important;
    background-position: 0 0 !important;
}

#settings_list li.ui-state-default div.hover_x,
#dl_settings_list li.ui-state-default div.hover_x,
#handheld_settings_list li.ui-state-default div.hover_x {
    width: 15px;
    height: 15px;
    float: right;
    background-image: url('../../images/icons/img_lista_settings_torol.svg');
    background-repeat: no-repeat;
    margin-right: -10px;
    display: none;
}

#settings_list li.ui-state-default:hover div.hover_x,
#dl_settings_list li.ui-state-default:hover div.hover_x,
#handheld_settings_list li.ui-state-default:hover div.hover_x {
    display: block;
}

#settings_list li.ui-state-default div.hover_plus,
#dl_settings_list li.ui-state-default div.hover_plus,
#handheld_settings_list li.ui-state-default div.hover_plus {
    width: 15px;
    height: 15px;
    float: right;
    background-image: url('../../images/icons/img_lista_settings_hozzaad.svg');
    background-repeat: no-repeat;
    margin-right: -10px;
    display: none;
}

#settings_list li.ui-state-default:hover div.hover_plus,
#dl_settings_list li.ui-state-default:hover div.hover_plus,
#handheld_settings_list li.ui-state-default:hover div.hover_plus {
    display: block;
}

#settings_list li label,
#dl_settings_list li label,
#handheld_settings_list li label {
    font-size: 16px;
    color: #000;
    display: block;
    width: 90%;
    padding: 6px 0 6px 4px;
    margin: 0;
    margin-top: -7px;
    float: left;
    cursor: pointer !important;
}

#settings_list li:hover,
#dl_settings_list li:hover,
#handheld_settings_list li:hover,
#settings_list li label.ui-state-hover,
#settings_list li label.ui-state-active,
#dl_settings_list li label.ui-state-hover,
#dl_settings_list li label.ui-state-active,
#handheld_settings_list li label.ui-state-hover,
#handheld_settings_list li label.ui-state-active {
    border: 1px solid #C6C5CD;
}

#settings_list li input,
#dl_settings_list li input,
#handheld_settings_list li input {
    float: right;
    margin-right: 16px;
    visibility: hidden;
}

#paramspositions,
#dl_paramspositions,
#handheld_paramspositions {
    visibility: visible;
}

#settings_list li.ui-state-highlight,
#dl_settings_list li.ui-state-highlight,
#handheld_settings_list li.ui-state-highlight {
    background: none !important;
}

#settings_list li.ui-state-default.ui-state-disabled,
#dl_settings_list li.ui-state-default.ui-state-disabled,
#handheld_settings_list li.ui-state-default.ui-state-disabled {
    color: #fff;
    background-color: #C6C5CD !important;
    border: 1px solid #C6C5CD !important;
}

#settings_list li.ui-state-default.ui-state-disabled.last,
#dl_settings_list li.ui-state-default.ui-state-disabled.last,
#handheld_settings_list li.ui-state-default.ui-state-disabled.last {
    margin-bottom: 10px !important;
}

#settings_list li.ui-state-default.ui-state-disabled label,
#dl_settings_list li.ui-state-default.ui-state-disabled label,
#handheld_settings_list li.ui-state-default.ui-state-disabled label {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
}

#settings_list li.ui-state-default.last_checked,
#dl_settings_list li.ui-state-default.last_checked,
#handheld_settings_list li.ui-state-default.last_checked {
    margin-bottom: 10px !important;
}

#settings_list li.ui-state-default.unchecked label,
#dl_settings_list li.ui-state-default.unchecked label,
#handheld_settings_list li.ui-state-default.unchecked label {
    color: #000;
}

/* ==========================================================================
   meters_reading.php
   ========================================================================== */
div.onepage {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
}

div.onepage h3.bluetitle {
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    float: left;
    padding: 14px 14px !important;
    margin: 0 !important;
    cursor: default;
}

div.onepage form table.form-table {
    width: 100%;
}

div.onepage form table.form-table thead tr th {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background-color: #13243E;
    border-bottom: 1px solid;
}

div.onepage form table.form-table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

div.onepage table.tblonepage_edit {
    width: 100%;
    margin-top: 12px;
}

div.onepage table.tblonepage_edit tbody tr.tronepage_edit_h td,
div.onepage table.tblonepage_edit tbody tr.tretetel1_h td {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background-color: #13243E;
    border: 1px solid #13243E;
}

div.onepage table.tblonepage_edit tbody tr td {
    text-align: center;
    border: 1px solid #E1E1E1;
    padding: 10px;
}

div.onepage table.tblonepage_edit tbody tr td:last-child {
    border-right: none;
}

div.onepage table.tblonepage_edit tbody tr.tronepage_edit_d:nth-child(2n) td,
div.onepage table.tblonepage_edit tbody tr.tretetel1_d:nth-child(2n) td {
    background-color: #F2F2F2;
}

div.onepage table.tblonepage_edit tbody tr.tronepage_edit_d:last-child td,
div.onepage table.tblonepage_edit tbody tr.tretetel1_d:last-child td {
    border-bottom: 1px solid;
}

div.onepage table.tblonepage_edit tr td input.onepage_btn {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center 4px;
}

div.onepage table.tblonepage_edit tr td input.onepage-edit-btn {
    background-image: url('../../images/buttons/btn_anyagido_szerkeszt.svg');
    background-size: 16px 52px;
}

div.onepage table.tblonepage_edit tr td input.onepage-edit-btn:hover {
    background-position: center -33px;
}

div.onepage table.tblonepage_edit tr td input.onepage-delete-btn {
    background-image: url('../../images/buttons/btn_bej_reszletek_torol.svg');
    background-size: 12px 52px;
}

div.onepage table.tblonepage_edit tr td input.onepage-delete-btn:hover {
    background-position: center -33px;
}

div.onepage table.tblonepage_edit tr td input.onepage-cancel-btn {
    background-image: url('../../images/buttons/btn_lista_filter_torles.svg');
}

div.onepage table.tblonepage_edit tr td input.onepage-cancel-btn:hover {
    background-position: center -33px;
}

div.onepage table.tblonepage_edit tr td input.onepage-ok-btn {
    background-image: url('../../images/buttons/btn_anyagido_szerkeszt_elfogad.svg');
    background-position: center 7px;
    background-size: 16px 44px;
}

div.onepage table.tblonepage_edit tr td input.onepage-ok-btn:hover {
    background-position: center -26px;
}

/* ==========================================================================
   Facebook style loader
   ========================================================================== */
#facebookG_b {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#facebookG_s {
    width: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

.facebook_blockG {
    float: left;
    height: 57px;
    margin-left: 4px;
    width: 15px;
    background-color: #59aeeb;
    border: 2px solid #1F82C8;
    opacity: 0.1;
    -moz-animation-name: bounceG;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.7);
    -webkit-animation-name: bounceG;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.7);
    -ms-animation-name: bounceG;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.7);
    -o-animation-name: bounceG;
    -o-animation-duration: 1.1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.7);
    animation-name: bounceG;
    animation-duration: 1.1s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.7);
}

#blockG_1_b,
#blockG_1_s {
    -moz-animation-delay: 0.33s;
    -webkit-animation-delay: 0.33s;
    -ms-animation-delay: 0.33s;
    -o-animation-delay: 0.33s;
    animation-delay: 0.33s;
}

#blockG_2_b,
#blockG_2_s {
    -moz-animation-delay: 0.44000000000000006s;
    -webkit-animation-delay: 0.44000000000000006s;
    -ms-animation-delay: 0.44000000000000006s;
    -o-animation-delay: 0.44000000000000006s;
    animation-delay: 0.44000000000000006s;
}

#blockG_3_b,
#blockG_3_s {
    -moz-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}

#ajax_loader {
    position: absolute;
    top: 18px;
    left: 92px;
}

/* ==========================================================================
   Frequently used classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.none {
    display: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.formbutton {
    font-size: 14px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

ul li.mobli {
    display: none;
}

.moblink {
    visibility: hidden;
}

.desklink {
    visibility: visible;
}

.tmptxtheader {
    width: 100%;
    padding: 8px 10px;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "MyriadPro", sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 0 !important;
}

.tmptxtholder {
    width: 98%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border: 0 solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tmptxttable {
    width: 80%;
    margin: 0 auto;
    border: 2px solid #C0C0C0;
}

.tmptxttable thead tr th {
    font-size: 1.4em;
    text-align: left;
    color: #424242;
    background-color: #C0C0C0;
}

.tmptxttable tbody tr td {
    font-size: 1.3em;
    color: #7B7B7B;
    padding: 2px;
    background-color: #fff;
}

.tmptxttable tbody tr:nth-child(2n) td {
    background-color: #E8E8E8;
}

.tmptxttable tbody tr td input[type="button"] {
    width: 32px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #323232 !important;
}

.dl_att {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../../images/icons/ahd_ico_letolt.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
}

.dl_att:hover {
    background-position: 0 -20px;
}

/* ==========================================================================
   Unique form
   ========================================================================== */

.filled_unique_form_table {
    width: 96%;
    margin: 10px auto;
}

.filled_unique_form_table tr td {
    font-size: 14px;
    color: #000;
    padding: 2px 8px;
    border: 1px solid #AAAAAA;
}

.filled_unique_form_table tr td:first-child {
    font-weight: bold;
    min-width: 25%;
}

.filled_unique_form_table tr td:last-child {
    font-weight: normal;
    min-width: 80%;
}

.filled_unique_form_table tr:nth-child(1n) td {
    background-color: #F0F0F0;
}

.filled_unique_form_table tr:nth-child(2n) td {
    background-color: #E2E2E2;
}

.filled_unique_form_table tr td.void {
    height: 10px;
    background-color: transparent;
    border: 0px solid #AAAAAA;
}

.filled_unique_form_table tr td textarea {
    width: 100%;
    height: 72px;
}

#meqids_table tr td {
    padding: 4px 0;
}

#meqids_table tr:nth-child(2n) td {
    background-color: #fefefe;
}

#meqids_table tr td p {
    margin-bottom: 0;
}

#meqids_table tr td.category {
    font-weight: bold;
    text-align: center;
    background-color: #aaa;
}

#attachment_wrapper {
    width: 35px;
    height: 35px;
    float: right;
    position: relative;
}

#attachment_wrapper:hover ul {
    display: block;
}

#attachment_wrapper > a {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok.svg');
    background-repeat: no-repeat;
    background-size: 12px 52px;
    background-position: center 7px;
}

#attachment_wrapper > a.undefined {
    background-image: url('../../images/buttons/btn_lista_csatolmanyok.svg');
}

#attachment_wrapper > a.on {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_igen.svg');
}

#attachment_wrapper > a.off {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_nem.svg');
}

#attachment_wrapper ul {
    display: none;
    width: 360px;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    list-style: none;
    background-color: #C6C5CD;
    border: 1px solid #AAA8B4;
    padding: 0;
}

#attachment_wrapper ul li {
    width: 100%;
    height: 40px;
    padding: 5px;
}

#attachment_wrapper ul li:hover {
    background-color: #E6E6E6;
}

#attachment_wrapper ul li a {
    width: 100%;
    text-align: left;
    background-color: transparent !important;
    border: none !important;
    float: left;
    padding-right: 20px;
    background-size: 12px 52px;
    background-position: right 7px;
    background-repeat: no-repeat;
}

#attachment_wrapper > a:hover {
    background-color: #9A9A9A !important;
    border-color: #9A9A9A !important;
    background-position: center -29px;
}

#attachment_wrapper ul li a:hover {
    color: #122340;
}

#attachment_wrapper ul li a#has_attachments_undefined {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok.svg');
}

#attachment_wrapper ul li a.state_on {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_igen.svg');
}

#attachment_wrapper ul li a.state_off {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_nem.svg');
}

#attachment_wrapper ul li a.regular.state_on,
#attachment_wrapper > a.regular.on {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_igen_regular.svg');
}

#attachment_wrapper ul li a.regular.state_off,
#attachment_wrapper > a.regular.off {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_nem_regular.svg');
}

#attachment_wrapper ul li a.special.state_on,
#attachment_wrapper > a.special.on {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_igen_special.svg');
}

#attachment_wrapper ul li a.special.state_off,
#attachment_wrapper > a.special.off {
    background-size: 16.6px 57.7px;
    background-image: url('../../images/buttons/btn_lista_csatolmanyok_nem_special.svg');
}

.hasb td {
    border: 1px solid #000 !important;
}

.sign-data {
    font-size: 16px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
}

a.markAsRead {
    width: 22px !important;
    height: 22px !important;
    background-image: url('../../images/buttons/btn_msg_confirm.svg') !important;
    background-size: 22px 64px;
}

a.markAsRead:hover {
    background-position: center -42px !important;
}

a.markAsRead.all {
    margin-top: -4px;
    width: 46px !important;
    height: 32px !important;
    background-image: url('../../images/buttons/btn_msg_confirm_all.svg') !important;
    background-size: 35px 64px !important;
    background-position: center 1px;;
}

a.markAsRead.all:hover {
    background-position: center -38px !important;
}

@media only screen and (max-width: 1300px) {
    ul.block li.orderby_float label#filter_orderby_label {
        width: 156px;
        float: left;
        margin: 0;
        padding: 0;
    }

    table#status_signs {
        margin-left: 4px;
    }

    .short {
        width: 440px;
    }

    #tsearch_holder img {
        margin-top: -1px !important;
    }

    .toggle_table_content {
        width: 1024px;
    }

    .block li,
    .toggle_table_content td,
    #table_list_filter,
    table.display > td {
        font-size: 13px !important;
    }

    ul.block li p#filter_list_params {
        width: 450px;
    }

    .md-content {
        width: 1024px !important;
    }

    .md-content.booking {
        width: 500px !important;
    }

    .toggle_table_content td.col1 {
        width: 90px !important;
    }

    .toggle_table_content td.col2 {
        width: 360px !important;
    }

    .toggle_table_content td.col3 {
        width: 424px !important;
    }

    .toggle_table_content td table td.col1 {
        width: 310px !important;
    }

    .toggle_table_content td table td.col2 {
        width: 84px !important;
    }

    .add_attachment_form textarea {
        width: 205px;
    }

    #FileField {
        width: 510px !important;
    }

    #message {
        width: 450px;
    }

    .add_attachment_form input[type="submit"] {
        width: 130px !important;
    }

    .toggle_table_content td input[type="text"] {
        width: 298px;
        float: left;
        margin-right: 0;
    }

    .toggle_table_content td a.button_wide {
        width: 170px !important;
    }

    .toggle_table_content td input[type="submit"] {
        width: 189px !important;
    }

    #saved-filter-li input[type="submit"] {
        padding: 7px 15px !important;
    }
}

/* ==========================================================================
   Max 800px-1020px wide
   ========================================================================== */

@media only screen and (max-width: 1010px) {
    table#status_signs {
        margin-left: 4px;
    }

    .short {
        width: 440px;
    }

    #tsearch_holder img {
        margin-top: -1px !important;
    }

    .toggle_table_content {
        width: 800px;
    }

    .block li, .toggle_table_content td, #table_list_filter, table.display > td {
        font-size: 12px !important;
    }

    ul.block li p#filter_list_params {
        width: 210px;
    }

    .md-content {
        width: 740px !important;
    }

    .toggle_table_content td.col1 {
        width: 80px !important;
    }

    .toggle_table_content td.col2 {
        width: 320px !important;
    }

    .toggle_table_content td.col3 {
        width: 354px !important;
    }

    .toggle_table_content td table td.col1 {
        width: 310px !important;
    }

    .toggle_table_content td table td.col2 {
        width: 84px !important;
    }

    .add_attachment_form textarea {
        width: 205px !important;
    }

    #FileField {
        width: 310px !important;
    }

    #message {
        width: 330px !important;
    }

    .add_attachment_form input[type="submit"], .add_attachment_form input[type="file"] {
        width: 80px !important;
    }

    .toggle_table_content td input[type="text"] {
        width: 172px !important;
        float: left;
        margin-right: 0;
    }

    .toggle_table_content td a.button_wide {
        width: 140px !important;
    }

    .toggle_table_content td input[type="submit"] {
        width: 159px !important;
    }

    div#choose_download_type_holder {
        right: 99px;
    }

    div#filterSettings {
        width: 600px !important;
        height: 60px !important;
    }

    #saved-filter-li input[type="submit"] {
        padding: 7px 10px !important;
    }
}

@media only screen and (max-width: 799px) {
    .md-content {
        width: 720px !important;
    }

    #nomob {
        display: none;
    }

    .moblink {
        visibility: visible;
    }

    .desklink {
        visibility: hidden;
    }

    table#status_signs li {
        margin-right: 0px;
        font-size: 10px;
    }

    div#filterSettings {
        width: 600px !important;
        height: 60px !important;
    }

    #saved-filter-li input[type="submit"] {
        padding: 7px !important;
    }
}

@media only screen and (max-width: 660px) {
    .md-content {
        width: 590px !important;
    }

    div#main-header {
        height: 40px;
    }

    div#main-header div#home-panel {
        width: 40px;
        height: 38px;
        margin: 0 5px 0 1%;
    }

    div#main-header div#home-panel a#menu_home {
        width: 40px;
        height: 38px;
        display: block;
        background-size: 20px 20px;
        background-position: center center;
    }

    div#main-header div#counter-panel {
        width: 80px;
        height: 38px;
        float: left;
        padding: 0 0 0 30px;
        margin: 0 5px 0 0;
        background-size: 20px 20px;
        background-position: 2px center;
        position: relative;
    }

    div#main-header div#counter-panel span#timeCounter {
        font-size: 14px;
        padding: 8px 0 0 4px;
    }

    div#main-header div#counter-panel span#timeCounterInfo {
        font-size: 14px;
        width: 78px;
    }
}

@media only screen and (max-width: 460px) {
    .md-content {
        width: 450px !important;
    }
}

@media only screen and (max-width: 360px) {
    .md-content {
        width: 350px !important;
    }
}

@media only screen and (max-width: 320px) {
    .md-content {
        width: 310px !important;
    }
}