﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,600');


h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 26px;
    margin-top: 0;
}

input[type=radio] {
    height: 12px;
    width: 12px;
}

.controlGroup {
    border: 1px solid #dfdfdf;
    float: left;
    position:relative;
    width: 1000px;
    line-height:17px;
}

    .controlGroup > img {
        float: left;
    }

    .controlGroup > div {
        float: left;
        padding-top: 12px;
        padding-left: 12px;
    }

        .controlGroup > div:nth-child(2) {
            margin-top: 4px;
        }

        .controlGroup > div > a {
            font-size: 18px;
            margin: 8px;
        }

a:link {
    text-decoration: none;
}

body #CustomSettingsDiv, body .CustomSettingsDiv {
    position:absolute;
    right:10px;
}
.ui-dialog {
    color:#222;
    font-size: 10px;
}
    .ui-button {
        color: transparent; /*hack för att slippa ful text Close*/
    }

.reportName {
    vertical-align: top;
    width: 120px;
    float: left;
}
.customSettings {
    vertical-align: top;
    font-size: 10px;
}
.gearIcon {
    margin-right: 6px;
}

#SubmitLabel {
    cursor: pointer;
}

.label {
    width: 50px;
    display: block;
    float: left;
    margin-top: 5px;
}

.formTextBox {
    margin-bottom: 8px;
}

.tab_active, .tab_not_active {
    float: left;
    margin-right: 45px;
    cursor: pointer;
    margin-bottom: 20px;
}

.tab_active, .tab_not_active {
    font-size: 24px !important;
}

.tab_active {
    color: #333;
}

.tab_not_active {
    color: #ccc;
}

    .tab_not_active:hover {
        color: #333;
    }

#UserGrid {
    margin: auto;
    margin-top:60px;
    width: 960px;
}

#loginFormOuter {
    display: flex;
    justify-content: center;
    width: 100%;
}

#loginForm {
    background: rgb(245,245,245);
    padding: 20px;
    margin: 0 auto;
}

#loginForm  div {
    margin: 10px 0;
}
