* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}



body {
  background-color: #afd4ff;
  margin: 0px;
  height: 100%;
  /*background-color: #435165;*/
  
}

#container {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.frontpagebg {
  /*background-image: url("SubPlayerBG.jpg");
  background-size: cover;*/
  display: grid;
  width: 100%;
  z-index: -100;
  position: absolute;
}

.frontpagebg img {
  max-width: 100%;
  margin: auto;
}

.navigation_bar {
  width: 100%;
  background-color: #175abe;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  height: 60px;
}


.navigation_items {
  color: white;
  display: flex;
  justify-content: left;
  width: 90%;
}

.navigation_items .navheader {
  font-size: 30px;
  margin: 10px 0 10px 0;
  display: inline-flex;
  flex: 1;
  color: white;
  font-weight: bold;
  text-decoration: none;
  /*background: #175abe;
  padding: 5px 30px 10px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);*/
}

.navigation_items .navbtn {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  font-weight: bold;
  cursor: pointer;
}

.navigation_items a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.selected_navitem {
  background-color: #fff;
  height: 35px;
  color: #175abe !important;
  align-self: center;
  border-radius: 8px;
}

.bottombar {
  width: 100%;
  background-color: #e4f1ff;
  height: 60px;
}

.bottombar p {
  color: #175abe;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
	border-radius: 10px;
}




.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 0 0;
  	
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #175abe;
  	color: #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 8px 0 0 8px;
}
.login form i {
  color: white;
}

.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 0 8px 8px 0;
	color: #555555;
}
.login form input[type="submit"] {
  	width: 75%;
  	padding: 15px;

  	/*background-color: #3274d6;*/
	background-color: #175abe;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
	border-radius: 10px;

	-webkit-appearance: none;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.login p {
  margin-bottom: 30px;
}
#logintext{
  display: flex;
  justify-content: center;
}
#logintext p {
  width: 80%;
  text-align: center;
  border-bottom: 1px solid #dee0e4;
  padding-bottom: 30px;
}

