﻿body {
    height: 100%;
    font-size: 1.5em;
    background-color: #f0f0f0;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333;
    background-repeat: repeat-x;
    /* background-attachment:fixed; */
}

@font-face {
    font-family: "AgencyFBRegular";
    src: url("https://felagatal.oddfellow.is/Content/font/apple-chancery.ttf")
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #333;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
    background: #E2E8EB;
    width: 100%;
    height: 60px;
    background-image: url(/Images/topbar.gif);
    background-repeat: repeat-x;
    z-index: 1099;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 20px 0px 0px 0px;
        color: #555;
        border: none;
        font-size: 2em;
    }

    .header h2 {
        font-weight: 400;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        color: #555;
        border: none;
        font-size: 2em;
    }

.HeaderCSS {
    color: #333;
    background: #f0f0f0;
    height: 24px;
    cursor: pointer;
    margin: 2px 2px 2px 2px;
    font-weight: bold;
}

    .HeaderCSS:hover {
        color: #333;
        background: #DCE1E4;
        height: 24px;
        cursor: pointer;
        margin: 2px 2px 2px 2px;
        font-weight: bold;
    }

.Header2CSS {
    color: #333;
    background: #f0f0f0;
    height: 24px;
    cursor: pointer;
    margin: 2px 2px 2px 2px;
}

    .Header2CSS:hover {
        color: #333;
        background: #DCE1E4;
        height: 24px;
        cursor: pointer;
        margin: 2px 2px 2px 2px;
    }

.HeaderSelectedCSS {
    color: White;
    cursor: pointer;
    color: Snow;
    background: #85949E;
    height: 24px;
    font-weight: bold;
    overflow: hidden;
}

select,
input {
    font-size:14px;
}

.btn {
    text-align:center;
}

a.btn {
    color: #000;
}

