@import url(https://fonts.googleapis.com/css?family=Roboto);
html, body {
    height: 100%;
}
body {
    padding: 70px 15px 15px 15px;
    background: #f8f8f8;
    font-family: "roboto"
}

#loading {
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}
#loading_data {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: Alpha(Opacity=30);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}

.width50 { width: 50%; }
.width100 { width: 100%; }
.clearfix { display: table; width: 100%; }

.object-item {
    display: table;
    width: 100%;
    cursor: pointer;
}

a:active, a:hover {
    outline: none;
}

b, strong{ font-weight: 600; }

@media screen and (max-width: 410px) {
    #page_object_list .row {
        margin-right: 15px;
    }
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

a i,
.btn i { margin-right: 5px; }
.btn.btn-blue { border-color: #0072C6; background: white; }

.btn.login-btn {
    margin-bottom: 15px;
    border-color: white;
    background: white;
}

.btn.login-btn:hover {
    border-color: #0072C6;
}

.btn.desktop-btn {
    background: white;
}

/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

.table{
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.table-cell{
    display: table-cell;
    margin: 0;
    padding: 0;
}

.center-middle{
    vertical-align: middle;
    text-align: center;
}

/*#################################################*/
/* BOOTSTRAP
/*#################################################*/

/*THEME*/

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../fonts/custom/glyphicons-custom.eot');
    src: url('../../fonts/custom/glyphicons-custom.eot?#iefix') format('embedded-opentype'), url('../../fonts/custom/glyphicons-custom.woff2') format('woff2'), url('../../fonts/custom/glyphicons-custom.woff') format('woff'), url('../../fonts/custom/glyphicons-custom.ttf') format('truetype'), url('../../fonts/custom/glyphicons-custom.svg#glyphicons_halflingsregular') format('svg');
}


.ripple{
    position: absolute;
    top:0; left:0; bottom:0; right:0;
    overflow: hidden;
    -webkit-transform: translateZ(0); /* to contain zoomed ripple */
    transform: translateZ(0);
    border-radius: inherit; /* inherit from parent (rounded buttons etc) */
    pointer-events: none; /* allow user interaction */
            animation: ripple-shadow 0.4s forwards;
    -webkit-animation: ripple-shadow 0.4s forwards;
  }
  .rippleWave{
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7); -webkit-transform: scale(0.7);
    background: rgba(200,200,200, 1);
    opacity: 0.45;
            animation: ripple 2s forwards;
    -webkit-animation: ripple 2s forwards;
  }
  @keyframes ripple-shadow {
    0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
    20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
    100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  }
  @-webkit-keyframes ripple-shadow {
    0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
    20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
    100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  }
  @keyframes ripple {
    to {transform: scale(24); opacity:0;}
  }
  @-webkit-keyframes ripple {
    to {-webkit-transform: scale(24); opacity:0;}
  }

  .cell{padding: 8px 16px; overflow:auto;}


.btn-primary, .btn-primary:hover, .btn-primary:focus { background-color: #0288d1; border: 1px; border-color: #0288d1; }
.btn-group { width: 100%; }
.btn { border-radius: 5px; border-color: #e8e8e8; overflow: hidden; color: #0288d1}
.panel { border-radius: 5px; border-color: #e8e8e8; }
.form-control { border-radius: 5px; border-color: #e8e8e8; }
.input-group-addon { border-radius: 5px; border-color: #e8e8e8; }
.list-group-item:first-child { border-radius: 5px; border-color: #e8e8e8; }
.list-group-item:last-child { border-radius: 5px; border-color: #e8e8e8; }
.dropdown-menu {
    min-width: auto;
    width: 100%;
}
.dropdown-toggle {
    min-width: auto;
    width: 100%;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.form-control {
    box-shadow: none !important;
}

.input-group-text {
    background-color: transparent !important;
    border: none !important;
}

.btn {
    border-radius: 1rem !important;
}

.btn.focus, .btn:focus{
    box-shadow: none !important;
    border-color: #80bdff;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

/* CUSTOM ICONS */

.glyphicon-desktop:before {
    content: "\e261";
}
.glyphicon-exit:before {
    content: "\e262";
}
.glyphicon-cheeckbook:before {
    content: "\e263";
}

.glyphicon-openlock:before {
    content: "\e265";
}

/*CHECKBOX*/

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

/*NAVBAR*/

.navbar-default { background: #0072C6; border: none; }
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover { color: #ffffff; }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: auto;
    margin-left: auto;
}

.main-logo {
    background-image: url(../../../../resource/Logo-white.svg);
    background-size: auto 25px;
    background-repeat: no-repeat;
    height: 27px;
    width: 140px;
}

.main-background {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}

.container {
    max-width: 650px;
    z-index: 999;
    padding: 3em 2em;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    background: #f5f5f5AA;
}

/*#################################################*/
/* LOADER
/*#################################################*/

.loader {
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    position: relative;
    width: 200px;
    margin: 0px auto;
}
.loader > span {
    display: block;
    height: 100%;
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #c5c5c5, #c5c5c5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c5c5c5),color-stop(1, #c5c5c5));
    background-image: -webkit-linear-gradient(#c5c5c5, #c5c5c5);
    position: relative;
    overflow: hidden;
    height: 4px;
    margin-top: 3px;
}
.loader > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255, 255, 255, .2)),color-stop(.25, transparent), color-stop(.5, transparent),color-stop(.5, rgba(255, 255, 255, .2)),color-stop(.75, rgba(255, 255, 255, .2)),color-stop(.75, transparent), to(transparent));
    background-image:-moz-linear-gradient(-45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%,transparent 75%,transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    overflow: hidden;
}
@-webkit-keyframes move {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}
@-moz-keyframes move {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}