﻿/* for bootstrap dialog zoom-in animation*/
/*
.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.zoom-in {
    transform: scale(0) !important;
    opacity: 0;
    -webkit-transition: 1.5s all 0s;
    -moz-transition: 1.5s all 0s;
    -ms-transition: 1.5s all 0s;
    -o-transition: 1.5s all 0s;
    transition: 1.5s all 0s;
    display: block !important;
}

    .zoom-in.show {
        opacity: 1;
        transform: scale(1) !important;
        transform: none;
    }

*/
/*
body {
    overflow: hidden; 
}
    */

#modalMsg img, #modalMsg table, #my-calendar table {
    box-shadow: 5px 10px 18px #888888;
}

/* for jscalendar*/
.jsCalendar tbody td.jsCalendar-colorful-blue {
    border-color: #52C9FF !important;
}

.jsCalendar tbody td.jsCalendar-colorful-yellow {
    border-color: #FFE31B !important;
}

.jsCalendar tbody td.jsCalendar-colorful-orange {
    border-color: #FFB400 !important;
}

.jsCalendar tbody td.jsCalendar-colorful-red {
    border-color: #F6511D !important;
}

.jsCalendar tbody td.jsCalendar-colorful-green {
    border-color: #7FB800 !important;
}


/* overide datatable*/
/*
html *, #modalMsg *, .text-shadow {
    text-shadow: 2px 2px 3px #808080;
}
    */

#modalMsg .modal-title {
   /* text-shadow: 2px 2px 3px #808080;*/
    font-weight: bolder;
}
/*
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }

    */


.icon-shadow {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 1;
    position: relative;
    top: -36px;
    left: 3px;
    z-index: -1;
}

table.dataTable tbody tr.selected {
    color: darkred;
}
/* allow light gallery displaying over modal dislog*/
.lg-backdrop.in {
    z-index: 1050;
}

.hoverOverImg:hover {
    opacity: 0.35;
}

.envgisToolTips {
    text-align: center;
}








