@charset "utf-8";

html,body {
    font-family: Oswald,arial,verdana;
    font-weight: 300;
    font-size: 14px;
    background-color: #A0CED9 !important;
}

html {
    width: 100%;
    height: 100%;
}

body {
    min-width: 100%;
    min-height: 100%;
    margin: 0em;
    padding-bottom: 25px;
}

:not(#top-bar) a {
    color: #304c89 !important;
}

div.overflow {
    overflow: auto;
}

div.full {
    width: 100% !important;
    text-align: center;
}

body,p,td,li,ul,ol,input,select,option,textarea,a {
  color: #334;
}

h2 {
    text-align: center;
}

ul,ol {
    padding: 0;
    list-style-type: none;
    text-align: left;
}

button {
    margin: 2px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #e0f1f5;
}

button:hover {
    cursor: pointer;
    background-color: #e0f1f5;
}

input,select,textarea {
  padding: 4px;
  border-radius: 4px;
  border-style: none;
}

input[type=date] {
    font-family: Oswald,arial,verdana;
    font-size: 1.5em;
}

div#login {
    margin: auto;
    max-width: 400px;
}

#bandselect select { text-align-last: right; }
#bandselect option { direction: rtl; }

table {
  border-collapse: collapse;
}

td {
  vertical-align: middle
}

nobr {
  text-align: center
}

.flex {
    display: flex;
}

.flex div {
    flex: 1;
}

.infobox {
    margin: 8px;
    padding: 9px;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
    text-align: center;
    background-color: #c9e3e9;
}

.infobox input[type=checkbox] {
    margin: 6px;
}

.infobox hr {
    margin: 5px;
    border-color: #ccc;
}

div#alldates {
    display: inline-block;
    margin: auto;
}

@font-face {
  font-family: "Segment";
  src: url("../fonts/DSEG7ClassicMini-Bold.woff");
}

main {
  /* display: flex!important; */
  margin-top: 44px;
}

h1 {
    position: absolute;
    top: 7px;
    right: 15px;
    font-weight: 900 !important;
    color: #304c89 !important;
}

nav#top-bar {
    padding: 10px;
    min-height: 40px;
    font-size: 1.6em;
    background-color: #304c89;
    color: #fff;
}

nav#top-bar a {
    color: #fff !important;
}

nav#menu-content {
  background-color: #040410;
  min-width: 16em;
  padding: 0px;
}

nav#menu-content img {
  margin: 1em;
}

nav#menu-content i {
    width: 24px;
  margin-left: 1em;
  margin-right: 1em;
}

nav#menu-content ul {
  padding: 0px;
}

nav#menu-content li {
  list-style-type: none;
  font-size: 1.2em;
  color: #dddddd;
}

nav#menu-content li a {
  text-decoration: none!important;
  font-size: 1.4em;
  color: #ddd !important;
}

nav#menu-content li:hover {
  background-color: #844;
}

nav#menu-content li.active {
  background-color: #373753;
}

nav#menu-content li .menu-icon {
    display: inline-block;
    width: 60px;
    text-align: center;
}

#content {
    text-align: center;
}

.content {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-left: 17em;
}

