:root {
    --main-font: "Montserrat", sans-serif;
    --background-color: #fff;
    --main-color: #cae4f9;
    --main-color-hover: rgba(0,0,0,1);
    --font-color: rgba(22,22,24,1);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
    background-color: var(--background-color);
    color: var(--font-color);
    font-family: var(--main-font);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding:0px 0 0 ;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

a {
    color: #6f86d1;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: var(main-color-hover);
    text-decoration: none;
}

.xtraicons {
    float: right;
    height: 36px;
    width: 46px;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
}

.xtraicons a {
    color:#000;
}

.usermenu {
    float: right;
    display: inline-block;
    background-color: #000;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 22px;
    margin-right: 0px;
    margin-top: 0px;
}

.usermenu a {
    color:#fff;
    font-size: 20px;
    font-weight: 600;
}

.app {
    width: 100%;
    max-width: 800px;
    height: 100%;
    /*max-height: 674px;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.mobileheader {
    width: 100%;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 800px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.mobileheader h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 80px);
    line-height: 30px;
}

.mobilebody {
    width:100%;
    height:calc(100% - 130px);
    text-align: left;
    overflow: auto;
    padding: 10px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.mobilebody.noscroll {
    overflow: hidden;
    padding-bottom: 0px;
}

.mobilefooter {
    width:100%;
    height:90px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.mobilefooter ul {
    width:100%;
    height:60px;
    border-radius: 4px;
    background-color: #161618;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.mobilefooter ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.mobilefooter ul li a { 
    color:#fff;
}

.mobilefooter ul li a i {
    font-size: 22px;
    margin: 8px 0 4px 0;
}

.mobilefooter ul li a span {
    display: block;
    width: 100%;
    font-size: 13px;
    opacity: 0.6;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.mobilefooter ul li.valid a i {
    color:#ffd43b;
}

.mobilefooter ul li.valid a span {
    opacity: 0.9;
}

.mobilefooter ul li a:hover span {
    opacity: 0.9;
    text-decoration: none;
}

.timetracker {
    width:100%;
    height:auto;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background-color: #ffd43b;
    color: #4D4637;
    border-radius: 4px;
}

.timetracker.veljaverk {
    background-color: #f5f7fd;
    border: 1px solid #e2e6eb;
    color: #000;
    padding: 10px;
}

.timetracker span {
    font-size: 16px;
    color:#000;
}

.timetracker .p10 {
    padding: 10px;
}

.innskraupp {
    width:100%;
    height:60px;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    border-radius: 0 0 4px 4px;
}

.innskraupp strong {
    font-weight: 600;
    color:rgba(255,255,255,0.9);
}

.innskraupp .egloggadimiginn {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding: 10px;
}

.innskraupp .loggtiminn {
    width: 50%;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    padding: 10px;
}

.tasks {
    width:100%;
    border-radius: 4px;
    border:1px solid #eeeef0;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.tasks .name { 
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

.tasks .name strong {
    font-size: 16px;
}

.verkatask {
    display: inline-block;
    width:50%;
    margin-bottom: 5px;
}

.endadaguratask {
    display: inline-block;
    width:50%;
    margin-bottom: 5px;
    text-align: right;
}

.teymidatask {
    display: inline-block;
    width:50%;
}

.stadatask {
    display: inline-block;
    width:50%;
    text-align: right;
}

#verk {
    font-size: 18px;
    border-radius: 4px;
}

.timivikan {
    background-color: #fff;
    border-radius: 16px;
    padding-right: 12px;
}

.timivikan ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    min-height: 200px;
}

.timivikan ul li {
    width: calc(100% / 8);
}

.timivikan h5 {
    text-align: center;
    margin: 5px 0;
    color:#070417;
    opacity: 0.8;
}

.timarthandag {
    width: 30px;
    height: 160px;
    background-color: #FAFAFF;
    margin: 15px auto 0;
    position: relative;
}

.timasettingar {
    width:100%;
    text-align: center;
    font-size: 13px;
    color:#070417;
    opacity: 0.6;
    line-height: 16px;
}

.timasettingar.top {
    margin-top: 10px;
}

.unnir {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #9B51E0;
    width: 30px;
    text-align: center;
    color:#fff;
    padding:5px 0;
    font-size: 14px;
    border-radius: 4px;
}

.unnir.x0 {
    display: none;
}

.unnir.x1 {
    height:16px;
    padding:1px;
    font-size: 13px;
}

.unnir.x2 {
    height:32px;
}

.unnir.x3 {
    height:48px;
}

.unnir.x4 {
    height:64px;
}

.unnir.x5 {
    height:80px;
}

.unnir.x6 {
    height:96px;
}

.unnir.x7 {
    height:112px;
}

.unnir.x8 {
    height:128px;
}

.unnir.x9 {
    height:144px;
}

.unnir.x10 {
    height:160px;
}

.unnir.x11, .unnir.x12, .unnir.x13, .unnir.x14, .unnir.x15, .unnir.x16, .unnir.x17, .unnir.x18, .unnir.x19, .unnir.x20, .unnir.x21, .unnir.x22, .unnir.x23 {
    height:160px;
}

#clock {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.labelvid {
    text-align: left !important;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

button.stoppa {
    border-radius: 45px;
    background: rgb(161,209,249);
    background: linear-gradient(309deg, rgba(161,209,249,1) 0%, rgba(3,140,255,1) 100%);
    border: 1px solid #0074d5;
    padding: 10px;
    font-size: 15px;
    margin: 10px auto;
    font-weight: 600;
    width:90px;
    height: 90px;
    font-family: var(--main-font);
    position: relative;
    cursor: pointer;
    color: #000;
    text-align: center;
    transition: 0.3s ease-in-out;
}

button.stoppa:hover {
    background: rgb(161,209,249);
    background: linear-gradient(309deg, rgba(161,209,249,1) 0%, rgba(3,140,255,1) 12%);
}

button.stoppa i {
    font-size: 34px;
    margin-left: 2px;
}
/*
button.stoppa::before {
    position: absolute;
    content: "||";
    font-size: 30px;
    color: #000;
    font-weight: 400;
    top:10px;
    left: 30px;

}*/

#taskid, #verkefniid, #btid, #eid, #fjoldi , #aukaskilabod, #verk, #imgtype  {
    width:100%;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--main-font);
    height: 50px;
    color:#000;
}

