
/* Custom CSS */


body {
    min-width: 300px;
    min-height: 100vh;
    /* background-image: linear-gradient(180deg,#ebe9e3 0%,#e2ecee 100%) !important; */
    background-color: #f4f4f4;
    background-image: url('/gfx/os.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #5d98b1; 
}

h5 {
    font-size: 1.4em;
    font-weight: 700;
    padding: 0.5em 0 0em 0;
    position: relative;
    top: 10px;
    width: auto !important;
}

.noserif {
    font-family: 'Ubuntu', sans-serif;
}

table, p, .row {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
}

.profile {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.headsite {
    /* background-color: #333; */
    background-color: #314b61 !important;
    height: 68px;
}

.title {
    display: inline-block;
    color: #6A97B1;
    padding: 1rem 0;
}

.title a {
    position: relative;
    left: -0.5rem;
    width: 0;
    cursor: pointer;
    text-decoration: none !important;
    color: white;
}

.title a i {
    font-size: 1.5rem;
}

.title a svg {
    color: #fff;
    width: 26px;
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    bottom: 2px;
}

.title a svg path {
    fill: #fff;
    transition: all 0.2s;
}

.title a:hover svg path {
    fill: #5d98b1;
    transition: all 0.2s;
}


.btn {
    font-family: 'Ubuntu', sans-serif;
}

.btn:focus, .btn:active,  .btn-:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #5d98b1;
    border-color: #5d98b1;
}

.btn-primary:hover, .btn-primary:active , .btn-primary:focus {
    color: #fff;
    background-color: #314b61 ;
    border-color: #314b61  ;
}

.btn-outline-primary {
    color: #5d98b1;
    border-color: #5d98b1;
}

.btn-outline-primary:hover, .btn-outline-primary:active , .btn-outline-primary:focus {
    color: #fff;
    background-color: #314b61 ;
    border-color: #314b61  ;
}

.btn-sm {
    width: 100px;
    padding: .20rem .5rem;
    font-size: .775rem;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #666666;
    font-family: 'Ubuntu', sans-serif;
}

.form-control {
    background-color: rgba(0,0,0,0.06);
    border-radius: 0;
}

.form-control:focus, .form-control:active,  .form-control-:hover {
    outline: #5d98b1 !important;
    border-color: #314b61 ;
    box-shadow: 0 0 0 .25rem rgba(132, 124, 108,.25) !important;
}

.modal-backdrop {
    background-color: #5d98b1;
}

#re-meeting{
    background-color: rgba(28, 61, 75, 0.5) !important;
    transition: 1s;
    text-align: center;
}

#re-meeting .modal-title {
    margin: 0 auto;
}

#re-meeting .input-group  { 
    max-width: 200px;
    margin: 0 auto;
}
#re-meeting .btn {
    width: 90px;
}


.blur {
    filter: blur(4px);
    transition: all 0.2s;
}

.tableheader {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    padding: 6px 0;
    background-color: #5d98b1;
    text-align: center;
    margin: 0 -12px 0 -12px;
    color: #fff;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.td-date {
    color: rgba(33, 37, 4, 0.8);
}

.table .row {
    margin: 0;
    border-bottom: solid 1px rgb(222, 226, 230);
}

.table .row:hover {
    /*background-color: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);*/
}

.row div {
    /*padding: .5rem;*/
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #fff;
}

.bgcolordiv {
    background-color: rgba(0,0,0,0.06) !important;
}

.forminnercolordiv {
    margin: 1rem auto !important;
    padding: 1.7rem;
}

.circle {
    border-radius: 50%;
    background-color: #6295dd;
    color: #fff;
    height: 1.5rem;
    display: block;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    margin: 0.1rem auto;
    position: relative;
    left: 0.5rem;
}

.cir-orange {
    background-color: #e4a155;
}

.cir-check {
    background-color: rgba(0,0,0,0);
    color: #1BA21A;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 1px 1px #1BA21A;
}

.cir-blue {
    background-color: rgba(0,0,0,0);
    color: #6295dd;
    font-size: 1.4rem;
}

.cir-eye svg {
    width: 1.8rem;
    position: relative;
    margin: 0.1rem auto;
    left: 0.5rem;
    display: block;
    overflow: visible;
}

.clkrow {
    cursor: pointer;
}


.infodetails {
    padding: .5rem;
    min-height: 46vh;
}

.infodetailsplus {
    min-height: 66vh;
}

.notdetailssplus {
    min-height: 40vh;
}


.infodetails .row {
    border-bottom: 1px solid rgb(222, 226, 230);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.infodetails .rbig {
    border-bottom: 0px solid rgb(222, 226, 230);
}

.infodetails .btn-sm {
    padding: 0 .5rem;
}

.allowed {
    background-color: #1BA21A !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.allowed:hover{
    cursor: pointer;
    background-color: #3bc93b !important;
    transition: all 0.2s;
}

.notallow {
    background-color: #FF2600 !important;
    text-align: center;
    color: #fff;
    /*cursor: not-allowed;*/
    cursor: pointer;
    transition: all 0.2s;
}

.notallow:hover{
    /*cursor: not-allowed;*/
    cursor: pointer;
    background-color: #fc5e42 !important;
    transition: all 0.2s;
}

.btn-status a {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
}

.btn-status .btn-danger {
    background-color: #FF2600;
    transition: all 0.2s;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-status .btn-danger:hover {
    background-color: #fc5e42 !important;
    transition: all 0.2s;
}


.btn-status .btn-success {
    background-color: #1BA21A;
    transition: all 0.2s;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-status .btn-success:hover {
    background-color: #3bc93b !important;
    transition: all 0.2s;
}
#buttons {
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 0.2s;
}
.sunrise {
    bottom: 0 !important;
    opacity: 1 !important;
    transition-delay: 1s !important;
    transition-duration: 0.8s !important;
    transition-property: all !important;
}

.errorintable {
    margin: auto -0.75rem
}

.btn-question {
    width: auto;
    position: relative;
    top: 0;
    left: -10px;
    color: #ccc;
}

.popover {
    max-width: 400px !important;
}

.popover-body {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    color: #5d98b1;
    padding: 1.5rem 1.7rem !important;
    font-size: 1rem;
}

.status-server {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: auto;
}

.alert-danger {
    margin-left:  -1rem;
    margin-right: -1rem;
}

.notfound h2, .notfound h4 {
    color: #fff;
    filter: drop-shadow(5px 6px 4px #314b61);
}

.notfound img {
    filter: drop-shadow(5px 15px 50px #314b61);
}

@media (min-width: 575px) {
    
    .tableheader {
        margin-top: 12px;
    }

    .table {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }

    .logo {
        max-width: 500px;
    }

    .table tr:last-child td {
        border-bottom-width: 0;
    }
}


@media (max-width: 700px) {


    .btn-transparent i {
        font-size: 1.4rem;
    }
      
}

@media (min-width: 1020px) {

    .btn-transparent i {
        font-size: 2rem;
    }

}

@media (max-width: 1199px) { 

    .col-sm-6 .row .col-sm-4  {
        width: 100%;
    }
    .col-sm-6 .row .col-sm-8  {
        width: 100%;
    }
    .col-sm-6 .row .col-sm-6  {
        width: 100%;
    }
    .col-sm-6 .row .col-sm-6  {
        width: 100%;
    }
    .stitle {
        position: relative;
        top: 10px;
    }
}