button.edit {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eebba8;
    background: linear-gradient(#dbe0e7,#7e98b6);
    color: #333;
    
    margin: 0;
    padding: 4px 8px;
    border: 1px solid #b8cade;
}

button.edit:hover {
    background: linear-gradient(#ddeeff,#dbe0e7);
}

iframe#www {
  width: 100%;
  height: 100%;
}

h1 {
	text-align: right;
}

h2 {
  font-family: Oswald,arial,verdana;
  font-size: 1.4em;
  font-weight: light;
  color: #933
}

.invisible {display: none}

.g {text-align: left}
.d {text-align: right}
.c {text-align: center}
.h {vertical-align: top}
.dh {text-align: right ; vertical-align: top}

.warning {background-color: #ff6b35; color: #fff; font-weight: bold;}
.blanc {color: #FFF}
.bleu {color: #003}
.nb {background-color:#FFF ; color: #000}
.nometab {font-size: 1.3em ; font-weight: 500}
.obs {background-color:#FDB ; color: #900 ; vertical-align: top}
.coltitre {background-color: #FC9 ; color: #166 ; text-align: center ; font-weight: bold ; vertical-align: top}
.grille {width: 6em ; background-color: #EFF ; font-size: 1.2em ; font-weight: bold ; text-align: center ; color: #002}
.grillerep {background-color: #DDE ; font-size: 1em ; text-align: left ; color: #000 ; font-weight: bold ; font-style: italic}
.grilletitre {background-color: #003 ; font-size: 1em ; text-align: left ; color: #DDE ; font-weight: bold}
.emploi {background-color: #499 ; font-size: 0.8em ; color: #003 ; text-align : justify}

fieldset {
    margin: 10px !important;
    border: 2px solid #fff;
    border-radius: 8px;
    
	/* margin-bottom: 0.8em ;
	background-color: #277 ;
	border-radius: 0.5em ;
	border-color: #FC9 ;
	box-shadow: 3px 3px 3px #033 ;
	*/
}

legend {
    font-size: 2em;
	/* font-weight: bold ; */
}

form.login label {
    clear: both;
    position: relative ;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    /* height: 16px ; */
    width: 120px ;
    border-bottom: 1px dotted ;
    text-align: right ;
    font-weight: 500;
}

form.login fieldset > div {
    display: inline-block;
    width: calc(100% - 140px);
}

form.editor {
    display: inline-block;
    margin: auto;
    text-align: left;
}

form.editor label {
    clear: both;
    position: relative ;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    /* height: 16px ; */
    width: 200px ;
    border-bottom: 1px dotted ;
    text-align: right ;
    font-weight: 500;
}


form.login input,
form.editor input,
form.editor select,
form.editor textarea {
    /* position: relative ;
    display: inline-block; */
    margin-left: 6px ;
    margin-bottom: 10px;
    border: 1px solid #ccc
}

form.editor input:not(.tiny),
form.editor select:not(.tiny) {
    width: 100%;
    max-width: 400px;
}

form.editor .tab {
    margin-left: 208px;
}

form.editor fieldset > div {
    display: inline-block;
    width: calc(100% - 220px);
}

td.musician {
    width: 200px;
    text-align: right;
}

div.infobox label {
    display: inline;
    font-weight: normal;
    border: none;
}

dl.admin dd table td {
	position: relative ;
	margin: 0px ;
	padding: 0px ;
}

dl.admin input[type=text],dl.admin select.texte {
	width: 300px ;
}

textarea {
    width: 100%;
	max-width: 400px ;
	height: 100px ;
}

input.tarif,select.tarif option {
	width: 80px ;
	padding-right: 20px ;
}

th.titre {
	background-color: #ccc;
}

table#songs {
  table-layout: fixed;
  -width: 100%;
	margin: 100px 10px 10px 10px;
}

table#songs input[type=checkbox], table#songs input[type=range] {
    cursor: pointer;
}

table#songs input:not(.edit, .editable) {
    pointer-events: none;
    cursor: arrow;
}

table#songs th.hidable,table#songs td.hidable {
  display: block;
	width: 0px;
	overflow: hidden;
  white-space: nowrap;
}

table#songs th {
	padding: 0px;
}

table#songs tbody tr {
	border-bottom: 1px solid #ccc;
	background-color: rgba(220,220,220,0.5) ;
}

table#songs tbody tr:hover {
	padding: 0px 5px ;
	-border: 1px solid #444 ;
	background-color: #8cc ;
}

table#songs tbody tr td {
	padding: 0px 2px ;
	-border: 1px solid #444 ;
	vertical-align: middle;
	-background-color: #155 ;
	-background-color: rgba(220,220,220,0.5) ;
}

table#songs thead tr:last-child th:first-child {
	border-top-left-radius: 5px;
}

table#songs thead tr:last-child th:last-child {
	border-top-right-radius: 5px;
}

table#songs tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

table#songs tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

td.position {
	text-align: right;
	font-size: 10pt;
	font-weight: 500;
	background-color: #777;
	color: #ddd;
}

td.interprete {
	text-align: right ;
	font-weight: 300;
}

td.titre a {
	text-decoration: none ;
	font-weight: 500;
}

.bandname {
    font-size: 1.5em;
    font-weight: 500;
}

/*************** Agenda ***************/

div#cal-header {
    margin: auto;
    padding: 2em;
    text-align: center;
}

a.month-arrow {
    font-size: 2.4em;
    font-weight: 900;
}

