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; }


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

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

.rbp-table
{
    width: 100%;
}
.rbp-new-button-container
{
    justify-content: flex-end;
    width: 100%;
    margin-right: 70px;
    margin-bottom: 30px;
}
.rbp-fab-text-icon{
    height: 56px;
    font-size: 26px;
}
.rbp-basic-button
{
    background: #00b8db;
    min-width: 23px;
    font-size: 11px;
}

.rbp-flex-right
{
    display:flex;
    flex-direction: row-reverse;
}

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

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

.rbp-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;
}

.rbp-color-primary
{
    color: #00425f;
}
.rbp-check-box
{
    margin-right: 20px;
}
.rbp-select-filter
{
    margin-right: 20px;
}
div.rbp-permission-error
{
    position: absolute;
    width: 80%;
    height: 80%;
    margin: 10%;
    color : rgba(0,0,0,.74);
}
.rbp-large-error-icon
{
    font-size: 130px;
    color: #ff0000;
}
.rbp-error-dialog-icon
{
    font-size: 48px;
    color: #ff0000;
}
.label
{
    color : rgba(0,0,0,.74);
}
