/***********************************************************
    Denna html CSS gör att en scrollbar visas
    hela tiden på sidan. Vilket innebär att det 
    blir mindre flicker på sidan.
************************************************************/
html {
    overflow: scroll;
    overflow-x: auto;
}
/***********************************************************/
/* */

.section-title-checked {
    color: green;
}

.disabled-at-start {
    display:none    
}

.kendoComboImage {
    float: left;
    height: 16px;
    margin: 2px 2px 0 2px;
}

.kendoComboDiv {
    display: block;
    overflow: hidden;
}

.kendoComboBoxWidth {
    width: 100%
}

.panelbarRight {
    margin-top: 5px;
    margin-right: 5px;
}

.panelbarLeft {
    margin-top: 5px;
    margin-left: 5px;
}

.panelbar > li > div {
    padding: 5px !important;
}

div .installningAddSection {
    margin-left: 5px;
    margin-bottom: 5px;
}

.installningsSection .k-grid-content {
    height: 300px;
}

#registreringsTypPanelbar > li > div > div > div {
    padding: 5px !important;
}

div .installningsSection {
    height: 365px;
}


.dialog {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fcfdfd;
    color: #222222;
    font-size: 0.75em;
}

#ctl00_ctl00_MainRoot_Main_BesokEditView_RegistreringsrutinView_personSearchPanel table td {
    border: 0px solid black;
}

.modalTitle {
    cursor: move;
    background-color: #6189B8;
    border: solid 1px Gray;
    color: Black;
    text-align: left;
    height: 25px;
    margin: 3px;
}

div.KassaInfo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    vertical-align: middle;
    text-align: right;
}

.KassaInfoSmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Red;
}

div.KassaPanel {
    border: solid 1px silver;
    background-color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 105px;
    padding: 3px;
}

div.FrikortPanel {
    border: solid 1px silver;
    background-color: transparent;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 105px;
    padding: 3px;
}

div.VantetidPanel {
    border: solid 1px silver;
    background-color: transparent;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 105px;
    padding: 3px;
}

div.VantetidErrorPanel {
    border: solid 1px red;
    background-color: transparent;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 105px;
    padding: 3px;
}


div.PersonPanel {
    border: solid 1px silver;
    background-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 105px;
    padding: 3px;
    /*
    background-color: White;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100px;
    border: solid 0px #6189B8;
    background-color: White;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 80px;
    */
}

.CompositeBorder {
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #e3e9ef solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-collapse: collapse;
    background-color: White;
    height: 20px;
}

table .loginTable {
    width: 240px;
}

    table .loginTable td .right {
        text-align: right;
    }

    table .loginTable td label {
        float: right;
    }

