﻿/*  ########################
    ##### Klössuð tög ######
    ######################## 
    */
.m-hidden {
    display: none;
}

.m-left {
    float: left;
}

.m-right {
    float: right;
}

.m-clear {
    clear: both;
}

.m-strike {
    text-decoration: line-through;
}

.m-color-light {
    color: #A5A5A5;
}


/*  ########################
    ### Block stillingar ###
    ######################## 
    */

.m-info-block {
    width: 200px;
    padding: 5px;
    /*margin-right: 5px;*/
}

.m-extra-block {
    /*border: 1px solid lightgray; 
    border-radius: 3px;*/ 
    margin: 0 0 15px 0; 
    /*padding: 10px;*/
    /*max-width: 750px;*/
    /*background-color: transparent;*/
}

.m-extra-header {
    font-size: larger;
    margin: 0 0 10px 0;
    /*background-color: #F0F9FF;*/
}

.m-extra-content {
    /*margin: 5px 0 0 0;*/
    padding: 0 5px 5px 0;
}

#infoBlockId {
    /*min-height: 800px;*/
}

#extraBlockId {
    /*width: 725px;*/
}

#extraBlockId .k-block {
    /*background-color: transparent;*/
}

.m-container {
    overflow: hidden;
    /*position: relative;
    width: 100%;*/
    /*background-color: red;*/
    margin-top: 5px;
}
.m-column {
    float: left;
    margin: 0 20px 0 0;
    /*background-color: blue;*/
    /*padding-bottom: 100%;
    margin-bottom: -100%;*/
    /*height: 100%;
    position: absolute;
    right: 0;*/
}

#extraBlockId table tr td th {
    /*border-style:hidden !important;*/
}


/*  ########################
    #### Textar og box #####
    ######################## 
    */

.m-txt-disabled {
    background-color: lightgray !important;
}

.m-txt-style {
    width: 100%;
}

.m-div-style {
    margin-top: 5px;
    max-width: 300px;
}

.m-div-style label {
    /*font-weight: bold;*/
}

.m-margin-top-lite {
    margin-top: 5px;
}

.m-margin-bottom {
    margin-bottom: 10px;
}

.m-margin-top {
    margin-top: 10px;
}

.m-margin-bottom-lite {
    margin-bottom: 5px;
}

.m-padding-top-lite {
    padding-top: 5px;
}

.m-margin-right {
    margin-right: 10px;
}

.m-margin-right-lite {
    margin-right: 5px;
}

.m-margin-left {
    margin-left: 10px;
}

.m-autocomplete {
    width: 400px;
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
}

.m-padding-right {
    padding-right: 5px;
}

.m-link:link {
    font-size: .85em;
    color: #a5a5a5;
    text-decoration: none;
}

.m-link:visited {
    font-size: .85em;
    color: #a5a5a5;
    text-decoration: none;
}

.m-link:hover {
    color: #50607f;
    text-decoration: underline;
}

.m-link:active {
    color: #50607f;
    text-decoration: underline;
}

.m-link-hover:hover {
    text-decoration: underline !important;
}

.m-grid-desc {
    font-size: 1.2em; 
    margin: 0 10px 0 10px;
    color: dimgray;
}

.m-grid-desc-sub {
    color: dimgray;
    font-size: .813em;
    font-style: italic;
}

.k-toolbar {
    line-height: 1.0em !important;
}

.k-grid-message-image {
    display: inline-block;
    background:url('Icons/mail-16.png');
    height: 16px;
    width: 16px;
}

a.k-grid-message-image:hover {
    background-color: lightgray;
    border-radius: 2px;
}

.m-search-icon span:hover {
    background-color: lightgray;
    border-radius: 2px;
}

.k-grid-mobile-image {
    display: inline-block;
    background:url('Icons/mobile-16.png');
    height: 16px;
    width: 16px;
}

a.k-grid-mobile-image:hover {
    background-color: lightgray;
    border-radius: 2px;
}

div.m-cardnumer-text:hover {
    cursor: pointer;
    text-decoration: underline;
}

.m-txt-box {
    width: 225px;
}

.m-profile-tile {
    background-color: #F5F5F5;
    border: solid 1px lightgray;
    height: 340px;
    width: 325px;
    padding: 10px;
}

.m-contact-td {
    text-align: right;
}

.m-contact-tr > td{
    padding-bottom: 0.5em;
}