/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 8, 2016, 9:54:16 AM
    Author     : SaLoveBy
*/

/* Portrait Tablet */
@media (max-width: 850px) { 
    /*Login*/
    .button-link{
        width: 30% !important;
        height: 33px;
        font-size: 18px;
        font-weight: 600;
    }
    .copyright{
        font-size: 15px;
        font-weight: 600;
        padding-right: 10px;        
    }
    .footer_main{
        bottom: 0px;
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }
    .font-logo-login{
        font-size: 40px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
    .table-login{
        width: 100%;
    }
    .td-input{
        width: 20%;
    }
    .txtLogin{
        height: 40px !important;
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px;  
        margin-left: 10px;
        margin-bottom: 5px;
        width: 100% !important;
    }
    .title-login{
        font-size: 25px;
        font-weight: 600;
        width: 34%;       
    }
    /*Login*/

    /* Header */
    .count-version{
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        color: white;
        float: left;
        font-size: 0.8em;
        font-weight: bold;
        height: 20px;
        line-height: 22px;
        margin-top: 5px;
        position: absolute;
        text-align: center;
        width: 20px;
    }
    .header_main{
        height: 50px;
    }
    .img-logout{
        width: 30px;
        height: 30px;
    }
    .span-header-logo{
        float: left;
        font-size: 25px;
        font-weight: 600;
        margin: 15px 0px 15px 15px;
    }
    .span-logout{
        float: right;
        margin: 10px 10px 15px 0;
    }
    .span-user{
        float: right;      
        font-size: 22px;
        font-weight: 600;
        margin: 13px 10px 15px 15px;
    }
    /* Header */

    /* Body */
    .btn-menu{
        width: 98%;
        height: 55px;
    }   
    .div_detail{
        display: inline-table;
        font-size: 22px;
        height: 25px;       
        padding-left: 5px !important;
        padding-top: 6px !important;
        width: 86%;
    }
    font{
        font-size: 20px;
    }
    .green{
        font-size: 16px;
        height: 37px;
        margin-right: 10px;
    }
    .icon-menu{
        float: left;
        margin-left: 10px;
        margin-right: 5px;           
    }
    .input1{
        font-size: 16px !important;
        height: 24px !important;
        width: 85% !important
    }
    input[type="checkbox"]{
        width: 25px;
        height: 25px;
    }
    legend{
        color: #434951;
        font-size: 22px;
        font-weight: bold;
        padding: 0.2em 0.5em;
        text-align: left;
    }
    .pt8{
        font-size: 18px;
    }
    select{      
        font-size: 20px;
        height: 39px !important;
        padding: 1px !important;
        width: 90% !important;
    }
    .span-name-menu{
        float: left;
        font-size: 25px;
        font-weight: 600;
    }
    tbody.scrollContent tr td:last-child{
        font-size: 17px;
        font-weight: 600;
        padding: 10px 3px;       
    }
    thead.fixedHeader th{
        font-size: 13px;
    }
    .txt{
        border: 1px #000000 solid;
        font-size: 23px;
        height: 36px;
        margin-bottom: 0.2em;
        margin-top: 0.2em;
        padding: 1px 5px;
        width: 85%;
    }
    .texterror{

    }
    /* Body */
}

/* Landscape Tablet */
@media (min-width: 851px) and (max-width: 1199px) { 
    /*Login*/
    .button-link{
        width: 30% !important;
        height: 33px;
        font-size: 18px;
        font-weight: 600;
    }
    .copyright{
        font-size: 15px;
        font-weight: 600;
        padding-right: 10px;        
    }
    .footer_main{
        bottom: 0px;
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }
    .font-logo-login{
        font-size: 40px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
    .table-login{
        width: 100%;
    }
    .td-input{
        width: 38%
    }
    .txtLogin{
        height: 36px;
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;  
        margin-left: 10px;
        margin-bottom: 5px;
        width: 100% !important;
    }
    .title-login{
        font-size: 25px;
        font-weight: 600;
        width: 32%;       
    }
    /*Login*/

    /* Header */
    .count-version{
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        color: white;
        float: left;
        font-size: 0.8em;
        font-weight: bold;
        height: 20px;
        line-height: 22px;
        margin-top: 5px;
        position: absolute;
        text-align: center;
        width: 20px;
    }
    .header_main{
        height: 50px;
    }
    .img-logout{
        width: 30px;
        height: 30px;
    }
    .span-header-logo{
        float: left;
        font-size: 25px;
        font-weight: 600;
        margin: 15px 0px 15px 15px;
    }
    .span-logout{
        float: right;
        margin: 10px 10px 15px 0;
    }
    .span-user{
        float: right;      
        font-size: 22px;
        font-weight: 600;
        margin: 13px 10px 15px 15px;
    }
    /* Header */

    /* Body */
    .btn-menu{
        width: 98%;
        height: 45px;
    } 
    .div_detail{
        display: inline-table;
        font-size: 19px;
        height: 25px;
        padding-left: 5px !important;
        padding-top: 8px !important;
        width: 86%;
    }
    font{
        font-size: 20px;
    }
    .footer_main{
        bottom: 0px;
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }
    .green{
        font-size: 15px;
        height: 30px;
        margin-right: 7px;
    }
    .icon-menu{
        float: left;
        margin-left: 10px;
        margin-right: 5px;           
    }
    .input1{
        font-size: 16px !important;
        height: 24px !important;
        width: 50% !important;
    }
    input[type="checkbox"]{
        width: 25px;
        height: 25px;
    }
    legend{
        color: #434951;
        font-size: 18px;
        font-weight: bold;
        padding: 0.2em 0.5em;
        text-align: left;
    }
    .pt8{
        font-size: 15px;
    }
    select{      
        height: 36px !important;
        padding: 1px !important;
        width: 92% !important;
        font-size: 20px;
    }
    .span-name-menu{
        float: left;
        font-size: 21px;
        font-weight: 600;
    }
    tbody.scrollContent tr td:last-child{
        font-size: 17px;
        padding: 10px 3px;       
    }
    thead.fixedHeader th{
        font-size: 14px;
    }
    .txt{
        border: 1px #000000 solid;
        font-size: 23px;
        height: 36px;
        margin-bottom: 0.2em;
        margin-top: 0.2em;      
        padding: 1px 5px;
        width: 85%;
    }
    .texterror{

    }
    /* Body */
}

/* ----------- Non-Retina Screens Labtops ----------- */
@media screen and (min-width: 1200px) { 
    /*Login*/  
    .button-link{
        width: 30% !important;
        height: 33px;
        font-size: 18px;
        font-weight: 600;
    }
    .copyright{
        font-size: 15px;
        font-weight: 600;
        padding-right: 10px;        
    }
    .footer_main{
        bottom: 0px;
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }
    .font-logo-login{
        font-size: 40px;
        font-weight: 700;
    }
    .table-login{
        width: 100%;
    }
    .td-input{
        width: 38%
    }
    .txtLogin{
        height: 36px !important;
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;  
        margin-left: 10px;
        margin-bottom: 5px;
        width: 100% !important;
    }
    .title-login{
        font-size: 25px;
        font-weight: 600;
        width: 30%;       
    }
    /*Login*/

    /* Header */
    .count-version{
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        color: white;
        float: left;
        font-size: 0.8em;
        font-weight: bold;
        height: 20px;
        line-height: 22px;
        margin-top: 5px;
        position: absolute;
        text-align: center;
        width: 20px;
    }
    .header_main{
        height: 50px;
    }
    .img-logout{
        width: 30px;
        height: 30px;
    }
    .span-header-logo{
        float: left;
        font-size: 25px;
        font-weight: 600;
        margin: 15px 0px 15px 15px;
    }
    .span-logout{
        float: right;
        margin: 10px 10px 15px 0;
    }
    .span-user{
        float: right;      
        font-size: 22px;
        font-weight: 600;
        margin: 13px 10px 15px 15px;
    }
    /* Header */

    /* Body */
    .btn-menu{
        width: 98%;
        height: 45px;
    } 
    .div_detail{
        display: inline-table;
        font-size: 16px;
        height: 22px;
        padding-left: 5px !important;
        padding-top: 4px !important;
        width: 84%;
    }
    font{
        font-size: 20px;
    }
    .green{
        font-size: 12px;
        height: 30px;
        margin-right: 7px;
    }
    .icon-menu{
        float: left;
        margin-left: 10px;
        margin-right: 5px;           
    }
    .input1{
        width: 55% !important;
    }
    input[type="checkbox"]{
        width: 25px;
        height: 25px;
    }
    legend{
        color: #434951;
        font-size: 18px;
        font-weight: bold;
        padding: 0.2em 0.5em;
        text-align: left;
    }
    .pt8{
        font-size: 15px;
    }
    select{      
        height: 30px !important;
        padding: 1px !important;
        width: 90% !important;
    }
    .span-name-menu{
        float: left;
        font-size: 21px;
        font-weight: 600;
    }
    tbody.scrollContent tr td:last-child{
        font-size: 17px;
        padding: 10px 3px;       
    }
    thead.fixedHeader th{
        font-size: 14px;
    }
    .txt{
        border: 1px #000000 solid;
        font-size: 16px;
        height: 25px;
        margin-bottom: 0.2em;
        margin-top: 0.2em;      
        padding: 1px 5px;
        width: 82%;
    }
    .texterror{

    }
    /* Body */
}



