.navbar-nav > .user-menu > .dropdown-menu 
{
    width: 220px;
    min-width: 220px;
}
.header .logo, .header .logo:hover
{
    background-image: url('../img/fordonsbokning/logo.png');
    background-repeat: no-repeat;
    background-position: center; 
}
.fc td.fc-resourceName
{
    padding-left: .5em;
}
.content .row textarea 
{
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.fc-resourceName .btn 
{
    margin-right: 10px;
}
.form-box div.header
{
    background-color: #0e70b3;
}
.fc-header-left .fc-button
{
    padding: 0px 2em;
}
.fc-event-inner
{
    cursor: pointer;
}
.bookingInfo
{
    padding-bottom: 20px;
}
.wwRow0
{
    background-color: #EEEEEE;
}
.wwRow1
{
    background-color: #FFFFFF;
}
.fc-widget-content
{
    cursor: pointer;
}
.btnSpacer
{
    width: 31px;
    height: 30px;
    display: inline-block;
}
.daterangepicker  .calendar-date .available
{
    cursor: pointer;
}
.introBg {
  background: url(../img/fordonsbokning/background.jpg) repeat right center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Remove the background from the body element */
.introBg > body {
  background: transparent;
}
.introBg .topHeader
{
    background-color: #0e70b3;
    height: 100px;
}
.introBg .content
{
    background: none;
}
.introBg .topHeader .content .box
{
    box-shadow: none;
    background: none;
}
.introBg .topHeader .content .box img
{
    max-width: 100%;
    max-height: 60px;
}
.introBg .introText
{
    color: #ffffff;
    margin-top: 90px;
}
@media screen and (max-width: 992px) 
{
    .introBg .introText
    {
        margin-top: 0px;
    }
    .form-box
    {
        margin-top: 20px;
    }
}
