:root{
    --primary-cornflower:#4B69B1;
    --primary-golden-yellow:#FFCD34;
    --secondary-amaranth:#CF1F41;
    --secondary-carmine-orange:#E94F37;
    --secondary-light-gray:#EFF0F1;
    --secondary-light-gray200:#dfe0e2;
    --title-bg:#dbd8d8;
    --secondary-ebony:#090909;
    --primary-600:#2d4d99;
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.woff);
  }
@font-face {
    font-family: poppins-regular;
    src: url(../fonts/Poppins-Regular.woff);
  }
@font-face {
    font-family: poppins-ExtraBold;
    src: url(../fonts/Poppins-ExtraBold.woff);
  }

  *{
      font-family: poppins-regular;
      box-sizing: border-box;
      font-size: 12px;
  }
body{
    background-color: var(--secondary-light-gray);
    min-height: 100vh;
}

header{
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    height: 80px;
}
::placeholder{
    color: #a6a6a6;
    font-size: 12px !important;
}
input{
    font-size: 12px !important;
}
.logo{
    height: 20px;
}
.positon-relative{
    position: relative;
}
.login-bg{
    background:url("../images/pattern.jpg");
    height: 100vh;
    display: grid;
    align-items: center;
    justify-content: center;
}
.border{
    border: 1px solid #cdcdcd;
}

input{
    font-size: 16px;
}

.forgotpassword{
    right: -4px;
}
.bg-primary{
    background-color: var(--primary-cornflower) !important;
    color: #fff !important;
    font-size: 12px;
}
.bg-light{
    background: var(--secondary-light-gray);
}
.light-gray200{
    background-color: var(--secondary-light-gray200);
}
.text-primary, a{
    color: var(--primary-cornflower);
}
.border-rounded{
    border-radius: 50px;
}
p, a    {
    font-size: 12px;
}
.role{
    color: #adabab;
    font-size: 9px;
}

.banner, .banner-img{
    height: 85vh;
}
.banner::before {
    content: '';
    display: table;
    width: 43px;
    height: 28px;
    background: #eff0f1;
    position: absolute;
    top: -28px;
    z-index: 9;
}

