@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #2656A3;
    --secondary: #18B99F;
    --success: #34bfa3;
    --info: #36a3f7;
    --warning: #ffb822;
    --danger: #f4516c;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--text-color: #2656A3;
	--text-h1: #2656A3;
	--text-h2: #69AF99;
	--text-h3: #007EC4;
	--text-h4: #0C0702;
	--boothman-color: #414042;
	--alt-color: #FFFFFF;
	--booth-color: #2B6FAA;
	--blue: #2656A3;
	--indigo: #7A4F7F;
	--purple: #7A4F7F;
	--pink: #e83e8c;
	--red: #C12A1E;
	--orange: #EE5B21;
	--yellow: #FFC90E;
	--green: #567F42;
	--teal: #20c997;
	--cyan: #62A1D7;
	--white: #fff;
	--gray: #717071;
	--gray-dark: #414042;
	--success: #567F42;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #C12A1E;
	--light: #f8f9fa;
	--dark: #343a40;
	--menu-hover: #F2F2F2;
	--menu: #2B6FAA;
}


body {
    font-family: 'Montserrat', 'Open Sans',Arial, sans-serif;
	background:#FFFFFF;
	font-size:16px;
	color: var(--text-color);
	position: relative;
	height: 100%;
	padding:0;
	margin:0;
	-moz-osx-font-smoothing: grayscale;
}
.hide{display: none;}
.header{
	display: flex;
    align-items: center;
    justify-content: space-around;
	margin: 0;
	padding: 10px;
    width:calc(100% - 20px);
    height:50px;
    background-color: var(--primary);
}
.header img{
    height:2rem;
}
img {
	max-width: 100%;
}
.header h3 {
  text-align: center;
  font-size: 25px;
  color: white;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.swiper-container {
  width: 100%;
  height: calc(100% - 50px);
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}





.fiche{
	width:100%;
	height:100%;
	vertical-align: top;
}	
.roomname{
	background-color: #282a3c;
	position:top;
	color: #FFF;
	font-weight: bold;
	height: 50px;
	width:100%;
}
.roomname span {
	font-weight: 500;
	font-size: 0.8em;
}
.allmeeting{
	height:calc(100% - 125px);
	overflow-y:auto;
}
tr.line td{
	border-top: 1px solid #282a3c;
}
table {
	border-collapse: separate;
    border-spacing: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table tr {
	
}
table td {
	width:100%;
	padding: 0px;
	margin:0px;
	vertical-align: top;
}

table tr.line .tabledetails td{
	width:inherit;
	border:0px;
	vertical-align:top;
}
.time{
	font-size:1.3em;
	width: 90px;
	vertical-align:top;
	color: #FFFFFF;
	background-color: #282a3c;
	padding: 5px 10px;
}
table tr.line .tabledetails td.img{
	width: 40px;
}
table.myevents{
  max-width: 800px;
  margin: 0 auto;
}
table.myevents td{
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
table.myevents td h2{
  text-align: left;
  margin: 0;
}
table.myevents tr{
  border-bottom: 1px solid #F2F2F2;
}
table.myevents tr:last-child{ border-bottom: 0px;}
.time span {
	font-weight: bold;
}

.thedetails img{
	width: 30px;
}
.meetingname{
	font-weight: bold;
	text-align: left;
	text-align: center;
	padding:10px;
}
.thedetails{
	column-count: 1;
	text-align: left;
	padding: 10px;
}
.comments{
	font-style: italic;
	text-align: left;
	padding: 10px;
}
.clear{
	clear: both;
}
.col-xs-6 {
	width: 50%;
	float:left;
}
.col-xs-4 {
	width: 33.33%;
	float:left;
}
select.soflow {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(arrowdown.png), -webkit-linear-gradient(#f4f5f8, #f4f5f8);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #282a3c;
   color: #282a3c;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}

.atrack {
	font-weight: bold;
	color: #282a3c;
	border-bottom: 1px solid #282a3c;
}


.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-secondary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn {
	text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.editform{
  margin-bottom: 0;
}
.flex-outer,
.flex-inner {
  list-style-type: none;
  padding: 0;
}

.flex-outer {
  margin: 0 auto;
  padding: 3rem 0 0 0;
}

.flex-outer li,
.flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
}
.flex-outer li{
  padding: 1rem;
}
.aninput{
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
.aninputdate{
  display: flex;
  flex-direction: row ; 
  /*width: 100%;*/
  align-items: end;
  
}
.aninputdate .aninput{
  flex: 1 1 0px;
  align-items: center;
  align-content: center;
}
.flex-outer > li {
  background-color: #FFFFFF;
}
.flex-outer > li:nth-child(2n) {
  background-color: #F2F2F2;
}

.flex-outer li label,
.flex-outer li p {
  padding: 0.5rem 0rem;
  font-weight: 300;
}

.flex-outer > li label,


.flex-outer > li > label + *,


.flex-outer li p {
  margin: 0;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
  padding: 5px 0px;
  border: none;
  background: transparent;
  border-radius: 0;
}
.flex-outer li input[type='text'],
.flex-outer li textarea{
  border-bottom: 1px solid #414042;
  min-width: 300px;
}

.flex-outer li button {
  margin-left: auto;
  padding: 8px 16px;
  border: none;
  background: #333;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: .09em;
  border-radius: 2px;
}

.flex-inner li {
  width: 100px;
}
.duplicate img, .delete img {width: 2rem; cursor: pointer;}

.btnrow{
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  background: #18B99F;
  padding: 1rem 2rem;
}
.btnrow a, .btnrow button{
  cursor: pointer;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  background: var(--primary);
  color: white;
  border: 0;
}
.btnrow a{
  margin-right: 1rem;
  background: white;
  color: var(--primary);
}
@media (min-width: 1024px) {
  .flex-inner {
    flex: 1 0 220px;
  }
  .flex-outer li p {
    flex: 1 0 220px;
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  .time {
      font-size: 1em;
      width: 60px;
    }
    td.content{
      width: calc(100% - 120px);
    }
    .aninput{
      flex-direction: column;
    }
    
}