.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
    width: 100%;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #276729;
    border-color: #276729;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #276729;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.stylePrinterBody {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.requiered{
    float: right;
    color: #b8070d;
    font-size: larger;
}

.alertWidth {
    width: 94%;
    margin-left: 50px;
}


.addMore{
  border: none;
  width: 32px;
  height: 32px;
  background-color: #e5e5e5;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.addMore:hover{
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e5e5e5;
    margin-right: 5px;
}

.tabPartner {
    width: 30%;
    padding-bottom: 13px;
    margin: 4px;
}

.account-dropdown.minWith {
    min-width: 100px;
}

.account-dropdown__item.minWith a {
    display: block;
    color: #333;
    padding: 10px 25px;
    font-size: 14px;
}

/*######################################## SPINNER ###########################################*/
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 11;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #276729;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

.au-btn--green.fontColor {
    color: white;
}


div.styleFont {
    margin-bottom: 40px;
    margin-top: -40px;
    font-size: 30px;
    color: #276729;
}

/*######################################## SPINNER ###########################################*/