@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;500&family=Montserrat&family=Mulish:wght@300&family=Raleway:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&family=Roboto:ital,wght@0,300;1,300&display=swap');

:root{
    --primary: #ed283a;
    --secondary: #787878;
    --success: #ed283a;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    -webkit-focus-ring-color:#ed283a;
}
body, html{
	width:100%;
	height:100%;
	
	}
    *{
        margin:0px;
        padding:0px;
    }
    .cursor{
        cursor:pointer;
        }

/*******************************************/
/*******************************************/
/* reset bootstrap */
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.nobootmargin{
	 padding-left: 5px;
    padding-right: 5px;
	}
.pictmargin{
	 padding-top: 38px;
    padding-bottom:45px;
	}
	
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 1px;
    color: white;
    display: block;
    height: 2px;
    width: 22px;
}

.bg-primary{
    background-color: #ed283a !important;
}
.bg-secondary  {
    background-color: #787878 !important;
}
.bg-ternary  {
    background-color: #ed283a !important;
}
.bg-light  {
    background-color: #ed283a !important;
}

.text-primary {
    color: #ed283a !important;
}
.text-black {
    color: #343a40 !important;
}

.border-secondary {
    border-color: #ed283a!important;
}
.border-secondary.header{
    border-color: #fff!important;
}

.bg-light.header {
    background-color: #fff!important;
}

.gap-1{
    gap: 0.25rem;
}
.gap-3{
    gap: 1rem;
}

.opacity-25{
    opacity: 25%;
}

.breakPageBefore{
    break-before: page !important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #ed283a!important;
    outline: #ed283a;
}
/*******************************************/
/*******************************************/	

.print__hidden {
    display: block;
}
#footer.print__hidden {
   margin-top: 150px;
}
#footer.print__hidden,
.w-100.row.pl-5.print__hidden {
    display: flex;
}
#footer.Footer .left-footer .logofooter{
    height: 88px;
}
.logofooterblock{
    justify-content: center;
}
.print__display {
    display: none;
}
@media only screen and (min-width: 768px)  {
    #footer.Footer .left-footer .logofooter{
        height: 110px;
    }
}
@media print {
    @page {
        size: A4;
       
    }
    body {-webkit-print-color-adjust: exact;}
    .typography table.mainTable, 
    .typography table.mainTable td.mainTable, 
    .typography table.mainTable th.mainTable {
        border: none;
    }
    .typography h1 {
        font-size: 30px;
    }
    .typography .content  table{
        border-collapse: collapse; /* borders are collapsed into a single border when possible */
        border: 1px solid #d4d4d4;
        border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
        margin:  10px auto;
        text-align: left;
        width: 100%;
        page-break-inside: avoid;
    }
    .typography .content table tr:nth-child(odd) {
        background-color: #fff!important;
      }
    .typography .content table tr:nth-child(even) {
        background-color: #ededed!important;
    }
    .typography .content table tr.even,
    .typography .content table th {
        background-color: #ededed!important;
    }
    .typography .content table td,
    .typography .content table th {
        padding: 5px 5px;
        border: 1px solid #d4d4d4!important;
        vertical-align: top;
    }
    .typography .content table th {
        font-weight: bold;
    }
    .typography .content table.mainTable tbody tr td .content{
        padding: 0 30px;
    }
    .header-space,
    .header__print{
    height: 120px;
    }
    .footer__print,
    .footer-space {
    height: 110px !important;
    }
    .header__print {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: white !important;
    }
    .header__print__logo{
        width: 200px;
        height: 40px;
       
    }
    .header__print__logo img{
        border: none;
    }
    .footer__print {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 14px !important;
    font-weight: 100;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;

    }
    .footer__print__slash{
       margin-right: 20px;
       position: relative;
    }
    .afterFooter{
        position: absolute;
        width: 90px;
        height: 20px;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        bottom: 24px;
        left: 30px;
     }
     .afterFooter div img{
        border: none !important;
     }
    .print__hidden, .d-flex.print__hidden, #footer.d-flex.print__hidden {
		display: none;
	}
    .print__display {
        display: block;
    }
    html, body {
        width: 210mm;
        height: 297mm;
        margin: none;
        padding: none;
    }
    	/* .header__print{
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
    }
    .footer__print{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
    }
    .document__content{
       display: flex;
       flex-direction: column;
       align-items: center;
       margin-top: 50px;
       margin-bottom: 50px;
    } */
}