@charset "UTF-8";
/* CSS Document */


/*html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important;}*/

body{height:100%; width:100%;}


/* CORE LAYOUT STANDART STYLES ********************************************************************************************************** */

a, div, span, input, textarea, li, strong, button{ outline:none; text-decoration:none;
                                                   /* this removes gray outline from ios safari a tags */ -webkit-tap-highlight-color: rgba(0,0,0,0);
                                                   /* this removes action panels from ios safari a tags */ -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none;}
img{ border:none; border:0px;}

/*visibilities according to the platform*/
.ShowOnMobile{ display:none;}
.ShowOnDesktop{ display:inherit;}
.FloatNoneOnMobile{}

/* make auto of element width and/or height attribute on mobile devices with media queries */
.WidAutoOnMobile{}
.HeiAutoOnMobile{}

/* for responsive mode - if you want any element has a responsive fluid abilities with media queries you must add this class to your element*/
.Responsive{}
.Responsive50{}
.Responsive100{}

/* Text Decoration */
.Underline{ text-decoration:underline;}
.TextDecNone{ text-decoration: none;}


/* Making Unselectable Contents */
.Unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* for on iphone safari inputs shadow problem */
input[type="text"], input[type="password"], textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}

/*.NoDisplay{display:none;}
.OnDisplay{display:block;}*/

/* Display */
.DispBlock{ display:block;}
.DispTable{ display:table; vertical-align:middle;}
.DispTableCell{ display:table-cell; vertical-align:middle;}
.DispNone{ display:none;}
.DispNoneImportant{ display:none !important;}
.DispInlBlock{display:inline-block !important;}

.NoDisplay{display:none;}

/* Position */
.PosFixed{position:fixed;}
.PosAbsolute{position:absolute;}
.PosRelative{ position:relative;}
.PosStatic{position:static;}

/* Floating */
.Fleft{ float:left;}
.Fright{ float:right;}
.Fnone{ float:none !important;}

/* Overflows */
.OvHidden{ overflow:hidden;}
.OvHiddenImportant{ overflow:hidden !important;}
.OvScroll{ overflow:scroll;}
.OvAuto{ overflow:auto;}
.OvVisible{ overflow:visible;}
.OvXScroll{ overflow-x:scroll;}
.OvYScroll{ overflow-y:scroll;}
.OvXHidden{ overflow-x:hidden;}
.OvYHidden{ overflow-y:hidden;}
.OvYAuto{ overflow-y:auto;}

