﻿body {
    /*overflow-x: hidden !important;*/
    /* Prevent scroll on narrow devices */
}

body {
    background: #333333;
    color: #fff;
    font-family: 'Source Sans Pro','Arial',sans-serif;
}

h1 {
    font-size: 235%;
    /*font-size i bootstrapt 260%*/
}

h2 {
    font-size: 190%;
    /*font-size i bootstrapt 215%*/
}

h3 {
    font-size: 155%;
    /*font-size i bootstrapt 170%*/
}

h4 {
    font-size: 120%;
    /*font-size i bootstrapt 125%*/
}

.upperCase {
    text-transform: uppercase;
}

.registreringsnummer {
    max-width: 160px;
    /*max-width: 50%;*/
}

/*ts- från bootply*/
#ts-inputRegnummer {
    max-width: 160px;
}

#ts-security-code-input {
    max-width: 160px;
}


#ts-recent-search {
    margin-top: 9px;
}

#ts-security-code-image {
    margin-bottom: 9px;
}

#ts-h2 {
    margin-top: -15px;
    margin-bottom: 20px;
}

#ts-divider {
    margin-top: 20px;
}


#ts-search-button {
    margin-top: 15px;
}


#ts-security-code {
    margin-bottom: 0px;
}

@media only screen and (max-width : 480px) {
    #ts-h1 {
        font-size: 155%;
    }

    #ts-h2 {
        font-size: 130%;
    }
}
/*end ts- från bootply*/
/*Ts custom Johan R*/
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger:hover {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

main {
    color: #333;
    background: #fff;
}

.modal-content {
    color: #333;
    background: #fff;
}
