﻿
/* Loading Div CSS Start  */
.black_overlay_login {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2003;
    background: white;
    opacity: 0.7;
}

.white_content_login {
    display: none;
    height: 80px;
    padding: 15px;
    position: absolute;
    top: 45%;
    left: 47.5%;
    z-index: 2004;
    border-radius: 5px;
    text-align: center;
}

.white_content_IE9 {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 12%;
    z-index: 2004;
    border-radius: 5px;
    background-color: Black;
}
/* Loading Div CSS End  */

/* common map show Div CSS start  */
.black_overlay_LR {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2003;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content_LR {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    padding: 16px;
    border: 5px solid ghostwhite;
    background-color: white;
    z-index: 2004;
    overflow: auto;
}
/* common map show Div CSS end  */

/* scrollbar style start*/
::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

::-webkit-scrollbar-thumb {
    background: #a3a5af;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

div.mkscroll {
    overflow: auto !important;
}

/*
div.mkscroll {
    overflow: hidden !important;
}
div.mkscroll:hover {
    overflow: overlay !important;
}
*/

/*div.mkscroll:hover {
        overflow: auto !important;
        overflow: overlay !important;
    }*/
/* scrollbar style end*/

/* remove updown arrow from numberic box start*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* remove updown arrow from numberic box end*/

/* new blue loading start*/
.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -ms-animation: spinPulse 1.1s infinite ease-in-out !important;
    -moz-animation: spinPulse 1.1s infinite ease-in-out !important;
    -webkit-animation: spinPulse 1.1s infinite ease-in-out !important;
}

.circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -ms-animation: spinPulse 1s infinite linear !important;
    -moz-animation: spinPulse 1s infinite linear !important;
    -webkit-animation: spinPulse 1s infinite linear !important;
}

@-ms-keyframes spinPulse {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spinoffPulse {
    0% {
        -ms-transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
/* new blue loading end*/

/* listview bind slide effect start */
.mkList li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    padding-left: 10%;
    cursor: pointer;
    background-color: ghostwhite;
}

    .mkList li:hover {
        background-color: #e6e6e6;
    }

    .mkList li.mk_active {
        background-color: #dfe6ec;
    }

.mk-add-place {
    -webkit-animation: mk-add-place-animation 0.7s cubic-bezier(.65,-0.02,.72,.29);
    box-shadow: 5px 5px 5px gray;
}

@-webkit-keyframes mk-add-place-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-400px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}
/* listview bind slide effect end */

/* set google map info window width auto */
.gm-style-iw > div > div > div {
    width: auto !important;
}

#div_inv_form {
    height: 100% !important;
}

/* mk button click effect */
/*input[type=submit], input[type=button] {
  margin-top: 0px;
  transition: all .1s linear;
  outline: none !important;
  box-shadow: 5px 5px 5px solid;
}

input[type=submit], input[type=button]:hover {
  box-shadow: 5px 5px 5px solid;
  transition: all .1s linear;
  outline: none !important;
}

input[type=submit], input[type=button]:active {
  margin-top: 4px;
  transform: translateY(4px);
}*/


/* rounded number start */
.mk_rounded_number {
    background: red;
    color: white;
    float: right;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    display: inline-block;
    font-weight: normal;
    font-size: 10pt;
    line-height: 1.6em;
    text-align: center;
    width: 1.7em;
    height: 1.7em;
    padding-top: 1px;
    margin-left: 4px;
}
/* rounded number end */


#image_master_logo {
    /* content: url(../Images/EF_Images/vodafone_logo.png); */
    /*http://localhost:6421/EasyFormServerEdition_Port/pages/Images/excel-3-256.png*/
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaUAAAC3CAYAAACyu0GKAAAgAElEQ…ARKAJbBoEqpS2zFB1IESgCRaAIVCmVBopAESgCRWDLIPD/AAp5qmVcDEQ0AAAAAElFTkSuQmCC);*/
    background-repeat: no-repeat;
    background-size: 115.027322404372px 50px;
    height: 50px;
    width: 115.027322404372px;
}

.dropdown-menu.open {
    overflow: visible !important;
}

div[id^='div_max_map_info_extra'] {
    overflow-x: inherit !important;
    overflow-y: inherit !important;
}




table[id^=tbl_row_data] {
    white-space: initial !important;
}

label[id^=txt_add_row] {
    max-height: initial !important;
}

table[id^='tbl_row_data_'] th {
    font-size: 12px;
    color: gray;
}

table[id^='tbl_row_data_'] span .fa-times {
    font-size: 13px;
}

