body {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  } 
}

.navbar {
	padding-top: 0px; 
	padding-bottom: 0px;
  font-size: 14px;
  box-shadow: 1px 1px 3px #999999;   
}

.bg-personal {
  background-color: #006699;
}

.nav-link {
  background: #0093D9; !important;
  color: white !important;
  border-radius: 3px;
  padding: 3px;
  margin-right: 10px;
  margin-left:  10px;
}

.nav-link:hover {
  background: #40C1FF; !important;   
  border-radius: 3px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

.myalert {
  position: fixed;
  left:50%;
  top: 0px;
  z-index: 100;
  display: table;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.85;
  margin-top: 0px;
  margin-bottom: auto;
}

.ajaxalert {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: auto;
  opacity: 0.85; 
  padding: 8px;
}

#response {
  margin-top: 0;
  margin-bottom: -40px;  
  top: 0;
  text-align: center;
  height: 45px;
}

.sidebar{ 
  background-color: #006699;
  overflow-x: hidden;
  padding-left: 5px; 
  padding-top: 5px;
  text-align: left;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  width: auto;
}

/* Style sidebar links */
.sidebar a, .dropdown-btn {
  padding: 5px 5px 5px 5px;
  background-color: #006699;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  outline: none !important; 
  border:none;
  text-align: left; 
}

/* Style links on mouse-over */
.sidebar a:hover, .dropdown-btn:hover {
background-color: #009CE8;
text-decoration: none;
}

.dropdown-container {
  display: none;
  background-color: #006699;
}

.dropdown-item {
  /* padding: 1;*/
}

.dropdown-item:hover {
  background-color: #CFCFCF;
}

.dropdown-menu{
  opacity: 0.90;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  padding: 5px;
}

.sub {
  margin-left:20px;
  margin-right:10px;
}


.swal-text {
  padding: 10px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 10px;
  text-align: left;
  color: #111111;
}

.swal-title {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 24px;
  color: #222222;
}

.card-header {
  /* background-color: #ECECFB; */
}
.card-footer {
  background-color: #F5F5FR;
}

a {
  color: #006699;
}

a.hover {
  color: #003300;
}

a.section {
  text-decoration: none;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23069' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23069' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  /* background: #006699; */
  justify-content:flex-end;
  margin-bottom: -20px;
  margin-right: 5px;
}

.carousel-indicators li {
  background-color: #009CE8;
}

.carousel-indicators:active {
  background-color: #006699;
}

.carousel-item {

}

img.thumb {
  height: 65px;
  width: 65px;
  z-index:1000;
  margin-top: -30px;
  margin-right: -30px;
}

img.minithumb {
  width: 80px;
  z-index:1000;
  margin-top: -35px;
  margin-right: -35px;
  /*
  background-color: #FFFFFF;
  padding: 0.25rem;
  float: right;
  border: 1px solid;
  border-color: #AAAAAA;
  border-radius: 100%;
  */
}

a.badge-primary, a.btn-primary {
  background-color: #006699;
  border: 0; 
}

a.badge-primary:hover, a.btn-primary:hover {
  background-color: #009CE8;
  border: 0;
}


i.thumb {
  z-index:1000;
  margin-top: -25px;
  margin-right: -25px;
  color: #888888;
  font-size: 24px;
}

div.card {
    box-shadow: 1px 1px 3px #D0D0D0;  
}



@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 0.85;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0.85;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

#sticky-footer {
  margin-top: 200px;
}

#sticky-footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#sticky-footer ul.social li{
  padding: 3px 0;
}
#sticky-footer ul.social li a i {
  margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#sticky-footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#sticky-footer ul.social li a {
  color:#ffffff;
}
#sticky-footer ul.social li a:hover {
  color:#eeeeee;
}


i.socialicons {
    color: #ffffff;
}

i.socialicons:hover {
    color: #40C1FF;
}

.cc_container {
  background: #069 !important;
  opacity: 0.85;
  font-size: 12px;
}


.cc_btn, .cc_btn_accept_all {
  color: #FFF !important;
  background: #0093D9 !important;
  border:  1px solid;
  border-color: #FFF;
}

.cc_btn:hover, .cc_btn_accept_all:hover {
  color: #0093D9 !important; 
  background: #FFF !important;
}


.fb-page {
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
 }

 .page-link{
  font-size: 12pt;
  padding: 4px;
  margin: 2px;
 }


 @media only screen and (max-width: 360px) {
    .imageadaptive {
        width:95%;
        float: none;
        padding-left: 1px;
        padding-right: 1px: ;
    }
}

.social-button {
  margin-right: 1px;
  font-size:16px;
  color: #BBBBBB;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;    
}

.social-button:hover {
  margin-top:-2px;
  font-size:20px;
  color: #0093D9;
}