﻿
* {
    
}

body {
    background-color: #f4f4f4 !important;
    font-family: Arial;
}

.login-wrapper {
    display: block;
    background: url(../Content/images/ambulance_black_white.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}

.login-container {
    margin-left: 85% !important;
}

.btn-emas {
    background-color: #007bff;
    color: #FFF;
}

    .btn-emas:active {
        background-color: #007bff !important;
    }

    .btn-emas:focus {
        background-color: #007bff !important;
    }


    .btn-emas:hover {
        background-color: #007bff;
    }

#login {
    padding-top: 200px;
}

.content {
    width: 100%;
}

.buffer-top {
    margin-top: 15px;
}

.buffer-bottom {
    margin-bottom: 15px;
}

table {
    background-color: #FFF;
}

th.active {
    background-color: #FFF;
}

tr.active {
    background-color: #FFF;
}

.table-data {
    margin-top: 15px;
    background-color: #FFF;
    padding: 15px;
}

.form-group {
    z-index: 0;
}

.content {
    width: 80%;
    margin: 0 auto;

    font-size: 0.9em;
    z-index: -1;
}

.page-header {
    width: 100%;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial;
}

    .page-header i {
        margin-right: 15px;
        margin-left: 15px;
    }

.search-filters {
    margin-top: 20px;
    width: 100%;
    background-color: white;
    padding: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial;
}

    .search-filters i {
        margin-right: 15px;
        margin-left: 15px;
    }

    .search-filters .search-items {
        margin-top: 20px;
    }


.flat-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    font-family: Arial;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
}

    .flat-table th, .flat-table td {
        box-shadow: inset 0 -1px rgba(0,0,0,0.25), inset 0 1px rgba(0,0,0,0.25);
    }

    .flat-table th {
        background-color: #007bff; 
        color: #FFF;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        padding: 1em;
        text-shadow: 0 0 1px rgba(0,0,0,0.1);
        font-size: 1.2em;

        text-align: center;
    }

    .flat-table td {
        padding: 0.7em 1em 0.7em 1em;
        text-shadow: 0 0 1px rgba(255,255,255,0.1);
        font-size: 1em;
    }

    .flat-table tr {
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        -moz-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
    }


.flat-table-1 tr:hover {
    background: #007bff;
}


