#admin-report .footer {
    display: none !important;
}
#admin-report .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
#admin-report .thumbnail-box-report {
    background-color: #f9f9f9;
    border-radius: 2%;
    padding: 10px 15px;
    height: 380px;
    text-align: center;
}
#admin-report .thumbnail-box-report h4 {
    color: #484848;
    padding: 10px;
}
#admin-report .thumbnail-box-report p {
    margin-top: 20px;
    color: #333;
}
.powerbi {
    width: 100%;
    height: 90vh !important;
    border: none;
}
.row {
margin-right:0px;
}
.footer {
    position: relative;
    width: 100%;
bottom: 0;
left:0;
}

/* The sidebar menu */
.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: none;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.wrapper {
  display: flex;
  align-items: stretch;
  padding-top: 85px;
}

#sidebar {
  min-width: 260px;
  max-width: 260px;
  transition: all 0.3s;
  border-right: 1px solid #ddd;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
  font-size: 15px;
}

#sidebar .sidebar-title {
    padding: 32px 0px 0px 0px;
}
#sidebar .sidebar-title p {
    color: #003057;
    font-size: 15px;
}

#sidebar.active {
  margin-left: -260px;
}
#sidebar .panel-group {
    margin-bottom: 0px;
}
#content-container {
    height: 100%;
}
#report-container {
  padding: 12px 0px 20px 0px;
  /* min-height: 100vh; */
  text-align: left;
  transition: all 0.3s;
  width: 100%;
}
#report-container h6.report-display-name {
    padding: 4px 25px;
    margin: 0px;
    font-weight: 500;
    color: #003057;
}


/* ------- MEDIAQUERIES --------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}


/* -------	Admin Menu Pages ------- */
iframe {
    border: none;
}
#admin-report .btn-report-toggle {
    background: transparent;
    color: #003057;
    font-size: 20px;
    font-family: "Avenir-Regular" !important;
    box-shadow: none;
    padding-left: 25px;
    margin-bottom: 2px;
}
#admin-report .btn-report-toggle .fa-bars,
#admin-report .btn-report-toggle .fa-remove {
        border: 2px solid #003057;
        padding: 3px 6px;
}
#admin-report .carousel, .item, .active {
    height: auto;
}
div.templateContainer {
    display: none;
}
#EntityFormPanel .section-title {
    text-align: center;
    padding: 10px;
}
#EntityFormPanel a.btn.action {
    margin-left: 10px;
    margin-top: -25px;
}
#admin-form .crmEntityFormView .cell {
    padding: 0 15px 10px;
}
#admin-pages .btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:visited {
  background-color: #003057 !important;
  border-color: #003057;
  color: #FFF !important;
}
.modal-dialog .crmEntityFormView .cell div.control {
	background: #333;
}
#admin-pages td > a {
	color: #333;
}
#admin-pages .fa-search {
	font-size: 20px;
}
#admin-pages .container .fa {
	line-height: normal;
}
#admin-pages .view-grid {
	border-radius: 3px 3px 0 0;
}
#admin-pages .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
#admin-pages .grid-actions a.btn.action {
	background-color: #003057;
	border-color: #003057;
	/* background-image: linear-gradient(to right, #004F71, #003865); */
	border-radius: 3px;
	padding: 8px 16px;
}
#admin-pages .grid-actions a.btn.action:focus,
#admin-pages .grid-actions a.btn.action:visited
 {
	background-color: #003057 !important;
	border-color: #003057;
}
#admin-pages .entity-grid .view-grid thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #FFF;
	height: 45px;
}
#admin-pages .table>thead>tr>th {
	border-bottom: 1px solid #9ECADB;
    border-right: 1px solid #9ECADB;
}
/* #admin-pages .table>thead>tr>th:nth-child(1) {
	padding-left: 20px;
} */
#admin-pages .entity-grid .view-grid thead > tr>th> a {
	color: #333;
}
#admin-pages .table>tbody>tr>th, 
.table>tbody>tr>td, 
.table>tfoot>tr>th, 
.table>tfoot>tr>td {
	vertical-align: middle;
	padding-left: 15px;
	border-top: 0px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
#admin-pages .table>thead>tr>th, 
.table>thead>tr>td {
	vertical-align: middle;
	padding-left: 15px;
	border-top: 0px solid #E6E6E6;
    border-right: 1px solid #9ECADB;
}
#admin-pages .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}
#admin-pages .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F0F9FC;
}
#admin-pages .pull-right, 
#admin-pages .pull-left {
	float: right !important;
	/* float: none !important; */
	/* display: inline-flex;
	margin-left: 35px; */
	/* margin: 0 auto; */
}
#admin-pages .grid-actions {
    border-bottom: 1px solid #FFF;
	text-align: center;
}
#admin-pages .btn-default {
    color: #003057;
    background-color: #f2f4f5;
    border-color: transparent;
    /* border-bottom: 0px solid #555; */
	margin-top: 0px;
	height: 40px;
	border-radius: 0px 3px 3px 0px;
	border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}
