﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin:0;
    padding-top: 25px; /*50px SEN*/
    padding-bottom: 20px;
    max-width:1980px;
    margin-left:auto;
    margin-right:auto;
}
hr.solid {
    border-top: 2px solid #436183;
}
    @media only screen and (min-width: 768px) {
        .dropdown:hover .dropdown-menu {
            display: block;
        }
    }
    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
        /*padding-left: 15px;
        padding-right: 15px;*/
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 290px; /*SENANP*280px;*/
}
    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        input,
        select,
        textarea {
            max-width: 600px; /*SENANP*280px;*/
        }
        .jumbotron {
            margin-top: 20px; /*20px;*SEN:Mellanrum sidhuvud och sidan*/
        }

        .body-content {
            padding: 0;
        }
    }

    .ledtxt,
    .sen_ledtxt {
        display: none;
    }

    .sen_txt_brod {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        color: #5a5a5a;
        line-height: 1.2;
    }

        .sen_txt_brod > a:link {
            text-decoration: none;
            color: #0c9886;
            font-weight: bold;
        }

        .sen_txt_brod > a:hover {
            color: #9fd4ce;
        }

        .sen_txt_brod > a:visited {
            color: #0c9886;
        }

            .sen_txt_brod > a:visited:hover {
                color: #9fd4ce;
            }

    .sen_txt_led {
        height: 45px;
    }
.ucase {
    text-transform:uppercase;
}
.lcase {
    text-transform: lowercase;
}
    .fet {
        font-weight: bold;
    }
    .linkgreen {
    color: #0c9886;
    text-decoration: none;
}
    .linkgreen:hover {
        color: #9fd4ce;
        text-decoration: none;
    }
.linkgreen:focus {
    color: #0c9886;
    text-decoration: none;
}
    .sen_txt_liten {
        font-family: Arial;
        font-size: small;
    }

    .kurs {
        font-style: italic;
    }

    .sen_txt_brod.linkgreen {
        color: #0c9886;
        text-decoration: none;
    }

        .sen_txt_brod.linkgreen:hover {
            color: #9fd4ce;
            text-decoration: none;
        }
    .sen_txt_brod.linkwhite {
        color: #ffffff;
        text-decoration: none;
    }

    .sen_txt_brod.info {
        color: #0000FF;
        font-weight: bold;
    }

    .sen_txt_brod.ok {
        color: green;
        font-weight: bold;
    }

    .sen_txt_brod.varning {
        color: #DE8712;
        font-weight: bold;
    }

    .sen_txt_brod.error {
        color: red;
        font-weight: bold;
    }

    .sen_urubrik {
        font-size: 20px;
        color: #597a8e;
        letter-spacing: 1px;
    }

    .sen_rubrikpanel {
        font-size: 16px;
        color: #ffffff;
        background-color: #597a8e;
    }

    .sen_topmeny {
        font-size: 11px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 1.5px;
    }

        .sen_topmeny a:link {
            text-decoration: none;
            color: #436183;
        }

        .sen_topmeny a:hover {
            color: #0c9886;
        }

        .sen_topmeny a:visited {
            color: #436183;
        }

            .sen_topmeny a:visited:hover {
                color: #0c9886;
            }

    @media (min-width: 768px) {
        .sen_topmenyplac {
            padding: 6px 40px 0px 40px;
            float: right;
        }

        .sen_logga {
            display: block;
        }

        .sen_moblogga {
            display: none;
        }

        .sen_blockon {
            display: none;
        }
    }

    .sen_mob {
        display: none;
    }

    .sen_ejmob {
        display: block;
    }

    .sen_blockikon {
        display: block;
        height: 25px;
    }

    .sen_radsamma {
        display: inline;
    }

    .sen_radvisa {
        display: inline-block;
        vertical-align: middle;
    }

        .sen_radvisa.top {
            vertical-align: top;
        }

    .sen_radvisa_paddtop {
        display: inline-block;
        padding-top: 10px;
    }

    .sen_radvisa_block {
        padding: 5px 0;
    }

    .sen_mobhoris { /*Sätter elementet i högermarginal*/
        text-align: right;
    }
