@charset "utf-8";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{

    background:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}
#main {
    width: 100%;
    max-width:1000px;
    height: 600px;
    margin: 0 auto;
}
#header {
    width: 100%;
    height: 64px;
    background:#FFFFFF;
    margin-bottom: 30px;
    margin-top:10px;
}
#middle {
    width:100%;
    height: 400px;
    margin-bottom: 50px;
}
#links {
    width: 300px;
    background:#FFFFFF;
    height:400px;
    float:left;
    margin-right:50px;
}
#linksschmal {
    width: 50px;
    background:#FFFFFF;
    height:400px;
    float: left;
    margin-right:50px;
}
#content {
    width: 1000px;
    float:right;
    background: #FFFFFF;
    height: 400px;
}
#contentprezi {
    width: 1000px;
    float:right;
    background: #FFFFFF;
    height: 600px;
}
#contentblank {
    width: 1000px;
    float:right;
    height: auto;
    align-content:center;
}
#contentcoaching1 {
    width: 490px;
    float:left;
    background: #FFFFFF;
    height: 260px;
}
#contentcoaching2 {
    width: 490px;
    float:left;
    background: #FFFFFF;
    height: 260px;
    margin-left:20px;
}
#contentcoaching3 {
    width: 490px;
    float:left;
    background: #FFFFFF;
    height: 260px;
    margin-top:20px;
}
#contentcoaching4 {
    width: 490px;
    float:left;
    background: #FFFFFF;
    height: 260px;
    margin-left:20px;
    margin-top:20px;
}
#footer {
    width: 1000px;
    height: 70px;
    background:#FFFFFF;
    text-align:center;
    float:left;
    margin-top:10px;
}

h3{
    font-weight:100;
    font-style:italic;
    font-size: 16pt;
    text-align: center;
    margin-bottom:20px;
}
h4{
    font-weight:100;
    font-style:italic;
    font-size: 12pt;
}

.p10 {
    width:10%;
}

.p20 {
    width:20%;
}

.w20 {
    width:20px;
}

.w30 {
    width:30px;
}

.w50 {
    width:50px;
}

.p60 {
    width:60%;
}

.p70 {
    width:70%;
}

.w100 {
    width:100px;
}

.w110 {
    width:110px;
}

.w120 {
    width:120px;
}

.w150 {
    width:150px;
}

.w180 {
    width:180px;
}

.w200 {
    width:200px;
}

.w200t {
    width:200px;
    vertical-align: top;
}

.w250 {
    width:250px;
}

.w270 {
    width:270px;
}

.w300 {
    width:300px;
}

.w350 {
    width:350px;
}

.w400 {
    width:400px;
}

.w450 {
    width:450px;
}

.w500 {
    width:500px;
}

.w550 {
    width:550px;
}

.w600 {
    width:600px;
}

.w650 {
    width:650px;
}

.w700 {
    width:700px;
}

.w750 {
    width:750px;
}

.w800 {
    width:800px;
}

.w850 {
    width:850px;
}

/*Temporary fixes.... -HA*/
.w866 {
    width: 866px;
}

.w900 {
    width:900px;
}

.proceedings-table{
    background: white;
    border-radius: 0.5rem ;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    border: none;
    overflow:hidden;
    border-color:  #aed6f1;
    border: 2px;
    width: 900px;
    text-transform:  none !important;
}

.proceedings-table tbody tr {
    background: white;
    border-color:  #aed6f1;
}

.proceedings-table .ui-datatable-header {
    background: transparent !important;
    border: none !important;

}

.proceedings-table thead th  {
    background: #f8fafc !important;
    border-bottom: 1px solid #aed6f1 !important;
    color: red ;
    font-size: 0.75rem ;
    font-weight: 600 ;
    letter-spacing: 0.05em;

    background: white;

}

.proceedings-table .ui-dt-header,
.proceedings-table .ui-column-title,
.proceedings-table th {
    text-transform: none !important;
}

.section-title {
    font-weight: bold;
    color: #1b4f91;
}
.title {
    color: #0F9FE1 !important;

}

.proceedings-table tbody tr:hover {
    background-color:  #aed6f1;
    border-color:  #aed6f1;
}

.General-button {
    width: 80px !important;
    height: 100% !important;
    background: linear-gradient(45deg, #0F9FE1, #0F9FE1);
    border: 2px solid transparent;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;

    margin: 10px auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0;
    outline: none;
    line-height: 1.5 !important;

    text-shadow: none;
    font-weight: bold;
}


.General-button:hover {
    background: linear-gradient(45deg, #0F9FE1, #0F9FE1);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(66, 153, 225, 0.4);
    width: 80px !important;
}

.General-button:active {
    transform: translateY(0);
    border: 2px solid #0F9FE1;
    outline: none;
}

.gray-button{
    height: 25px !important;
    width: 25px !important;
    background: linear-gradient(45deg, #DEDEDE,#DEDEDE);
    border: 2px solid transparent;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;

    margin: 10px auto;
    display: block;
    padding: 0;
    outline: none;
    line-height: 1.5 !important;
}

.gray-button:hover {
    background: linear-gradient(45deg, #DEDEDE, #DEDEDE);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(66, 153, 225, 0.4);
    height: 25px !important;
    width: 25px !important;

}

.gray-button:active {
    transform: translateY(0);
    border: 1px solid #DEDEDE;
    outline: none;
    height: 25px !important;
    width: 25px !important;
}

.InfoButton {
    transform: translateY(0);
    border: 1px solid #DEDEDE;
    outline: none;
    margin-left:10px;
    width:20px;
    height:20px;
}
.interface
{
    width: 1000px;
    float:right;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px ;
    height: 800px
}
.label {
    font-weight: bold;
    color: #2771CC;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
}
.ui-outputLabel, .ui-outputText
{
    text-decoration: none !important;
}

.datepicker-with-checkbox-wrapper {
    position: relative;
    display: inline-block;

    width: auto;
}


.datepicker-with-checkbox-wrapper .embedded-checkbox {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;

}


.datepicker-with-checkbox-wrapper .datepicker-input .ui-inputfield {
    padding-left: 25px;
}


.datepicker-with-checkbox-wrapper .datepicker-input .ui-datepicker-trigger {

}

.datepicker-with-checkbox-wrapper .datepicker-input {
    pointer-events: auto;
}
.datepicker-with-checkbox-wrapper .embedded-checkbox {

}
