﻿@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'robotolight';
    src: url('../Fonts/roboto-light-webfont.eot');
    src: url('../Fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto-light-webfont.woff') format('woff'), url('../Fonts/roboto-light-webfont.ttf') format('truetype'), url('../Fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-lock:before {
    content: "\e033";
}

i.fa {
    font-size: 18px;
}


    
    .login-footer {
    padding: 10px;
    text-align: center; /*border-top:1px solid #007366;*/
    background: #;
}

    .toPopup-new {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 6pt solid #ccc;
    border-radius: 3pt 3pt 3pt 3pt;
    color: #333333;
    display: none;
    font-size: 10pt;
    left: 66%;
    margin-left: -302pt;
    position: fixed;
    top: 18%;
    width: 450px;
    z-index: 910;
}

    div.popup_content {
    margin: 4pt 6pt;
    padding: 10pt;
}
div.popup_content a {
    color: #000;
    text-decoration: none
}
div.popup_content a:hover,
div.popup_content a:focus {
    color: #016EB1;
    text-decoration: underline
}
.form-control:focus {
        border-color: #66AFE9;
        outline: 0 none;
        color: #555555;
    }

    .form-textbox {
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    color: #C5C5C5;
    display: block;
    font-size: 10pt;
    padding: 4px 2% 4px 4%;
    text-align: left;
    width: 94%;
}

    .form-textbox:focus {
        border-color: #66AFE9;
        outline: 0 none;
        color: #555555;
    }
    div.close {
    background: url("../Images/closebtn.png") no-repeat;
    bottom: 16pt;
    cursor: pointer;
    float: right;
    width: 30pt;
    height: 30pt;
    left: 24pt;
    position: relative;
}
     div.close1 {
    background: url("../Images/closebtn.png") no-repeat;
    bottom: 16pt;
    cursor: pointer;
    float: right;
    width: 30pt;
    height: 30pt;
    left: 24pt;
    position: relative;
}

    #backgroundPopup {
    z-index: 1;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0pt;
    left: 0pt;
    z-index: 900;
}

    div.loader {
    background: url("../Images/loading.gif") no-repeat;
    height: 32pt;
    width: 32pt;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10pt;
}

   


/**********************************************/
/************** Footer Section ***************/
/**********************************************/




/*----------------------------------------------------------*/
/*------------		 Login From Css   ----------------------*/
/*----------------------------------------------------------*/
.loginfrm {
    width: 350px;
    margin: 10% auto 0;
}

.login-page,
.register-page {
    background: #1980C8;
}

.login-box,
.register-box {
    width: 100%;
    position: relative;
    background: #fff;
    border: 8px solid rgba(0, 0, 0, .3);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-background-clip: padding-box; /*for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    box-sizing: border-box;
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 300;
}

    .login-logo a,
    .register-logo a {
        color: #444;
    }

.login-box-body,
.register-box-body {
    padding: 15px 20px;
    color: #666;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #004B94;
}

.logfooter {
    background: #F7F7F7;
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid #D4DEDF;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -khtml-border-radius: 0 0 12px 12px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 13px;
    color: #555;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* Login button */
.button.blue {
    background-color: #269CE9;
    border-color: #269CE9;
}

    .button.blue:hover {
        background-color: #70B9E8;
    }

    .button.blue:active {
        background: #269CE9;
    }

.button.color {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}



.button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}



/* ---------------------------------------------------- */
/* CSS for Popup Boxes
/* ---------------------------------------------------- */

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .50;
    filter: alpha(opacity=50);
}




.popup_contant select {
    color: #777;
    padding: 5px 0 5px 3%;
    margin: 0px 0 5px 0;
    width: 96%;
    float: right;
    border: 1px solid #c7d0d2;
}

.close-btn {
    text-align: center;
    color: #FFF;
    float: right;
    margin: 5px 15px 0 0;
    text-decoration: none;
    padding: 4px 15px;
    border: none;
    background: #0046AD;
    border-bottom: 2px solid #012150;
    cursor: pointer;
}

    .close-btn a {
        color: #FFF;
        text-decoration: none;
        display: inline-block;
    }


.btn {
    text-align: center;
    color: #FFF;
    float: right;
    margin: 5px 15px 0 0;
    text-decoration: none;
    padding: 4px 15px;
    border: none;
    background: #0046AD;
    border-bottom: 2px solid #012150;
    cursor: pointer;
}



.hide {
    display: none;
}

.left_content .hide1 {
    display: block;
}

.Class1 {
    display: none;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Class2 {
    display: none;
    width: 600px;
    position: absolute;
    z-index: 100;
    background: #CADFFF;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 5px solid #B5B4B4;
}

    .Class2 .closebtn {
        height: 30px;
        width: 30px;
        background: url(../Images/closebtn.png) no-repeat;
        float: right;
        position: absolute;
        right: 0;
        z-index: 1000;
        cursor: pointer;
    }



.close-btnExpandGraph a {
    text-align: center;
    color: #FFF;
    float: right;
    margin: 5px 15px 0 0;
    text-decoration: none;
    padding: 4px 15px;
    border: none;
    background: #0046AD;
    border-bottom: 2px solid #012150;
    cursor: pointer;
}


div.dvhide {
    background: url("../Images/closebtn.png") no-repeat transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    right: -12px;
    top: -14px;
    position: absolute;
    width: 30px;
    display: block;
    z-index: 10;
}
div.dvhideTime {
    background: url("../Images/closebtn.png") no-repeat transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    right: -12px;
    top: -14px;
    position: absolute;
    width: 30px;
    display: block;
    z-index: 10;
}


    .body a {
        cursor: pointer;
    }

.footer {
    padding: 10px;
    background-color: #eaeaea;
    border-top: 1px solid #d7d6d6;
    text-align: left;
}

.aUpperCase {
    text-transform: lowercase;
}
