﻿/*@font-face {
    font-family: logoFont;
    src: url(/Resources/Fonts/ARIALUNI.TTF); /*Arial Unicode MS*/
}*/

body, h1, h5 {
    font-family: "Raleway", sans-serif !important;
}

html, body, form {
    height: 100%;
}

.logoTextLeading {
    color: #efe212;
}
.logoText {
    font-family: 'Arial Unicode MS';
    /*font-family: logoFont;*/
    font-weight: bold;
    font-style: italic;
}
.logoBack {
    background: url('../Resources/Logos/Tagrad_white_200x78.png') no-repeat;
    background-position-x: center;
    background-size: contain;
    width: 100%;
    height: 78px;
    margin: 10px;
}
/*.logoBackText {
    background: url('../Resources/Logos/TagradLogoNapis_400x72.png') no-repeat;
    background-position-x: center;
    background-size: contain;
    width: 250px;
    height: 60px   ???;
    margin: 10px;
}*/

.backgroundImage {
    background: url('../Resources/Backgrounds/house1920.jpg');
    min-height: 100%;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
}

.w3-quarter img {
    cursor: pointer;
}

.w3-third img {
    cursor: pointer;
}

@media only screen and (max-device-width: 601px) {
    .backgroundImage {
        background: url('../Resources/Backgrounds/house1344.jpg');
        background-attachment: scroll;
    }
}

img {
    margin-bottom: -7px;
}
.imgGall {
    /*max-width: 300px;*/
    width: 100%;
}

.footerText {
    padding-right: 30px;
}

/* ############################### MODAL POPUP - EMAIL ############################### */
.buttonsContainer {
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: right;
    padding-top: 12px;
}

.submitButton,
.cancelButton {
    margin-bottom: 12px;
}

.cancelButton {
    margin-left: 8px;
}

.groupCaption {
    margin-bottom: 4px;
}

.clearPaddings {
    padding-top: 0;
    padding-bottom: 0;
}

.dxcaRefreshButtonCell_SoftOrange {
    padding-top: 5px !important;
    vertical-align: top !important;
}