﻿@media only screen and (max-width: 600px) {
   
}
@media only screen and (min-width: 768px) {
     .SplashExcTP {
        left: 2% !important;
     }
     .HomemodalSplash {
        left: 27% !important;
     }
     .DCREntry {
         margin-left: 26% !important;
    }
      /*.Tasksplash {
         left: 1% !important;
    }*/
} 
     #modalSplash {
        top: 50px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        /*height: 600px !important;*/
        /*overflow: hidden;*/
    }

     #modalSplash .modal-dialog {
            padding: 0px !important;
            /*height: 475px;*/
        }

     #modalSplash img {
            width: 100%;
            height: 580px;
            float: right;
        }

     #modalSplash .modal-header {
            border-bottom: 0px !important;
        }

    .splashImg {
        /*width: 70%;*/
        float: right;
        cursor: pointer;
        top: 0px;
    }

    .splashContent {
        width: 95%;
        float: left;
        margin-left: 15px;
        text-align: justify;
        word-wrap: normal;
    }

    .msgContent {
        width: 100%;
        //overflow: auto;
    }

    .splashTitle {
        text-align: center;
        font-size: 15px;
        text-decoration: underline;
    }

     #divSplash .bx-viewport {
        min-height: 582px !important;
        max-height: 582px !important;
        /*overflow: auto !important;*/
    }

    #divSplash .bx-wrapper .bx-pager {
        padding-top: 0px !important;
    }

    #divSplash .bxslider li {
        width: 100% !important;
    }
    .close {
        z-index: 4000000;
        color: red !important;
        position: absolute;
        top: 0px;
        right: 1px;
        font-size: 24px !important;
        opacity: inherit !important;
        /*top: 22px;
        right: 19px;*/
       
    }
    #lblhometext {
        position: relative;
        top: 485px;
        left: 50%;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        z-index: 999;
       }
