﻿@font-face {
    font-family: "Open Sans";
    src: url("Fonts/OpenSans.ttf") format('truetype');
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("Fonts/OpenSans-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Open Sans Italic";
    src: url("Fonts/OpenSans-Italic.ttf") format('truetype');
}

@font-face {
    font-family: "Open Sans Light";
    src: url("Fonts/OpenSans-Light.ttf") format('truetype');
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("Fonts/OpenSans-Semibold.ttf") format('truetype');
}

@font-face {
    font-family: "Open Sans SemiboldItalic";
    src: url("Fonts/OpenSans-SemiboldItalic.ttf") format('truetype');
}

 

body {
    background-color: #fff;
    /*color:#322f31;
    font-size:1em;*/
    font-family: "Open Sans", Verdana;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.noborder {
    border:none;
}

#tabs {
    border:none;
}

 
#mainfooter {
    background: url('Images/Login/Flextra_FooterBant.png') top center no-repeat;
    padding-top: 110px;
    font-size: 12pt;
    color: #1A3F71;
}

.header-content {
    background-image:url('Images/KocFlextra_Sayfa1_HeaderImage.png') ;
    background-position-x:right;
    background-position-y:bottom;
    background-repeat:no-repeat;
    min-height:220px;
    min-width:1200px;
}

#footer-logo {
    /*background-image:url('TOFAS.png') ;*/
    background-position-x:right;
    background-position-y:top;
    background-repeat:no-repeat;
    width:180px;
    height:60px;
}

#rightfloat {
    position:relative;
}


.pw-content {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('wait.gif') 
                50% 50% 
                no-repeat;
    content:"Please wait";
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.pw-waiting {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.pw-waiting .pw-content {
    display: block;
}