.banner::after {
    content: '© 2022 Effective School Solutions. All rights reserved.';
    display: table;
    width: 100%;
    height: 57px;
    background: #eff0f1;
    position: absolute;
    bottom: -57px;
    z-index: 1;
    text-align: center;
    line-height: 58px;
}
.banner{
    background: url('/banner.jpg') no-repeat;
    background-size: cover;
}
.nav-link{
    font-size: 12px;
    color:var(--secondary-ebony);
}
.nav-link:active, .nav-link:focus{
    font-weight: 700;
    color: var(--primary-cornflower);
}
h1{
    font-family: poppins-bold;
    font-weight: 700;
    margin: 0;
    font-size: 20px !important;
}
.align-tagline{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.align-tagline > h1{
    position: relative;
    right: -209px;
}
.align-tagline > h1, .align-tagline h1 > span{
    font-size: 41px !important;
    font-weight: bold;
    color: #fff;
    padding: 0 7px;
}
.align-tagline h1 > span{
    color: var(--secondary-ebony);
}
.tag-span{
    background-color: var(--primary-golden-yellow);
    color: var(--secondary-ebony);
    font-weight: 800;
}
.rounded-360{
    font-family: poppins-ExtraBold;
}
.logout{
    margin-top: 30px;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.cursor-pointer{
    cursor: pointer;
}
/* button:hover{
    background: var(--primary-600) !important;
} */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover, .dropdown-item.active, .dropdown-item:active{
    background: var(--primary-600) !important;
}
.b-radious-10{
    border-radius: 10px;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #4b69b1 !important;
}

/* New Styles added */
.header{
    height: 70px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: var(--secondary-light-gray) !important;
    z-index: 9;
}
.welcome-card{
    background-color: var(--primary-golden-yellow);
    padding: 18px 18px;
    margin-bottom: 12px;
    margin-top: 0;
    border-radius: 10px;
}
.side-menu{
    min-height: 100vh;
    padding: 0;
    position: relative;
    width: 215px;
    transition: all 300ms linear;
}
.logo-bg{
    background-color: var(--secondary-light-gray);
    border-bottom-left-radius: 30px;
    height: 70px;
    text-align: center;
    width: 214px;
}
.logo{
    height: 70px;
    width: 214px;
    background: var(--primary-cornflower);
}
.right-container{
    min-height: 98vh;
    padding: 0;
}
.footer{
    text-align: center;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    padding: 20px 0;
    margin-left: 214px;
    transition: all 300ms linear;
    background:var(--secondary-light-gray)
}
.menu{
    width: 215px;
}
.menu > ul {
    margin: 0;
    padding: 0;
    width: 215px;
}
.menu > ul li > a{
    color: var(--secondary-light-gray);
    text-decoration: none;
}
.menu > ul li{
    list-style-type: none;
    font-size: 13px;
    margin-left: 10px;
    transition: all 300ms linear;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
    height: 48px;
    display: grid;
    align-items: center;
}
.menu > ul li a{
    padding: 13px 5px;
    display: block;
}
.menu > ul li:hover {
    background-color: var(--secondary-light-gray);
    color: var(--secondary-ebony);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}
.menu > ul li:active{
    background-color: var(--secondary-light-gray);
    color: var(--secondary-ebony);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}
.menu > ul li:hover  a{
    color: var(--secondary-ebony) !important;
    cursor: pointer;
}
.menu > ul li:active  a{
    color: var(--secondary-ebony) !important;
}
.menu > ul li:focus  a{
    color: var(--secondary-ebony) !important;
}
.collapse-button-align-right{
    text-align: right;
}
.collapse-button-align-right:hover{
    background: none !important;
}
li a > span{
    padding: 8px 8px;
    padding-right: 17px;
}
li > span{
    padding: 8px 8px;
    padding-right: 17px;
}
.manage-li{
    display: block !important;
    padding:16px 5px;
}

i.fa.fa-home, i.fa.fa-cog, i.fa.fa-tachometer {
    font-size: 17px;
}
.logo-bg > img{
    height: 80px;
    position: relative;
    top: -6px;
}
span.collapse-button{
    background-color: rgb(239 240 241 / 53%);
    color: var(--secondary-ebony) !important;
    padding: 6px 11px;
    position: absolute;
    right: 0px;
    top: 10px;
    transition: all 300ms linear;
}
span.collapse-button:hover{
    background-color: rgb(239 240 241 / 100%);
}
.user-name{
    background-color: var(--secondary-light-gray);
    color: var(--secondary-amaranth);
    border-radius: 50px;
    font-weight: bold;
    padding: 6px 12px;
    font-size: 17px;
    text-transform: capitalize;
}
.custom360{
    color: var(--secondary-amaranth);
    font-weight: bold;
    font-size: 19px;
}
.spotlight{
    margin: 0 20px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 250px;
    background: url('../images/spotlight.png') no-repeat;
    background-size: cover;
}
.header.d-grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding: 0px 22px;
    justify-content: space-between;
}
.calender-icon{
    background-color:var(--primary-cornflower);
    padding: 6px 8px;
    border-radius: 52px;
    font-size: 9px;
    color: #fff;
}
#upcoming-events {
    font-size: 12px;
}
#upcoming-events tbody tr td:nth-child(1) {
    text-align: center;
}
#upcoming-events tbody tr td:nth-child(6) {
    text-align: center;
}
#upcoming-events  tr td, #manage-user-table tr td {
    padding: 18px 6px !important;
}

