﻿@media only screen and (min-width: 150px) and (max-width: 479px) {

     

.errorsValidationSummary { padding: 10px;}
.errorsValidationSummary ul li { font-size:9px; margin-right:5px;}


/*************************BUTTONS*************************/
.linkbutton, .button { margin:0 0 5px 0; text-align:center; font-size:11px;}

/************************END BUTTON***********************/

/*************************NETSOFT CONTROLS*************************/
.NetsoftGridAdditionalColumn {
    display:none;
}

    .NetsoftGridHeaderResponsive {
      display:none;
}
/************************END NETSOFT CONTROLS***********************/

/***************************GENERAL PAGE STYLES**************************/
.general_btn {
    float: left;
   
}

.general_btn a {
    float: none;
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.general_btn input[type="button"] {
    float: none;
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.NetsoftGridRow td, .NetsoftGridAlterRow td {
    width: auto !important;    
}

/*************************END GENERAL PAGE STYLES*************************/


/***************************DETAIL PAGE STYLES**************************/
.detail_btn {
    float: left;
}

.detail_btn a {
    float: none;
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.detail_btn input[type="button"] {
    float: none;
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.wizard_nav {
    width: 270px;
}

.wizard_nav ul li span {
    font-size: 8px;
    left: -10px;
    width: 70px;
}

.wizard_nav ul li {
    width: 55px;
}


.RadPicker  {
     width:160px !important;
}

.netsoftdatepicker, .netsoftdatetimepicker {
     width: 140px !important;
}

.netsoftdatetimepicker {
    width:113px !important;
}

.quest-form .quest-column .quest-column-left ul li input[type="text"]{
    width: 140px !important;
}
/*select, input, textarea, .uneditable-input {
    width: 140px !important;
}*/


 .quest-column-left-one, .quest-column-left-one-view {
         width: 50% !important;
}

.quest-column-right-one, .quest-column-right-one-view {
         width: 50% !important;
}

.quest-column-left-view label {	
    /*min-height: 42px !important;*/  
}

.quest-column-right-view ul li {		      
    /*min-height: 32px !important;*/     
	}
/*************************END DETAIL PAGE STYLES*************************/

}