html, body {
    width: 100%;
    position: relative;
}

table {
    font-size: 12px;
}

.navbar {
    min-height: 10px;
    max-height: 55px;
    background-color: white;
}

.navbar-brand {
    /*padding: 5px 15px;*/
    /*height: 80px;*/
    /*line-height: 80px;*/
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;

}

#menu-nav {

    background-color: #344655;
    margin-top: -17px;
    max-height: 38px;
}

#nav-a {

    color: white;
}

#nav-a:hover {
    color: lightgray;
}

#nav-h-a {
    color: black;
}

#nav-h-a:hover {
    color: lightgray;
}

.upperdrop > .open > a,
.upperdrop > .open > a:focus,
.upperdrop > .open > a:hover {
    background-color: white !important;
}

/*.active {*/
/*background-color: #4CAF50;*/
/*color: white;*/
/*}*/

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /*(80px - line-height of 27px) / 2 = 26.5px*/
        padding-top: 7px;
        color: white;

        /*padding-bottom: 5px;*/
        /*line-height: 2px;*/
    }

}

.imgIcon {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #222222;
    color: #e7e7e7;
}

/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#mdm-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #e7e7e7;*/
    /*background-color: #f3f3f3;*/
    /*border-radius: 500px;*/
    /*margin-left: 500px;d*/
    /*margin-top: -50px;*/
    /*width:600px;*/
}

#opplandiv {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#myInput {
    border: 1px solid #e7e7e7;
    /*background-color: #f3f3f3;*/
    /*border-radius: 500px;*/
    width: 100%;
    height: inherit;
    padding: 10px 16px;
    margin-left: 3px;
    background-color: #344655;
    /*border-bottom-left-radius: 20px;*/
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
}

#myTabs > .active > a {

    background-color: lightgrey !important;
    color: black !important;
}

#opplandiv > li, #mdm-nav > li {

    float: left;
}

#opplandiv > li a, #mdm-nav > li a {
    display: block;
    /*color: #666;*/
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

/*#mdm-nav > li > a:hover{*/

/*color: #4b91d1 !important;*/

/*}*/

/*#mdm-nav > .active > a:hover {*/

/*color: lightgrey !important;*/
/*}*/

/*#mdm-nav > li a:hover:not(.active){*/
/*background-color: #ddd;*/
/*}*/

#opplandiv > .active > a, #mdm-nav > .active > a {

    /*color: black;*/
    text-decoration: none;
    background-color: #f3f3f3;
    /*background-color: #344655 !important;*/
}

.goldenrecordstable {
    background-color: #FABE00;
}

.quarentinetable {
    background-color: #C00000;
}

#mdm-entity {
    list-style-type: none;
    /*margin-left: -80px;*/
    /*margin-top: -50px;*/

}

#mdm-entity > li a {
    color: black;
    text-decoration: none;
    font-size: 25px
}

#t-2 {
    align-content: center;
    align-self: center;
    align-items: center;
    border: none;
    background-color: white;
    clear: both;
}

.btn {
    background-color: #44b7e6;
    color: black;
    border: #44b7e6;
    /*margin-left: 50%;*/
}


/*.borderless th,td,tr {*/
/*border : none !important;*/

/*}*/

.withBorder {

    font-size: 12px;

}

.nav-tabs > .active > a {
    background-color: lightgray !important;
    /*border-bottom: 1px solid #44b7e6;*/
    color: BLACK !important;
}

.nav-tabs > li > a {
    background-color: white !important;
    color: black;
}

/*.nav-tabs > li > a:hover {*/
/*background-color: #83bc5c !important;*/
/*color: black !important;*/
/*}*/

/*.nav-tabs > li > a:visited {*/
/*background-color: #F1C539 !important;*/
/*color: black !important;*/
/*}*/

/*.nav-tabs {*/

/*border-bottom: 1px solid #44b7e6;*/
/*}*/

/*.tab-content {*/
/*background-color: #44b7e6 !important;*/
/*}*/

.tab-content > div {

    padding: 10px;
}

.submitBtn {

    margin-left: 50%;
    margin-right: 50%;
    background-color: #F1C539;
}

.dropdown-submenu {
    position: relative;

}