table[id^='tbl_row_data_'] label[id^=txt_add_row] {
    font-size: 13px !important;
    font-family: monospace !important;
    margin-left: 5px;
    word-wrap: break-word;
    width: 100px;
    height: auto;
}

.bootstrap-select .dropdown-menu {
    min-width: 90% !important;
    max-height: 228px !important;
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: auto !important;
}

.dropdown-menu input[type=search] {
    height: 28px !important;
}

.dropdown.bootstrap-select {
    width: 95% !important;
}


/*[id^=div_Search] .bootstrap-select.form-control {
    width: 93% !important;
}*/
.bootstrap-select.btn-group .btn .filter-option {
    text-overflow: ellipsis;
}

.force_hide {
    display: none !important;
}

button[id^=ddl_search_btn_] i.fa-search {
    display: block;
    margin-top: 1px;
}

/* mk main grid photo thumbnail*/
.img-thumb {
    height: 20px;
    width: 20px;
    border-radius: 7px;
}

#tbl_search_task tr td {
    text-align: center;
}



/*shrink table (table class = "table table-striped table-hover") - thead and tbody structure */
.mk_table {
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: calibri;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .mk_table tr td {
        padding: 5px !important;
        border: 1px solid #ccc;
    }

        .mk_table tr td .fa {
            font-size: 20px;
            margin: 0;
        }

    .mk_table thead tr td {
        position: sticky;
        top: -1px;
        z-index: 5;
        background: #fff;
        font-weight: bold;
        /*box-shadow: 2px 2px 2px grey;*/
    }

    .mk_table tr th {
        padding: 5px !important;
        border: 1px solid #ccc;
    }

.row .card .card-header {
    padding: .75rem;
}

.cursor-pointer {
    cursor: pointer;
}


/*all filter common style*/

.lbl_header {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.filter_slider_outer {
    padding: 5px !important;
}

.filter_slider_inner .dropdown-toggle, .filter_slider_inner select {
    /*width: 85% !important;*/
    height: 28px;
    line-height: 1;
    font-size: 13px !important;
    padding: 5px 12px;
    border: 1px solid rgb(204, 204, 204);
    color: black !important;
}

.filter_slider_inner .cntrl_main_div img[id^='ddl_loading_'] {
    right: 50%;
    top: 3px;
    margin-top: 0 !important;
}

.filter_slider_inner .cntrl_main_div {
    padding: 0 !important;
}

    .filter_slider_inner .cntrl_main_div .col-lg-6:first-child > div {
        padding: 5px 0 0 0 !important;
    }

        .filter_slider_inner .cntrl_main_div .col-lg-6:first-child > div > label {
            color: gray;
            margin-left: 5px;
            font-size: 13px !important;
        }

    .filter_slider_inner .cntrl_main_div input[id^='cal_'] {
        height: 28px !important;
        font-size: 13px !important;
    }

    .filter_slider_inner .cntrl_main_div img[title='calendar'] {
        width: 18px !important;
        height: 18px !important;
        margin-left: -23px !important;
        margin-top: -4px !important;
    }

.col-form-label {
    padding: 3px 0px;
    color: gray;
    margin-left: 5px;
    font-size: 13px !important;
}



.filter_slider_inner button[id^=ddl_search_btn_] {
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    right: 17px !important;
    top: 0px !important;
    float: right;
    display: none;
}

    .filter_slider_inner button[id^=ddl_search_btn_] i.fa-search {
        margin-top: 0px;
    }

.filter_slider_icon {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 5px;
}

    .filter_slider_icon .icon_filter {
        color: white;
    }


/* menu datalist slider change global */

.nav > li > a {
    padding: 8px 13px;
    transition: 0.3s;
}

.side-nav > li > ul > li > a {
    /* white-space: inherit !important; */
}

#side-menu .child {
    border-radius: 50px;
    /*border: 1px solid black;*/
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.6;
    margin-right: 6px !important;
    background-color: inherit !important;
    color: inherit !important;
}

#side-menu .parent:hover .child {
    /*border: 1px solid white;*/
}


/*#side-menu li {
    transition: 0.5s;
}
*/

#side-menu li.active {
    border-radius: 0px;
}

#side-menu li.active {
    border-radius: 0px 15px 15px 0px;
}

    #side-menu li.active a .child {
        color: black !important;
        background-color: white !important;
    }

img.child {
    margin-right: 7px;
}

.home_page .col-md-4 .fa {
    font-size: 50px;
    margin-right: 0;
}

.home_page .col-md-4 img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.leftnavbar {
    width: 63px;
}

.nav > li > a {
    font-size: 12px;
}

.side-nav li a {
    text-transform: initial;
}