.pricing_box {
  width: 80%;
  background-color: white;
  margin: 5% 10% 5% 10%;
  display: flex;
  justify-content: center;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.pricing_box .info_holder {
  background-color: #eff6ff;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  width: 350px;
}

.info_holder h1 {
  font-size: 20pt;
  text-align: center;
}

.info_holder h2 {
  width: 80%;
  font-size: 15pt;
  text-align: center;
  margin: 25px auto;
}

.info_holder h3 {
  width: 80%;
  font-size: 20pt;
  text-align: center;
  margin: 30px auto;
}

.info_holder p {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
}

.info_holder i {
  color: white;
  background-color: #175abe;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: auto;
}

.info_holder .line_price {
  width: 80%;
  border-bottom: 1px solid #dee0e4;
  margin: 30px auto;
}


.top_features_box {
  width: 98%;
  /*background-color: #fbfbfd;*/
  margin: 15px auto;
  height: 27.5vw;
  position: relative;
  border-radius:10px;
}

.top_features_box h1 {
  color: white;
  font-size: 3vw;
}

.top_features_box p {
  color: white;
  font-size: 1.2vw;
}

.top_feat_text {
  position: absolute;
  top: 20px;
  left: 5%;
}

.top_features_box img {
  width: 100%;
  border-radius: 10px;
}

.point_features {
  width: 98%;
  border-radius: 10px;
  background-color: #fbfbfb;

  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.point_features .point {
  font-size: 16pt;
  font-weight: bold;
  margin: 30px auto;
  width: 20%;
}

.point_features i {
  font-size: 38pt;
}

.point_features h1 {
  color: #3F4245;
}

.point_features p {
  font-weight: normal;
  color: #3F4245;
}

.p-one i {
  color: #D8C3E0;
}
.p-two i {
  color: #F7E9C5;
}
.p-three i {
  color: #d3eaff;
}
.p-four i {
  color: #F7A8B2;
}

.f-container {
  width: 98%;
  display: flex;
  margin: 25px auto;
  /*height: 350px;*/
}

.f-container img {
  width: 100%;
  border-radius: 10px;
}


.f-container .box h1 {
  font-size: 2vw;
  color: #3F4245;

}

.f-container .box p {
  font-size: 1vw;
  color: #3F4245;
}

.f-container .box {
  background-color: #fbfbfb;
  border-radius: 10px;
}

.features_box .b-30 {
  width: 29%;
}

.features_box .b-70 {
  width: 70%;
}

.features_box .b-100 {
  width: 100%;
}

.features_box .b-50 {
  width: 50%;
}

.features_box .b-left {
  margin-right: 1%;
}

.f-music-everywhere .b-left {
  position: relative;
}

.features_box .text-box {
  padding: 10px 20px 0px 20px;
}

.f-music-everywhere .behind {
  width: 100%;
  border-radius: 10px;
}

.f-music-everywhere .front {
  width: 100%;
  border-radius: 10px;
  position: absolute;
  animation: move-in 1s linear forwards;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  top: 0;
  left: 0;
  opacity: 1;
}

@keyframes move-in {
  0% {left: 100px;opacity:0;}
  40% {left: 0px;opacity:1;}
}

.f-img-head {
  color: white;
  font-size: 3vw;
  position: absolute;
}

.f-img-left {
  top: 10%;
  left: 50%;
}

.f-img-right {
  top: 10%;
  left: 10%;
}

.f-music-everywhere {
  height: 19.05vw;
}

.f-playlists {
  height: 19.05vw;
}

.f-playlists .b-70 {
  position: relative;
}

.f-player {
  /*height: 19.05vw;*/
}

.f-player .b-100 {
  position: relative;
}

.f-player h1 {
  color: white;
  font-size: 4vw;
  top: 20%;
  right: 5%;
  position: absolute;
}

.f-player-p2 {
  height: 28.1vw;
  position: relative;
}

.f-player-p2 .b-30 {
  position: relative;
}

.f-player-p2 .f-sqimg-head {
  color: white;
  font-size: 2vw;
  position: absolute;
  top: 5%;
  left: 5%;
  margin-top: 0;
}


.help_box {
  width: 80%;
  background-color: white;
  margin: 5% 10% 5% 10%;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.question_box {
  width: 90%;
  margin: 0 auto 10px auto;
  padding: 5px 2% 5px 2%;
  border-radius: 15px;
  box-shadow: 0 0 4px 0 rgb(23, 90, 190);
  
}

.question_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: solid 1px transparent;
  transition: border-bottom 0.2s ease-in;
}


.question_head i {
  color: black;
}

.question_box .open {
  border-bottom: solid #dee0e4 1px;
}

.answer_box {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 70%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: bold;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}

.navtop .selected {
	background-color: #f3f4f7;
	color: #2f3947;
}

.navtop .selected:hover {
	color: #8190ac;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 70%;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}

#passInfo h1{
	margin: 0;
	padding: 5px 0;
	font-size: 19px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}

.content a {
	text-align:right;
	margin-left: 30px;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}

.content .editBtn {
	text-align:right;
	margin-left: 50px;
	text-decoration: underline;
	font-size: 14px;
	background:none;
    border:none;
    padding:0;
    cursor: pointer;
}

.content .editFolderBtn {
	float: right;
	text-align:right;
	text-decoration: underline;
	font-size: 14px;
	background:none;
    border:none;
    padding:5px;
    cursor: pointer;
}

.editFolderBtn i {
	font-size: 19px
}

#passChangeBtn {
	margin: 0;
	cursor: pointer;
}

.content td i{
	font-size: 14px;
}

.content > p, .content > div {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	/*margin: 25px 0;*/
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.folder {
	background-color:#2f3947;
	color:white;
	padding: 5px;
	margin:3px;
}

.folderName {
	padding:10px;
	cursor: pointer;
}

.file {
	background-color: #394555;
	padding: 5px;
	padding-left: 13px;
	margin: 2px;
	cursor: pointer;
	touch-action: none;
	transform: translate(0px, 0px);
	display: flex;
	justify-content: space-between;
}

.fileList {
	display: block;
}

.hidden {
	display: none;
}

.drop-target{
	background-color: #566477;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.contextBtn {
	border: none;
	background-color: #f3f6ff;
	width: 200px;
	padding: 15px 4px 15px 4px;
	color: #868992;
}
.contextBtn:hover{
	background-color: #f9fbff;
}

.context-menu {
            position: absolute;
            text-align: center;
            background: #f3f6ff;
            border-right: 4px solid #d9deee;
            border-bottom: 4px solid #d9deee;
            border-radius: 8px;
        }
  
        .context-menu ul {
            padding: 0px;
            margin: 0px;
            margin-left: 8px;
            margin-right: 8px;
            min-width: 150px;
            list-style: none;
        }
        
        .context-menu li {
			border-bottom: 1px solid #d9deee;
        }
        .context-menu li:last-child {
			border-bottom: none;
        }
  
        .context-menu ul li a {
            text-decoration: none;
            color: black;
        }
  
        .context-menu ul li:hover {
            background: darkgray;
        }


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}



/* Modal Content */
.modalContent {
  position: relative;
  background-color: #f3f4f7;
  color: #868992;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  transition: all 0.4s ease;
}


.modalContent > div {
	margin-left: 35px;
	margin-right: 35px;
}

.modalHead p{
	margin-top: 45px;
	font-size: 22px;
	color: #646977;
}

.modalContent p {
	margin-bottom: 50px;
}

.modalContent form{
	
}

.modalContent input {
	width: 100%;
}

.modalContent button {
	margin: 10px;
	margin-bottom: 20px;
	padding:5px 10px 5px 10px;
}

/* The Close Button */
.modalClose {
  color: #646977;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 35px;
  margin-top: 25px;
}

.modalClose:hover,
.modalClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalHeader {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}



.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.tabContent {
  margin: 0px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#tab {
  overflow: hidden;
  background-color: #2f3947;
  margin-top: 35px;
  padding: 0px;
  box-shadow: none;
  border-radius: 15px 15px 0px 0px;
}

/* Style the buttons inside the tab */
#tab button {
  border-radius: 15px 15px 0px 0px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  margin: 0px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* Change background color of buttons on hover */
#tab button:hover {
  border-radius: 15px 15px 0px 0px;
  background-color: #dedede;
}

