﻿html {
    width: 100%;
    height: 100%;
    background: #fff url('../images/taustakoe.png') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
body {
    background-color: rgba(0,0,0,0.85);
    color: white;
    padding-top: 0px;
    font-family: 'Roboto', sans-serif;
}
.body-content {
    padding-top: 50px;
}
.container-fluid {
    margin-left:unset;
    width:unset;
}

.box-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color:#ef7d00;
    text-transform: uppercase;
    margin-bottom:15px;
}


#power-off {
    float:right;
    background-color:none;
    color: #fff;
    
}

.sidebar-power-off {
    padding: 15px;
}

.sidebar-power-off .fa-bars,
.sidebar-power-off .fa-power-off {
    font-size: 24px;
    line-height: 24px;
    color:#fff;
}

.sidebar-power-off .fa-bars:HOVER ,
.sidebar-power-off .fa-power-off:HOVER  {
    color:#ef7d00;
}

.etusivulle,
.etusivulle:LINK,
.etusivulle:ACTIVE,
.etusivulle:VISITED {
    display: block;
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px;
    text-decoration: none;
    width:100%;
    color: #fff;
    margin-bottom:15px;
}

.etusivulle:HOVER {
    text-decoration: none;
    color: #ef7d00;
}

.sidebar-close,
.sidebar-close:LINK,
.sidebar-close:ACTIVE,
.sidebar-close:VISITED {
    display: block;
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px;
    text-decoration: none;
    width:100%;
    color: #fff;
    margin-bottom:15px;
}

.sidebar-close:HOVER {
    text-decoration: none;
    color: #ef7d00;
}

.back-list:LINK,
.back-list:ACTIVE,
.back-list:VISITED {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    width:auto;
    float:right;
    display:block;
    position:relative;
    margin:15px 15px 25px 15px;
}

.back-list:HOVER {
    text-decoration: none;
    color: #ef7d00;
}

#sidebar.active ul li .fa-caret-right {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
    background-color: rgba(42,42,42,0);
    box-shadow: none;
    border-color: rgba(42,42,42,0);
}
.btn-info:hover {
    background-color: rgba(42,42,42,0);
    box-shadow: none;
    border-color: rgba(42,42,42,0);
}
.btn-info:focus {
    background-color: rgba(42,42,42,0);
    box-shadow: none;
    border-color:none;
}
.btn-info:active {
    background-color: rgba(42,42,42,0);
    box-shadow: none;
    border-color: rgba(42,42,42,0);
}
.btn-info:not(:disabled):not(.disabled):active {
    background-color: rgba(42,42,42,0);
}
.btn-primary:not(:disabled):not(.disabled):focus {
    background-color: rgba(42,42,42,0);
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-sm {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 0px;
}

.btn-orange-rnd {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;
    margin: 15px 0;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    color: #FFFFFF;
    background-color: #ef7d00;
    text-decoration: none;
    white-space: normal;
    width:100%;
    height: 50px;
    /*margin-top: 35px;*/
    margin-bottom: 30px;
}

.btn-orange-rnd:HOVER {
    background-color: #444;
    color: #999;
}


.btn-loki {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;
    margin: 0px 0 15px 0;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
    white-space: normal;
    width:100%;
    height: 50px;
    /*margin-top: 35px;*/
    margin-bottom: 5vw;
}

.btn-loki:HOVER {
    background-color: transparent;
    color: #ef7d00;
}


.frontPageQrCode {
    margin-top: 60px;
    margin-bottom:60px;
}
.frontpageCompany {
    color: white;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Roboto, Condensed Bold', sans-serif;
}
.frontPageLogo {
    margin-bottom:5vw;
}
.frontpageHeader {
    margin-top: 0px;
    color: #ef7d00;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condense Bold', sans-serif;
}

.LoginPageLogo {
    margin-top:80px;
}
.login .form-control {
    border-radius:0px;
    height:50px;
    font-size:18px;
}

.frontpageLog {
    margin-top: 40px;
}
.login {
    font-weight: 900;
}
.video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content {
    width: 40%;
    height: 40%;
    margin: auto;
}

.videoOverlay {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    overflow-x: hidden;
    overflow-y: hidden;
}

.focus {
    height: 20%;
    width: 20%;
    margin-top: 0%;
    margin-left: 40%;
    border-style: solid;
    border-width: 5px;
    border-color: green;
    margin: 0 auto 50px;
    
}
.videoOverlay .content {
    position: relative;
}

.videoOverlay .content:before, .videoOverlay .content:after, .videoOverlay .content > :first-child:before, .videoOverlay .content > :first-child:after {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #1976d3;
    border-style: solid;
    content: ' ';
}

.videoOverlay .content:before {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px
}

.videoOverlay .content:after {
    top: 0;
    right: 0;
    border-width: 3px 3px 0 0
}

.videoOverlay .content > :first-child:before {
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0
}

.videoOverlay .content > :first-child:after {
    bottom: 0;
    left: 0;
    border-width: 0 0 3px 3px
}

.focusFound {
    border-color: #45f751;
}
/*
html, body {
    height: 100%;
}
*/
/*
body {
    overflow-x: hidden;
}
*/
.ServiceInfoContainer {
    background: rgba(128, 128, 128, 0.6);
}

.profile {
    /*background-color: rgba(42,42,42,1);*/
    min-height:100%;
}

.profileHeader {
    font-size: x-large;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}
.errorHeader {
    font-size: x-large;
    font-weight: 800;
    color: #ef7d00;
    margin-top:30vw;
}
.profileLastService {
    color: #ef7d00;
    font-size: large;
    font-weight:800;
    margin-top:30px;
}

.profileServiceInfoContainer {
    background-color: rgba(128, 128, 128, 0.6);
    margin: auto;
    max-width: 90%;
    padding: 20px 10px 10px 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.profileContainer {
    /*margin: 5px 5px 5px 5px;*/
}

.profileNote {
    font-size: smaller;
    margin-top: 5em;
    margin-bottom: 2em;
}

.profileNoteBold {
    font-weight:bold;
}

.navbar {
    padding: 0px;
    background: #b2b2b2;
    border: none;
    border-radius: 0;
    margin-bottom: 5vw;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/*
#profileBackButton {
    color: #fff;
    font-size: larger;
    cursor: pointer;
}

#profileBackButton {
    cursor: pointer;
}
*/
#profileStatus {
    color: #ef7d00;
    margin-top:40px;
    font-weight:800;
    font-size: 1.5em;
}
#profileConnectedDevice {
    color: #fff;
    font-weight: 900;
    font-size: 1.3em;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 70%;
    max-width: 70%;
    background: #434343;
    color: #fff;
    transition: all 0.2s;
    position: absolute;
    z-index: 99;
    height: 100%
}

#sidebar.active {
    min-width: 70%;
    max-width: 70%;
    text-align: left;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

        #sidebar.active .sidebar-header strong {
            display: block;
        }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 5px 20px 5px 20px;
        text-align: left;
        font-size: 1em;
        text-decoration: none;
    }



    #sidebar.active ul li a:HOVER {
        color:#ef7d00;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
        }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul li a {
        padding: 5px 15px;
        font-size: 0.0em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #d9d9d9;
            /*background: #fff;*/
        }

        #sidebar ul li a i {
            margin-right: 10px;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*@media (max-width: 768px) {*/
    #sidebar {
        min-width: 160px;
        max-width: 160px;
        text-align: center;
        margin-left: -160px !important;
        color: #d9d9d9;
    }
