@charset "utf-8";

@font-face {
    font-family: PlutoSansDPDExtraLight;
    src: url('../../fonts/OTF/PlutoSansDPDExtraLight.otf');
}
@font-face {
    font-family: PlutoSansDPDLight;
    src: url('../../fonts/OTF/PlutoSansDPDLight.otf');
}
@font-face {
    font-family: PlutoSansDPDRegular;
    src: url('../../fonts/OTF/PlutoSansDPDRegular.otf');
}
@font-face {
    font-family: PlutoSansDPDThin;
    src: url('../../fonts/OTF/PlutoSansDPDThin.otf');
}

/*
#dc0032 - DPD Red
#a90034 - Dark Red
#414042 - DPD Black
#cac4be - Warm Grey
#808285 - Mid Grey
#e6e7e8 - Light Grey
*/
:root {
	--DPD-Red: #dc0032;
	--DPD-Dark-Red: #a90034;
	--DPD-Black: #414042;
	--DPD-Warm-Grey: #cac4be;
	--DPD-Mid-Grey: #808285;
	--DPD-Light-Grey: #e6e7e8;
	--white: #FFFFFF;
}

html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    padding: 0;
    margin: auto;
    height: 100%;
}


.divTitleBar {
    width: 100%;
    height: 23px;
    margin-bottom: 5px;
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #dc0032;
    line-height: 28px;
    background-color: #FFFFFF; /* #FACF00; */
}

.imgLogo {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #768db4;
}

.divTitleOfficeLocator {
    float: left;
    line-height: 12px;
    margin-top: 6px;
}

.imgFullScreen {
    float: right;
    margin: 1px 5px 0 0;
}


#speedy_address {
    width: calc(100% - 2px); /* width: calc(100% - 281px); */
    height: 103px;
    background: #FFEAAB;
    float: left;
    border: 1px solid var(--DPD-Mid-Grey) !important;
}


.iFrameGoogle {
    box-sizing: border-box;
    width: calc(100% - 232px);
    /*
    height: calc(100% - 202px);
    height: calc(100% - 51px);
    */
    height: 100%;
    min-height: 200px;
    float: left;
    border: 1px solid var(--DPD-Mid-Grey);
}

.iFrameOfficesList {
    width: 230px;
    /*
    height: calc(100% - 100px);
    height: calc(100% - 104px);
    */
    height: 100%;
    /*margin-top: 5px;*/
    background-color: #FFFFFF;
    float: right;
    border: 1px solid var(--DPD-Mid-Grey); border-left: 0px;
    box-sizing: border-box;
}


.tableForm {
    width: calc(100% - 6px);
    margin: 3px 0 0 3px;
    color: #414042;
}

.tdTableFormColumn1 {
    width: 65px;
}

.tdTableFormColumn2 {
    min-width: 207px;
}

.tdTableFormColumn3 {
    min-width: 320px;
}




/* --------------------------------- FORM --------------------------------- */
#message {
    width: 458px;
    margin: 20px 0 0 10px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    float: left;
}


/* Row 1 */
.divAddressFormSettlement {
    height: 20px;
    line-height: 20px;
    text-align: right;
    margin: 0 3px 2px 0;
}

.speedyAddressQuarterName {
    width: calc(100% - 2px);
    height: 18px;
    padding: 0;
    margin: 0 0 2px 0;
}


.divOfficeWorkingTimeOverride {
    color: red;
}




/* --------------------------------- OFFICES LIST --------------------------------- */
.htmlOfficesList {
   padding: 0;
   margin: 0;
   min-width: 272px;
   height: 100%;
   background-color: #FFFFFF;
}

.bodyOfficesList {
   padding: 0;
   margin: 0;
   min-width: 272px; /* min-width: 222px; */
   background-color: #FFFFFF;
}

.divOfficesListTitle {
   margin: 0;
   width: 100%;
   padding: 4px 0px;
   font: 13px PlutoSansDPDLight, Arial, Helvetica;
   color: #dc0032;
   text-align: center;
   text-transform: uppercase;
   background-color: #F1F1F1;
}

.divOffice {
   width: calc(100% - 12px);
   font: 13px PlutoSansDPDLight, Arial, Helvetica;
   color: var(--DPD-Black);
   cursor: pointer;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #E0E0E0;
   padding: 6px;
   background-color: #FFFFFF;
}

.divOffice:hover {
   background-color: #F1F1F1;
   color: var(--DPD-Red);
   border-left: 2px solid var(--DPD-Red);
   padding: 6px 6px 6px 4px;
}

.spanOfficeName {
   color: #dc0032;
   font-weight: bold;
}

body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: white; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: var(--DPD-Mid-Grey); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid white; /* creates padding around scroll thumb */
}




/* --------------------------------- FORMAT WORKING TIME --------------------------------- */
/* Този css трябва да го има и в двете страници office_finde и Google картата, само че с различи стойности. Една и съща функция се използва а форматиране на работното време и на двете места, но css трябва да е различен */
.divWtBlock { margin-top: 8px; }

.divWtTitle, .divWtExTitle { font-weight: bold; } 
.divWtTitle { color: #414042; } 
.divWtExTitle { color: #dc0032; } /* извънредно работно време */

.divWtText { line-height: 1.8; margin-top: 3px; }

.divWtRow, .divWtExRow { width: 100%; display: flex; margin-top: 2px;  }
.divWtRow { color: #808285; }
.divWtExRow { color: #dc0032; } /* извънредно работно време */

.divWtDay { width: calc(100% - 106px); display: inline; }

.divWtHours, .divWtExHours { width: 100px; display: inline; font-weight: bold; text-align: right; }
.divWtHours { color: #414042; }
.divWtExHours { color: #dc0032; } /* извънредно работно време */

.divWtMark { width: 6px; display: inline; text-align: right; }   






@media screen and (max-width: 950px){
    body {
        /*height: calc(100% - 5px);*/
    }

    .iFrameGoogle {
        /*
        height: calc(100% - 125px);
        height: calc(100% - 51px);
        */
    }

    .iFrameOfficesList {
        /*
        height: calc(100% - 125px);
        height: calc(100% - 51px);
        */
    }

}


@media screen and (max-width: 750px) {
    html.htmlOfficesList {
        min-width: 200px;
    }

    body.bodyOfficesList {
        min-width: 200px;
    }

    .iFrameGoogle {
        /*
        width: calc(100% - 145px);
        height: calc(100% - 51px);
        */
    }

    .iFrameOfficesList {
        margin: 0;
        width: 140px;
    }
    .iFrameOfficesList.body{
        font: 9px Arial, Helvetica;
    }

}

@media screen and (max-width: 500px) {
    html.htmlOfficesList {
        min-width: 200px;
    }

    body.bodyOfficesList {
        min-width: 200px;
    }

    .iFrameGoogle {
        /*
        width: calc(100% - 105px);
        */
    }

    .iFrameOfficesList {
        width: 100px;
    }
    .divOffice{
        font-size: 10px; 
    }
    .iFrameOfficesList.body{
        font: 9px Arial, Helvetica;
    }

}