#admin-pages .input-group-btn {
	border-bottom: 0px solid #555;
}
#admin-pages .form-control {
    background-color: #f2f4f5;
    box-shadow: none;
    /* border-bottom: 0px solid #555; */
	height: 40px;
	border-radius: 3px;
	border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
	font-size: 13px;
}
#admin-pages .entitylist-search {
	width: 330px;
}
#admin-pages .fa-plus-circle {
	padding-right: 4px;
}


#admin-pages .jquery-bootstrap-pagination {
	text-align: right;
	padding-bottom: 20px;
}
#admin-pages .pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 0px;
	margin-left: 5px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
}
#admin-pages .pagination>li>a, .pagination>li>span {
	padding: 5px 12px;
}
#admin-pages .pagination>.active>a, 
.pagination>.active>a:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span, 
.pagination>.active>span:hover, 
.pagination>.active>span:focus {
    z-index: 3;
    color: #333;
    background-color: #9ECADB;
    border-color: #9ECADB;
    cursor: default;
	border-radius: 3px;
	font-weight: 500;
}
#admin-pages .pagination>li:first-child>a, .pagination>li:first-child>span,
#admin-pages .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #ebeff0 !important;
	border-radius: 3px;
}

#EntityFormControl_EntityFormView .crmEntityFormView .cell {
    padding: 0 0px 20px;
}


.modal-dialog .fa-pencil-square-o,
.modal-dialog .fa-trash-o {
	display: none;
}
.modal-dialog h4.modal-title {
	text-align: center;
}
#EntityFormPanel .form-control {
    border: 1px solid #d9d9d9;
	border-radius: 3px;
}
#EntityFormPanel .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group,
#EntityFormPanel .actions .btn:first-child {
	background-color: #003057;
	border-color: #003057;
	color: #FFF;
}
#EntityFormPanel .tab {
    margin-bottom: 0px;
}
#EntityFormPanel .actions {
    border-top: 0px solid #e5e5e5;
    margin: 0px 0;
    padding: 0px 20px 0 0;
    float: right;
}


/*********	Admin Menu Pages - Second Popup Window  *******/
/* #sp_suppliers_lookupmodal .table>thead>tr>th>span:first-child {
	display: none;
} */
#sp_suppliers_lookupmodal thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #333;
}
#sp_suppliers_lookupmodal thead > tr >th > a{
	color: #333;
}
#sp_suppliers_lookupmodal .table>thead>tr>th {
	border-bottom: 2px solid #9ECADB;
}
#sp_suppliers_lookupmodal .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
#sp_suppliers_lookupmodal .btn-primary,
.modal-dialog .btn-primary,
.form-custom-actions .btn-primary {
    color: #FFF;
    background-color: #003057;
    border-color: #003057;
	border-radius: 3px;
}
#sp_suppliers_lookupmodal .btn-default {
	color: #003057;
    background-color: #FFF;
    border-color: #003057;
}
/* #sp_suppliers_lookupmodal span[role=checkbox] {
    border: 1px solid #333;
    width: 18px;
    display: block;
    height: 18px;
    border-radius: 50%;
	font-size: 10px;
} */

