﻿/* Special-taggar */
.table {
    background: url("./verticalline.png") repeat-x scroll 50% bottom #FCFDFD;
    background-color: #FCFDFD;
    border: 1px solid #A6C9E2;
    padding: 2px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
    border-radius: 5px 5px 5px 5px;
}

.RoundedCorners5px {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px inset;
    padding: 0 2px 1px;
}

.RoundedCorners3px {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px inset;
    padding: 0 2px 1px;
}




.frameTd {
    background-color: #B0C4DE;
    /*LightSteelBlue;*/
    margin: 0px;
    padding: 0px;
    /*font-family: Tahoma;
    font-size: 12px;*/
    /*font-family: GillSans, Verdana, Arial, Tahoma, sans-serif;*/
    font-size: 1em;
}

.th {
    background: url("./HeaderBg.png") repeat-x scroll 50% 50% #5C9CCC;
    border: 1px solid #4297D7;
    color: #FFFFFF;
    /*font-family: Arial;*/
    font-weight: bolder;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    /*font-family: Tahoma;
    font-size: 12px;*/
    /*font-family: Arial, GillSans, Verdana, Tahoma, sans-serif;*/
    font-size: 1.1em;
    /*background-color: #6B696B;*/
    letter-spacing: 0.1em;
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tdLabel {
    text-align: right;
    font-style: italic;
    vertical-align: top;
    padding-right: 4px;
    /*padding-top: 3px;*/
}

.startpageheaderbg {
    background-image: url(../../Images/FrontMenu/Sky5.jpg);
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    width: 615px;
    height: 80px;
    padding: 0px;
}

.startpageheaderbg_timeduty {
    background-image: url(../../Images/FrontMenu/front_header_800.jpg);
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    width: 800px;
    height: 80px;
    padding: 0px;
}

.startpageheaderbg2 {
    background-image: url(../../Images/BackMenu/Header.jpg);
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    width: 800px;
    height: 100px;
    padding: 0px;
}

.startpageheaderbg2_timeduty {
    background-image: url(../../Images/BackMenu/clouds.png);
    float: left;
    background-repeat: no-repeat;
    background-position: 10% 40%;
    background-size: cover;
    width: 100%;
    height: 100px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Menu1_Menu2 ul li ul {
    /* TO STOP MENU FLICKERING IN CHROME AT LOAD */
    display: none;
}

#Menu1_Menu2 ul li {
    /* TO STOP MENU FLICKERING IN CHROME AT LOAD */
    position: relative;
    float: left;
    list-style: none;
}

.menubg {
    height: 25px;
    border-top: 2px solid #0079b5;
    border-bottom: 2px solid #0079b5;
    padding: 3px 0px;
    background: white;
    /*background-image: url( '../../Images/BackMenu/MenuRow_01.gif' );*/
    padding-left: 20px;
    /*background-position-y: bottom;*/
    background-position: bottom;
}

#Menu1_Menu2 ul.static li a.static {
    color: #11588E;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    transition: color 0.3s ease;
}

#Menu1_Menu2 ul.static li:hover > a.static {
    color: #06a9f4;
}

#Menu1_Menu2 ul.static li a.static:hover {
    color: #06a9f4;
}

#Menu1_Menu2 ul.static li {
    padding-right: 18px;
}

    #Menu1_Menu2 ul.static li ul {
        background: white;
        margin-top: 5px;
        border: 2px solid #0079b5;
        border-top: none;
        margin-left: 0;
        padding: 5px 0;
        width: 250px;
    }

        #Menu1_Menu2 ul.static li ul li.dynamic {
            padding-right: 0px;
            width: 100%;
        }

        #Menu1_Menu2 ul.static li ul a.dynamic {
            background: white;
            transition: color 0.1s ease, background 0.1s ease;
            font-size: 12px;
            width: 90%;
        }

            #Menu1_Menu2 ul.static li ul a.dynamic:hover {
                background: rgba(6,169,244,.5);
                color: white;
            }

        #Menu1_Menu2 ul.static li ul a.aspNetDisabled:hover {
            background: white;
            color: black;
        }

.main-content-area {
    padding-bottom: 100px;
}

.bottom-section {
    position: relative;
}