/* Empty Boxes */
.EmptyBox5{ display:block; width:100%; height:5px; overflow:hidden;}
.EmptyBox10{ display:block; width:100%; height:10px; overflow:hidden;}
.EmptyBox20{ display:block; width:100%; height:20px; overflow:hidden;}
.EmptyBox22{ display:block; width:100%; height:22px; overflow:hidden;}
.EmptyBox30{ display:block; width:100%; height:30px; overflow:hidden;}
.EmptyBox26{ display:block; width:100%; height:26px; overflow:hidden;}
.EmptyBox33{ display:block; width:100%; height:33px; overflow:hidden;}
.EmptyBox40{ display:block; width:100%; height:40px; overflow:hidden;}
.EmptyBox50{ display:block; width:100%; height:50px; overflow:hidden;}
.EmptyBox60{ display:block; width:100%; height:60px; overflow:hidden;}
.EmptyBox70{ display:block; width:100%; height:70px; overflow:hidden;}
.EmptyBox80{ display:block; width:100%; height:80px; overflow:hidden;}
.EmptyBox90{ display:block; width:100%; height:90px; overflow:hidden;}
.EmptyBox100{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox110{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox120{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox130{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox140{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox150{ display: block; width: 100%; height:150px; overflow:hidden;}
.EmptyBox200{ display: block; width: 100%; height:200px; overflow:hidden;}
.EmptyBox250{ display: block; width: 100%; height:250px; overflow:hidden;}
.EmptyBox275{ display: block; width: 100%; height:275px; overflow:hidden;}

/* Opacity */
.Opac100{ opacity:1; -webkit-opacity:1; -moz-opacity:1;}
.Opac95{ opacity:0.95; -webkit-opacity:0.95; -moz-opacity:0.95;}
.Opac90{ opacity:0.9; -webkit-opacity:0.9; -moz-opacity:0.9;}
.Opac80{ opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8;}
.Opac70{ opacity:0.7; -webkit-opacity:0.7; -moz-opacity:0.7;}
.Opac60{ opacity:0.6; -webkit-opacity:0.6; -moz-opacity:0.6;}
.Opac50{ opacity:0.5; -webkit-opacity:0.5; -moz-opacity:0.5;}
.Opac40{ opacity:0.4; -webkit-opacity:0.4; -moz-opacity:0.4;}
.Opac30{ opacity:0.3; -webkit-opacity:0.3; -moz-opacity:0.3;}
.Opac20{ opacity:0.2; -webkit-opacity:0.2; -moz-opacity:0.2;}
.Opac10{ opacity:0.1; -webkit-opacity:0.1; -moz-opacity:0.1;}
.OpacZero{ opacity:0; -webkit-opacity:0; -moz-opacity:0;}

/* Border Radius */
.BordRad3{ border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.BordRad4{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.BordRad5{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.BordRad10{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.BordRad15{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.BordRadHalf{ border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}

.BordRight{ border-right:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordLeft{ border-left:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordTop{ border-top:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordBottom{ border-top:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordAll{ border:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/* Width */
.Wid150{ width: 150%}
.Wid100{ width:100%;}
.Wid99{ width:99%;}
.Wid98{ width:98%;}
.Wid97{ width:97%;}
.Wid96{ width:96%;}
.Wid95{ width:95%;}
.Wid93{ width:93%;}
.Wid91{ width:91%;}
.Wid90{ width:90%;}
.Wid85{ width:85%;}
.Wid88{ width:88%;}
.Wid80{ width:80%;}
.Wid70{ width:70%;}
.Wid60{ width:60%;}
.Wid50{ width:50%;}
.Wid48{ width:48%;}
.Wid45{ width:45%;}
.Wid40{ width:40%;}
.Wid30{ width:30%;}
.MinWid50{ min-width: 50% !important;}
.MaxWid50{ max-width: 50% !important;}
/* Width Special Values */
.Wid33{ width:33.3%;}
.Wid25{ width:25%;}
.Wid20{ width:20%;}
.Wid10{ width:10%;}
.Wid35{ width:35%;}
.Wid32{width: 32%;}

.MaxWid500{max-width:500px;}
.MaxWid450{max-width:450px;}
.MaxHei250{max-height:250px;}
.MaxHei400{max-height:400px;}

/* Height */
.Hei100{ height:100%;}
.Hei98{ height:98%;}
.Hei90{ height:90%;}
.Hei80{ height:80%;}
.Hei70{ height:70%;}
.Hei60{ height:60%;}
.Hei40{ height:40%;}
.Hei50{ height:50%;}
.Hei30{ height:30%;}
.Hei20{ height:20%;}
.Hei10{ height:10%;}

/* Margins */

.Mar5{ margin: 5px;}
.Mar6{ margin: 6px;}
.Mar8{ margin: 8px;}
.Mar10{ margin: 10px;}
.Mar0{ margin: 0px !important;}

.MarTopPerc5{ margin-top:5%;}
.MarTopPerc10{ margin-top:10%;}
.MarTopPerc20{ margin-top:20%;}
.MarTopPerc30{ margin-top:30%;}
.MarTopPerc40{ margin-top:40%;}
.MarTopPerc50{ margin-top:50%;}

.MarLeftPerc3{ margin-left:3%;}

.MarAuto{ margin-left:auto; margin-right:auto;}

.MarTop2{ margin-top:2px !important;}
.MarTop3{ margin-top:3px;}
.MarTop4{ margin-top:4px !important;}
.MarTop5{ margin-top:5px;}
.MarTop6{ margin-top:6px;}
.MarTop7{ margin-top:7px;}
.MarTop9{ margin-top:9px;}
.MarTop10{ margin-top:10px;}
.MarTop11{ margin-top:11px;}
.MarTop15{ margin-top:15px;}
.MarTop16{ margin-top:16px !important;}
.MarTop18{ margin-top:18px;}
.MarTop33{margin-top: 33px;}
.MarTop20{ margin-top:20px !important;}
.MarTop27{ margin-top:27px !important;}
.MarTop30{ margin-top:30px;}
.MarTop40{ margin-top:40px;}
.MarTop50{ margin-top:50px;}

.MarTop-1{ margin-top:-1px;}
.MarTop-5{ margin-top:-5px;}
.MarTop-8{ margin-top:-8px;}
.MarTop-7{ margin-top:-7px;}
.MarTop-10{ margin-top:-10px;}
.MarTop-12{ margin-top:-12px !important;}
.MarTop-15{ margin-top:-15px !important;}
.MarTop-20{ margin-top:-20px !important;}
.MarTop-30{ margin-top:-30px !important;}
.MarTop-40{ margin-top:-40px;}
.MarTop28{margin-top: 28px !important;}
.MarTopQuarter{ margin-top:25%;}
.MarTopHalf{ margin-top:50%;}

.MarBot10{ margin-bottom:10px;}
.MarBot-10{ margin-bottom:-10px;}
.MarBot-12{ margin-bottom:-12px;}
.MarBot-40{ margin-bottom:-40px;}

.MarBot-20{ margin-bottom:-20px;}

.MarBot-9{ margin-bottom:-9px;}
.MarBot2{ margin-bottom:2px;}
.MarBot3{ margin-bottom:3px;}
.MarBot4{ margin-bottom:4px;}
.MarBot5{ margin-bottom:5px;}
.MarRight0{ margin-right:0px;}   
.MarRight2{ margin-right:2px !important;}   
.MarRight3{ margin-right:3px;}
.MarRight8{ margin-right:8px;}
.MarRight10{ margin-right:10px;}
.MarRight12{ margin-right:12px;}
.MarRight15{margin-right:15px;}
.MarRight20{ margin-right:20px;}
.MarLeft-3{ margin-left: -3px;}
.MarLeft-2{ margin-left: -2px;}
.MarLeft-7{ margin-left: -7px;}
.MarLeft-8{ margin-left: -8px;}
.MarLeft-16{ margin-left: -16px;}
.MarLeft10{margin-left: 10px;}
.MarLeft8{ margin-left: 8px;}
.MarLeft4{margin-left: 4px;}
.MarLeft13{ margin-left: 13px;}
.MarLeft20{ margin-left: 20px;}
.MarLeft43{ margin-left: 43px;}
.MarLeft100{ margin-left: 100px;}
.MarLeft-50{margin-left: -50px;}


.MarLeft-357{margin-left: 1093px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-341{margin-left: 1037px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-325{margin-left: 981px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-309{margin-left: 925px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-293{margin-left: 869px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-277{margin-left: 813px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-261{margin-left: 757px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-245{margin-left: 701px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-229{margin-left: 645px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-213{margin-left: 589px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-197{margin-left: 533px !important;} /* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-181{margin-left: 477px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-165{margin-left: 421px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-149{margin-left: 365px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-133{margin-left: 309px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-117{margin-left: 253px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-101{margin-left: 197px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-85{margin-left: 141px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-69{margin-left: 85px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */
.MarLeft-53{margin-left: 29px !important;}/* istasyon ekranı için kullanuldı.Değişiklik yapmayınız.. */


.MarLeft-37{margin-left: -37px !important;}
.MarLeft-21{margin-left: -21px !important;}
.MarLeft-5{margin-left: -5px !important;}
.MarLeft-6{margin-left: -6px !important;}
.MarLeft11{margin-left: 11px !important;}
.MarLeft27{margin-left: 27px !important;}
.MarLeft43{margin-left: 43px !important;}
.MarLeft59{margin-left: 59px !important;}
.MarLeft75{margin-left: 75px !important;}
.MarLeft91{margin-left: 91px !important;}
.MarLeft107{margin-left: 107px !important;}
.MarLeft123{margin-left: 123px !important;}
.MarLeft139{margin-left: 139px !important;}
.MarLeft155{margin-left: 155px !important;}
.MarLeft171{margin-left: 171px !important;}
.MarLeft-5{margin-left: -5px !important;}
.MarLeft-4{margin-left: -4px !important;}
.MarLeft-10{margin-left: -10px !important;}
.MarBottom-5{margin-bottom: -5px !important;}




/* Paddings */
.PaddingTopPercent10{ padding-top: 10%;}
.Padding10{ padding: 10px;}
.Padding20{ padding: 20px;}
.Padding0{ padding: 0px !important;}
.Padding4{ padding: 4px !important;}
.Padding5{ padding: 5px !important;}
.PaddingRight15{padding-right: 15px !important;}
.PaddingRight5{padding-right: 5px !important;}
.PaddingTop25{padding-top: 25px !important;}

/* Containers */
.Container100{ width:100%;  float:left;}
.Container96{ width:96%;  float:left;}
.Container90{ width:90%;  float:left;}
.Container85{ width:85%;  float:left;}
.Container80{ width:80%;  float:left;}
.Container75{ width:75%;  float:left;}
.Container70{ width:70%;  float:left;}
.Container60{ width:60%;  float:left;}
.Container50{ width:50%;  float:left;}
.Container40{ width:40%;  float:left;}
.Container33{ width:33.3%;  float:left;}
.Container30{ width:30%;  float:left;}
.Container25{ width:25%;  float:left;}
.Container20{ width:20%;  float:left;}
.Container10{ width:10%;  float:left;}
.Container5{ width:5%;  float:left;}

.ContainerIndent{display:block;}

/* Text Aligns */
.TexAlCenter{ text-align:center !important;}
.TexAlLeft{ text-align:left !important;}
.TexAlRight{ text-align:right !important;}
.TexAlRight input{ text-align:right !important;}
.TexOvFlowEllipsis{ text-overflow: ellipsis;}

/* Padding With Transparent Border*/
.PadWithBorder1{ border:solid 1px transparent;}
.PadWithBorder2{ border:solid 2px transparent;}
.PadWithBorder3{ border:solid 3px transparent;}
.PadWithBorder4{ border:solid 4px transparent;}
.PadWithBorder5{ border:solid 5px transparent;}
.PadWithBorder10{ border:solid 10px transparent;}

/* Box Sizing */
.BoxSizeContent{ box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box;}
.BoxSizeBorder{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/* Font Sizes */
.Fs7{font-size:7px !important;} 
.Fs8{font-size:8px !important;} 
.Fs9{font-size:9px !important;} 
.Fs10{font-size:10px !important;} 
.Fs11{font-size:11px !important;} 
.Fs12{font-size:12px !important;} 
.Fs13{font-size:13px !important;} 
.Fs14{font-size:14px !important;} 
.Fs15{font-size:15px !important;} 
.Fs16{font-size:16px !important;} 
.Fs17{font-size:17px !important;} 
.Fs18{font-size:18px !important;} 
.Fs19{font-size:19px !important;} 
.Fs20{font-size:20px !important;} 
.Fs21{font-size:21px !important;} 
.Fs22{font-size:22px !important;} 
.Fs23{font-size:23px !important;} 
.Fs24{font-size:24px !important;} 
.Fs25{font-size:25px !important;} 
.Fs26{font-size:26px !important;} 
.Fs27{font-size:27px !important;} 
.Fs28{font-size:28px !important;} 
.Fs29{font-size:29px !important;} 
.Fs30{font-size:30px !important;}
.Fs40{font-size:40px !important;}
.Fs50{font-size:50px !important;}
.Fs60{font-size:60px !important;}
.Fs100{font-size:100px !important;}
.Fs130{font-size:130px !important;}

/* Font Type */
.FontBold{ font-weight:bold !important;}
.FontLight{ font-weight:lighter;}
.FontNormal{ font-weight:normal !important;}

/* Animated */
.Animated05{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Animated1{-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}


.changecolor:hover{background-color:yellowgreen; padding: 20px;}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.zindex1000{
    z-index: 1000;
}

.WSpaceNoWrap{
    white-space: nowrap;
}
/******************************************************************************************************************************** */

/* MEDIA QUERIES **************************************************************************************************************** */

/* Large desktop */
@media (min-width: 960px){
    .ContainerIndent{margin:8px 10px;}

    /*visibilities according to the platform*/
    .ShowOnMobile{display:none; opacity:0;}
    .ShowOnDesktop{display:inherit; opacity:1;}
}

@media (min-width: 960px) and (max-width:1200px){
    /* responsive support */
    .Responsive{width:33.3%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive50{width:50%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
} 

/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px) {	
    .span3 {width: 45%;}
    .ContainerIndent{margin:6px 8px;}

    /*visibilities according to the platform*/
    .ShowOnMobile{display:inherit; opacity:1;}
    .ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}

    /* responsive support */
    .Responsive{width:50%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive50{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 640px) {									  
    .ContainerIndent{margin:6px 8px;}
    .DisplayOnResponsive{display:block; float:right;}

    /*visibilities according to the platform*/
    .ShowOnMobile{display:inherit; opacity:1;}
    .ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}

    /* responsive support */
    .Responsive{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive50{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
}

/* Portrait phones and down */
@media (min-width:320px) and (max-width: 480px) {
    .span3 {width: 90%;}	
    .ContainerIndent{margin:16px 8px 0px 8px;}

    /*visibilities according to the platform*/
    .ShowOnMobile{display:inherit; opacity:1;}
    .ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}

    /* responsive support */
    .Responsive{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive50{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
    .Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
}

/* Landscape phones */
@media (min-height:200px) and (max-height:500px) and (max-width:960px){

}

/* clearfix for Container */
.Container:before,.Container:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.Container:after {
    clear: both; 
}
