﻿/* DEFAULTS
----------------------------------------------------------*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #E5E5E5;
    font-size: .80em;
    font-family: Verdana,Arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a img {
    border: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: black;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: "Arial", Helvetica, Sans-Serif;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

h2 {
    font-size: 12px;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

table td {
    padding: 5px 0 5px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

table th {
}

.header table td {
    border: none;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}
/* New Foundation Classes 
----------------------------------------------------------*/
/* Flex */
.fdn_flex{
    display:flex;
}
.fdn_flex_column{
    flex-direction: column;
}
.fdn_justify_center{
    display:flex;
    justify-content: center;
}
.fdn_justify_start{
    display:flex;
    justify-content: flex-start;
}
.fdn_justify_end{
    display:flex;
    justify-content: flex-end;
}
.fdn_align_center{
    display:flex;
    align-items: center;
}
.fdn_align_start{
    display:flex;
    align-items: flex-start;
}
.fdn_align_start{
    display:flex;
    align-items: flex-end;
}
.fdn_grow{
    display:flex;
    flex-grow:1;
    width:100%;
}
.fdn_border_bottom{
    padding-bottom:6px;
    border-bottom:1px  solid rgba(0, 0, 0, 0.3);
}
/* Styling */
.fdn_label{
    font-weight: 500;
    color:#222222;
    font-size: 11px;
}
.fdn_label_light{
    color:#5a5a5a;
    font-size: 10px;
}
.fdn_text_input{
    border:solid 1px rgba(0, 0, 0, 0.3); 
    border-radius:3px;
    min-height:18px;
}
.fdn_button{
    border:solid 1px rgba(0, 0, 0, 0.3);
    border-radius:3px;
    min-height:22px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 0 0 4px;
}
.fdn_checkbox{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-grow: 0;
    flex-wrap:nowrap;
    font-size: 11px;
    gap:2px;
    margin-right:4px;
}
.fdn_button:hover{
    background-color: rgba(179, 229, 252, 0.5);
    cursor: pointer;
}
.fdn_button:active {
    background-color: rgba(179, 229, 252, 1);
}

/*Margin / Padding */
.fdn_xs_margin_bottom{
    margin-bottom: 2px;
}
.fdn_s_margin_bottom{
    margin-bottom: 4px;
}
.fdn_m_margin_bottom{
    margin-bottom: 8px;
}
.fdn_l_margin_bottom{
    margin-bottom: 16px;
}
.fdn_xl_margin_bottom{
    margin-bottom: 32px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.SJLogga {
    padding-left: 14px;
    padding-right: 10px;
}

.page {
    width: 1084px;
    margin: 0 auto;
}

.header {
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff url('../Images/TopMenyBakgrund.jpg') repeat-x;
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.inner-header {
    margin: 0 auto;
    width: 1070px;
}

.header h1 {
    font-family: "Arial", Verdana;
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: white;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    background-color: #fff;
    padding: 8px 12px;
    margin: 0 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}

/* DIALOGS
----------------------------------------------------------*/

body#showDialog {
    background-color: #fff;
}

#showInfo {
    width: 751px;
    background-color: #fff;
}

#dialog-location-modal {
    width: 790px;
    font-size: 10px;
}

/* INFO ACCOUNT 
----------------------------------------------------------*/

#info-account {
    float: right;
    position: relative;
    color: #C1C1C1;
    height: 12px;
    padding: 8px 0 8px 0;
    width: 320px;
}

    #info-account a, #info-account a:visited, #info-account a:hover {
        color: #fff;
        font-weight: bold;
        font-size: 11px;
    }

    #info-account span {
        color: #C1C1C1;
    }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: white;
    width: 100%;
}

.NavigationMenu {
    padding: 0;
    width: 100%;
    height: 28px;
}

.StaticMenuStyle {
    margin: 0px;
    padding: 0px;
    width: auto;
    list-style: none;
}

.DynamicMenuStyle {
    z-index: 99;
    list-style: none;
}

.StaticMenuItemStyle {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    display: block;
    line-height: 1.35em;
    padding: 4px 18px;
    text-decoration: none;
    white-space: nowrap;
}

.DynamicMenuItemStyle {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}

.StaticMenuStyle a:hover, .DynamicMenuStyle a:hover {
    background: #fff url('../Images/mSelect.jpg') repeat-x;
    color: #000;
    text-decoration: none;
}