.dropdown-submenu > .dropdown-menu {
    top: -9px !important;
    left: 100% !important;

    /*margin-top: -20px !important;*/
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.gallery {
    background: white;

}

.gallery-cell {
    width: 23%;
    margin-right: 50px;
    position: relative;


}

.gallery-cell.is-selected {
    background: ghostwhite;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    color: black;
}

element {
    left: 0px;
    transform: translateX(10.5%);
}


/*modal*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 600px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -600px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


#drillTile {

    height: 200px;
    background-color: white;
    padding: 5px;
    /*width:280px;*/
    /*padding-top: 5px;*/
    overflow: auto;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


#drillTile:before, #drillTile:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

#drillTile:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

#dTitle {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}


.partH {

    font-weight: bold;
    text-align: right;
}


/* Accordion div*/

.accordion, .accordionPlanned {
    background-color: white !important;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    /*border-radius: 2px;*/
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
}

.accordion:active, .accordionPlanned:active {
    background-color: white !important;
}

.drillDetails > .active, .accordion:hover, .accordionPlanned:hover {
    /*background-color: #ccc;*/
    /*border-top : 2px solid #344655;*/
    /*border-top : 2px solid #e1e0e0;*/
}

.panel, .panelPlanned {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: auto;
}

.accordion:after, .accordionPlanned:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.drillDetails > .active:after {
    content: "\2212";
}

.bubble {
    font-size: 11px;
    line-height: 15px;
    color: white;
}

.bubble-image {
    width: 300px;
    height: 100px;
    background-size: cover;
    background-position: center;
    display: block;
}

.bubble-logo {
    float: left;
    margin-right: 1em;
    margin-bottom: 4px;
}

.bubble-footer {
    display: table;
}

.bubble-desc {
    display: table-cell;
    vertical-align: middle;
}

.bubble a {
    text-decoration: none;
    color: white !important;
}

.bubble a:hover {
    text-decoration: underline;
}

.bubble hr {
    margin: 5px 0px;
}

#custom-search-input {
    /*padding: 3px;*/
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    /*background-color: #fff;*/
    width: 100%;
    /*height: 40px;*/
    /*padding: 10px 16px;*/
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    font-size: 13px;
}

#custom-search-input button {
    /*margin: 2px 0 0 0;*/
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    /*padding: 0 8px 0 10px;*/
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 12px;
}


.headingP {
    text-align: center;
    padding: 5px;
    background-color: #d3d3d3;
    font-size: 14px;
    font-weight: bold;
}

.frmsubmitBtn {
    width: 20%;
    float: right;
    background-color: #2ca2c6;
    color: white;

}

.saveBtn {
    background-color: #2ca2c6;
    color: white;
}

.addNewBtn {
    background-color: darkseagreen;
    color: black;
    font-size: 12px;
}

th {
    background-color: #e3eefa;
    position: -webkit-sticky;
    border-left: 2px solid white !important;
    position: sticky;
    top: 0px;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

thead, th, td {
    font-size: 12px;
    /*border : none !important;*/
}

td {
    border-bottom: 1px solid #e3eefa !important;
    border-left: 1px solid #e3eefa !important;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
}

#tableData::-webkit-scrollbar:vertical {
    bottom: 0;
    position: absolute;
}

/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.sidenav {
    height: 100%;
    z-index: 999;
    width: 195px;
    overflow-y: auto;
    position: fixed;
    background-color: #f2f2f2;
    padding: 5px;
}

.sidenav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*{#	 border-radius: 2px;#}*/
    background-color: #F5F5F5;
}

.sidenav::-webkit-scrollbar {
    width: 4px;
    /*{#      border-radius: 10px;#}*/
    background-color: #b0b0b0;
}

.sidenav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b0b0b0;
}

a {
    cursor: pointer;
}


/*Search Box CSS*/

.liSearchA {
    list-style: none;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 3px;
    border-bottom: 1px solid #e3eefa !important;
}

.liSearchA > a {
    color: #0D47A1;
    text-decoration: none;
}

.liSearchA > a:hover {
    color: #0962ea;
    text-decoration: underline;
}

li {
    list-style: none;
}


/*Sticky Div*/

#stickyDiv {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 100;
    background-color: white;
    border-bottom: 2px solid #e7e7e7;
}

/*Search Results*/
#searchResults {
    height: 180px;
    overflow-y: auto;
    z-index: 8;
    background-color: white;
    position: absolute;
    width: 90%;
    box-shadow: 3px 10px 15px rgba(0, 0, 0, .4)
}

#searchResults::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#searchResults::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #b0b0b0;
}

#searchResults::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b0b0b0;
}

#searchInput {
    /*border-box: box-sizing;*/
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 5px;
    border: none !important;
    /*border-bottom: 1px solid #ddd;*/
    color: black;
}

#searchInput:focus {
    /*outline: 3px solid #00A9C9;*/
    box-shadow: 0 0 5px #00CDCD;

}

.filterWrapper > div {
    max-width: 225px;
}

