﻿div.miniuploader-list-panel {
    background: #f4ffd6;
    position: relative;
}

#file-upload-progress {
    background: #f4ffd6;
}

.mini-list-items li a {
    display: block;
    border: solid 2px #bbbbad;
    color: #2e2e2e;
}

.mini-list-items li.active a {
    background-color: #f0e68c;
}

.mini-set-photo {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 151px;
    cursor: pointer;
    position: relative;
}

.mini-col-set-photo {
    border: solid 2px #b9cde6;
}

.mini-col-set-photo.active {
    border: solid 2px #ffa05b;
}


.col-upload-photo {
    padding: 2px;
}

.mini-set-photo.active {
    display: block;
}

.mini-uploader-error-list {
    color: red;
    list-style: none;
}

.mini-photo-set-preloading {
    height: 50px;
}

.tab-pane {
    background-color: #f4ffd6;
}

.nav-tabs li.active a {
    background-color: #f4ffd6;
}

.nav-tabs li a {
    font-size: 21px;
}

.fileuploader-nav-tabs {
    display: flex;
}

.fileuploader-nav-tabs > li {
    width: 100%;
    text-align: center;
}


.uploader-b-form-but
{
  background: #fffff4; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fffff4 0%, #fbfbf1 49%, #efefce 51%, #dedeb8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffff4), color-stop(49%, #fbfbf1), color-stop(51%, #efefce), color-stop(100%, #dedeb8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffff4 0%, #fbfbf1 49%, #efefce 51%, #dedeb8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffff4 0%, #fbfbf1 49%, #efefce 51%, #dedeb8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fffff4 0%, #fbfbf1 49%, #efefce 51%, #dedeb8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fffff4 0%, #fbfbf1 49%, #efefce 51%, #dedeb8 100%); /* W3C */
  border: solid 1px #dedeb8;
  border-bottom: solid 1px #c2c2a7;
  color: #0a3f87;
}

.b-form-but2
{
  height: 27px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
}

.b-fileup {
    min-width: initial; 
}

.b-fileup__comp 
{
    min-width: 200px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-fileup__title2 
{
    height: 100%;
    font-size: 24px;
    color: #3367b0;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-fileup__comp__text2 
{
    font-size: 20px;
    color: #3367b0;
    text-align: center;
}

div.b-upfile__soc__list
{
  border-top: solid 1px #bbbbad;
  border-bottom: solid 1px #bbbbad;
  height: 150px;
  overflow: hidden;
  background: #f4ffd6;
}

.b-fileup__trobber2
{
  background-color: aqua;
  width: 230px;
  height: 230px;
  position: absolute;
  left: 30%;
  top: 30%;
  background: url(/static/images/b-fileup__trobber.png) left top no-repeat;
  background-size: 230px 230px;
}

.b-fileup__trobber2 img 
{
	position: absolute;
	left: 35%;
	top: 36%;
}

.b-fileup__comp__text2 a, 
.b-fileup__comp__text2 a:active, 
.b-fileup__comp__text2 a:visited, 
.b-fileup__comp__text2 a:hover 
{
    text-decoration: none;
    border-bottom: dashed 1px #3367b0;
    color: #3367b0;
}

.b-upfile__soc__buttons2
{
  text-align: center;
  margin: 20px 0 0 275px;
  padding: 0 0 10px;
}

/*
Extra small devices Phones (<768px)
Small devices Tablets (≥768px)
Medium devices Desktops (≥992px)
Large devices Desktops (≥1200px)

         768          992                1200
'     '     '     '     '     '     '     '     '
<---------^------------^------------------^--------->
     xs         sm              md             lg
   (phone)   (tablet)        (laptop)       (desktop)

Example:
@media (min-width: 768px) and (max-width: 991px) {
    ...
}

Warning
    max-width is <= (not is <)
    min-width is >= (not is >)
*/
/* xs */
@media only screen and (max-width: 767px)/*, (max-height: 479px) */
{
    #fullUploader {
        display: none;
    }

    .mini-set-photo-h {
        height: 75px;
    }

    .mini-photo-set-preloading {
        height: 30px;
    }

    .modal-body {
        background: #ffffdb;
    }
    /*
    .progress {
        height: 30px;
    }*/
}

/* sm, md, lg */
@media only screen and (min-width: 768px)/* and (min-height: 480px)*/
{
  #miniUploader
  {
    display: none;
  }


  .modal-title
  {
    text-align: center;
  }

  .btn
  {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
  .fileuploader-modal-lg
  {
    width: 700px;
  }

  .modal-dialog
  {
    margin: 10px auto;
  }
}
