@media screen and (max-width: 980px) {
    .color-box.four-box {
        width: 48.2%;
        margin-bottom: 10px;
    }
    .color-box.four-box:nth-child(3) {
        clear: both;
        margin: 0;
    }
    .color-box.three-box {
        clear: both;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .content {
        position: relative;
    }
    .col.left {
        display: none;
        float: left;
        width: 190px;
        margin: 0 2.5% 0 0;
    }
    .col.right {
        position: relative;
        margin-left: 0px;
        padding: 0 2.91%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 100%;

    }
    .col.right.full-size {
        margin-left: 190px;
    }
    .footer .wrap {
        line-height: 30px;
    }
    .footer .wrap > span:nth-child(2),
    .footer .wrap > span:nth-child(3) {
        margin: 0 13.1% 0 2.5%;
    }
    .header .toogle-size-btn {
        display: inline-block;
    }
    .toogle-size-btn  {
        margin: 20px 5% 0 1%;
    }
    .full-size .toogle-size-btn {
        margin: 20px 5% 0 -3.9%;
    }
    .header .toogle-size-btn span {
        display: block;
        width: 20px;
        height: 1px;
        margin-bottom: 3px;
        background: #ffffff;
    }
    .full-size .toogle-size-btn span,
    .toogle-size-btn:hover span{
        background: #fdc800;
    }
    .message-tiser .message-header {
        width: 100%;
    }
    .message-tiser .from {
        width: 100%;
    }

}
@media screen and (orientation:landscape) {
    #login-form {
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
    .section-report table tr td:first-child {
        width: 10px!important;
    }
    .section-report table tr td {
        padding: 2px;
    }
    .header ul li.all-reports a {
        width: 0px;
        height: 22px;
        overflow: hidden;

    }
    .header ul li.no-link {
        margin-left: 0;
    }
    .full-size {
        width: 120px;
        overflow: hidden;
    }
    full-size ul {
        display: none;
    }
}