.button1{
    border-radius: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*Menu on hover */
.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover, .navbar-dark .navbar-nav > li > a:focus {
  border-radius: 10px;
}

.navbar-nav>li>a{
  padding: 8px;
  border-radius: 10px;
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  margin-top: 8.5px;
}

li > a:not(.btn):hover {
  text-decoration: none !important; 
}


.btn{
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 5px;
    box-shadow: 0px 0px 8px #8c949c;
}

.btn-info{
  background-color: #7f1113!important;
  border-color: #7f1113!important;
}
/* .pull-right {
    float: left !important;
} */

thead a{
    font-weight: bold;
    font-size: 16px;
}

tbody > tr:nth-of-type(odd) > *,tbody {
  color:#9c1416!important;
}

.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
  }
  
  .pagination li {
    margin: 0 5px;
    width: 55px;
  }

  .pagination>li>a {
    padding: 10px 0px;
  }
  
  .pagination a:hover {
    background-color: #7f1113;
  }
  
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #7f1113!important;
  }

  .highcharts-title, .highcharts-axis-title, .highcharts-legend-item,  .highcharts-axis {
    display: none;
  }

  .form-control{
    margin-top: 5px;
    border-color: #7f1113 ;
    border-radius: 15px;
    height: 33.45px;
  }
/* List Background Shadow*/
  .entitylist{
    border-radius: 10px;
    box-shadow: 0px 0px 5px #8c949c;
  }

  .entitylist > .entity-grid{
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 0 #8c949c;
  }
  /*Form Background Shadow*/
  .crmEntityFormView{
    border-radius: 10px;
    box-shadow: 0px 0px 5px #8c949c;
  }

/* Details Form Modal Pop-up*/
  table.section{
  padding-left: 10px;
  padding-right: 10px;
  }

  body > .container {
    padding-top: 10px;
  padding-bottom: 10px;
  }

  .crmEntityFormView label{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #7f1113!important;
    color: white!important;
    border-radius: 5px;
  }

  .crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control{
    padding-left: 5px;
}

/*Reduce Font Size on Banner on Mobile*/
@media screen and (max-width: 500px) {
  #ijn3cg {
    font-size: 30px;
    margin-left: 10px;  
    margin-right: 10px;
  }
  #iidlpi{
    font-size: 25px;
    margin-left: 10px;  
    margin-right: 10px;
  }
}
  
/*Portal Comment*/
.attachment-outer-border{
  display: none;
}

.notes{
  
  padding: 5px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px lightgray;
}

.addnote{
  margin-top: 10px;
}

.glyphicon-arrow-right{
    border: solid #7f1113;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 5px;
}

.mx-auto{
  margin-right: auto !important;
  margin-left: 0 !important;
}

/*Sharepoint Grid*/
.checkbox > label{
  display: none;
}


/*Filter*/
h4, .h4, .poll .poll-header h4, .poll .poll-tags h4{
    font-family: Rubik; 
    font-weight: 200;
    font-size: 20px;
    color: #7f1113;
}

.card-body, .list-group-item,.content-panel,.card,.entitylist-filter{
  
    background-color: #F2F2F2 !important;
    border-radius: 10px 10px 0 0 ;
}

.btn-entitylist-filter-submit{
  background-color: #7f1113 !important;
  color: white !important;
}

.btn-entitylist-filter-submit:hover{
  background-color: #F0F0F0 !important;
  color: #7f1113 !important;
}

.input-group-text{
  margin-top: 2.5px;
}
/*List formatting  
  .ms-DetailsHeader-cellTitle:hover{
    background: #8b7777;
  }

  /*Hide List Title
.root-320, .root-217 {
    display:none;}

/*Styling for additional details button
.ms-Button, .ms-Button--icon, .ms-Button--hasMenu {
    box-shadow: 0px 3px 5px #C0ACAC;
    border-radius: 10px;
  }

  /*List shadow
.root-197,.root-187 {
    box-shadow: 0 0 20px #C0ACAC;
  }
*/

/*Render Breadcrumbs Unclickable on profile*/
.breadcrumb-item{
  pointer-events: none;
  cursor: default;
  }