﻿@charset "UTF-8";
/* CSS Document */

body
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
line-height: 1.42857;

}

/*Headings*/
h1{
    font-size:200%;
    padding-bottom:10px;
    color:#0083A9;

}

h2{
    font-size:160%;
    padding-bottom:10px;
    color:#0083A9;
}

h3{
    font-size:140%;
    padding-bottom:10px;
    color:#0083A9;
}

h4{
    font-size:130%;
    padding-bottom:10px;
    color:#0083A9;
}

h5{
    font-size:120%;
    padding-bottom:10px;
    color:#0083A9;
}

/*Links*/
 /* unvisited link */
a:link {
    color: #0083A9;
}

/* visited link */
a:visited {
    color: #CD5360;
}

/* mouse over link */
a:hover {
    color:#B37D4E
}

/* selected link */
a:active {
    color:  #0d477e;;
}


header {
    height:100px;
    background-color:#CCDAF0;
}

nav {
width:100%;
border:solid 1px green;
}



footer {
clear:both;
height: 50px;
margin-left:auto;
margin-right:auto;
margin-left:50%;
margin-top:50px;
}

/* menu*/
/*begin*/
#topmenu {
  background: #0083A9;
  width: auto;
margin-left:auto;
margin-right:auto;
}
#topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#topmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#topmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width:18%;
  margin-left:20px;
  padding:5px
}
#topmenu.align-right ul li {
  float: right;
  
}
#topmenu.align-center ul {
  text-align: center;
}
#topmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  /*padding: 5px 105px 15px 5px;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#topmenu ul li a span{ 
    vertical-align:middle;
    display:inline-block;

    padding-left:5px;
}
#topmenu ul li a:hover {
  /*color: #ff6a00;*/
  color:#E5F2FC;
}
#topmenu ul li a:hover:before {
  width: 100%;
}

#topmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  /*background: #ff6a00;*/
  background:#E5F2FC;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#topmenu ul li.last > a:after,
#topmenu ul li:last-child > a:after {
  display: none;
}
#topmenu ul li.active a {
  color: #333333;
}
#topmenu ul li.active a:before {
  width: 100%;
}
#topmenu.align-right li.last > a:after,
#topmenu.align-right li:last-child > a:after {
  display: block;
}
#topmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
    #topmenu ul li {
        float: none;
        display: block;
    }

    #topmenu ul li a {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #fb998c;
    }

    #topmenu ul li.last > a {
        border: 0;
    }

    #topmenu ul li a:after {
        display: none;
    }

    #topmenu ul li a:before {
        display: none;
    }
}
  
/*end*/

/*Neha Bansal*/
.form {
  text-align: center;
}

.form-control {
    height:30px;
    font-size:12px;
}

.form-group {
    margin-bottom: 1px;
}

.form-group label {
   font-size:12px;
   margin-bottom: 0px;
}

.field-validation-error, 
.validation-summary-errors li{
    color:red;
    font-size:11px;
}

.readonly {
    color:#c0c0c0;
}

textarea {
   resize: none;
}

.col-left {
    padding-left:0px !important;
    padding-right:0px !important;
}

.year {
    width:40%;
}


.handsontable {
    overflow: auto;
}

#bodyDiv {
    width: -moz-available;
}

.ht_master .wtHolder {
    width:100% !important;
}


.top-buffer {
    margin-top:50px;
}

/*Old menu*/
.sideMenu{
    background-color:#CCDAF0 !important;
    
}

/*Old Menu*/

/* New Menu*/
.menu-item h4 a:link{
    color:#fff;
}
.pin-nav {
    position: absolute;
    top: 3px;;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
    background-image:url('../Content/themes/base/images/unpin.png');
    height:32px;
    width:32px;
}
.unpin-nav {
    position: absolute;
    top: 3px;;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
    background-image:url('../Content/themes/base/images/pin.png');
    height:32px;
    width:32px;
}
.side-nav{
    background-color:#CCDAF0 !important;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    
   
}
.side-nav h4{
     margin:0;
    padding:0;
     color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #0083A9;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
}
menu-item h4{
    
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;

}
.menu-item-collapse{
    background-image:url('/Content/themes/base/images/chevronright.png');
   background-repeat:no-repeat;
   background-position:right;
}
.menu-item-expand
{
   background-image:url('/Content/themes/base/images/chevrondown.png');
   background-repeat:no-repeat;
   background-position:right;

}

.menu-item-expandClose
{
    background-image:url('/Content/themes/base/images/chevronright.png');
   background-repeat:no-repeat;
   background-position:right;


}

.menu-item h5{
    font-size:100%;
    padding-left:5px;
  
  
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menu-item{
  
  width: 100%; 
  margin:0;
 
}
.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 200px;
}
.menu-item ul {

  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin:0;
}
.menu-item >ul{
     height:0px;
}
 
.menu-item ul a:visited{
    color:#0083a9;
}
.menu-item-selected
{
    background-color:Scrollbar;
    
}
.menu-item ul a {
  padding-left: 20px;
  text-decoration: none;
 
  display: block;
  width: 100%;
}
 /*.menu-item:hover ul {
  height:100%;
  
}*/
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li a:hover {
  /*background: #eee;*/
  font-weight:bold;
}

.menu-item ul li ul li a{
    margin:0;
    padding:0;
    padding-left:10%;
}
/*new Menu*/
.spinner {
    /*display:none;*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 1000;
}

#loading_div {
    /*width: 35px;
            height: 30px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin: -28px 0 0 -25px;*/
}
 .box-shadow-menu {
            position: relative;
            padding-left: 1.25em;
        }

            .box-shadow-menu:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0.25em;
                width: 1em;
                height: 0.15em;
                background: #FFF;
                box-shadow: 0 0.25em 0 0 #FFF, 0 0.5em 0 0 #FFF;
            }


button.spinner {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 25px;
    height: 25px;
}

.right-align {
    text-align: right;
}


.hiddenCell {
    display: none !important;
}

.text-bold {
    font-weight: bold;
}

.nav-tabs li {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid gray;
    border-radius: 2px;
    width:14%;
    text-align:center;
}

    .nav-tabs li a {
        border: none !important;
        font-weight: bold;
        color: gray;
         background-color: inherit;
    }

    .nav-tabs li.active a {
        /*background-color: #0083A9;*/
        color: black;
        margin: 0px;
            background-color: inherit;
        border-radius: 0px;
    }

        .nav-tabs li.active a:focus {
            /*background-color: #0083A9;*/
            color: gray;
            border: none;
             background-color: inherit;
             color: black;
        }

    .nav-tabs li.active {
        border-bottom: none !important;
        border-top: 2px solid gray !important;
        border-left: 2px solid gray !important;
        border-right: 2px solid gray !important;
    }
.text-align-center {
    text-align:center;
}

fieldset.input-form {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.input-form {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

.grid-alignRight {
    text-align: right;

}

.grid-alignCenter {
    text-align: center;
}

.grid-alignLeft {
    text-align: left;
    color:red;
}

#loadRoundColorImage {
    width: 100%;
    height: 70%;
    position: fixed;
    z-index: 9999;
    background: url("../../GIF Image/round.gif")no-repeat center;
}
#loadImage {
    width: 100%;
    height: 70%;
    position: fixed;
    z-index: 9999;
    background: url("../../GIF Image/load.gif")no-repeat center;
}
#loadBallImage {
    width: 100%;
    height: 70%;
    position: fixed;
    z-index: 9999;
    background: url("../../GIF Image/ball.gif")no-repeat center;
}

.red { color: red;  background-color: yellow !important; }