/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.11.2015, 12:00:45
    Author     : ReMaker
*/

.BookingWislistRowGrouped:hover {
    border: solid 0px #000;
    box-shadow: 0;
}

.BookingWislistRowGrouped
{
    height: auto;
}


.row
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #000;
}

footer, .FooterLayer
{
    display: none;
}

.p-4, .p-3, .p-2, .p-5 {
    padding: 1.5rem!important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.row {
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: solid 0px #000;
}

.ContentHeader
{
     margin-top: 5px !important;
}

header {
    float: left;
    width: 100%;
    height: 45px !important;
    border-bottom: #d70b13 solid 0px !important;
    margin-bottom: 13px;
}


.StudenAdanceCalender
{
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}


.StudenAdanceCalender .row
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: solid 0px #000;
}


.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{
    width:100%;
    max-width: 100% !important;
    float: left;
    flex: 0 0 100%;
}


.HeaderRow
{
    display: none;
}


.LongPrintTable
{
        font-size: 12px;
}

.LongPrintTable td, .LongPrintTable th
{
    padding: 1px;
    padding-left: 5px;

}

.LongPrintTable  div
{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.SignaturField
{
    width: 70px;
}


.LongPrintTable .CompanyName
{
    width: 100px;
}


.SubHeaderLable
{
    display:none;
}


.StudentAttendanceLegend .row > div
{
    height: 20px;
    line-height: 20px;
}
.noprint {
    display:none;
}


.ResultSet.PlanningTable {
    overflow: visible;
    height: inherit;
    margin-top: 110px;
}

.ContentLayer {
    /* min-height: 1000px; */
    min-height: 10vh;
}

.MeaLogo
{
    margin-top: 46px;
}