/* Create an active/current tablink class */
#tab button.active {
  border-radius: 15px 15px 0px 0px;
  background-color: #fff;
  color: #2f3947;
}

.deletedFile {
	background-color:#2f3947;
	color:white;
	padding: 5px;
	margin:3px;
	display: flex;
	align-items: center;
}

.deletedFileOptions {
	float: right;
	text-align:right;
	text-decoration: underline;
	font-size: 14px;
	background:none;
    border:none;
    padding:11px;
    cursor: pointer;
    order: 3;
}

.deletedFileOptions i {
	color: white;
}

.deletedFileName {
	font-weight: bold;
}

.deletedFileDate {
	font-size: 10px;
}

.deletedDiv {
	float: right;
	text-align:right;
	font-size: 12px;
	background:none;
    border:none;
	margin-top: -4px;
    font-weight: lighter;
    margin-right: 100px;
    order: 2;
    flex: 1 0 10%;
}

.deletedFileInfo {
	order: 1;
	flex: 1 0 70%;
	padding-left: 1%;
}

.overviewCell {
	background-color:#2f3947;
	color:white;
	padding: 10px;
	margin:3px;
	display: flex;
	align-items: center;
}

.nameOverview {
	order: 1;
	/*font-weight: bold;*/
	flex: 0.6;
}

.sizeOverview {
	order: 2;
	flex: 0.15;
}

.folderOverview {
	order: 3;
	flex: 0.25;
	justify-content: right;
	display: flex;
}

.overviewHeader {
	font-weight: bold;
	display: flex;
	align-items: center;
	
}

.overviewHeader > div {
	cursor: pointer;
}

.usage {
	display: flex;
	align-items: center;
}

.usage > div, i {
	padding: 5px;
	color: #8190ac;
}

.usageCloud {

}

.usageTitle {
	font-weight: bold;
}

.meterDiv {
	padding: 10px;
}

.usageMeter {
	height: 20px;
	position: relative;
	z-index: 5;
	background: green;
	border-radius: 9px;
}
.usageMeterBG {
	height: 20px;
	width: 100%;
	position: relative;
	z-index: 2;
	background: aliceblue;
	border-radius: 9px;
	float: left;
}

.usageInfo {
	padding: 10px;
	color: #8190ac;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {top: -300px; opacity: 0} 
  to {top: 0; opacity: 1}
}

@keyframes slideIn {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
