﻿@charset "utf-8";
@import url("./site/colors.css");

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif, Segoe UI Symbol;
    font-size: 15px;
    overflow-x: hidden;
    background-color: #DBEAEA;
    font-weight: 400;
}

label {
    font-weight: normal;
    margin-left: 0.25em;
}

.aspbody {
    background-color: #FFFFFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?-mzyhy2');
    src: url('fonts/icomoon.eot?#iefix-mzyhy2') format('embedded-opentype'), url('fonts/icomoon.woff?-mzyhy2') format('woff'), url('fonts/icomoon.ttf?-mzyhy2') format('truetype'), url('fonts/icomoon.svg?-mzyhy2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="acicon-"], [class*=" acicon-"] {
    font-family: 'icomoon';
    speak: none;
    /*font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;*/
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.acicon-mobile:before {
    content: "\e600";
}

.acicon-mail:before {
    content: "\e601";
}

.acicon-lock:before {
    content: "\e602";
}

.acicon-list:before {
    content: "\e603";
}


.btn,
.btn:visited,
.button,
.button:visited,
.button:focus {
    font-weight: bold;
    font-size: 0.9em;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.15);
    color: #FFF;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #35699D;
    background: #35699D;
    background-image: -moz-linear-gradient(50% 0% -90deg,rgb(101,152,202) 0%,rgb(66,129,190) 100%);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(101,152,202)),color-stop(1, rgb(66,129,190)));
    background-image: -webkit-linear-gradient(180deg,rgb(101,152,202) 0%,rgb(66,129,190) 100%);
    background-image: -o-linear-gradient(-90deg,rgb(101,152,202) 0%,rgb(66,129,190) 100%);
    background-image: linear-gradient(180deg,rgb(101,152,202) 0%,rgb(66,129,190) 100%);
    /*-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;*/
}

    .btn:hover,
    .button:hover {
        color: #FFF;
        background: #35699D;
        background-image: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

.btn-danger, .bnt-danger:hover {
    background: #d9534f;
}

.btn-success, .btn-success:hover {
    background: #47a447;
    border-color: #47a447 !important;
}

.btn-warning {
    color: #fff;
    background: #f0ad4e !important;
    border-color: #eea236 !important;
}

.form-control {
    font-size: 0.9em;
    padding: 0.4em 0.8em;
}

.toptabs {
    background-color: #313E48;
    height: 30px;
}

    .toptabs li {
        width: 20%;
    }

        .toptabs li a {
            background-color: #2B3640;
            display: block;
            color: #C0C3C6;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            line-height: 30px;
            text-align: center;
            border-right-width: 3px;
            border-right-style: solid;
            border-right-color: #313E48;
            text-shadow: -2px -1px 0px rgba(0,0,0,0.35);
        }

            .toptabs li a:hover {
                background-color: #35699D;
            }

    .toptabs .icon-sort-down {
        font-size: 11px;
        margin-top: 0px;
        position: relative;
        margin-left: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #6B7781;
        display: none;
        height: 100px;
        font-size: 14px;
    }

    .toptabs li a.active, .toptabs li a.active:hover {
        background-color: #3A4A57;
        color: #FFF;
    }

        .toptabs li a.active .icon-sort-down {
            display: inline;
        }

.main-logo {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    width: 50%;
}

.second-logo {
    float: right;
    padding-top: 2em;
    text-align: right
}

.applica {
    opacity: .7;
}

.theme-img {
    height: 100px;
    overflow: hidden;
    clear: both;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #2D99BD;
    border-color: #428bca;
}

.navbar-nav > li > .dropdown-menu {
    border: 0px;
    background-color: #2D99BD;
}

.mainnav .navbar-nav > li > .dropdown-menu li {
    border-right: 0px;
}

    .mainnav .navbar-nav > li > .dropdown-menu li:first-child a {
        border-top: 0px;
    }

    .mainnav .navbar-nav > li > .dropdown-menu li a {
        padding: 0.6em 0.8em;
        border-top: 1px solid #35699D;
        text-shadow: none;
        font-weight: 400;
    }

        .mainnav .navbar-nav > li > .dropdown-menu li a:hover {
            background-color: #35699D;
            color: #FFF;
        }

.dropdown-menu {
    font-size: 0.9em;
}

.mainnav {
    background-color: #4AB3D5;
    display: block;
    height: 50px;
}

    .mainnav li {
        border-right: 1px solid #65BEDB;
    }

        .mainnav li a, .mainnav li span {
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            display: block;
            padding-right: 0.8em;
            padding-left: 0.8em;
            font-size: 1em;
            text-shadow: -2px -1px 0px rgba(0,0,0,0.15);
        }

            .mainnav li a:hover {
                background-color: #2D99BD;
            }

    .mainnav .login {
        float: right;
        border-right: none;
        border-left: 1px solid #65BEDB;
    }

.content {
    background-color: #FFF;
    background-image: url(doc-bg00.png);
    background-repeat: repeat-y;
    background-position: left;
    -moz-box-shadow: 1px 1px 2px rgba(51,51,51,0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(51,51,51,0.15);
    box-shadow: 1px 1px 2px rgba(51,51,51,0.15);
    overflow: hidden;
}

.side {
    width: 175px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
}

    .side .menu li {
        display: list-item;
        float: none;
        font-size: 12px;
        font-weight: 700;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #666;
    }

    .side .menu .heading {
        font-size: 1em;
        background-color: #EAEAEA;
        margin-top: 10px;
        margin-left: -22px;
        margin-right: -22px;
        padding: 6px 22px;
    }

    .side .menu > li a {
        font-weight: 700;
        color: #888;
        text-decoration: none;
        font-size: 0.9em;
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 22px;
        padding-left: 22px;
        margin-right: -22px;
        margin-left: -22px;
        border-bottom: solid 1px #DDD;
        margin-top: -6px;
        margin-bottom: -6px;
    }

        .side .menu > li a:hover {
            background-color: #E2E2E2;
            color: #666;
        }

    .side .menu li .selected,
    .side .menu li .selected:hover {
        background-color: #4AB3D5;
        color: #FFF;
        background-image: url(menu-sel.png);
        background-repeat: no-repeat;
        background-position: right center;
        margin-right: -28px;
        border-bottom: none;
    }

    .side .menu .menu.submenu li {
        border-bottom-style: none;
    }

        .side .menu .menu.submenu li:last-child {
        }

        .side .menu .menu.submenu li a {
            font-weight: 400;
        }


.section {
    color: #4AB3D5;
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1em;
    padding-bottom: 20px;
    border-bottom: solid 1px #DDD;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: -22px;
    margin-left: -22px;
}

.main {
    padding: 35px 45px;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.infoicn {
    height: 19px;
    width: 20px;
    padding-bottom: 1px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #DDD;
    background-color: #FFF;
}

    .infoicn .icon-info {
        margin-top: 2px;
        display: block;
    }

    .infoicn:hover {
        background-color: #DDD;
    }

.infoDiv, .info {
    font-size: 0.8em !important;
}

.footer {
    background-color: #B1C6C7;
    padding-top: 35px;
    padding-bottom: 35px;
    clear: both;
    margin-top: 60px;
    color: #DBEAEA;
}

.copy {
    clear: both;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
}

.menu.foot-menu {
    margin-left: -12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.foot-menu a {
    color: #DBEAEA;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px solid #DBEAEA;
}

    .foot-menu a:hover {
        color: #FFF;
    }

.foot-menu li:last-child a {
    border-right: none;
}

.foot-link{
    color: #DBEAEA;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}

.foot-link:hover {
    color: #FFF;
    text-decoration: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img.align-left {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

img.align-right {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

img.full-width {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.imgbox {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

.welcomebox {
    border: 1px solid black;
    background: #f8f8f8;
    padding: 10px 20px 10px 10px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    line-height: 120%;
    vertical-align: center;
    text-shadow: 0px 1px rgba(255,255,255,0.5);
    position: relative;
    top: 0;
    left: 0;
    clear: both;
}

.infobox {
    border: 1px solid gold;
    background: lightyellow;
    padding: 10px 20px 10px 10px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #C19800;
    line-height: 120%;
    vertical-align: center;
    text-shadow: 0px 1px rgba(255,255,255,0.5);
    position: relative;
    top: 0;
    left: 0;
    clear: both;
}

    .infobox.warning {
    }

    .infobox.error {
        border: 1px solid red;
        background: #f5e4e7;
        color: red;
    }

    .infobox.success {
        border: 1px solid green;
        background: lightgreen;
        color: green;
    }

    .infobox .icon {
        color: inherit;
        margin-right: 10px;
        margin-bottom: -5px;
        margin-top: -5px;
    }

    .infobox a.icon.close,
    .infobox a.icon.close:active,
    .infobox a.icon.close:visited {
        font-size: 12px;
        position: absolute;
        top: 5px;
        right: -5px;
        left: auto;
        color: inherit;
    }

.menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .menu li {
        display: inline-block;
        float: left;
    }

.middle {
    width: 100%-4em;
    margin-left: 2em;
    margin-right: 2em;
    /*width: 960px;
	margin-right: auto;
	margin-left: auto;*/
}

.transition {
    /*-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;*/
}

.shadow {
    -webkit-box-shadow: 1px 1px 3px 0px #666;
    -moz-box-shadow: 1px 1px 3px 0px #666;
    box-shadow: 1px 1px 3px 0px #666;
}

.corners {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.clear {
    overflow: hidden;
}

.noborderunlessfocus {
    border: none !important;
}

/*----------------------*/


.text p {
    line-height: 1.6em;
    font-size: 16px;
}

.text .intro {
    font-size: 20px;
    line-height: 1.4em;
    color: #2D99BD;
}

.text .author {
    font-size: 0.8em;
    font-weight: 700;
    color: #999999;
    margin-top: 1.2em;
    padding-top: .7em;
    margin-bottom: 1.2em;
    border-top: 1px solid #EEE;
}


.text h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0.7em;
    line-height: 1.1em;
    margin-top: 0px;
}

.text h2 {
    font-size: 1.3em;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-weight: 700;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #DBEAEA;
    padding-left: 10px;
    color: #000000;
}

.text h3 {
    font-size: 1.2px;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-weight: 700;
}

.text h4 {
    font-size: 1em;
    margin-top: 2em;
    font-weight: 700;
    margin-bottom: .8em;
}

.text table {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.text .formtable th {
    background-color: #EEE;
    color: #666;
    border-bottom-style: none;
    border-right-color: #FFF;
}

.text .formtable td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom-style: none;
}

.text .formtable tr:hover {
    background-color: transparent;
}



.text th {
    font-size: 0.9em;
    text-transform: uppercase;
    background-color: #CCC;
    text-align: left;
    /*padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;*/
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: #666;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDD;
}

.text td {
    font-size: 0.9em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f4f4f4;
}

.watchTable, .watchList {
    font-size: 0.8em;
}

.differentDaysWarning {
    color: orange;
    font-weight: bold;
    font-size: 0.8em;
}

.swapbuyer {
    font-weight: bold;
}

.swapseller {
    font-weight: lighter;
}
.swapcomment {
    font-weight: lighter;
    font-size: 0.9em;
    color: darkgray;
}

.swaptype {
    font-weight: bold;
}

.swaptime {
    font-size: 0.8em;
    color: gray;
    float: right;
    padding-left: 1em;
    padding-top: 0.3em;
}

.swaperror {
    color: red;
    font-weight: bold;
}

.swapwarning {
    color: orange;
}

.acceptSwapButton, .rejectSwapButton {
    width: 8em;
}

.acceptedSwapButton {
    color: #55ff55;
}

.rejectedSwapButton {
    color: #dd0000;
}

.backupList {
    display: inline-block;
    width: 300em;
}

    .backupList table {
        margin: 0;
        padding: 0;
    }

    .backupList td {
        padding: 0px;
        margin: 0px;
        white-space: nowrap;
    }

    .backupList th {
        text-align: center;
    }

.backupControl {
    color: #333333 !important;
    padding: 5px;
    width: 100%;
    display: inline-block;
}

    .backupControl:hover {
        text-decoration: none !important;
    }

.BackupPeriodCol {
    font-size: 0.8em !important;
}

.BackupCountCol {
    font-size: 0.8em !important;
    text-align: center;
}

.backupTableCol1 {
    white-space: nowrap;
}

.backupTableCol2 {
    overflow-x: hidden;
    white-space: nowrap;
}

.backupTableCol5 {
}

.backupTableCol6, .backupTableCol4 {
    font-size: small !important;
}

.backupIsSelected, .backupIsSelected a {
    background-color: rgb(66,129,190);
    color: white !important;
}

.userTable td {
    padding: 0 !important;
}

.userTableLetter {
    font-size: 1.2em;
    font-weight: bold;
    color: #4AB3D5;
    text-align: center;
}

.hidden {
    display: none;
}

.text table.structuretable /*Tables er brukt mye rundt i legevakt for � f� struktur. Denne skjuler disse*/ {
    margin: 0px;
    padding: 0px;
}

.text tr.structuretable:hover {
    background-color: #ffffff;
}

.text td.structuretable /*Tables er brukt mye rundt i legevakt for � f� struktur. Denne skjuler disse*/ {
    margin: 0px;
    padding: 0px;
    border: none;
}

.text td.noborder /*Tables er brukt mye rundt i legevakt for � f� struktur. Denne skjuler disse*/ {
    border: none;
    padding-left: 0;
    margin: 0;
}

.smsreportcell {
    font-weight: bolder;
    padding-right: 0.5em !important;
}

.text tr:hover {
    background-color: #F5F5F5;
}

.text ul {
    margin-top: 1em;
    padding-left: 4em;
    margin-bottom: 1em;
    margin-left: 0em;
    font-size: 1.1em;
    list-style-image: url(bullet00.png);
}

    .text ul li {
        line-height: 1.5em;
        margin-bottom: 8px;
    }

    .text ul.checks {
        padding: 0;
        margin: 0 0 20px 0;
    }

        .text ul.checks li {
            list-style-type: none;
            margin: 0;
            /*background:url(http://www.testniserver.info/v/legevakt/css/pix/icon-check.png) no-repeat 5px 0.5em;*/
            padding-left: 30px;
        }

    .text ul.alt {
        padding: 0;
        margin: 0 0 20px 0;
    }

        .text ul.alt li {
            list-style-type: none;
            border-top: 1px dotted #ccc;
            border-bottom: 1px dotted #ccc;
            margin: 0 0 -1px 0;
            /*background:url(http://www.testniserver.info/v/legevakt/css/pix/icon-arrow-right.png) no-repeat 5px 0.7em;*/
            padding-left: 20px;
        }


.text a {
    color: #09C;
    text-decoration: none;
}

    .text a:hover {
        color: #069;
        text-decoration: underline;
    }

.text .tabs, .tabs {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

    .text .tabs li, .tabs li {
        display: inline-block;
        float: left;
        margin-right: 2px;
    }

        .text .tabs li a, .tabs li a {
            display: block;
            background-color: #666;
            color: #FFF;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 5px;
            height: 25px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-left-style: solid;
            border-top-color: #666;
            border-right-color: #666;
            border-left-color: #666;
        }

            .text .tabs li a:hover, .tabs li a:hover {
                text-decoration: none;
                background-color: #7C7C7C;
            }

            .text .tabs li a.selected, .tabs li a.selected {
                color: #000;
                background-color: #FFF;
            }

.text .grid, .grid {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

    .text .grid li, .grid li {
        float: left;
        width: 220px;
        margin-right: 10px;
        margin-left: 10px;
        min-height: 350px;
    }

    .text .grid .imgbox, .grid .imgbox {
        height: 160px;
        width: 220px;
        margin-bottom: 10px;
    }

    .text .grid li h1, .grid li h1 {
        font-size: 17px;
        line-height: 1.2em;
        min-height: 2em;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .text .grid li p, .grid li p {
        font-size: 13px;
        margin-top: 8px;
    }


.tabcontent {
    padding-top: 15px;
}

.form-regular {
    margin: 20px 0px;
}

    .form-regular fieldset {
        background-color: #F7F9F9;
        margin-bottom: 8px;
        border-radius: 4px;
        padding: 12px 20px;
    }

.inputarea {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 2px;
}

.inputfield {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 2px;
    height: 2.2em;
}

    .inputfield:focus {
        border: 1px solid #4AB3D5;
        background-color: #FFF;
        box-shadow: none;
    }

.form-regular label {
    font-weight: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
    src: url('fonts/fontawesome-webfont.eot?') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before, [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before, .icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before, .icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before, .icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before, .icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before, .icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before, .icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before, .icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before, .icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155";
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156";
}

.icon-yen:before, .icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before, .icon-cny:before {
    content: "\f158";
}

.icon-won:before, .icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.submitLink {
    background-color: transparent;
    border: none;
    color: #09C;
    cursor: pointer;
    vertical-align: -moz-middle-with-baseline;
}

html {
    -webkit-font-smoothing: antialiased;
}

.tidspunkt {
    font-size: smaller;
    color: #999999;
    white-space: nowrap;
    text-align: center;
    display: block;
}

.smallAndGray {
    font-size: small;
    color: #999999;
}

.visningsnavnTurnusData{
    font-size: smaller;
    color: #999999;
    white-space: nowrap;
    display: block;
    padding-left: 2em;
}

.vaktMerknad {
    font-size: smaller;
    color: #999999;
    /*white-space:nowrap;*/
    text-align: center;
    display: block;
}

.horView {
    overflow: auto;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: auto;
}

.watchSetupTable {
    padding-left: 20px;
}

.weekend {
    background-color: #FFFFDD;
}

.wtspacer {
    border-left-width: 2px !important;
    border-left-color: #ddd !important;
}

.wtEmptyWatch {
    font-weight: bold;
    text-decoration: underline;
    background: #f2f2f2;
}

.wtCompNeeded {
    color: #ff880a !important;
    font-weight: bold;
    text-decoration: underline;
    background: #f2f2f2;
}

.haveWatchThisDay {
    background-image: url("../images/skravert.gif") !important;
}

.watchListNoteColumn {
    font-size: 0.8em;
    color: #777;
    white-space: nowrap;
}

.dateheader {
    /*font-size: 0.7em !important;*/
}

.holiday a {
    color: #ff5555 !important;
}

.today {
    background-color: #FFF6F6 !important;
}

.loginName {
    font-size: 0.75em;
    padding-top: 5px;
    padding-right: 5px;
}

.cover {
    width: 100%;
    height: 100%;
    background-color: #333333;
    /*position: absolute;*/
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.groupDiv {
    border: solid 1px #CCC;
    border-radius: 4px;
    z-index: 1001;
    visibility: visible;
    position: fixed;
    background-color: White;
    padding: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    -moz-box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
}

.centerFixed{
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.legeDiv {
    border: solid 1px #CCC;
    border-radius: 4px;
    z-index: 1001;
    visibility: visible;
    position: fixed;
    background-color: White;
    padding: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    -moz-box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
}

.previewFrame {
    border: solid 1px #CCC;
    border-radius: 4px;
    z-index: 1001;
    visibility: visible;
    position: fixed;
    background-color: White;
    padding: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 80%;
    max-width: 700px;
    height: 80%;
    -moz-box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    box-shadow: 0px 16px 22px rgba(0,0,0,0.175);
    display:flex; 
    flex-direction:column;
}


.smsBtn {
    background-color: white;
    border: solid 1px #ccc;
    width: 48px;
    height: 28px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}

    .smsBtn:hover {
        background-color: #aaa;
        transition: background-color 0.5s ease;
    }

.btnAddAll {
    /*background: url(../images/addAll.png) no-repeat;	
	background-position: center center;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btnOpenGroupSelector {
    /*background: url(../images/addGroup.png) no-repeat;
	background-position: center center;*/
}

.btnOpenLegeSelector {
    /*background: url(../images/addPerson.png) no-repeat;
	background-position: center center;*/
}

.btnDelete {
    /*background: url(../images/delete.png) no-repeat;
	background-position: center center;*/
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 0px; /* uten denne blir det feil høyde på slett-knappen siden den bare inneholder ikonet og ikke noe tekst.. mulig det finnes en bedre løsning :-) */
}

.contenttable {
    width: 100%;
    table-layout: fixed;
}

.sideMenuColumn {
    width: 175px; /*See .side */
}

.note {
    FONT-SIZE: 7pt;
    COLOR: #333333;
    vertical-align: text-top;
}

::-webkit-input-placeholder {
    color: #DDD;
}

:-moz-placeholder { /* Firefox 18- */
    color: #DDD;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #DDD;
}

:-ms-input-placeholder {
    color: #DDD;
}

.lvfc {
    border-bottom: dotted 1px #dddddd;
    padding: 3;
    font-family: Arial;
    font-size: 1em;
}

.header {
    font-weight: bold;
}

.lvfc_Name {
    display: inline-block;
    width: 15em;
}

.inv_lastInv {
    /*width:10em;*/
}

.lvfc_invoiceLink {
    display: inline-block;
    width: 8em;
}

.lvfc_uninvCount {
    display: inline-block;
    width: 5em;
    text-align: center;
}

td.cellLink {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ddd;
}

.cellLink a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 6px 8px 6px 8px;
}

    .cellLink a:hover {
        text-decoration: none;
    }

.cellPhone a {
    font-size: 0.7em;
}

a.btn {
    Color: #333333;
}

    a.btn:hover {
        Color: white;
        text-decoration: none;
    }

.infobox a {
    color: #826500;
}

    .infobox a:hover {
        color: #907100;
        text-decoration: none;
    }

.infobox ul {
    list-style: circle;
    padding: 0px 0px 0px 15px;
    margin: 0px;
}

.infobox li {
    padding: 0px;
    margin: 0px !important;
}


.nav-right .dropdown-menu {
    right: 0px;
    left: auto;
}

.nav-right a {
    font-size: 12px !important;
    line-height: 14px !important;
    padding-top: 18px !important;
    padding-bottom: 4px !important;
    text-align: right;
}

    .nav-right a:hover {
        /*background-color: transparent !important;*/
    }

.nav-right .dropdown-menu a {
    text-align: left;
}

    .nav-right .dropdown-menu a:hover {
        background-color: #35699D !important;
        text-align: left;
    }

#spinner {
    width: 100%;
    height: 128px;
    background-image: url('ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

td .fornavn {
    color: #aaa;
    font-size: 0.8em;
}

a .fornavn {
    color: #09c;
}

a:hover .fornavn {
    color: #069;
}

.ledig, .ledig .fornavn {
    color: rgba(255, 110, 61, 1) !important;
    font-weight: bolder;
}

.ledig_egen, .ledig_egen .fornavn {
    color: #4cf !important;
}

.ulovlig {
    font-weight: lighter !important;
}

.settingsDescription {
    font-size: 0.7em !important;
    color: gray;
}

.wanted {
    border: 0px;
    border-bottom: 2px solid #000;
}

.weekColumn {
    vertical-align: top;
}

.watchTableFirstColumn {
    width: 7em !important;
    min-width: 7em;
    max-width: 7em;
    white-space: nowrap;
}

.watchTableFirstColumnWithMark {
    white-space: nowrap;
}


.lastLoggedInColumn {
    font-size: 0.75em;
}

.commentIndicator {
    color: #09C;
    display: inline-block;
    float: left;
    position: relative;
    width: 0;
    left: -1.15em;
    top: 0.21em;
    z-index: 0;
}

.vaktoppsett {
    font-size: 0.8em;
}

    .vaktoppsett .inputfield {
        height: auto;
        font-size: 1em;
    }

    .vaktoppsett .form-control {
        padding: 0.2em 0.2em;
    }

    .vaktoppsett td {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

.groupList {
    display: block;
    float: left;
    margin-top: 10px;
    padding-right: 8px;
    margin-right: 8px;
    width: 160px;
    overflow: hidden;
    border-top: solid 1px #ccc;
}

.personInfoLabel {
    padding-right: 3em !important;
}

.orderListPlacementInfo {
    /*font-size: 0.9em;
	font-weight: 600;	
	color: #999999;*/
}

.beordringsliste-actionPanel a,
.beordringsliste-actionPanel a:visited,
.beordringsliste-actionPanel a:link {
    height: 36px;
    color: #fff;
}

.inline {
    display: inline;
}

.applicationNews UL {
    font-size: 0.9em;
}

.applicationNews H1 {
    font-size: 20px;
}

.applicationNews li > div {
    padding: 5px 0;
}

a.blackLink {
    color: #333;
}

    a.blackLink:hover {
        color: #333;
        text-decoration: none;
    }

a.redLink {
    color: red;
}

    a.redLink:hover {
        color: red;
        text-decoration: none;
    }

a.orangeLink {
    color: orange
}

    a.orangeLink:hover {
        color: orange;
        text-decoration: none;
    }

.sideMenuColumnExtended {
}

.tecHeader {
    display: table-cell;
    border: solid 1px white;
    background: #ccc;
    color: #666;
    padding: 4px 4px 4px 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    height: 2em;
    vertical-align: middle;
}

.tecCell {
    display: table-cell;
    border: solid 1px white;
    color: #666;
    padding: 2px 4px 2px 4px;
    font-size: 0.9em;
    height: 3em;
}

.tecColTime {
    min-width: 5em;
    max-width: 5em;
    width: 5em;
}

.tecColCategory {
    min-width: 14em;
    max-width: 14em;
    width: 14em;
}

.tecColNextDay {
    min-width: 22em;
    max-width: 22em;
    width: 22em;
    height: 2em;
}

.tecColButton {
    min-width: 3em;
    max-width: 3em;
    width: 3em;
}

.newsFileIcon {
    text-align: center;
    display: inline-block;
    float: left;
    margin: 1em;
}

.watchlistmyname {
    color: #09C;
}

    .watchlistmyname .Fornavn {
        color: #09C;
    }

select.notSelected {
    color: #f88;
}

select.changed {
    font-weight: bold;
}

.table-date,
.table-time
{
    width: 5.5em;
}

.table-weeknumber {
    width: 1.0em;
}

.table-date {
    color: gray;
}

.table-time {
    text-align: center;
}

.table-watch-type {
    text-align: center;
    min-width: 4em;
}

.text th { /* Todo: Want to use table thead tr th, but blocked by style000 */
    text-align: center;
}

table tfoot tr td {
    border-top: 1px solid #DDD;
}

.radio-button-list tr td {
    border-bottom: none;
    border-left: none;
    padding-bottom: 0;
    padding-top: 0;
}

.required-field:after {
    content: "*";
    color: red;
    margin-left: 2px;
}


@media (min-width:768px) {

    .doctor-absence-limits-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(auto, 320px));
        row-gap: 5px;
    }

    .doctor-absence-limits-title {
        grid-column: 1 / span 3
    }
    
    .mobileMenu {
        display: none !important;
    }

    .nav-left {
        display: block !important;
    }

    .mainnav {
        height: 50px;
    }

    .sideMenuColumn {
        width: 125px;
        font-size: 0.8em;
    }

    .side {
        width: 125px;
        font-size: 0.8em;
        padding: 16px !important;
    }

    .main {
        padding: 18px 22px !important;
        background-color: White;
    }

    .middle {
        margin-left: 1em;
        margin-right: 1em;
    }

    .main-logo {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }

    .second-logo {
        padding-top: 1em;
    }
}

@media (min-width:1281px) {
    .sideMenuColumn {
        width: 175px;
        font-size: 1em;
    }

    .side {
        width: 175px;
        font-size: 1em;
    }

    .main {
        padding: 35px 45px;
    }

    .main-logo {
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }

    .second-logo {
        padding-top: 2em;
    }
}


.sideMenuToggle {
    display: none;
}

.watchRowTableDiv {
    padding-left: 25px;
    width: 100%;
    overflow: auto;
    font-size: 0.8em;
}

.WatchRowTable {
    width: 100%;
}

.watchRowTimes {
    white-space: nowrap;
}

.watchRowTimesHeader {
    width: 8em !important;
}

.watchRowCommentHeader {
    width: 100%;
}

.watchRowPersonHeader {
    width: 14em !important;
}

.watchRowButtonHeader {
    width: 9em !important;
}

.watchRowComment {
    width: 100%;
}

.watchRowForSale {
    width: 1.4em;
    max-width: 1.4em;
}

.watchRowMinimumWidth {
    min-width: 1em;
}

.watchRowButton {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    font-weight: normal;
    font-size: 1.2em;
    padding: 0.15em 0.5em 0.15em 0.5em;
}

.InaktiveOffice, .InaktiveOffice a {
    color: #cccccc;
}

.faButton {
    font-family: 'FontAwesome' !important;
    font-weight: normal;
}

.faElement {
    font-family: 'FontAwesome';
}

.competenceWarning {
    color: orange;
    display: inline-block;
    top: 0.21em;
}

.competenceInfo {
    color: #00FF00;
    display: inline-block;
    position: relative;
    width: 0;
}

.competenceTimes {
    padding-left: 7.25em;
    font-size: 0.8em;
    color: black;
}

.dot{
    display:inline-block;
    border-radius: 50%;
    width:1.4em;
    height:1.4em;
    padding-left:0.3em;
}

.uncompetent {
    background-color: #F80;
    color: white;
    font-size: 0.75em;
}

.competent {
    background-color: #080;
    color: white;
    font-size: 0.75em;
}

.missingCompetenceDay {
    background-color: #F00;
    color: white;
    font-size: 0.75em;
}

.watchSold {
    color: #eecc00;
}

.watchSick {
    color: #cc00ee;
}

.watchOrdered {
    color: #00cc00;
}

.competenseTags {
    Height: 20px;
    Width: 20px;
    display: inline-block;
    position: relative;
    left: -30px;
    z-index: 1;
    top: 0.1em;
    float: left;
}

.notCompetentRowRed td.cellLink a {
    color: salmon;
}

.notCompetentRow td.cellLink a {
    color: #aaa;
}

.offerButton {
    width: 20em;
}

.EvenCompensationRow {
    background-color: #f5f5f5;
    padding-bottom:2em;
    border-bottom: solid 1px lightgray;
}

@media (max-width:1280px) {
    .applicationNews {
        font-size: 0.7em !important;
    }

    .theme-img img, .theme-img {
        height: 64px;
    }

    .main {
        padding: 18px 22px !important;
        background-color: White;
    }

    .middle {
        margin-left: 1em;
        margin-right: 1em;
    }

    .main-logo {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }

    .second-logo {
        padding-top: 1em;
    }
}

@media (max-width:767px) {

    .doctor-absence-limits-grid {
        display: grid;
        grid-template-columns: minmax(auto, 80vw);
        row-gap: 5px;
    }
    
    .flipable-table-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .centered-form-grid{
        display: flex !important;
        flex-direction: column;
    }
    
    .vertical-table{
        width: 100%;
    }
    
    @-ms-viewport {
        width: 170%;
        height: 50%;
    }

    .mobileMenu {
        display: block;
    }

    .nav-left {
        display: none;
    }

    .mainnav {
        /*height: 90px;	*/
        height: auto;
    }

    .section {
        font-size: 0.9em;
        padding-bottom: 1em;
    }

    .contenttable {
        width: 100%;
        table-layout: fixed;
    }


    .side {
        width: 7em;
        padding: 1em;
    }

    .sideMenu {
        display: block;
    }

    .sideMenuColumn {
        width: 7em;
    }

    .main {
        background-color: White;
        padding: 7px 9px;
    }

    .navbar-nav {
        margin: 0px;
    }

        .navbar-nav > li {
            width: 100%;
            background-color: #4AB3D5 !important;
            text-align: center;
        }

            .navbar-nav > li > a:focus {
                background-color: #4AB3D5 !important;
            }

    .theme-img {
        display: none;
    }

    .nav-right {
        float: none !important;
        width: 100%;
        margin: 0px;
        display: inline;
        padding-bottom: 100px !important;
        margin-bottom: 100px !important;
    }

    .mainnav li a {
        text-align: center !important;
    }

    .mainnav .navbar-nav > li > .dropdown-menu li {
        background-color: #70bcd5 !important;
    }

        .mainnav .navbar-nav > li > .dropdown-menu li a {
            border: none;
        }

    #ifrm {
        /*min-height: 300px;
        height:auto;
        min-width: 600px;
        width:auto;
        overflow-x: scroll;

        min-height: device-height;
        min-width: device-width;
        height:device-height;
        width:device-width;*/
    }

    #middleContent {
        /*min-width: 600px;
        width:auto;*/
        overflow-x: scroll;
        min-width: device-width;
        width: device-width;
    }


    /*#contentDiv
    {
        overflow: scroll !important;
        -ms-overflow: scroll !important;
        -ms-overflow-style: scrollbar !important;
    }*/

    .sideMenuToggle, .sideMenuToggle:focus {
        display: block;
        color: black;
        text-decoration: none;
    }

        .sideMenuToggle:visited {
            text-decoration: none !important;
        }

        .sideMenuToggle:hover {
            color: black;
            text-decoration: none !important;
        }

    .sideMenuToggle {
        display: none;
    }

    .second-logo {
        padding: 0px;
    }
}


@media (max-width:480px) {
    .sideMenuToggle, .sideMenuToggle:focus {
        display: block;
        color: black;
        text-decoration: none;
    }

    .loginName {
        padding-top: 0;
    }

    .sideMenuToggle:visited {
        text-decoration: none !important;
    }

    .sideMenuToggle:hover {
        color: black;
        text-decoration: none !important;
    }

    .sideMenu {
        display: none;
    }

    .sideMenuColumn {
        width: 1em;
    }

    .sideMenuColumnExtended {
        width: 7em;
    }

    .middle {
        margin-left: 2px;
        margin-right: 2px;
    }

    table {
        font-size: 1em;
    }

    body {
        font-size: 12px;
    }

    .applica {
        height: 2em;
    }

    .navbar-nav > li > a {
        padding-bottom: 0px;
    }
}


@media print {
    /* Print CSS rules go here */
    /* Note: You need a separate @media screen group for other rules */
    .main {
        padding: 0 !important;
    }

    .header-inner, .sideMenuColumn, .footer {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    table {
        page-break-inside: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    .irfm {
        overflow-y: visible;
        overflow-x: visible;
    }

    .content {
        overflow: visible;
    }

    .middle {
        margin-left: 0;
        margin-right: 0;
    }

    .main, body {
        overflow: visible !important;
        overflow-x: visible !important;
    }

    .noprint, .printbutton {
        display: none;
    }

    .form-control, .form-control.nobug {
        border: 0;
        outline: 0;
        box-shadow: none;
    }

        .form-control.nobug {
            transition: none; /*-- THIS IS IMPORTANT -- */
        }

    input,
    textarea {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    div.dataTables_scrollBody {
        max-height: none !important;
    }
}

.unicodeSymbol{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.vakttider_table_cell{
    display: flex;
    gap: 5px;
}

.error-block {
    display: block;
    color: red;
    margin-top: 10px;
}

.vakttider_update_watches_container {
    display: grid;
    width: 530px;
    margin-bottom: 15px;
    align-items: center;
    justify-items: start;
    grid-template: 
            "check label date"
            / 20px 360px 150px   ;
}

.vakttider_update_watches_label {
    grid-area: label;
    margin:0;
}

.vakttider_update_watches_check {
    grid-area: check;
    width: 40px;
}

.vakttider_update_watches_check input {
    width: 15px;
    height: 15px;
}

.vakttider_update_watches_date {
    grid-area: date;
}

.NoYearDatePicker .ui-datepicker-year
{
    display: none !important;
}

.status {
    font-weight: bold;
}

.approvedText {
    color: green;
}

.declinedText {
    color: orangered;
}

.vaktlisteEndringerInputGroup{
    display: flex;
    align-items: end;
    gap:20px
}

.vaktlisteEndringerInput{
    width: initial;
    display: inline-block;
}

.edited{
    outline: black solid 0.5px;
}
h4.has-error{
    color: red;
}
p.has-error{
    font-size: 12px;
    color: red;
}

.edited {
    font-weight: bold;
}

.approved {
    background-color: green;
    color: white;
}

.declined {
    background-color: darkred;
    color: white;
}
.disabledDelete {
    color: grey;
    opacity: 0.5;
}

.disabledDelete:hover {
    cursor: not-allowed;
}

.fraver-grense-dager::after {
    content: "Dager";
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}


.fraver-grense-precentage::after {
    content: "%";
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

.fravergrense_daytype_label {
    margin: 0 6px;
    text-align: center;

}

.fravergrense_daytype_checkbox {
    width: 15px;
    height: 15px;
    margin: 0 auto !important;
}

.limits_header {
    text-align: center;
    font-weight: bold;
}

.limits_container {
    display: grid;
    justify-items: center;
    grid-template:
        " date               date         date                date         date            date         date          " 25px
        " friendlyDays       friendlyDays friendlyDays        friendlyDays friendlyDays    friendlyDays friendlyDays  " 40px
        " pendingTitle       separator1   approvedTitle       separator2   totalTitle      separator3   maxTitle      " 25px
        " pendingDays        separator1   approvedDays        separator2   totalDays       separator3   maxDays       " 25px
        " pendingPrecentage  separator1   approvedPrecentage  separator2   totalPrecentage separator3   maxPrecentage " 25px
        / minmax(90px, auto) 5px minmax(70px, auto) 5px minmax(70px, auto) 5px minmax(70px, auto);
}

.limits_title {
    grid-area: yourTitle;
    text-decoration: underline;
    font-weight: bold;
}

.limits_pending_title {
    grid-area: pendingTitle;
}

.limits_pending_precentage {
    grid-area: pendingPrecentage;
}

.limits_pending_days {
    grid-area: pendingDays;
}

.limits_approved_title {
    grid-area: approvedTitle;
}

.limits_approved_precentage {
    grid-area: approvedPrecentage;
}

.limits_approved_days {
    grid-area: approvedDays;
}

.limits_total_title {
    grid-area: totalTitle;
}

.limits_total_precentage {
    grid-area: totalPrecentage;
}

.limits_total_days {
    grid-area: totalDays;
}


.limits_max_title {
    grid-area: maxTitle;
}

.limits_separator1 {
    grid-area: separator1;
    border-left: 1px solid black;
    margin: 0 2px;
}

.limits_separator2 {
    grid-area: separator2;
    border-left: 1px solid black;
    margin: 0 2px;
}

.limits_separator3 {
    grid-area: separator3;
    border-left: 1px solid black;
    margin: 0 2px;
}

.AbstinenceLimit_date_custom::after {
    content: "Enkelt";
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    position: absolute;
}

.AbstinenceLimit_date_Repeat::after {
    content: "Rullende";
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    position: absolute;
}

.AbstinenceLimit_date_Year::after {
    content: "Årlig";
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    position: absolute;
}

.newAbstinenceLimit_numberInput {
    display: initial !important;
    width: 125px;
}

.newAbstinenceLimit_dayTypeSelect {
    display: initial !important;
    width: 125px;
}

.limits_daytypes{
    grid-area: friendlyDays;
}

.limitDoctorsByDate_Date {
    display: initial !important;
    width: 125px;
    margin-left: 10px;
}


.report_statusContainer {
    display: grid;
    grid-template: 
        " precentage " 25px
        " days " 25px
        / minmax(70px, auto)

}

.shouldHide{
    display:none
}

.plusIcon{
    font-size: 13px;
    user-select: none;
    cursor: pointer;
}
.plusIcon:hover{
    font-size: 13.2px;
}
.plusIcon:active{
    font-size: 12.8px;
}

.centered-form-grid{
    display: grid;
    justify-content: start;
    grid-row-gap: 10px;
}
.vertical-table{
    width: 500px;
}
.vertical-table-small-header{
    width: 50px;
}

.vertical-table-row-header-grid{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    place-items: center;
    place-content: center;
}

.list-group-item.disabled{
    background-color: lightgray;
    border-color: lightgray;
    pointer-events:auto;
    cursor: not-allowed;
}

.list-group-item.active.disabled{
    color: lightgray;
    background-color: #b3b3ff;
    border-color: #b3b3ff;
    pointer-events:auto;
    cursor: not-allowed;
}

.underline{
    text-decoration: underline;
}

a.underline{
    text-decoration: underline;
}