body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #fff;
    height: calc(100% - 10px);
}
html {
    height: 100%;
}

a {
    text-decoration: none;
}

#container {
    display: flex;
    height: 100%;
    flex-flow: column;
    flex: 1 1 auto;
    margin: 10px;
}

.box .content {
    flex: 1 1 auto;
    
}

#header {
   
}
#navbar {
    margin: auto;
    width: 60vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}

div.menuFlexLeft {
    width: 130px;
    margin-right: 10px;display: flex;
    flex-direction: column;
}
div.menuFlexDivider {
    flex-grow: 1;
    align-self: stretch;display: flex;
    flex-direction: column;

}

div.menuFlexRight {
    width: 130px;
    margin-left: 10px;
}

#crocHolder {
    display: block;
}

#homeHolder {
    text-align: center;
    margin-top: 0px;
}

.gbuttonBlue {
    padding: 4px 0px 4px 0px;
    background: #36a661;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    display: block;
    align-self: start;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.gbuttonBlue:hover {
    background-color:#4ce286;
    transition: 0.4s;
    text-decoration: none;
    color: #fff;
}

.gbuttonGrey {
    padding: 4px 0px 4px 0px;
    background: #888;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    display: block;
    align-self: start;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.gbuttonGrey:hover {
    background-color:#AAA;
    transition: 0.4s;
    text-decoration: none;
    color: #fff;
}

.buttonBlue {
    padding: 4px 0px 4px 0px;
    background: #3657a6;
    color: #fff;
    font-size: 1em;
    align-self: start;
    display: block;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.buttonBlue:hover {
    background-color:#688ce0;
    transition: 0.4s;
    color: #fff;
}

.buttonBlueActive {
    padding: 4px 0px 4px 0px;
    display: block;
    align-self: start;  
    background: #688ce0;
    color: #fff;
    width: 130px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.gBlueActive {
    padding: 4px 0px 4px 0px;
    display: block;
    align-self: start;  
    background: #4ce286;
    color: #fff;
    width: 130px;
    font-size: 1em;
    text-align: center;
    float: left;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.buttonBlueActive:hover {
    color: #fff;
}

.buttonLogin {
    color: #606060;
    display: block;
    text-transform: uppercase;
    padding: 4px 0px 4px 0px;
    font-size:1em;
    align-self: start;  
    text-align: center;
    width: 130px;
    margin: 0 0.2em 0 0.2em;
}

.buttonLogin:hover {
    background: #606060;
    color: #fff;
    transition: 0.4s;
}

.buttonLoginActive {
    padding: 4px 0px 4px 0px;
    display: block;
    font-size: 1em;
    align-self: start;  
    background: #606060;
    color: #fff;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0.2em 0 0.2em;
}

.buttonLoginActive:hover {
    color: #fff;
}

div.pBackground {
    height: calc(100% - 105px);
}

div.backBlue {
height:100%;    background: rgba(0, 0, 0, 0.5);
}

div.bsound {
    background-image: url(/images/bsound.jpg);
}

div.bwaves {
    background-image: url(/images/bwaves.jpg);
}

a {
    color: #fff;
}

div.btrees {
    background-image: url(/images/bmount.jpg);
}

div.sbFill {
    height: calc(100% - 49px);
    padding: 10px;
    display: flex;
}

div#tracksMainLeft {
    flex-grow: 1;
    height: 100%;
}

div#tracksMainBox {
    height: calc(100%);
    display: flex;
    overflow: scroll;
    margin-top: 10px;
    width: 100%;
    overflow-x: hidden;
}

div#tracksMainBoxLeft {
    flex-grow: 1;
}

div#tracksMainBoxRight {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

div#trackTopFlex {
    display: flex;
}

div#trackHeadLeft {
    width: 300px;
    padding: 15px;
    background: #005697;
}

div#trackHeadRight {
    flex-grow: 1;
	color:#fff;
	float:left;
	background:#005697;	
    margin-left: 10px;
}

div.fillBack {
    background-size: cover;
}

div.centralText {
    margin: auto;
    width: auto;
    padding: 30px 0 30px 0;
    text-transform: uppercase;
}
hr.rule {
    margin: 0 0 10px 0;
}
div.form {
    text-align: right;
    padding-top: 30px;
}

div.form td {
    padding-bottom: 15px;
    padding-right: 10px;
}
div.form input {
    width: 100%;
}
div.form select {
    width: 100%;
}

