﻿html, body, div, p, table, header, footer, main
{
 font-family: "Roboto", Arial, Lucida Sans, sans-serif;
}
.container {
    margin-top: 70px;
}

input[type=checkbox] {
    margin: 1px 0 0;
}
#SideMenu {
    margin-top: 100px;
}
.table {
font-size: 17px
}
.logo {
   opacity: 0.9;
    filter: alpha(opacity=50); /* For IE8 and earlier */ 
} 

a { color: white !important; }
a { background-color:  #083355 !important; }
a:active{background-color: blue !important;}
a:hover{ color:  #e76700 !important; }

.h {
    height: 100%;
}
.input-xs {
    height: 25px;
    padding: 2px 5px;
    border-radius: 3px;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

.btn{
/*padding: 6px 40px 6px 40px;*/
margin-bottom: 1em;
margin-right: 20px;
color: white;
width:150px;
}

#copyright
{
    position: relative;
 
 background-color: #083355;
 color:#eee;
 padding:20px 20px 50px 20px;
 height: 60px;
 font-size: 0.9em; 
 font-weight: bold;
}
#maincontainerLogin
{
    background-color: white;
    height: 650px;
}

.container_consent {
    height: 650px;
    margin-top: 80px;
}

.consent_container
{
    margin: 160px 25% 0 25%;
}

.maInputs {
    border: none;
    background-color: #F5F5f5;
    border-bottom: 2px solid black;
    border-radius: 5px;
    outline: none;
    line-height:10px;
    /*width: 25%;*/
}
/*mobile phones*/
@media only screen and (min-width: 600px) {
    .maInputs {
        width: 70%;
    }
}

@media only screen and (min-width: 600px) {
    .consent_container {
        margin: 50px 10% 0 10%;
    }
}

@media only screen and (min-width: 768px) {
    .maInputs {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) {
    .consent_container {
        margin: 60px 15% 0 15%;
    }
}

@media only screen and (min-width: 992px) {
    .maInputs {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .consent_container {
        margin: 140px 18% 0 18%;
    }
}

@media only screen and (min-width: 1200px) {
    .maInputs {
        width: 25%;
    }
}





body {
    background-color: whitesmoke;
    /*padding-top: 0px;*/
    /*background-color: #4378AC;*/ /* viewport's background color */
}
.blue{background-color:#083355;}

.text-white
{
 color: white;
}
.pagination > .active > span:focus {
    background-color: #083355 !important;
    border-color: #083355 !important
}
.text-range
{
    font-size:13px;
    font-weight:bold;
}
.themeheading{
 color: white;
 background-color:#083355;
 border-color:#083355;
 border-bottom:4px solid #e76700;
}

.panel-conklin
{
 border-color:#ccc;
 background-color: #eee;
}
.panel-conklin>.panel-heading
{
 color: white;
 background-color:#083355;
 border-color:#083355;
 border-bottom:3px solid #e76700;
}

.panel-status>.panel-heading
{
 color: white;
 background-color:#e76700;
 border-color:#e76700;
 border-bottom:3px solid #ccc;
}
.clickable:hover
{
    cursor:pointer;
}
.btn:hover
{
    color: #e76700;
    background-color: #083355;
}
.container {
    /*background-color: white;*/
    background-color: transparent;
}
.pushFooter {
    height: 142px;
}
.foot{position:absolute;
bottom:0;}
.PanelMargin {
    margin-left: 2px;
}

#watermark {
    color: #d0d0d0;
    font-size: 100pt;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
    left: -100px;
    top: -200px;
    background-position: center center;
}

.chatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 600px;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    display: none; /* Initially hidden */
}

.chatbot-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #153355;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}