.input-group-addon {
	min-width: 30px;
}

.form-group .col-sm-12 {
	margin-bottom: 10px;
}

.table-option {
	cursor: pointer;
	font-size: 20px;
	margin: 0px 5px;
}

.table-option:hover {
	text-shadow: 0px 0px 3px #3F51B5;
}

.sa-button-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.sa-button-container .cancel {
    -webkit-order: 2;
            order: 2;
}
.sa-button-container .sa-confirm-button-container {
    -webkit-order: 1;
            order: 1;
}

.nowrap {
    white-space: nowrap;
}
.modal-body {
    padding: 0px 15px !important;
    max-height: calc(100vh - 210px) !important;
    overflow-y: auto !important;
}
@media screen and (min-width:992px) {
	.modal-dialog {
		width: 992px !important;
		margin: 30px auto;
	}
}
.modal_title{
	text-align:center !important;
	color:  #555 ;
	
}
.modal-header{
	text-align:center !important;
	font-size: 19px;
	
}
#client-modal .panel-heading{
	display:none;
}
#contact-modal .panel-heading{
	display:none;
}
.panel-home{
	color: #666;
}

.input-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.are_interzis {
	background-color: yellow;
	color: red;
}

.btnadd {
	float: right;
	margin-bottom: 10px !important;
	padding: 10px 20px !important;
}