.title-header{
    background-color:var(--title-bg);
    color: var(--secondary-ebony);
    padding: 12px;
    font-weight: 700;
    position: relative;
}
.upcoming-events{
    margin: 18px 8px;
    background: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    margin-right:19px;
}
.table>thead>tr>th, .table>thead>tr>td{
    border-top: 0 !important;
}
.table{
    margin-bottom: 0 !important;
}
.my-ess-team{
    margin: 18px 0;
    padding-bottom: 10px;
}
.p-0{
    padding: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.rounded.bg-white{
    border: 1px solid #e3e3e3;
    padding: 4px;
    margin: 6px;
    border-radius: 4px;
    min-height: 100px;
    overflow: hidden;
}
.event-url, .event-edit, .delete-icon{
    border-radius: 2px;
    padding: 4px;
    color: #fff;
    margin: 2px;
    cursor: pointer;
}
.event-url{
    background-color: var(--primary-golden-yellow);
}
.event-url:hover{
    background-color: #cca429;
}
.event-edit{
    background-color: var(--primary-cornflower);
}
.delete-icon{
    background-color: var(--secondary-amaranth);
}
.clinicians-title{
    background-color: var(--primary-cornflower);
    color: var(--secondary-light-gray);
    font-weight: 700;
    padding: 6px;

}
.collapse-position{
    right:160px !important;
}
.side-menu-position{
    width:54px;
    overflow: hidden;
}
.ess-icon{
    display:none;
    transition: all 300ms linear;
    opacity: 0;
}
.ess-icon-tambnail{
    display: block !important;
    height: 28px;
    position: absolute;
    top: 19px;
    left: 21px;
    transition: all 300ms linear !important;
    opacity: 1 !important;
    animation-delay: 100ms;
}
.edit-event-icon{
    position: absolute;
    right: 29px;
    top: 26px;
    background:var(--primary-cornflower);
    padding: 5px 9px;
    border-radius: 50px;
    color: var(--secondary-light-gray);
    cursor: pointer;
}
#manage{
    margin-left: 60px;
    cursor: pointer;
    transition: all 300ms linear;
}
.manage-remove-margin{
    margin-left:25px !important;
}
#manage a > span {
    margin-right: 16px;
}
#manage > a {
    color: #fff;
    text-decoration: none;
}
#manage:hover a, #manage:active a{
    color: var(--primary-golden-yellow);
}
.user-active{
    color: var(--primary-golden-yellow);
}
.modal-title{
    font-size: 14px !important;
    font-weight: 600;
    color: var(--secondary-light-gray);
}
.modal-header{
    background-color: var(--primary-cornflower);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
button.close{
    color: var(--secondary-light-gray) !important;
    opacity: 1 !important;
}
button.close:hover{
    color: var(--secondary-light-gray) !important;
    background: transparent !important;
}
.d-block{
    display: block !important;
}
.d-inline{
    display: inline !important;
}
.d-flex{
    display: flex !important;
}
.align-lable{
    position: relative;
    margin: 0 auto;
    width: 50%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 11px;
}
.custom-input{
    margin: 0 auto;
    padding: 6px;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.manage-user{
    padding: 25px 22px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 18px;
}
thead{
    background: var(--primary-cornflower);
    /*color: var(--secondary-light-gray);*/
}
thead tr th{
    padding: 15px 8px !important;
}
.page-title{
    margin: 18px 4px;
    display: flex;
    justify-content: space-between;
    margin-right: 21px;
    color: var(--primary-cornflower);
    align-items: center;
}
h1.pageTitle{
    position: relative;
    top: -23px;
    display: inline-block;
    color: var(--primary-cornflower);
}
.search-input{
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 9px;
    width: 240px;
    margin: 0 8px;
    padding-right: 30px;
}
.invite-user{
    background-color: var(--primary-golden-yellow);
    color: var(--secondary-ebony);
    border-radius: 50px;
    padding: 8px 18px;
    border:none !important;
    font-weight: 700;
}
.invite-user > i{
    margin-right:5px;
}
.invite-user:hover{
    background-color: var(--primary-golden-yellow) !important;
    color: var(--primary-600);
}
.disabled{
    opacity: 0.5;
    cursor: no-drop;
}
.active-page-li{
    background-color: var(--secondary-light-gray);
    color: var(--secondary-ebony);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}
.btn-primary {
    color: var(--secondary-light-gray) !important;
    background-color: var(--primary-cornflower) !important;
    border-color: var(--primary-600) !important;
}
/* .fa.fa-search{
    position: absolute;
    top: 29px;
    right: 163px;
    font-size: 14px;
    color: var(--secondary-ebony);
} */
.align-lable > span{
    color: var(--secondary-amaranth);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid rgb(236, 236, 236) !important;
}
#select-district{
    border-radius: 50px;
    width: 60%;
    margin-right: 10px;
}
.custom-select{
    display: inline-block;
    height: calc(2.25rem + 2px);
    padding: 0.75rem 2.5rem 0.875rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(https://ess-customerportal-dev.powerappsportals.com/down-arrow) no-repeat right 0.85rem center/16px 9px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 33px;
    appearance: none;
    font-size: 12px;
    border-radius: 50px;
    width: 62%;
    border: 1px solid #ccc;
    font-family: poppins-regular !important;
}
.dropdown-menu {
    right: 9px !important;
    left: auto !important;
    top: 144% !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.dropdown-menu>li.active a{
    padding: 8px 20px !important;
}
.dropdown-menu>li>a{
    margin-left: 0 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    padding: 8px 20px;
    border: 2pxsolidrgba(0,0,0,.15);
    background-color: var(--primary-cornflower);
    color: var(--secondary-light-gray) !important;
}

.position-relative{
    position: relative;
}
.header-logo {
    transition: all 300ms linear;
}
.header-logo-width {
    width: 55px !important;
    transition: all 300ms linear;
}
.body-content-margin{
    margin-left: 54px !important;
}

/*new style added */
.menu{
    position: fixed;
    min-height: 88.5vh;
    /* left: -20%; */
    bottom: 0;
    transition: all 300ms linear;
    top: 70px;
}
.body-content{
    min-height: 100vh;
    height: auto !important;
    margin-left: 214px;
    background: var(--secondary-light-gray);
    padding: 0 24px !important;
    transition: all 300ms linear;
    position: relative;
}
.d-hidden{
    display: none;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile-image {
    position: relative;
    display: inline-block;
    margin-left: 22px;
  }

  .sign-out {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */
    padding: 12px 16px;
    z-index: 1;
    right: -22px;
    padding-top: 25px;
}

.sign-out > div > a {
    width: 92px;
    background: #ffff;
    display: block;
    padding: 11px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: var(--secondary-ebony);
    text-decoration: none;
    box-shadow: 0px 3px 3px #ccc;
}
  .profile-image:hover .sign-out {
    display: block;
  }
  span.username{
      display: none;
  }
li{
    list-style-type: none;
}
.signin > a{
    background:var(--primary-cornflower);
    color:var(--secondary-light-gray);
    padding: 11px;
    border-radius: 4px;
    text-decoration: none !important;
}
.signin > a:hover{
    background:var(--primary-600);
    color: var(--secondary-light-gray);
}
li.signin a > span {
    padding: 0px 1px;
    padding-right: 7px;
}
.district-profile{
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: bold;
}
table > thead > tr > th >a {
    color: var(--secondary-light-gray) !important;
    text-decoration: none !important;
}
table tbody tr:nth-child(odd) {background: #f6f6f6 !important}
table tbody tr:hover{
    background: var(--secondary-light-gray) !important;
}
table[data-name="SUMMARY_TAB_section_1"] tbody tr:hover, table[role="presentation"] tbody tr:hover{
    background: #ffffff !important;
}
table[data-name="SUMMARY_TAB_section_1"] tbody tr:nth-child(odd),
table[role="presentation"] tbody tr:nth-child(odd)
{background: #ffffff !important}
.entitylist {
    padding: 13px;
    border-radius: 9px;
}
#manageuser > .entitylist > .entity-grid > .view-toolbar >.pull-right.toolbar-actions{
    position: absolute;
    right: 56px;
    top: -50px;
} 
#admin-upcoming-events-list > .entitylist > .entity-grid > .view-grid > table thead{
    background-color: #dbd8d8;
} 
#admin-upcoming-events-list > .entitylist > .entity-grid > .view-grid > table thead tr th > a {
    color: var(--secondary-ebony) !important;
} 
#admin-upcoming-events-list > .entitylist > .entity-grid > .view-grid > table thead tr th:nth-child(3) a {
    display: none;
} 
#admin-upcoming-events-list {
    position: relative;
}
#admin-upcoming-events-list > .entitylist > .entity-grid > .view-grid > table tbody tr td:nth-child(1),
#upcoming-events-list > .entitylist > .entity-grid.entitylist > .view-grid > table.table.table-striped.table tbody tr td:nth-child(1){
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 10fr;
    word-break: break-all;
} 

