.table > tbody > tr > td {
     vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
    color: #fed136; 
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fed136;
    border-color: #fed136;
}

#toast-container {

}

#toast-container > .toast-success {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	text-transform: uppercase;
  	font-weight: 700;
  	opacity:0.95;
}

.select_hidden {
  display: none;
  background-color: #fed136;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}

/*user profile  -->
*/
.user-profile-2 {
    text-align: center;
    position: relative;
    margin-top:0px;
}

.box-info {
    position: relative;
    padding: 0px;
    background: #fff;
    color: white;
    margin-bottom: 10px;

}

.user-profile-2 .header-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 130px;
    width:auto;
    overflow: hidden;
    z-index: 1;
    /*background: #999999; */
}


.user-profile-2 .user-profile-inner {
    z-index: 2;
    position: relative;
}

.user-profile-2 .user-profile-inner h4.text-color {
    color: #000;
}

.user-profile-2 .user-profile-inner img.profile-avatar {
    margin-top: 0px;
    border: none; /*3px solid #555; */
    width:150px;
    height:150px;
}

.z-align-vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.z-align-vertical-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.z-align-vertical-right {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .sm-image {
    max-height: 70px;
  }
}





