 html{
 padding:0;
 height: 100%;
 }
 body{
  height: 100%;
 padding:0;
 margin:0;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 }
 a{
   outline: none;
 /*text-decoration: none;*/
 color:inherit;
 }
 p a{
  text-decoration: underline;
 }
 :-moz-any-link:focus {
   outline: none;
 }

 #projectlist , #main , #teamlist , .plans{
  background: #333;
  margin: 0 auto;
  color: #AAA;
  padding: 45px 0;
  position: relative;
  margin-top: 3px;
  max-width: 980px;
  width: 90%;
  min-width: 680px;
 }
 #projectlist{
  margin-top: 30px;
  min-height: 55%;
  padding-bottom: 0;
 }
 #projectlist h2{
  text-align: center;
  margin: 50px 0 10px;
  color: tomato;
  text-shadow:0 2px 0 black;
 }
 .logopreview{
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.76);
  height: 82px;
  position: relative;
  top: -5px;
 }
 #main {
 margin-top: 2px;
 width: 600px;
 /*background: #252525;*/
 padding: 20px 40px;
 margin: 30px auto;
 height: 100%;
 /*border-top: 1px solid #555;*/
 border-radius: 20px;
 position: relative;
 /*padding-bottom: 350px;*/
 /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.59);*/
 }
 #teamlist{
  padding-bottom: 250px;
 }
 #main h3{
  /*text-align: center;*/
  font-size: 18px;
 }
 #main p{
  font-size: 0.9em;
  color: #BEBEBE;
 }
 #projectlist ul , #teamlist ul {
  padding: 0;
  margin: 0;
  outline: none;
  clear: both;

 }
 #projectlist li , #teamlist li{
  background: #252525;
  list-style: none;
  height: 59px;
 }
 #projectlist li:nth-child(even) , #teamlist li:nth-child(even) {
  border-top:1px solid #333;
  border-bottom:1px solid #333;
}

 .projectname, .team-member-name , .nth{
  padding: 0 3px;
  max-width: 440px;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin: 15px 20px;
  /*position: absolute;*/
}

 #projectlist li:hover {
 background: #1d1d1d;
 color: #EEE;
 /*box-shadow: 0 1px 1px #1B1B1B inset, 0 -1px 1px #949494 inset;*/
 }
.lightgrey{
  background: #eee;
}
 .secondary {
  font-size: 13px;
 float: right;
 margin: 0;
 width: 59px;
 height: 59px;
 line-height: 59px;
 display: none;
 text-align: center;
 width: 90px;
  font-weight: bolder;
  color:#bbb;
 }
 .secondary {
 text-decoration: none;
 }

 #projectlist li:hover .secondary{
  background: #1d1d1d;
  display: block;
 }
.historylist:hover .secondary{
  background: #111;
background: transparent;
  display: block;
 }
 .historylist .secondary{
 }
 #projectlist li:hover .secondary:hover{
 color: #fff;
 
 }
 .datemod , .author{
 float: right;
 font-size: 12px;
 line-height: 59px;
 padding-right: 15px;
 }
 .starterlimit{
  text-align: center;
  color: #fff;
  margin: 30px 0;
  padding: 10px;
  border:1px solid tomato;
  width: 100%;
 }
 .author {
 /*border-right: 1px solid #333;*/
 /*border-left: 1px solid #333;*/
 margin-right: 15px;
 min-width: 90px;
 text-align: center;
 padding-right: 0;
 line-height: 30px;
 height: 30px;
 margin-top: 15px;
 }
 #projectlist li:hover .datemod ,  #projectlist li:hover .author , .historylist:hover .datemod , .historylist:hover .author{
  display: none;
 }
 .darkgrey{
  background: #333;
 }
 .edit{
  float: right;
  width: 90px;
  line-height: 40px;
  text-align: center;
  margin: 10px 10px 0 0 ;
  display: none;
  font-size: 13px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-transition:all 0.1s linear;
     -moz-transition:all 0.1s linear;
      -ms-transition:all 0.1s linear;
       -o-transition:all 0.1s linear;
          transition:all 0.1s linear;
 }
 #projectlist li:hover .edit {
  background: tomato;
  display: block;
 }
