/* 
    Created on : May 21, 2015, 8:19:31 PM
    Author     : Mohammad Kawser
    Email      : mkawser953@gmail.com
*/
select[name="month"], select[name="subject_id"], input[type="file"], select[name="exam_id"], select[name="student_session_id"], select[name="student_class_id"], select[name="gender"], select[name="student_class"], select[name="teacher_department_id"], select[name="student_section_id"], input[type="text"], input[type="email"], input[type="password"]{ width: 100%;}

/*custom*/
@media only screen and (min-width: 991px){
    input[type="submit"] {margin-top: -1px;}
}

/*Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
    .logo_head h1, .logo_head h2 {margin-left: 0px;text-align:  center;}
    .logo_head h1{margin-top: 5px; font-size: 22px;}
    .logo_head h2{margin-top: 5px; font-size: 14px;font-style:  italic;}
    
    .menu_head{text-align: center; padding-right: 0px;border-top:  1px solid #FAFAFA;}
    
    .h_menu{margin-top: 15px;}
    
    .h_search{margin-top: 10px;margin-bottom:  5px;}
    .form-group {margin-bottom: 5px;}
     select[name="month"], select[name="subject_id"], input[type="file"], select[name="exam_id"], select[name="student_session_id"], select[name="student_class_id"], select[name="gender"], select[name="student_class"], select[name="teacher_department_id"], select[name="student_section_id"], input[type="text"], input[type="email"], input[type="password"]{ width: 100%;}
}



/*Mobile Layout: 320px. */
@media only screen and (max-width: 767px) 
{
    .logo_head h1, .logo_head h2 {margin-left: 0px;text-align:  center;}
    .logo_head h1{margin-top: 5px; font-size: 22px;}
    .logo_head h2{margin-top: 5px; font-size: 14px;font-style:  italic;}
    
    .menu_head{text-align: center; padding-right: 0px;border-top:  1px solid #FAFAFA;}
    
    .h_menu{margin-top: 15px;}
    
    .h_search{margin-top: 10px;margin-bottom:  5px;}
    .h_search input[type="search"]{
        padding:  2px 2px;
        height:  25px;
        width: 80%;
    
        margin-left:  auto;
        margin-right:  auto;
        
        border-radius:  2px;
        margin-bottom:  3px;
    }
        .h_search input[type="submit"]{
            height: 25px;
            padding:  0;
            font-size:  12px;
            border-radius: 2px;
            width:  80%;
            margin-left:  auto;
            margin-right:  auto;
    }
    .form-group {margin-bottom: 5px;}
    
    .lrform{
            margin-left: 0px;
        }
    h2.title_head{  margin-left: 0px;}
  label{font-weight: normal;
    margin-bottom: 1px;
    font-size: 14px;}

select[name="month"], select[name="subject_id"], input[type="file"], select[name="exam_id"], select[name="student_session_id"], select[name="student_class_id"], select[name="gender"], select[name="student_class"], select[name="teacher_department_id"], select[name="student_section_id"], input[type="text"], input[type="email"], input[type="password"]{width: 100%;}
   .user_box{
       width: 97%;
   }
}


/*Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
    .logo_head h1, .logo_head h2 {margin-left: 0px;text-align:  center;}
    .logo_head h1{margin-top: 5px; font-size: 22px;}
    .logo_head h2{margin-top: 10px; margin-bottom:  5px;font-size: 14px;font-style:  italic;}
    
    .menu_head{text-align: center; padding-right: 0px;border-top:  1px solid #FAFAFA;}
    
    .h_menu{margin-top: 10px;}
    
    .h_search{margin-top: 10px;margin-bottom:  5px;}
    .h_search input[type="search"]{
        padding:  2px 2px;
        height:  25px;
        width: 50%;
    
        margin-left:  auto;
        margin-right:  auto;
        
        border-radius:  2px;
        margin-bottom:  3px;
    }
        .h_search input[type="submit"]{
           
            height: 25px;
            padding:  0;
            font-size:  12px;
            border-radius: 2px;

            width:  50%;
            margin-left:  auto;
            margin-right:  auto;
    }
    .form-group {margin-bottom: 5px;}
    
    select[name="month"], select[name="subject_id"], input[type="file"], select[name="exam_id"], select[name="student_session_id"], select[name="student_class_id"], select[name="gender"], select[name="student_class"], select[name="teacher_department_id"], select[name="student_section_id"], input[type="text"], input[type="email"], input[type="password"]{ width: 100%;}
}

	
	


@media only screen and (min-width: 1199px){
    .small_box{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (max-width: 1199px){
    .small_box{
        margin-bottom: 10px;
    }
}