﻿body, html{
    height: 100%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.navbar-inverse{
    background-color: #014595;
    border-color: #014595;
}
.navbar-brand{
    padding: 0px;
    display: flex;
    align-items: center;
}
.navbar-brand > img{
    max-width:100%;
    max-height:100%;
    height:auto; 
    display:block;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.container.body-content{
    position: fixed;
    top:51px;
    bottom: 51px;
    width:100%
}
.toolbar{
    position:absolute;
    left:50px;
    right:50px;
}
.toolbar a{
    display:flex !important;
    justify-content:center;
    align-items:center;
}
footer.GSIFooter{
    background-color: #014595;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrapper{
    margin-top:5%;
}
.blue-text{
    color: #014595;
    border-color: #014595;
}
.kendo-grid-100{
    height:99.3%;
    width:80%;
    margin: 0 auto;
}
.kendo-grid-wide{
    margin: 0px !important;
    width: 99% !important;
}
.FullPageSplitterWrapper{
    position:absolute;
    top:46px;
    bottom: 3px;
    left:20px;
    right:20px;
}
.kendo-splitter-100{
    height:100% !important;
}
.map-holder{
    overflow-y:hidden !important;
}
#ProposalDetailsVerticalSplitter > #LeftPane{
    top: -1px !important;
    left: -1px !important;
    border-right: none !important;
}
.flex-center {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
}
#SaveProposalProgress{
    top:8px !important;
    left:0 !important;
}
/*icon images*/
.icon{
    display:inline-block;
    vertical-align:bottom;
    background: url('Images/icons.png') no-repeat;
    width: 27px;
	height: 27px;
}
.icon-text{
    margin-left:5px;
}
.icon-plus{
    background-position: 0px 0px;
}
.icon-checkmark {
    background-position: -54px 0px;
}
.icon-question {
    background-position: -108px 0px;
}
.icon-minus{
	background-position: -217px 0;
}
.icon-disk{
	background-position: -246px 0;
}
.icon-search{
	background-position: -274px 0;
}
.icon-submit{
	background-position: -302px 0;
}
.cmd-btn{
    border:none !important;
    min-width:10px !important;
}
.k-alt .cmd-btn{
    background-color:#f5f5f5;
}
div.k-grid-content > table > tbody > tr:hover .cmd-btn{
    background-color: #EBEBEB !important;
} 
 #RememberMe{
     position:static;
 }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
.otherInput,
textarea {
    max-width: 280px !important;
}
.k-widget.form-control{
    width:100%;
    height:auto !important;
}
@media (max-height: 500px){
    .container.body-content {
        overflow-y:auto;
    }
}
@media (max-width: 767px) {
    .text-left-xs { text-align:left }
}

/* Cursors */
.crosshair-cursor {
    cursor:crosshair;
}