.historylist:hover .edit {
  display: block;
  background: tomato;
  color: #fff;
  z-index: 10003;
 }
  #projectlist li:hover .edit:hover , .historylist:hover .edit:hover{
  background: #FF401F;
 }
 .addnewname{
  border: none;
  padding: 5px;
  margin: 17px 0 0 15px;
  width: 520px;
 }

 .addtemp{
  position: relative;
 height: 59px;
  display: none;
  background: #1D1D1D;
  border-bottom: 1px solid #333;
 
 }
 .addnow{
  background: tomato;
  border:none;
  text-align: center;
  width: 90px;
  height: 59px;
  float: right;
  color: white;
 font-size: 13px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;

    }
.addnow:hover , .newproject:hover{
  background: #FF401F;
 }

.newproject {
 height: 40px;
position: absolute;
top: 0;
right: 0;
 display: block;
 width: 150px;
 background: tomato;
 line-height: 40px;
 text-align: center;
 color: white;
 cursor: pointer;
 border-radius: 2px;
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
 -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
     -ms-transition:all 0.1s linear;
      -o-transition:all 0.1s linear;
         transition:all 0.1s linear;
 }
.adddisabled , .adding {
  background: #555 !important;
  color: #999;
 }
 .searchbox.adddisabled{
  background: #2d2d2d !important;
 }

 .btndisabled {
  box-shadow: none;
  background: #333 !important;
  color: #999 !!important;
 }
 .cancelnew {
 line-height: 60px;
 margin-right: 20px;
float: right;
 cursor: pointer;
 font-size: 13px;
 }
 textarea:focus, input:focus{
     outline: none;
 }
 .searchbox{
  height: 40px;
  width: 280px;
  background: #252525;
  position: absolute;
  top: 0;
  left:0;
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.18) inset, 0 1px 0 rgba(0, 0, 0, 0.3) inset;
 }
 #searchnames {
 position: absolute;
 top: 4px;
 left: 9px;
 border: 2px solid #444;
 background: transparent;
 padding: 5px;
 color: #444;
 width: 250px;
 border-width: 0 0 1px 0;
 }
 #searchnames:focus {
  border-color:#777;
  color: #888;
 }
 ::-webkit-input-placeholder { /* WebKit browsers */
     color:    #666;
     font-weight: bold;
 }
input:focus::-webkit-input-placeholder  {
  color: transparent;
 }
 input:focus::-moz-placeholder  {
  color: transparent;
 }
 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #666;
     font-weight: bold;
 }
 ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #666;
     font-weight: bold;
 }
 :-ms-input-placeholder { /* Internet Explorer 10+ */
     color:    #666;
     font-weight: bold;
 }
 #nothingfound{
  display: none;
  color: tomato;
 }
 [contentEditable=true]:focus {
    outline: 1px solid tomato;
    background: transparent;
    color:tomato;
  }
  .projectname:hover:after {
    content: ' click to rename';
    font-size: 12px;
    color: #555;
    color: rgba(255,255,255,0.3);
    .text-stroke(0);
    padding-left: 6px;
  }
  .projectname:focus:after {
    content: '';
    width: 0;
    height: 0;
    padding: 0;
}
.edited .secondary , .edited .edit{
  opacity: 0;
}

.changedname{
color:tomato;
}
.fullwide{
  width: 100%;
  height: 75px;
  position: relative;
  /*background: #242424;*/
  display: block;
  color:#bbb;
}
.center{
  /*box-shadow: 0 1px 0 #222;*/
  max-width: 980px;
  width: 90%;
  min-width: 680px;
  margin: 0 auto;
  border:#444 solid;
  border-width: 0 0 1px 0;
  height: 100%;
line-height: 75px;
color:#eee;
position: relative;
}
.ddd{
  padding: 0 15px;
  /*border-left: 1px solid #333;*/
  /*float: right;*/
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  font-size: 0.9em;
  /*display: none;*/
  width: 120px;
  position: relative;
}
.ddd:hover{
  background: #141414;
  color: #fff;
  /*box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2) inset;*/
}
.ddd span{
  color:tomato;
}
.dd{
  float: right;
  height: 300px;
  position: absolute;
  right: 0;

}
.dd:hover{
  height: 300px;
}
.dd:hover .ddd{
  display: block;
}
.dd a{
  clear: both;
}
#logo {
 text-decoration: none;
    float: left;
font-size: 17px;
color: white;
font-weight: bold;
height: 75px;
padding: 0;
line-height: 75px;
/*border-right: 1px solid #333;*/
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
width: 200px;
text-align: center;
text-shadow: 0 2px 0 #000;
}
#logo a {
 text-decoration: none;
}
.labels {
padding: 10px;
font-size: 0.7em;
color: #666;
}
.labels span{
  cursor: pointer;
}
.right{
  float: right;
}
.left{
  float: left;
}
.author-label{
  float: right;
  margin-right: 40px;
  text-align: center;
}
.desc:after{
  content:'▼';
  margin-left: 2px;
}
.asc:after{
  content:'▲';
  margin-left: 2px;
}
.singleform{
  width: 240px;
  /*background: #252525;*/
  /*padding: 20px 20px 25px;*/
  /*margin: 0 auto;*/
  color: #777;
}

