.columnBlockLayout {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 16px;
}

.crmEntityFormView .section-title {
    padding: 20px;
    padding-bottom: 50px;
    font-weight: bold;
}

.crmEntityFormView .section:first-child {
    margin-top: 30px;
}
.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
    padding-left: 10px;
}
.columnBlockLayout {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 16px;
}
input::-webkit-input-placeholder {
color: lightgrey !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: lightgrey !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: lightgrey !important;  
}
 
input:-ms-input-placeholder {  
color: lightgrey !important;  
}



/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/


.login-heading-section
{
    padding: 20px;
    background-color: #E4E3E0;
    margin-top: 10%;
    box-shadow: 0 0 30px black;
    border-radius: 10px;
}

.new-parent
{
	min-height:calc(100% - 132px);
    background-color:rgba(0, 0, 0, 0);
    background-image:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1)), url('/bannerbackground.jpg');
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover
}

#Microsoft
{
	margin-top: 7%;
    margin-left: 7%;
    background-color: black;
    padding: 20px;
    background-image: url('https://exp.powerappsportals.com/MicrosoftLogo.png');
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 20px;
    padding-left: 60px;
	border-radius: 10px;
}


.entitylist-filter-option-group .h4 {
    display: block;
    font-size: 14px;
}
.input-group-addon:first-child {
    display: none;
}

.columnBlockLayout {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    color: #FFFFFF;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 25px 25px 25px 25px;
    background: #f9cc00;
    background-image: linear-gradient(180deg,#f9cc00 0%,#f67100 100%);
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
}
.query
{
    border-radius: 25px 0px 0px 25px;
    padding-left: 20px;
}
.input-group-btn:last-child>.btn
{
    font-size: 14.5px !important;
    border: 1px solid #949494;
    height: 35px;
}
.btn-entitylist-filter-submit
{
    color: var(--portalThemeColor4);
    background: none!important;
    padding: 5px 20px 10px 20px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: var(--portalThemeColor11);
    text-decoration-thickness: 5px;
}

.btn-entitylist-filter-submit:not(.gjs-selected):hover, .btn-entitylist-filter-submit:not(.gjs-selected):active, .btn-entitylist-filter-submit:not(.gjs-selected):focus
{
    color: var(--portalThemeColor11);
    background: none!important;
    padding: 5px 20px 10px 20px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: var(--portalThemeColor1);
    text-decoration-thickness: 5px;
}
.entitylist-search {
    width: 260px;
    padding: 10px 20px 10px 10px;
}
.grid-actions {
    padding-bottom: 0px;
}
.grid-actions ul.nav {
    padding: 10px 20px 10px 10px;
}


.crmEntityFormView .section-title {
    padding: 20px;
    padding-bottom: 50px;
    font-weight: bold;
}


.crmEntityFormView .tab {
    background-color: #ffffff;
}
.crmEntityFormView .section:first-child {
    margin-top: 30px;
}
.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
    padding-left: 10px;
}

h3, .h3, .page_section h3, .color-inverse h3, .sidebar-home h3 {
    font-weight: bold;
    font-size: 30px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: var(--portalThemeColor3);
}

.btn-info {
    color: #fff;
    background-color: var(--portalThemeColor3);
    border-color: var(--portalThemeColor3);
}

.form-control:focus {
    border-color: var(--portalThemeColor3) !important;
}
.crmEntityFormView .cell.crmquickform-cell:first-child {
    border: none !important;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    padding-left: 10px;
}