#admin-upcoming-events-list > .entitylist > .entity-grid > .view-toolbar > .pull-right.toolbar-actions{
    position: absolute;
    right: 72px;
    top: 24px;
    z-index: 1;
} 
/* #admin-upcoming-events-list > .entitylist > .entity-grid > .view-toolbar > .pull-right.toolbar-actions > .input-group.pull-left.view-search.entitylist-search{
    display: none;
}  */
#admin-upcoming-events-list > .entitylist > .entity-grid > .view-toolbar > .pull-right.toolbar-actions > .input-group.pull-left > a.create-action{
    background-color: var(--primary-cornflower) !important;
    color: #fff !important;
    padding: 5px 10px !important;
    position: relative;
    top: 2px;
    right:-41px;
} 
.create-action{
    margin-left: 10px;
    right: -48px;
    position: relative;
    border-radius: 50px;
    color: var(--secondary-ebony) !important;
    background:var(--primary-golden-yellow) !important;
    border:0 !important;
}
.title-invite-btn{
    display: flex;
    justify-content: space-between;
    /*padding: 0 26px;*/
    align-items: center;
    height: 43px;
    top: -3px;
    position: relative;
}
.title-invite-btn > h1{
    color: var(--primary-cornflower);
}
.view-toolbar.grid-actions.clearfix {
    padding: 0;
    margin: 0;
}
.entity-grid.entitylist {
    padding: 0;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    position: absolute;
    top: 0;
    right: -36px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
[placeholder="Search"]{
    border-radius: 50px;
}
[aria-label="Search Results"]:hover .fa-search{
    color: var(--secondary-light-gray);
}
.columnBlockLayout{
    padding: 0;
}
.sectionBlockLayout {
    padding-left: 0 !important;
}
.edit-link{
    padding: 0 !important;
    border-radius: 2px;
    background-color: var(--primary-cornflower);
    padding-right: 3px !important;
    color: var(--secondary-light-gray) !important;
    margin-right: 4px !important;
}
.edit-link:hover{
    padding: 0 !important;
    border-radius: 2px;
    background-color: var(--primary-600) !important;
    padding-right: 3px !important;
    color: var(--secondary-light-gray) !important;
}
.delete-link{
    padding: 0 !important;
    border-radius: 2px;
    background-color: var(--secondary-amaranth) !important;
    padding-right: 3px !important;
    color: var(--secondary-light-gray) !important;
}
.delete-link:hover{
    padding: 0 !important;
    border-radius: 2px;
    background-color: var(--secondary-carmine-orange) !important;
    padding-right: 3px !important;
    color: var(--secondary-light-gray) !important;
}
table[data-name="SUMMARY_TAB_section_1"], .crmEntityFormView .section:first-child {
    width: 60% !important;
    margin: 0 auto;
}
.modal-form .modal-body iframe {
    width: 100%;
    border: none;
    height: 490px;
}
#EntityFormPanel{
    border: none;
}
#InsertButton, #UpdateButton{
    float: right;
    margin-right: 10px;
}
.close > [aria-hidden="true"]{
    font-size: 20px;
}
.view-grid .dropdown.action>.btn {
    display: none;
}

