/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.jul.2015, 18:10:05
    Author     : bekkstrand41
*/

/* Footer */
.modal-footer {
  margin-top: 60px;
  padding: 30px;
  text-align: center;
  border-top: 0px solid #e5e5e5;
}

.modal-footer2 {
  padding: 15px;
  text-align: center;
  border-top: 0px solid #e5e5e5;
}

.modal-footer2 .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer2 .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer2 .btn-block + .btn-block {
  margin-left: 0;
}

.modal-body p {
    word-wrap: break-word;
}

.modal-border-1{
    border-bottom: 1px solid #e5e5e5;
}

.modal-body-scroll{
    height: 350px;
    overflow-y: auto;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body-scroll2{
    height: 50px;
    overflow-y: auto;
    border-bottom: 1px solid #e5e5e5;
}

.favorite:hover
{
    cursor: pointer;
}