body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #e0e0e0;
}
@media screen and (max-width: 580px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

h2 {
  margin-top:0;
  margin-bottom: 20px;
}

.float-right {
  display:inline-block;
  float: right;
}

a {
  color: #2980b9;
}

.blue { color: #2980b9; }
.pointer { cursor: pointer; }
.wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
}

.wrapper2 {
  margin: 0 auto;
  padding: 20px;
  max-width: 1000px;
}

.table {
  margin: 0 0 10px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

//.table>:not(caption)>*>* { padding:0; }

#page-header {
  background: #fff;
  border: 2px solid #2980b9;
  padding: 20px 20px 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight:bold;
}

#square_hdr {
    text-decoration: none;
    color: #FFF;
    background: #2980b9;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 20px 20px 0 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#footer {
    text-decoration: none;
    color: #FFF;
    background: #2980b9;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.rowa{background: #f6f6f6;}
.row:nth-of-type(odd),.rowa:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header,.rowa.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.row.green {
  background: #27ae60;
}
.row.blue, .rowa.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header,.rowa.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell,.rowa.header .cella {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
.cell i {
  font-size: 20px;
}
.bold {
    font-weight: bold;
}
.filenum {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

.nowrap {
   white-space: nowrap;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.05em 0.08em;
    min-width: 24px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:link, .square_btn:visited {
    color: #fff;
}
.square_btn:hover {
    background-color: #2980b9;
    color: #fff;
    text-decoration: none;
}

.lfpad { padding: 0 5px; }
.vtop { vertical-align: top; }

.stats {
   width: 230px;
   line-height: 25px;
   display: inline-block;
}

.statsTI {
   width: 400px;
   line-height: 25px;
   display: inline-block;
}

.expire {
   color:red;
}
.red_dotted_border {
   border: 1px dotted red;
   padding:5px;
}
.double_underline {
  text-decoration-color: red;
  text-decoration-line: underline;
  text-decoration-style: double;
}

.shadow {
  color: white;
  text-shadow: 1px 1px 2px #000;
}

.sparkling-modal-container { }

.sparkling-modal-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.sparkling-modal-frame {
    background: #fff;
    border: 0px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

.sparkling-modal-title {
    background: #f5f3ef;
    position: relative;
}

.sparkling-modal-title span {
	font-size: 20px;
	padding: 20px;
	float: left;
	line-height: 20px;
}

.sparkling-modal-close {
    /*padding: 20px 30px;*/
	/*line-height: 20px;*/
	/*float: right;*/
    /*font-size: 20px;*/
    
	cursor: pointer;
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0px;
    
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sparkling-modal-close:hover { background: #e0ddd6; }

.sparkling-modal-content { padding: 20px; }

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(45deg);
}

.i-close-h {
    position: relative;
    height: 1px;
    width: 19px;
    background: #777;
    top: 50%;
    left: 50%;
    margin-left: -9px;
}


.i-close-v {
    position: relative;
    height: 19px;
    width: 1px;
    background: #777;
    top: 50%;
    margin-top: -10px;
    left: 50%;
}

.table.flex{display:block;}
.table.flex> .rowb {display:flex;flex-flow:row wrap;}
.table.flex> .rowb > .cellb{flex-grow:0;flex-shrink:0;padding:0px;}
.table.flex> .rowb > .cellb:first-of-type{width:calc(50% - 0px);}
.table.flex> .rowb > .cellb:nth-of-type(2){width:calc(50% - 0px);}
.rowb:nth-of-type(odd) { background: #e9e9e9; }

.table.flexyflexy{display:block;}
.table.flexyflexy > .rowa {display:flex;flex-flow:row wrap;}
.table.flexyflexy > .rowa > .cella{flex-grow:0;flex-shrink:0;padding:10px;}

@media (max-width: 479px) {
	}
@media (min-width: 480px) {
	}
/* <768px phone resolutions .col-xs- *//* @media (max-width: @screen-xs-max) {} */
@media (max-width: 767px) {
	.table.flexyflexy > .rowa > .cella:first-of-type{width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(2){width:calc(22% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(3){width:calc(25% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(4){width:calc(30% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(5){width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(6){width:calc(37% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(7){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(8){width:calc(20% - 20px);}
	}
/* Small devices (tablets, 768px and up) .col-sm- *//*@media (min-width: @screen-sm-min) {}*/
@media (min-width: 768px) {
	}
/* between 768px to 991px  .col-sm- to .col-md- *//*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {}*/
@media (min-width: 768px) and (max-width: 991px) {
	.table.flexyflexy > .rowa > .cella:first-of-type{width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(2){width:calc(22% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(3){width:calc(25% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(4){width:calc(30% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(5){width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(6){width:calc(37% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(7){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(8){width:calc(20% - 20px);}
	}
/* Medium devices (desktops, 992px and up) .col-md- *//*@media (min-width: @screen-md-min) {}*/
@media (min-width: 992px) {
	.table.flexyflexy > .rowa > .cella:first-of-type{width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(2){width:calc(15% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(3){width:calc(38% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(4){width:calc(32% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(5){width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(6){width:calc(45% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(7){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(8){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(9){width:calc(100% - 20px);}
	}	
/* between 992px to 1199px .col-md- to .col-lg- *//*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {}*/
@media (min-width: 992px) and (max-width: 1199px) {	
	}	
/* Large devices (large desktops, 1200px and up) .col-lg- *//*@media (min-width: @screen-lg-min) {}*/
@media (min-width: 1200px) {	
	}	