.modal-associate .entitylist-search {
    width: 100%;
}
.modal-associate thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #333;
}
.modal-associate thead > tr >th > a{
	color: #333;
}
.modal-associate .table>thead>tr>th {
	border-bottom: 2px solid #9ECADB;
}
.modal-associate .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
.modal-associate .panel-default>.panel-heading {
    color: #333;
    background-color: #9ECADB;
    border-color: #9ECADB;
}
.modal-associate  .selected-records .btn-default {
	color: #333;
    background-color: #f0fafc;
    border-color: #9ECADB;
    border-radius: 20px;
}
.modal-associate  .modal-footer .btn-default {
    color: #333;
    background-color: white;
    border-color: #003057;
	border-radius: 3px;
}
.selected-records .btn-default:hover {
	color: #333;
    background-color: #f0fafc;
    border-color: #9ECADB;
}
.selected-records .fa-times {
	color: #5c8fa2;
    top: 0px;
    left: 4px;
    padding-left: 8px;
}
.selected-records span.name {
	font-size: 13px;
}


.grid-actions {
    border-bottom: 0px solid #eee;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0px 30px 0px;
}
.crmEntityFormView .cell {
    padding: 0 28px 30px;
}
.crmEntityFormView .cell.checkbox-cell label {
    color: #003057;
	font-weight: normal;
}
.view-grid thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #333;
}
.view-grid thead > tr >th > a{
	color: #333;
}
.view-grid .table>thead>tr>th {
	border-bottom: 2px solid #9ECADB;
}
.view-grid .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
	padding-left: 8px;
	background-color: #EEE;
}
.input-group .btn-info {
    color: #003057;
    background-color: transparent;
    border-color: #003057;
    border-radius: 3px;
}
.form-custom-actions {
    margin-bottom: 20px;
    float: right;
}
.disassociate-link {
	color: #333 !important;
}
a.edit-link.launch-modal {
	padding: 8px 12px;
}
.crmEntityFormView .subgrid-cell div.info {
	position: absolute;
	margin-top: 6px;
}
.crmEntityFormView .field-label {
	font-weight: 500 !important;
	color: #333;
}


/*********	Admin Menu - Report Display  *******/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  
    content: "\e114";  
    float: right;        
    color: #00B9E8; 
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}
#admin-report .panel-group .panel-heading .panel-title a:hover,
#admin-report .panel-group .panel-heading .panel-title a:focus {
    color: #00B9E8;
}
#admin-report .panel-group .panel-default > .panel-heading {
    color: #00B9E8;
    background-color: #f5f5f5;
    border-color: #eee;
    border: 1px solid #eee;
	text-align: left;
}
#admin-report .panel-group .panel + .panel {
    margin-top: 0px;
}
#admin-report .panel-heading {
    padding: 12px 15px;
}
#admin-report .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 0px;
    /* border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; */
}
#admin-report .list-group {
    margin-bottom: 0px;
}
#admin-report li.list-group-item a {
	color: #333;
	text-decoration: none;
}

