.btn-sarqac{
	font-size: 13px !important;
}
.colapsi-hamar{
	display: block;
}
.anun-azganun{
	text-align: center;
	color: white;
	line-height: 60px;
	font-size: 15px;
	float: left;
}
.anun-azganun:hover{
	text-align: center;
	color: white;
	line-height: 60px;
	font-size: 15px;
	float: left;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td, .table-responsive-stack th{
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    flex-basis: 10%;
    padding: 5px !important;
}


.table-responsive-stack-thead {
   font-weight: bold;
}
.table-responsive-stack{
	font-size: 13px;
}

@media screen and (max-width: 768px){
	.bg-dark, .bg-dark>a {
        color: #fff!important;
        padding: 8px;
     }
	.anun-azganun{

		margin-left: 15px;
	}
	.colapsi-hamar{
		display: none;
	}
   .table-responsive-stack tr{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      		  display: block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td{
      float: left\9;
      width:100%;
   }
}

body{
	padding-top: 70px;
}

.dataTables_filter{
	float: right;
}

.edit_room_parent_div{
	text-align: center;
}
.edit_room{
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 50px;
    width: auto;
    margin-top: 30px;
    padding: 10px;
}