/* Icons styles */

.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
}
.view-grid .dropdown.action .dropdown-menu li {
    display: inline-block;
    text-align: center;
}
.view-grid .dropdown.action .dropdown-menu li a {
    font-size: 0;
    padding: 2px;
    margin: 0;
}
.view-grid .dropdown.action .dropdown-menu li a>span {
    font-size: 18px;
}
.view-grid .dropdown.action .dropdown-menu li a:hover {
    color: #008C95;
    background: transparent;
}
/* Icons styles End */

h1 > span > span.xrm-attribute-value {
    font-size: 20px;
    color: #4b69b1;
}
[aria-label="Sign in"]:focus{
    color: var(--secondary-light-gray) !important;
}
.signin > a:focus{
    color: var(--secondary-light-gray) !important;
}
#upcoming-events-list > .entitylist {
    background-color: transparent;
    padding:27px 0 0 0;
    border: 0;
}
#upcoming-events-list {
    position: relative;
    top: 3px;

}
.title-upcoming-events {
    position: absolute;
    background: var(--primary-cornflower);
    padding: 13px;
    z-index: 1;
    right: 25px;
    height: 20px;
    width: 20px;
    top: 26px;
    border-radius: 50px;
}
.title-upcoming-events > i{
    position: relative;
    top: -7px;
    right: 5px;
    color: #fff;
}
.ess-team{
    margin-top: 10px;
    display: flex;
    justify-content: normal;
}
.ess-team > div > span {
    color: #848484;
    position: relative;
    top: -3px;
    font-size: 10px;
}
span.calender{
    margin: 5px;
    background: #4b69b1;
    color: #fff;
    padding: 3px 7px;
    border-radius: 16px;
    height: 23px;
    width: 23px;
}
span.calender > i{
    font-size: 10px !important;
    position: relative;
    top: -1px;
}