/*********	Admin Menu Pages  *******/
#EntityFormPanel .section-title {
	text-align: center;
	padding: 10px;
}
#EntityFormPanel a.btn.action {
    margin-left: 10px;
    margin-top: -25px;
}
#admin-form .crmEntityFormView .cell {
    padding: 0 15px 10px;
}
#admin-pages .btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:visited {
  background-color: #003057 !important;
  border-color: #003057;
  color: #FFF !important;
}
.modal-dialog .crmEntityFormView .cell div.control {
	background: #333;
}
#admin-pages td > a {
	color: #333;
}
#admin-pages .fa-search {
	font-size: 20px;
}
#admin-pages .container .fa {
	line-height: normal;
}
#admin-pages .view-grid {
	border-radius: 3px 3px 0 0;
}
#admin-pages .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
#admin-pages .grid-actions a.btn.action {
	background-color: #003057;
	border-color: #003057;
	/* background-image: linear-gradient(to right, #004F71, #003865); */
	border-radius: 3px;
	padding: 8px 16px;
}
#admin-pages .grid-actions a.btn.action:focus,
#admin-pages .grid-actions a.btn.action:visited
 {
	background-color: #003057 !important;
	border-color: #003057;
}
#admin-pages .entity-grid .view-grid thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #FFF;
	height: 45px;
}
#admin-pages .table>thead>tr>th {
	border-bottom: 1px solid #9ECADB;
    border-right: 1px solid #9ECADB;
}
/* #admin-pages .table>thead>tr>th:nth-child(1) {
	padding-left: 20px;
} */
#admin-pages .entity-grid .view-grid thead > tr>th> a {
	color: #333;
}
#admin-pages .table>tbody>tr>th, 
.table>tbody>tr>td, 
.table>tfoot>tr>th, 
.table>tfoot>tr>td {
	vertical-align: middle;
	padding-left: 15px;
	border-top: 0px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
#admin-pages .table>thead>tr>th, 
.table>thead>tr>td {
	vertical-align: middle;
	padding-left: 15px;
	border-top: 0px solid #E6E6E6;
    border-right: 1px solid #9ECADB;
}
#admin-pages .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}
#admin-pages .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F0F9FC;
}
#admin-pages .pull-right, 
#admin-pages .pull-left {
	float: right !important;
	/* float: none !important; */
	/* display: inline-flex;
	margin-left: 35px; */
	/* margin: 0 auto; */
}
#admin-pages .grid-actions {
    border-bottom: 1px solid #FFF;
	text-align: center;
}
#admin-pages .btn-default {
    color: #003057;
    background-color: #f2f4f5;
    border-color: transparent;
    /* border-bottom: 0px solid #555; */
	margin-top: 0px;
	height: 40px;
	border-radius: 0px 3px 3px 0px;
	border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}
#admin-pages .input-group-btn {
	border-bottom: 0px solid #555;
}
#admin-pages .form-control {
    background-color: #f2f4f5;
    box-shadow: none;
    /* border-bottom: 0px solid #555; */
	height: 40px;
	border-radius: 3px;
	border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
	font-size: 13px;
}
#admin-pages .entitylist-search {
	width: 330px;
}
#admin-pages .fa-plus-circle {
	padding-right: 4px;
}


#admin-pages .jquery-bootstrap-pagination {
	text-align: right;
	padding-bottom: 20px;
}
#admin-pages .pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 0px;
	margin-left: 5px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
}
#admin-pages .pagination>li>a, .pagination>li>span {
	padding: 5px 12px;
}
#admin-pages .pagination>.active>a, 
.pagination>.active>a:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span, 
.pagination>.active>span:hover, 
.pagination>.active>span:focus {
    z-index: 3;
    color: #333;
    background-color: #9ECADB;
    border-color: #9ECADB;
    cursor: default;
	border-radius: 3px;
	font-weight: 500;
}
#admin-pages .pagination>li:first-child>a, .pagination>li:first-child>span,
#admin-pages .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #ebeff0 !important;
	border-radius: 3px;
}

#EntityFormControl_EntityFormView .crmEntityFormView .cell {
    padding: 0 0px 20px;
}


.modal-dialog .fa-pencil-square-o,
.modal-dialog .fa-trash-o {
	display: none;
}
.modal-dialog h4.modal-title {
	text-align: center;
}
#EntityFormPanel .form-control {
    border: 1px solid #d9d9d9;
	border-radius: 3px;
}
#EntityFormPanel .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group,
#EntityFormPanel .actions .btn:first-child {
	background-color: #003057;
	border-color: #003057;
	color: #FFF;
}
#EntityFormPanel .tab {
    margin-bottom: 0px;
}
#EntityFormPanel .actions {
    border-top: 0px solid #e5e5e5;
    margin: 0px 0;
    padding: 0px 20px 0 0;
    float: right;
}


/*********	Admin Menu Pages - Second Popup Window  *******/

#sp_suppliers_lookupmodal thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #333;
}
#sp_suppliers_lookupmodal thead > tr >th > a{
	color: #333;
}
#sp_suppliers_lookupmodal .table>thead>tr>th {
	border-bottom: 2px solid #9ECADB;
}
#sp_suppliers_lookupmodal .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
#sp_suppliers_lookupmodal .btn-primary,
.modal-dialog .btn-primary,
.form-custom-actions .btn-primary {
    color: #FFF;
    background-color: #003057;
    border-color: #003057;
	border-radius: 3px;
}
#sp_suppliers_lookupmodal .btn-default {
	color: #003057;
    background-color: #FFF;
    border-color: #003057;
}
/* #sp_suppliers_lookupmodal span[role=checkbox] {
    border: 1px solid #333;
    width: 18px;
    display: block;
    height: 18px;
    border-radius: 50%;
	font-size: 10px;
} */