.bg-light {
    background-color: rgba(0,0,0,0) !important
}
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 5px 20px;
        color: #d9d9d9;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }
/*
    #sidebarCollapseClose {
        color: #d9d9d9;
    }
*/
    #sidebarCollapse span {
        display: none;
    }
#logout {
    padding-right: 0px;
}

.modal-body {
    background-color: #ef7d00;
    padding: 0px;
}

#confimartionText {
    font-family: "Roboto, bold",sans-serif;
    font-weight:900;
    font-size:larger;
    margin: 46px 24px 46px 24px;
}
.buttonwrapper {
    width: 100%;
    text-align: center;
    border-top: 1px solid white;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.confirmationButton {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;
    margin: 15px 0;
    color: #FFFFFF;
    background-color: #ef7d00;
    text-decoration: none;
    white-space: normal;
    height: 50px;
    /*margin-top: 35px;*/
    margin-bottom: 5vw;
    display: inline-block;
    margin:0px;
}

.outerButton {
    width: 49%;
    display: inline-block;
}

.buttonwrapper .outerButton button {
    width: 100%;
}


#okOuter {
    border-right:1px solid white;
}

.modal-dialog {
    top: 25%;
}

.linkWhite 
{
color: white;
font-size: 1.2em;
text-align:center;
}

h2.profileHeader {
    font-size: x-large;
    font-weight: 800;
    color: #ef7d00;
}

h3.profileHeader {
    font-size: large;
    font-weight: 600;
    color: #fff;
    margin-top:60px;
}

.form-control {
    border: 0px solid #ccc;
    text-align: center;
    text-align-last:center;
}
.form-control.work 
{
    /*height:13vw;*/
    border-radius:0px;
}
.form-group.work 
{
    margin-bottom:20px;
}
.select2-results__option[aria-selected] {
    color:black;
}


/* dataTables css alkaa */

.table > tbody > tr > td {
    border-top: 0px solid #555;
    border-bottom: 1px solid #555;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #555;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid #ef7d00;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    font-weight: 800;
    content: '+';
    background-color: #ef7d00;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    border: 2px solid #444;
    background-color: #444;
}