#linkContact {
    background: #EFEDF2;
    padding: 10px 20px;
    border-radius: 9px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 200px;
    margin: auto;
    transition: background 0.2s ease;
}

    #linkContact:hover {
        background: #D6D4D8;
    }

.menu_zindex {
    z-index: 100;
}

.menu_borders {
    border-color: #D4D3D6;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

.imgtext {
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 430px;
    padding-right: 20px;
    font-family: Arial;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    display: block;
}

.shadow {
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.LoginText {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 6px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-right: 20px;
    font-family: Arial;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: 0.3px;
    align-self: flex-end;
    background: rgba(0,0,0,.4);
}

.FrontLink a {
    color: #d61719;
    text-decoration: none;
}

    .FrontLink a:hover {
        color: #d61719;
        text-decoration: underline;
    }

.Specialbody {
    background-color: #ffffff;
    /*WhiteSmoke;*/
}

.smallLetters {
    letter-spacing: 0px;
    font-size: 1em;
}

.smallText {
    font-size: 10px;
}

.TimeSummary {
    background-color: #F2F7FC;
}

.popupControl {
    background-color: #FFFFCC;
    border: outset 1px #c0c0c0;
    padding: 2px;
    margin-left: 4px;
    color: #444444;
    position: absolute;
    visibility: hidden;
}

.SpecialHightAtPrint {
    height: 100vh;
}

.contentTimeReport {
    margin: auto;
}

.ColoredText {
    color: #2E6E9E;
}

.HelpIcon {
    cursor: pointer;
    vertical-align: middle;
    padding-left: 5px;
}

.NinetyWidth {
    width: 90%;
}

.HalfWidth {
    width: 50%
}

.ThirdWidth {
    width: 33%
}


/* STRIPE */
.StripeBody {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

    .StripeBody ul {
        margin-bottom: 0px;
    }

    .StripeBody li {
        list-style-type: none;
        margin-left: -40px;
        font-size: 14px;
    }

.StripeTh {
    background: none;
    background-color: #e8e9eb;
    color: black;
    font-weight: bold;
    width: 600px;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    overflow: hidden;
    background-color: #e8e9eb;
}

.StripeFooter {
    background: none;
    background-color: #e8e9eb;
    color: black;
    width: 600px;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    overflow: hidden;
    background-color: #e8e9eb;
}


.StripeRow {
    width: 600px;
    height: 22px;
    background-color: #f5f5f7;
}

.StripeColumnLeft {
    width: 240px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    margin: 0px;
    vertical-align: top;
}

.StripeColumnRight {
    width: 340px;
    padding-left: 5px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}


.StripeElement {
    background-color: white;
    /*height: 15px;*/
    padding-left: 5px !important;
    border-radius: 4px;
    /*border: 1px solid transparent;*/
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    border: 1px inset;
    font-family: "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px;
    opacity: #aab7c4;
}

    .StripeElement::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #aab7c4;
        opacity: 1; /* Firefox */
    }

    .StripeElement::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #aab7c4;
    }

    .StripeElement::-ms-input-placeholder { /* Microsoft Edge */
        color: #aab7c4;
    }

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    /*border-color: #fa755a;*/
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.StripeLogo {
    position: relative;
    margin-bottom: 6px;
    height: 35px;
    box-sizing: border-box;
}

.StripeLogoWrap {
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
}

.StripeLogoBevel {
    border: 1px solid rgba(0,0,0,.2);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    box-shadow: inset 0 1px 0 0 hsla(0,0%,100%,.1);
    position: absolute;
    top: 3px;
    left: 3px;
    box-sizing: border-box;
}

.StripeLogoBorder {
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.18),0 2px 2px 0 rgba(0,0,0,.08);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.StripeLogoImage {
    width: 64px;
    height: 64px;
    margin: 3px;
    border-radius: 100%;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto auto;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
}

.StripeButton {
    float: right;
    display: block;
    margin-right: 20px;
    position: relative;
    border-radius: 6px;
    background-color: #3ea8e5;
    background-image: linear-gradient(-180deg,#44b1e8,#3098de);
    box-shadow: 0 1px 0 0 rgba(46,86,153,.15),inset 0 1px 0 0 rgba(46,86,153,.1),inset 0 -1px 0 0 rgba(46,86,153,.4);
    font-size: 17px;
    line-height: 21px;
    height: 30px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
}


/* Standard taggar */
html {
    margin-right: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding-top: 0px;
    /*   font-family: Tahoma;
    font-size: 12px; */
    font-family: Verdana, GillSans, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

h1, h2, h3 {
    margin: 0px;
    font-family: Tahoma;
    font-weight: bold;
    color: #11588E;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

a {
    text-decoration: underline;
    color: #000000;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

    a:active {
        color: #0000CD;
    }

    a.visited {
        color: #000000;
    }

img {
    border: 0px;
}

textarea {
    /*font-family: Tahoma;
    font-size: 12px;
    font-family: GillSans, Verdana, Arial, Tahoma, sans-serif;*/
    font-family: Verdana, GillSans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
}

input {
    /*font-family: Tahoma;
    font-size: 12px;
    font-family: GillSans, Verdana, Arial, Tahoma, sans-serif;*/
    font-size: 1.1em;
    /*letter-spacing: 0.1em; */
    color: #000000;
}

select {
    font-size: 1.1em;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px inset;
    /*padding: 0 2px 1px;     */
}

input[type=text], input[type=password] {
    -moz-border-radius: 3px;
    border: 1px inset;
    padding: 0 2px 1px;
}

input.ui-button {
    padding: 0.1em 1em !important;
    font-size: 1em !important;
}

div {
    margin: 0;
    padding: 0;
}

table {
    margin: 0px;
    padding: 0px;
}

td {
    border-color: #A6C9E2;
}

th, th a {
    background: url("./Header2Bg.png") repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #C5DBEC;
    color: #11588E;
}

ul {
    margin-top: 0px;
}

/* *********************************** MASTERPAGE SPECIFICS ******************************** */
.masterpageTable {
    width: 800px;
    height: 600px;
    border: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto
}

.masterpageTdHeader {
    width: 800px;
    height: 100px;
}

.masterpageHeaderMenu {
    height: 20px;
    text-align: center;
}

.masterpageHeaderMenuImage {
    width: 160px;
    height: 25px;
}

.masterpageContentArea {
    height: 480px;
}

.masterpageFooterTd {
    color: White;
    background-color: #6BA8DF;
}

.masterpageLinkPartners {
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.masterpageLinkContact {
    margin-left: 250px;
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.masterpageLinkNews {
    color: White;
    text-decoration: none;
    font-weight: bold;
    float: right;
}

.calendar-table > table {
    width: 100%;
}

    .calendar-table > table tr:nth-child(2) {
        height: 30px;
    }

    .calendar-table > table tr {
        height: 25px;
    }

    .calendar-table > table th {
        text-transform: capitalize;
    }



/* ****************************************************** SPECIFICS ****************************************************** */
.noDecoration {
    text-decoration: none;
}

.border0 {
    border: 0px;
}

.ValignMiddle {
    vertical-align: middle;
}

.TextAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.fontSize16 {
    font-size: 16px;
}




/* ****************************************************** PUBLIC PAGES ****************************************************** */

.pageFullWidthTable {
    width: 100%;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.Front_LeftContentWidth {
    width: 550px;
    padding-right: 10px;
    border-right: 1px dashed #CCC;
    vertical-align: top;
}

.firstPageImage {
    width: 395px;
    height: 60px;
}

.firstPageFlag {
    border-width: 0px;
    width: 21px;
    height: 14px;
}

.featuresArea {
    padding-left: 10px;
    vertical-align: top;
}

.featuresCheck {
    border: 0px;
    width: 12px;
    height: 12px;
}

.featuresTd {
    padding: 2px;
}

.readMoreArrow {
    vertical-align: middle;
    width: 10px;
    height: 5px;
}



/*Loader Style*/
.loading {
    margin: auto;
}

    .loading span {
        line-height: 32px;
        margin-left: 12px;
        font-size: 16px;
        vertical-align: middle;
    }

    .loading img {
        vertical-align: middle;
    }

.loading_wrp {
    background-color: #FFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1020;
}

    .loading_wrp .x16 span {
        line-height: 16px;
        font-size: 12px;
        margin-left: 6px;
    }

    .loading_wrp .x32 img {
        width: 32px;
        height: 32px;
    }