.gridtable {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}

    .gridtable th {
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    .gridtable td {
        padding-right: 6px;
    }

    .gridtable tfoot{
        font-weight: bold;
    }

/* Set padding to keep content from hitting the edges */
    .body-content {
    padding: 10px;
    background-color: white;
    border: 1px solid #f0f0f0
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.CollectionItem {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    vertical-align: top;
    border-radius: 6px;
}

.CollectionItem:hover {
    background-color: #E0E2EB;
}

.collectionImage {
    float:left;
    padding-right: 10px;
    width: 80px;
}

.ItemImageWrapper {
    display: inline-block;
    max-width: 150px;
    height: 110px;
    overflow: hidden;
}

.ItemImage {
    padding-right: 10px;
    width: 130px;
}

.collectionBody {
    float: left;
}

.itemBody {
    display: inline-block;
    vertical-align: top;
    font-size:14px;
    color:#000;
}

.AttendingBox {
    float: left;
    width: 220px;
    padding: 6px;
}

.ScheduleMailOptions {
    float: unset;
    width: 100%;
    overflow: hidden;
}

.ScheduleMailBody {
    float: unset;
    width: 100%;
    padding-left: 4px;
}

.AttachmentFile {
    font-size:11px;
    padding:2px;
    margin:2px;
}

.AttachmentFile:hover {
    background-color:#ddd;
}

.Tag {
    display:block;
    font-size:11px;
    background-color:#d9ebd7;
    padding:2px 4px 2px 4px;
    margin:2px;
    border-radius:2px;
    cursor: pointer;
}

#Oddfellowbladid
{
    display:none;
}

@media (min-width: 400px) {
    .CollectionItem {
        width: 377px;
        margin-bottom:12px;
    }

    .collectionImage {
        padding-right: 10px;
        width:120px;
    }

    .ItemImage {
        padding-right: 10px;
        width:260px;
    }

    .ItemImageWrapper {
        max-width: 300px;
        height: 260px;
    }

    .itemBody {
        font-size: 20px;
    }
}

.DropzoneImg {
    cursor:pointer;
    width: 80px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity: 0.2;
}

.DropzoneImgOver {
    width: 80px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
}

.delimg {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    background-color: #efefef;
    background-image: url('/Images/Trashfile.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.3;
}

.delimgOver {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
}

.DropHover {
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 52px;
    padding: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.3;
}

.DropHover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
    background-color:#f0f0f0;
}

.DropHoverOver {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
    background-color: #fafafa;
}

.dragimg {
    padding-right: 10px;
    height: 120px;
}

.itemrow
{
    cursor:pointer;
}

.mslogo {
    background-image: url('/Images/msbar.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.mslogo h1 {
    display: inline-block;
    color: #eee;
    font-weight: bold;
    font-size: 28px;
}

.basket {
    cursor: pointer;
    background-image: url('/Images/basket.png');
    background-size: contain;
    background-position-x: -10px;
    background-position-y: -10px;
    width: 100px;
    height: 100px;
    float: right;
    vertical-align: top;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    opacity: 0.1;
}

@media (max-width: 400px) {
    .basket {
        position: absolute;
        right: 0;
    }
}

.basketOver {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
}

.basketCount {
    margin-left: 18px;
    width:34px;
    text-align:center;
    margin-top: 26px;
    font-size: 15px;
    font-weight:bold;
}


.indexTitle {
    font-size: 20px;
    color: #eee;
    font-weight: bold;
    padding-top: 18px;
    position:absolute;
}

@media (min-width: 600px) {
    .indexTitle {
        font-size: 28px;
    }
}

.BasketAction {
    background-color: #eee;
    padding: 20px;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
    float:left;
    margin-right:6px;
}

.BasketActionOver {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
}

.topbarlink {
    padding-left: 30px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    z-index: 1200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
}

.topbarlink:hover {
    color: #FDB019;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.topbar {
    padding: 10px;
    background-color: #82939C;
    color: white;
    font-size: 16px;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 100%;
    vertical-align: middle;
}

.topbar2 {
    background-color: white;
    padding-top: 4px;
    width: 100%;
    border-bottom: 2px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
}

@media (min-width: 1100px) {
    #Oddfellowbladid {
        display: inline-block;
    }
    .topbar2 {
        padding-top: 20px;
    }
}

.topbar3 {
    width: 100%;
    border-bottom: 2px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.iooflogowrapper {
    position: absolute;
    width: 100%;
    height: 160px;
    top: 0;
}

.iooflogo {
    position: relative;
    z-index: 1000;
    margin: 0px auto 0px auto;
    width: 168px;
    height: 151px;
    background-image: url('/Images/iooflogo.gif');
    background-repeat:no-repeat;
    background-size: 168px;
    display: none;
    cursor:pointer;
}

.iooflogospacer {
    display: none;
}

@media (min-width: 750px) {
    .iooflogo {
        display: block;
    }
    .iooflogospacer {
        display: block;
    }
}


.topbarbtn {
    padding: 3px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 200px;
    position: relative;
    text-align: center;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
}

.topbarbtn:hover {
    color: #FDB019;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.skjalasafn {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding-left: 8px;
    border: 1px solid #f0f0f0;
}

@media (min-width: 1900px) {
    .topbarbtn {
        width: 200px;
    }

    .container {
        max-width: 1800px;
    }

    .AttendingBox {
        float: left;
        width: 350px;
        padding: 6px;
    }

    .FloatBox {
        width: 573px !important;
    }

    .ScheduleMailBody {
        float: right;
        width: 1350px !important;
        padding-left: 4px;
    }

    .skjalasafn {
        width: 600px;
        flex: 0 0 auto;
    }
}

.buttonblock {
    display: none;
}
@media (min-width: 990px) {
    .buttonblock {
        display: block;
    }
}

.topbarbtn2 {
    display: inline-block;
    padding: 6px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
}

.topbarbtn2:hover {
    color: #FDB019;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


.topbarmenubtn {
    padding: 3px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 140px;
    position: relative;
    text-align: left;
    z-index: 1200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
}

.topbarmenubtn:hover {
    color: #FDB019;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.ReportText {
    border: 0;
    background-color: #eee;
}

.ReportTextRight {
    text-align: right;
    border: 0;
    background-color: #eee;
}

.progeressBar {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #666666;
    display: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index:1900;
}

.SiteMenu {
    text-align:left;
    display: none;
    background-color: #fff;
    border: 1px solid #efefef;
    position: absolute;
    padding: 6px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.76);
    -moz-box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.76);
    box-shadow: 4px 4px 5px 0px rgba(207,207,207,0.76);
}



/* Search box  
----------------------------------------------------------*/

.searchpanel {
    padding-left: 10px;
    padding-top: 2px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 400px;
    min-height: 120px;
    z-index:1200;
    border:1px solid #ccc;
    overflow-x:hidden
}

.searchdiv {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 25px;
    z-index: 1100;
    color: #444;
}

.searchAllLabel {
    padding-top: 10px;
    display: inline-block;
}

.TobBarIcon {
    width:20px;
    padding: 3px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    z-index: 1200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
}

.TobBarIcon:hover {
    color: #FDB019;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.TopTotals {
    background-color: #F5F5F5;
    color: #444;
    height: 200px;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    padding: 10px 10px 10px 10px;
    z-index: 1400;
    display: none;
}

.closearea {
    cursor:pointer;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.ProcessShade {
    display: none;
    position: absolute;
    width: 100%;
    height:100%;
    bottom: 0;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.3;
    z-index: 9999;
}

.DeildPickWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background: #666;
    z-index: 2200;
    display: none;
    z-index: 2200;
    overflow: hidden;
    padding:10px;
    overflow:hidden;
}

.DeildPick {
    padding: 12px;
    width: 100%;
    margin: 0px auto 0px auto;
}

.DeildPickContainer {
    width: 100%;
    padding: 10px;
    color: #eee;
    margin: 0px auto 0px auto;
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.DeildPickItem {
    float: left;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
    width: 220px;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
}

    .DeildPickItem:hover {
        background-color: #888;
    }

.DeildPickItem.active {
    background-color:#888;
}

.btn-deildpick {
    color: #ccc;
    background-color: #666;
    border-color: #777;
    font-weight: bold;
}

    .btn-deildpick.active {
        color: #fff;
        background-color: #888;
    }

.btn-deildpick:hover {
    color:#fff;
}

.deildpick:active,
.deildpick.active,
.open .dropdown-toggle.deildpick {
    background-image: none;
}

.TotalsChartWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background: #666;
    z-index: 2200;
    display: none;
    cursor: pointer;
    z-index: 2201;
}

.TotalsChart {
    border:none;
    color: #eee;
    padding: 12px;
    width: 655px;
    height: 300px;
    margin: -3px auto 0 auto;
    z-index: 2202;
    border:none;
}

.mGrid td {
    font-size: 18px;
}

.mGrid th {
    font-size: 16px;
    color: #333;
    background: none;
    border-bottom: 1px solid #aaa;
}

.mGrid th a {
    color: #333;
    text-decoration: none;
    font-size:16px;
}

.searchResultPanel {
    display: none;
    background-color: white;
    padding: 5px;
    margin:5px;
    max-height:300px;
    overflow-x:hidden;
}

.SearchItem {
    font-size: 16px;
    cursor: pointer;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
    padding:4px;
    overflow-x:hidden;
    text-wrap:avoid;
    white-space:nowrap
}

.SearchItem:hover {
    color: #FDB019;
    background-color: #F5F5F5;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.SearchItemMore 
{
    display:none;
}

.LinkButton {
    text-align: left;
    font-weight: bold;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
    width: 120px;
    color: #000;
    margin: 2px;
    width: 120px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.LinkButton {
    background-color: #f7f7f7;
    color: #000;
}

.LinkButton:hover {
    color:white;
    background-color: #82939C;
}

.lbactive {
    background-color: #e9e9e9;
}

.unreadCounter {
    padding: 0px 2px 0px 2px;
    top: -2px;
    left: -2px;
    position: absolute;
    display: inline-block;
    background-color: red;
    z-index: 1210;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}

.container {
    padding:10px;
}

.tab-content {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.datarow {
    cursor: pointer;
}

.datarow:hover {
    background-color: #F5F5F5;
}

.nav {
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

    .nav > li > a {
        color: #000;
        font-size: 18px;
    }

.mainaccordion {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    padding: 4px;
    width: 100%;
    color:white;
    background-color: #82939C;
    margin-top: 2px;
}

    .mainaccordion:hover {
        background-color: #ccc;
    }

.mainaccordionContent {
    display: none;
    padding: 10px;
    width: 100%;
}

.accordionContent {
    overflow: hidden;
}

.accordion {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    padding: 4px;
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 2px;
}

.accordionContent {
    display:none;
    padding:10px;
    width:100%;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 60px;
    padding: 10px;
}

.titleBar {
    color: white;
    background: #85949E;
    height: 24px;
    margin: 2px 2px 2px 2px;
    font-weight: bold;
}

.DeildPanel {
    font-size: 16px;
    padding:20px;
}

.frontpanel {
    font-size: 12px;
}

.AttendingList {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .AttendingList {
        height: unset;
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media (min-width: 768px) {

    .DeildPick {
        width: 700px;
    }

    .DeildPickContainer {
        width: 700px;
    }

    .frontpanel {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .DeildPick {
        width: 900px;
    }

    .DeildPickContainer {
        width: 900px;
    }

    .DeildPickItem {
        width: 280px;
    }
    .ScheduleMailOptions {
        float: left;
        width: 400px;
    }

    .ScheduleMailBody {
        float: right;
        width: 520px;
        padding-left: 4px;
    }
}

.DeildDiv {
    width: 400px;
    min-height: 200px;
    margin: 0px auto 0px auto;
    overflow: auto;
}

.DeildContent {
    display: inline-block;
    font-size: 10px;
    width: 310px;
}

.DeildImage {
    Width: 90px;
    float: left;
    margin-right: 5px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .DeildDiv {
        width: 750px;
    }
    .DeildImage {
        Width: 140px;
    }

    .DeildContent {
        width: 502px;
    }
}

.BirthdayPanel {
    float: right;
    padding: 11px;
    display: none;
    width: 280px;
    float: right;
    max-height: 250px;
    overflow-y: auto;
    margin-right:10px;
}

@media (min-width: 1200px) {
    .ScheduleMailBody {
        float: right;
        width: 720px;
        padding-left: 4px;
    }
    .BirthdayPanel {
        display: inline-block;
    }
}

.orangebar {
    width: 60px;
    height:2px;
    background-color: orange;
}

.CollapsibleBar {
    display: block;
    color: #333;
    min-height: 30px;
    cursor: pointer;
    padding: 2px 2px 2px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxContainer {
    width: 100%;
}

.FloatBox {
    background-color: white;
    padding: 10px;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
}

.customscroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.customscroller::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.customscroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



.darkscroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #777;
}

.darkscroller::-webkit-scrollbar {
    width: 12px;
    background-color: #666;
}

.darkscroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #666;
}

@media (min-width: 768px) {
    .FloatBox {
        float: left;
        width: 344px;
    }
    .BoxContainer {
        width: 100%;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .FloatBox {
        width: 455px;
    }
}

@media (min-width: 1200px) {
    .FloatBox {
        width: 363px;
    }
}

.FloatLoad {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.FelagarBox {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.only992 {
    display: none;
}

@media (min-width: 992px) {
    .only992 {
        display: inline-block;
    }
}

.only768 {
    display: none;
}

@media (min-width: 768px) {
    .only768 {
        display: inline-block;
    }
}


.ui-widget-header {
    border: none;
    background: #fff;
    color: #222222;
    font-weight: bold;
}

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #fff;
        font-weight: normal;
        color: #555555;
    }



    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #efefef;
        font-weight: normal;
        color: #000;
    }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ccc;
        font-weight: normal;
        color: #000;
    }

.formlabel {
    font-size:13px;
    font-weight:bold;
    display:inline-block;
    height:34px;
    padding-top:8px;
    padding-left:4px;
    vertical-align:bottom;
}


.thclick {
    cursor: pointer;
}

.ralign {
    text-align: right;
}

.SentItem {
    cursor:pointer;
}

.SentItem:hover {
    background-color:#efefef;
}

.Resipient {
    font-size: 11px;
    display:inline-block;
    padding: 5px;
    border-radius: 4px;
    margin: 2px;
}

.ResipientDefault {
    background-color: #d8f9d4;
    color: green;
}

.DeildEmail {
    background-color: #cedde6;
    color: black;
    font-weight:bold;
    cursor: pointer;
}

.ResipientDeild {
    background-color: #cedde6;
    color: blue;
    cursor: pointer;
}

.ResipientFelagi {
    background-color: #eee;
    color: darkred;
    cursor: pointer;
}

.ResipientGroup {
    background-color: #f8d898;
    color: black;
    cursor: pointer;
}

.sendmailwrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background: rgba(0, 0, 0, .7);
    z-index: 2300;
    cursor: pointer;
}

.sendmail {
    width: 700px;
    height: 550px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    padding: 5px;
    overflow: hidden;
    cursor:default;
}

@media (min-height: 750px) {
    .sendmail {
        height: 650px;
    }
}

@media (min-height: 850px) {
    .sendmail {
        height: 750px;
    }
}

@media (min-height: 1000px) {
    .sendmail {
        height: 1000px;
    }
}

.sendmailpartial {
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.MessageBody {
    float: left;
    width: 355px;
    padding: 50px 10px 10px 10px;
}

#FundirMenu {
    float: left;
    width: 300px
}

#ItemBodyWrapper {
    float: left;
    width: 845px;
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width: 768px) {
    .MessageBody {
        width: 355px;
    }
    .sendmail {
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .MessageBody {
        width: 575px;
    }
}

@media (min-width: 1200px) {
    .MessageBody {
        width: 775px;
    }
}

.closebutton {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    color: white;
    font-size: 12px;
    background-color: darkred;
}

    .closebutton:hover {
        background-color: red;
    }

.stop-scrolling {
    height: 100%;
    width:100%;
    overflow: hidden;
    position: fixed;
}

.MailBrowser {
    padding: 4px;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    background-color: #eee;
}

    .MailBrowser .time::first-letter {
        text-transform: uppercase;
    }

    .MailBrowser .time {
        margin: 0px auto;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        font-weight:bold;
    }

    .MailBrowser .arrow {
        display: inline-block;
        width: 20px;
        overflow: hidden;
        color: black;
        cursor:pointer;
    }

        .MailBrowser .arrow.left {
            text-align: left;
            float: left;
        }
        .MailBrowser .arrow.right {
            text-align:right;
            float:right;
        }


.KladdiCell {
    text-align:center;
    border: 1px solid #ccc;
    width: 50px;
    margin:2px;
}

.Dragitem {
    width:100%;
    font-size:13px;
    font-weight:600;
    background-color: #fefefe;
    border: 1px solid #eee;
    margin: 2px;
    cursor:move;
}


.TrashImg {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: 0.4;
}

.TrashOver {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1.0;
}

.IconTrash {
    cursor: pointer;
    padding-left: 10px;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

    .IconTrash:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }


.FundirSignature {
    display: inline-block;
    vertical-align:bottom;
    font: 200 24px/0.8 'Great Vibes', Helvetica, sans-serif;
    color: #444;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
}

.StatsMenu {
    font-weight:bold;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #E0E2EB;
    margin: 2px;
    padding: 4px;
}

    .StatsMenu:hover {
        background-color: #E0E2EB;
    }

    .StatsMenu.active {
        color:white;
        background-color: #82939C;
    }

.ReportTable {
    max-height: 200px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
}

.print-only {
    display:none;
}

.print-only-inline {
    display: none;
}

@media print {
    .print-only {
        display: block;
    }

    .print-only-inline {
        display: inline-block;
    }

    .ReportTable {
        max-height: unset;
        height: unset;
        overflow-y: unset;
        overflow-x: unset;
    }

    .hidden-print {
        display: none !important;
    }

    .soft-hidden-print {
        display: none;
    }

    .do-print {
        display: normal !important;
    }
}

.uparrow {
    font-size: 22px !important;
    cursor: pointer;
    color: darkgray;
}

.uparrow:hover {
    color: black;
}

.File {
    display: inline-block;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
}

.File:hover {
    background-color: #fefefe;
}



.OuterDoc {
    width: 100%;
    overflow: hidden;
    display: none;
}

.InnerDoc {
    width: 100%;
}

.skjalasafnWrapper {
}

@media (min-width: 768px) {
    .skjalasafnWrapper {
        display: flex
    }
    .skjalasafn {
        width: 310px;
        flex: 0 0 auto;
    }

    .OuterDoc {
        flex-grow: 1;
        float:right;
        overflow: hidden;
        display: none;
    }

}

@media (min-width: 1200px) {
    .skjalasafn {
        width: 420px;
    }
}

.allaudiowrapper {
    width: 100%;
    min-height: 250px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    overflow: auto;
}

.audiowrapper {
    width: 100%;
}

@media (min-width: 992px) {
    .audiowrapper {
        float: left;
        width: 590px;
        margin-left: 20px;
    }
    .allaudiowrapper {
        float: left;
        width: 306px;
        min-height: 250px;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
    }
}

@media (min-width: 1200px) {
    .allaudiowrapper {
        float: left;
        width: 406px;
        min-height: 250px;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
    }
}

