/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.md-modal {
	max-width: 350px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
}


/* Content styles */
.md-content {
	font-family: "Verdana";
	float: left;
	color: #626263;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	background-color: #FFFFFF;
	-moz-box-shadow: rgba(0,0,0,0.25) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.25) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0.25) 1px 2px 3px;
	border: 1px solid #404040;
}

.md-content h3 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0.5px 5px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	/*opacity: 0.8;*/
	background: #a81e22;
}
.md-content h3 span.header{
	display: block;
	float: left;
	width: 100%;
	/*margin: 0 5%;*/
	padding:10px 40px;
	text-transform: uppercase;
	color: #FFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.big-header-nxt{
	margin: 0 10% 0 -6% !important;
}
.big-header-nxt1{
	margin: 0 10% 0 -3% !important;
	padding:10px 35px 10px 10px !important;
}

.md-content > div p {
	margin: 0;
	padding: 10px 12px;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
	width: 100%;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}



.crossbtn,
.uploadcrossbtn {
	position: absolute;
	top: 0;
	right: 0px;
	border: none;
	padding: 11px 12px;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	color: #FFF;
	border-left: 1px solid #FFF;
}
a:hover.crossbtn{
	color: #b2b2b2;	
}
.load{
	min-width: 450px !important;
	padding: 10px 0 !important;
}
.imageSpace{
	float: left;
	width: 100%;
	padding: 10px 10%;
	text-align: center;
	border-bottom: 2px solid #CCCCCC; 
}
.imageSpace span{
	display: block;
	width: 49%;
	float: left;
}
.imageSpace .midArrow{
	width: 2px !important;
	margin: 10px .5% 0px;
	height: 35px;
	background: #CCCCCC;
}
.imageSpace img{
	width: 50px;
	height: 50px;
}
.imageSpace img.facebook,
.imageSpace img.youtube{
	cursor: pointer;
}
.imageSpace em{
	margin-top: 5px;
	font-style: normal;
	display: block;
	width: 100%;
}
.midText{
	display: block;
	width: 100% !important;
}
.submitItems{
	float: left;
	width: 100%;
	padding: 0 10%;
}
.submitItems textarea{
	background: #f3f3f3;
	border: 0px solid #303030;
	border-radius: 2px;
	line-height: 20px;
	font-size: 1.0em;
	max-width: 260px;
	max-width: 255px\9;
	min-width: 260px;
	min-width: 255px\9;
	margin:5px 0 10px 0;
	min-height: 80px;
	max-height: 80px;
	padding: 5px;
	width: 100%;
}

.submitItems span{
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.edu_trouble {
	color: #fff !important;
    font-size: 12px !important;
    text-align: left !important;
    padding: 10px !important;
}
.edu_trouble a{
	float: none !important;
    padding: 0px !important;
    background: none !important;
    color: #fff !important;
    margin: 0px !important;
    text-decoration: underline !important;
}
.edu_trouble a:hover{
   text-decoration: underline !important;
}
.edu_trouble a:focus{
   text-decoration: underline !important;
}
.submitItems .loginSpace{
	background: #404040;
	width: 335px;
	margin-left: -34px;
	text-align: center;
	margin-bottom: 0;
}
.btnSpace{
	float: left;
	width: 126% !important;
	background: #a81e22;
	margin: 5px 0px -10% -13% !important;
}
.btnSpace a:hover{
	color: #404040;
	background: #ffee00;
}
.btnSpace a {
	display: inline-block;
	float: left;
	background: #CFCFCF;
	color: #424242;
	padding: 3px 20px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 3px;
	margin:10px 10px;
}
.btnSpace .btn-default {
	display: inline-block;
	float: left;
	border-radius: 3px;
	padding: 3px 20px;
	margin:10px;
	background: #a81e22 !important;
	color: #ffffff !important;
	border: 1px solid #c36d62 !important;
}
.btnSpace .btn-default:hover {
  background: #c36d62 !important;
}
.btnSpace .btn-big{
	padding: 6px 25px;
	margin: 19px 10px;
	font-size: 1.4em;
}
.btnSpace .btn-default:hover{
	background: #ffee00;
}

.btnSpace .btn-big:hover{
	padding: 6px 25px;
	margin: 19px 10px;
	font-size: 1.4em;
	background: #ffee00;
}

.btnSpace .btn-small{
	max-width: 90px !important;
	width: 90px !important;
	min-width: 90px !important;
}

#idle_popup .btn-default{
	float:none !important;
}