div.subholder {
    text-align: center;
    width: auto;
    display: flex;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    color: #848484;
    font-size: 2em;
    letter-spacing: 0.1em;
    margin: 10px auto 15px auto;
    align-items: center;
}

.crocHolderText {
    color: #c4110e;
}

label.error {
    text-transform: none;
}

table#sgTracks {
    align-self: flex-start;  
    width: 100%;
}

table#sgTracks th div{
    text-align: center;
	color: #fff;
	background: #00518e;
    margin: 0 4px 0 4px;

}
table#sgTracks td {
    margin: 0 24px 0 4px;
}
table#sgTracks td.sgMain {
	border-bottom: 0px;	
	height: 54px;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
}
table#sgTracks td.sgMainShlrt {
	border-bottom: 0px;	
	height: 20px;
	color: #00518e;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: top;
}
table#sgTracks td span {
	color: #fff;	
}

table#sgTracks th {
	margin: 0 4px 0 4px;	
}
.blued {
	color: #9794D8 !important;	
}

div#sgRightBoxHeader {
    padding: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #005697;
}

.sgLine {
	height:2px;
	background: #00518e;	
}

a.trackPlay {
	display: block;
	font-size:11px;
	color:#000;
	background:url("/images/Play blue.png") right no-repeat;
	height:28px; 
	width: 30px;
	padding: 1px 0 1px 0;
} 
a.trackPlay:hover {
	background:url("/images/Play red.png") right no-repeat;
}
a.pauseBtnBig {
	background: url("/images/Pause blue.png") right no-repeat; !important
	text-decoration: none !important; 
}
a.pauseBtnBig:hover {
	background: url("/images/Pause Red.png") right no-repeat;	!important
}
a.pauseBtn {
	background: url(/images/pausebtnh.png) right no-repeat; !important
	text-decoration: none !important; 
}
a.pauseBtn:hover {
	background: url(/images/pausebtnh.png) right no-repeat;	!important
}

.aButton {
	display: inline-block;
	padding: 4px;
	margin:5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #00518e;	
}

.redA {
    background: #be1622;
}
.redA:hover {
    color: #fff !important;
    background: #cd4650;
}

div.genreBlock {
    flex: 1 49%;
    padding: 10px;
}
div.homeHolder {
    display: flex;
    flex-wrap: wrap;
    width: 60vw;
    margin: auto;
    justify-content: space-between;
}

div.genreBlock img {
    filter: drop-shadow(16px 10px 10px rgb(99, 99, 99));
    margin-bottom: 20px;
}

a.projButton {
	display: block;
	padding: 4px;
    font-size:12px;
	color: #FFF;
    background: rgba(0, 0, 0, 0.3);
	margin: 0 0 3px 10px;
	text-decoration: none;
}

a.projButton:hover {
    background: rgba(0, 0, 0, 0.1);
}

#catMenu {
    width: 150px;
    font-family: Tahoma;
    margin: 0;
    max-height: 100%;
    overflow-x: scroll;
}
    
#catMenu li {
    position:relative;
    display: block;
    border-bottom: 1px solid #333333;
}
    
#catMenu a {
    display:block;
    padding:1px;
    text-decoration:none;
    color:#FFFFFF;
}
    
#catMenu a:hover {
    color:#FFFFFF;
    background-color: rgba(255,255,255,0.2);
}
    
#catMenu li ul {
    width: 150px;
    left: 150px;
    background: #000;
    display: none;

    bacground: #000;
}
    
#catMenu li ul li a{
    color: #9794D8 !important;
}

#catMenu li ul li a:hover{
    color: #fff !important;
}
    
#catMenu li:hover ul {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
}

#tracksList {
    margin-left: 10px;
}

div.trackShow {
    display: block;
    padding: 2px;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.2);
}

div.trackShow a.delTrack {
    float: right;
    padding: 0 3px 0 3px;
    background: rgba(255, 0, 0, 0.4);
    display: block;
}

span.normalSpan {
    text-decoration: none;
}

.catBtn {
  background-color: #00518e;
  width: 100%;
  text-align: center;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.catBox {
  position: relative;
  display: inline-block;
}

.catBox-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
}

.catBox-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.catBox-content a:hover {background-color: #f1f1f1}

.catBtn:hover .catBox-content {
  display: block;
}

.catBox:hover .catBtn {
  background-color: #3e8e41;
} 

form#create {

}

form#create input {
    width: 500px;
}

form#create textarea {
    width: 500px;
}

div.form td {
    vertical-align:top;
}


::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);
}

/* Track */
::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