/* dataTables css loppuu */

.table-kayttajat .table th {
    border-top: 0px solid #dee2e6;
}
.table-kayttajat .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-kayttajat .table-striped > tbody > tr > td {
    padding: 15px 5px;
}

.icot {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.icot:HOVER {
    color: #ef7d00;

}

.table-kayttajat a:HOVER {
    color:#ef7d00;
 }

.btn-orange-rnd-lisaa {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;   
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #ef7d00;
    text-decoration: none;
    white-space: normal;
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 15px 0 0px 0;
    /*margin-top: 35px;
    margin-bottom: 5vw;*/
}

.btn-orange-rnd-lisaa:HOVER {
    background-color: #444;
    color: #999;
}


.edit-icot2 a {
    /*margin-left: 0px;*/
}

.btn-orange-rnd-lisaa2:LINK,
.btn-orange-rnd-lisaa2:ACTIVE,
.btn-orange-rnd-lisaa2:VISITED,
#accordionUsers .btn-orange-rnd-lisaa2:LINK,
#accordionUsers.btn-orange-rnd-lisaa2:ACTIVE,
#accordionUsers .btn-orange-rnd-lisaa2:VISITED {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #ef7d00;
    text-decoration: none;
    white-space: normal;
    width: auto;
    height: auto;
    padding: 7px 15px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
}

.btn-orange-rnd-lisaa2:HOVER,
#accordionUsers .btn-orange-rnd-lisaa2:HOVER {
    background-color: #444;
    color: #999;
}


.btn-orange-rnd-lisaa3:LINK,
.btn-orange-rnd-lisaa3:ACTIVE,
.btn-orange-rnd-lisaa3:VISITED,  
#accordionUsers .btn-orange-rnd-lisaa3:LINK,
#accordionUsers .btn-orange-rnd-lisaa3:ACTIVE,
#accordionUsers .btn-orange-rnd-lisaa3:VISITED {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;   
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-weight: 400;
    background-color: #ef7d00;
    text-decoration: none;
    white-space: normal;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-left: 0px;
    margin-top:10px;
    margin-bottom: 10px;
}

.btn-orange-rnd-lisaa3:HOVER,
#accordionUsers .btn-orange-rnd-lisaa3:HOVER {
    background-color: #444;
    color: #999;
}

.btn-red-rnd-poista:LINK,
.btn-red-rnd-poista:ACTIVE,
.btn-red-rnd-poista:VISITED,
#accordionUsers .btn-red-rnd-poista:LINK,
#accordionUsers .btn-red-rnd-poista:ACTIVE,
#accordionUsers .btn-red-rnd-poista:VISITED {
    border: 0px;
    border-radius: 0.3em;
    position: relative;
    text-align: center;   
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-weight:400;
    background-color: #d60303;
    text-decoration: none;
    white-space: normal;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-left: 0px;
    margin-top:7px;
    margin-bottom: 10px;
}

.btn-red-rnd-poista:HOVER,
#accordionUsers .btn-red-rnd-poista:HOVER {
    background-color: #444;
    color: #999;
}

.osastot .piirros:LINK,
.osastot .piirros:ACTIVE,
.osastot .piirros:VISITED {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight:400;
    margin-right:15px;
}

.osastot .piirros:HOVER {
    color: #999;
    text-decoration: none;
}

#accordionUsers .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}



#accordionUsers .card-header {
    padding: 5px;
    margin-bottom: 3px;
    background-color: #505050;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

#accordionUsers .disabled {
    background-color: #333;
}

#accordionUsers .btn-link {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    color:#fff;
    border-radius: 0rem;
    transition: none;
    text-decoration: none;
    cursor: pointer;
}

#accordionUsers .btn-link:HOVER {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #999;
    text-decoration: none;
}

#accordionUsers .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #606060;
}

.valitse-kamera-bg {
    background-color: #fff;
    border-radius: 0px;
    width: auto;
    position: relative;
    padding: 5px;
    width: auto;
    display: inline-block;
    padding: 0px 5px 5px 5px;
    margin-top: 10px;
    box-shadow: #000 1px 1px;
}

.valitse-kamera {
    color: #000;
    border: 0px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    background-color: transparent;
}


@media only screen and (min-width: 760px) {
    .body-content 
    {
        max-width: 100vw;
    }
    #sidebar {
        /*min-width: 40%;
        max-width: 40%;*/
    }

    #sidebar.active 
    {
        min-width: 15%;
        max-width: 25%;
    }

    .frontpageCompany 
    {
        font-size: 2.5em;
    }

    .frontpageHeader 
    {
    font-size:4em;
    }

    .frontPageQrCode 
    {
    margin-top:60px;    
    }

}


