/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0 15px;
}
body > .container-mini {
    padding-top: 10px;
    padding-bottom: 30px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

#loader-bg, #drawer-bg  {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
    opacity: 0.75;
}
#loader, #drawer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

/*
.table thead th {
    background-color: #eee;
}
*/

.form-control:focus {
    color: #a95057;
}

.jumbotron {
    background-color: #edf1f5;
    padding-bottom: 30px;
}

.bg-title {
    padding-top: 10px;
    padding-bottom: 10px;
    /* font-weight: bold; */
    /* border-bottom: solid 4px #d0d0d0; */
    /* border-bottom: solid 4px #60d1f0; */
}

.bg-gray {
    word-break: break-all;
    margin: 0 0 0 0;
    background: #edf1f5;
}

.h5, h5 {
    border-left: solid 8px #60d1f0;
    padding-left: 6px;
}

.table tbody, .table tr, .table tr>td, .table tr>th {
    word-break: break-all;
}
.table td.date {
    word-break: normal;
}

div.table-large {
    display: block;
}
div.table-small {
    display: none;
}
div.table-small td {
    padding-left: 0;
    padding-right: 0;
}

@media all and (max-width: 767px) {
    div.table-large {
        display: none;
    }
}
@media all and (max-width: 767px) {
    div.table-small {
        display: block;
    }
    .checkbox.big {
        transform: scale(2);
    }
}

.btn-big{
    padding: 20px 20px 20px 20px;
}
.btn-wide{
    padding: 5px 20px 5px 20px;
    margin: 2px;
}
.btn-left{
    text-align:left; width:90%;
}

p.left {
    margin-left: 1rem;
}
.checkbox.big {
    transform: scale(1.5);
}
span.small {
    font-size: 80%;
}

form.form-inline {
    display: inline;
}
img.width-100 {
    width: 100%;
    max-width: 100px;
}
.container ul, .container ol {
    margin-left: -1rem;
}
.modal-header {
    padding: 0.5rem;
    /* border-radius: 5px 5px 0px 0px; */
    background-color: #f5c6cb;
    color: #721c24;
}
.modal-footer {
    /* border-radius: 0px 0px 5px 5px; */
    /* background-color: #eee; */
    border-top: none;
    color: #f5c6cb;    
}



.confetti {
    position: relative;
}
.confetti > span {
    display: block;
    position: absolute;
    opacity: 0;
}
.confetti > span > span {
    display: block;
    width: 100%;
    height: 100%;
}
.confetti > span > span > span {
    display: block;
    width: 100%;
    height: 100%;
}
@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 0.5;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 0.5;
}