.StaticMenuStyle a, a:active, .DynamicMenuStyle a, a:active {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

div.formMisc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.submitButton {
    text-align: right;
    padding-right: 12px;
    margin-top: 22px;
}

.leftMargin {
    margin-left: 10px;
}

.topMargin10 {
    margin-top: 10px;
}

.displayBLock {
    display: block;
}

.txtBoxSpaceAfter {
    margin-right: 5px;
}

/* CHAT WRAPPER 
----------------------------------------------------------*/

#chatWrapper {
    bottom: 0px;
    direction: ltr;
    width: 300px;
    height: 26px;
    left: auto;
    position: fixed;
    right: 0;
    z-index: 99;
    float: right;
}

#chatTrigger {
    height: 26px;
    width: 300px;
    cursor: pointer;
    display: block;
    background: #999;
    padding-top: 3px;
    font-weight: 400;
    text-align: left;
}

    #chatTrigger a, #chatTrigger a:link, #chatTrigger a:visited, #chatTrigger a:hover {
        color: #fff;
        font-size: 1.3em;
    }

        #chatTrigger a, #chatTrigger a:link, #chatTrigger a:visited {
            text-decoration: none;
        }

#chatWindow {
    width: 100%;
}

#chatWrapper2 {
    width: 100%;
    height: 300px;
}

#chatWrapper #chatTrigger span:hover {
    color: #ccc;
}

#chatWrapper #chatTrigger a {
    height: 26px;
    padding-left: 26px;
    background: url('../Images/expand_window_on_btn.gif') left -3px no-repeat;
}

#chatContainer, #chatContainer iframe {
    border: 0;
    width: 100%;
    height: 300px;
}

#chatContainer {
    overflow: hidden;
    background: #ccc;
}

/* DATE PAGER   
----------------------------------------------------------*/

#gvRutt {
    text-align: left;
}

    #gvRutt th, #gvRutt td {
        text-align: left;
        padding-right: 10px;
    }

.datePaging {
    font-size: .7em !important;
    width: 100%;
    clear: both;
    height: 22px;
    margin: 20px 0 20px 0;
}

    .datePaging .currentDates {
        width: 50%;
        float: left;
        text-align: center;
    }

    .datePaging .previousDate {
        width: 25%;
        float: left;
        text-align: left;
    }

    .datePaging .nextDate {
        width: 25%;
        float: left;
        text-align: right;
    }


/* MISC  
----------------------------------------------------------*/