@media only screen and (min-width: 760px) {
    .body-content 
    {
        max-width: 100vw;
    }
    #sidebar {
        /*min-width: 40%;
        max-width: 40%;*/
    }

    #sidebar.active 
    {
        min-width: 15%;
        max-width: 25%;
    }

    .frontpageCompany 
    {
        font-size: 2.5em;
    }

    .frontpageHeader 
    {
    font-size:4em;
    }

    .frontPageQrCode 
    {
    margin-top:60px;    
    }

}

@media only screen and (max-width: 759px) {

.videoOverlay .content {
    position: relative;
    width: 80%;
    height: 40%;
    margin: auto;
}

.table-responsive {
    border: 1px solid #666;
}

}
.selection {
    width:100%;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.fade.in {
opacity: 1;
}

.navItem {
    border-radius: 5px;
}
.navItem > .active {
    background-color: #ef7d00;
}
.navLink {
    color: white;
    font-size:0.8em;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #ef7d00;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ef7d00;
    border-color: #ef7d00;
}

.form-validation {
    display: block;
    color: #ef7d00;
}

/* Styles for the drop-down. Feel free to change the styles to suit your website. :-) */

.cb-dropdown-wrap {
    max-height: 180px; /* At most, around 3/4 visible items. */
    position: relative;
    height: 25px;
    border-radius:10px;
    font-size:18px;
}

.cb-dropdown,
.cb-dropdown li {
    margin: 0;
    padding: 0;
    list-style: none;
    color:black;
}

.cb-dropdown {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
}

/* For selected filter. */
.active .cb-dropdown {
    background: #a9a6a7;
}

.cb-dropdown-wrap:hover .cb-dropdown {
    height: 180px;
    overflow: auto;
    transition: 0.2s height ease-in-out;
}

/* For selected items. */
.cb-dropdown li.active {
    background: #ef7d00;
}

.cb-dropdown li label {
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 19px; /* Match height of .cb-dropdown-wrap */
}

    .cb-dropdown li label > input {
        position: absolute;
        right: 0;
        top: 0;
        width: 16px;
    }

    .cb-dropdown li label > span {
        display: block;
        margin-left: 3px;
        margin-right: 20px; /* At least, width of the checkbox. */
        font-family: sans-serif;
        font-size: 0.8em;
        font-weight: normal;
        text-align: left;
    }

    /* This fixes the vertical aligning of the sorting icon. */
    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled 
    {
        background-position: 100% 10px;
    }

.inspection-record-darkheader 
{
    background-color: blueviolet;
}

table.dataTable tbody tr {
    background-color:transparent;
}

dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    color: #fff;
}
.dataTables_wrapper .dataTables_filter input {
    color:#000;    
}
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #fff !important;
    }

.dt-button  {
    background-color: #ef7d00;
    line-height:24px;
    border-radius:4px;
    border:none;
}

select {
    color: #000;
}

.form-grouping {
    margin-top: 40px;
    margin-bottom:20px;
    border-radius: 2px;
    border-color: #ef7d00;
    border-style: solid;
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
}
.select2-container {
    width:100% !important;
}
.select-multiple {
    list-style: none;
    background-color: white;
    color: black;
    height: 8em;
    overflow-y: scroll;
    padding-left: 0.5em;
}
.select-multiple input[type=text] {
    text-align: right;
    width: 3em;
    border: none;
    border-bottom: 1px solid black;
}
.select-multiple input[type=text]:hover {
    border-bottom: 1px solid black !important;
}
.select-multiple input[type=text]:focus {
    border-bottom: 1px solid black !important;
}
#workSummaryReport {
    height: 1px;
}
#inspectionReport {
    height: 1px;
}
#inspectionReport tbody tr {
    height: 100%;
}
#inspectionReport tbody tr td {
    border: none;
    height: 100%;
}
#inspectionReport thead th {
    padding-top: 1em;
}
#inspectionReport tbody tr td div{
    border-top: 1px solid grey;
    height: 100%;
}
.work-summary-owner td {
    padding-top: 1em;
    border-bottom: 1px solid grey;
    font-weight: bold;
}
.work-summary-building td {
    padding-top: 0.5em;
}
.work-summary-building td:first-child {
    padding-left: 3em;
}
.work-summary-department {
    height: 100%;
}
.work-summary-department td {
    height: 100%;
    border-bottom: none;
}
.work-summary-department td:first-child {
    padding-left: 6em;
}
.work-summary-department td div {
    height: inherit;
    border-top: 1px solid grey;
}
.btn-extended a {
    width:40%;
    margin-top: 0;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-extension-right {
    width: 40%;
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
}
.btn-extension-right select {
    padding-left: 10%;
    padding-right: 10%;
    border: 0px;
    outline: none;
    border-radius: 0 0.3em 0.3em 0;
    background-color: #d9d9d9;
    width: 100%;
    height: 100%;
}