body, label {
    font-size: 12px;
}

label {
    font-weight: normal;
}

input.form-control.input-sm,
select.form-control.input-sm {
    max-width: 500px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-group {
    margin-bottom: 8px;
}

.required:after {
    color: #a94442;
    content: '*';
    padding-left: 2px;
}

.form-control {
    float: left;
    width: 98%;
}

fieldset .form-control {
    float: inherit;
    width: 100%;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.img-responsive {
    width: inherit !important;
}

/* License plate styling */
div.license-plate {
    background-color: #fc0;
    border: 1px solid #000;
    border-radius: 4px;
    height: 19px;
    width: 95px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.license-plate span.eu {
    background: #2566a4 url("/Modules/Web/images/license-plate.png") center no-repeat;
    background-size: auto 80%;
    border-radius: 3px 0px 0px 3px;
    float: left;
    height: 17px;
    width: 12px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
}

div.license-plate div.field {
    float: left;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 10px;
}

.w1 {
    min-width: 30px;
    width: 30px !important; }

.w2 {
    min-width: 70px;
    width: 70px !important; }

.w3 {
    min-width: 110px;
    width: 110px !important; }

.w4 {
    min-width: 150px;
    width: 150px !important; }

.w5 {
    min-width: 190px;
    width: 190px !important; }

.w6 {
    min-width: 230px;
    width: 230px !important; }

.w7 {
    min-width: 270px;
    width: 270px !important; }

.w8 {
    min-width: 310px;
    width: 310px !important; }

.w9 {
    min-width: 350px;
    width: 350px !important; }

.w10 {
    min-width: 390px;
    width: 390px !important; }

.w11 {
    min-width: 430px;
    width: 430px !important; }

.w12 {
    min-width: 470px;
    width: 470px !important; }

.embed-responsive-iframe {
    height: 2500px;
    padding-bottom: 100%;
}

.help-block{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}


.loader{
    border: 3px solid #f3f3f3;
    border-top: 3px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    animation: spin 1s linear infinite;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(720deg); }
}

input.ng-invalid.ng-dirty {
    background-color: #fad7dd;
}

select.ng-invalid.ng-dirty {
    background-color: #fad7dd;
}

textarea.ng-invalid.ng-dirty {
    background-color: #fad7dd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


/* small screen portrait */

@media (max-width: 321px) {

    .pull-right {
        float: none!important;
    }

}


/* small screen lanscape */

@media (max-width: 480px) {

    .pull-right {
        float: none!important;
    }

}