
/* 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/bg2.jpg');
    background-size: unset !important;
    /* 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
    */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    /*/color: #aaa; */
}

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.22) 0px 2px 5px, rgba(0, 0, 0, 0.34) 0px 1px 2px;
}


.headsite {
    /* background-color: #333; */
    background-color: #314b61 !important;
    height: 68px;
}

.logoimg {
    height: auto;
    max-width: 100%;
}


.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: #aaa;
    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: #3273dc;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary:active , .btn-primary:focus {
    color: #fff;
    background-color: #314b61 ;
    border-color: #314b61  ;
}

.btn-outline-primary {
    color: #aaa;
    border-color: #aaa;
}

.btn-outline-primary:hover, .btn-outline-primary:active , .btn-outline-primary:focus, .btn-outline-primary.active {
    color: #fff !important;
    background-color: #003b60 ;
    border-color: #003b60  ;
}

.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: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}

.form-control:focus, .form-control:active,  .form-control-:hover {
    outline: #3273dc !important;
    border-color: #3273dc;
    box-shadow: 0 0 0 .125em rgba(50,115,220,.25) !important;
}

.form-control::placeholder {
    color: rgba(54,54,54,.3);
    opacity: 1;
}

.modal-backdrop {
    background-color: #aaa;
}

#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: #aaa;
    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-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;
}

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

.div-question {
    text-align: right;
    height: 0;
}

.btn-question {
    width: 2rem;
    position: relative;
    top: -3.8rem;
    left: -3rem;
    color: #ccc;
}

.profiledata .btn-question {
    width: auto;
    top: 0;
    left: -10px;
}

.popover {
    max-width: 800px !important;
}

.popover-body {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    color: #aaa;
    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);
}

.table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.table .col-12 {
    background-color: #b3b3b3 !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.table .allowed {
    background-color: #1BA21A !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.table .allowed:hover{
    cursor: pointer;
    background-color: #3bc93b !important;
    transition: all 0.2s;
}

.table .notallow {
    background-color: #b3b3b3 !important;
    text-align: center;
    /*cursor: not-allowed;*/
    cursor: pointer;
    transition: all 0.2s;
}

.table .notallow:hover{
    /*cursor: not-allowed;*/
    cursor: pointer;
    background-color: #dadada !important;
    transition: all 0.2s;
}

.table .notallowred {
    background-color: #FF2600 !important;
    color: #fff;
    text-align: center;
    /*cursor: not-allowed;*/
    cursor: pointer;
    transition: all 0.2s;
}

.table .notallowred:hover{
    /*cursor: not-allowed;*/
    cursor: pointer;
    color: #fff;
    background-color: #fc5e42 !important;
    transition: all 0.2s;
}

.disable .allowed {
    background-color: #b3b3b3 !important;
    color: rgb(33, 37, 41) !important;
}

.showbuttonsend {
    animation: fadeIn 1s;
    position: relative;
}

.goback, .gofront, .forgotpassword {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #252525;
    font-size: 0.9rem;
}

  

/* INVITE */
fieldset {
    margin: 0;
    padding: 2rem;
   /* display: block;*/
    border: none;
    min-width: 0;
}

fieldset legend {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 600;
    color: #333;
}

fieldset legend + * {
    clear: both;
}