td.framed, td.status-framed, tr.framedTransport, tr.framed {
    cursor: pointer !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 98px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #fff;
}

    .loginDisplay a:link {
        color: #fff;
    }

    .loginDisplay a:visited {
        color: #fff;
    }

    .loginDisplay a:hover {
        color: #fff;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.notificationMessage {
    font-size: 1.2em;
    color: Green;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.txtBoxSpaceAfter {
    margin-right: 5px;
}

.defaultCursor {
    cursor: default !important;
}

.inlineBlock {
    display: inline-block;
}

/* REPORT GRID   
----------------------------------------------------------*/

.reportGrid {
    margin-top: 20px;
}

/* TABLES   
----------------------------------------------------------*/

td.Rubrik {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
}

.framed:hover, .gvRow:hover {
    background: url('../Images/mSelect.jpg') repeat-x !important;
}

.framedTransport:hover, .gvRow:hover {
    background: url('../Images/mSelect.jpg') repeat-x;
}

.framedTransport td, .framedTransport th {
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
}

.theStar {
    color: Red;
    font-size: medium;
    font-weight: bold;
}

.gvRow a {
    color: Black;
    text-decoration: none;
}

.gvRow td {
    color: #000;
}
/*#FFFF99 #CCFF66*/

/*.standbyOption
{
    background-color:#FFFF99 !important;
   
}

.jourOption
{
    background-color:#CCFF66 !important;
} */

input.delete-input-ui {
    font-size: small;
}

tr.alternative {
    background-color: #F8F8FF;
}

.btnExpandShow {
    position: relative;
}

.btnExpandHide {
    display: none;
    position: relative;
}

tr.status-red {
    background-color: #FF8080 !important;
}

tr.status-yellow {
    background-color: #FFCC00 !important;
}

.UppNer {
    padding-left: 14px;
    padding-top: 2px;
    padding-right: 14px;
}

.StandardCell {
    padding-left: 4px;
    padding-right: 4px;
}

.CellAvst {
    padding-left: 5px;
    padding-right: 5px;
}

.invisible {
    display: none;
}

.tabvisible {
    display: block;
}

.dispTextBox {
    color: black;
    background-color: White;
}

.EmptyGrid {
    border-collapse: collapse;
    border: 0;
}

table.tblStandard {
    width: 670px;
    font-size: 10px;
    border-collapse: collapse;
    border: 0;
}

table.tblStandard1 {
    width: 940px;
    font-size: 10px;
    border-collapse: collapse;
    border: 0;
}

table.tblStandard4 {
    font-size: 10px;
    border-collapse: collapse;
    border: 0;
}

.tblStandard4 td {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

table.tblStandard2 {
    font-size: 10px;
    border: 4px;
    width: 940px;
    margin-bottom: 12px;
    border-collapse: collapse;
}

table.tblStandard3 {
    font-size: 10px;
    border: 4px;
    border-bottom: 1px;
}

div.tblStandard2 {
    font-size: 10px;
}

.tblStandard2 td {
    border-bottom: 0;
    vertical-align: top;
    text-align: left;
}

.tblValignBottom td {
    vertical-align: bottom !Important;
}

.font10 {
    font-size: 10px;
}

.tblStandard td {
    border: 0;
    padding: 0 0 5px 0;
}

.tblVAlignBottom td {
    vertical-align: bottom;
}

td.Cell12 {
    font-size: 14px;
    vertical-align: top;
}

.Cell12 b {
    font-size: x-small;
}

.gvInfo td, .gvInfo th {
    text-align: left;
    padding-right: 10px;
}

.icon-arrowUp {
    background: url(../Images/up.gif) no-repeat right;
    padding-right: 20px;
}

.icon-arrowDown {
    background: url(../Images/ner.gif) no-repeat right;
    padding-right: 20px;
}

.noBottomPadding {
    padding-bottom: 0px;
}

    .noBottomPadding fieldset {
        padding-bottom: 0px;
    }

/* ASPNET 
----------------------------------------------------------*/

span#lbFranFel.aspNetDisabled, span#lbTillFel.aspNetDisabled, span#lbNyplatsFel.aspNetDisabled {
    display: none !important;
}

/* TELERIK - COMBOBOX    
----------------------------------------------------------*/

div.RadComboBoxDropDown_Sunset em {
    font-style: normal;
    font-weight: bold;
}

div.RadComboBoxDropDown_Sunset .rcbItem em {
    background: Yellow;
}

.viaPlatsIframe {
    width: 100%;
    height: 100%;
}

.busyPopup {
    position: absolute;
    z-index: 99;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.busyPopupInner {
    position: absolute;
    top: 40%;
    left: 30%;
    width: 300px;
    height: 50px;
    text-align: center;
}

.rgEditForm table {
    margin: 10px;
}

/*.rgExpXLS
{
    float: right;
}*/

div.RadGrid_Default .rgCommandRow tr {
    float: right;
}

.RadGridExpandedStyle td {
        padding-bottom:0;
        padding-top:0;
}

.RadGridExpandedStyle td.rgExpandCol {
    background-color: #7F7F7F !important;
}

.RadGridExpandedStyle td .rgDetailTable {
    border-bottom-color: #7F7F7F !important;
    border-bottom-width:thick;
    border-bottom-style: solid;
}

.RadGridExpandedStyle tr {
    border-right-color: #7F7F7F !important;
    border-right-width:thick;
    border-right-style: solid;
}

.RadGridMasterTableExpanded td {
    background: none;
    background-color: #7f7f7f;
}

.RadGridMasterTableExpanded td.rgExpandCol {
    background-color: #7F7F7F !important;
}

.Red td {
    background-color: #ff0000 !important;
}

.Yellow td {
    background-color: #FFA500 !important;
}

/*.RadGridSelect .rgSelectedRow:hover {
        background: url('../Images/mSelect.jpg') repeat-x !important;
    }*/

#pnlDetaljeradReservationsinfo
{
    color:#343434;
}

#pnlDetaljeradReservationsinfo fieldset
{
    padding-left: 1.4em;
}

.SenastUppdaterad{
    padding-left: 1em;
    display: block;
    height:47px;
}
