/* 
    Created on : 25 Oct, 2017, 7:35:39 PM
    Author     : safdar
*/


/*=== START ===-- Loading IMG CSS*/
._eisc_overlay{
    /*display: none;*/
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 41, 0.74);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1001;
}

._cross_hide_loading{
    float: right;
    padding: 5px 8px;
    color: white;
    cursor: pointer;
    font-size: 13px;
}

._cross_hide_loading:hover{
    font-weight: bold;
}

._eisc_loading_img{
    /*display: none;*/
    position: fixed;
    top: calc(50% - 35px);
    left: 0;
    width: 100%;
    z-index: 1002;
}
._eisc_loading_msg{
    white-space: nowrap;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}
.windows8 {
    width: 66px;
    height: 66px;
    margin: auto;
}

.windows8 .wBall {
    position: absolute;
    width: 63px;
    height: 63px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.6325s infinite;
    -o-animation: orbit 3.6325s infinite;
    -ms-animation: orbit 3.6325s infinite;
    -webkit-animation: orbit 3.6325s infinite;
    -moz-animation: orbit 3.6325s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(192,241,255);
    left:0px;
    top:0px;
    border-radius: 8px;
}

.windows8 #wBall_1 {
    animation-delay: 0.796s;
    -o-animation-delay: 0.796s;
    -ms-animation-delay: 0.796s;
    -webkit-animation-delay: 0.796s;
    -moz-animation-delay: 0.796s;
}

.windows8 #wBall_2 {
    animation-delay: 0.153s;
    -o-animation-delay: 0.153s;
    -ms-animation-delay: 0.153s;
    -webkit-animation-delay: 0.153s;
    -moz-animation-delay: 0.153s;
}

.windows8 #wBall_3 {
    animation-delay: 0.3165s;
    -o-animation-delay: 0.3165s;
    -ms-animation-delay: 0.3165s;
    -webkit-animation-delay: 0.3165s;
    -moz-animation-delay: 0.3165s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4695s;
    -o-animation-delay: 0.4695s;
    -ms-animation-delay: 0.4695s;
    -webkit-animation-delay: 0.4695s;
    -moz-animation-delay: 0.4695s;
}

.windows8 #wBall_5 {
    animation-delay: 0.633s;
    -o-animation-delay: 0.633s;
    -ms-animation-delay: 0.633s;
    -webkit-animation-delay: 0.633s;
    -moz-animation-delay: 0.633s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/*=== END ===-- Loading IMG CSS*/

/*---------   Dialog Box ----------- START --------------*/
.eis-msg-dialogBoxDiv {
    z-index: 1003;
    width: 500px;
    position: fixed;
    border-radius: 8px;
    overflow: hidden;
    top: 40%;
    background-color: white;
    box-shadow: 0px 0px 100px -3px black;
    border: 1px solid white;
    left: calc(50% - 250px);
    padding-bottom: 5px;
}
.eis-msg-dialogBoxDiv>.eis-msg-dialogBoxHeading {
    font-weight: bold;
    line-height: 30px;
}
.eis-msg-dialogBoxHeading>span {
    color: white;
    height: 30px;
    font-size: 15px;
    margin-left: 15px;
}
.eis-msg-dialogBoxDiv>.heading_warn{
    background-color: #de8e1c;
}
.eis-msg-dialogBoxDiv>.heading_error{
    background-color: #c9302c;
}
.eis-msg-dialogBoxDiv>.heading_msg{
    background-color: #17a2b8;
}
.eis-msg-closeDialog{
    width: 30px;
    float: right;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px
}
.eis-msg-dialogBoxDiv>.heading_error>.eis-msg-closeDialog:hover{
    background-color: #b3110e;
    font-weight: bold;
}
.eis-msg-dialogBoxDiv>.heading_warn>.eis-msg-closeDialog:hover{
    background-color: #cc7c0a;
    font-weight: bold;
}
.eis-msg-dialogBoxDiv>.heading_msg>.eis-msg-closeDialog:hover{
    background-color: #1494a9;
    font-weight: bold;
}
.eis-msg-dialogBoxDiv>.eis-dialog-content-div{
    font-size: 13px;
    line-height: 20px;
    min-height: 30px;
    /*margin: 8px 1px 1px 10px;*/
    padding: 8px 1px 1px 10px;
    max-height: 300px;
    overflow-x: auto;
}
.eis-msg-dialogBoxOkBtn{
    float: right;
    background-color: white;
    color: black;
    border-radius: 5px;
    border: 1px solid #929292;
    width: 79px;
    padding: 4px 0px;
    margin: 3px 10px;
    cursor: pointer;
}
.eis-msg-dialogBoxOkBtn:hover{
    background-color: #e3e3e3;
    box-shadow: 1px 1px 4px -1px black;
}
/*---------   Dialog Box ----------- END --------------*/
.eis_custom_toast{
    position: fixed;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px white;
    top: 140px;
    right: 6px;
    min-width: 250px;
    max-width: 335px;
    min-height: 68px;
    font-size: 13px;
    text-align: left;
    z-index: 100;
}
.eis_custom_toast>p{
    padding: 3px 5px;
    margin: 0px;
    line-height: 18px;
    min-height: 45px;
    background-color: rgba(0, 0, 0, 0.76);
    color: white;
}
.eis_custom_toast>.eis_toast_header{
    padding: 2px 1px 3px 5px;
    font-size: 14px;
    color: white;
}
.toast_header_succ{
    background-color: #5cb85c;
}
.toast_header_error{
    background-color: #c9302c;
}
.toast_header_warn{
    background-color: #de8e1c;
}

._cross_toast{
    padding: 0px 4px 0px 4px;
    cursor: pointer;
    border-radius: 15px;
    float: right;
}
._cross_toast:hover{
    font-weight: bold;
    color: red;
    background-color: #ffbcc3;
}