.sen_terapnamn {
    font-family: 'Renogare Soft', sans-serif;
    font-size: 29px;
    letter-spacing: 1.2px;
    color: #436183;
    padding-top: 15px;
}

.sen_teraprubrik {
    padding-top: 15px;
    color: #436183;
}

.sen_terap_privoff {
    margin-top: 20px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #597a8e; /* #436183;*/
    color: #ffffff;
    font-weight: bold;
}

.sen_terap_foto {
    width: 20%;
    vertical-align: top;
    padding-top: 10px;
}
.sen_video {
    width: 700px;
}

    @media (max-width: 767px) {
        .sen_topmenyplac {
            padding-top: 9px;
            padding-bottom: 0px;
            display: flex;
            justify-content: center;
        }

        .sen_logga {
            display: none;
        }

        .sen_moblogga {
            display: block;
        }

        .sen_ordbryt {
            overflow-wrap: break-word;
            word-wrap: break-word;
        }

        .sen_mob {
            display: block;
        }

        .sen_ejmob {
            display: none;
        }

        .sen_mobhoris { /*Sätter elementet i vänstermarginal*/
            text-align: left;
        }

        .sen_radvisa {
            display: block;
        }

        .sen_blockoff {
            display: none;
        }

        .sen_undmeny {
            display: flex;
            justify-content: center;
        }

        .sen_md9 {
            padding-left: 0;
            padding-right:0;
        }
        .sen_terapnamn {
            font-family: 'Renogare Soft', sans-serif;
            font-size: 20px;
            letter-spacing: 1.2px;
            color:#436183;
            padding-top: 5px;
        }
        .sen_video {
            width:325px;
        }
    }
.sen_rubrik {
    font-family: 'Renogare Soft', sans-serif;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 1.0px;
    color: #436183;
}
    .sen_sidrubrik {
        font-family: 'Renogare Soft', sans-serif;
        font-weight: normal;
        font-size: 50px;
        letter-spacing: 1.75px;
        color: #ffffff;
        text-align: center;
        background-color: #597a8e;
        padding-top: 1.04em;
        padding-bottom: 0.72em;
        width: 100%;
        line-height: 1.00em;
        margin-top: 0.5px;
        margin-bottom: 45.0px; /*Mellanrum från rubrikens underkant till brödtextens överkant*/
    }

    @media (max-width: 767px) {
        .sen_sidrubrik {
            font-size: 40px;
            letter-spacing: 1.2px;
        }
    }

    @media (min-width: 992px) {
        .sen_sidrubrik {
            font-size: 49px;
        }
    }

    @media (min-width: 1200px) {
        .sen_sidrubrik {
            font-size: 49px;
        }
    }

    .sen_sidcontainer {
        padding-top: 0px;
        width: 80%;
        margin: auto;
    }

    @media (max-width: 767px) {
        .sen_sidcontainer {
            width: 95%;
        }
    }

    .sen_button_topmeny {
        height: 2.5em;
        width: 148px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        background-color: #0c9886;
        color: #ffffff;
        font-size: 15px;
        border-radius: 2em;
        border-style: none;
        transition: all 0.2s;
        z-index: -1;
    }

        .sen_button_topmeny:hover {
            background-color: #9fd4ce;
        }

    .sen_button {
        height: 2.8em;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #0c9886;
        color: #ffffff;
        font-size: 15px;
        border-radius: 2em;
        border-style: none;
        transition: all 0.2s;
        padding: 0 20px;
    }

    .sen_buttonold {
        color: black;
        font-family: Arial;
        font-size: 14px;
    }

    .sen_button.pass {
        background-color: #9fd4ce;
    }
    .sen_button:hover {
        background-color: #9fd4ce;
    }
    .sen_button a {
        text-decoration:none;
        color:#ffffff;
    }
