body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #333333;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

h1, h2, h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}


#file-source{
  max-width: 550px;
  padding: 15px;
  background-color: white;
  margin: 0 auto;
  line-height: 75px;
  border-radius: 5px;
/*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
}
#selection-title {
  float: left;
  padding: 15px;
  color: black;
  width: 160px;
  text-align: center;
}
.actions{
  list-style-type: none;
}
.actions li{
  display: inline-block;
  padding: 15px;

}

.actions li a img{
  width: 30px;

}

.actions li a img:hover{
}

.button img{
  opacity: .5;
  cursor: pointer;
}
.button img:hover{
  opacity: 1;
}

.button-active img{
  opacity: 1;
}

.card{
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
.files{
  width: 100%;
}

.file{
  min-height: 40px;
  background-color: white;
}
.file div{
  display: inline-block;
  line-height: 33px;
  padding: 7px;
}

.file .service{
  width: 40px;
}

.file .service img, #from-url img{
  width: 30px;
}

.file .infor{
  color: #726d6d;
  font-size: 1em;
  line-height: 33px;
  vertical-align: middle;
}

.filename{
  text-align: left !important;
}

.actions{
  background-color: white;
}

.status{
  text-align: right;
}

.table{
  margin-bottom: 0px;
}

#btn-convert-all{
  background-image: none;
  border: 1px solid #e91e63;
}
#btn-convert-all:hover{
  background-color: #e91e63;
  opacity: 0.9;
}

.status-tag{
  color: white;
  background-color: #726d6d;
  padding: 3px 7px;
  line-height: 40px;
  font-size: 1em;
  vertical-align: middle;
  float: right;
  width: 150px;
}

.modal-header{
  background-color: #E91E63;
}

#coverLabel{
  color: white;
}

.removefile{
  cursor: pointer;
}

html, body, .container-table {
  height: 100%;
}
.container-table {
  display: table;
}
.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}

.status-tag a{
  color: white !important;
}

.steps img{
  border: 1px solid silver;
  border-radius: 5px;
}
.extra_info{
  font-size: 10px;
  line-height: 10px;
  width: 100%;
  float: left;
}


.jumbotron{
  background-color: white !important;
}

.tool{
  padding-bottom: 5px;
}
.tool a{
  height: 105px;
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.tool a:hover{
  color: black;
}

.tool .btn{
  background-color: #9e9e9e24;
  margin-bottom: 10px;
}
.tool a img{
  width: 64px;
}


.btn-process{
  margin-top: 10px;
}


.story{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2em;
    color: #555;
}

        .input-multiple>input.form-control {
          width: auto;
        }

        .input-multiple>input.form-control+input.form-control {
          border-left: 0;
        }


        .dropdown-menu{
          overflow: scroll;
          max-height: 300px;
        }

        .dropdown-menu .search-box {
            padding: 10px;
        }
        .dropdown-menu .search-box input {
            width: 100%;
        }


.account-links{
  margin-top: 10px;
}