.btnSpace a:last-child{
	float: right;
}
.submitItems span:first-child{
	text-align: center;
	font-size:1.5em;
	padding: 10px 0px 5px;
}
.signUpUser span:first-child{
	text-align: center;
	font-size:1.0em;
	padding: 10px 0px 5px;
}
.signUpUser span.securityCode input{
	width: 57% !important;
	max-width: 60% !important;
	min-width: 60% !important;
	float: right;
	margin-right: 2px;
}
.signUpUser span.securityCode img{
	float: left;
	max-height: 30px;
	margin-left: 3px;
}

.submitItems span input{
	border:0px solid #303030;
	border-radius: 2px;
	padding: 5px;
	font-size: 14px;
	width: 100%;
	background: #f3f3f3;
	max-width: 260px;
	max-width: 255px\9;
	min-width: 260px;
	min-width: 255px\9;
	padding-top:8px;
	padding-bottom:10px; 
}
.submitItemsReadOnly {
	background: #FFFFFF !important;
	color:#000000 !important;
}
.loginSpace{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #a81e22;
}
.shareWithLoops .loginSpace {
	background-color: #fff !important;
}
a:hover.btnLogin{
	color: #424242;
}
.btnLogin{
	float: left;
	/*background: #CFCFCF !important;*/
	/*background: #ffee00 !important;*/
	color: #424242 !important;
	padding: 5px 20px;
	width:40% !important;
	border: 1px solid rgba(0,0,0,0) !important;
	border-radius: 3px;
	margin:10px 30%;
	text-align: center;
	line-height: 20px\9;
	height: 35px\9;
}
.btnLogin:hover,
.btnLogin:active{
	/*background: #ffee00 !important;*/
}


a:hover.forPassword{
	color: #ffee00;
	text-decoration: underline;
}
.forPassword{
	float: left;
	padding: 0px 0px 10px;
	text-decoration: underline;
	color: #FFFFFF;
	width: 50%;
	text-align: center;
	margin: 0 25%;
}
.logSpace{
	float: left;
	width: 100%;
	background: #404040;
	margin: 5px 0px 0px;
	margin: 0px\9;
}
.borderBottom1{
	width: 126% !important;
	margin-left: -13%;
	border-bottom: 2px solid #404040;
	padding: 4px 0px;
	margin-bottom: 20px !important;
}

.md-content b{
	text-align: left;
	font-weight: bold;
	display: inline;
}
.md-content .value_prop li{
	text-align: left;
	margin: 0;
	padding: 2px 0px;
	list-style-type: disc;
}
.md-content .value_prop{
	padding: 0 0 0px 20px !important;
}
.signUpUser{
	margin-top: 10px;
	max-width: 334px !important;
}
.projectData{
	float: left;
	padding: 10px 20px;
	width: 100%;
	min-width: 300px;
	max-height: 190px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.shareWithLoops{
	float: left;
	padding: 10px 20px;
	width: 100%;
	min-width: 300px;
}
.shareWithLoops span:first-child{
	font-size: 1.2em !important;
	padding: 0px 0px 5px !important;
	margin-bottom: 10px;
}
.shareWithLoops input{
	border: 0px solid #303030;
	border-radius: 2px;
	padding: 5px;
	font-size: 1.2em;
	width: 80%;
	background: #f3f3f3;
	margin-top: 10px;
	padding-top:8px;
	padding-bottom:10px;

}
#share_with_loops {
	background: #a81e22 !important;
  	color: #ffffff !important;
  	border: 1px solid #c36d62 !important;
}
#share_with_loops:hover {
  background: #c36d62 !important;
}

.inviteProject{
	float: left;
	padding: 10px 20px;
	width: 100%;
	min-width: 300px;
	max-width: 100% !important;
}
.inviteProject span:first-child{
	font-size: 1.2em !important;
	padding: 0px 0px 5px !important;
	margin-bottom: 10px;
}
.inviteProject input{
	/*border: 0px solid #303030;
	border-radius: 2px;
	padding: 5px;
	font-size: 1.0em;
	width: 80%;
	background: #f3f3f3;
	margin-top: 10px;
	padding-top:8px;
	padding-bottom:10px; */
}
.inviteProject_blankBtnSpace{
	float: left;
	width: 100% !important;
	background: #404040;
	margin: 5px 0 0;
}
.inviteProject  ul  {
	padding: 0px !important;
}
.inviteProject  ul li {
	width: auto !important;
}