.sen_buttontolink {
    border-width:0;
    background-color:white;
    padding-left:0;
}

    .sen_fot {
        color: #5a5a5a;
    }

        .sen_fot a:link {
            text-decoration: none;
            color: #5a5a5a;
        }

        .sen_fot a:hover {
            color: #0c9886;
        }

        .sen_fot a:visited {
            color: #5a5a5a;
        }

            .sen_fot a:visited:hover {
                color: #0c9886;
            }

    @media (max-width: 767px) {
        .sen_fot {
            height: 425px;
        }

        .sen_fot_container {
            padding: 0px 0px 0px 0px;
            width: 90%;
            margin: auto;
            vertical-align: top;
        }
    }

    @media (min-width: 769px) {
        .sen_fot {
            height: 202px;
        }

        .sen_fotmenuv {
            width: 66%;
            float: left;
        }

        .sen_fotmenuc {
            width: 66%;
            margin: auto;
        }

        .sen_fotmenuh {
            width: 66%;
            float: right;
        }

        .sen_fot_container {
            padding: 0px 0px 0px 0px;
            width: 70%;
            margin: auto;
            vertical-align: top;
        }
    }

    @media (min-width: 992px) {
        .sen_fot {
            height: 202px;
        }

        .sen_fotmenuv {
            width: 66%;
            float: left;
        }

        .sen_fotmenuc {
            width: 66%;
            margin: auto;
        }

        .sen_fotmenuh {
            width: 66%;
            float: right;
        }

        .sen_fot_container {
            padding: 0px 0px 0px 0px;
            width: 66%;
            margin: auto;
            vertical-align: top;
        }
    }

    .sen_fotrubrik {
        font-size: 17px;
        color: #0c9886;
        letter-spacing: 1px;
        line-height: 40px;
    }


    .sen_gwort {
        color: #0c9886; /*#436183;*/
        font-weight: bold;
        /*padding-left: 5px;*/
        padding-right: 5px;
        height: 35px;
        vertical-align: middle;
    }

        .sen_gwort > a:hover {
            color: #9fd4ce;
            text-decoration: none;
        }

    .sen_terapram {
        width: 100%;
        border-width: 4px;
        border-style: solid;
        border-color: #597a8e; /*#436183;*/
        border-collapse: separate;
        border-top-left-radius: 14px;
        border-bottom-right-radius: 14px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .sen_terapram_inre {
        border-collapse: separate;
        padding: 10px 25px 10px 25px;
    }

   
    /* GOOGLE IKONER------------------------------------------*/
    .sen_responsbox {
        padding: 10px 0;
        display: flex;
        flex-direction: row;
    }

    .material-icons.sida {
        font-size: 48px;
    }

    .material-icons.respons {
        font-size: 24px;
        padding: 0px 5px 0 0;
    }

    .material-icons.error:after {
        color: red;
        content: "error";
    }

    .material-icons.ok:after {
        color: green;
        content: "check_circle";
    }

    .material-icons.varning:after {
        color: #DE8712;
        content: "warning";
    }

    .material-icons.info:after {
        color: #0000FF;
        content: "info";
    }
    .material-icons.fraga:after {
        color:#597a8e;
        content: "help";
    }
    /*---------------------------------------------------------*/
    .material-icons {
        padding-right: 15px;
        padding-top: 5px;
        color: #436183;
    }

        .material-icons.md-13 {
            padding-right: 5px;
            font-size: 13px;
        }

        .material-icons.md-18 {
            padding-right: 5px;
            font-size: 18px;
        }

        .material-icons.md-24 {
            font-size: 24px;
        }



        .material-icons.fel {
            color: #FF0000;
            padding-right: 5px;
            vertical-align: top;
        }
        /*.material-icons.ok {
            color: #0c9886;
            padding-right: 5px;
            vertical-align:top;
        }*/
        .material-icons.warning {
            color: #DE8712;
            padding-right: 5px;
            vertical-align: top;
        }

        .material-icons.info {
            color: #0000FF;
            padding-right: 5px;
            vertical-align: top;
        }
        .material-icons.neutral {
            color: #597a8e;
            padding-right: 5px;
            vertical-align: top;
        }
    /*-----------------------------------------------------------------------*/
    ul.wpleft {
        padding: 0;
        margin-top: 0px;
    }
    /* Listelementen <LI> med knapparna */
    #menyleft {
        padding-left: 0;
        padding-bottom: 15px;
    }

        #menyleft li {
            width: 200px;
            list-style: none;
            background: transparent url("../bilder/umenypass.png") left center no-repeat;
        }

            #menyleft li a {
                display: block;
                text-decoration: none;
                width: 200px;
                margin: 0;
                padding: 10px 5px;
                /*font-family: Verdana, Arial, sans-serif;*/
                font-size: 12px;
                /*font-weight:bold;*/
                color: white;
                background: transparent url("../bilder/umenypass.png") left center no-repeat;
            }

                #menyleft li a:hover {
                    cursor: pointer;
                    background: transparent url("../bilder/umenyakt.png") left center no-repeat;
                }

                #menyleft li a.active {
                    cursor: pointer;
                    background: transparent url("../bilder/umenyakt.png") left center no-repeat;
                }


    /*@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar {
        text-align: center;
    }
}*/
    .affix {
        top: 20px;
    }

    ul.tabsyear {
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-size: small;
        list-style-type: none;
        padding: 0px;
        margin: 0;
    }

        ul.tabsyear li {
            float: left;
            padding: 0;
            margin: 0;
            padding-top: 0;
            /*background: url(bilder/taby_pass_right.png) no-repeat right top;*/
            margin-right: 1px;
        }

            ul.tabsyear li a {
                display: block;
                padding: 3px 5px 3px 5px;
                color: black; /*#fff;*/
                text-decoration: none;
                background: url(../bilder/taby_pass_left1.png) no-repeat left top;
            }

            ul.tabsyear li:hover {
                float: left;
                color: #fff; /*#ff0;*/
                /*background: url(bilder/taby_akt_right.png) no-repeat right top;*/
            }

            ul.tabsyear li a:hover {
                color: black; /*#ff0;*/
                background: url(../bilder/taby_akt_left1.png) no-repeat left top;
            }

    ul.tabsyear1 {
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-size: small;
        list-style-type: none;
        padding: 0px;
        margin: 0;
    }

        ul.tabsyear1 li {
            float: left;
            padding: 0;
            margin: 0;
            padding-top: 0;
            /*background: url(bilder/taby_akt_right.png) no-repeat right top;*/
            margin-right: 1px;
        }

            ul.tabsyear1 li a {
                display: block;
                padding: 3px 5px 3px 5px;
                text-decoration: none;
                background: url(../bilder/taby_akt_left1.png) no-repeat left top;
                color: black /*#fff;*/
            }
    /* SPINNER */
    .loader {
        border: 4px solid #d2d2d2;
        border-radius: 50%;
        border-top: 4px solid #597a8e;
        /*border-top: 4px solid #0c9886;*/
        width: 23px;
        height: 23px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 0.8s linear infinite;
    }
    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .sen_inforuta {
        width: 100%;
        border-width: 2px;
        border-style: solid;
        border-color: #597a8e;
        padding-left: 25px;
    }

    table .sen_inforuta td {
        padding: 5px;
    }

    .sen_badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #5a5a5a;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #ffffff;
        border-radius: 10px;
        margin-right: 10px;
    }

    .sen_linkbutton {
        vertical-align: middle;
        text-align: left;
        display: inline-block;
        padding: 4px 0px 0px 8px;
        color: #ffffff;
        height: 30px;
        width: 280px;
        background-color: #0c9886;
        border-radius: 10px;
        position: relative;
    }

        .sen_linkbutton.stor {
            height: 20px; /*50px;*/
            width: 300px;
            text-align: center;
        }

        .sen_linkbutton:hover {
            background-color: #9fd4ce;
            text-decoration: none;
            color: #ffffff;
        }
    /* GRAFIK */
    .sen_divram {
        margin-top: 30px;
        border-width: 2px;
        border-style: solid;
        border-color: #597a8e;
        border-radius: 10px;
        padding: 10px;
    }
