.login-container{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;

    background-color: #FFF;
    color: #2b2b2b;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.kapp-component-container .row{
    padding: 8px;
    border-bottom-color: #eaeaea;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.kapp-component-container .row .col-sm-2{
    font-weight: bold;
}

.kapp-component-container .row:first-child{
    font-weight:bold;
}
.kapp-component-container .row:nth-child(odd){
    background-color: #f9f9f9;
}

.kapp-fullsize-trans {
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    z-index: 3;
    background-color: rgba(0,0,0,0.61);
}


@media (max-width: 800px) {
    .kapp-component-container .row .col-sm-2{
        padding-bottom:15px;
    }
}


.object-row-value-relation{
    background-color: #2e6da4;
    font-size: 10px;
    color:#fff;
    padding:5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.object-row-value-pointer{
    background-color: #a44592;
    font-size: 10px;
    color:#fff;
    padding:5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.object-row-value-payment{
    background-color: #4cae4c;
    font-size: 14px;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
    padding-top:7px;
    padding-bottom:7px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.memberTable td {
    background-color: rgba(255,255,255,0.0);
}

.memberTable tr {
    background-color: white;
    cursor: pointer;
}

.memberTable tr:hover {
    background-color: #f4f4f4;
}

.object-row-value-relation:HOVER{
    opacity: 0.8;
}
.object-row-value-pointer:HOVER{
    opacity: 0.8;
}

.parse-object-list-table-container {
    overflow-x: scroll;
    overflow-y: hidden;
}
.parse-object-list-table-container table{
    background-color: white;
}
.parse-object-list-table-container table tr{
    background-color: white;
}
.parse-object-list-table-container table tr th{
    background-color: white;
}

.objectlist-nav-button{
    margin-left:10px;
}
/* Reset responsive Bootstrap elements */

#app .navbar {
    border-radius: 0;
}


.actionButton{
    width: 100%;
}

@media (max-width: 600px) {


    .container-fluid {
        padding-left:2px !important;
        padding-right:2px !important;
    }

    .panel-body {
        padding:3px !important;
    }

    .mapper-value-column{
        margin-top:10px;
    }

    #app .navbar-header {
        float: none;
    }

    .actionColumn{
        width: 50px;
    }

    #app .navbar-toggle {
        display: block;
        margin-left:10px;
    }

    #app .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        min-height: 110%;
    }

    #app .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    #app .navbar-form {
        float: none !important;
        padding: 0;
    }

    #app .navbar-nav>li {
        float: none;
        background-color: #eeeeee;
        margin-top:1px;
    }

    .kapp-navigation-wrapper{
        position: relative;
        left: 0;
        right:0;
        transition: right 0.35s ease;
    }
    #app .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        display: block;
        width: 300px;
        /*max-height: 100%;*/
        margin: 0;
        background-color: #f8f8f8;
        transition: left 0.35s ease;
        padding-top:45px;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        z-index: 999;
    }
    .lowz{
        z-index: 99;
    }

    #app .navbar-collapse.collapsing {
        transition: left 0.35s ease;
    }

    #app .navbar-collapse.in {
        left: 0 !important;
    }
    .navbar-toggle
    {
        position:relative;
        float:right;
        padding:9px 10px;
        margin-top:8px;
        margin-right:15px;
        margin-bottom:8px;
        background-color:transparent;
        background-image:none;
        border:1px solid #444;          /* added line */
        border-radius:4px;
        display: inline;
    }


    body.menu-slider.in {
        overflow: hidden;
    }

    body.menu-slider #app {
        transition: left 0.35s ease;
    }

    body.menu-slider.in #app {
        left: 300px;
    }
    .desktopOnly {
        display: none;
    }
}

@media (min-width: 600px) {

    .mobileOnly {
        display: none;
    }

    .actionColumn{
        width: 150px;
    }

    #app .navbar-header {
        float: none;
    }

    #app .navbar-toggle {
        display: none;
    }

    #app .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    #app .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    #app .navbar-form {
        float: none !important;
        padding: 0;
    }

    #app .navbar-nav>li {
        float: none;
        background-color: #eeeeee;
        margin-top:1px;
    }

    .kapp-navigation-wrapper{
        position: relative;
        left: %20;
        right:0;
        transition: right 0.35s ease;
    }
    #app .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 20%;
        height: 100% !important;
        /*max-height: 100%;*/
        margin: 0;
        background-color: #f8f8f8;
        transition: left 0.35s ease;
    }


    .navbar-toggle
    {
        position:relative;
        float:right;
        padding:9px 10px;
        margin-top:8px;
        margin-right:15px;
        margin-bottom:8px;
        background-color:transparent;
        background-image:none;
        border:1px solid #444;          /* added line */
        border-radius:4px;
        display: inline;
    }



    body #app {
        left: 20%;
        max-width: 80%;
        overflow-x: hidden;
    }



}




.muli {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
.bold {
    font-weight: bold;
}
.semi-bold {
    font-weight: 500;
}
.kapp-component-container{
    background-color: white;
    overflow: hidden;
    /*border-radius: 5px;*/
}
.white{
    color: #FFF;
}
.full-width{
    width:100%;
}
.place-img-container{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.login-col{
    padding-top:50px;
}
.navigation-bar{


}
.pointer{
    cursor:pointer;
}
.logout-text {
    color: #d43f3a !important;
}
.navbar-fix-padding{
}


body, html{
    background-color: rgb(222, 222, 222);

}



@media (max-width: 800px) {
    .notification-wrapper{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index:99999;
    }
}
@media (min-width: 800px) {
    .notification-wrapper{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 300px;
        height: auto;
        z-index:99999;
    }
}
.notification-wrapper .notification {
    width: 100%;
    padding: 5px;
}

.notification .notification-container {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.notification-container  .row{
   margin:0;
    color:#FFF;
}

.notification-container  .header{
    font-weight:bold;
}

.notification-container  .text{
    margin-top:10px;
    font-size: 12px;
}

.notification .danger {
    background-color: rgba(255, 0, 0, 0.73);
}

.notification .warning {
    background-color: rgba(255, 113, 0, 0.73);
}

.notification .information {
    background-color: rgba(0, 0, 0, 0.73);
}


.search-filter-container{
    margin-bottom: 10px;
    background-color: #FFF;
}
.search-filter-row{
    padding:5px;
}

.filter-select {
    width: 100%;
}
.filter-input {
    height: 28px;
    padding: 0px 12px;
}
.filter-column{
    padding-left: 2px;
    padding-right: 2px;
}
.filter-column-container{
    padding-left: 0px;
    padding-right: 0px;
}

.select2-container--default {
    width: 100% !important;
}



/*PRETTY BOOTSTRAP CHECKBOX BOOL SWITCH TOGGLE*/

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.mapper-value-column{
    min-height: 50px;
}