/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
         
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
         
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
         
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
         
    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        
    }

    
    
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        
         
    }
    
    /* Small Devices, Tablets */
    @media only screen and (max-width : 991px) and (min-width:769px ) {
        .center-sm{
            text-align: center;
            float:none;            
        } 
        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .pbox, .pbox-title{
            margin-top:10px;
        }
        .container{
            padding-left:5px;
            padding-right:5px;
        }
        .responsive-arc{
            padding-bottom:10px;
            margin-left: -3px;
        }
        .center-xs{
            text-align: center;
            float:none;            
        }
        #header{
            padding:0px;
        }
        .archive-bar{
            float:left !important;
            padding:10px;
            padding-left:0px;
            margin-left:-5px;
            padding-top:0px;
        }
        .toolbar_area, .page-heading{
            margin-bottom:10px;
        }
        #mainmenu .nav  a{
             color:white !important;
        }
        #ddlistPage{
            display: inline-block !important;
            width: auto !important;
            padding: 0px 1px;
            height: 28px;

        }
        .cal_outer{
            width: 112px;
        }
        #btnAddHolder{
            width: 43px !important;
        }
        #btnZoomHolder{
            width: 40px !important;
            padding: 1px !important;
        }
        #dropdownMenuButton{
            padding: 1px 8px !important
        }

        .page-navigation .btn-group{
            margin-top:-8px;
        }
        .btnCut{
            padding: 5px 6px;
        }
        

        #datetext_cal{
            padding: 2px 4px;
            font-size: 11px;
        }
        .input-group{
            padding: 0px;
        }
        #page_area{
            margin-top:10px;
        }
        .subcategory-block .image{
            display:none;
        }
        .subcategory-block .description{
            width:auto;
            float:left;
        }
        .navbar-header .navbar-btn2{
            display:inline-block;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