/* TOGGLE STYLING */
.toggle {
    margin: 2rem 0 0 0;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: column ;
    justify-content: flex-start;
    align-items: stretch;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.toggle input + label {
    margin: 1rem 2rem;
    padding: 0.75rem 4rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 2px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    cursor: pointer;
}

.toggle input + label {
    border-radius: 6px;
}

.toggle input:hover + label {
    border-color: #73c0e0;
    outline: solid 2px #73c0e0;
}

.toggle input:checked + label {
    /* box-shadow: 0 0 10px rgba(102, 179, 251, .5);*/
    border-color: #aaa;
    outline: solid 2px #aaa;
    /*z-index: 1;*/
    transition: all 2s;
}

.toggle input + label:before{
    content: "";
    position: relative;
    text-align: left;
    left: 1rem;
    bottom: 0.6rem;
    font-size: 1.8rem;
    line-height: 100%;
    color: #fff;
    transition: all 0.5s;
}

.toggle input:checked + label:before{
    content: "\2713";
    position: relative;
    text-align: left;
    width: 0 !important;
    left: 1rem;
    bottom: 0.6rem;
    font-size: 1.8rem;
    line-height: 100%;
    color: #1BA21A;
    transition: all 0.5s;
}

.toggle input:last-of-type:checked + label:last-of-type {
    border-color: #f71303;
    outline: solid 2px #f71303;
}

.toggle input:last-of-type:checked + label:last-of-type:before{
    content: "\1F5D9";
    color: #f71303;
}

.toggle label {
    position: relative !important;
}

.toggle label:before{
    position: absolute !important;
}

.fblue {
    margin: 0;
    background-color:rgba(93, 152, 177, 0.5);
    margin: 0 -0.75rem -0.75rem -0.75rem;
    padding: 2rem;
}

.fblue textarea {
    width:100%;
}

.fblue textarea:focus {
   border-color: #fff;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(93, 152, 177, 0.5);
   outline:0px !important;
}

.fblue .col-md-3 {
    flex-direction: column;
}



/* LOGIN */
#login_box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

#logintypes {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#logintypes img {
    border: 1px solid #aaa;
    height: 115px;
    width: 130px;
    margin: auto;
}

#logo_login {
    display: block;
    margin: 0 auto 60px auto;
}

.uni, .dsa {
    width: 45%;
    cursor: pointer;
}

.uni p, .dsa p {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #888;
}

.loginitem .dsa_logo, .loginitem .uni_logo {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.loginitem:hover .dsa_logo, .loginitem:hover .uni_logo {
    transform: scale(1.2);
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 60px 20px rgba(255,255,255,1);
}

.dsa_logo:hover {

}

#login_form{
	display: none;	
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

#new_user_link {
    margin: 80px auto 0;
    font-size: 20px;
    color: #003b60;
}

#new_user_link:hover {
    color: #fff;
}


.form-label:not(:last-child) {
    margin-bottom: .5em;
}

.form-label {
    color: #363636;
    display: block;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
}

.loginformbtn {
    width: 100%;
}

.button.is-link[disabled], fieldset[disabled] .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3273dc;
    border-color: transparent;
    opacity: .5;
    cursor: not-allowed;
    pointer-events: all !important;
}

.btn-block {
    width: 100%;
}


.alert-danger {
    margin-left: 0;
    margin-right: 0;
    background-color: #f14668;
    color: #fff;
    border-color: #f5c2c7;
}

.msgwrapp {
    min-height: 60px;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }


@keyframes fadeIn {
    0% { 
        opacity: 0; 
        top: 30px;
    }
    50% { 
        opacity: 0; 
        top: 30px;
    }
    100% { 
        opacity: 1; 
        top: 0;
    }
}


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

    .toggle input + label {
        margin: 0.5rem 0.5rem;
    }

    .btn-question {
        left: -1rem;
        /*top: -4.5rem;*/
    }

    .profiledata .btn-question {
        left: -10px;
    }

    .toggle label {
        min-height: 70px;
    }

    .toggle input:checked + label::before {
        bottom: 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;
    }
}

@media (max-width: 990px) { 

    fieldset {
        padding: 0;
    }
}

@media (max-width: 480px) { 

    .needs-validation {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.min-vh-75 {
    min-height: 75vh !important;
}


/* Override default bootstrap styles for autocomplete in Chrome, Safari and Opera */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important; 
    /*  -webkit-text-fill-color: #000 !important; */
}

/* Override default bootstrap styles for autocomplete in Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
    box-shadow: 0 0 0 30px white inset !important; 
     /*   -moz-text-fill-color: #000 !important; */
}

input:-webkit-autofill::placeholder,
textarea:-webkit-autofill::placeholder,
select:-webkit-autofill::placeholder {
    color: #aaa !important; 
}

input:-moz-autofill::placeholder,
textarea:-moz-autofill::placeholder,
select:-moz-autofill::placeholder {
    color: #aaa !important; 
}