.dropdown {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.groupControls {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    width: 100%;
}

.Center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ====== Toggle Divs ====== */
.toggleHead {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    background-color: #FFCCCC;
    margin: 1px;
}

.toggleBody {
    padding: 5px 10px 15px;
    background-color: #F4F4F8;
}

.searchFiter {
    padding: 5px 5px 0px 5px;
    cursor: pointer;
    position: relative;
    background-color: #FFF8DC;
    margin: 1px;
}
/* ====== GridView ====== */

.subGrid {
    font-family: tahoma;
    font-size: 11px;
    border: solid 1px #7f7f7f;
    border-bottom-width: 1px;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
}

.subGridgridAltrow {
    background-color: #EBF4FA;
}

.subGridRow {
    background-color: #fff;
}

.subGridGroup {
    padding: 10px 0px 2px 0px;
    color: #666666;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

/* ====== Modal Form ====== */
.modalPopup {
    background-color: #EFF3F7;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 350px;
}

.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalForm {
    border-style: outset;
    background-color: #EFF3F7;
}

.modalFormHeader {
    height: 20px;
    background-image: url(../../content/images/ModalHeader.png);
    background-repeat: repeat-x;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
}

.modalFormCloseImage {
    padding-top: 2px;
}

.modalFormContent {
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #EFF3F7;
}

/* ====== div  ====== */
div.box {
    border: 0.8em solid #000;
    padding: 3px;
    width: 300px;
    height: 350px;
    color: #000;
    text-align: left;
}

div.info {
    border: solid 1px #6189B8;
    padding: 3px;
    width: 98%;
    color: #6189B8;
    background-color: #FFFFFF;
    text-align: left;
}

div.warning {
    border: solid 1px #6189B8;
    padding: 3px;
    width: 98%;
    color: #416998;
    background-color: #FFFFBB;
    text-align: left;
}

div.tabArea {
    padding: 5px;
    width: 100%;
    background-color: #E2E8EE;
}

div.controlset {
    margin: 0 5px 5px 5px;
}

fieldset.editor {
    margin: 2px 2px 2px 2px;
}

fieldset {
    border-style: wave;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.fset {
    color: #6189B8;
    display: block;
    font-style: italic;
    height: 10px;
    width: 96%;
    padding: 5px;
    margin: 5px;
    border: 1px outset #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


fieldset.dashboard {
    padding: 10px;
    height: 300px;
}

fieldset.filterArea {
    background-color: #E2E8EE;
}

fieldset.divider {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

fieldset.groupbox {
    margin: 5px;
}

fieldset.rapp {
    margin: 50px;
}

table.registreradiagnosctrl_left {
    padding: 10px;
}

input.registreradiagnosctrl_left {
    height: 20px;
}

td.registreradiagnosctrl_left {
    padding-top: 5px;
    vertical-align: top;
}

table.registreradiagnosctrl_right {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}


input.registreraatgardctrl {
    height: 20px;
}


/* ====== RAPP  ====== */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .form-control {
        border: 0 !important;
        -webkit-filter: blur(0);
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
    }

    #mainContentDiv {
        border-color: #eeeeee;
    }
}

.darkBgrDefault {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #6189B8;
}

.darkBgr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #6189B8;
    width: 100%;
    min-width: 450px;
}

.pageBgr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #EFF3F7;
}

.sidfot {
    color: #000000;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.headTable {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    color: #FFFFFF;
}

.searchCell {
    vertical-align: bottom;
}

.content {
    background-color: #FFFFFF;
    border-style: none;
}

.bulletedList {
    color: Black;
}

.infoMeddelande {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #FF0000;
}

.infoTitle {
    font-size: 13px;
    font-weight: bold;
}

.headPage {
    font-size: 15px;
    color: #666666;
}

.headerWarning {
    font-weight: bold;
    color: White;
}

.headerText {
    font-style: italic;
    color: White;
}

.subHeading {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

.subHeadingNormal {
    font-size: 11px;
    color: #666666;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}

.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.smallitalic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-style: italic;
}

.medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.smallblue {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}

.hiddenWhenNotPrinting {
    display: none;
}

.hide-this {
    display: none;
}


.test {
    white-space: nowrap; /* Behövs för non-IE browsers */
    border: 1px solid #000000;
}

.toolbar-button {
    cursor: hand;
}

.toolbarCell {
    white-space: nowrap; /* Behövs för non-IE browsers */
}

/* 
Toolbar styles 
    background-color: #E9EAF2;
    border-bottom: solid 1px #6189B8;  
    border-bottom: solid thin #6189B8;  

*/

.AccStyle {
    background-image: url(../../content/images/MenuBackground.png);
    height: 31px;
    width: 500px;
}


.AreaBody {
    height: 250px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}

.AreaBodyMeddelanden {
    height: 100px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}

.MainToolbarStyle {
    background-image: url(../../content/images/MenuBackground.png);
    height: 31px;
}

div.toolbarCell {
    white-space: nowrap; /* Behövs för non-IE browsers */
    cursor: hand;
    margin: 0px 2px;
    padding: 3px 4px;
    border: solid 1px transparent; /*Behövs för att hålla storleken på knappen konstant vid hover*/
}


    div.toolbarCell:hover {
        white-space: nowrap; /* Behövs för non-IE browsers */
        border: solid 1px #6189B8;
    }

    div.toolbarCell input {
        white-space: nowrap;
        vertical-align: text-top;
    }

    div.toolbarCell A {
        text-decoration: none;
        color: #416998;
        white-space: nowrap; /* Behövs för non-IE browsers */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        vertical-align: text-top;
        margin-left: 2px;
    }


/* Menu styles */

.MenuCell {
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
    color: #A3A7AC;
    text-align: center;
    height: 25px;
}

.MenuCellSelected {
    border-top-color: #FFC83C;
    border-left-color: #A0A0A0;
    border-right-color: #A0A0A0;
    border-bottom-color: #E2E8EE;
    border-top-width: 2px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    font-weight: 900;
    padding: 0px;
    background-color: #E2E8EE;
}

.MenuCellHover {
    background-color: #E2E8EE;
}

.MenuCellFiller {
    border-bottom: 1px solid #A0A0A0;
    width: 100%;
}

.MainMenuStyle {
    font-weight: normal;
    background-color: White;
    background-image: url(../../content/images/MenuBackground.png);
    padding-right: 4px;
}

/*
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EFF3F7,endColorStr=#E2E8EE); 
#6189B8;
    MENU CELL

*/
.MainMenuCell {
    color: #416998;
    text-align: center;
    height: 20px;
    margin: 2px;
    padding: 2px;
    outline: none;
}

A.MainMenuCell:link {
    text-decoration: none;
    color: #416998;
    outline: none;
}

A.MainMenuCell:visited {
    text-decoration: none;
    color: #416998;
    outline: none;
}

A.MainMenuCell:hover {
    text-decoration: none;
    color: Black;
    outline: none;
}


.MainMenuCellHover {
    background-color: #6189B8;
    color: White;
    outline: none;
}

A.MainMenuCellHover:link {
    color: White;
    outline: none;
}

A.MainMenuCellHover:visited {
    color: White;
    outline: none;
}
/*
ITEM CELL

*/

.MainSubMenuStyle {
    border-width: 1px;
    border-color: #c2c2c2;
    border-style: solid;
    float: left;
    display: block;
    padding: 3px 3px 0px 3px;
}


.MainMenuItemCell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    height: 20px;
    padding: 2px;
    outline: none;
}

    .MainMenuItemCell img {
        margin: 0px 7px 0px 5px;
        height: auto;
        width: auto;
        float: left;
        text-align: center;
        vertical-align: middle;
        outline: none;
    }

a:visited {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

.MainMenuItemCell A {
    vertical-align: bottom;
    outline: none;
}

A.MainMenuItemCell:link {
    text-decoration: none;
    color: #416998;
    outline: none;
    border-width: 0;
}

A.MainMenuItemCell:visited {
    text-decoration: none;
    color: #416998;
    outline: none;
    border-width: 0;
}

A.MainMenuItemCell:active {
    text-decoration: none;
    color: #416998;
    outline: none;
}

A.MainMenuItemCell:hover {
    text-decoration: none;
    color: #416998;
    outline: none;
}




.MainMenuItemCellHover {
    background-color: #6189B8;
    color: White;
    padding: 2px;
    outline: none;
}

A.MainMenuItemCellHover:link {
    color: White;
    outline: none;
}

A.MainMenuItemCellHover:visited {
    color: White;
    outline: none;
}

A.MainMenuItemCellHover:active {
    color: White;
    outline: none;
}

A.MainMenuItemCellHover:hover {
    color: White;
    outline: none;
}





.tabCanvas {
    background-color: #E2E8EE;
    font-size: x-small;
    border-left: 1px solid #A3A7AC;
    border-bottom: 1px solid #A3A7AC;
    border-right: 1px solid #A3A7AC;
}

.Error {
    border: 1px solid red;
}

.tabReservnummer {
    background-color: #E2E8EE;
    font-size: x-small;
    border: 1px solid black;
}

/* ====== ID's ====== */
#Labels {
    position: relative;
    border: 1px solid #000000;
    left: 100px;
    top: auto;
}

.gvrko {
    cursor: help;
}

.gvrkopress {
    cursor: hand;
}

.special {
    display: none;
}

/* MVC Specific */
.editor {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.new-button {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../content/images/toolbar_userAdd.gif);
    background-repeat: no-repeat;
}

.edit-button {
    border: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../content/images/open-16x16.png);
    background-repeat: no-repeat;
}