.singleform input[type=text] , .singleform  input[type=password]{
  width: 240px;
  margin: 15px 0;
  background: #ddd;
  border:none;
  /*border-bottom:2px solid #666;*/
  outline: none;
  padding: 8px 5px;
  display: block;
  color: #222;

}
.singleform input[type=text]:focus , .singleform  input[type=password]:focus{
  /*border-bottom: 2px solid tomato;*/
  color: #000;
  background: #eee;
}
.singleform input[type=submit]{
    border:none;
    background: #666;
    padding: 8px;
    color: #fff;
    float: right;
    cursor:pointer;
    border-radius: 2px;
}

.singleform input[type=submit]:hover , .bigbtn:hover{
  background: #FF401F;
}
input[type=submit]:active{
  opacity: 0.8;
}
.transit{
  -webkit-transition:background 0.15s linear;
     -moz-transition:background 0.15s linear;
      -ms-transition:background 0.15s linear;
       -o-transition:background 0.15s linear;
          transition:background 0.15s linear;
}
.report{
  color:tomato;
  text-align: center;
  margin: 25px 0;
  display: block;
  clear: both;
}
h3{
  color: #DBDBDB;
  text-shadow: 0 2px 0 #000;
}
.planname {
text-transform: uppercase;
/*color: tomato;*/
}
.planinfo {
margin: 0 0 30px;
border-bottom: 1px solid #3C3C3C;
padding-bottom: 50px;
position: relative;
/*float: left;*/
}
.planinfo p {
width: 420px;
font-size: 0.95em;
}
.bigbtn{
  padding: 10px;
  background: tomato;
  color: white;
  border-radius: 2px;
  border:none;
  /*float: right;*/
  /*position: absolute;*/
  position: relative;
  top: 10px;
  right: 0;
  margin: 15px 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(0, 0, 0, 0.55) inset;
}
.nologo {
  height: 45px;
  display: inline-block;
  line-height: 45px;
  padding: 0 10px;
  color: #999;
  border-right: 1px solid #333;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAJElEQVQYV2M0Njb+z4AEzp49y4jMZ6SDAmT7QGx0K1EcRBsFAD+2FmlARDE/AAAAAElFTkSuQmCC") repeat;
}
.planinfo  a{
  text-decoration: none;
}
.logoupload{
  /*float: right;*/
  /*width: 330px;*/
  position: relative;
     /*margin: 0 0 90px;*/
     border-bottom: 1px solid #3C3C3C;
     padding-bottom: 140px;
}
.clear{
  clear: both;
}
.lr{
  width: 240px;
  margin: -25px 0 90px;
}
#userlogo{
  border-right: 1px solid #333;
}
.infoupdate{
  width: 260px;
}
.trialinfo{
 padding: 6px 0;
 background: black;
 text-align: center;
 color: rgba(255, 255, 255, 0.7);
 font-size: 0.8em;
}
.trialinfo a{
  text-decoration: underline;
  color: tomato;
  }
  .teamleader {
  /*height: 60px;*/
  /*line-height: 60px;*/
  background: #1d1d1d;
  display: block;
  color: white;
  margin-bottom: 3px;
  /*border-left: 5px solid tomato;*/
  }
  .memberemail {
    color: #666;
    float: right;
    margin-right: 20px;
    line-height: 60px;
  }
  .deluser {
  float: right;
  margin-right: 20px;
  }
  .listicon{
    line-height: 60px;
  }
  .loginform {
  width: 280px;
  margin: 160px auto;
  color: #777;
  font-size: 0.9em;
  padding: 60px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  }
  .lightgrey .loginform{
    margin: 90px auto 0;
  }
  .accept{
    padding: 10px 0;
    text-align: center;
    color:#999;
    font-size: 0.8em;
  }