/* ====== remoble classes======= */
h2.tab-title, legend.section-title{
    display: none;
}
h4.modal-title > span{
    display: none;
}

.modal.in .modal-dialog {
    width: 60%;
}
#content_form {
    padding: 0 0 0 238px;
    transition: all 300ms linear;
    min-height:88.5vh;
}
#mainContent > #content_form{
    padding: 0;
}
.row{
    margin: 0 !important;
}
.breadcrumb{
    display: none;
}
.xrm-attribute-value > p {
    font-size: 14px;
    line-height: 29px;
}
.xrm-attribute-value > p >a {
    font-size: 14px;
}
span.xrm-attribute-value{
    font-weight: 700;
    font-size: 14px;
}
.col-md-4{
    padding: 0;
}
.profile-padding{
    padding-left:73px !important;
}
legend[role="heading"]{
    margin-bottom: 0;
    position: relative;
    top: -29px;
}
.crmEntityFormView fieldset {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    border: 0 none;
    margin-bottom: 0;
}
input#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton{
    margin-bottom: 10px;
}
[data-label="Profile Navigation"]{
    display:none;
}
div#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel {
    margin-top: 13px;
}
div#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel > fieldset > legend {
    margin-bottom: 13px;
}
.collapse-button-align-right > i{
    opacity: 0;
    height: 29px;
}
#ProfileFormView{
    position: relative;
    top: -30px;
}
li.active-page-li > a {
    color: var(--secondary-ebony) !important;
}
 /* .view-grid.has-pagination > table.table.table-striped.table-fluid thead tr::after {
display: none !important;
content: none;
}*/
.primary-btn, .secondary-btn{
    padding: 9px 40px;
    border-radius: 5px;
    text-decoration: none !important;
    min-width: 196px;
    text-align: center;
}
.primary-btn{
    background:var(--primary-cornflower);
    color: #fff;
    margin-right: 5px;
}
.secondary-btn{
    background:var(--primary-golden-yellow);
    color: #090909;
    margin-left: 5px;
}
.primary-btn:hover{
    color: #fff;
    background:var(--primary-600);
}
.secondary-btn:hover{
    color: #090909;
    background: #cca429;
}
.primary-btn:focus{
    color: #fff;
    background:var(--primary-600);
}
.secondary-btn:focus{
    color: #090909;
    background: #cca429;
}

