body {
  margin: 0px;
  padding: 0px;
}

.wrapper {
  margin-top: 50px;
  margin-bottom: 80px;
}
.container{
  border:1px solid #ccc;
  border-top:0px;
  border-bottom: 0px;
}
.form-signin {
    text-align: left;
    max-width: 380px;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.file-actions{
      align-items: center;
}

.file-actions li{
  list-style: none;
    float: left;
    height: 25px;
    margin: 6px 10px auto;
}
.file-actions a{

}
.file-actions li a img{
  height: 25px;
}
.header {
    padding: 15px;
    background: #3d7ab7;
    position: relative;
    font-size: 15px;
}
.header font a{
  color: #fff;
  font: bold 15px Arial, sans-serif;
}
.footer {
    padding: 6px;
    background: #3d7ab7;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}

.allup_wrap {
    margin-top: 50px;
}
.button_wrap {
    text-align: right;
}
div#tab-download_filter label input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
tr.file_title th {
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    padding-left: 1% !important;
}

.button_wrap a {
    margin-bottom: 10px;
}

.dataTables_filter label input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.arrow,
.arrow:before {
position: absolute;
left: 50%;
}

.arrow {
width: 40px;
height: 40px;
top: 50%;
margin: -20px 0 0 -20px;
-webkit-transform: rotate(135deg);
border-left: none;
border-top: none;
border-right: 2px #000 solid;
border-bottom: 2px #000 solid;
}
.right_wrap .arrow {
  -webkit-transform: rotate(-45deg);
}
.arrow:before {
content: "";
width: 20px;
height: 20px;
top: 50%;
margin: -10px 0 0 -10px;
border-left: none;
border-top: none;
border-right: 1px #000 solid;
border-bottom: 1px #000 solid;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-name: arrow;
}

@keyframes arrow {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate(-10px, -10px);
}
}

.div_wrap.col-md-1 {
    min-height: 100%;
    display: none;
}
.right_wrap.col-md-1{
    min-height: 100%;
        display: none;      
}

#screen, #modal {
    display: none;
    position: fixed;
}

#screen {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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 */
}

#modal {
    width: 15%;
    background: white;  
    top: 40%;   
    right: 28%;
    z-index: 2;
    font-size: 16px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
}
#del-modal {
    width: 40%;
    background: white;  
    top: 20%;   
    max-height: 170px;
    right: 28%;
    left: 30%;
    /*z-index: 2;*/
    font-size: 16px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
}
#del-modal div {
  padding: 10px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#modal p {
    padding: 10px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}


@media (max-width:650px) {
  div#tab-download_length {
    margin-top: 10px;
}
.button_wrap {
    text-align: center;
}

}
img.logo {
    height: 34px;
    position: absolute;
    left: 50px;
    top: 7px;
}