.modal-header{
  border-bottom: 1px solid #dee2e6!important;
}
.modal-dialog{
  width: 1300!important;
  /* width: 100%!important;  */
  height: 100%!important; 
  max-width: 100%!important;
  overflow: auto!important;
}
.modal-content {
  background-color: rgb(246, 246, 246);
  text-align: left!important;
}
.modal-footer{
  border-top : 1px solid #dee2e6!important;
}

.input-daterange .input-group-addon {
  width: 40px;
  padding: 4px 5px;
  text-align: center;
  background: #BABDBF;
  margin: 0;
  text-shadow: none;
}

.swal2-container {
  display: -webkit-box!important;
  display: flex!important;
  position: fixed!important;
  z-index: 300000!important;
}

.my-swal {
  z-index: X !important;
}

.switch input { 
  display:none;
}
.switch {
  display:inline-block;
  width:60px;
  height:30px;
  margin:8px;
  transform:translateY(50%);
  position:relative;
}

.slider {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border-radius:30px;
  box-shadow:0 0 0 2px #777, 0 0 4px #777;
  cursor:pointer;
  border:4px solid transparent;
  overflow:hidden;
   transition:.4s;
}
.slider:before {
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background:#777;
  border-radius:30px;
  transform:translateX(-30px);
  transition:.4s;
}

input:checked + .slider:before {
  transform:translateX(30px);
  background:limeGreen;
}
input:checked + .slider {
  box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}
.card-body p {
  max-height: 98px;
  min-height: 98px;
  overflow: hidden;
}


/*Generic*/
.wrapper{
  margin: 60px auto;
  text-align: center;
}
h1{
  margin-bottom: 1.25em;
}

/*Specific styling*/
#content{
  padding: 15px;
  border: solid 1px #eee;
  max-width: 660px;
  margin: auto;
  border-radius: 4px;
}

hr {
  clear:both;
  display:block;
  width: 100%;               
  /* background-color:rgb(83, 83, 77); */
  height: 1px;
}


.project-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.dates{
	border:1px solid #ebeff2;
	border-radius:5px;
	padding:20px 0px;
	margin:10px 20px;
	font-size:16px;
	color:#265ea1;
	font-weight:600;	
	overflow:auto;
}
.dates div{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
}
.dates strong,
.stats strong{
	display:block;
	color:#39444d;
	font-size:11px;
	font-weight:700;
}
.dates span{
	width:1px;
	height:40px;
	position:absolute;
	right:0;
	top:0;	
	background:#ebeff2;
}
.stats{
	border-top:1px solid #ebeff2;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#265ea1;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	border-right:1px solid #b7bdc2;
	width: 50%;
	float:left;
	text-align:center
}

.stats div:nth-of-type(2){border:none;}


/* custom rifbbon cards */
.shape{    
	border-style: solid; border-width: 0 110px 70px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}

.shape-text{
    color:#fff; font-size:16px; font-weight:bold; position:relative; right:-60px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}

.project {
    min-height:300px;
    height:auto;
}

/* .project:hover{
  transform: scale(1.02);
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
} */
.project{
    background:#fff;
    border:1px solid #ddd;
    border-radius: 12px; 
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    margin: 15px 0; overflow:hidden;
}
.project-success {	border-color: #5cb85c; }
.project-success .shape{
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.project-warning {	border-color: #2472D9; }
.project-warning .shape{
	border-color: transparent #265ea1 transparent transparent;
	border-color: rgba(255,255,255,0) #265ea1 rgba(255,255,255,0) rgba(255,255,255,0);
}
.project-content {
    padding:0 20px 10px;
}

.scrollpane { 
  height: 100px;
  overflow: auto;
  width: 200px;
}
.loading { 
  color: red;
}

.tooltip-wrap {
  width: 0;
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 30px;
  right: 35%;
  border-radius: 4px;
  padding: 0em;
}
.tooltip-wrap:hover .tooltip-content {
  display: flex;
  background: black;
  color: white;
}


.tool-item {
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 100%;
    height: 20px;
    padding: 10px;
    text-align: center;
    transition: none;
}


/* //reviews */

.todo-list{
  position: relative;
}
.todo-list kbd{
  background-color:#1f268f;
position: absolute;
top: -11px;
border-radius: 50%;
padding: 6px 10px 2px;
}




/* Ribbon Style */
.ribbon {
  position: absolute;
  right: 11px; top: 11px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px; 
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; line-height: 20px;
  transform: rotate(45deg);
  width: 100px; display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  color: #fff;
}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}


.our-team-main
{
	width:100%;
	height:auto;
  border:1px lightgray solid;
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  
	background:#fff;
	/* text-align:center; */
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
}
.our-team-main:hover{
  /* transform: scale(1.05); */
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  }

.our-team-main img
{
	border-radius:50%;
	margin-bottom:20px;
	width: 90px;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}

.our-team-main p
{
	margin-bottom:0;
}

.team-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}

.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}
/* 
.our-team-main:hover .team-front
{
	bottom:-200px;
	transition: all 1s ease;
}

.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
} */

/*our-team-main*/

.card{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
padding: 14px 80px 18px 36px;
/* cursor: pointer; */
}

.card:hover{
/* transform: scale(1.05); */
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h4{
font-weight: 700;
}

/* .card img{
position: absolute;
top: 20px;
right: 15px;
max-height: 120px;
} */

.card-1{
/* background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png); */
    background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

@media(max-width: 990px){
.card{
  margin: 20px;
}
} 

.btn-container {
  display: inline-block;
  padding: 16px 0px;
  margin: 0px 16px;
  overflow: hidden;
}
*, *:before, *:after {
  padding: 0px;
  margin: 0px;
  transition: 0.3s;
}
.standard-btn {
   color: #34495e;
  border: solid 1px #34495e;
  position: relative;
  z-index: 1;
  width: auto;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8vm;
  text-transform: capitalize;
  overflow: hidden;
  background: transparent;

  /* border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px; */
}
.standard-btn:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  z-index: -1;
  content: "";
  background: #34495e;
}
.standard-btn:hover {
    color: #fff;
    border: solid 1px #34495e;
}
.standard-btn:hover:before {
    width: 100%;
}




.team-info{
  display: flex;
}
.team-info li {
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  }
  .list-unstyled {
  padding-left: 0;
  list-style: none;
  }
  .team-info li img {
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 10%;
  border: 2px solid #fff;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.team-info li:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  z-index: 999;
}