#upcoming-events-list > .entitylist > .entity-grid.entitylist > .view-grid > table.table.table-striped.table tbody tr{
    height:44px;
}
#upcoming-events-list > .entitylist > .entity-grid.entitylist > .view-grid > table.table.table-striped.table-fluid thead tr::after {
    content: 'Upcoming Events';
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 46px;
    background: #dbd8d8;
    height: 42px;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #090909;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#upcoming-events-list > .entitylist > .entity-grid.entitylist > .view-grid > table.table.table-striped.table-fluid thead::before {
    content:'';
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 46px;
    background: var(--secondary-light-gray);
    height: 50px;
} 
button {
  /*margin-top: 20px;
  line-height: 60px;*/
  font-weight: bold;
  padding: 0 40px;
  background: salmon;
  border: none;
}
button:hover {
  background: lightsalmon;
}
#upcoming-events-list > .entitylist > .entity-grid.entitylist > .view-toolbar.grid-actions.clearfix > .pull-right.toolbar-actions{
display:none !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}
div#myEss-clinicians > div > div.entitylist {
    padding: 0;
}
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0px !important;
}
.bootstrap-datetimepicker-widget tr td button {
    background-color: transparent;
}
td.day.today {
    background:var(--secondary-light-gray);
}
button {
    outline: none;
}
.btn-default:hover {
    background-color:var(--primary-cornflower) !important; 
    color: #fff !important;
}
#upcoming-events-list > .entitylist > .entity-grid > .view-grid > table tbody tr td > span:nth-child(n+2){
    display :none !important;
}
.RD-img{
    margin: 5px 17px 21px 16px;
    border-radius: 50px;
    /*border: 2px solid #ccc;*/
    outline: #ccc solid 3px;
    overflow: hidden; 
    width:59px; 
    height:59px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.RD-img > i{
    font-size: 30px !important;
    color: #a1a1a1;
}
.view-empty.message{
    text-align: center;
}
.thambnail-360{
    height: 42px;
    position: relative;
    top: -2px;
}
h1 > span.pulse-tagline{
    color:var(--primary-golden-yellow);
    font-size: 27px !important;
}

.mt-RD{
      font-size: 14px;
      line-height: 67px;
      }
#myEss-clinicians > .bg-white.p-0.rounded-top > .entitylist > .entity-grid > .view-grid > table thead tr th:nth-child(1){
    width: 15% !important;
} 
#terms-and-conditions-section{
    margin: 0 auto;
    width: 50%;
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 10px;
}
.col-md-8#mainContent{
    min-height: unset !important;
}
.col-md-8#mainContent::before{
    content: unset !important;
}
.col-md-8#mainContent::after{
    content: unset !important;
}
#mainContent.body-content {
    display: block !important;
    min-height: 100vh;
}
#mainContent{
    margin-top: 0;
    min-height: 85vh;
    display: grid;
    align-items: center;
}
.page-content#mainContent::before{
     content: '';
    display: table;
    width: 43px;
    height: 28px;
    background: #eff0f1;
    position: absolute;
    top: -28px;
    z-index: 9;
}
.page-content#mainContent::after{
    content: '© 2022 Effective School Solutions. All rights reserved.';
    display: table;
    width: 100%;
    height: 57px;
    background: #eff0f1;
    position: absolute;
    bottom: -57px;
    z-index: 1;
    text-align: center;
    line-height: 58px;
}
.crmEntityFormView .actions {
    border-top: 1px solid #e5e5e5;
    margin: -5px 0;
    padding: 19px 0 0 0;
}
table.clinicians{
    width: 100%;
}
table.clinicians tbody tr th{
    padding: 15px 10px;
    background: var(--primary-cornflower);
    color: #fff;
}
table.clinicians tbody tr td{
    padding: 10px 10px;
}
table.clinicians tbody tr th:nth-child(1){
   width: 30%;
}
.total-clinicians{
    padding: 12px 8px;
    font-size: 12px;
    text-align: left;
    background: #fbfbfb;
    margin: 0;
    border-top: 1px solid #ebeaea;
    font-weight: 600;
    display: none;
}
.No-clinicians{
    padding: 5px;
    text-align: center;
    background-color: var(--secondary-light-gray);
}
.buttons > #cancel{
    display: none !important;
}
/* .btn-default:hover {
    color: #ffffff;
    background-color: #f2f2f2;
    border-color: #1276CE;
} 
@media screen and (max-width: 800px) {
    .menu {
        width: 54px !important;
        overflow: hidden !important;
    }   
    .body-content  {
        margin-left: 54px !important;
    }   
    span.collapse-button{
        right: 161px !important;
    }
}*/