.delete-button {
    cursor: hand;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../content/images/trash.gif);
    background-repeat: no-repeat;
}

.table-button {
    border: 0;
    vertical-align: middle;
    text-align: center;
}

.rapp-button {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    outline: 0;
    margin: 0 2px 0 0;
    font-size: 11px;
    font-weight: 500;
    padding: .2em 1em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
}

a.icon-link {
    color: #FFFFFF;
    text-decoration: none !important;
}

    a.icon-link:hover {
        color: #bcd4ec;
    }

.editor-field {
    margin-left: 5px;
    margin-right: 5px;
}

.editor-label {
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}


.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}


/* jQuery Datatable Styles */
.dataTableDateColumn {
    white-space: nowrap;
}

div.toolbar {
    margin: 5px 5px 5px 5px;
}

div.filter {
    margin: 5px;
}

.messageLink {
    font-weight: bold;
}

.inline-message {
    padding: 3px;
    width: 100%;
    background-color: #6189B8;
    font-size: larger;
    text-align: center;
    color: White;
    font-weight: bold;
}

.progressindicator {
    background: url('../../content/images/ajax-loader.gif') no-repeat center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    position: absolute;
    width: 97%;
    height: 80%;
    display: block;
    border: 0px solid #000000;
    z-index: 99999;
}

tr.alt td {
    background: #ecf6fc;
}

tr.over td {
    background: #bcd4ec;
    cursor: pointer;
}

td {
    border-color: white;
}

img.over {
    cursor: pointer;
}

.noMargins > ul {
    margin: 0px;
}

#changePasswordTable {
    padding: 0px;
    border: none;
    border-spacing: 0px;
    width: 100%;
}

    #changePasswordTable td.inputLabelTd {
        text-align: right;
        white-space: nowrap;
        padding-left: 9px;
    }

    #changePasswordTable td.inputTd {
        text-align: left;
        width: 100%;
    }

span.validationSpan[style*="inline"] {
    display: block !important;
}

.userMessageError, .userMessageWarning, .userMessageInfo {
    padding: 3px;
    margin: 0px 3px;
    text-align: left;
}

    .userMessageError ul, .userMessageWarning ul, .userMessageInfo ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.userMessageError {
    border: solid 1px #FFAAAA;
    color: Red;
    background-color: #FFFFFF;
}

.userMessageWarning {
    border: solid 1px #FFAAAA;
    color: Black;
    background-color: #FFFFCC;
}

.userMessageInfo {
    border: solid 1px #6189B8;
    color: #6189B8;
    background-color: #FFFFFF;
}

/*För att göra vanliga inputs och password inputs samma storlek krävs att typsnitten är samma*/
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.searchOptions .searchOption {
    float: left;
    margin-left: 5px;
    width: 280px;
}

.SimulerarInformation {
    text-align: right;
}

.kombikaWarning{
    color: darkred;
    background-color: lightgrey;
}