/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.btn {
    border-radius: 40px;
    box-shadow: -2px 3px 3px rgba(72, 103, 174, 0.68);
}
.btn-primary {
    background-color: #1164bd;
    background-size: 100%;
}
.btn-danger {
    background-image: linear-gradient(90deg,#e91d62 0,#f43f3b);
    background-size: 100%;
    box-shadow: -2px 5px 5px rgba(255, 56, 123, 0.45);
}
.btn-outline-primary {
    border-radius: 0px 15px;
}
.btn-link {
    border-radius: 0px 15px;
}
.btn-space {
    border-radius: 0px 40px;
}
.btn-test {
    background-image: url('buton.png');
}
input[type='radio'], label{   
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
 }
input[type='checkbox']{
  vertical-align: middle;
  position: relative;
  bottom: -2px;
}
.card-header-new {
    color:#fff;
    padding:.75rem 1.25rem;
    margin-bottom:0;
    background-color: #083b71;
    border-bottom: 1px solid rgba(0,0,0,.125)
}
.alert-primary{
             color:#fff;
             background-color:#a10000;
         }
.flex-parent {
  display: flex;
  width: 300px;
  height: 20px;
  align-items: center;
}

.flex-child-edge {
  flex-grow: 2;
  height: 1px;
  background-color: #000;
  border: 1px #000 solid;
}
.flex-child-text {
  flex-basis: auto;
  flex-grow: 0;
  margin: 0px 5px 0px 5px;
  text-align: center;
}
.bg-new{
             background-color:#ccdaf2;
             
         }
.bg-yellow{
             background-color:#fff497;
             
         }
.alert-modal {
  color: #ffffff;
  background-color: #1c83e3;
}
.text-banner{
             color:#083b71;
         }
.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 3px;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.btn-wrap-text {
	overflow: hidden;
    white-space: normal;
    display: inline-block;
    text-overflow: ellipsis;
    align-content: flex-start;
}
.border-3 {
    border-style:solid;
    border-width:3px;
}