.manager-wrapper {

	table.dataTable thead>tr>th{
	  padding-right: 15px !important;
	}

	.manager-right {
	  padding: 0px 20px;
	  width: 76.6666666%;
	  height: 100%;
	  position: relative;
	  display: inline-block;
	  vertical-align: top;
	  margin-left: -4px;
	  overflow-y: auto;
	}

	.manager-tab {
		padding-top: 45px;
	  &.visible {
		  display: block;
		}
	}

	.version,
	.version:hover {
	  text-decoration: none;
	}

	.daterow{
	  width: 9%;
	}

	.table-responsive {
		width: 100%;

		.fa-eye-slash {
		  color: #f0ad4e;
		}

		.fa-trash {
		  color: #d9534f;
		}
	}
}