a.month-arrow:hover{
    text-decoration: none;
}

div#cal-month {
  display: inline-block;
  margin: 0 2em;
}

input#monthselect {
  font-size: 1.4em;
  vertical-align: super;
  padding-right: 22px;
}

input[type="month" i] {
  font-family: 'Major Mono Display', monospace;
}

div#cal-actions {
  display: inline-block;
  margin: 0 2em;
  font-size: 1.4em;
}

table#calendar {
    /*
    border-collapse: collapse;
    */
    border-collapse: separate;
    border: none;
    border-spacing: 2px;
    margin: auto;
    margin-bottom: 18px;
}

table#calendar td {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
}

table#calendar tr td:first-child {
    padding: 0 5px;
    text-align: right;
}

table#calendar td:not(.label) {
    min-width: 22px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ddd;
    border-radius: 3px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
}

table#calendar td.se {background-color: #fff}
table#calendar td.we {background-color: #a9b4cd; color: #fff}

tr.my_row {
    background-color: #85b8c5;
}

tr.my_row td {
    background-color: #ddf4f9 !important;
}

tr.my_row td:first-child {
    padding-left: 6px;
    border-radius: 3px;
}

tr.my_row td:last-child {
    padding-right: 6px;
    border-radius: 3px;
}

table#calendar td.clickable:hover {
  cursor: pointer;
  background-color: #f7ff58 !important;
}

table#calendar td.indis {
    font-weight: bold;
}

table#upcoming-events td {
    padding: 4px;
}

div#playlist {
	position: relative ;
	display: none ;
	/* width: 430px ; */
	padding: 10px ;
	color: #000 ;
}

div#playlist li {
	color: #000 ;
}

div#playlist a {
	padding: 3px ;
	text-decoration: none ;
}

input.seqnum {
	width: 25px ;
	padding: 1px ;
	font-size: 9pt ;
	background-color: #fff ;
	color: #444 ;
	text-align: center ;
}

select.seqnum {
	width: 45px ;
	padding: 1px ;
	font-size: 9pt ;
	background-color: #222 ;
	color: #f40 ;
	text-align: center ;
	text-decoration: italic ;
}

select.seqnum option {
	background-color: #222 ;
	color: #f40 ;
	text-align: center ;
	text-decoration: italic ;
	font-weight: bold ;
}

div.mfc10 {
	display: inline-block ;
	width: 24px ;
	margin-left: 4px ;
	padding: 1px ;
	background-color: #222 ;
	color: #f63;
	text-align: center ;
	text-decoration: italic ;
	font-family: "Segment" ;
	border: 1px solid ;
}

a.lyrics,a.chords,a.known {
	padding: 0px 3px ;
	-background-color: #133 ;
	border: 1px solid #224 ;
	border-radius: 3px ;
	text-decoration: none ;
	font-size: 8pt;
}

a.lyrics:hover,a.chords:hover,a.known:hover {
	padding: 0px 3px ;
	background-color: #fc9 ;
	color: #133 ;
}

input.tr {background-color:#166 ; color: #000}

img.carte {
	margin-bottom: 20px ;
}

span.currency {
	position: relative ;
	margin-left: -14px ;
	top: 1px ;
}

div#map_canvas {
	width: 850px ;
	height: 500px ;
}

input[type=range] {
    width: 80px;
}

.collection {
	#height: 140px;
	white-space: nowrap;
	background-color: none;
}

.collection > div {
	transform: rotate(270deg);
	width: 20px;
}

.collection > div > span {
	padding: 2px 2px;
	height: 140px;
}

.tempo {
	font-family: "Segment";
	font-weight: normal;
	text-align: right;
	color: #822;
}

@media screen and (max-width: 900px) {
    form.editor label,td.musician {width: 130px;}
    form.editor .tab {margin-left: 130px;}

    form.editor fieldset > div {
        display: inline-block;
        width: calc(100% - 150px);
    }
    
    /*
    nav span.menu-text {
        display: none;
    }
    
    form.editor label {
        display: inline;
    }

    form.editor input,
    form.editor select,
    form.editor textarea {
        position: relative ;
        display: block;
        margin: 4px 0 0 0;
    }
    
    form.editor .tab {
        margin-left: 0;
    }
    */
}