#aukaskilabod  {
    min-height: 100px;
    font-size: 15px !important;
}

h3.page-title {
    margin: 30px 0 0 0;
    font-weight: 500;
}

h1.page-title {
    margin: 0px 0 30px 0;
    font-weight: 700;
}

input {
    background-color: #f5f7fd;
    border: 1px solid #f5f7fd;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
}

.innskra label {
    display: none !important;
}

.innskra {
    padding: 20px;
}

.innskra input {
    width: 100%;
    font-family: var(--main-font);
    font-weight: 400;
    margin-bottom: 16px;
}

::placeholder {
    color: #848ea2;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #848ea2;
}

.skramig {
    background:#000;
    color: #fff;
    font-family: var(--main-font);
    font-weight: 700 !important;
    font-size: 16px !important;
}

.skramig.inactive {
    background:#e3e6ea;
    color: #848ea2;
}

.invalid-feedback {
    color:#c20909;
    margin: -15px 0 15px;
    float: left;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.myinfo label {
    display: block;
    width:100%;
    font-size: 15px;
    margin: 0px 0 2px;
}

.myinfo input {
    width:100%;
    margin-bottom: 15px;
}

.myinfo input.readonly {
    background-color: rgba(245,247,253,0.5);
}

.vista {
    border-radius: 4px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    padding: 8px 24px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
    font-family: var(--main-font);
}

.utskra {
    border-radius: 4px;
    color: #d50014;
    background: #fff;
    border: 1px solid #000;
    padding: 8px 24px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
    font-family: var(--main-font);
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: center;
}

.messageusers {
    width:100%;
    display: inline-block;
    vertical-align: top;
    height: calc(100% - 265px);
    border-right: 1px solid #ccc;
}

.messageswin {
    width: calc(100% - 0px);
    display: inline-block;
    vertical-align: top;
    height: calc(100% - 40px);
    position: relative;
}

.messenger {
    height: calc(100% - 70px);
    overflow: auto;
    margin-bottom: 5px;
    width: calc(100%);
    display: inline-block;
    vertical-align: top;
}

.messenger_input {
    height: 80px;
    width: calc(100% - 0px);
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    padding-left: 0px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.messenger .messagetype_1 {
    float: right;
    text-align: right;
    clear: both;
    margin-right: 0px;
    width: calc(100% - 0px);
    margin-top: 5px;
}

.messenger .messagetype_2 {
    float: left;
    width: calc(100% - 0px);
    clear: both;
    margin-left: 0px;
    margin-top: 5px;
}

.messenger .skilabod_tima {
    margin: 0;
    color: #5f6165;
    font-size: 15px;
}

.messenger .skilabodin {
    background-color: rgba(230,213,242,.4);
    background-color: #3d5eba;
    border: 1px solid #3d5eba;
    padding: 8px 10px;
    margin: 0 0 5px;
    border-radius: 0 8px 8px 8px;
    display: inline-block;
    color:#fff;
}

.messenger .messagetype_2 .skilabodin { 
    background-color: rgba(230,213,242,.1);
    border: 1px solid #e6d5f2;
    color:#000;
}

.messenger .skilabodin p {
    margin: 0;
    font-size: 16px;
}

.messenger_input input[type="text"] {
    width: calc(75% - 20px);
    display: inline-block;
    margin-right: 20px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    min-height: 36px;
}

.messenger_input button {
    width: calc(25% - 5px);
    display: inline-block;
    background-color: #0095f9;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    height: 36px;
    color: #fff;
    font-weight: 500;
    margin-right: 0px;
}

.messenger_input button.disabled {
    opacity: .5;
}

.msg_user {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}

.msg_user.selected {
    background-color: #f8f5fd;
}

.msg_user_head {
    width:40px;
    display: inline-block;
    vertical-align: middle;
}

.msg_user_head span {
    display: block;
    height: 34px;
    width: 34px;
    background-color: #eeeef0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}

.msg_user_name {
    width:calc(100% - 45px);
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
}

.msg_user_lmes {
    font-weight: 300;
}

.msgselecteduser {
    width:100%;
    height:50px;
}

.msgselecteduser h3 {
    margin: 20px;
}

table {
    border-spacing: 2;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    position: relative;
}

table.tilbodskjoda th {
    font-weight: 400 !important;
    color: #88888a !important;
}

td.min, th.min {
    width: 2%;
    text-align: center;
    padding-right: 5px;
}

td.minpin, th.minpin {
    width: 10%;
    text-align: center;
    padding-right: 5px;
    white-space: nowrap;
}

.taskstafla td {
    padding: 5px;
    height: 50px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 15px;
}

.taskstafla td a {
    font-size: 16px;
    color: #000;
}

.onandoff {
    display: inline-block;
    height:26px;
    width:44px;
    border-radius: 16px;
    background: #eeeef0;
    z-index: 1;
    position: relative;
    transition: 0.3s ease-in-out;
}

.onandoff.b { 
    margin:10px 0;
}

.onandoff a {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index: 2;
}

.onandoff:hover {
    background: #cae4f9;
}

.onandoff.on {
    background: #cae4f9;
}

.onandoff::after {
    z-index: 1;
    height:24px;
    width:24px;
    position: absolute;
    top:1px;
    left:1px;
    border-radius: 12px;
    background-color: #fff;
    content: "";
    transition: 0.3s ease-in-out;
}

.onandoff:hover:after {
    left:18px;
}

.onandoff.on::after {
    background-color: #4997d6;
    left:18px;
}

.onandoff.on:hover:after {
    left:1px;
}

h4 span {
    display: block;
    color:rgba(0,0,0,0.5);
}

.taskdetails {
    width:100%;
    margin-bottom: 20px;
}

h2.task_title {
    margin-bottom: 5px;
}

h4.lysing {
    margin-top: 0px;
    font-weight: 500;
}

h4.lysing.winput {
    margin-bottom: 5px;
}

.tilbaka {
    display: inline-block;
    background-color: #000;
    border-radius: 4px;
    padding: 5px 20px;
    color: #fff;
    margin-top: 20px;
}

.umverk {
    width:100%;
    border: 1px solid #e2e6eb;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.umverk span { 
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #ffd43b;
    color: #09090b;
    border-radius: 4px;
}

.verkid {
    display: inline-block;
    width:70px;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
}

.verkstad {
    display: inline-block;
    width:calc(100% - 70px);
    vertical-align: top;
}

.verkstad h4 { margin: 0; }


.vikurnar {
    width: 100%;
    margin: 5px;
    margin-bottom: 5px;
}

.vikurnar .week_tilbaka {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
}

.vikurnar .week_tilbaka a { color: rgba(0,0,0,0.5); }
.vikurnar .week_tilbaka a:hover { color: rgba(0,0,0,1); }

.vikurnar .week_todya {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    display: none !important;
}

.vikurnar .week_afram {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
}

.vikurnar .week_afram a { color: rgba(0,0,0,0.5); }
.vikurnar .week_afram a:hover { color: rgba(0,0,0,1); }

.vikurnar .week_sel {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
}

.vikurnar .week_sel h4 { margin: 0; }

span.fra {
    display: inline-block;
    height: 30px;
    min-width: 38px;
    border-radius: 4px;
    background-color: #ffd43b;
    line-height: 30px;
    text-align: center;
    color: #4D4637;
    font-size: 14px;
    letter-spacing: -1px;
}

.timarnirlisti {
    width:100%;
    margin:5px 0;
}

.timarnirlisti .verkidl {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}


.timarnirlisti .verkidtimi {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    text-align: left;
}

.timarnirlisti .verkidt {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: right;
}

strong.dagurinn {
    display: block;
    width:100%;
    padding: 2px 0;
    border-bottom: 1px solid #f7f7f7;
}

.verkefnalistinn {
    width:100%;
    padding: 10px 0;
    text-align: left;
}

.verkekkiloggadurinn {
    background-color: #f9edcd;
    border-radius: 4px;
    border:1px solid #ffb42e;
    color:#b87d33;
    padding:10px;
    font-size: 15px;
}

.verkekkiloggadurinn a {
    color:#b87d33;
    font-weight: 700;
}

.op5 {
    opacity: 0.4;
}

.taskstafla td.tl {
    text-align: left;
}

#vistaauka {
    width: 100%;
    display: inline-block;
    background-color: #0095f9;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    height: 42px;
    color: #fff;
    font-weight: 700;
    margin-right: 0px;
}

.validver {
    margin: 5px 0 20px;
}

.baetaauka {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    font-size: 15px;
}

.fa-circle {
    color:#ccc;
}

.fa-mug-hot {
    color:#60BAAE;
}

.fa-circle-check {
    color:#A8CA00;
}

.fa-square-pen, .fa-square-plus, .fa-mailbox{
    color:#3d5eba;
    transition: 0.2 ease;
}

.fa-square-pen:hover, .fa-square-plus:hover {
    color:#1c43ae;
}

.fa-xmark-to-slot, .fa-circle-xmark {
    color:#ae001e;
}

.sarpmynd {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    text-align: center;
    background-color: #f8f8f8;
    padding: 10px;
}

.sarpmynd img { 
    max-width: 100%;
    height: auto;
}

.addtobucket {
    padding: 5px 10px;
    display: inline-block;
    margin: 4px 10px 4px 0px;
    border: 1px solid #4997d6;
    background-color: #f5f7fd;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    color: #4997d6;
    font-weight: 600;
    font-size: 15px;
}

.bucket {
    width:100%;
    margin: 20px 0;
    clear: both;
    float: left;
}

.bucket .file {
    width:calc(33.33334% - 5px);
    margin: 3px 1px;
    height:130px;
    
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    vertical-align: top;
}

.bucket figure {
    width: calc(100% - 2px);
    height:88px;
    border-radius: 4px;
    margin: 1px 1px 5px;
    background-size: cover;
    border:1px solid #ccc;
    position: relative;
}

.bucket .file figure a {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}

.bucket .file i {
    position: absolute;
    top:4px;
    right:4px;
    background-color: rgba(0,0,0,0.6);
    padding: 2px;
    color:#fff;
    border-radius: 2px;
}

a.nytttilbod:hover, a.nytttilbod.selected {
    border: 1px solid #3d5eba;
    background-color: #3d5eba;
    color: #fff;
    text-decoration: none !important;
}

#img_info {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e1dddd;
    padding: 5px;
    font-family: var(--main-font);
}

.vistamynd {
    display: inline-block;
    line-height: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: var(--main-font);
    height: 42px;
    color: #fff;
    background-color: #009edd;
    border: 1px solid #009edd;
    margin-top: 5px;
    font-weight: 600;
    width: auto;
}


.selected_lang {
    width:100%;
}

h3.selected_lang  {
    margin: 5px 0;
    font-size: 16px;
}

.selected_lang div {
    display: inline-block;
    margin:5px 5px 5px 0;
}

.selected_lang div a {
    display: inline-block;
    padding: 4px 8px !important;
    border-radius: 4px;
    border: 1px solid #e6e6e6 !important;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.selected_lang div a:hover {
    background-color: #eeeef0;
}

.selected_lang div a.valid {
    background-color: #ffd43b;
    border: 1px solid #ffd43b !important;
    color:#09090b;
}

.frame_btn {
    width:100%;
    clear: both;
    margin-bottom: 10px;
    float: left;
}

.xtrawork {
    border: 0px solid #ccc;
    width: 100%;
    font-size:15px;
}

.tr  {text-align: right;}
.tc  {text-align: center;}
.tl  {text-align: left;}

.xtrawork th {
    font-size: 13px;
    color: #070417;
    font-weight: 400;
    padding: 0 4px 5px 4px;
}

.xtrawork td { padding: 5px 4px; border-bottom: 1px solid #f8f8f8; }

.flag {
    width: 20px;
    display: inline-block;
    margin-top: 0px;
    vertical-align: bottom;
    margin-right: 5px;
}


.fimmtiu {
    width:50%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.sextiu {
    width:60%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.sjotiu {
    width:70%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.fjortiu {
    width:40%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.thjatiu {
    width:30%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.thjatiuogfimm {
    width:35%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.attatiu {
    width:80%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.tuttuguogfimm {
    width:25%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.tuttugu {
    width:20%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.fimmtan {
    width:15%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.tiu {
    width:10%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.formr {
    padding-left: 0px;
    padding-right: 0px;
}

.tegundtala span {
    font-size: 12px;
    color: #88888a;
}

.baetatima button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.baetatima i {
    font-size: 18px;
}

.baetatima i:hover {
    color:#0074d5;
}

button.skra {
    margin-top: 26px;
    display: inline-block;
    background-color: #0095f9;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    margin-right: 0px;
    padding: 0 30px;
}

button.skraalla {
    margin-top: 26px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #0095f9;
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
    color: #0095f9;
    font-weight: 700;
    margin-right: 0px;
    padding: 0 20px;
}

.taskcompleted.on a strong {
    font-weight: 400;
    text-decoration: line-through;
}