/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	 
	.col-lg-1,	.col-lg-10,	.col-lg-11,	.col-lg-12,	.col-lg-2,	.col-lg-3,	.col-lg-4,	.col-lg-5,	.col-lg-6,	.col-lg-7,	.col-lg-8,	.col-lg-9,
	.col-md-1,	.col-md-10,	.col-md-11,	.col-md-12,	.col-md-2,	.col-md-3,	.col-md-4,	.col-md-5,	.col-md-6,	.col-md-7,	.col-md-8,	.col-md-9,
	.col-sm-1,	.col-sm-10,	.col-sm-11,	.col-sm-12,	.col-sm-2,	.col-sm-3,	.col-sm-4,	.col-sm-5,	.col-sm-6,	.col-sm-7,	.col-sm-8,	.col-sm-9 {
	    width:100% !important;
	    margin-bottom: 5px !important;
	}
	
    .col-xs-1 {
        width: 8.33333% !important;
    }
    .col-xs-2 {
        width: 16.66667% !important;
    }
    .col-xs-3 {
        width: 25% !important;
    }
    .col-xs-4 {
        width: 33.33333% !important;
    }
    .col-xs-5 {
        width: 41.66667% !important;
    }
    .col-xs-6 {
        width: 50% !important;
    }
    .col-xs-7 {
        width: 58.33333% !important;
    }
    .col-xs-8 {
        width: 66.66667% !important;
    }
    .col-xs-9 {
        width: 75% !important;
    }
    .col-xs-10 {
        width: 83.33333% !important;
    }
    .col-xs-11 {
        width: 91.66667% !important;
    }
    .col-xs-12 {
        width: 100% !important;
    }
    
    .no-p-r, .no-p-l {
    	padding-left: 0px !important;
    	padding-right: 0px !important;
    }
    
     .no-p-sm-l {
    	padding-left: 0px !important;
    }
    .no-p-sm-r {
    	padding-right: 0px !important;
    }
    
    .width-xs-100-pecent {
    	width: 100% !important;
    }
    .no-xm-display {
    	display: none !important;
    }
    
    .m-xs-b-10 {
    	margin-bottom: 10px !important;
    }
    
    .table-xs-card t {
		border: 2px solid #ddd !important;
		margin-bottom: 10px  !important;
		display: block;
	}
	
	.table-xs-siglecolumn tr{
		border: 0px solid #ddd !important;
		margin-bottom: 0px !important;
	}
	
	.table.table-xs-card th, .table.table-xs-card td {
		display: block;
		text-align: left;
		width: 100% !important;
	}
	
	.table.table-xs-card td.text-center, .table.table-xs-card th.text-center {
		text-align:  left !important;

	}
	
/* 	.table.ng-smart-table td .v-mid{
		display: inline-block !important;
		min-width: 75% !important;
	}
	.table.ng-smart-table td div {
		min-width: 75% !important;
		text-align: right !important;
	} */
	
	.table.table-xs-card td::before {
		content: attr(data-title) !important;
		font-weight: bold;
		text-align: left !important;
		display: block;
		vertical-align: middle !important;
		font-size: 14px !important;
		color: black;
		clear: both;
	}
	
	.table-xs-siglecolumn td::before{
		content:none !important;
	}
	
	.table.table-xs-card td div {
		word-wrap: anywhere !important;
		white-space: normal !important;
	}
	
	
	.table-xs-no-header  thead, 
	.table-xs-header-on-btn {
		display: none !important;
	}
	
		.card-xs tr > th {
		  position: relative;
		  display: block !important;
		  padding: 10px 15px !important;
		  margin-bottom: -1px !important;
		  border: 1px solid #ddd !important;
		}
		.card-xs tr > th:first-child {
		  border-top-left-radius: 4px;
		  border-top-right-radius: 4px;
		}
		
		.card-xs tr > th:last-child {
		  margin-bottom: 0;
		  border-bottom-right-radius: 4px;
		  border-bottom-left-radius: 4px;
		}
	
	.xs-display-block,
	.display-table {
		display: block !important;
	}
	.display-table > div {
		 display: block !important;
	    float: none;
	}

	.xs-width-100-percent {
		width: 100% !important;
	}
	.xs-p-t-5 {
	 padding-top: 5px !important;
	}
	
	.timeline-section .line .content.action-content {
    	display: block;
	}
	
	.hide-sm {
	 	display: none !important;
	 }
	 /* .checkbox,
  	.radio {
    	display: unset !important;
    	margin-left: 15px !important;
	} */
	
	td .btn-round, .btn-round {
	    border-radius: 0;
	}
	
	.managefirm  .btn {
   		margin: 5px 5px !important;
    	padding: 6px 8px !important;
	}
	
	.custTab{
		padding: 10px !important;
	}
	
	.md-hide {
		display: none  !important;
	}
	.xs-show {
		display: block !important;
	}
	
	.modal-header button {
		padding: 10px 20px !important;
		border: 1px solid gray !important;
	}
	.modal-header .close {
		background-color: red !important;
	}


.card-xs {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	margin-bottom: 5px;
}

.card-xs-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0.8rem
}

.card-xs-title {
	margin-bottom: 5px !important;
	/*color: #939393;*/
	font-weight: bold;
}

.card-xs-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-xs-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-xs-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-xs-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-xs-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-xs > tbody > tr > td {
	width: 100% !important;
}
.max-width-100-px {
	max-width:100% !important;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
}

.checkbox label::before {
  width: 20px;
  height: 20px;
}

.selected-list-display,
.selected-list-display-container {
	display:none !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  width: 100px !important;
}

fieldset.scheduler-border {
     overflow-x:auto !important;
}

/* END of media query*/

}