/*
  .loginform input[type=text] , .loginform  input[type=password]{
    width: 100%;
    margin: 5px 0;
    background: #eee;
    border:none;
    border-bottom:2px solid #666;
    outline: none;
    padding: 12px 5px;
    display: block;
    color: #222;
    border-radius: 4px;
    box-sizing:border-box;
  }*/
  .loginform input[type=text], .loginform input[type=password] {
  width: 100%;
  margin: 5px 0;
  background: #E7E7E7;
  border: none;
  outline: none;
  padding: 12px 5px;
  display: block;
  color: #222;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #BBB;
  }
  .middlereg{
    width: 100% !important;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #7C7C7C;
  }
  .loginform input[type=text]:focus , .loginform  input[type=password]:focus{
    /*border-bottom: 2px solid tomato;*/
    color: #000;
    background: #eee;
    border: 1px solid #999;
  }
  .loginform input[type=submit] , .greybtn{
      border:none;
      background: tomato;
      width: 120px;
      text-align: center;
      padding: 12px 3px;
      color: #fff;
      float: right;
      cursor:pointer;
      border-radius: 2px;
      margin: 10px 0;
      font-size: 1em;
      text-decoration: none
;      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .loginform input[type=submit]:hover{
    background: #FF401F;
  }
  .greybtn{
    float: left;
    background: #ddd;
    color: #777;
  }
  .greybtn:hover{
    background: #cacaca;
  }
  .loginform .remember{
    clear: both;
    padding-top: 20px;
  }
  .loginform h1{
    color: #222;
    text-align: center;
  }
.full{
  width: 100%;
  line-height: 45px;
  height: 45px;
}
.middle{
  text-align: center;
  width: 100% !important;
  display: block;
  font-size: 34px;
  color: white;
  font-weight: bold;
  color: #161616;
  text-shadow:0 -1px 0 rgba(0, 0, 0,9), 0 1px 0 rgba(255, 255, 255, 0.13);
}
.lightgrey .middle{
  text-shadow:0 -1px 0 rgba(0, 0, 0,.2), 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #e2e2e2;

}
.lightgrey .loginform input[type=text], .lightgrey .loginform input[type=password] {
background: #fff;
  }
.lightgrey h4{
  color: #888;
  font-size: 26px;
  text-shadow:none;
  margin: 0;
}
.lightgrey #top{
  background: transparent;
      box-shadow: 0 1px 0 rgba(17, 17, 17, 0);
}
.lightgrey .logo{
  text-shadow:none;
  color:#bbb;
  padding: 0 10px;
  /*border-left: 1px solid #e2e2e2;*/
  /*border-right: 1px solid #e2e2e2;*/
  /*text-shadow:0 2px 0 white;*/
}
.historylist{
  background: #444;
  height: 59px;
  border-bottom: 1px solid #333;
  border-left: 20px solid #333;
}
.historylist:last-of-type{
  border-bottom: none;
}
.historyul div .historylist{
  background: #3a3a3a;
  border-left: 40px solid #333;
}
.rev{
  cursor: pointer;
}
.historylist:hover .secondary:not(.edit):hover{
  color: #fff;
}
.clicked{
  color:transparent !important;
  /*text-indent: -65px;*/
}
.clicked:after{
  content: "";
 position: relative;
 right: 10px;
 top: -10px;
 font-size: 11px;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 0 4px 7px 4px;
 border-color:  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0);
}
.clicked:hover:after{
  color: #fff;
}
.historyul .edit{
  background: inherit;
}
/*.edit:after{
  content: "▶";
  opacity: 0.3;
  margin-left: 3px;
}*/
.importwrap{
  width: 300px;
  position: relative;
  margin: 0 auto 20px;
  color: #aaa;
}
.importwrap div{
  margin: 15px 0;
}
.import{
  color: #ddd;
  padding: 4px 8px 6px ;
  background: #444;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46) inset, 0 -1px 0 rgba(0, 0, 0, 0.6) inset;
  border: none;
  cursor: pointer;
  top: -3px;
  border-radius: 2px;
}
.import:hover{
  color: #fff;
  background: #555;
}
/*.import:before{
  content: "↯";
  border-bottom: none;
  color: #777;
}*/
.importinput{
  outline: none;
  border: none;
  display: inline;
  font-style: italic;
  font-size: 0.95em;
  border-radius: 4px;
  width: 90px;
  background: #D6D6D6;
  padding: 3px;
}
.importform{
  display: inline;
}
.importurl{
  color: #888;
}
p.onboard{
  text-align: center;
}



 /*jpage*/
 .pagination {
 height: 45px;
 line-height: 45px;
 color: #0A0A0A;
 }

 

 .pagination {
     margin: 15px 0;
   }
   .pagination a {
     display: inline-block;
     cursor: pointer;
     margin: 0 7px;
     padding: 7px;
     border-radius: 50%;
     background-color: #666;
   }
   .pagination a:hover {
     background-color: #222;
     color: #fff;
   }
   .pagination a.jp-previous { margin-right: 15px; }
   .pagination a.jp-next { margin-left: 15px; }
   .pagination a.jp-current, a.jp-current:hover {
     color: tomato;
     font-weight: bold;
   }
   .pagination a.jp-disabled, a.jp-disabled:hover {
     color: #bbb;
   }
   .pagination a.jp-current, a.jp-current:hover,
   .pagination a.jp-disabled, a.jp-disabled:hover {
     cursor: default;
     background-color: tomato;
   }
   .pagination span { margin: 0 5px; }

   nav {
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
   }

   nav ul ul {
    display: none;
   }

  .uname:active .drop {
      display: block;
  }


   nav ul {
    color: #888; 
    padding: 0 ;
    border-radius: 3px;  
    list-style: none;
    position: relative;
    display: inline-table;
    background: #3D3D3D;
    /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
   }
    .uname:after {
      content: ""; clear: both; display: block;
      position: absolute;
      right: 10px;
      top: 15px;
      font-size: 11px;
      /*opacity: .3;*/
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 7px 4px 0 4px;
      border-color: #777 transparent transparent transparent;
    }

    /*nav ul li {
      float: left;
    }*/
   
    .uname{
      cursor: pointer;
      float: left;
      border-radius: 3px;  
      padding: 0 30px 0 10px;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
      text-overflow: ellipsis;
      width: 162px;
      height: 35px;
      line-height: 35px;
      overflow: hidden;
      color: #ddd;
        font-size: 13px;
      top: 0;
      z-index: 9;
    }
    .uname:hover{
      background: #444;
      height: 35px;
      line-height: 35px;
      float: left;
      top: 0;
    } 
    .uname i{
      color: #aaa;
    }
    .drop{
      background: transparent;
      width: 202px;
      border-radius:  0 0 3px 3px;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
      padding-top: 35px;
      top: -2px;
      z-index: 4;
    }
    .drop:hover{
      display: block;
    }

      nav ul li a {
        display: block; padding: 0 0;
        color: #ddd; text-decoration: none;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
      }
        
      
    nav ul ul {
      padding: 0;
      position: absolute; top: 100%;right: 0;
    }
      .drop li {
        float: none; 
       position: relative;
        width: 100%;
        background: #444;
      }
        .drop li a {
          padding: 0 20px;
          color: #fff;
          text-align: left;
        } 
          .drop li a:hover {
            background: #555;
          }
    .drop li:first-child{
      border-top: 3px solid #444;
      box-shadow: 0 1px 0 #313131 inset;
          }
    .drop li:last-child{
      border-radius: 0 0 3px 3px;
    }
    .drop li:last-child a:hover{
      border-radius: 0 0 3px 3px;
    }
    nav ul ul ul {
      position: absolute; left: 100%; top:0;
    }
    @charset "UTF-8";
    /*
     * jQuery File Upload UI Plugin CSS 8.1
     * https://github.com/blueimp/jQuery-File-Upload
     *
     * Copyright 2010, Sebastian Tschan
     * https://blueimp.net
     *
     * Licensed under the MIT license:
     * http://www.opensource.org/licenses/MIT
     */

    .fileinput-button {
      position: relative;
      overflow: hidden;
    }
    .fileinput-button input {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      transform: translate(-300px, 0) scale(4);
      font-size: 23px;
      direction: ltr;
      cursor: pointer;
    }
    .fileupload-buttonbar .btn,
    .fileupload-buttonbar .toggle {
      margin-bottom: 5px;
    }
    .progress-animated .bar {
      background: url(../img/progressbar.gif) !important;
      filter: none;
    }
    .fileupload-loading {
      float: right;
      width: 32px;
      height: 32px;
      background: url(../img/loading.gif) center no-repeat;
      background-size: contain;
      display: none;
    }
    .fileupload-processing .fileupload-loading {
      display: block;
    }
    .files audio,
    .files video {
      max-width: 300px;
    }

    @media (max-width: 767px) {
      .fileupload-buttonbar .toggle,
      .files .toggle,
      .files .btn span {
        display: none;
      }
      .files .name {
        width: 80px;
        word-wrap: break-word;
      }
      .files audio,
      .files video {
        max-width: 80px;
      }
    }
   /* #top{
      background:#414141;
      color:#bbb;
      height:45px;
      overflow: hidden;
      width:330px;
      position:relative;
      top:37px;
      left:0;
      z-index:9999;
     margin: 0 0 70px;
      line-height: 45px;
      box-shadow: 0 2px 0 rgba(17, 17, 17, 1);
    }*/
    #top{
      background:#414141;
      color:#bbb;
      height:45px;
      overflow: hidden;
      width:100%;
      /*max-width: 100%;*/
      position:relative;
      top:0;
      left:0;
      z-index:9999;
     margin: 0 0 70px;
      line-height: 45px;
      box-shadow: 0 2px 0 rgba(17, 17, 17, 1);
    }
    #top div{
      line-height: 45px;
    }
    .logopreview #top{
      
        background:#414141;
        color:#bbb;
        height:45px;
        overflow: hidden;
        width:330px;
        /*max-width: 100%;*/
        position:relative;
        top:37px;
        left:0;
        z-index:9999;
       margin: 0 0 70px;
        line-height: 45px;
        box-shadow: 0 2px 0 rgba(17, 17, 17, 1);
     
    }
   #browser {
   display: block;
   position: absolute;
   top: -1px;
   left: 0;
   width: 330px;
   height: 36px;
   border-radius: 5px 0 0 0;
   /*border: solid #666;*/
   border-width: 1px 0 1px 1px;
   background: #AFAFAF;
   border-top: 1px solid #EEE;
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
   z-index: 3;
   }
  #browser:before {
  display: block;
  content: "wireframe.cc/pro/p/243ds35a32da352gv2s";
  position: absolute;
  top: 6px;
  left: 80px;
  width: 244px;
  height: 23px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #666;
  border-width: 1px 0 1px 1px;
  background: #FFF;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 23px;
  }
  #browser:after , #browser span:after , #browser span:before{
    display:block;
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    background:#fff;
    border-radius:50%  ;
    border:1px solid #666;
    z-index: 1;
  }
  #browser:after {
    left:12px;
    top:11px;
  }
  #browser span:after{
    left:34px;
    top:11px;
  }
  #browser span:before{
    left:56px;
    top:11px;
    z-index:2;
  }
   .userlogo{
    height: 45px;
   }
    .left{
      float:left;
    }
    .right{
      float:right;
    }
    .wiretitle{
      line-height: 45px;
      font-size: 14px;
      color: #DDD;
      padding: 0 0 0 10px;
      font-style: cup;
      text-transform: capitalize;
    }
    .plans h1{
      text-align: center;
      color: #EEE;
      margin: 0 0 50px;
    }
    .price{
      color:#fff;
      font-size: 44px;
      font-weight: bolder;
    }
    .pricewrap{
      text-align: center;
      padding: 30px 0;
    }
    .yearly b{
      /*color:#ddd;*/
      font-size: 1.2em;
    }
    .col{
      background: #484848;
      width: 31.3%;
      margin: 0 1%;
      float: left;
      margin-top: 50px;
      text-align: center;
      padding: 40px 0;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,0 2px 2px 0 rgba(0, 0, 0, 0.23);
    }
    .col .planname {
    padding: 20px 0 0;
    font-weight: bolder;
    color: #DFDFDF;
      font-size: 1.1em;

  }
  .col ul{
   list-style: none;
   padding: 20px 40px;
   /*background: #222;
   color: #7E7E7E;*/
   margin: 15px 0 0;
   height: 80px;
  }
  .col ul b{
  color:#ddd;
  }
  .bestcol{
    margin-left: .25%;
    margin-right: .25%;
    width: 24.5%;
    margin-top: 30px;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.4) inset,0 2px 2px 0 rgba(0, 0, 0, 0.23);
  }
  .bestcol .planname{
    padding: 30px 0 10px;
  }
  .dolar{
    font-size: 0.8em;
  }
  .buynow {
  /*background: #222;*/
  padding: 0 0 50px;
  }
  .buynow a{
    text-decoration: none;
    font-weight: bolder;
  }
  .discl{
    font-size: 0.75em;
    opacity: .7;
    display: inline-block;
    margin-top: 20px;
  }
  .footer{
    position: relative;
    width: 1024px;
    padding: 15px 20px 60px;
    color:#999;
    margin: 0 auto;
    border-top: 2px solid #444;
    box-sizing:border-box;
  }
  .footer a{
    float: left;
    margin-right: 20px;
    text-decoration: none;
  }
  .footer a:hover{
    color: #ccc;
  }
  .billingop {
  text-align: left;
  padding-left: 40px;
  }