#menu_row img[id^='icon'] {
    width: 65px !important;
    height: 65px !important;
}

#menu_row .show_block {
    height: 132px !important;
    padding: 0px 15px;
}

#menu_row .hide_block {
    padding: 30px 15px;
    height: 132px !important;
}

    #menu_row .hide_block .col-md-4 {
        padding-left: 5px;
    }

.subtitle {
    font-size: 10px;
}


/* mk vibrate effect start */
.mk_vibrate {
    animation: shake 0.40s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/* mk vibrate effect end */


/*master page css changes*/
.fixed-top {
    box-shadow: 0px 0px 5px black;
  /*  min-height: 56.8px;*/
}

.navbar-inverse {
    padding: 2px 4px;
}

.dropdown-menu > li > a {
    padding: 4px 10px !important;
    display: block;
    border-top: 1px solid #ccc;
    color: gray;
}

.dropdown-menu {
    font-size: 12px !important;
    padding: 0;
    right: -7px;
    border-radius: 0px 0px 10px 10px;
    min-width: 10rem;
    border: 5px solid rgba(0,0,0,.15);
}

/*report grid 10122021*/
.hidden {
    width: 0 !important;
    /*opacity: 0 !important;*/
    font-size: 0 !important;
    padding: 1px !important;
    margin: 0 !important;
}

    .hidden .tbl-type22 {
        display: none;
    }

.tbl-type22 tr:nth-child(1) td {
    font-weight: 500;
    text-align: center;
    background-color: rgba(0,0,0,.05);
}

.tbl-type22 tr td {
    padding: 0 5px !important;
    font-size: 12px;
    background-color: white;
}

#tblData thead {
    color: black;
    background-color: #eee;
    font-size: 12px;
}

#tblData tr td {
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}



.pop-div, .pop-div-commentUI {
    font-size: 13px;
    margin-top: 100px;
    background: #cecbcb;
    border-radius: 5px;
    border: 1px solid #726f6f;
    padding: 0px !important;
    position: absolute;
    z-index: 99999;
    display: none;
}

    .pop-div img, .pop-div-commentUI img {
        width: 280px;
        height: 280px;
        border-radius: 5px;
    }


.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .5s;
}

    .btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 25%;
        height: 100%;
        width: 50%;
        background-color: #000;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        transition: all ease-in-out 1s;
        transform: scale(5, 5);
    }

    .btn:active::after {
        padding: 0;
        margin: 0;
        opacity: .2;
        transition: 0s;
        transform: scale(0, 0);
    }


.view_toggle {
    position: fixed;
    top: -50px;
    left: 37%;
    z-index: 1999;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 50px;
    height: 27px;
    background: #eee;
    transition: 0.5s;
}

    .view_toggle #tooltip_switch {
        display: inline-block;
        margin: 0 5px;
    }

    .view_toggle #toggle_isHide {
        display: inline-block;
        margin: 0 5px;
    }

    .view_toggle #toggle_isType22 {
        display: inline-block;
        margin: 0 5px;
    }

.alert {
    padding: 0.5rem 0.75rem;
}

    .alert .fa {
        font-size: 19px;
    }

    .alert span {
        word-break: break-all;
    }

.divider {
    background-color: #aaa;
    color: white;
    font-weight: bold;
    pointer-events: none;
}

.type22_option {
    background-color: #ddd;
    color: white;
}

.side-nav > li > ul > li > a:hover {
    white-space: initial !important;
    word-break: break-word;
}

#btn_Jitsi_Video {
    display: none !important;
}

.cntrl-icon {
    pointer-events: none;
}

/*Css for Loading 31052023 PG*/
.loader_anticlock {
    width: 100% !important;
}

    .loader_anticlock .image {
        width: 100% !important;
        height: 70px !important;
        animation: none !important;
    }

        .loader_anticlock .image > img {
            height: 50px !important;
            width: auto !important;
            margin-bottom: 10px;
            max-height: 50px !important;
            max-width: 150px !important;
        }

select option[disabled] {
    background-color: gray;
    color: white;
    text-align: center;
}

select option[value='view']:not(#sel1 option) {
    background-color: gray;
    color: white;
    font-weight: bold;
}

#myProfile span {
    display: none;
}


.cls-type20-cust-btn, .cls-type20-cust-btn:hover {
    border-radius: 0 !important;
    border: solid 1px #ccc;
}

.mk_full_IMG {
    position: fixed !important;
    top: 2%;
    left: 1%;
    z-index: 100000;
    max-width: 98%;
}

#btn_chnage_profile {
    float: right;
    right: 10px;
    position: absolute;
}