html,body{
    width: 100%;
    height: 100%;
}

body{
  margin: 0 auto;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}

.top-body{
    height: 70px;
}

.mid-body{
    height: 100%;
}

.left-navigation-menu{
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0 ;
    height: 100%;
    min-height: 100%;
    top: 73px;
    z-index: 1;
}

.right-working-space{
    padding-left: 0px;
    padding-right: 0px;

}

.main-desk{
    height: 100%;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.btn-blue {
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color:#79bbff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
   
}
.btn-blue:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
    background-color:#378de5;
}
.btn-blue:active {
    position:relative;
    top:1px;
}



.panel-heading{
    background-color: #00425f !important;
    color: #FFF !important;
    font-family: cursive;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}

/**
Util Classes

*/

.bg-theme{
    background: #00425F !important;
}

.no-padding-left{
    padding-left: 0px;
}
.no-margin-top{
    margin-top: 0px;
}

.whole-height{
    height: 100%;
}

.theme-color{
    background-color: #00425f;
}

.gridStyleLarge {
    border: 1px solid rgb(212,212,212);
    height: 600px;
    font-size: 12px;
}

.md-button.md-fab {
    line-height: 45px;
    width: 45px;
    height: 45px;
}
.hint {
    /* Position the hint */
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey; }
.hint.ng-hide,
.hint.ng-enter,
.hint.ng-leave.ng-leave-active {
    bottom: 26px;
    opacity: 0; }
.hint.ng-leave,
.hint.ng-enter.ng-enter-active {
    bottom: 7px;
    opacity: 1; }


.audit-page-head
{
    font-family: Roboto,Helvetica,Arial,sans-serif!important;
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 30px;
    color: #00425f;
}
.audit-filter-container
{
    margin: 30px 0px -10px 20px;

}

.audit-query-container
{
    margin: 5px 0px -10px 20px;

}
.audit-table-container
{
    margin: -10px 10px 0px 10px;
    padding-bottom: 10px;
}
.sidebar > .nav-pills
{
    padding-top: 6px;
}
md-switch > .md-label > span
{
    margin-right: 10px;
}

.audit-table
{
    width: 100%;
}
.audit-new-button-container
{
    justify-content: flex-end;
    width: 100%;
    margin-right: 70px;
    margin-bottom: 30px;
}
.audit-fab-text-icon{
    height: 56px;
    font-size: 26px;
}
.audit-basic-button
{
    background: #00b8db;
    min-width: 23px;
    font-size: 11px;
}
.audit-selected-item
{
    background-color : rgba(0,0,0,0.1);
}

.audit-revision-hash
{
    font-size: 12px;
    font-style: italic; !important;
}


pre.audit-revision-left
{
    padding: 0;
    display: inline-block;
    background-color: #fbb;
    margin-left: 5px;
    margin-right: 5px;
}

pre.audit-revision-right
{
    padding: 0;
    display: inline-block;
    background: #bfb;
    margin-left: 5px;
    margin-right: 5px;
}
.audit-flex-right
{
    display:flex;
    flex-direction: row-reverse;
}

.audit-error-alert
{
    color: rgb(221,44,0);
}
.audit-no-wrap {
    white-space: nowrap;
}

.audit-column
{
    color: #00425f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.audit-word-wrap
{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.audit-color-primary
{
    color: #00425f;
}
.audit-check-box
{
    margin-right: 20px;
}
.audit-select-filter
{
    margin-right: 20px;
    width: 20%;
}

.audit-date-filter
{
    margin-right: 20px;
    width: 15%;
}
.audit-container
{
    margin: 0px 10px;
}

.audit-search-button
{
    width: 100px;
    height: 40px;
    margin-left: 20px;
    color: white !important;
    background-color: #003f5d !important;
}


.audit-search-button-disabled
{
    width: 100px;
    height: 40px;
    margin-left: 20px;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}
.audit-no-wrap
{
    white-space: nowrap;
}
.audit-ellipsis-text
{
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.audit-ellipsis-text-show
{
    width: 250px;
    overflow: visible;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.audit-query-input
{
    max-width: 80%;

}
div.audit-permission-error
{
    position: absolute;
    width: 80%;
    height: 80%;
    margin: 10%;
    color : rgba(0,0,0,.74);
}
div.audit-no-query-result
{
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 10px 5%;
    color: rgba(0,0,0,.74);
}
.audit-large-error-icon
{
    font-size: 130px;
    color: #ff0000;
}
.audit-error-dialog-icon
{
    font-size: 48px;
    color: #ff0000;
}
.audit-revision-container
{
    min-width: 80%;
}
.audit-revision-detail-header
{
    margin: 0px 8px;
    font-size: 12px;
}
.audit-revision-history-container
{
    min-width: 25%;
    margin-right: 5px;

}
.audit-revision-history-filter, .audit-revision-history-filter > label, .audit-revision-unchanged-switch
{
    font-size: 14px !important;
}
.audit-revision-content-fixed
{
    height: 400px;
    overflow: auto;
}
.audit-revision-content-fixed-300
{
    height: 300px;
    overflow: auto;
}
.audit-revision
{
    margin-right: 5px;
}

.audit-revision-update{

    color: #00bc33 !important;
    font-weight: 600 !important;
}

.audit-revision-delete{

    color: #ea2b14 !important;
    font-weight: 600 !important;
}
.audit-revision-create{

    color: #0050ea !important;
    font-weight: 600 !important;
}


.audit-revision-error-flag-icon
{
    color : rgba(0,0,0,.40);
    font-size: 130px;
}

.audit-revision-current-icon
{
    position: absolute;
    top: 5%;
    right: 8%;
    color: #174dcf;
    font-size: 22px;
}
.label
{
    color : rgba(0,0,0,.74);
}

/*body > div.md-select-menu-container.md-active*/
/*{*/
    /*top:19% !important; /!* Fix for overflowing select menu *!/*/
/*}*/

.audit-filter-divider
{
    margin-left: 10px;
    margin-right: 10px;
}


.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
.selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
.selectdemoSelectHeader md-content._md {
    max-height: 240px; }