h3 {
	font-size: 185% ;
}
.bg-c-blue{
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    color: white;
}
.bg-c-green{
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
    color: white;
}
.bg-c-pink{
    background:linear-gradient(45deg, #FF5370, #ff869a);
    color: white;
}
.bg-c-yellow{
    color: white;
}
.nav-tabs .slide {
  background: #4099ff ;
  width: calc(30% / 3) ;
  height: 4px ;
  position: absolute ;
  -webkit-transition: left 0.3s ease-out ;
  transition: left 0.3s ease-out ;
  bottom: 0 ; }
  .nav-tabs .slide .nav-item.show .nav-link,
  .nav-tabs .slide .nav-link {
    color: #4099ff ; }

  .md-tabs .nav-item {
    width: calc(30% / 3) ;
    text-align: center ; }
	
	.table-responsive {
  display: inline-block ;
  width: 100% ;
  overflow-x: auto ; }
  th {
	text-align: center ;
}
.btn .btn-primary .less{
	line-height : 0.05 ;
}
div .input-group
{width: 100%;
margin-bottom: 0;}
div .input-group2
{width:22% ;
margin-bottom: 0;}
div .input-group3
{width:10% ;
margin-bottom: 0;}
div .input
{width:95% ;}
.table-head{padding-right:17px;background-color:#999;color:#000 ;}
/* .table-head table,.table-body table{width:100% ;} */
/* 


.md-effect-1{
	position: fixed ;
	top: 50% ;
	left: 50% ;
	width: 85% ;
	max-width: 85% ;
	min-width: 400px ;
} */

.panels-wells .panel .panel-body {
  padding: 44px ;
  }
.bg-primary {
	min-height:50px ;
	text-align:center ;
	max-height:50px ;
}
.text-primary{
	min-height:20px ;
	text-align:center ;
	max-height:20px ;
	color: #ffffff !important ;
}
.panel-body h1{
	color : #fd615d ;	
}
div .new_row {
	padding: 3px 215px 7px 220px;
	display: flex ;
}
.md-overlay{
	z-index:1030 ;
}
.mar {
    margin: 2px 10% 4px 150px;
}
.input-group .form-control {
    flex: 0 ;
    width: 200px ;
}

.row2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn.btn-icon {
    border-radius: 50%;
    width: 27px;
    line-height: 19px;
    height: 27px;
    padding: 3px;
    text-align: center;
}
.inputTable {
    width: 100%;
    font-weight: 600;
    color: #5A99D8;
    border-radius: 6px;
}
.titleDiv{
	display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 10px;
}
.label-span{
	font-size: 16px !important;
	display: initial !important;
}
.label-span2{
	font-size: 14px !important;
	display: initial !important;
}

.other{
	width: 20px;
    height: 31px;
    background: url(/resources/image/index-9.jpg) no-repeat;
    line-height: 31px;
    color: #888;
    padding-left: 5px;
   	top: -4px;
    left: 18px;
    position: absolute;
}
.right_mem {
    float: left;
    margin-top: 14px;
    border-left: 1px solid #ddd;
    height: 60px;
}
.right_mem table td {
    line-height: 31px;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 0 27px;
}
.cr {
    color: #FD615D;
}
.pas:hover div.paAll{
	display: block;
	}
.paAll {
    left: 91.5%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px rgba(100,100,100,.2);
    display: none;
    line-height: 21px;
    position: absolute;
	}
.div_block{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11999;
    background: url(/images/filter.png);
}
.show_block{
	display: block;
}

.numbers{
    width: 46px;
    height: 28px;
    font-size: 28px;
    background: #b3b3b3;
    border: 0;
    margin-left: 7px;
    margin-top: -3px;
    }
.switch {
    width: 100px;
    height: 25px;
    background: url(/images/ctrol.jpg);
    float: right;
    line-height: 25px;
    position: relative;
    margin-right: -50px;
    cursor: pointer;
}
.switch .fl{
	display: none;
}
.switch .fr{
	display: block;
}
.switch_on .fl{
	display: block;
}
.switch_on .fr{
	display: none;
}
.switch b {
    width: 58%;
    text-align: center;
}
.switch_on {
    background: url(/images/ctrlopen.jpg);
}