.modal-associate .entitylist-search {
    width: 100%;
}
.modal-associate thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #333;
}
.modal-associate thead > tr >th > a{
	color: #333;
}
.modal-associate .table>thead>tr>th {
	border-bottom: 2px solid #9ECADB;
}
.modal-associate .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
.modal-associate .panel-default>.panel-heading {
    color: #333;
    background-color: #9ECADB;
    border-color: #9ECADB;
}
.modal-associate  .selected-records .btn-default {
	color: #333;
    background-color: #f0fafc;
    border-color: #9ECADB;
    border-radius: 20px;
}
.modal-associate  .modal-footer .btn-default {
    color: #333;
    background-color: white;
    border-color: #003057;
	border-radius: 3px;
}
.selected-records .btn-default:hover {
	color: #333;
    background-color: #f0fafc;
    border-color: #9ECADB;
}
.selected-records .fa-times {
	color: #5c8fa2;
    top: 0px;
    left: 4px;
    padding-left: 8px;
}
.selected-records span.name {
	font-size: 13px;
}
.grid-actions {
    border-bottom: 0px solid #eee;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0px 30px 0px;
}
.crmEntityFormView .cell {
    padding: 0 28px 30px;
}
.crmEntityFormView .cell.checkbox-cell label {
    color: #003057;
	font-weight: normal;
}
.view-grid thead {
	background-color: #9ECADB;
	border: 1px solid #9ECADB;
	color: #333;
}
.view-grid thead > tr >th > a{
	color: #333;
}
.view-grid .table>thead>tr>th {
	border-bottom: 2px solid #9ECADB;
}
.view-grid .table {
	border: 1px solid #E6E6E6;
	border-top: none;
}
.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
	padding-left: 8px;
	background-color: #EEE;
}
.input-group .btn-info {
    color: #003057;
    background-color: transparent;
    border-color: #003057;
    border-radius: 3px;
}
.form-custom-actions {
    margin-bottom: 20px;
    float: right;
}
.disassociate-link {
	color: #333 !important;
}
a.edit-link.launch-modal {
	padding: 8px 12px;
}
.crmEntityFormView .subgrid-cell div.info {
	position: absolute;
	margin-top: 6px;
}
.crmEntityFormView .field-label {
	font-weight: 500 !important;
	color: #333;
}


/*********	Admin Menu - Report Display  *******/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  
    content: "\e114";  
    float: right;        
    color: #5da9c5; 
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}
#admin-report .panel-group .panel-heading .panel-title a:hover,
#admin-report .panel-group .panel-heading .panel-title a:focus {
    color: #5da9c5;
}
#admin-report .panel-group .panel-default > .panel-heading {
    color: #5da9c5;
    background-color: #f5f5f5;
    border-color: #E5E5E5;
    border: 1px solid #E5E5E5;
	text-align: left;
    cursor: pointer;
}
#admin-report .panel-group .panel + .panel {
    margin-top: 0px;
}
#admin-report .panel-heading {
    padding: 12px 15px;
}
#admin-report .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 0px;
}
#admin-report .list-group {
    margin-bottom: 0px;
}
#admin-report li.list-group-item {
	text-align: left;
    padding-left: 60px;
}
#admin-report li.list-group-item a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
    word-break: break-all;
}
#admin-report li.list-group-item a:hover {
	text-decoration: underline;
}
#admin-report .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e2f1f7;
    border-color: #E5E5E5;
}
#ReportLandingPage {
    color: #FFF;
}
#ReportLandingPage ol li {
    list-style-type: square;
    margin: 8px;
}

/*********	Hiding the duplicate error message *******/
#MessageLabel p.text-danger {
    visibility: hidden;
}
	
	