* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    background-color: #FFFFFF;  /*background-color: #F9EEE8;*/
}

/* layout and menu item style */
div.leftMenuContainer {
    width: 20%;
    margin: 2px 0 0; 
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);

}

div.personInfoBorder{
    border: 1px solid;
    border-radius: 5px;
    padding-right:2px;
}


div.contentContainer {
    float: right;
    width: 79%;
}

div.leftMenuContainer > div.menuItems > p > a {
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

div.leftMenuContainer > div.menuItems > p:first-of-type > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
div.leftMenuContainer> div.menuItems  > p:last-of-type > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
div.leftMenuContainer > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.leftMenuContainer div.menuItems p.selected{
    background-color: #e6e6e6;
}

.leftMenuContainer div.menuItems p:hover{
    background-color: rgba(150, 150, 150, 0.16);
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #FCFCFC;
    font-size:15px;
}
/* estimate model style sheet */

.estimate-modal-view-total{
    width:138px;
}

/* Footer
-------------------------------------------------- */

.footer {

    width:940px;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    padding-top:100px;
}


.purple-text{
    color:#0044cc;          /*color:#800080;*/
}
.sky-blue{
    color:#49afcd;
}

.span-for-right-corner-user-info{
    width:190px;
}




.red-text{
    color:red;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* Desktop large
------------------------- */
@media (min-width: 1200px) {

    .topbar-logo-size{
        width: 220px;
        height: 110px ;
    }

    .navbar {
        *position: relative;
        *z-index: 2;
        margin-bottom: 20px;
        overflow: visible;
        width: 940px ;        /* width: 590px */
        margin-left: 0px;
        margin-top: 0px;
    }
}

/* Overwrite bootstrap navbar-inner background color and style*/
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #49afcd; /* #0044cc;*/
    box-shadow: 0 0 0;
    background-repeat: no-repeat;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    font-size:14px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 1px 0 #fff;
}
/* Overwrite bootstrap nav bar link font color */
.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color:#FFFFFF;
    text-decoration: none;
}
/*VSS-117 css overriding */
.navbar .nav > li  {
    line-height: normal !important ;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #FFFF00;
    text-decoration: none;
    background-color: transparent;
}

.subTitle {
  /*margin-bottom: 10px;*/
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.jumbotron {
    background-color:#EEEEEE;
    color: inherit;
    margin-bottom: 20px;
    padding: 10px;
    /*border:1px solid gray;*/
}

/*override default grid cell no-wrap in extjs css*/
.x-grid3-cell-inner{
    white-space: normal !important;
}