
/**
    search
**/

.searchGrid {
    min-height: 700px;
}

.ui-grid-coluiGrid-0005 {
    text-align: left !important;
}

.ui-grid-coluiGrid-000H .glyphicon-download-alt{
    margin-top: 7px;
}

.ui-grid-contents-wrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.ui-grid-top-panel {
    background: #FFFFFF !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    z-index: 1;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #ffffff ;
}

ul.ivh-treeview {
    list-style-type: none;
    padding-left: 0;
}
ul.ivh-treeview ul.ivh-treeview {
    padding-left: 15px;
}
ul.ivh-treeview .ivh-treeview-toggle {
    cursor: pointer;
}

.ui-grid-row {
    cursor: pointer;
}
.ui-grid-row:hover .ui-grid-cell{
    background-color: #CCC;
}

/**
    end of search
**/


/*praise the border-box, saved my day*/
.iframe-fix iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    border: none; padding-top: 0px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}



/*
* footer
*/
#footer {
    background-color: #2d2d2d;

    padding-top: 0em;
    text-align: center;
}

#footer #copyright {
    color: #6a6a6a;
    line-height: 1.5em;
    text-align: center;
}

.social {
    clear: both;
    display: block;
    margin: auto;
}

#hud-tool-bar ul li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.center {
    display: block;
    float: none;
    margin: auto;

}

#footer ul.footer-menu li {
    color: #c3c3c3;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 13px;
}

#footer ul.footer-menu li a {
    color: #c3c3c3;
}

#footer ul {

}

/*
* end of footer
*/

md-toolbar#hud-tool-bar {
    background-color: #fff !important;
}

#main-page-wrapper, #main-ui-view, #ui-wrapper  {
    background-color: #f1f3fa !important;
}


/*
* side nav
*/
md-icon {
    width:25px;
    height:25px
}

md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 0px !important;
    overflow-x:hidden;
}

#left-nav-full md-icon {
    margin-right: 2em;
}

.md-toolbar-tools {
    color: #fff;
}


/*
* end of side nav
*/


.shell {
    margin: 0 32px;
}

.high-hat-padding {
    padding-top: 1em;
}

#long-desc {
    font-size: 16px;
}

.intro-text {
    text-align: center;
}


#phasesColumn md-icon {
    margin-top: 20px;
}

#home-page-container {
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    margin: 0;
    padding: 0;
}


.hero-image-one {

    margin: 0;
    padding: 0;
    background: url(hero1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.hero-image-two {

    margin: 0;
    padding: 0;
    background: url(hero2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.demo-image-two {

    margin: 0;
    padding: 0;
    background: url(demo2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




#demo-text {
    font-size: 20px;
    line-height: 25px;
}



.demo-title {
    height: 10%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: auto;
    text-align: center;
}

.demo img {
    display: block;
    margin: auto;
}

[layout-fill] {
    height: 100%;
    height: inherit !important;
}


#main-page-wrapper{
    height: 100%;
}

.hero-caption-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    color: white;
    font-weight: bold;
    text-shadow: 5px 5px 3px rgba(0, 0, 6, 0.8);
    text-align: center;
}



.smTitleText {
    font-size: 50px !important;
}

.mdTitleText {
    font-size: 60px !important;
}

.lgTitleText {
    font-size: 80px !important;
}

.hero-caption-main {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 32px;
    text-shadow: 2px 1px 4px rgba(0, 0, 0, 1);
    width: 80%;
    text-align: center;

}

.smText {
    font-size: 18px !important;
}

.mdText {
    font-size: 24px !important;
}

.lgText {
    font-size: 36px !important;
}

hr.style18 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    margin-top: 10px;
}


#wimm-image img {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 300px;
    max-height: 300px;
    height: auto;
    padding-bottom: 0;
    padding-top: 1em;
}

#wimm-image {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    background-color: #fff;

}

#wimm-title-div {
    margin-left: 2em;
}

#wimmNav {
    font-size: 18px;
}