{
    margin: 0;
    padding: 0;
}
img { border: 0; }
html,

body{font-family:Montserrat;background: url(http://i.imgur.com/8yeP5Hc.png) repeat fixed center top #E0E0E0!important;font-size:1em;line-height:1em;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


a:link {
    color: #f02328;
}


/* mouse over link */
a:hover {
    color: #415ded;
}


h1 a:link,.post-title a:visited{font-size:11pt;color: #f02328;text-align:center;font-weight:bold;text-decoration:none;}
h1 a:hover,.post-title a:active{color: #415ded;text-decoration:none;font-size:11pt;}

h4 a:link,.post-title a:visited{font-size:11pt;color: #ffffff;text-align:center;font-weight: normal;text-decoration:none;}
h4 a:hover,.post-title a:active{color: #eee;text-decoration:none;font-size:11pt;}


h6 {font-size: 13px;font-weight: bold;padding-left: 10px;color: #8e8e8e;}

.left { float: left; /* width:350px; */ }
.right { float: right; }
.clear { clear: both; }

.box {
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}
.full{
	padding: 10px;
}
.border { border-left: 1px solid #dddddd }
.step {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
    margin-left: 10px;
    position: relative;
    padding: 8px;
}
.step .num {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 42px;
    color: #d2d2d2;
}
.step h2 {
    margin-left: 40px;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
}
hr {
    height: 1px;
    border: 0;
    background: #f1f1f1;
    margin: 8px 0 8px 0;
}
.half {
    width: 365px;
    word-wrap: break-word;
    overflow: auto;
}
.form { 
	width: 355px;
	padding: 8px;
}


h3 { 
    text-decoration:none;   
    color: #7B7B7B;
    border-bottom: 0px solid #bbb;
    text-transform: uppercase;
    line-height: 0.8cm;
    font-size: 12px;
    text-align: left;
    border-bottom: 3px solid #B5C73C;
    width: 100%;
    max-width: 900px;
}


h3 a:link,.post-title a:visited{ 
    text-decoration:none;   
    color: #11738A;    
}


h3 a:hover,.post-title a:active{color:#B5C73C;text-decoration:none;font-size:12px}



.input-file {
    display: block;
    width: 280px;
}
.input-btn {
    margin-left: 5px;
    display: block;
    width: 190px;
    margin-top: 10px;
    font-size: 14px;
}
.push {
    margin-left: 5px;
    margin-top: 10px;
}

#progress_outline {
    margin: 18px 5px 18px 5px;
    width: 330px;
    padding: 5px;
    border-color: #b3b3b3;
    border-style: solid;
    border-width: 1px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#progress_bar {
    background-color: #e6e6e6;
    height: 30px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#progress_done {
    height: 30px;
    background-color: #b5e9a5;
    width: 0px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#progress_done a { color: #191919 }
#num {
    text-align: center;
    width: 330px;
    position: relative;
    color: #333333;
    padding-top: 3px;
}
#bitdrop-options {
    display: none;
    margin-top: 10px;
    margin-left: 5px;
}
#bitdrop-options div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.view-form { padding: 5px 28px 5px 28px; }
.view-progress,
.view-uploaded { display: none; }
.sub-btn {
    text-align: right;
}
.sub-btn a{ color: #565656; margin: 5px;}
#recent a,
#popular a {
    color: #7d7d7d;
    -webkit-transition-duration: 200ms;
    transition-delay: 200ms;
}
#recent a:hover,
#popular a:hover { color: #363636; }
.icon-views {
    display: inline-block;
    padding-left: 20px;
    color: #ccc;
    background: left center no-repeat url(../images/eye.png);
}
.footer {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: right;
    color: #919191;
}
a.delete, a.reset, a.showHistory, a.unflag {
    color: #dddddd;
    margin-left: 8px;
    font-size: 22px;
    text-decoration: none;
}
.sort{ text-align: right; margin: 10px 10px 0 0; }
.sort a{ color: #272727; }
.limit{ text-align: center; color: #4b4b4b; margin: 15px; }
a.delete:hover { color: #e20a0a; }
a.reset:hover, a.showHistory:hover, a.unflag:hover { color: #2f82e0; }
a.link, .footer a { color: #333333; }
.id {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #cacaca;
}
.id span { color: #b6b6b6; }
.id a { color: #6f6f6f; }
.center {
    text-align: center;
    margin-top: 25px;
}

.light{ color: #B0AFAD; font-size: 12px; margin-top: 4px; }
.loadtime{ color: #848484; font-size: 13px; margin-top: 4px; text-align: center;  }
.flag_center{ text-align: center; }

.preview { margin-top: 200; }
.preview img {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 4px;
    border-radius: 3px;
}
.halfminus { width: 200px; }
.halfplus { width: 475px; }
table th {
    font-weight: normal;
    color: #a0a0a0;
}


div1 {
    font-weight: normal;
    color: #cacaca;
}
.red, .green, .yellow {
    font-weight: bold;
    font-size: 28px;
    vertical-align:middle;
}
a.flag{
	text-decoration: none;
	color: #7b7b7b;
	border-bottom: 1px dotted #5f5f5f;	
}
.red{ color: #b51e1e; }
.green{ color: #4ca921; }
.yellow{ color: #f9e213; }
.legend{
	text-align: right;
	color: #a4a4a4;
	padding: 10px;
}
#admin-files, #admin-size{
	color: #0f0f0f;
	background: #eeeeee;
	padding: 2px 4px 2px 4px;
}
.ver{
	margin-top: 15px;
	color: #bababa;
	text-align: right;
	font-size: 12px;
}
.ver a{
	color: #939393;
}
.verpush{
	margin-bottom: 5px;
	margin-right: 5px;
}
.empty{
	text-align: center;
	font-size: 22px;
	color: #a1a1a1;
}

progress1[value]::-webkit-progress1-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

 #data1 a { padding: 0px; color: #fff;}
 #data1 a { font-size:  0.8em; font-weight: 200; background: #498ec3;}

#cloud { padding: 2px; line-height: 2em; text-align: center; }
 #cloud a { padding: 0px; color: #fff;}
 #cloud a.tag1 { font-size:  0.8em; font-weight: 200; background: #498ec3; margin: 2px 2px 0 0;  padding: 4px 2px;}
 #cloud a.tag2 { font-size:  0.8em; font-weight: 200; background: #498ec3; margin: 2px 2px 0 0;  padding: 4px 2px;}
 #cloud a.tag3 { font-size: 0.9em; font-weight: 300; background: #3277ad; margin: 2px 2px 0 0;  padding: 4px 2px;}
 #cloud a.tag4 { font-size: 1.0em; font-weight: 400; background: #1c5785; margin: 2px 2px 0 0;  padding: 4px 2px;}



#container {
     margin: 0 auto;
 }

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: 22px;
}

.pagination {
   
}

.page {
    display: inline-block;
    padding: 6px 13px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
     font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

div1{font-weight:400;color:#cacaca;}

#footer-menu {height:40px; font-size: 12px; text-align: center;}
#footer-menu a:link, #footer-menu a:visited,  #footer-menu a:active {color: #666; text-decoration: none; }
#footer-menu a:hover {color: #000; text-decoration: underline;}

.btn-primary {
    color: #ffffff;
    background: #445cd7;
}


btn a:link,.btn a:visited{text-decoration:none;color:#fff;
}

.btn .fa{margin:0 5px;}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

a {
    color: #f02328;
    text-decoration: none;
}
a {
    background: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheeta:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}



.cabs {
    background-color: #B5C73C;
    font-weight: bold;
    color: #505050;
    text-shadow: none;
    font-size: 16px;
    border-radius: 3px 3px 0 0;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0;
    line-height: 0.5cm;
    width: 100%;
    max-width: 900px;
}

.cabss {
    background: #ffffff;
    color: #919191;
    text-shadow: none;
    font-size: 13px;
    border-radius: 0px 0px 0 0;
    padding: 6px;
    margin-bottom: 0;
    line-height: 0.5cm;
    width: 100%;
    max-width: 900px;
}


.cabs .fa{color: #11738A;margin:0 5px;}

.cnt{
	display: block;
	background-color: #FFFFFF;
	margin-right: 15px;
	border-radius: 0px 0px 3px 3px;
	padding: 10px;
	min-width: 0px;
}
.cabsb{background-color:#4e4e4e;color:#FFFFFF;text-shadow:none;font-size:24px;border-radius:3px 3px 0 0;padding:12px 8px 14px 8px;margin-bottom:0;}
.cabsb .fa{color:#747474;margin:0 5px;}

ul.relacionados {    padding: 0;}
ul.relacionados li {
    padding: 5px 10px;
    list-style: none;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.relacionados li a {
    color:#11738A;
}