.table-column-toggler-control {
    float: right;
    margin-bottom: 10px;
    height: 30px;
    padding: 3px 8px;
    border: 1px solid #999;
    color: black !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

    .table-column-toggler-control button {
        border: none;
        background: none;
    }

    .table-column-toggler-control:after {
        clear: both;
    }

    .table-column-toggler-control .dropdown-menu {
        padding: 10px;
    }

    .table-column-toggler-control .dropdown-item {
        width: 250px;
        margin-bottom: 7px;
        height: 30px;
        border: 1px solid #999;
        color: black !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 3px #ccc;
        -moz-box-shadow: 1px 1px 3px #ccc;
        -ms-box-shadow: 1px 1px 3px #ccc;
        -o-box-shadow: 1px 1px 3px #ccc;
        box-shadow: 1px 1px 3px #ccc;
        background: #ffffff;
        background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
        background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
        background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    }

        .table-column-toggler-control .dropdown-item:last-child {
            margin-bottom: 0px !important;
        }

        .table-column-toggler-control .dropdown-item input[type="checkbox"] {
            margin-top: 7px !important;
            margin-left: 5px !important;
        }

    .table-column-toggler-control .checkbox-text {
        margin-left: 10px !important;
        margin-top: 5px !important;
    }


table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting {
    background: url('../Content/Images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: url('../Content/Images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: url('../Content/Images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: url('../Content/Images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: url('../Content/Images/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
    outline: none;
}

.pagination-container {
    float: right;
}

.pagination {
    width: 343px;
}

.pagination ul li a {
    color: #000 !important;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #007bff; /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
    margin-right: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sk-folding-cube {
    margin: 0px auto;
    margin-top: 5px;
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #FFF;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.sub-page {
    overflow-y: auto;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DBDBDB;
    z-index: 9999;
}

.sub-page-active {
    top: 0;
    animation: subpageactive 0.7s;
    -moz-animation: subpageactive 0.7s; /* Firefox */
    -webkit-animation: subpageactive 0.7s; /* Safari and Chrome */
}

.sub-page-active-white {
    top: 0;
    animation: subpageactive 0.7s;
    -moz-animation: subpageactive 0.7s; /* Firefox */
    -webkit-animation: subpageactive 0.7s; /* Safari and Chrome */

    background-color: #FFF;
}


.sub-page-inactive {
    top: -100%;
    animation: subpageinactive 0.7s;
    -moz-animation: subpageinactive 0.7s; /* Firefox */
    -webkit-animation: subpageinactive 0.7s; /* Safari and Chrome */
}

@keyframes subpageactive {
    from {
        top: -100%;
    }

    to {
        top: 0%;
    }
}

@-moz-keyframes subpageactive {
    from {
        top: -100%;
    }

    to {
        top: 0%;
    }
}

@-webkit-keyframes subpageactive {
    from {
        top: -100%;
    }

    to {
        top: 0%;
    }
}


@keyframes subpageinactive {
    from {
        top: 0%;
    }

    to {
        top: -100%;
    }
}

@-moz-keyframes subpageinactive {
    from {
        top: 0%;
    }

    to {
        top: -100%;
    }
}

@-webkit-keyframes subpageinactive {
    from {
        top: 0%;
    }

    to {
        top: -100%;
    }
}


.sub-page-close {
    color: #007bff;
    font-size: 3em;

    float: right;
    cursor: pointer;
    margin: 20px;
    margin-right: 40px;
}

.sub-page-content {
    width: 70%;
    margin: 0 auto;

    font-size: 2em;
    padding: 20px;
}

.sub-page-content-full {
    width: 95%;
    margin: 0 auto;
    font-size: 2em;
    padding: 20px;
}

.edit-link {
    color: #007bff;
    cursor: pointer;
}

.help-block-error {
    font-size: 0.5em;
    color: red;
}


.user-contract {
    background-color: #f4f4f4;
    text-align: center;
    border: 1px #D9D7D7 solid;
    height: 100%;
    margin-bottom: 10px;

}

.popover {
    min-width: 400px; /* optional max width */
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}


.basket-list {
    overflow-y:scroll;
    max-height: 300px;
}

.row-seperator {
    border-bottom: 1px solid #dedcdc;
    padding-bottom: 5px;
    margin-right: 10px;
}

.button-options {
    margin: 1px;
}

.row-highighter > td {
    background-color: rgba(252, 114, 114, 0.5);
}


.sk-folding-cube {
  margin: 0px auto;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.user_cert {
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #B3B3B3;
    box-shadow: 1px 1px 1px 1px #B3B3B3;
    background: #eee;

    cursor: pointer;
}

.user_cert_text {
    float: left;
}

.user_cert_status {
    float: right;
    font-style: italic;
}

.user_cert_active {
    background-color: lightgreen;
}

.user_cert_mandatory {
    border: 2px solid red;
}

.puwer-key {
    padding: 10px;
    background-color: white;
    text-align: center;
}

.puwer-key-container {
    margin: 0;
    margin-top: 15px;
}

.puwer-key-service {
    background-color: red;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.puwer-key-not-service {
    background-color: yellow;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.no_service {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255, 0, 0, 0.8);
    color: white;
    z-index: 9999;
    font-size: 6em;
    text-align: center;
    font-weight: bold;
    padding: 50px;
    padding-top: 200px;
}

.no_service a {
    color: white;
    font-style: italic;
    text-decoration: underline;

    font-size: 0.5em;
}

.searching-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.searching-view p {
    font-size: 1.5em;
    font-weight: bold;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #007bff;
        border-color: #007bff transparent #007bff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fancybox-nav span {
    visibility: visible !important;
}

.changed {
    background-color: #FA8090;
}

nav ul {
    margin-top: 10px !important;
}

nav li a {
    font-weight: bold;
    /*display: flex !important;*/
    align-items: center;
}

nav img {
    margin-bottom: 0px !important;
    padding-left: 5px;

}

#corelogo {
    max-width: 125px;
}

.summary-container {
    width: 100%;
    background-color: red;
    box-sizing: border-box;
}

.summary-outer {
    float: left;
    width: 40%;
    padding: 25px;
    margin-left: 85px;
}

.summary {
    height: 120px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: white;
}

    .summary i {
        line-height: 120px;
        margin-left: 25px;
        float: left;
    }

.summary-info {
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

    .summary-info .info {
        font-size: 2em;
    }

    .summary-info .total {
        font-size: 3em;
        font-weight: bold;
    }

.summary-out {
    background-color: #E74C3C;
}

.summary-due {
    background-color: #3498DB;
}

.btn-export {
    color: white;
    margin-right: 35px;
}

.asset-checkbox {
    margin-left: 10px!important;
}

.checkbox-table {
    width: 100%;
}

.checkbox-table-header {
    text-align: center;
}