﻿
/* 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: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 50px;
}

::-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;
}



.dropdown-menu > li > a {
    padding: 3px 12px !important;
}

.dropdown-menu {
    font-size: 12px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: auto !important;
}


/*[id^=div_Search] .bootstrap-select.form-control {
    width: 93% !important;
}*/