body {
    /*padding-top: 50px;*/
    font-size:11px!important;
}
.validation-summary-errors{
    color:red !important;
}
.validation-summary-errors ul li {
    list-style-type: none !important;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.profilebox {
    display: table;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.avtar_profile {
    width: 40px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.commant_yext {
    display: table;
    padding: 5px 10px;
}

.username_commant {
    padding-left: 10px;
}

.profilename {
    background-color: #f4f3f3;
    width: 100%;
    display: table;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.profilebox:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.fild_btn {
    display:  table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.profilename {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.commenttextarea {margin-top: 5px;border-color: #CCC;}
@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
span{overflow:hidden;}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


  .head_top {
            background: #f3f5f6;
            border: solid 1px #75B9E6;
            padding: 10px;
        }
  /* Added by chintan */

 .head_top label {
    float: left;
    padding-right: 5px;
}
   .status_label {
        margin: 0;
    }


/* rotate table header  https://www.jimmybonney.com/articles/column_header_rotation_css/  */
/***************/
.table-header-rotated th.row-header{
  width: auto;
}

.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 137px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 69px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 63px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -66px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 173px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  white-space: nowrap; /*whether to display in one line or not*/
  padding-bottom: 4px;
}
/***************/
/*.form-control {
    
    font-size: 12px!important;
}*/

/*.form-control, .btn, .input-group-addon {
    padding: 6px 12px!important;
}*/
/*input{
    height: 26px!important;
}*/
/*a.menu-link.all{
height:26px !important;
}*/
