﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
    font-family: 'EYInterstate';
    src: url('fonts/EYInterstate-Regular.ttf');
    src: url('fonts/EYInterstate-Regular.eot');
}

/*#region GENERAL */

body {
    font-family: "Noto Sans", Arial;
    font-size: 1em;
    line-height: 1.25em;
    background-color: #F2F2F2;
    margin: 0;
    padding: 0;
}

p {
    /*padding-top: 1em !important;*/
}

.container {
    width: 100%;
}

.hide-small {
    display: none;
}

.normallink {
    color: #336699;
    font-weight: bold;
}

    .normallink:hover {
        color: #336699;
    }

.alert-success,
.alert-danger {
    margin: 5px auto;
    border-radius: 0px;
}

.errlogo {
    padding: 10px;
    margin: 15px;
    background-color: #333333;
    border-radius: 1px;
}

input::-ms-clear {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-content {
    background-color: white;
    font-size: transparent !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    border: 1px solid #E4E4E4;
    border-top: 0;
}

.ui-menu-item {
    background-color: white;
    padding: 10px 0px 10px 10px;
    border-top: 1px solid #E4E4E4;
}

    .ui-menu-item:hover {
        background-color: #E4E4E4;
        cursor: pointer;
    }

.ui-menu-item-focus {
    background-color: yellow;
}

.ui-widget-content .ui-state-active {
    font-weight: bold;
    padding-left: 5px;
}

.spgArea {
    height: 100px !important;
    resize: none !important;
}

.spgAreaRef {
    height: 100px;
    resize: none;
    background-color: white !important;
}

.vertical-text {
    transform: rotate(-90deg);
    transform-origin: left top 0;
}
/*#endregion GENERAL*/
/*#region HEADERS*/
h1, h2, h3, h4 {
    font-family: "EYInterstate", Arial;
}

h1 {
    font-weight: bold;
    font-size: 1.85em;
    line-height: 1.15em;
}

h2 {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.14em;
}

h3 {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.20em;
}

h4 {
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.25em;
}

h5 {
    margin-bottom: 13px;
}

.sub-header {
    margin-bottom: .5rem;
}

.sub-header-top {
    /*margin-top: 1rem;*/
    margin-bottom: .5rem;
}
/*#endregion HEADERS*/

/*#region TOP */
.utility-menu {
    background-color: #333333;
    color: #c0c0c0;
    border-bottom: 1px solid #636363;
    font-size: 14px;
    padding: 7px 0px;
    /*display: none;*/
}

.utility-link {
    color: transparent;
}

    .utility-link:hover {
        color: transparent;
    }

.notification {
    float: left;
    margin-top: 8px;
    margin-left: 20px;
    padding: 13px 15px;
    background-color: #ffe600;
    font-size: 12px;
    border-radius: 0;
    color: #333333;
}

    .notification:hover {
        background-color: #333333;
        color: #c0c0c0;
    }

.navbar {
    background-color: black !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

    .navbar .logo {
        margin: 8px 0px !important;
        height: 38px !important;
        width: 38px !important;
    }

.fa-bars {
    color: #9C9DA0;
    margin: 12px 0px;
    padding: 0px 3px;
    cursor: pointer;
}

.navbar ul a {
    color: #c0c0c0 !important;
    padding: 5px 0px 5px 15px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    display: block !important;
    border-top: 1px solid #666666 !important;
    cursor: pointer !important;
}

    .navbar ul a:hover {
        text-decoration: none !important;
        background-color: #17191B !important;
        color: #F0F0F0 !important;
    }

.navbar .dropdown-menu {
    margin: 0px !important;
    padding: 0px !important;
    background-color: blue !important;
    border: 0 !important;
    border-color: red !important;
    border-radius: 0px !important;
}

.navbar .dropdown a {
    padding-left: 15px !important;
}

.navbar .dropdown-menu a {
    text-transform: none !important;
    padding-left: 25px !important;
    color: #c0c0c0 !important;
    background-color: #333333 !important;
}


/*#endregion TOP*/

/*#region BUTTONS */
.marginbtn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.a-ey-btn-primary,
.a-ey-btn-secondary {
    display: inline-block;
    font-size: 14px;
    border: 0px;
    padding: 11px 22px 13px 22px;
}

.a-ey-btn-primary {
    background-color: #ffe600;
    color: black;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.a-ey-btn-secondary {
    background-color: #666666;
    color: #ffffff;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
}

    .a-ey-btn-primary .fa,
    .a-ey-btn-secondary .fa {
        padding-right: 10px;
    }

    .a-ey-btn-primary:hover,
    .a-ey-btn-secondary:hover {
        color: transparent;
        text-decoration: none;
        border: 0;
        padding: 11px 22px 14px 23px;
    }

.a-ey-btn-primary:active {
    color: transparent;
    text-decoration: none;
    padding: 11px 22px 13px 22px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.a-ey-btn-secondary:active {
    color: #ffffff;
    text-decoration: none;
    padding: 11px 22px 13px 22px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
}

.a-ey-btn-primary:visited {
    color: black;
}

.a-ey-btn-secondary:visited {
    color: white;
    text-decoration: none;
}

.btn-ey-submit {
    display: inline-block;
    font-size: 14px;
    padding: 12px 22px;
    border: 0px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

    .btn-ey-submit .fa {
        font-size: 14px;
        padding-right: 10px;
    }

.btn-ey-submit {
    background-color: #ffe600;
    color: #333333;
}

    .btn-ey-submit:hover {
        border: 0;
        padding: 12px 22px 13px 23px;
        cursor: pointer;
    }

.btn-ey-primary,
.btn-ey-secondary,
.btn-ey-disabled {
    display: inline-block;
    font-size: 14px;
    padding: 12px 22px;
    border: 0px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.btn-ey-utility {
    display: inline-block;
    font-size: 14px;
    /*padding: 12px 22px;*/
    border: 0px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.btn-ey-primary {
    background-color: #ffe600;
    color: #333333;
}

.btn-ey-secondary {
    background-color: #666666;
    color: #ffffff;
}

.btn-ey-utility {
    background-color: #f0f0f0;
    color: #333333;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

    .abtn-ey-secondary .fa,
    .btn-ey-primary .fa,
    .btn-ey-secondary .fa,
    .btn-ey-utility .fa,
    .btn-ey-disabled .fa {
        font-size: 16px;
        padding-right: 10px;
    }

.abtn-ey-secondary:hover,
.btn-ey-primary:hover,
.btn-ey-secondary:hover,
.btn-ey-submit:hover {
    border: 0;
    padding: 12px 22px 13px 23px;
    cursor: pointer;
    text-decoration: underline;
}

.btn-ey-secondary:focus,
.btn-ey-submit:focus {
    text-decoration: underline;
}


.btn-ey-utility:hover {
    /*padding:12px 21px 12px 23px;*/
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.btn-ey-disabled:hover {
    cursor: no-drop;
}

.a-ey-btn-primary:focus .a-ey-btn-secondary:focus,
.btn-ey-submit:focus,
.btn-ey-primary:focus,
.btn-ey-secondary:focus,
.btn-ey-utility:focus {
    outline: 0;
}

.btn-ey-submit:active,
.btn-ey-primary:active,
.btn-ey-secondary:active {
    padding: 11px 21px 12px 22px;
    border: 1px solid #c0c0c0;
}

.btn-ey-utility:active {
    border: 1px solid #666666;
}

.col-plus,
.row-minus,
.row-minus-defaultA,
.col-plus-defaultA,
.row-minus-MainQ,
.row-minus-Ref,
.col-plus-MainQ {
    color: indianred;
    padding: 0.5rem;
}

.star {
    padding: 0.5rem;
}

.row-minus-star,
.row-minus-MainQ-star {
    color: indianred;
    padding-left: 2.6rem;
    padding-right: 0.5rem;
}

.col-plusTeam {
    color: gray;
}

.col-plus,
.col-plus-defaultA,
.col-plus-MainQ {
    color: green;
}

.col-minus,
.col-minus-defaultA,
.col-minus-MainQ {
    background-color: indianred;
    color: white;
    border-radius: 0;
}

    .fa-btn:hover,
    .col-minus:hover,
    .col-minus-defaultA:hover,
    .col-minus-MainQ:hover {
        cursor: pointer;
    }
/*#endregion BUTTONS */

/*#region FORMS */

.form-control {
    border-radius: 0px;
    outline: none;
}

.form-EnumDropDox {
    border-radius: 0px;
    width: 70px;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid #ffe600;
}

.beskrivelsefelt,
.kommentarfelt {
    resize: none;
}

input:read-only {
    background-color: white !important;
    font-style: italic;
}

.customrow {
    margin: 0;
    padding: 5px 1px;
    border: 0;
    margin-bottom: 0.5rem;
}

.customtddropdown {
    background-color: transparent !important;
    border: none;
}

.customtdtextbox {
    background-color: transparent !important;
    border: none;
    resize: none;
    font-family: "Noto Sans", Arial !important;
    font-size: inherit !important;
}

    .customtdtextbox:focus {
        border: 0;
    }

/*#endregion FORMS */
/*#region TABLES */
.infoTable,
.eyTable {
    border: 1px solid #E4E4E4;
    margin: 0.5rem 0;
}

.tjeklistTable {
    border-radius: 5px;
    width: 50%;
    margin: 0px auto !important;
    float: none;
}


.eyTable th {
    background-color: #E4E4E4;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px;
}

.eyTable input {
    background-color: transparent !important;
}

.eyTable .hide {
    display: none;
    background-color: blue;
}

.eyTable th .fa {
    padding: 0px;
}

.eyTable th:hover {
    cursor: pointer;
}

.noSort th:hover {
    cursor: default;
}

.eyTable td {
    padding: 15px;
    border-bottom: 1px solid #E4E4E4;
}

.eyTableTeamMembers td {
    padding: 10px !important;
}

.eyTable-small td {
    padding: 5px;
    border-bottom: 1px solid #E4E4E4;
}

.eyTable-small td {
    padding: 5px !important;
}

.eyTable-small th {
    padding: 5px !important;
}

.infoTable {
    background-color: #F2F2F2;
    font-size: 9px;
}

    .infoTable th,
    .infoTable td {
        border-bottom: 1px solid #E4E4E4;
        padding: 5px 15px;
    }

.eyTable tr:nth-child(even) {
    background-color: white;
}

.eyTable tr:nth-child(odd) {
    background-color: #F2F2F2;
}

a .fa {
    color: black;
}

    a .fa:hover {
        color: #336699;
    }

.hoverhand:hover,
.eyTable .flytKursist:hover,
.eyTable .hoverhand:hover {
    cursor: pointer;
}



.eyTable .GPNTH,
.eyTable .IDTH,
.eyTable .GPNTD,
.eyTable .IDTD {
    display: none;
}

/*#endregion TABLES */

/*#region BAR */
.bar {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #E4E4E4;
    margin-bottom: 0.5rem;
}

.tjeklistebar {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #E4E4E4;
    margin: 0px auto !important;
    margin-bottom: 0.5rem !important;
}




.custombar {
    border: 1px solid white !important;
}

.togglebar {
    font-size: 14px;
}

    .togglebar .fa {
        margin-right: 5px;
    }

    .togglebar .click:hover {
        cursor: pointer;
        color: #336699;
    }

.bar input[type='checkbox']:hover,
.bar label:hover {
    cursor: pointer;
}

.bar input[type='checkbox'] {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 3px;
    *overflow: hidden;
}

.bar input[type='radio'] {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 3px;
    *overflow: hidden;
}
/*#endregion*/

/*#region MENUBAR */
.menubar a {
    width: 100%;
    text-align: center;
}
/*#endregion MENUBAR*/

/*#region SEARCHBAR */

.searchbar {
    background-color: #F2F2F2;
    border: 1px solid #E4E4E4;
    padding: 5px 5px;
    margin-bottom: 5px;
}

    .searchbar button {
        font-size: 1rem;
        width: 100%;
        padding: 13px 15px 11px 15px;
    }

    .searchbar input {
        border-radius: 2px;
        padding: 10px;
        border: 1px solid #E4E4E4;
    }

    .searchbar .icon {
        border: 1px solid #E4E4E4;
        border-right: 0px;
        padding: .5rem .75rem;
        text-align: center;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        color: #464a4c;
        text-align: center;
        background-color: #eceeef;
        white-space: nowrap;
        vertical-align: middle;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .searchbar input:focus {
        outline: none !important;
        border: 1px solid #ffe600;
    }

.tabletop {
    background-color: #F2F2F2;
    margin-bottom: 0px;
}

.searchfilterCheck {
    margin: 0.5rem 0 !important;
}

.criteriabox input[type='checkbox'] {
    margin-right: 5px;
}

.searchbar input[type='checkbox'] {
    margin-left: 0;
    margin-right: 5px;
}

.criteriabox label,
.searchbar label {
    margin-right: 20px;
}
/*#endregion SEARCHBAR*/

/*#region BREADCRUMBS */
.krummer {
    list-style: none;
}

    .krummer li {
        display: inline;
    }

ul.krummer li + li:before {
    padding: 8px;
    font-family: FontAwesome;
    content: "\f0da";
    color: #333333;
}

/*#endregion*/

/*#region DATEPICKER */

#ui-datepicker-div {
    display: none;
}

.ui-datepicker {
    width: auto;
    height: auto;
    margin: 5px auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    .ui-datepicker a {
        text-decoration: none;
    }

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    background-color: #333333;
    color: #c0c0c0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    background-image: url('image/arrow.png');
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    text-align: center;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: linear-gradient(top, #ededed 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}
/*#endregion*/

/*#region TOOLTIP */

.tooltips {
    position: relative;
    display: inline;
}

/*#endregion TOOLTIP*/

/*#region MODAL */

.modal {
    background-color: rgba(0,0,0,0.75);
    color: #333333;
}

.modal-content {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
}

.modal-header-edit {
    border-bottom: 1px solid #cccccc !important;
    padding: 10px 0px 0px 0px !important;
}

.modal-header {
    padding: 0px;
    border: 0px;
}

.modal-body {
    /*height: 200px;*/
    padding: 15px 0px 25px 0px;
}

.modal-tdbody {
    min-height: 250px;
    /*height: 500px;*/
    overflow: auto;
}

.modal-footer {
    border-top: 1px solid #cccccc;
    padding: 10px 0px 0px 0px;
}
/*#endregion MODAL */
@media screen and (min-width: 576px) {
    .menubar a {
        width: 150px;
    }

    .eyTable,
    .infoTable {
        font-size: 13px;
    }

    .navbar .logo {
        height: 45px !important;
        width: 45px !important;
        margin: 0 !important;
    }

    .navbar ul {
        margin-left: 40px !important;
    }


        .navbar ul a {
            padding: 12px 20px 4px 20px !important;
            border-top: 0px !important;
            font-size: 14px !important;
        }

    .active {
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        padding: 10px 20px 6px 20px;
    }

    .navbar ul a:hover {
        background-color: #333333 !important;
    }

    .navbar .dropdown-toggle:hover > a {
        background-color: blue !important;
    }

    .navbar .dropdown-menu a {
        min-width: 250px !important;
        margin: 0 !important;
        border: 0 !important;
        border-top: 1px solid #666666 !important;
    }

        .navbar .dropdown-menu a:hover {
            background-color: #000000 !important;
            margin: 0 !important;
            border: 0 !important;
            border-top: 1px solid #666666 !important;
        }
}

@media screen and (min-width: 768px) {
    .kommentarfelt {
        height: 590px;
    }

    .beskrivelsefelt {
        height: 364px;
    }
}

@media screen and (min-width: 992px) {

    /*#region GENERAL */
    body {
        font-size: 14px !important;
        line-height: 1.375em;
    }

    /*#endregion GENERAL */

    /*#region HEADERS */
    h1 {
        font-size: 2.5em;
        line-height: 1.25em;
    }

    h2 {
        font-size: 2.0em;
        line-height: 1.25em;
    }

    h3 {
        font-size: 1.125em;
        line-height: 1.20em;
    }

    h4 {
        font-size: 1.0em;
        line-height: 1.375em;
    }

    /*#endregion HEADERS*/

    /*#region TOP */
    /*.utility-menu {
        display: block;
    }*/

    /*.navbar {
        background-color: black;
    }*/

    .notification {
        float: none;
        border-radius: 0px;
        padding: 5px 6px 5px 7px;
        margin: 0;
        margin-right: 5px;
    }


    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    /*#endregion TOP*/

    /*#region TABLES */


    /*#endregion TABLES*/

    /*#region SEARCHBAR*/

    .searchbar input {
        font-size: 1.25rem;
    }

    /*#endregion SEARCHBAR */
}

@media (min-width: 1200px) {

    /*#region GENERAL*/
    .container {
        max-width: 1400px;
    }

    .eyTable {
        overflow: visible;
    }

    /*#endregion GENERAL*/

    i.tooltips span,
    a.tooltips span {
        right: unset;
    }
}

.wrapper {
    display: flex;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    border-right: 1px solid #ddd;
}

.Headline-Div {
    border-bottom-style: ridge;
    border-bottom-width: thin;
    border-top-style: ridge;
    border-top-width: thin
}


.customTableHeight {
    height: 10px !important;
}


/*#region test*/
.icon-bar {
    background-color: #F3F3F3;
}

    .icon-bar a {
        display: block;
        /*text-align: center;*/
        padding: 8px 16px 8px 16px;
        transition: all 0.3s ease;
        color: white;
        /*font-size: 36px;*/
        text-decoration: none;
        outline: 0;
    }

.icon-bari {
    width: 100px;
    color: black;
    text-decoration: none;
    font-style: normal;
}

.active .icon-bari {
    font-style: italic !important;
}

.icon-bar a:active {
    color: black;
    text-decoration: none;
}

.icon-bar-container {
    z-index: 10;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

.icon-bar-tab-menu {
    padding: 0 !important;
    margin: 0 !important;
}


div.icon-bar-tab-content {
    background-color: #F3F3F3;
    /*padding-left: 20px;
    padding-top: 10px;*/
}

    div.icon-bar-tab-content:not(.active) {
        display: none;
    }

.active {
    background-color: white !important;
}

.icon-bar a:not(.active) {
    background-color: #F3F3F3 !important;
    text-decoration: none;
}


/*#endregion test*/

.tabletxtbox {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .tabletxtbox:focus {
        outline: none !important;
    }

canvas {
    padding: 0;
    margin: auto;
    display: block;
}

/*region login*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    /*background-color: #F7F7F7;*/
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}
/* Form styles*/
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

/*endregion login*/

.utilityBar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.utilityBar-Left {
    display: inline-block;
}

.utilityBar-Right {
    display: inline-block;
    padding-left: 5px;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2em;
    /* The following rules are the
     ones most likely to change */
    /*width: 30em;*/
    /* Set 'margin-left' to a negative number
     that is 1/2 of 'width' */
    margin-left: -11.5em;
    padding-left: 2.1em;
    padding-right: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.YearEndDate {
    text-align: right;
    display: inline !important;
    margin-right: 1em;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.eyTableSmall td th {
    padding: 10px;
}

.filterLabel {
    margin: 0;
}

.Logomodal {
    text-align: center;
    padding: 0 !important;
}

    .Logomodal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.Logomodal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.nonLink:hover {
    background-color: unset !important;
    display: inline-block;
    padding: 12px 20px 4px 20px !important;
}

.nonLink {
    color: #c0c0c0 !important;
    text-decoration: none !important;
}

.navbar {
    padding: 0px !important;
}

.dropdown-menu {
    color: #373a3c !important;
}

.InvalidCustomer {
    color: red;
    font-style: italic;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #ffe600;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 65%;
    left: 47%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.TaskTable table {
    width: 100%;
}

.TaskTable thead {
    width: calc(100% - 17px); /* - 17px because of the scrollbar width */
}

.TaskTable tbody {
    display: block; /* to enable vertical scrolling */
    max-height: 500px; /* e.g. */
    overflow-y: scroll; /* keeps the scrollbar even if it doesn't need it; display purpose */
}

.TaskTable tr {
    display: table; /* display purpose; th's border */
    width: 100%;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: #E4E4E4 !important;
}
