

.static-top.navbar-dark {
  background-color: #fff !important;
}

.Maincontent {
  background-color: #fff !important;
}



       

    .top-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 387px;
    background-position: left bottom;
    position: relative;
}




.container {
	max-width: 1200px;
}

.static-top.navbar-dark .navbar-brand {
	padding-left: 0;
}

.static-top.navbar-dark .navbar-brand img {
  margin-left: 0 !important;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
 	padding-top: 0;
 	padding-bottom: 0;
}

#navbar {
 overflow: visible;
}

.static-top.navbar .menu-bar > .navbar-nav > .nav-item.dropdown {
 top: -3px;
}

#navbar .menu-bar .navbar-nav {
	display: flex;
	align-items: center;
}

#pagination-controls {
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#pagination-controls #prev-page {
   width: 80px !important;
   text-align: center;
   padding: 6px 0 !important;
}

.icon-row {
	margin-bottom: 20px;
}

h2#artworkName {
	margin: 35px 0 20px !important;
}

#Pdisplay {
 text-align: left !important;
 margin-bottom: 30px;
}

#PageImage {
	width: 100% !important;
}

#TextBoxes {
    display: flex;
  flex-direction: column;
  justify-content: center;
}
#TextBoxes h3 {
    margin-top: 0;
}
#TextBoxes p {
    margin-bottom: 0;
}

.entitylist {
	margin-top: 20px;
}

.view-toolbar.grid-actions {
	padding: 15px !important;
}

.view-toolbar.grid-actions .toolbar-actions .input-group input {
 	height: 36px;
}

.view-toolbar.grid-actions .toolbar-actions .input-group .input-group-btn button {
 	border-radius: 0 .375rem 0.375rem 0 !important;
}

.section .control .input-group #crdaa_nameofschool_name,
.section .control .input-group #crdaa_country_name {
	height: 38px !important;
}

.toolbar-actions .input-group .create-action {
 	border-radius: 0.375rem !important;
}

.view-pagination .pagination > li > a {
	line-height: 26px !important;
}

.view-pagination .pagination {
	margin-bottom: 15px
  display: flex;
  justify-content: center;
}

.section-title h3 {
	margin-left: 28px;
}

#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton {
	margin-top: 20px
}

@media only screen and (max-width: 1199px) {
  .static-top.navbar-dark .navbar-brand img {
    margin-top: -27px !important;
  }

  .static-top.navbar .menu-bar > .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .static-top.navbar .menu-bar > .navbar-nav > li {
  	width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
  }
  
  .static-top.navbar .menu-bar > .navbar-nav > li:last-child {
  	border-bottom: none;
    margin-bottom: 0;
  }

  #navbar .menu-bar .navbar-nav {
    padding-top: 25px;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .static-top.navbar-dark .navbar-brand {
    padding-left: 10px;
  }
}


.container {
	max-width: 1200px !important;
}

div#MainFilterDiv {
 	padding-left: 5px !important;
  padding-right: 5px  !important;
}

.grid-container {
	gap: 48px !important
}

@media only screen and (max-width: 767px) {
  #MainFilterDiv > div {
    margin-bottom: 15px;
  }
  
  #MainFilterDiv > div:last-of-type {
    margin-bottom: -15px;
	}
}

.carousel-item img {
    width: 565px !important;
}

@media only screen and (max-width: 1199px) {  
  .static-top.navbar-dark .navbar-brand img {
      margin-left: 10px !important;
   }

	.carousel-item img {
		width: 450px !important;
	}
}

@media only screen and (max-width: 991px) {  
.carousel-item img {
		width: 100% !important;
	}
}

#deleteProfileModal .modal-footer button {
    border-radius: 0.375rem !important;
}

#EntityFormPanel.crmEntityFormView .control .input-group #crdaa_nameofschool_name {
    height: 36px !important;
}

#TextBoxes {
    flex-direction: row !important;
}

#TextBoxes > div {
    flex-direction: column !important;
    justify-content: center !important;
    display: flex !important;
}

.carousel-item img {
    width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .carousel-container {
        margin: -125px 0 0 !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    #crdaa_nameofschool_lookupmodal .modal-body,
    #crdaa_country_lookupmodal .modal-body {
        padding-top: 0px !important;
    }

    #crdaa_nameofschool_lookupmodal .view-pagination .pagination,
    #crdaa_country_lookupmodal .view-pagination .pagination {
        justify-content: flex-start !important;
        padding-left: 10px !important;
    }

    #crdaa_nameofschool_lookupmodal .grid-actions,
    #crdaa_country_lookupmodal .grid-actions {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    #ProfileFormView {
        padding: 0px 15px !important;
    }

    #ProfileFormView h3 {
        margin-left: 0 !important;
        font-size: 18px;
    }

    #EntityFormPanel.crmEntityFormView {
        padding: 15px !important;
    }

    #EntityFormPanel.crmEntityFormView h3 {
        margin-left: 0 !important;
        font-size: 20px !important;
    }

    #EntityFormPanel.crmEntityFormView .image-inline {
        margin-bottom: 10px !important;
    }

    #EntityFormPanel.crmEntityFormView .actions {
        margin-bottom: 0 !important;
    }

    #TextBoxes {
        flex-direction: column !important;
        margin-bottom: -80px !important;
    }

    #TextBoxes > div {
        flex: 1 !important;
    }

    #TextBoxes #BottomToastID {
        text-align: center;
    }

    #gallery-container {
        margin: 0 !important
    }

    #gallery-container .grid-item {
        margin-bottom: 0 !important
    }

    #MainFilterDiv > div:last-of-type {
        margin-top: -15px !important;
        justify-content: center !important;
    }

    .portal-form {
        padding: 0 10px !important;
    }

    .login-heading-section {
        padding: 0 !important;
        padding-bottom: 15px !important;
    }

    .portal-form a.btn.btn-default {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 625px) {
    #ModelShowMessage {
        padding: 0 15px !important;
    }

    #ModelShowMessage .modal-content {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    footer .footer-bottom {
        padding: 15px 0 !important;
        text-align: center;
    }

    footer .footer-bottom ul {
        margin-top: 8px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    footer .footer-bottom ul li {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 554px) {
    .view-toolbar .toolbar-actions {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }

    .view-toolbar .toolbar-actions .input-group a {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 495px) {
    .entity-grid .view-pagination .pagination {
        justify-content: flex-start !important;
        padding-left: 10px !important;
        margin-bottom: 15px !important;
        display: flex;
    }
}

@media only screen and (max-width: 431px) {
    .alert-info .float-end {
        margin-top: 15px;
    }
}
.container {
    min-height: calc(100% - 311px);
}

@media only screen and (max-width: 991px) {
  .columnBlockLayout p {
    text-align: left !important;
    font-size: 16px !important
  }
}

#content-container {
    min-height: calc(100% - 275px);
}
@media only screen and (max-width: 991px) {
  #LADLogoPDF-wrapper {
    flex-grow: 1;
  }
}



@media only screen and (max-width: 991px) {
h2#artworkName {
    margin: 10px 0 10px !important;
}
h3 {
    font-size: 18px;
    line-height: 10px !important;
    font-family: 'LAD-Regular' !important;
}
div#CopyRightBottom {
    display: block !important;
}

div#BottomToastID {
    display: none !important;
}

div#CopyRightBottom {
    border: 1px solid black;
}

img#PageImage {
    width: 100% !important;
}


}