.projectData ul{
	float: left;
	margin: 0;
	padding: 0 0 0 30px !important;
	width: 100%;
}
.projectData ul li{
	float: left;
	width: 100%;
}
.projectData ul li span:first-child{
	margin: 0px 5px 0 0;
	line-height: normal;
	padding: 0;
	display: block;
	float: left;
	width: 25px;
}
.projectData ul li span{
	text-transform: uppercase;
	line-height: 25px;
	display: block;
	width: 85%;
	float: left;
}

.lowspace{
	float: left;
	width: 100% !important;
	margin: 5px 0px 0px 0% !important;
}

.blankBtnSpace{
	float: left;
	width: 119% !important;
	background: #a81e22;
	margin: 5px 0px -10px -7% !important;
}




@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}
.borderBot2{
	border-bottom: 2px solid #CCCCCC;
}
input.model {
	border: 0px solid #303030;
	border-radius: 2px;
	padding: 5px;
	line-height: 20px;
	font-size: 1.0em;
	background: #f3f3f3;
}
.firstContainer{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.firstContainer .inputSpan{
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	font-size: 12pt;
	color: #333;
	font-family: "Verdana" !important;
}
.firstContainer .inputSpan label{
	float: left;
	width: 16%;
	line-height: 30px;
	font-weight: normal;
}
.firstContainer .inputSpan input{
	float: left;
	width: 84%;
}
.publish input[type=checkbox].css-checkbox + label.css-label{
padding-left: 25px;
}
.publish-checkbox{
	margin: 10px 0px 0px 10px !important;
}
.publish-text{
	margin: 12px 0px 0px 31px;
	display: inline-block;
	float: left;
	width: 60%;
	font-weight:600;
	color:#bf1e2e;
}
.publish .imageSpace{
	border: 0px;
	border-radius: 5px;
	background: #f3f3f3;
	float: left;
	width: 88%;
	padding: 0;
	margin: 25px 6% 20px;
}
.publish .imageSpace span{
	width: 14%;
	margin: 7% 1.5%;
}
.publish .imageSpace .mrgin{
	width: 14%;
	margin: 7% 9.5%;
}
.publish .imageSpace .topArrow {
	width: 1px !important;
	margin: 0px 0 0px !important;
	height: 30px;
	background: #dbdbd9;
}
.publish .imageSpace .bottomArrow {
	width: 1px !important;
	margin: 85px 0 0px -1px !important;
	height: 30px;
	background: #dbdbd9;
}
.publish-video .imageSpace{
	width: 88%;
	margin: 25px 6% 20px;
}
.publish-video .imageSpace .mrgin{
	width: 30%;
	margin: 7% 9.5%;
}
.share-check-btn span{
	display: inline-block;
	position: relative;
	top: 4px;
	left: -4px;
}

.doneBtn{
	width: 35% !important;
	margin: 15px 32.5%;
}
.editAccount{
	width: 500px !important;
	min-width: 500px !important;
	max-width: 500px !important;
}
.editAccount .imageSpace{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.editAccount .imageSpace span{
	width: 100%;
	margin: 5% 0%;
}
.editAccount .imageSpace em{
	font-size: 1.6em;
}
.editAccount .submitItems{
	margin: 0;
	padding: 0;
}
.editAccount .inputSpan{
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	text-align: left;
}
.editAccount .inputSpan label{
	float: left;
	width: 25%;
	line-height: 40px;
	font-weight: normal;
}
.editAccount .inputSpan input{
	float: left;
	width: 75%;
	max-width: 320px;
	max-width: 320px\9;
	min-width: 320px;
	min-width: 320px\9;
	padding-top:8px;
	padding-bottom:10px; 
}
.editAccount  .checkSpace{
	width: 6%;
	margin: 0;
	padding: 0px !important;
}
.editAccount .text{
	font-size: 0.84em;
	width: 65%;
	margin: 0;
	line-height: 25px;
}
.editAccount .btnSpace a{
	padding: 6px 25px;
	margin: 19px 10px;
	font-size: 1.4em;
}

.editAccount .alert{
	margin: 10px 0 !important;
}

.editAccount .big_image {
	height: 90px !important;
	width: 90px !important;

}

.activity{
	width: 500px !important;
}
.activity .imageSpace{
	float: left;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	border: 0;
}
.activity h4{
	font-size: 24px;
	line-height: 20px;
	margin: 10px 0 5px;
	font-weight: normal;
}
.activity p{
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 !important;
}
.activity .p-nxt{
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 !important;
}

.activity h5{
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 5px;
	font-weight: normal;
	text-align: left;
}
.activity h6{
	font-size: 20px;
	line-height: 20px;
	margin: 60px 0 10px;
	font-weight: normal;
	text-align: left;
}
.activity p span{
	font-weight: 600;
	width: auto;
	color: #000;
}

.btn-signup{
	max-width: 120px !important;
	max-width: 105px!important\9;
	width: 100px !important\9;
	min-width: 120px !important;
	min-width: 100px!important\9;
	margin: 10px 25%\9;
	padding: 9px 0px !important;
}
.fixed-335{
	max-width: 335px !important;
	width:335px;
}
.fixed-450{
	max-width: 450px !important;
	width:450px;
	margin-left: -45px !important;
}
.publish-content{
	padding-top: 5px;
}
.publish-content .inputSpan{
	padding: 15px 5%;
}
.publish-content label{
	margin-right: 5px;
}
.publish-content input[type="text"]{
	border: 0px solid #303030;
	border-radius: 2px;
	padding: 5px;
	background: #f3f3f3;
	float: right;
	width: 80%;
}
.record-content{
	padding-top: 5px;
}
.record-content input[type="text"]{
	border: 0px solid #303030;
	border-radius: 2px;
	padding: 5px;
	background: #f3f3f3;
	float: right;
	width: 100%;
}


#recordingslist {
	width: 80%;
	position: relative;
	left: 5%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color: #66afe9;
	border: 1px solid #c2dff6;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.small-text{
	font-size: 11pt !important;
}

.very-small-text {
	font-size: 10pt !important;
}
.pop-up-scroll{
overflow-x: hidden;
overflow-y: scroll;
float: left;
height: 500px;
padding: 10px 10px;
}

.pop-up-scroll::-webkit-scrollbar,
.pop-up-scroll_new::-webkit-scrollbar {
    width: 7px;
    height: 6px;
}
.pop-up-scroll::-webkit-scrollbar-track,
.pop-up-scroll_new::-webkit-scrollbar-track {
    background: #303030;
}

.pop-up-scroll::-webkit-scrollbar-thumb,
.pop-up-scroll_new::-webkit-scrollbar-thumb {
  background-color: #ffee00;
  border-radius: 0px;
}

.scrollbar-outer {
	position: absolute;
	top: 0;
	right: 15px;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.pop-up-scroll_new{
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	max-height: 300px;
	padding: 10px 10px;
	width: 100%;
}
.asset-name, .project-name{
	font-family: "Verdanabold";
	color: #000;
}
.expiration-message{
	font-size: 12pt;
}
.expiration-message em{
	font-family: "Verdanabold";
	color: #000;
	font-style: normal;
}

.fixed-435{
	max-width: 435px !important;
	width: 435px;
}

.submitItems .loginSpaceaudible {
	background: #404040;
	width: 433px;
	margin-left: -43px;
	text-align: center;
	margin-bottom: 0;
}

.audiblebtnLogin {
	margin: 10px 38% !important;
}

.audibleinput {
	max-width: 320px;
	max-width: 320px\9;
	min-width: 350px;
	min-width: 350px\9;
}
.record-btn{
	min-width: 90px;
	margin: 10px 10px;
	font-size: 11pt;
}
.upgrade-btn{

	margin: 10px 10px;
	font-size: 11pt;
	width:150px;
	min-width: 150px;
	margin-left: 27%;
}
.trial-end-font{
	font-size: 17px !important;
	padding: 10px 10px !important;
}
.mybutton, #submitPublish {

  /* IMPORTANT STUFF */
  overflow: hidden;
  position: relative;
  cursor:   pointer;

 /* SOME CUSTOM STYLING */
  width:  100%;
  text-align: center;
  padding: 0.05em 0em 0.05em 0em;
  background: #a81e22 !important;
  color: #ffffff !important;
  border: 1px solid #c36d62 !important;

}

.mybutton:hover, #submitPublish:hover {
    background: #c36d62 !important;
}