@import url(//fonts.googleapis.com/css?family=Lato:300italic,500italic,900italic,300,500,900);

body {
	font-family: Lato;
    font-size: 16px;
    background: transparent;
    position: relative;
}

.navbar-default {
	border: none;
    background: none;
}

.panel, 
.panel-footer, 
.panel-heading {
	background: none !important;
    border: none;
    color: white;
}

.panel-default>.panel-heading {
	font-size: 30px;
    font-weight: 300;
    padding-top: 53px;
}

.userfooter, 
.fb_iframe_widget {
	display: none !important;
}

a, 
a:visited {
	color: white !important;
}

.alert {
    position: relative;
    z-index: 2;
}
.alert a,
.alert a:visited {
    color: #555555 !important;
}

#page-content-wrapper {
	padding: 0;
	background: #454F58;
}

.sidebar,
.sidebar .panel-body,
.panel, 
.panel-default,
.panel-footer,
.panel-default>.panel-heading{
	background-color: #454F58;
	color: white;
	border-color: #454F58;
}

.content {
	background-color: #333E48;
    color: white;
    padding-top: 60px;
}

.host-seat, 
.highlight-seat {
	border: none;
}

.table-responsive {
	display: flex;
    justify-content: center;
}

a.btn-color1, 
button.btn-color1,
a.btn-color2, button.btn-color2,
a.btn-color3, button.btn-color3 {
	border-radius: 33px;
    border: solid 2px #fdc500;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px 12px;
}
a.btn-color1:hover, 
button.btn-color1:hover, 
a.btn-color1:focus, 
button.btn-color1:focus,
a.btn-color2:hover, 
button.btn-color2:hover
a.btn-color2:focus, 
button.btn-color2:focus,
a.btn-color3:hover, 
button.btn-color3:hover,
a.btn-color2:focus, 
button.btn-color3:focus {
	background-color: #7d868c;
  	border: 2px solid #7d868c;
}

.modal-content {
	color: white;
    border-color: #454F58;
    background: #454F58;
}

.modal-header {
	border-bottom: none;
}

.bo-t,
.modal-footer-ntc {
    border-top: none;
}

.moreinfo {
	background: transparent;
    text-align: left;
}

/* Hiding spread the word */
div.panel-footer {
	display: none;
}

.cal-dropdown {
    display: none !important;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    margin-bottom: 13px;
    margin-right: 10px;
}

.nav-tabs>li a {
    border-radius: 33px;
    border: solid 2px #fdc500;
    background: transparent;
    min-width: 240px;
    text-align: center;
}

.nav-tabs li a {
    color: #fff;
}

.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #7d868c;
    border: 2px solid #7d868c;
    color: #fff;
    font-weight: normal;
}

.parentSessionGroupTabs li.active a {
    padding: 10px 15px !important;
}

.tab-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}

.tab-pane {
    background-color: #333E48;
    color: #fff;
}

.a.dark-link, a.dark-link:visited, .text, a.text, .nt-session-title {
    color: #fff;
}

#wrapper, .admin-topbar {
    display: block;
    background: #333E48;
}

.logohold-revised,
.logohold-revised-container,
.logohold-revised-container img,
.admin-topbar{
    display: none !important;
}

#MySessionsTable {
    flex-direction: column;
    border: none;
}

#MySessionsTable.table thead tr th,
#MySessionsTable.table tbody tr td {
    width: 250px !important;
}

#MySessionsTable.table tbody tr:hover {
    background: transparent !important;
}

.tafel-view {
    background-image: url(https://armmediabucket1.s3.eu-central-1.amazonaws.com/2020/07/arm-table3.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center;
}


.navbar-default {
    background: #333E48;
    margin-bottom: 0;
}

#wrapper.is_admin {
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
}

.invite-attendees {
    text-align: center;
    margin-top: 40px;
}

.invite-attendees a {
    display: inline-block;
    width: auto;
}

.nt-menu-dropdown li a {
    color: #333E48 !important;
}

[data-target="#ModalShareSession"],
.share-btns {
    display: none;
}

.dropdown .btn {
    margin-left: 20px;
    min-width: 240px;
}

.table-select .single-collum {
    height: auto;
    position: relative;
}

.single-collum.nt-session strong {
    font-weight: 300;
}

.table-select {
    counter-reset: table;
}

.single-collum.nt-session {
    counter-increment: table;
}

.single-collum.nt-session .nt-session-title {
    font-weight: 600;
}

.single-collum.nt-session .nt-session-title:before {
    content: "Table " counter(table);
    display: block;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 8px;
}

[data-view-session-type="TABLE"] {
    position: absolute;
    left: 0;
    top: 130px;
    width: 130px;
    font-size: 16px !important;
    padding: 4px !important;
}

[data-target="#ModalJoinSession"] {
    position: relative;
}
[data-target="#ModalJoinSession"] .user-circle {
    background: url(https://arm1.eventcomms.co/app/uploads/2020/07/nt-icon-add.png) no-repeat; ;
    background-size: cover;
}

[data-target="#ModalJoinSession"] .user-circle:after {
    content: "Join";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}