.sen_divraminne {
    margin-bottom:15px;
    padding:5px;
    border-width: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 25px;
    background-color: #597a8e;
    color: white;
    width:100%;
}

    .sen_mobilknapp {
        padding-left: 0.6em;
        padding-top: 0.2em;
        float: left;
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.92px;
    }

    .vertical-center { /*Vertikal justering av element inuti div-behållare eller annan behållare*/
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sen_nylinkbutton {
        height: 50px;
        position: relative;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #0c9886;
        color: #ffffff;
        font-size: 15px;
        border-radius: 10px;
        border-style: none;
        transition: all 0.2s;
    }

        .sen_nylinkbutton:hover {
            background-color: #9fd4ce;
            text-decoration: none;
            color: #ffffff;
        }

    .obl {
        color: red;
        font-size: 20px;
    }

    .sen_medlstatus_box {
        display: block;
        height: 110px;
    }

    .sen_medlstatus_data {
        display: block;
        padding-bottom: 10px;
    }

    @media (min-width: 768px) {
        .sen_medlstatus_data.right {
            float: right;
        }

        .sen_medlstatus_box {
            height: 70px;
        }

        .sen_medlstatus_data {
            display: inline-block;
        }

        .sen_mans { /*Medlemsansökan: Bredd på ledtexter*/
            width: 150px;
        }
        
        .sen_mans5 { /*Medlemsansökan: Bredd på ledtexter*/
            width: 155px;
        }

        .sen_tans { /*Medlemsansökan: Bredd på ledtexter*/
            width: 135px;
        }

        .sen_hans { /*Handledaransökan: Bredd på ledtexter*/
            width: 180px;
        }
    }

    .sen_medlstatus_korr {
        vertical-align: top;
        padding-right: 5px;
    }
.sen_kodtabell {
    border-width: 2px;
    border-color: #597a8e;
    border-style:solid;
}
.sen_kodtabell th, 
.sen_kodtabell td,
.sen_kodtabell table {
    padding: 3px;
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    letter-spacing: normal;
    color:#5a5a5a;
}
   /* .sen_kodtabell tr:nth-child(even),
    .sen_kodtabell table {
        background-color: #EFEFEF;
    }*/
    .sen_kodtabell th, .sen_kodtabell table {
    background-color: #597a8e;
    height: 30px;
    color: #ffffff;
    }
.sen_kodtabell footer,
.sen_kodtabell table {
    background-color:yellow;
}
/*FRÅN sfkbt.css*/
.sen_button_liten {
    color:#ffffff;
    padding:5px;
    background-color:#0c9886;
    border-radius: 10px;
}
.sen_button_liten.pass,
.sen_button_liten:hover {
    color:#ffffff;
    text-decoration:none;
    background-color:#9fd4ce;
}
.sen_gvcell {
    padding:0 10px;
}
.delare {
    height: 1px;
    width: 100%;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    background-color: #326792;
}
.gvcol1 {
padding-left:3px;
}
.grpmail {
    overflow-y: scroll; /* Vertical scrollbar */
    max-width:400px;
    height:250px;
    border-style:solid;
    border-width:1px;
    padding:10px;
}
.grpmail a:link {
    color: #0c9886;
    font-weight: bold;
    text-decoration: underline;
 }
.grpmail a:visited {
    color: #0c9886;
    font-weight: bold;
    text-decoration: underline;
}
/* mouse over link */
.grpmail a:hover {
    color: #0000ff;
    font-weight: bold;
    text-decoration: underline;
}
/* selected link */
.grpmail a:active {
    color: #0c9886;
    font-weight: bold;
    text-decoration: underline;
}
   
