﻿@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:34px;
    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 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;
}

#loadImage {
    width: 100%;
    height: 70%;
    position: fixed;
    z-index: 9999;
    background: url("../../GIF Image/load.gif")no-repeat center;
}

html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #79C255;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: 200;
    color: #656565;
}


h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #2B3F48;
}

p, ol, ul {
    margin-top: 0;
}

ol, ul {
    padding: 0;
    list-style: none;
}

    ul.actions {
        text-align: center;
    }

        ul.actions li {
        }

p {
    line-height: 180%;
}

strong {
}

a {
    color: #0000FF;
}

    a:hover {
        text-decoration: none;
    }

.container {
    overflow: hidden;
    margin: 0em auto;
    width: 1000px;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image {
    display: inline-block;
}

    .image img {
        display: block;
        width: 100%;
    }

.image-full {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

    .image-centered img {
        margin: 0 auto;
        width: auto;
    }

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.staff {
    margin-bottom: 3em;
}

    ul.staff li {
        display: inline-block;
    }

        ul.staff li img {
            width: 80%;
            border-radius: 50%;
        }


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
    margin: 0;
    padding: 2em 0em 0em 0em;
    list-style: none;
}

    ul.contact li {
        display: inline-block;
        padding: 0em 0.30em;
        font-size: 1em;
    }

        ul.contact li span {
            display: none;
            margin: 0;
            padding: 0;
        }

        ul.contact li a {
            color: #FFF;
        }

            ul.contact li a:before {
                display: inline-block;
                background: #3f3f3f;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 20px;
                text-align: center;
                color: #FFFFFF;
            }

            ul.contact li a.icon-twitter:before {
                background: #2DAAE4;
            }

            ul.contact li a.icon-facebook:before {
                background: #39599F;
            }

            ul.contact li a.icon-dribbble:before {
                background: #C4376B;
            }

            ul.contact li a.icon-tumblr:before {
                background: #31516A;
            }

            ul.contact li a.icon-rss:before {
                background: #F2600B;
            }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
    display: inline-block;
    padding: 0em 3em;
    background: #79C255;
    border-radius: 8px;
    letter-spacing: 0.20em;
    line-height: 4em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    color: #FFF;
}

    .button:before {
        display: inline-block;
        background: #FFC31F;
        margin-right: 1em;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        text-align: center;
        color: #272925;
    }

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
    margin-bottom: 3em;
}

    .title h2 {
        text-transform: uppercase;
        font-size: 2.7em;
    }

    .title .byline {
        font-size: 1.7em;
        color: #6F6F6F;
    }

/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

.box1,
.box2,
.box3,
.box4 {
    width: 235px;
}

.box1,
.box2,
.box3
{
    float: left;
    margin-right: 20px;
}

.box4 {
    float: right;
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

.boxA,
.boxB,
.boxC {
    width: 320px;
}

.boxA,
.boxB {
    float: left;
    margin-right: 20px;
}

.boxC {
    float: right;
}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

.tbox1,
.tbox2 {
    width: 575px;
}

.tbox1 {
    float: left;
}

.tbox2 {
    float: right;
}

#wrapper {
    background: #FFF;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
    position: relative;
    padding: 5em 0em;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
    position: absolute;
    top: 4em;
    left: 0;
}

    #logo h1 {
        color: #79C255;
    }

    #logo a {
        text-decoration: none;
        text-transform: uppercase;
        color: #79C255;
    }

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#primary_nav_wrap {
    margin-top: 15px
}

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

        #primary_nav_wrap ul a {
            display: block;
            color: #333;
            text-decoration: none;
            font-weight: 700;
            font-size: 12px;
            line-height: 32px;
            padding: 0 15px;
            font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        #primary_nav_wrap ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0
        }

            #primary_nav_wrap ul li.current-menu-item {
                background: #ddd
            }

            #primary_nav_wrap ul li:hover {
                background: #f6f6f6
            }

        #primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0
        }

            #primary_nav_wrap ul ul li {
                float: none;
                width: 200px
            }

            #primary_nav_wrap ul ul a {
                line-height: 120%;
                padding: 10px 15px
            }

            #primary_nav_wrap ul ul ul {
                top: 0;
                left: 100%
            }

        #primary_nav_wrap ul li:hover > ul {
            display: block
        }
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
    overflow: hidden;
    padding: 10em 0em;
    background: url(images/banner.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: rgba(255,255,255,.8);
}

    #banner .title {
        margin-bottom: 1em;
        text-transform: uppercase !important;
    }

        #banner .title h2 {
            color: #FFF;
        }

        #banner .title .byline {
            color: rgba(255,255,255,.6);
        }

    #banner .button {
        margin-top: 3em;
        background: #589937 !important;
    }

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page {
    padding: 2em 0em 5em 0em;
    text-align: center;
}

    #page .button {
        margin-top: 2em;
        display: inline-block;
        text-align: center;
    }

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
    overflow: hidden;
    padding: 5em 0em;
    border-top: 1px solid rgba(255,255,255,0.08);
}

    #copyright p {
        text-align: center;
        font-size: 1em;
        color: rgba(255,255,255,0.5);
    }

    #copyright a {
        text-decoration: none;
        color: rgba(255,255,255,0.8);
    }

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
    overflow: hidden;
    padding: 5em 0em;
    background: #79C255;
    color: rgba(255,255,255,.8);
    text-align: center;
}

    #featured a {
        color: rgba(255,255,255,1);
    }

    #featured .button {
        background: #FFF;
        margin-top: 3em;
        font-size: 1em;
        color: #79C255;
    }

    #featured .title {
    }

        #featured .title h2 {
            color: #FFF;
        }

        #featured .title .byline {
            color: rgba(255,255,255,.6);
        }

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

.box {
    padding: 3em 2em 2em 2em;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
/*    text-align: center;*/
}


#extra {
    overflow: hidden;
    padding: 5em 0em;
}

    #extra .title {
        text-align: center;
    }

    #extra .button {
        margin-top: 5em;
    }

    #extra .fa {
        display: block;
        margin-bottom: 0.5em;
        text-align: center;
        font-size: 3em;
    }

.gallery {
    overflow: hidden;
    margin-bottom: 3em;
}

/*CSS controlling the grid overlay */
.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .grid-msg-overlay .msg {
        opacity: 1;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 50%;
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid #555;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-msg-overlay .msg span {
            display: table-cell;
            vertical-align: middle;
        }

.ui-grid-cell, ui-select-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid-tooltip {
    overflow: visible;
    z-index: 9999999;
    float: left;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin3 {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.sp {
    width: 40px;
    height: 40px;
    clear: both;
    margin: 20px auto;
}

/* Spinner Circle Rotation */
.sp-circle {
    border: 8px rgba(0, 0, 0, 0.25) solid;
    border-top: 8px black solid;
    border-radius: 50%;
    -webkit-animation: spCircRot 1s infinite linear;
    animation: spCircRot 1s infinite linear;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.div-disabled {
    pointer-events: none;
    opacity: 0.5;
}