﻿.fill {
    min-height: 100vh;
    height: 100vh;
}

.watermark {
    max-width: 100vh;
    max-height: 100vh;
    display: block;
    position: relative;
}

    /*.watermark::after {
        content: "";
        background: url('/Images/telenor.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }*/
.watermarkImage {
    content: "";
    background: url('/Images/Logo_Hvit_Square_Transperent.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.modal {
    overflow: visible !important;
}

.modal-body {
    overflow-y: visible !important;
}

.special-card {
    opacity: .7;
}
.transperent-card {
    /*opacity: .7;*/
    border: 0 !important;
    background-color: transparent !important;
    padding-top: 10px;
}
.TlfccPicker {
    display: inline-block;
    font-size: 20px !important;
    width: 100%;
    margin-left: 5px;
    height: 4em;
    padding-left: 93px;
}
.TlfccRow {
    height: 3.1em !important;
    width: 160px !important;
    font-size: 0.9375rem !important;
}
.TlfccodeRow {
    height: 3.1em !important;
    width: 48px !important;
    font-size: 0.9375rem !important;
}
/*.cc-picker-code-select-enabled .small {
    cursor: pointer;
    padding-right: 18px;
    position: relative;
}*/
#rowPicker .cc-picker {
    width: 20%;
    font-size: 14px;
}
#rowPicker .cc-picker-code {
    width: 15px;
}
#rowPicker .cc-picker-flag {
    margin-right: 3px;
}

.fullTD {
    padding: 1px;
}

.GridViewStatusGreen {
    /*background-color: #bbf9bb;
    background-color: rgba(0, 255, 0, 0.6);
    background-position: bottom;
    background-repeat: repeat-x;*/
    background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
    background-repeat: no-repeat;
    /*opacity: 0.5;*/
    border: 0px;
    white-space: nowrap;
    color: #000;
}

.GridViewStatusRed {
    /*background-color: #ec0000;
    background-color: rgba(255, 0, 0, 0.6);
    background-position: bottom;
    background-repeat: repeat-x;*/
    background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    background-repeat: no-repeat;
    border: 0px;
    white-space: nowrap;
    color: #FFF;
}

.GridViewStatusYellow {
    /*background-color: #feea00;
    background-color: rgba(255, 255, 0, 0.6);
    background-position: bottom;
    background-repeat: repeat-x;*/
    background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
    background-repeat: no-repeat;
    border: 0px;
    white-space: nowrap;
    color: #000;
}

.GridViewStatusPink {
    /*background-color: pink;
    background-color: rgba(255, 153, 170, 0.6);*/
    background-image: linear-gradient(#ff5da2, #ff5da2 60%, #fd519a);
    background-repeat: no-repeat;
    border: 0px;
    white-space: nowrap;
    color: #000;
}

.bg-Blue {
    background-color: #4eb0f2 !Important;
}
.bg-Red {
    background-color: #f74d4d !Important;
}
.bg-Yellow {
    background-color: #ffd940 !Important;
}
.bg-BlueTable {
    background-color: rgba(78, 176, 242, 0.6);
    color: #000;
}

.bg-RedTable {
    background-color: rgba(247, 77, 77, 0.6);
    color: #000;
}

.bg-YellowTable {
    background-color: rgba(255, 249, 64, 0.6);
    color: #000;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .oi {
    position: absolute;
    padding: 10px;
    padding-top: 30px;
/*    pointer-events: none;
    z-index: 10000;*/
    font-size: 2em;
    cursor: pointer;
}

/* align icon */
.left-addon .oi {
    left: 0px;
    z-index: 100;
}

.right-addon .oi {
    right: 0px;
    z-index: 100;
}

/* add padding  */
.left-addon input {
    padding-left: 50px;
}

.right-addon input {
    padding-right: 50px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F47983;
    /*background-color: #ccc;*/
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
